home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / DELPHI2 / LIB / GANTTEDI.DFM / GANTTEDI.txt
Encoding:
Text File  |  1998-10-24  |  1.7 KB  |  92 lines

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