home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 220
- Top = 88
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Warhammer 40K: Rites of War'
- ClientHeight = 318
- ClientWidth = 503
- 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 = -8
- Width = 505
- Height = 329
- Picture.Data = {<image001.bmp>}
- end
- object Button1: TButton
- Left = 8
- Top = 288
- Width = 217
- Height = 25
- Caption = 'Install Warhammer 40K: Rites of War Demo'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 280
- Top = 288
- Width = 217
- Height = 25
- Caption = 'Exit'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
-