home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Lib / GANTTEDI.DFM / GANTTEDI.txt
Encoding:
Text File  |  1999-08-11  |  1.7 KB  |  90 lines

  1. object GanttSeriesEditor: TGanttSeriesEditor
  2.   Left = 262
  3.   Top = 262
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 160
  7.   ClientWidth = 152
  8.   ParentFont = True
  9.   OnCreate = FormCreate
  10.   OnShow = FormShow
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label2: TLabel
  14.     Left = 25
  15.     Top = 44
  16.     Width = 46
  17.     Height = 17
  18.     Alignment = taRightJustify
  19.     AutoSize = False
  20.     Caption = '&Height:'
  21.     FocusControl = SEPointVertSize
  22.   end
  23.   object SEPointVertSize: TEdit
  24.     Left = 77
  25.     Top = 40
  26.     Width = 40
  27.     Height = 21
  28.     HelpContext = 674
  29.     TabOrder = 0
  30.     Text = '1'
  31.     OnChange = SEPointVertSizeChange
  32.   end
  33.   object BConnLines: TBitBtn
  34.     Left = 6
  35.     Top = 8
  36.     Width = 138
  37.     Height = 25
  38.     HelpContext = 167
  39.     Caption = 'Co&nnecting Lines...'
  40.     TabOrder = 1
  41.     OnClick = BConnLinesClick
  42.   end
  43.   object UDPointVertSize: TUpDown
  44.     Left = 117
  45.     Top = 40
  46.     Width = 15
  47.     Height = 21
  48.     Associate = SEPointVertSize
  49.     Min = 1
  50.     Max = 1000
  51.     Position = 1
  52.     TabOrder = 2
  53.     Wrap = False
  54.   end
  55.   object GPLine: TGroupBox
  56.     Left = 6
  57.     Top = 71
  58.     Width = 137
  59.     Height = 77
  60.     TabOrder = 3
  61.     object SHColor: TShape
  62.       Left = 98
  63.       Top = 15
  64.       Width = 29
  65.       Height = 25
  66.       OnMouseUp = SHColorMouseUp
  67.     end
  68.     object BitBtn1: TBitBtn
  69.       Left = 10
  70.       Top = 15
  71.       Width = 75
  72.       Height = 25
  73.       HelpContext = 421
  74.       Caption = '&Color...'
  75.       TabOrder = 0
  76.       OnClick = BitBtn1Click
  77.     end
  78.     object CBColorEach: TCheckBox
  79.       Left = 10
  80.       Top = 51
  81.       Width = 119
  82.       Height = 17
  83.       HelpContext = 164
  84.       Caption = 'Color &Each'
  85.       TabOrder = 1
  86.       OnClick = CBColorEachClick
  87.     end
  88.   end
  89. end
  90.