You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3329 8e941d3f-bd1b-0410-a28a-d453659cc2b4
26 lines
459 B
Plaintext
26 lines
459 B
Plaintext
object AboutForm: TAboutForm
|
|
Left = 441
|
|
Height = 300
|
|
Top = 321
|
|
Width = 400
|
|
ActiveControl = BitBtn1
|
|
Caption = 'About...'
|
|
ClientHeight = 300
|
|
ClientWidth = 400
|
|
LCLVersion = '1.3'
|
|
object BitBtn1: TBitBtn
|
|
Left = 181
|
|
Height = 37
|
|
Top = 257
|
|
Width = 36
|
|
Anchors = [akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = '&'
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
end
|