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

  1. object GanttSeriesEditor: TGanttSeriesEditor
  2.   Left = 265
  3.   Top = 166
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 126
  7.   ClientWidth = 295
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label2: TLabel
  18.     Left = 8
  19.     Top = 44
  20.     Width = 46
  21.     Height = 17
  22.     Alignment = taRightJustify
  23.     AutoSize = False
  24.     Caption = '&Height:'
  25.     FocusControl = SEPointVertSize
  26.   end
  27.   object SEPointVertSize: TSpinEdit
  28.     Left = 60
  29.     Top = 40
  30.     Width = 40
  31.     Height = 22
  32.     MaxValue = 1000
  33.     MinValue = 1
  34.     TabOrder = 0
  35.     Value = 1
  36.     OnChange = SEPointVertSizeChange
  37.   end
  38.   object BConnLines: TBitBtn
  39.     Left = 6
  40.     Top = 8
  41.     Width = 135
  42.     Height = 25
  43.     Caption = 'Co&nnecting Lines...'
  44.     TabOrder = 1
  45.     OnClick = BConnLinesClick
  46.   end
  47.   object CB3dPoint: TCheckBox
  48.     Left = 152
  49.     Top = 40
  50.     Width = 40
  51.     Height = 17
  52.     Caption = '&3D'
  53.     TabOrder = 2
  54.     OnClick = CB3dPointClick
  55.   end
  56.   object CBInflate: TCheckBox
  57.     Left = 152
  58.     Top = 12
  59.     Width = 117
  60.     Height = 17
  61.     Caption = 'Inflate &Margins'
  62.     TabOrder = 3
  63.     OnClick = CBInflateClick
  64.   end
  65.   object BPoinPenCol: TBitBtn
  66.     Left = 8
  67.     Top = 84
  68.     Width = 75
  69.     Height = 25
  70.     Caption = '&Border...'
  71.     TabOrder = 4
  72.     OnClick = BPoinPenColClick
  73.   end
  74.   object GroupBox1: TGroupBox
  75.     Left = 92
  76.     Top = 68
  77.     Width = 197
  78.     Height = 49
  79.     TabOrder = 5
  80.     object BPointFillColor: TBitBtn
  81.       Left = 8
  82.       Top = 16
  83.       Width = 89
  84.       Height = 25
  85.       Caption = 'B&ackground...'
  86.       TabOrder = 0
  87.       OnClick = BPointFillColorClick
  88.     end
  89.     object CBPointColorDef: TCheckBox
  90.       Left = 108
  91.       Top = 20
  92.       Width = 81
  93.       Height = 17
  94.       Caption = '&Default'
  95.       TabOrder = 1
  96.       OnClick = CBPointColorDefClick
  97.     end
  98.   end
  99. end
  100.