mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
782 lines
20 KiB
Plaintext
782 lines
20 KiB
Plaintext
object optionsform: Toptionsform
|
|
Left = 547
|
|
Top = 163
|
|
BorderStyle = bsDialog
|
|
BorderWidth = 5
|
|
Caption = 'Preferences'
|
|
ClientHeight = 304
|
|
ClientWidth = 421
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poMainFormCenter
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
DesignSize = (
|
|
421
|
|
304)
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object PageControl1: TPageControl
|
|
Left = 0
|
|
Top = 0
|
|
Width = 421
|
|
Height = 271
|
|
ActivePage = TabSheet1
|
|
Align = alTop
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
TabOrder = 3
|
|
object TabSheet1: TTabSheet
|
|
Caption = 'Miscellaneous'
|
|
object Label4: TLabel
|
|
Left = 16
|
|
Top = 82
|
|
Width = 37
|
|
Height = 13
|
|
Caption = 'Log last'
|
|
end
|
|
object Label5: TLabel
|
|
Left = 142
|
|
Top = 82
|
|
Width = 95
|
|
Height = 13
|
|
Caption = 'Lines in SQL-History'
|
|
end
|
|
object labelLogSnip: TLabel
|
|
Left = 16
|
|
Top = 112
|
|
Width = 96
|
|
Height = 13
|
|
Caption = 'Snip SQL log lines to'
|
|
end
|
|
object labelSqlSnipHint: TLabel
|
|
Left = 218
|
|
Top = 110
|
|
Width = 139
|
|
Height = 13
|
|
Caption = 'characters (0 = no snipping)'
|
|
end
|
|
object CheckBoxAutoReconnect: TCheckBox
|
|
Left = 16
|
|
Top = 16
|
|
Width = 334
|
|
Height = 17
|
|
Caption = 'Automatically reconnect to last session-account on startup'
|
|
TabOrder = 0
|
|
OnClick = Modified
|
|
end
|
|
object updownLogSQLNum: TUpDown
|
|
Left = 114
|
|
Top = 79
|
|
Width = 17
|
|
Height = 21
|
|
Associate = editLogSQLNum
|
|
Min = 1
|
|
Max = 32767
|
|
Position = 1
|
|
TabOrder = 1
|
|
Wrap = True
|
|
OnChanging = anyUpDownLimitChanging
|
|
end
|
|
object editLogSQLNum: TEdit
|
|
Left = 61
|
|
Top = 79
|
|
Width = 53
|
|
Height = 21
|
|
TabOrder = 2
|
|
Text = '1'
|
|
OnChange = Modified
|
|
end
|
|
object CheckBoxRestoreLastUsedDB: TCheckBox
|
|
Left = 16
|
|
Top = 36
|
|
Width = 297
|
|
Height = 17
|
|
Caption = 'Restore last used database on startup'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 3
|
|
OnClick = Modified
|
|
end
|
|
object chkLogToFile: TCheckBox
|
|
Left = 16
|
|
Top = 138
|
|
Width = 145
|
|
Height = 17
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Caption = 'Write SQL log to file'
|
|
TabOrder = 4
|
|
OnClick = Modified
|
|
end
|
|
object btnOpenLogFolder: TButton
|
|
Left = 167
|
|
Top = 135
|
|
Width = 106
|
|
Height = 20
|
|
Caption = 'Open log folder ...'
|
|
TabOrder = 5
|
|
OnClick = btnOpenLogFolderClick
|
|
end
|
|
object editLogSnip: TEdit
|
|
Left = 121
|
|
Top = 107
|
|
Width = 72
|
|
Height = 21
|
|
TabOrder = 6
|
|
Text = '2000'
|
|
end
|
|
object updownLogSnip: TUpDown
|
|
Left = 193
|
|
Top = 107
|
|
Width = 15
|
|
Height = 21
|
|
Associate = editLogSnip
|
|
Max = 32767
|
|
Position = 2000
|
|
TabOrder = 7
|
|
OnChanging = anyUpDownLimitChanging
|
|
end
|
|
object chkUpdatecheck: TCheckBox
|
|
Left = 16
|
|
Top = 162
|
|
Width = 268
|
|
Height = 17
|
|
Caption = 'Automatically check for updates / Interval [days]:'
|
|
TabOrder = 8
|
|
OnClick = chkUpdatecheckClick
|
|
end
|
|
object editUpdatecheckInterval: TEdit
|
|
Left = 302
|
|
Top = 160
|
|
Width = 43
|
|
Height = 21
|
|
Enabled = False
|
|
TabOrder = 9
|
|
Text = '1'
|
|
end
|
|
object updownUpdatecheckInterval: TUpDown
|
|
Left = 345
|
|
Top = 160
|
|
Width = 16
|
|
Height = 21
|
|
Associate = editUpdatecheckInterval
|
|
Enabled = False
|
|
Min = 1
|
|
Max = 999
|
|
Position = 1
|
|
TabOrder = 10
|
|
OnChanging = anyUpDownLimitChanging
|
|
end
|
|
object chkPreferShowTables: TCheckBox
|
|
Left = 16
|
|
Top = 207
|
|
Width = 377
|
|
Height = 24
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Caption =
|
|
'Use SHOW TABLES instead of SHOW TABLE STATUS (faster for large d' +
|
|
'atabases, but disables certain functionalities)'
|
|
TabOrder = 11
|
|
WordWrap = True
|
|
OnClick = Modified
|
|
end
|
|
object chkUpdateCheckBuilds: TCheckBox
|
|
Left = 34
|
|
Top = 182
|
|
Width = 203
|
|
Height = 17
|
|
Caption = 'Also check for updated nightly builds'
|
|
Enabled = False
|
|
TabOrder = 12
|
|
end
|
|
end
|
|
object TabSheet2: TTabSheet
|
|
BorderWidth = 5
|
|
Caption = 'SQL-Appearance'
|
|
ImageIndex = 1
|
|
object PageControl2: TPageControl
|
|
Left = 0
|
|
Top = 0
|
|
Width = 403
|
|
Height = 233
|
|
ActivePage = TabSheet3
|
|
Align = alClient
|
|
TabOrder = 0
|
|
object TabSheet3: TTabSheet
|
|
Caption = 'Font'
|
|
object Label2: TLabel
|
|
Left = 156
|
|
Top = 60
|
|
Width = 29
|
|
Height = 13
|
|
Caption = 'points'
|
|
end
|
|
object Label1: TLabel
|
|
Left = 16
|
|
Top = 59
|
|
Width = 23
|
|
Height = 13
|
|
Caption = 'Size:'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 16
|
|
Top = 32
|
|
Width = 26
|
|
Height = 13
|
|
Caption = 'Font:'
|
|
end
|
|
object Label25: TLabel
|
|
Left = 16
|
|
Top = 96
|
|
Width = 40
|
|
Height = 13
|
|
Caption = 'Pattern:'
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 93
|
|
Top = 96
|
|
Width = 193
|
|
Height = 41
|
|
BevelOuter = bvLowered
|
|
Caption = 'Aa Bb Cc 123'
|
|
TabOrder = 0
|
|
end
|
|
object ComboBoxFonts: TComboBox
|
|
Left = 93
|
|
Top = 29
|
|
Width = 193
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 0
|
|
TabOrder = 1
|
|
OnChange = FontsChange
|
|
end
|
|
object EditFontSize: TEdit
|
|
Left = 93
|
|
Top = 56
|
|
Width = 41
|
|
Height = 21
|
|
TabOrder = 2
|
|
Text = '9'
|
|
OnChange = FontsChange
|
|
end
|
|
object UpDownFontSize: TUpDown
|
|
Left = 134
|
|
Top = 56
|
|
Width = 16
|
|
Height = 21
|
|
Associate = EditFontSize
|
|
Position = 9
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
object TabSheet4: TTabSheet
|
|
Caption = 'Color-Coding'
|
|
ImageIndex = 1
|
|
object Label6: TLabel
|
|
Left = 16
|
|
Top = 27
|
|
Width = 51
|
|
Height = 13
|
|
Caption = 'Keywords:'
|
|
end
|
|
object Label7: TLabel
|
|
Left = 16
|
|
Top = 61
|
|
Width = 50
|
|
Height = 13
|
|
Caption = 'Functions:'
|
|
end
|
|
object Label8: TLabel
|
|
Left = 192
|
|
Top = 27
|
|
Width = 76
|
|
Height = 13
|
|
Caption = 'Numeric Values:'
|
|
end
|
|
object Label9: TLabel
|
|
Left = 16
|
|
Top = 94
|
|
Width = 59
|
|
Height = 13
|
|
Caption = 'Data Types:'
|
|
end
|
|
object Label10: TLabel
|
|
Left = 192
|
|
Top = 61
|
|
Width = 66
|
|
Height = 13
|
|
Caption = 'String Values:'
|
|
end
|
|
object Label11: TLabel
|
|
Left = 192
|
|
Top = 94
|
|
Width = 54
|
|
Height = 13
|
|
Caption = 'Comments:'
|
|
end
|
|
object Label28: TLabel
|
|
Left = 16
|
|
Top = 127
|
|
Width = 66
|
|
Height = 13
|
|
Caption = 'Table-Names:'
|
|
end
|
|
object Label29: TLabel
|
|
Left = 16
|
|
Top = 169
|
|
Width = 112
|
|
Height = 13
|
|
Caption = 'Active line background:'
|
|
end
|
|
object pnlKeywords: TPanel
|
|
Left = 104
|
|
Top = 25
|
|
Width = 25
|
|
Height = 25
|
|
Cursor = crHandPoint
|
|
BevelOuter = bvLowered
|
|
ParentBackground = False
|
|
TabOrder = 0
|
|
OnClick = CallColorDialog
|
|
end
|
|
object pnlFunctions: TPanel
|
|
Left = 104
|
|
Top = 56
|
|
Width = 25
|
|
Height = 25
|
|
Cursor = crHandPoint
|
|
BevelOuter = bvLowered
|
|
ParentBackground = False
|
|
TabOrder = 1
|
|
OnClick = CallColorDialog
|
|
end
|
|
object pnlDatatypes: TPanel
|
|
Left = 104
|
|
Top = 87
|
|
Width = 25
|
|
Height = 25
|
|
Cursor = crHandPoint
|
|
BevelOuter = bvLowered
|
|
ParentBackground = False
|
|
TabOrder = 2
|
|
OnClick = CallColorDialog
|
|
end
|
|
object pnlNumeric: TPanel
|
|
Left = 296
|
|
Top = 24
|
|
Width = 25
|
|
Height = 25
|
|
Cursor = crHandPoint
|
|
BevelOuter = bvLowered
|
|
ParentBackground = False
|
|
TabOrder = 3
|
|
OnClick = CallColorDialog
|
|
end
|
|
object pnlString: TPanel
|
|
Left = 296
|
|
Top = 56
|
|
Width = 25
|
|
Height = 25
|
|
Cursor = crHandPoint
|
|
BevelOuter = bvLowered
|
|
ParentBackground = False
|
|
TabOrder = 4
|
|
OnClick = CallColorDialog
|
|
end
|
|
object pnlComments: TPanel
|
|
Left = 296
|
|
Top = 88
|
|
Width = 25
|
|
Height = 25
|
|
Cursor = crHandPoint
|
|
BevelOuter = bvLowered
|
|
ParentBackground = False
|
|
TabOrder = 5
|
|
OnClick = CallColorDialog
|
|
end
|
|
object pnlTablenames: TPanel
|
|
Left = 104
|
|
Top = 121
|
|
Width = 25
|
|
Height = 25
|
|
Cursor = crHandPoint
|
|
BevelOuter = bvLowered
|
|
ParentBackground = False
|
|
TabOrder = 6
|
|
OnClick = CallColorDialog
|
|
end
|
|
object pnlActiveLine: TPanel
|
|
Left = 156
|
|
Top = 165
|
|
Width = 25
|
|
Height = 25
|
|
Cursor = crHandPoint
|
|
BevelOuter = bvLowered
|
|
ParentBackground = False
|
|
TabOrder = 7
|
|
OnClick = CallColorDialog
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object TabSheet7: TTabSheet
|
|
BorderWidth = 5
|
|
Caption = 'Data-Appearance'
|
|
ImageIndex = 4
|
|
object Label19: TLabel
|
|
Left = 8
|
|
Top = 33
|
|
Width = 177
|
|
Height = 13
|
|
Caption = 'Maximum column-width in data-grids:'
|
|
end
|
|
object lblDataFontPoints: TLabel
|
|
Left = 344
|
|
Top = 61
|
|
Width = 29
|
|
Height = 13
|
|
Caption = 'points'
|
|
end
|
|
object lblDataFont: TLabel
|
|
Left = 8
|
|
Top = 61
|
|
Width = 26
|
|
Height = 13
|
|
Caption = '&Font:'
|
|
FocusControl = comboDataFont
|
|
end
|
|
object editMaxColWidth: TEdit
|
|
Left = 281
|
|
Top = 30
|
|
Width = 42
|
|
Height = 21
|
|
TabOrder = 1
|
|
Text = '1'
|
|
OnChange = Modified
|
|
end
|
|
object updownMaxColWidth: TUpDown
|
|
Left = 323
|
|
Top = 30
|
|
Width = 16
|
|
Height = 21
|
|
Associate = editMaxColWidth
|
|
Min = 1
|
|
Max = 1000
|
|
Position = 1
|
|
TabOrder = 2
|
|
OnChanging = anyUpDownLimitChanging
|
|
end
|
|
object chkRememberFilters: TCheckBox
|
|
Left = 8
|
|
Top = 6
|
|
Width = 391
|
|
Height = 17
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Caption = 'Remember WHERE filters'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
OnClick = Modified
|
|
end
|
|
object comboDataFont: TComboBox
|
|
Left = 64
|
|
Top = 57
|
|
Width = 193
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 0
|
|
TabOrder = 3
|
|
OnChange = DataFontsChange
|
|
end
|
|
object editDataFontSize: TEdit
|
|
Left = 281
|
|
Top = 57
|
|
Width = 42
|
|
Height = 21
|
|
TabOrder = 4
|
|
Text = '8'
|
|
OnChange = DataFontsChange
|
|
end
|
|
object udDataFontSize: TUpDown
|
|
Left = 323
|
|
Top = 57
|
|
Width = 16
|
|
Height = 21
|
|
Associate = editDataFontSize
|
|
Position = 8
|
|
TabOrder = 5
|
|
end
|
|
object grpFieldLayout: TGroupBox
|
|
Left = 8
|
|
Top = 84
|
|
Width = 391
|
|
Height = 148
|
|
Caption = 'Field colors and editors'
|
|
TabOrder = 6
|
|
object lblFieldDatetime: TLabel
|
|
Left = 12
|
|
Top = 96
|
|
Width = 51
|
|
Height = 13
|
|
Caption = '&Date/time:'
|
|
FocusControl = cboxDatetime
|
|
end
|
|
object lblFieldText: TLabel
|
|
Left = 12
|
|
Top = 48
|
|
Width = 26
|
|
Height = 13
|
|
Caption = '&Text:'
|
|
FocusControl = cboxText
|
|
end
|
|
object lblFieldBinary: TLabel
|
|
Left = 12
|
|
Top = 72
|
|
Width = 34
|
|
Height = 13
|
|
Caption = '&Binary:'
|
|
FocusControl = cboxBinary
|
|
end
|
|
object lblFieldNumeric: TLabel
|
|
Left = 12
|
|
Top = 24
|
|
Width = 46
|
|
Height = 13
|
|
Caption = '&Numbers:'
|
|
FocusControl = cboxNumeric
|
|
end
|
|
object lblFieldEnum: TLabel
|
|
Left = 12
|
|
Top = 120
|
|
Width = 30
|
|
Height = 13
|
|
Caption = '&Enum:'
|
|
FocusControl = cboxEnum
|
|
end
|
|
object cboxText: TColorBox
|
|
Left = 100
|
|
Top = 45
|
|
Width = 120
|
|
Height = 22
|
|
Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames, cbCustomColors]
|
|
ItemHeight = 16
|
|
TabOrder = 0
|
|
OnChange = Modified
|
|
end
|
|
object chkEditorText: TCheckBox
|
|
Left = 234
|
|
Top = 47
|
|
Width = 154
|
|
Height = 17
|
|
Caption = 'Enable popup text editor'
|
|
TabOrder = 1
|
|
OnClick = Modified
|
|
end
|
|
object cboxBinary: TColorBox
|
|
Left = 100
|
|
Top = 69
|
|
Width = 120
|
|
Height = 22
|
|
Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames, cbCustomColors]
|
|
ItemHeight = 16
|
|
TabOrder = 2
|
|
OnChange = Modified
|
|
end
|
|
object cboxDatetime: TColorBox
|
|
Left = 100
|
|
Top = 93
|
|
Width = 120
|
|
Height = 22
|
|
Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames, cbCustomColors]
|
|
ItemHeight = 16
|
|
TabOrder = 3
|
|
OnChange = Modified
|
|
end
|
|
object cboxNumeric: TColorBox
|
|
Left = 100
|
|
Top = 21
|
|
Width = 120
|
|
Height = 22
|
|
Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames, cbCustomColors]
|
|
ItemHeight = 16
|
|
TabOrder = 4
|
|
OnChange = Modified
|
|
end
|
|
object cboxEnum: TColorBox
|
|
Left = 100
|
|
Top = 117
|
|
Width = 120
|
|
Height = 22
|
|
Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames, cbCustomColors]
|
|
ItemHeight = 16
|
|
TabOrder = 5
|
|
OnChange = Modified
|
|
end
|
|
object chkEditorBinary: TCheckBox
|
|
Left = 234
|
|
Top = 71
|
|
Width = 154
|
|
Height = 17
|
|
Caption = 'Enable popup HEX editor'
|
|
TabOrder = 6
|
|
OnClick = Modified
|
|
end
|
|
object chkEditorDatetime: TCheckBox
|
|
Left = 234
|
|
Top = 96
|
|
Width = 154
|
|
Height = 17
|
|
Caption = 'Enable calendar editor'
|
|
TabOrder = 7
|
|
OnClick = Modified
|
|
end
|
|
object chkEditorEnum: TCheckBox
|
|
Left = 234
|
|
Top = 120
|
|
Width = 154
|
|
Height = 17
|
|
Caption = 'Enable pulldown editor'
|
|
TabOrder = 8
|
|
OnClick = Modified
|
|
end
|
|
end
|
|
end
|
|
object TabSheet5: TTabSheet
|
|
BorderWidth = 5
|
|
Caption = 'CSV-Options'
|
|
ImageIndex = 2
|
|
object GroupBox1: TGroupBox
|
|
Left = 0
|
|
Top = 0
|
|
Width = 403
|
|
Height = 233
|
|
Align = alClient
|
|
Caption = 'CSV-Strings for copying/saving CSV-data'
|
|
TabOrder = 0
|
|
object Label12: TLabel
|
|
Left = 16
|
|
Top = 32
|
|
Width = 98
|
|
Height = 13
|
|
Caption = 'Fields separated by:'
|
|
end
|
|
object Label13: TLabel
|
|
Left = 16
|
|
Top = 82
|
|
Width = 98
|
|
Height = 13
|
|
Caption = 'Lines terminated by:'
|
|
end
|
|
object Label14: TLabel
|
|
Left = 16
|
|
Top = 58
|
|
Width = 91
|
|
Height = 13
|
|
Caption = 'Fields enclosed by:'
|
|
end
|
|
object Label15: TLabel
|
|
Left = 248
|
|
Top = 120
|
|
Width = 102
|
|
Height = 13
|
|
Caption = '\r = Carriage return'
|
|
end
|
|
object Label16: TLabel
|
|
Left = 248
|
|
Top = 136
|
|
Width = 70
|
|
Height = 13
|
|
Caption = '\n = New line'
|
|
end
|
|
object Label17: TLabel
|
|
Left = 248
|
|
Top = 152
|
|
Width = 46
|
|
Height = 13
|
|
Caption = '\t = Tab'
|
|
end
|
|
object Label18: TLabel
|
|
Left = 16
|
|
Top = 120
|
|
Width = 219
|
|
Height = 13
|
|
Caption = 'Note: You can use these escaped characters:'
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 120
|
|
Top = 30
|
|
Width = 57
|
|
Height = 21
|
|
MaxLength = 10
|
|
TabOrder = 0
|
|
Text = 'Edit1'
|
|
OnChange = Modified
|
|
end
|
|
object Edit2: TEdit
|
|
Left = 120
|
|
Top = 54
|
|
Width = 57
|
|
Height = 21
|
|
MaxLength = 10
|
|
TabOrder = 1
|
|
Text = 'Edit2'
|
|
OnChange = Modified
|
|
end
|
|
object Edit3: TEdit
|
|
Left = 120
|
|
Top = 79
|
|
Width = 57
|
|
Height = 21
|
|
MaxLength = 10
|
|
TabOrder = 2
|
|
Text = 'Edit3'
|
|
OnChange = Modified
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object ButtonCancel: TButton
|
|
Left = 266
|
|
Top = 278
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akRight, akBottom]
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
TabOrder = 1
|
|
OnClick = ButtonCancelClick
|
|
end
|
|
object ButtonOK: TButton
|
|
Left = 186
|
|
Top = 278
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'OK'
|
|
Default = True
|
|
TabOrder = 0
|
|
OnClick = ButtonOKClick
|
|
end
|
|
object ButtonApply: TButton
|
|
Left = 346
|
|
Top = 278
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'Apply'
|
|
Enabled = False
|
|
TabOrder = 2
|
|
OnClick = Apply
|
|
end
|
|
object ColorDialog1: TColorDialog
|
|
Options = [cdFullOpen, cdSolidColor]
|
|
Left = 1
|
|
Top = 274
|
|
end
|
|
end
|