You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@232 8e941d3f-bd1b-0410-a28a-d453659cc2b4
27 lines
502 B
Plaintext
27 lines
502 B
Plaintext
object AboutForm: TAboutForm
|
|
Caption = 'About...'
|
|
ClientHeight = 300
|
|
ClientWidth = 400
|
|
PixelsPerInch = 96
|
|
HorzScrollBar.Page = 399
|
|
VertScrollBar.Page = 299
|
|
Left = 441
|
|
Height = 300
|
|
Top = 321
|
|
Width = 400
|
|
object BitBtn1: TBitBtn
|
|
Anchors = [akBottom]
|
|
BorderSpacing.OnChange = nil
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = '&ÎÊ'
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
Left = 162
|
|
Height = 30
|
|
Top = 264
|
|
Width = 75
|
|
end
|
|
end
|