home *** CD-ROM | disk | FTP | other *** search
- object FormSplash: TFormSplash
- Left = 200
- Top = 100
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Splash'
- ClientHeight = 300
- ClientWidth = 399
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnHide = FormHide
- PixelsPerInch = 96
- TextHeight = 16
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 399
- Height = 300
- Align = alClient
- Picture.Data = {<image000.bmp>}
- end
- object Label1: TLabel
- Left = 295
- Top = 197
- Width = 78
- Height = 19
- Caption = 'Initialising'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object RBMusic: TRadioButton
- Left = 328
- Top = 174
- Width = 73
- Height = 20
- Caption = 'Music'
- Color = clWhite
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- TabOrder = 0
- OnClick = RBMusicClick
- end
- object RBSfx: TRadioButton
- Left = 328
- Top = 153
- Width = 73
- Height = 21
- Caption = 'Sound'
- Checked = True
- Color = clBtnHighlight
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- TabOrder = 1
- TabStop = True
- OnClick = RBSfxClick
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 366
- Top = 58
- end
- end
-