home *** CD-ROM | disk | FTP | other *** search
- object SelDirForm: TSelDirForm
- Left = 297
- Top = 152
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = '*'
- ClientHeight = 233
- ClientWidth = 257
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object SelectDirectoryLabel: TLabel
- Left = 8
- Top = 8
- Width = 241
- Height = 31
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- end
- object DirEdit: TEdit
- Left = 8
- Top = 40
- Width = 241
- Height = 21
- TabOrder = 0
- end
- object DirList: TNewDirectoryListBox
- Left = 8
- Top = 64
- Width = 241
- Height = 97
- ItemHeight = 15
- TabOrder = 1
- OnChange = DirListChange
- end
- object DriveList: TNewDriveComboBox
- Left = 8
- Top = 168
- Width = 241
- Height = 22
- DirList = DirList
- TabOrder = 2
- end
- object OKButton: TButton
- Left = 96
- Top = 201
- Width = 73
- Height = 23
- Caption = '*'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object CancelButton: TButton
- Left = 176
- Top = 201
- Width = 73
- Height = 23
- Cancel = True
- Caption = '*'
- ModalResult = 2
- TabOrder = 4
- end
- end
-