home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / guide / guide.exe / 0 / RCDATA / TDRIVESELDIALOG / TDRIVESELDIALOG.txt
Encoding:
Text File  |  2003-02-10  |  1.4 KB  |  74 lines

  1. object DriveSelDialog: TDriveSelDialog
  2.   Left = 262
  3.   Top = 252
  4.   BorderStyle = bsDialog
  5.   Caption = 'Drive selector'
  6.   ClientHeight = 214
  7.   ClientWidth = 313
  8.   Color = clWhite
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 297
  19.     Height = 161
  20.     Shape = bsFrame
  21.   end
  22.   object OKBtn: TButton
  23.     Left = 79
  24.     Top = 180
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.   end
  32.   object CancelBtn: TButton
  33.     Left = 159
  34.     Top = 180
  35.     Width = 75
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 1
  41.   end
  42.   object StaticText1: TStaticText
  43.     Left = 24
  44.     Top = 40
  45.     Width = 250
  46.     Height = 17
  47.     Caption = 'Confirm or change the drive letter of your DVD drive:'
  48.     Font.Charset = ANSI_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.     TabOrder = 2
  55.   end
  56.   object StaticText2: TStaticText
  57.     Left = 24
  58.     Top = 76
  59.     Width = 82
  60.     Height = 17
  61.     Caption = 'DVD drive letter:'
  62.     TabOrder = 3
  63.   end
  64.   object LetterCombo: TComboBox
  65.     Left = 120
  66.     Top = 72
  67.     Width = 57
  68.     Height = 21
  69.     DropDownCount = 5
  70.     ItemHeight = 13
  71.     TabOrder = 4
  72.   end
  73. end
  74.