mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 18:42:40 +02:00
50 lines
950 B
Plaintext
50 lines
950 B
Plaintext
object frBandTypesForm: TfrBandTypesForm
|
|
Left = 426
|
|
Height = 358
|
|
Top = 172
|
|
Width = 336
|
|
HorzScrollBar.Page = 335
|
|
VertScrollBar.Page = 357
|
|
BorderStyle = bsDialog
|
|
Caption = 'Insert new band'
|
|
ClientHeight = 358
|
|
ClientWidth = 336
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
object Button1: TButton
|
|
Left = 174
|
|
Height = 25
|
|
Top = 329
|
|
Width = 75
|
|
HelpContext = 40
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'Ok'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object GB1: TGroupBox
|
|
Left = 4
|
|
Height = 324
|
|
Top = 4
|
|
Width = 324
|
|
HelpContext = 89
|
|
Caption = 'Band type'
|
|
TabOrder = 1
|
|
end
|
|
object Button2: TButton
|
|
Left = 254
|
|
Height = 25
|
|
Top = 329
|
|
Width = 75
|
|
HelpContext = 50
|
|
Anchors = [akRight, akBottom]
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
end
|