mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
235 lines
5.9 KiB
Plaintext
235 lines
5.9 KiB
Plaintext
object frmEditVariable: TfrmEditVariable
|
|
Left = 0
|
|
Height = 278
|
|
Top = 0
|
|
Width = 364
|
|
Caption = 'Edit server variable'
|
|
ClientHeight = 278
|
|
ClientWidth = 364
|
|
Color = clBtnFace
|
|
Constraints.MinHeight = 270
|
|
Constraints.MinWidth = 360
|
|
DesignTimePPI = 120
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
Position = poMainFormCenter
|
|
object btnOK: TButton
|
|
AnchorSideRight.Control = btnCancel
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 164
|
|
Height = 31
|
|
Top = 241
|
|
Width = 94
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
OnClick = btnOKClick
|
|
end
|
|
object btnCancel: TButton
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 264
|
|
Height = 31
|
|
Top = 241
|
|
Width = 94
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object grpScope: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = gbValue
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = btnOK
|
|
Left = 6
|
|
Height = 59
|
|
Top = 176
|
|
Width = 352
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Scope'
|
|
ClientHeight = 34
|
|
ClientWidth = 348
|
|
ParentBackground = False
|
|
TabOrder = 2
|
|
object radioScopeSession: TRadioButton
|
|
AnchorSideLeft.Control = grpScope
|
|
AnchorSideTop.Control = grpScope
|
|
Left = 6
|
|
Height = 24
|
|
Top = 6
|
|
Width = 98
|
|
BorderSpacing.Around = 6
|
|
Caption = 'This session'
|
|
TabOrder = 0
|
|
end
|
|
object radioScopeGlobal: TRadioButton
|
|
AnchorSideLeft.Control = radioScopeSession
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = grpScope
|
|
Left = 110
|
|
Height = 24
|
|
Top = 6
|
|
Width = 65
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Global'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object gbValue: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 164
|
|
Top = 6
|
|
Width = 352
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'name of variable'
|
|
ClientHeight = 139
|
|
ClientWidth = 348
|
|
ParentBackground = False
|
|
TabOrder = 3
|
|
object lblString: TLabel
|
|
AnchorSideLeft.Control = gbValue
|
|
AnchorSideTop.Control = gbValue
|
|
Left = 6
|
|
Height = 20
|
|
Top = 6
|
|
Width = 42
|
|
BorderSpacing.Around = 6
|
|
Caption = 'String:'
|
|
end
|
|
object lblNumber: TLabel
|
|
AnchorSideLeft.Control = gbValue
|
|
AnchorSideTop.Control = editString
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 20
|
|
Top = 40
|
|
Width = 57
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Number:'
|
|
end
|
|
object lblEnum: TLabel
|
|
AnchorSideLeft.Control = gbValue
|
|
AnchorSideTop.Control = editNumber
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 20
|
|
Top = 74
|
|
Width = 87
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Enumeration:'
|
|
end
|
|
object lblBoolean: TLabel
|
|
AnchorSideTop.Control = comboEnum
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 20
|
|
Top = 108
|
|
Width = 58
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Boolean:'
|
|
end
|
|
object radioBooleanOn: TRadioButton
|
|
AnchorSideLeft.Control = comboEnum
|
|
AnchorSideTop.Control = comboEnum
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 112
|
|
Height = 24
|
|
Top = 108
|
|
Width = 40
|
|
BorderSpacing.Around = 6
|
|
Caption = 'On'
|
|
TabOrder = 0
|
|
end
|
|
object radioBooleanOff: TRadioButton
|
|
AnchorSideTop.Control = comboEnum
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 216
|
|
Height = 24
|
|
Top = 108
|
|
Width = 122
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Off'
|
|
TabOrder = 1
|
|
end
|
|
object comboEnum: TComboBox
|
|
AnchorSideTop.Control = editNumber
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = gbValue
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 106
|
|
Height = 28
|
|
Top = 74
|
|
Width = 236
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 20
|
|
Style = csDropDownList
|
|
TabOrder = 2
|
|
end
|
|
object editNumber: TEdit
|
|
AnchorSideTop.Control = editString
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = gbValue
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 106
|
|
Height = 28
|
|
Top = 40
|
|
Width = 236
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
NumbersOnly = True
|
|
TabOrder = 3
|
|
Text = '0'
|
|
end
|
|
object editString: TEdit
|
|
AnchorSideTop.Control = gbValue
|
|
AnchorSideRight.Control = gbValue
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 106
|
|
Height = 28
|
|
Top = 6
|
|
Width = 236
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
object btnHelp: TButton
|
|
AnchorSideRight.Control = btnOK
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 64
|
|
Height = 31
|
|
Top = 241
|
|
Width = 94
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Help'
|
|
TabOrder = 4
|
|
OnClick = btnHelpClick
|
|
end
|
|
end
|