mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 01:47:43 +02:00
150 lines
3.4 KiB
Plaintext
150 lines
3.4 KiB
Plaintext
object frInsertFieldsForm: TfrInsertFieldsForm
|
|
Left = 352
|
|
Height = 347
|
|
Top = 210
|
|
Width = 438
|
|
ActiveControl = HorzRB
|
|
BorderStyle = bsDialog
|
|
Caption = 'Insert fields'
|
|
ClientHeight = 347
|
|
ClientWidth = 438
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.29'
|
|
object Label1: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 6
|
|
Height = 18
|
|
Top = 6
|
|
Width = 135
|
|
BorderSpacing.Around = 6
|
|
Caption = '&Available datasets'
|
|
FocusControl = DatasetCB
|
|
ParentColor = False
|
|
end
|
|
object FieldsL: TListBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = DatasetCB
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = GroupBox1
|
|
AnchorSideBottom.Control = ButtonPanel1
|
|
Left = 6
|
|
Height = 228
|
|
Top = 67
|
|
Width = 247
|
|
HelpContext = 106
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
ClickOnSelChange = False
|
|
ItemHeight = 0
|
|
MultiSelect = True
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
end
|
|
object DatasetCB: TComboBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Label1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = GroupBox1
|
|
Left = 6
|
|
Height = 31
|
|
Top = 30
|
|
Width = 247
|
|
HelpContext = 97
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
OnChange = DatasetCBChange
|
|
Sorted = True
|
|
Style = csDropDownList
|
|
TabOrder = 1
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 259
|
|
Height = 65
|
|
Top = 6
|
|
Width = 173
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Placement'
|
|
ClientHeight = 44
|
|
ClientWidth = 165
|
|
TabOrder = 2
|
|
object HorzRB: TRadioButton
|
|
Left = 8
|
|
Height = 19
|
|
Top = 5
|
|
Width = 89
|
|
HelpContext = 115
|
|
AllowGrayed = True
|
|
Caption = '&Horizontal'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
object VertRB: TRadioButton
|
|
Left = 8
|
|
Height = 19
|
|
Top = 25
|
|
Width = 69
|
|
HelpContext = 122
|
|
AllowGrayed = True
|
|
Caption = '&Vertical'
|
|
TabOrder = 1
|
|
TabStop = False
|
|
end
|
|
end
|
|
object GroupBox2: TGroupBox
|
|
AnchorSideTop.Control = GroupBox1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 259
|
|
Height = 60
|
|
Top = 77
|
|
Width = 173
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 6
|
|
ClientHeight = 52
|
|
ClientWidth = 165
|
|
TabOrder = 3
|
|
object HeaderCB: TCheckBox
|
|
AnchorSideLeft.Control = GroupBox2
|
|
AnchorSideTop.Control = GroupBox2
|
|
Left = 6
|
|
Height = 19
|
|
Top = 6
|
|
Width = 131
|
|
HelpContext = 132
|
|
BorderSpacing.Around = 6
|
|
Caption = '&Include headers'
|
|
TabOrder = 0
|
|
end
|
|
object BandCB: TCheckBox
|
|
AnchorSideLeft.Control = GroupBox2
|
|
AnchorSideTop.Control = HeaderCB
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 31
|
|
Width = 117
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Include &bands'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 40
|
|
Top = 301
|
|
Width = 426
|
|
TabOrder = 4
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
end
|
|
end
|