mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Move library selector up, below the network type selector, so these both define the basic connection type
This commit is contained in:
@ -221,7 +221,7 @@ object connform: Tconnform
|
|||||||
371)
|
371)
|
||||||
object lblPort: TLabel
|
object lblPort: TLabel
|
||||||
Left = 3
|
Left = 3
|
||||||
Top = 168
|
Top = 199
|
||||||
Width = 24
|
Width = 24
|
||||||
Height = 13
|
Height = 13
|
||||||
Caption = 'Port:'
|
Caption = 'Port:'
|
||||||
@ -229,7 +229,7 @@ object connform: Tconnform
|
|||||||
end
|
end
|
||||||
object lblPassword: TLabel
|
object lblPassword: TLabel
|
||||||
Left = 3
|
Left = 3
|
||||||
Top = 143
|
Top = 174
|
||||||
Width = 50
|
Width = 50
|
||||||
Height = 13
|
Height = 13
|
||||||
Caption = 'Password:'
|
Caption = 'Password:'
|
||||||
@ -237,7 +237,7 @@ object connform: Tconnform
|
|||||||
end
|
end
|
||||||
object lblHost: TLabel
|
object lblHost: TLabel
|
||||||
Left = 3
|
Left = 3
|
||||||
Top = 45
|
Top = 76
|
||||||
Width = 72
|
Width = 72
|
||||||
Height = 13
|
Height = 13
|
||||||
Caption = 'Hostname / IP:'
|
Caption = 'Hostname / IP:'
|
||||||
@ -245,7 +245,7 @@ object connform: Tconnform
|
|||||||
end
|
end
|
||||||
object lblUsername: TLabel
|
object lblUsername: TLabel
|
||||||
Left = 3
|
Left = 3
|
||||||
Top = 118
|
Top = 149
|
||||||
Width = 26
|
Width = 26
|
||||||
Height = 13
|
Height = 13
|
||||||
Caption = 'User:'
|
Caption = 'User:'
|
||||||
@ -260,81 +260,81 @@ object connform: Tconnform
|
|||||||
end
|
end
|
||||||
object lblDatabase: TLabel
|
object lblDatabase: TLabel
|
||||||
Left = 3
|
Left = 3
|
||||||
Top = 216
|
Top = 247
|
||||||
Width = 55
|
Width = 55
|
||||||
Height = 13
|
Height = 13
|
||||||
Caption = 'Databases:'
|
Caption = 'Databases:'
|
||||||
end
|
end
|
||||||
object lblComment: TLabel
|
object lblComment: TLabel
|
||||||
Left = 3
|
Left = 3
|
||||||
Top = 270
|
Top = 274
|
||||||
Width = 49
|
Width = 49
|
||||||
Height = 13
|
Height = 13
|
||||||
Caption = 'Comment:'
|
Caption = 'Comment:'
|
||||||
end
|
end
|
||||||
object lblLibrary: TLabel
|
object lblLibrary: TLabel
|
||||||
Left = 3
|
Left = 3
|
||||||
Top = 243
|
Top = 39
|
||||||
Width = 37
|
Width = 37
|
||||||
Height = 13
|
Height = 13
|
||||||
Caption = 'Library:'
|
Caption = 'Library:'
|
||||||
end
|
end
|
||||||
object chkCompressed: TCheckBox
|
object chkCompressed: TCheckBox
|
||||||
Left = 120
|
Left = 120
|
||||||
Top = 190
|
Top = 221
|
||||||
Width = 294
|
Width = 294
|
||||||
Height = 17
|
Height = 17
|
||||||
Anchors = [akLeft, akTop, akRight]
|
Anchors = [akLeft, akTop, akRight]
|
||||||
Caption = 'Compressed client/server protocol'
|
Caption = 'Compressed client/server protocol'
|
||||||
TabOrder = 8
|
TabOrder = 9
|
||||||
OnClick = Modification
|
OnClick = Modification
|
||||||
end
|
end
|
||||||
object editPort: TEdit
|
object editPort: TEdit
|
||||||
Left = 120
|
Left = 120
|
||||||
Top = 165
|
Top = 196
|
||||||
Width = 57
|
Width = 57
|
||||||
Height = 21
|
Height = 21
|
||||||
TabOrder = 6
|
TabOrder = 7
|
||||||
Text = '0'
|
Text = '0'
|
||||||
OnChange = Modification
|
OnChange = Modification
|
||||||
end
|
end
|
||||||
object updownPort: TUpDown
|
object updownPort: TUpDown
|
||||||
Left = 177
|
Left = 177
|
||||||
Top = 165
|
Top = 196
|
||||||
Width = 16
|
Width = 16
|
||||||
Height = 21
|
Height = 21
|
||||||
Associate = editPort
|
Associate = editPort
|
||||||
Max = 2147483647
|
Max = 2147483647
|
||||||
TabOrder = 7
|
TabOrder = 8
|
||||||
Thousands = False
|
Thousands = False
|
||||||
Wrap = True
|
Wrap = True
|
||||||
end
|
end
|
||||||
object editPassword: TEdit
|
object editPassword: TEdit
|
||||||
Left = 120
|
Left = 120
|
||||||
Top = 140
|
Top = 171
|
||||||
Width = 294
|
Width = 294
|
||||||
Height = 21
|
Height = 21
|
||||||
Anchors = [akLeft, akTop, akRight]
|
Anchors = [akLeft, akTop, akRight]
|
||||||
PasswordChar = '*'
|
PasswordChar = '*'
|
||||||
TabOrder = 5
|
TabOrder = 6
|
||||||
OnChange = Modification
|
OnChange = Modification
|
||||||
end
|
end
|
||||||
object editUsername: TEdit
|
object editUsername: TEdit
|
||||||
Left = 120
|
Left = 120
|
||||||
Top = 115
|
Top = 146
|
||||||
Width = 294
|
Width = 294
|
||||||
Height = 21
|
Height = 21
|
||||||
Anchors = [akLeft, akTop, akRight]
|
Anchors = [akLeft, akTop, akRight]
|
||||||
TabOrder = 4
|
TabOrder = 5
|
||||||
OnChange = Modification
|
OnChange = Modification
|
||||||
end
|
end
|
||||||
object editHost: TEdit
|
object editHost: TEdit
|
||||||
Left = 120
|
Left = 120
|
||||||
Top = 42
|
Top = 73
|
||||||
Width = 294
|
Width = 294
|
||||||
Height = 21
|
Height = 21
|
||||||
Anchors = [akLeft, akTop, akRight]
|
Anchors = [akLeft, akTop, akRight]
|
||||||
TabOrder = 1
|
TabOrder = 2
|
||||||
OnChange = editHostChange
|
OnChange = editHostChange
|
||||||
end
|
end
|
||||||
object comboNetType: TComboBox
|
object comboNetType: TComboBox
|
||||||
@ -357,30 +357,30 @@ object connform: Tconnform
|
|||||||
end
|
end
|
||||||
object chkLoginPrompt: TCheckBox
|
object chkLoginPrompt: TCheckBox
|
||||||
Left = 120
|
Left = 120
|
||||||
Top = 69
|
Top = 100
|
||||||
Width = 294
|
Width = 294
|
||||||
Height = 17
|
Height = 17
|
||||||
Anchors = [akLeft, akTop, akRight]
|
Anchors = [akLeft, akTop, akRight]
|
||||||
Caption = 'Prompt for credentials'
|
Caption = 'Prompt for credentials'
|
||||||
TabOrder = 2
|
TabOrder = 3
|
||||||
OnClick = chkLoginPromptClick
|
OnClick = chkLoginPromptClick
|
||||||
end
|
end
|
||||||
object chkWindowsAuth: TCheckBox
|
object chkWindowsAuth: TCheckBox
|
||||||
Left = 120
|
Left = 120
|
||||||
Top = 92
|
Top = 123
|
||||||
Width = 294
|
Width = 294
|
||||||
Height = 17
|
Height = 17
|
||||||
Anchors = [akLeft, akTop, akRight]
|
Anchors = [akLeft, akTop, akRight]
|
||||||
Caption = 'Use Windows authentication'
|
Caption = 'Use Windows authentication'
|
||||||
Enabled = False
|
Enabled = False
|
||||||
TabOrder = 3
|
TabOrder = 4
|
||||||
OnClick = chkLoginPromptClick
|
OnClick = chkLoginPromptClick
|
||||||
end
|
end
|
||||||
object memoComment: TMemo
|
object memoComment: TMemo
|
||||||
Left = 120
|
Left = 120
|
||||||
Top = 267
|
Top = 271
|
||||||
Width = 294
|
Width = 294
|
||||||
Height = 89
|
Height = 97
|
||||||
Anchors = [akLeft, akTop, akRight, akBottom]
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
||||||
ScrollBars = ssVertical
|
ScrollBars = ssVertical
|
||||||
TabOrder = 11
|
TabOrder = 11
|
||||||
@ -388,26 +388,26 @@ object connform: Tconnform
|
|||||||
end
|
end
|
||||||
object editDatabases: TButtonedEdit
|
object editDatabases: TButtonedEdit
|
||||||
Left = 120
|
Left = 120
|
||||||
Top = 213
|
Top = 244
|
||||||
Width = 294
|
Width = 294
|
||||||
Height = 21
|
Height = 21
|
||||||
Anchors = [akLeft, akTop, akRight]
|
Anchors = [akLeft, akTop, akRight]
|
||||||
Images = MainForm.VirtualImageListMain
|
Images = MainForm.VirtualImageListMain
|
||||||
RightButton.ImageIndex = 75
|
RightButton.ImageIndex = 75
|
||||||
RightButton.Visible = True
|
RightButton.Visible = True
|
||||||
TabOrder = 9
|
TabOrder = 10
|
||||||
TextHint = 'Separated by semicolon'
|
TextHint = 'Separated by semicolon'
|
||||||
OnChange = Modification
|
OnChange = Modification
|
||||||
OnRightButtonClick = editDatabasesRightButtonClick
|
OnRightButtonClick = editDatabasesRightButtonClick
|
||||||
end
|
end
|
||||||
object comboLibrary: TComboBox
|
object comboLibrary: TComboBox
|
||||||
Left = 120
|
Left = 120
|
||||||
Top = 240
|
Top = 36
|
||||||
Width = 294
|
Width = 294
|
||||||
Height = 21
|
Height = 21
|
||||||
Style = csDropDownList
|
Style = csDropDownList
|
||||||
Anchors = [akLeft, akTop, akRight]
|
Anchors = [akLeft, akTop, akRight]
|
||||||
TabOrder = 10
|
TabOrder = 1
|
||||||
OnChange = Modification
|
OnChange = Modification
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user