2007-08-09 21:36:59 +00:00
|
|
|
object AboutForm: TAboutForm
|
|
|
|
Left = 441
|
|
|
|
Height = 300
|
|
|
|
Top = 321
|
|
|
|
Width = 400
|
2009-02-19 17:06:55 +00:00
|
|
|
ActiveControl = BitBtn1
|
|
|
|
Caption = 'About...'
|
|
|
|
ClientHeight = 300
|
|
|
|
ClientWidth = 400
|
|
|
|
LCLVersion = '0.9.27'
|
2007-08-09 21:36:59 +00:00
|
|
|
object BitBtn1: TBitBtn
|
2009-02-19 17:06:55 +00:00
|
|
|
Left = 170
|
|
|
|
Height = 36
|
|
|
|
Top = 258
|
|
|
|
Width = 58
|
2007-08-09 21:36:59 +00:00
|
|
|
Anchors = [akBottom]
|
2009-02-19 17:06:55 +00:00
|
|
|
AutoSize = True
|
2007-08-09 21:36:59 +00:00
|
|
|
BorderSpacing.InnerBorder = 2
|
2009-02-19 17:06:55 +00:00
|
|
|
Caption = '&'
|
2007-08-09 21:36:59 +00:00
|
|
|
Default = True
|
|
|
|
Kind = bkOK
|
|
|
|
ModalResult = 1
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
end
|