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
|
2016-01-14 07:28:02 +00:00
|
|
|
Visible = False
|
2007-08-09 21:36:59 +00:00
|
|
|
object BitBtn1: TBitBtn
|
2016-01-14 07:28:02 +00:00
|
|
|
Left = 169
|
|
|
|
Height = 30
|
|
|
|
Top = 264
|
|
|
|
Width = 60
|
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
|