home *** CD-ROM | disk | FTP | other *** search
- object SplashForm: TSplashForm
- Left = 411
- Top = 275
- Cursor = crHourGlass
- BorderIcons = [biSystemMenu]
- BorderStyle = bsNone
- ClientHeight = 247
- ClientWidth = 400
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 400
- Height = 247
- Align = alClient
- end
- object StarterImage: TImage
- Left = 244
- Top = 88
- Width = 113
- Height = 49
- Picture.Data = {<image000.bmp>}
- Transparent = True
- Visible = False
- end
- object Label2: TLabel
- Left = 97
- Top = 127
- Width = 249
- Height = 13
- AutoSize = False
- Caption = 'This product is licensed to:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblRegInfo: TLabel
- Left = 96
- Top = 144
- Width = 266
- Height = 49
- AutoSize = False
- Caption = '(Unknown)'
- WordWrap = True
- end
- object lblProgType: TLabel
- Left = 244
- Top = 57
- Width = 111
- Height = 32
- Caption = 'Jukebox'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -27
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblBeta: TLabel
- Left = 328
- Top = 21
- Width = 54
- Height = 29
- Caption = 'Beta'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -24
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 2500
- OnTimer = Timer1Timer
- Left = 8
- Top = 56
- end
- end
-