mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
177 lines
4.1 KiB
Plaintext
177 lines
4.1 KiB
Plaintext
object frmCustomizeHighlighter: TfrmCustomizeHighlighter
|
|
Left = 0
|
|
Height = 311
|
|
Top = 0
|
|
Width = 551
|
|
BorderStyle = bsDialog
|
|
Caption = 'Customize highlighter'
|
|
ClientHeight = 311
|
|
ClientWidth = 551
|
|
Color = clBtnFace
|
|
DesignTimePPI = 120
|
|
Font.Color = clWindowText
|
|
Font.Height = -15
|
|
Font.Name = 'Segoe UI'
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
Position = poOwnerFormCenter
|
|
object lblBackground: TLabel
|
|
AnchorSideTop.Control = comboHighlighter
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 199
|
|
Height = 20
|
|
Top = 40
|
|
Width = 82
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Background:'
|
|
end
|
|
object lblForeground: TLabel
|
|
AnchorSideTop.Control = editBackground
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 199
|
|
Height = 20
|
|
Top = 74
|
|
Width = 80
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Foreground:'
|
|
end
|
|
object lblStyle: TLabel
|
|
AnchorSideTop.Control = editForeground
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 199
|
|
Height = 20
|
|
Top = 108
|
|
Width = 35
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Style:'
|
|
end
|
|
object comboHighlighter: TComboBox
|
|
AnchorSideTop.Control = Owner
|
|
Left = 10
|
|
Height = 28
|
|
Top = 6
|
|
Width = 181
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 20
|
|
Sorted = True
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
OnSelect = comboHighlighterSelect
|
|
end
|
|
object listboxAttributes: TListBox
|
|
AnchorSideTop.Control = comboHighlighter
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 216
|
|
Top = 40
|
|
Width = 181
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
TabOrder = 1
|
|
OnClick = listboxAttributesClick
|
|
end
|
|
object chkBold: TCheckBox
|
|
AnchorSideTop.Control = editForeground
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 346
|
|
Height = 24
|
|
Top = 108
|
|
Width = 195
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Bold'
|
|
TabOrder = 4
|
|
OnClick = Modified
|
|
end
|
|
object chkItalic: TCheckBox
|
|
AnchorSideTop.Control = chkBold
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 346
|
|
Height = 24
|
|
Top = 138
|
|
Width = 195
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Italic'
|
|
TabOrder = 5
|
|
OnClick = Modified
|
|
end
|
|
object btnCancel: TButton
|
|
Left = 346
|
|
Height = 31
|
|
Top = 270
|
|
Width = 94
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 7
|
|
end
|
|
object btnOK: TButton
|
|
Left = 245
|
|
Height = 31
|
|
Top = 270
|
|
Width = 94
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 6
|
|
OnClick = SaveSettings
|
|
end
|
|
object editBackground: TEditButton
|
|
AnchorSideTop.Control = comboHighlighter
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 346
|
|
Height = 28
|
|
Top = 40
|
|
Width = 195
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
ButtonHint = 'Color picker'
|
|
ButtonWidth = 29
|
|
Images = MainForm.ImageListIcons8
|
|
ImageIndex = 33
|
|
MaxLength = 0
|
|
NumGlyphs = 1
|
|
OnButtonClick = editColorRightButtonClick
|
|
OnExit = Modified
|
|
PasswordChar = #0
|
|
TabOrder = 2
|
|
end
|
|
object editForeground: TEditButton
|
|
AnchorSideTop.Control = editBackground
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 346
|
|
Height = 28
|
|
Top = 74
|
|
Width = 195
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
ButtonHint = 'Color picker'
|
|
ButtonWidth = 29
|
|
Images = MainForm.ImageListIcons8
|
|
ImageIndex = 33
|
|
MaxLength = 0
|
|
NumGlyphs = 1
|
|
OnButtonClick = editColorRightButtonClick
|
|
OnExit = Modified
|
|
PasswordChar = #0
|
|
TabOrder = 3
|
|
end
|
|
object btnApply: TButton
|
|
Left = 447
|
|
Height = 31
|
|
Top = 270
|
|
Width = 94
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Apply'
|
|
TabOrder = 8
|
|
OnClick = SaveSettings
|
|
end
|
|
end
|