home *** CD-ROM | disk | FTP | other *** search
- object SelectDirForm: TSelectDirForm
- Left = 192
- Top = 107
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Select group install directory'
- ClientHeight = 128
- ClientWidth = 366
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 120
- TextHeight = 16
- object GroupBox1: TGroupBox
- Left = 5
- Top = 5
- Width = 356
- Height = 75
- Caption = 'Install Directory :'
- TabOrder = 0
- object InstallDir: TComboBox
- Left = 10
- Top = 30
- Width = 336
- Height = 24
- ItemHeight = 16
- TabOrder = 0
- Items.Strings = (
- '<INSTALLDIR>'
- '<WINDIR>'
- '<WINSYSDIR>')
- end
- end
- object BitBtn1: TBitBtn
- Left = 268
- Top = 89
- Width = 93
- Height = 30
- Caption = '&Cancel'
- TabOrder = 1
- Kind = bkCancel
- end
- object BitBtn2: TBitBtn
- Left = 170
- Top = 89
- Width = 92
- Height = 30
- Caption = '&OK'
- TabOrder = 2
- Kind = bkOK
- end
- end
-