home *** CD-ROM | disk | FTP | other *** search
- object SelDirForm: TSelDirForm
- Left = 440
- Top = 383
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Choose Directory'
- ClientHeight = 266
- ClientWidth = 250
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 17
- Top = 8
- Width = 224
- Height = 17
- AutoSize = False
- Caption = 'Please choose the directory for installation.'
- WordWrap = True
- end
- object Label1: TLabel
- Left = 17
- Top = 32
- Width = 64
- Height = 13
- AutoSize = False
- Caption = '&Path:'
- FocusControl = PathEdit
- WordWrap = True
- end
- object Label3: TLabel
- Left = 17
- Top = 78
- Width = 64
- Height = 13
- AutoSize = False
- Caption = '&Directories:'
- FocusControl = DirectoryListBox1
- WordWrap = True
- end
- object Label4: TLabel
- Left = 17
- Top = 212
- Width = 64
- Height = 13
- AutoSize = False
- Caption = 'Dri&ves:'
- FocusControl = DriveComboBox1
- WordWrap = True
- end
- object PathEdit: TEdit
- Left = 16
- Top = 48
- Width = 221
- Height = 21
- TabOrder = 0
- OnChange = PathEditChange
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 16
- Top = 94
- Width = 137
- Height = 97
- ItemHeight = 16
- TabOrder = 1
- OnChange = DirectoryListBox1Change
- end
- object DriveComboBox1: TDriveComboBox
- Left = 16
- Top = 228
- Width = 137
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 2
- end
- object CancelBtn: TButton
- Left = 164
- Top = 125
- Width = 74
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 3
- TabOrder = 4
- end
- object OkBtn: TButton
- Left = 164
- Top = 93
- Width = 74
- Height = 24
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object NetBtn: TButton
- Left = 164
- Top = 157
- Width = 74
- Height = 24
- Caption = '&Network...'
- TabOrder = 5
- Visible = False
- OnClick = NetBtnClick
- end
- end
-