home *** CD-ROM | disk | FTP | other *** search
- object SplashForm: TSplashForm
- Left = 275
- Top = 272
- BorderStyle = bsNone
- Caption = 'SplashForm'
- ClientHeight = 323
- ClientWidth = 462
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 462
- Height = 323
- Align = alClient
- BevelOuter = bvNone
- Color = clBlack
- TabOrder = 0
- object Image4: TImage
- Left = 0
- Top = 0
- Width = 462
- Height = 302
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Name: TLabel
- Left = 4
- Top = 222
- Width = 109
- Height = 13
- Caption = 'Name: Mark Carrington'
- Color = clGray
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object Company: TLabel
- Left = 4
- Top = 242
- Width = 190
- Height = 13
- Caption = 'Company: The Mutant Penguin Network'
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object SerialNum: TLabel
- Left = 4
- Top = 264
- Width = 85
- Height = 13
- Caption = 'Serial No: Guess!!'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object Label4: TLabel
- Left = 4
- Top = 284
- Width = 191
- Height = 13
- Caption = 'Copyright ÔøΩ 1998, 1999 Mark Carrington'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object Panel2: TPanel
- Left = 0
- Top = 302
- Width = 462
- Height = 21
- Align = alBottom
- BevelOuter = bvNone
- Caption = 'Panel2'
- Color = clSilver
- TabOrder = 0
- object ProgressLabel: TLabel
- Left = 4
- Top = 4
- Width = 79
- Height = 13
- Alignment = taCenter
- Caption = 'Loading Settings'
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Panel3: TPanel
- Left = 175
- Top = 5
- Width = 285
- Height = 13
- BevelOuter = bvNone
- Caption = 'Panel2'
- Color = clGray
- TabOrder = 0
- object ProgressBar: TProgressBar
- Left = 0
- Top = 0
- Width = 285
- Height = 13
- Align = alClient
- Min = 0
- Max = 50
- Position = 50
- TabOrder = 0
- end
- end
- end
- end
- object Memo: TMemo
- Left = 76
- Top = 152
- Width = 86
- Height = 25
- Lines.Strings = (
- 'Memo')
- TabOrder = 1
- Visible = False
- WordWrap = False
- end
- end
-