home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 January
/
pcwk_01_1999.iso
/
Top100sh
/
Edukacja
/
BKPERLIB
/
PERLIB32.EXE
/
0
/
RCDATA
/
TFRMSPLASH
/
TFRMSPLASH.txt
Wrap
Text File
|
1997-10-19
|
2KB
|
91 lines
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 lblVer: TLabel
Left = 116
Top = 20
Width = 313
Height = 20
AutoSize = False
Caption = 'BK Periodic Library - 32bit'
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 � 1997, 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