home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
CHEMPLOT.ZIP
/
Misc
/
Splash.dfm
/
Splash.txt
< prev
Wrap
Text File
|
2001-07-23
|
4KB
|
173 lines
object SplashBox: TSplashBox
Left = 315
Top = 234
Width = 403
Height = 336
HelpContext = 2010
HorzScrollBar.Range = 385
VertScrollBar.Range = 302
ActiveControl = AgreeBitBtn
BorderIcons = []
AutoScroll = False
Caption = 'Splash'
Font.Color = clWindowText
Font.Height = 12
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
PixelsPerInch = 120
Position = poScreenCenter
Scaled = False
ShowHint = True
OnCreate = FormCreate
TextHeight = 16
object Panel1: TPanel
Left = 10
Top = 10
Width = 375
Height = 255
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object LeftImage: TImage
Left = 16
Top = 179
Width = 96
Height = 60
Picture.Data = {<image000.bmp>}
end
object RightImage: TImage
Left = 256
Top = 178
Width = 98
Height = 61
Picture.Data = {<image001.bmp>}
end
object ProductLabel: TLabel
Left = 144
Top = 16
Width = 209
Height = 25
Alignment = taRightJustify
AutoSize = False
Caption = 'TSplash'
Font.Color = clWindowText
Font.Height = 12
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
end
object VersionLabel: TLabel
Left = 144
Top = 89
Width = 200
Height = 16
Alignment = taRightJustify
AutoSize = False
Caption = 'Version 1.0'
end
object CopyrightLabel: TLabel
Left = 144
Top = 74
Width = 200
Height = 16
Alignment = taRightJustify
AutoSize = False
Caption = 'Copyright � Chemware 1999'
end
object URLLabel: TLabel
Left = 10
Top = 152
Width = 351
Height = 16
Alignment = taCenter
AutoSize = False
Caption = 'http://www.users.bigpond.com/Chemware/'
Font.Color = clBlue
Font.Height = 12
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = [fsUnderline]
ParentFont = False
OnClick = URLLabelClick
end
object CommentsLabel: TLabel
Left = 16
Top = 105
Width = 328
Height = 48
Alignment = taCenter
AutoSize = False
Caption = 'Freeware Version'
end
object PriceLabel: TLabel
Left = 120
Top = 176
Width = 129
Height = 65
Alignment = taCenter
AutoSize = False
Caption = 'Register for only A$25'
Font.Color = clWindowText
Font.Height = 12
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
WordWrap = True
end
object CompanyLabel: TLabel
Left = 144
Top = 50
Width = 208
Height = 23
Alignment = taRightJustify
AutoSize = False
Caption = 'by ...'
Font.Color = clWindowText
Font.Height = 12
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
end
end
object AgreeBitBtn: TBitBtn
Left = 288
Top = 272
Width = 97
Height = 30
Caption = 'I &Agree'
TabOrder = 1
Kind = bkOK
end
object DisagreeBitBtn: TBitBtn
Left = 16
Top = 272
Width = 97
Height = 30
Caption = 'I &Disagree'
TabOrder = 2
Kind = bkCancel
end
object ViewLicenseBitBtn: TBitBtn
Left = 144
Top = 272
Width = 113
Height = 30
Caption = '&View License'
Default = True
TabOrder = 3
OnClick = ViewLicenseBitBtnClick
NumGlyphs = 2
end
object Timer1: TTimer
Enabled = False
Interval = 5000
OnTimer = Timer1Timer
Left = 50
Top = 98
end
end