home *** CD-ROM | disk | FTP | other *** search
/ BUG 14 / BUGCD1998_05.ISO / aplic / ipos / _setup.1 / Knjigovodstvo.exe / 0 / RCDATA / TARROWSERIESEDITOR / TARROWSERIESEDITOR.txt
Text File  |  1998-04-04  |  2KB  |  106 lines

  1. object ArrowSeriesEditor: TArrowSeriesEditor
  2.   Left = 247
  3.   Top = 237
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 105
  6.   ClientWidth = 239
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Scaled = False
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 136
  17.     Top = 48
  18.     Width = 47
  19.     Height = 21
  20.     Alignment = taRightJustify
  21.     Caption = '&Width:'
  22.     FocusControl = SEArrowWidth
  23.   end
  24.   object Label2: TLabel
  25.     Left = 132
  26.     Top = 76
  27.     Width = 50
  28.     Height = 21
  29.     Alignment = taRightJustify
  30.     Caption = '&Height:'
  31.     FocusControl = SEArrowHeight
  32.   end
  33.   object BPen: TBitBtn
  34.     Left = 4
  35.     Top = 4
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&Border...'
  39.     TabOrder = 0
  40.     OnClick = BPenClick
  41.   end
  42.   object BBrush: TBitBtn
  43.     Left = 152
  44.     Top = 4
  45.     Width = 75
  46.     Height = 25
  47.     Caption = '&Pattern...'
  48.     TabOrder = 1
  49.     OnClick = BBrushClick
  50.   end
  51.   object SEArrowWidth: TSpinEdit
  52.     Left = 188
  53.     Top = 44
  54.     Width = 40
  55.     Height = 22
  56.     MaxValue = 0
  57.     MinValue = 0
  58.     TabOrder = 2
  59.     Value = 0
  60.     OnChange = SEArrowWidthChange
  61.   end
  62.   object SEArrowHeight: TSpinEdit
  63.     Left = 188
  64.     Top = 72
  65.     Width = 40
  66.     Height = 22
  67.     MaxValue = 0
  68.     MinValue = 0
  69.     TabOrder = 3
  70.     Value = 0
  71.     OnChange = SEArrowHeightChange
  72.   end
  73.   object GroupBox1: TGroupBox
  74.     Left = 4
  75.     Top = 36
  76.     Width = 129
  77.     Height = 65
  78.     TabOrder = 4
  79.     object SHArrowColor: TShape
  80.       Left = 89
  81.       Top = 32
  82.       Width = 32
  83.       Height = 25
  84.       OnMouseUp = SHArrowColorMouseUp
  85.     end
  86.     object CBColorEach: TCheckBox
  87.       Left = 8
  88.       Top = 12
  89.       Width = 105
  90.       Height = 17
  91.       Caption = 'Color &Each'
  92.       TabOrder = 0
  93.       OnClick = CBColorEachClick
  94.     end
  95.     object BArrowColor: TBitBtn
  96.       Left = 8
  97.       Top = 32
  98.       Width = 75
  99.       Height = 25
  100.       Caption = '&Color...'
  101.       TabOrder = 1
  102.       OnClick = BArrowColorClick
  103.     end
  104.   end
  105. end
  106.