home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 203
- Top = 125
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Sanitarium Launcher'
- ClientHeight = 313
- ClientWidth = 519
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 521
- Height = 313
- Center = True
- Picture.Data = {<image001.bmp>}
- end
- object Button1: TButton
- Left = 8
- Top = 280
- Width = 121
- Height = 25
- Caption = 'Install'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 392
- Top = 280
- Width = 121
- Height = 25
- Caption = 'Close'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
-