home *** CD-ROM | disk | FTP | other *** search
- object MainUnitForm: TMainUnitForm
- Left = 192
- Top = 107
- Width = 371
- Height = 331
- BorderIcons = []
- Caption = 'Set Project'#39's main unit'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object GroupBox: TGroupBox
- Left = 0
- Top = 0
- Width = 363
- Height = 249
- Align = alClient
- Caption = 'Select the main unit file of your project:'
- TabOrder = 0
- object UnitList: TListBox
- Left = 2
- Top = 18
- Width = 359
- Height = 228
- Align = alClient
- IntegralHeight = True
- ItemHeight = 16
- TabOrder = 0
- end
- end
- object Panel: TPanel
- Left = 0
- Top = 249
- Width = 363
- Height = 50
- Align = alBottom
- TabOrder = 1
- object OkBtn: TBitBtn
- Left = 7
- Top = 12
- Width = 93
- Height = 31
- Caption = '&OK'
- TabOrder = 0
- Kind = bkOK
- end
- object CancelBtn: TBitBtn
- Left = 106
- Top = 12
- Width = 92
- Height = 31
- Caption = '&Cancel'
- TabOrder = 1
- Kind = bkCancel
- end
- end
- end
-