home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.13 / 1997-02_Disc_2.13.iso / patches / e1e2fs95.zip / SETUP.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1996-11-05  |  1KB  |  61 lines

  1. object Form2: TForm2
  2.   Left = 738
  3.   Top = 98
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Drive'
  6.   ClientHeight = 198
  7.   ClientWidth = 266
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 0
  19.     Width = 249
  20.     Height = 50
  21.   end
  22.   object Label1: TLabel
  23.     Left = 16
  24.     Top = 8
  25.     Width = 192
  26.     Height = 13
  27.     Caption = 'Select your CD-ROM drive and insert the'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 24
  32.     Width = 61
  33.     Height = 13
  34.     Caption = 'Europe 1 CD'
  35.   end
  36.   object DriveComboBox1: TDriveComboBox
  37.     Left = 8
  38.     Top = 56
  39.     Width = 249
  40.     Height = 19
  41.     TabOrder = 0
  42.   end
  43.   object BitBtn1: TBitBtn
  44.     Left = 184
  45.     Top = 168
  46.     Width = 75
  47.     Height = 25
  48.     TabOrder = 1
  49.     OnClick = BitBtn1Click
  50.     Kind = bkCancel
  51.   end
  52.   object BitBtn2: TBitBtn
  53.     Left = 104
  54.     Top = 168
  55.     Width = 75
  56.     Height = 25
  57.     TabOrder = 2
  58.     Kind = bkOK
  59.   end
  60. end
  61.