mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 20:18:15 +02:00
34 lines
665 B
Plaintext
34 lines
665 B
Plaintext
object frBandTypesForm: TfrBandTypesForm
|
|
Left = 426
|
|
Height = 361
|
|
Top = 172
|
|
Width = 377
|
|
HorzScrollBar.Page = 335
|
|
VertScrollBar.Page = 357
|
|
ActiveControl = ButtonPanel1
|
|
Caption = 'Insert new band'
|
|
ClientHeight = 361
|
|
ClientWidth = 377
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.29'
|
|
object GB1: TGroupBox
|
|
Left = 0
|
|
Height = 309
|
|
Top = 0
|
|
Width = 377
|
|
HelpContext = 89
|
|
Align = alClient
|
|
Caption = 'Band type'
|
|
TabOrder = 0
|
|
end
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 40
|
|
Top = 315
|
|
Width = 365
|
|
TabOrder = 1
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
end
|
|
end
|