home *** CD-ROM | disk | FTP | other *** search
- object FrmSelDrive: TFrmSelDrive
- Left = 479
- Top = 128
- ActiveControl = DriveComboBox1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = 'Drive Selection'
- ClientHeight = 59
- ClientWidth = 328
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 4
- Top = 4
- Width = 241
- Height = 49
- Caption = 'Select drive'
- TabOrder = 0
- object DriveComboBox1: TDriveComboBox
- Left = 8
- Top = 18
- Width = 221
- Height = 19
- TabOrder = 0
- end
- end
- object Button1: TButton
- Left = 252
- Top = 8
- Width = 70
- Height = 22
- Caption = '&Ok'
- ModalResult = 1
- TabOrder = 1
- end
- object Button2: TButton
- Left = 252
- Top = 31
- Width = 70
- Height = 22
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-