home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
CHEMPLOT.ZIP
/
Misc
/
About.dfm
/
About.txt
next >
Wrap
Text File
|
2001-07-30
|
4KB
|
163 lines
object AboutBox: TAboutBox
Left = 353
Top = 343
Width = 393
Height = 363
HelpContext = 2010
HorzScrollBar.Range = 380
HorzScrollBar.Visible = False
VertScrollBar.Range = 377
VertScrollBar.Visible = False
ActiveControl = OKBitBtn
AutoScroll = False
Caption = 'About'
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 = 8
Top = 8
Width = 369
Height = 286
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object MailImage: TImage
Left = 8
Top = 166
Width = 29
Height = 34
Hint = 'Click on me to jump to Borland'#39's Delphi website.'
AutoSize = True
Picture.Data = {<image000.bmp>}
OnClick = ProgramIconClick
end
object ResourcesLabel: TLabel
Left = 8
Top = 207
Width = 356
Height = 18
AutoSize = False
Caption = 'ResourcesLabel'
end
object OSLabel: TLabel
Left = 8
Top = 241
Width = 356
Height = 17
AutoSize = False
Caption = 'OS'
end
object URLLabel: TLabel
Left = 8
Top = 146
Width = 356
Height = 17
Alignment = taCenter
AutoSize = False
Caption = 'http://chemware.hypermart.net/'
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 = 8
Top = 87
Width = 106
Height = 16
Caption = 'Freeware Version'
end
object CompanyLabel: TLabel
Left = 149
Top = 29
Width = 214
Height = 21
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
object EmailLabel: TLabel
Left = 51
Top = 173
Width = 310
Height = 17
AutoSize = False
Caption = 'Chemware@Hypermart.net'
Font.Color = clBlue
Font.Height = 12
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = [fsUnderline]
ParentFont = False
OnClick = EmailLabelClick
end
object OSBuildLabel: TLabel
Left = 8
Top = 258
Width = 356
Height = 17
AutoSize = False
Caption = 'version'
end
object ProductLabel: TLabel
Left = 149
Top = 5
Width = 214
Height = 22
Alignment = taRightJustify
AutoSize = False
Caption = 'TAbout'
Font.Color = clWindowText
Font.Height = 13
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
end
object VersionLabel: TLabel
Left = 149
Top = 70
Width = 214
Height = 17
Alignment = taRightJustify
AutoSize = False
Caption = 'Version 2.0'
end
object CopyrightLabel: TLabel
Left = 144
Top = 54
Width = 219
Height = 17
Alignment = taRightJustify
AutoSize = False
Caption = 'Copyright � Chemware 1999-2001'
end
end
object OKBitBtn: TBitBtn
Left = 145
Top = 302
Width = 105
Height = 27
TabOrder = 1
Kind = bkOK
end
end