home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.14 / 1997-03_Disc_2.14.iso / scorcher / scorwin.bin / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1994-11-05  |  610b  |  33 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Scorcher Bootmenu'
  6.   ClientHeight = 74
  7.   ClientWidth = 162
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object Button1: TButton
  15.     Left = 8
  16.     Top = 8
  17.     Width = 145
  18.     Height = 25
  19.     Caption = 'Scorcher Win95'
  20.     TabOrder = 0
  21.     OnClick = Button1Click
  22.   end
  23.   object Button2: TButton
  24.     Left = 8
  25.     Top = 40
  26.     Width = 145
  27.     Height = 25
  28.     Caption = 'Scorcher Dos'
  29.     TabOrder = 1
  30.     OnClick = Button2Click
  31.   end
  32. end
  33.