home *** CD-ROM | disk | FTP | other *** search
- object frmSplash: TfrmSplash
- Left = 286
- Top = 376
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 196
- ClientWidth = 460
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object imgIcon: TImage
- Left = 40
- Top = 36
- Width = 32
- Height = 32
- OnClick = SplashClick
- end
- object Label1: TLabel
- Left = 116
- Top = 20
- Width = 313
- Height = 20
- AutoSize = False
- Caption = 'BK Periodic Library - 32bit - Version 1.4'
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Transparent = True
- OnClick = SplashClick
- end
- object Label2: TLabel
- Left = 116
- Top = 64
- Width = 155
- Height = 16
- AutoSize = False
- Caption = 'Designed and created by:'
- Transparent = True
- OnClick = SplashClick
- end
- object Label3: TLabel
- Left = 116
- Top = 84
- Width = 209
- Height = 16
- AutoSize = False
- Caption = 'Billy Klein - Computer Programming'
- Transparent = True
- OnClick = SplashClick
- end
- object Label4: TLabel
- Left = 116
- Top = 104
- Width = 288
- Height = 16
- AutoSize = False
- Caption = 'Copyright � 1996 Bill Klein. All Rights Reserved.'
- Transparent = True
- OnClick = SplashClick
- end
- object Label5: TLabel
- Left = 116
- Top = 136
- Width = 305
- Height = 49
- AutoSize = False
- Caption =
- 'Unauthorized use, duplication, or distribution is strictly prohi' +
- 'bited by law.'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- OnClick = SplashClick
- end
- object tmrSplash: TTimer
- OnTimer = tmrSplashTimer
- Left = 42
- Top = 113
- end
- end
-