mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 18:02:44 +02:00
102 lines
2.0 KiB
Plaintext
102 lines
2.0 KiB
Plaintext
object frVBandEditorForm: TfrVBandEditorForm
|
|
Left = 312
|
|
Height = 126
|
|
Top = 210
|
|
Width = 399
|
|
HorzScrollBar.Page = 398
|
|
VertScrollBar.Page = 125
|
|
BorderStyle = bsDialog
|
|
Caption = 'Band data sources'
|
|
ClientHeight = 126
|
|
ClientWidth = 399
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
object Button1: TButton
|
|
Left = 236
|
|
Height = 25
|
|
Top = 96
|
|
Width = 75
|
|
HelpContext = 40
|
|
Caption = 'Ok'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object Button2: TButton
|
|
Left = 316
|
|
Height = 25
|
|
Top = 96
|
|
Width = 75
|
|
HelpContext = 50
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 4
|
|
Height = 117
|
|
Top = 4
|
|
Width = 185
|
|
Caption = 'Bands'
|
|
ClientHeight = 99
|
|
ClientWidth = 181
|
|
TabOrder = 2
|
|
object LB1: TListBox
|
|
Left = 5
|
|
Height = 93
|
|
Width = 169
|
|
HelpContext = 105
|
|
ClickOnSelChange = False
|
|
ItemHeight = 13
|
|
OnClick = LB1Click
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object GroupBox2: TGroupBox
|
|
Left = 196
|
|
Height = 81
|
|
Top = 4
|
|
Width = 197
|
|
Caption = 'Data source'
|
|
ClientHeight = 63
|
|
ClientWidth = 193
|
|
TabOrder = 3
|
|
object Label1: TLabel
|
|
Left = 4
|
|
Height = 13
|
|
Top = 41
|
|
Width = 80
|
|
Caption = '&Record count'
|
|
FocusControl = Edit1
|
|
ParentColor = False
|
|
end
|
|
object CB1: TComboBox
|
|
Left = 4
|
|
Height = 21
|
|
Top = 5
|
|
Width = 181
|
|
HelpContext = 88
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
ItemHeight = 13
|
|
MaxLength = 0
|
|
OnChange = CB1Click
|
|
OnExit = CB1Exit
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 128
|
|
Height = 21
|
|
Top = 37
|
|
Width = 57
|
|
HelpContext = 95
|
|
OnExit = CB1Exit
|
|
TabOrder = 1
|
|
Text = '1'
|
|
end
|
|
end
|
|
end
|