mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 04:58:22 +02:00
82 lines
1.6 KiB
Plaintext
82 lines
1.6 KiB
Plaintext
object frBandEditorForm: TfrBandEditorForm
|
|
Left = 346
|
|
Height = 126
|
|
Top = 148
|
|
Width = 225
|
|
HorzScrollBar.Page = 224
|
|
VertScrollBar.Page = 125
|
|
BorderStyle = bsDialog
|
|
Caption = 'Band data source'
|
|
ClientHeight = 126
|
|
ClientWidth = 225
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
object Button1: TButton
|
|
Left = 66
|
|
Height = 25
|
|
Top = 96
|
|
Width = 75
|
|
HelpContext = 40
|
|
Caption = 'Ok'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object Button2: TButton
|
|
Left = 146
|
|
Height = 25
|
|
Top = 96
|
|
Width = 75
|
|
HelpContext = 50
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object GB1: TGroupBox
|
|
Left = 4
|
|
Height = 81
|
|
Top = 4
|
|
Width = 217
|
|
Caption = 'Data source'
|
|
ClientHeight = 63
|
|
ClientWidth = 213
|
|
TabOrder = 2
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Height = 13
|
|
Top = 39
|
|
Width = 80
|
|
Caption = '&Record count'
|
|
FocusControl = Edit1
|
|
ParentColor = False
|
|
end
|
|
object CB1: TComboBox
|
|
Left = 7
|
|
Height = 21
|
|
Top = 3
|
|
Width = 201
|
|
HelpContext = 88
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
AutoSize = False
|
|
ItemHeight = 13
|
|
MaxLength = 0
|
|
OnChange = CB1Click
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 136
|
|
Height = 21
|
|
Top = 35
|
|
Width = 72
|
|
HelpContext = 95
|
|
AutoSize = True
|
|
TabOrder = 1
|
|
Text = '1'
|
|
end
|
|
end
|
|
end
|