mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 14:28:53 +02:00
38 lines
875 B
Plaintext
38 lines
875 B
Plaintext
object SelectConnectionTypeForm: TSelectConnectionTypeForm
|
|
Left = 413
|
|
Height = 241
|
|
Top = 207
|
|
Width = 335
|
|
Caption = 'Select a connection type'
|
|
ClientHeight = 241
|
|
ClientWidth = 335
|
|
OnCreate = FormCreate
|
|
LCLVersion = '3.99.0.0'
|
|
object LBConnections: TListBox
|
|
Left = 6
|
|
Height = 189
|
|
Top = 6
|
|
Width = 323
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
TabOrder = 0
|
|
end
|
|
object BPConnections: TButtonPanel
|
|
Left = 6
|
|
Height = 34
|
|
Top = 201
|
|
Width = 323
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 1
|
|
ShowButtons = [pbOK, pbCancel]
|
|
end
|
|
end
|