mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 10:32:48 +02:00
29 lines
553 B
Plaintext
29 lines
553 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 = '0.9.27'
|
|
object LBConnections: TListBox
|
|
Left = 0
|
|
Height = 194
|
|
Top = 0
|
|
Width = 335
|
|
Align = alClient
|
|
ItemHeight = 0
|
|
TabOrder = 0
|
|
end
|
|
object BPConnections: TButtonPanel
|
|
Left = 6
|
|
Height = 35
|
|
Top = 200
|
|
Width = 323
|
|
TabOrder = 1
|
|
ShowButtons = [pbOK, pbCancel]
|
|
end
|
|
end
|