You've already forked lazarus-ccr
initial import of the rx component version 1.0.12.38
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@232 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
26
components/rx/Demos/ToolPanel/aboutunit.lfm
Normal file
26
components/rx/Demos/ToolPanel/aboutunit.lfm
Normal file
@@ -0,0 +1,26 @@
|
||||
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
|
Reference in New Issue
Block a user