lazarus/components/lazreport/source/lr_bnded.lfm

84 lines
1.9 KiB
Plaintext

object frBandEditorForm: TfrBandEditorForm
Left = 487
Height = 154
Top = 310
Width = 341
HorzScrollBar.Page = 224
VertScrollBar.Page = 125
ActiveControl = Edit1
BorderStyle = bsDialog
Caption = 'Band data source'
ClientHeight = 154
ClientWidth = 341
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.29'
object GB1: TGroupBox
Left = 0
Height = 102
Top = 0
Width = 341
Align = alClient
Caption = 'Data source'
ClientHeight = 81
ClientWidth = 333
TabOrder = 0
object Label2: TLabel
AnchorSideLeft.Control = GB1
AnchorSideBottom.Control = Edit1
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 18
Top = 54
Width = 106
Anchors = [akLeft, akBottom]
BorderSpacing.Left = 6
Caption = '&Record count'
FocusControl = Edit1
ParentColor = False
end
object CB1: TComboBox
AnchorSideLeft.Control = GB1
AnchorSideTop.Control = GB1
AnchorSideRight.Control = GB1
AnchorSideRight.Side = asrBottom
Left = 6
Height = 31
Top = 6
Width = 321
HelpContext = 88
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
ItemHeight = 0
OnChange = CB1Click
Style = csDropDownList
TabOrder = 0
end
object Edit1: TEdit
AnchorSideLeft.Control = Label2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CB1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GB1
AnchorSideRight.Side = asrBottom
Left = 118
Height = 29
Top = 43
Width = 209
HelpContext = 95
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 1
Text = '1'
end
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 40
Top = 108
Width = 329
TabOrder = 1
ShowButtons = [pbOK, pbCancel, pbHelp]
end
end