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:
vsnijders
2007-08-09 21:36:59 +00:00
parent 22093d6e75
commit a3d4d0d2fd
116 changed files with 25654 additions and 0 deletions

View 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