2007-08-09 21:36:59 +00:00
|
|
|
object SelectDataSetForm: TSelectDataSetForm
|
2009-02-10 19:57:19 +00:00
|
|
|
Left = 445
|
|
|
|
Height = 315
|
|
|
|
Top = 197
|
|
|
|
Width = 400
|
|
|
|
ActiveControl = CheckBox1
|
2007-08-09 21:36:59 +00:00
|
|
|
Caption = 'Select dataset to copy to'
|
|
|
|
ClientHeight = 315
|
|
|
|
ClientWidth = 400
|
2009-08-17 17:50:27 +00:00
|
|
|
OnCreate = FormCreate
|
|
|
|
Position = poScreenCenter
|
2010-03-05 21:57:25 +00:00
|
|
|
LCLVersion = '0.9.29'
|
2007-08-09 21:36:59 +00:00
|
|
|
object Label1: TLabel
|
2009-02-10 19:57:19 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = CheckBox1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 6
|
|
|
|
Height = 18
|
2010-03-05 21:57:25 +00:00
|
|
|
Top = 31
|
2009-08-17 17:50:27 +00:00
|
|
|
Width = 106
|
2009-02-10 19:57:19 +00:00
|
|
|
BorderSpacing.Around = 6
|
2007-08-09 21:36:59 +00:00
|
|
|
Caption = 'Sourse dataset'
|
|
|
|
FocusControl = DataSetList
|
2009-02-10 19:57:19 +00:00
|
|
|
ParentColor = False
|
2007-08-09 21:36:59 +00:00
|
|
|
end
|
|
|
|
object CheckBox1: TCheckBox
|
2009-02-10 19:57:19 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = Owner
|
|
|
|
Left = 6
|
2010-03-05 21:57:25 +00:00
|
|
|
Height = 19
|
2009-02-10 19:57:19 +00:00
|
|
|
Top = 6
|
2010-03-05 21:57:25 +00:00
|
|
|
Width = 156
|
2009-02-10 19:57:19 +00:00
|
|
|
BorderSpacing.Around = 6
|
2007-08-09 21:36:59 +00:00
|
|
|
Caption = 'Copy only metadata'
|
|
|
|
OnChange = CheckBox1Change
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object DataSetList: TListBox
|
2009-02-10 19:57:19 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = Label1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = ButtonPanel1
|
|
|
|
Left = 6
|
2010-03-05 21:57:25 +00:00
|
|
|
Height = 208
|
|
|
|
Top = 55
|
2009-02-10 19:57:19 +00:00
|
|
|
Width = 388
|
2007-08-09 21:36:59 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
2009-02-10 19:57:19 +00:00
|
|
|
BorderSpacing.Around = 6
|
|
|
|
ItemHeight = 0
|
2007-08-09 21:36:59 +00:00
|
|
|
OnDblClick = ListBox1DblClick
|
|
|
|
OnKeyPress = ListBox1KeyPress
|
|
|
|
TabOrder = 1
|
2009-02-10 19:57:19 +00:00
|
|
|
TopIndex = -1
|
2007-08-09 21:36:59 +00:00
|
|
|
end
|
2009-02-10 19:57:19 +00:00
|
|
|
object ButtonPanel1: TButtonPanel
|
|
|
|
Left = 6
|
2010-03-05 21:57:25 +00:00
|
|
|
Height = 40
|
|
|
|
Top = 269
|
2009-02-10 19:57:19 +00:00
|
|
|
Width = 388
|
2007-08-09 21:36:59 +00:00
|
|
|
TabOrder = 2
|
2009-02-10 19:57:19 +00:00
|
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
2007-08-09 21:36:59 +00:00
|
|
|
end
|
|
|
|
end
|