home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 4 Bible
/
Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso
/
source
/
FONTSAMP
/
ABOUT.dfm
/
ABOUT.txt
next >
Wrap
Text File
|
1998-02-16
|
2KB
|
111 lines
object AboutForm: TAboutForm
Left = 238
Top = 105
ActiveControl = OKButton
BorderStyle = bsDialog
Caption = 'About FontSamp'
ClientHeight = 204
ClientWidth = 298
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 16
object Panel1: TPanel
Left = 8
Top = 8
Width = 281
Height = 137
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object ProgramIcon: TImage
Left = 8
Top = 8
Width = 65
Height = 57
ParentShowHint = False
Picture.Data = {<image000.ico>}
ShowHint = True
Stretch = True
IsControl = True
end
object ProductName: TLabel
Left = 88
Top = 16
Width = 75
Height = 13
Caption = 'Font Sampler'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
object Version: TLabel
Left = 88
Top = 40
Width = 65
Height = 13
Caption = 'Version 1.0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
object Copyright: TLabel
Left = 32
Top = 96
Width = 216
Height = 13
Caption = 'Copyright � 1995, 1998 by Tom Swan'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
object Rights: TLabel
Left = 80
Top = 112
Width = 103
Height = 13
Caption = 'All rights reserved'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
end
object OKButton: TBitBtn
Left = 111
Top = 162
Width = 77
Height = 27
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
Kind = bkOK
Margin = 2
Spacing = -1
IsControl = True
end
end