home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 87 / PCFormat_87.iso / Sanitarium / launch.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1998-04-09  |  845 b   |  45 lines

  1. object Form1: TForm1
  2.   Left = 203
  3.   Top = 125
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Sanitarium Launcher'
  7.   ClientHeight = 313
  8.   ClientWidth = 519
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 521
  22.     Height = 313
  23.     Center = True
  24.     Picture.Data = {<image001.bmp>}
  25.   end
  26.   object Button1: TButton
  27.     Left = 8
  28.     Top = 280
  29.     Width = 121
  30.     Height = 25
  31.     Caption = 'Install'
  32.     TabOrder = 0
  33.     OnClick = Button1Click
  34.   end
  35.   object Button2: TButton
  36.     Left = 392
  37.     Top = 280
  38.     Width = 121
  39.     Height = 25
  40.     Caption = 'Close'
  41.     TabOrder = 1
  42.     OnClick = Button2Click
  43.   end
  44. end
  45.