home *** CD-ROM | disk | FTP | other *** search
/ Slippery When Wet / SLIPPERY_WET.bin / thezone.exe / 0 / RCDATA / TFORMSPLASH / TFORMSPLASH.txt < prev   
Encoding:
Text File  |  1999-11-02  |  1.6 KB  |  81 lines

  1. object FormSplash: TFormSplash
  2.   Left = 200
  3.   Top = 100
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Splash'
  7.   ClientHeight = 300
  8.   ClientWidth = 399
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnHide = FormHide
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 399
  23.     Height = 300
  24.     Align = alClient
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object Label1: TLabel
  28.     Left = 295
  29.     Top = 197
  30.     Width = 78
  31.     Height = 19
  32.     Caption = 'Initialising'
  33.     Font.Color = clBlack
  34.     Font.Height = -17
  35.     Font.Name = 'Arial'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.     Transparent = True
  39.   end
  40.   object RBMusic: TRadioButton
  41.     Left = 328
  42.     Top = 174
  43.     Width = 73
  44.     Height = 20
  45.     Caption = 'Music'
  46.     Color = clWhite
  47.     Font.Color = clBlack
  48.     Font.Height = -15
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     ParentColor = False
  52.     ParentFont = False
  53.     TabOrder = 0
  54.     OnClick = RBMusicClick
  55.   end
  56.   object RBSfx: TRadioButton
  57.     Left = 328
  58.     Top = 153
  59.     Width = 73
  60.     Height = 21
  61.     Caption = 'Sound'
  62.     Checked = True
  63.     Color = clBtnHighlight
  64.     Font.Color = clBlack
  65.     Font.Height = -15
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = [fsBold]
  68.     ParentColor = False
  69.     ParentFont = False
  70.     TabOrder = 1
  71.     TabStop = True
  72.     OnClick = RBSfxClick
  73.   end
  74.   object Timer1: TTimer
  75.     Enabled = False
  76.     OnTimer = Timer1Timer
  77.     Left = 366
  78.     Top = 58
  79.   end
  80. end
  81.