home *** CD-ROM | disk | FTP | other *** search
- object DriveSelDialog: TDriveSelDialog
- Left = 262
- Top = 252
- BorderStyle = bsDialog
- Caption = 'Drive selector'
- ClientHeight = 214
- ClientWidth = 313
- Color = clWhite
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 297
- Height = 161
- Shape = bsFrame
- end
- object OKBtn: TButton
- Left = 79
- Top = 180
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 159
- Top = 180
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object StaticText1: TStaticText
- Left = 24
- Top = 40
- Width = 250
- Height = 17
- Caption = 'Confirm or change the drive letter of your DVD drive:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object StaticText2: TStaticText
- Left = 24
- Top = 76
- Width = 82
- Height = 17
- Caption = 'DVD drive letter:'
- TabOrder = 3
- end
- object LetterCombo: TComboBox
- Left = 120
- Top = 72
- Width = 57
- Height = 21
- DropDownCount = 5
- ItemHeight = 13
- TabOrder = 4
- end
- end
-