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,67 @@
object SelectDataSetForm: TSelectDataSetForm
Caption = 'Select dataset to copy to'
ClientHeight = 315
ClientWidth = 400
PixelsPerInch = 96
HorzScrollBar.Page = 399
VertScrollBar.Page = 314
Left = 501
Height = 315
Top = 189
Width = 400
object Label1: TLabel
Caption = 'Sourse dataset'
Color = clNone
FocusControl = DataSetList
Left = 8
Height = 13
Top = 32
Width = 73
end
object CheckBox1: TCheckBox
Caption = 'Copy only metadata'
OnChange = CheckBox1Change
TabOrder = 0
UseOnChange = True
Left = 8
Height = 13
Top = 8
Width = 116
end
object DataSetList: TListBox
Anchors = [akTop, akLeft, akRight, akBottom]
OnDblClick = ListBox1DblClick
OnKeyPress = ListBox1KeyPress
TabOrder = 1
Left = 8
Height = 224
Top = 48
Width = 388
end
object OkBtn: TBitBtn
Anchors = [akRight, akBottom]
BorderSpacing.InnerBorder = 2
Caption = '&��'
Default = True
Kind = bkOK
ModalResult = 1
TabOrder = 2
Left = 240
Height = 30
Top = 280
Width = 75
end
object BitBtn2: TBitBtn
Anchors = [akRight, akBottom]
BorderSpacing.InnerBorder = 2
Cancel = True
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
TabOrder = 3
Left = 320
Height = 30
Top = 280
Width = 75
end
end