mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 16:20:35 +02:00
ide: improve look a bit for display and keymapping options
git-svn-id: trunk@17595 -
This commit is contained in:
parent
5675834a5f
commit
4699149680
@ -4,20 +4,36 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
ClientHeight = 441
|
||||
ClientWidth = 501
|
||||
Visible = False
|
||||
DesignLeft = 537
|
||||
DesignTop = 199
|
||||
DesignLeft = 404
|
||||
DesignTop = 257
|
||||
object MarginAndGutterGroupBox: TGroupBox[0]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Height = 134
|
||||
Left = 0
|
||||
Height = 128
|
||||
Top = 0
|
||||
Width = 501
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'MarginAndGutterGroupBox'
|
||||
ClientHeight = 116
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 110
|
||||
ClientWidth = 497
|
||||
Ctl3D = False
|
||||
TabOrder = 0
|
||||
object RightMarginLabel: TLabel
|
||||
AnchorSideLeft.Control = RightMarginComboBox
|
||||
@ -28,7 +44,14 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Height = 14
|
||||
Top = 9
|
||||
Width = 83
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'RightMarginLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -41,10 +64,17 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Height = 21
|
||||
Top = 33
|
||||
Width = 100
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 50
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
ButtonColor = clBlack
|
||||
Color = clBtnFace
|
||||
OnColorChanged = RightMarginColorButtonColorChanged
|
||||
end
|
||||
@ -57,10 +87,17 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Height = 21
|
||||
Top = 60
|
||||
Width = 100
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 50
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
ButtonColor = clBlack
|
||||
Color = clBtnFace
|
||||
OnColorChanged = GutterColorButtonColorChanged
|
||||
end
|
||||
@ -73,7 +110,14 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Height = 14
|
||||
Top = 36
|
||||
Width = 108
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'RightMarginColorLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -86,6 +130,14 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Height = 14
|
||||
Top = 63
|
||||
Width = 82
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'GutterColorLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -97,8 +149,14 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Height = 14
|
||||
Top = 85
|
||||
Width = 110
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Every n-th line number'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -109,10 +167,18 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Height = 19
|
||||
Top = 6
|
||||
Width = 159
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'VisibleRightMarginCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
TabOrder = 0
|
||||
UseOnChange = False
|
||||
end
|
||||
object VisibleGutterCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = MarginAndGutterGroupBox
|
||||
@ -122,10 +188,18 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Height = 19
|
||||
Top = 31
|
||||
Width = 133
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'VisibleGutterCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
TabOrder = 1
|
||||
UseOnChange = False
|
||||
end
|
||||
object ShowLineNumbersCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = MarginAndGutterGroupBox
|
||||
@ -135,11 +209,19 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Height = 19
|
||||
Top = 56
|
||||
Width = 160
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'ShowLineNumbersCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
OnClick = ShowLineNumbersCheckBoxClick
|
||||
TabOrder = 2
|
||||
UseOnChange = False
|
||||
end
|
||||
object RightMarginComboBox: TComboBox
|
||||
AnchorSideLeft.Control = ShowOnlyLineNumbersMultiplesOfSpinEdit
|
||||
@ -149,15 +231,23 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 100
|
||||
HelpContext = 0
|
||||
AutoComplete = False
|
||||
BorderSpacing.Left = 50
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Ctl3D = False
|
||||
ItemHeight = 13
|
||||
Items.Strings = (
|
||||
'80'
|
||||
'78'
|
||||
'76'
|
||||
)
|
||||
MaxLength = -1
|
||||
ItemWidth = 0
|
||||
OnChange = ComboboxOnChange
|
||||
OnExit = ComboboxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -172,7 +262,14 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Height = 23
|
||||
Top = 81
|
||||
Width = 54
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
MinValue = 1
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
TabOrder = 4
|
||||
@ -184,15 +281,29 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideTop.Control = MarginAndGutterGroupBox
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Height = 157
|
||||
Top = 140
|
||||
Left = 0
|
||||
Height = 105
|
||||
Top = 134
|
||||
Width = 501
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'EditorFontGroupBox'
|
||||
ClientHeight = 139
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 87
|
||||
ClientWidth = 497
|
||||
Ctl3D = False
|
||||
TabOrder = 1
|
||||
object EditorFontHeightLabel: TLabel
|
||||
AnchorSideLeft.Control = EditorFontHeightComboBox
|
||||
@ -203,20 +314,34 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Height = 14
|
||||
Top = 36
|
||||
Width = 107
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'EditorFontHeightLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object ExtraLineSpacingLabel: TLabel
|
||||
AnchorSideLeft.Control = ExtraCharSpacingComboBox
|
||||
AnchorSideLeft.Control = ExtraLineSpacingComboBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = ExtraLineSpacingComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 112
|
||||
Left = 351
|
||||
Height = 14
|
||||
Top = 63
|
||||
Top = 36
|
||||
Width = 108
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'ExtraLineSpacingLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -225,11 +350,18 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = ExtraCharSpacingComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 112
|
||||
Left = 351
|
||||
Height = 14
|
||||
Top = 90
|
||||
Top = 63
|
||||
Width = 112
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'ExtraCharSpacingLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -241,12 +373,19 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 458
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoComplete = False
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 2
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Ctl3D = False
|
||||
ItemHeight = 13
|
||||
MaxLength = -1
|
||||
ItemWidth = 0
|
||||
OnEditingDone = EditorFontComboBoxEditingDone
|
||||
TabOrder = 0
|
||||
Text = 'EditorFontComboBox'
|
||||
@ -261,8 +400,15 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 25
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = '...'
|
||||
OnClick = EditorFontButtonClick
|
||||
TabOrder = 1
|
||||
@ -275,7 +421,16 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Height = 21
|
||||
Top = 33
|
||||
Width = 100
|
||||
HelpContext = 0
|
||||
AutoComplete = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Ctl3D = False
|
||||
ItemHeight = 13
|
||||
Items.Strings = (
|
||||
'10'
|
||||
@ -288,64 +443,91 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
'17'
|
||||
'18'
|
||||
)
|
||||
MaxLength = -1
|
||||
ItemWidth = 0
|
||||
OnExit = ComboboxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
TabOrder = 2
|
||||
end
|
||||
object ExtraLineSpacingComboBox: TComboBox
|
||||
AnchorSideLeft.Control = EditorFontGroupBox
|
||||
AnchorSideTop.Control = EditorFontHeightComboBox
|
||||
AnchorSideLeft.Control = EditorFontHeightLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = EditorFontComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Left = 245
|
||||
Height = 21
|
||||
Top = 60
|
||||
Top = 33
|
||||
Width = 100
|
||||
HelpContext = 0
|
||||
AutoComplete = False
|
||||
BorderSpacing.Left = 20
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Ctl3D = False
|
||||
ItemHeight = 13
|
||||
Items.Strings = (
|
||||
'0'
|
||||
'1'
|
||||
'2'
|
||||
)
|
||||
MaxLength = -1
|
||||
ItemWidth = 0
|
||||
OnExit = ComboboxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
TabOrder = 4
|
||||
end
|
||||
object ExtraCharSpacingComboBox: TComboBox
|
||||
AnchorSideLeft.Control = EditorFontGroupBox
|
||||
AnchorSideLeft.Control = ExtraLineSpacingComboBox
|
||||
AnchorSideTop.Control = ExtraLineSpacingComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Left = 245
|
||||
Height = 21
|
||||
Top = 87
|
||||
Top = 60
|
||||
Width = 100
|
||||
BorderSpacing.Around = 6
|
||||
HelpContext = 0
|
||||
AutoComplete = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 6
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Ctl3D = False
|
||||
ItemHeight = 13
|
||||
Items.Strings = (
|
||||
'0'
|
||||
'1'
|
||||
'2'
|
||||
)
|
||||
MaxLength = -1
|
||||
ItemWidth = 0
|
||||
OnExit = ComboboxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
TabOrder = 3
|
||||
end
|
||||
object DisableAntialiasingCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = EditorFontGroupBox
|
||||
AnchorSideTop.Control = ExtraCharSpacingComboBox
|
||||
AnchorSideTop.Control = EditorFontHeightComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 114
|
||||
Height = 21
|
||||
Top = 60
|
||||
Width = 161
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'DisableAntialiasingCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
TabOrder = 5
|
||||
UseOnChange = False
|
||||
end
|
||||
end
|
||||
object DisplayPreview: TSynEdit[2]
|
||||
@ -355,18 +537,34 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Height = 138
|
||||
Top = 303
|
||||
Left = 0
|
||||
Height = 196
|
||||
Top = 245
|
||||
Width = 501
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CFDividerDrawLevel = 0
|
||||
Ctl3D = False
|
||||
Font.Height = -16
|
||||
Font.Name = 'courier'
|
||||
Font.Pitch = fpFixed
|
||||
Font.Quality = fqNonAntialiased
|
||||
Font.Style = []
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
TabOrder = 2
|
||||
BookMarkOptions.Xoffset = 24
|
||||
BookMarkOptions.OnChange = nil
|
||||
Gutter.ShowCodeFolding = True
|
||||
Gutter.ShowLineNumbers = True
|
||||
Gutter.ZeroStart = False
|
||||
Keystrokes = <
|
||||
item
|
||||
Command = 3
|
||||
@ -692,6 +890,6 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
'DisplayPreview'
|
||||
)
|
||||
ReadOnly = True
|
||||
SelectedColor.OnChange = nil
|
||||
BracketHighlightStyle = sbhsBoth
|
||||
end
|
||||
end
|
||||
|
@ -3,178 +3,259 @@
|
||||
LazarusResources.Add('TEditorDisplayOptionsFrame','FORMDATA',[
|
||||
'TPF0'#241#26'TEditorDisplayOptionsFrame'#25'EditorDisplayOptionsFrame'#6'Hei'
|
||||
+'ght'#3#185#1#5'Width'#3#245#1#12'ClientHeight'#3#185#1#11'ClientWidth'#3#245
|
||||
+#1#7'Visible'#8#10'DesignLeft'#3#25#2#9'DesignTop'#3#199#0#0#242#2#0#9'TGrou'
|
||||
+'pBox'#23'MarginAndGutterGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21
|
||||
+'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#6'Height'#3#134#0#5'Width'#3#245#1#5'A'
|
||||
+'lign'#7#5'alTop'#8'AutoSize'#9#7'Caption'#6#23'MarginAndGutterGroupBox'#12
|
||||
+'ClientHeight'#2't'#11'ClientWidth'#3#241#1#8'TabOrder'#2#0#0#6'TLabel'#16'R'
|
||||
+'ightMarginLabel'#22'AnchorSideLeft.Control'#7#19'RightMarginComboBox'#19'An'
|
||||
+'chorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19'RightMargi'
|
||||
+'nComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3'R'#1#6'Height'#2
|
||||
+#14#3'Top'#2#9#5'Width'#2'S'#18'BorderSpacing.Left'#2#6#7'Caption'#6#16'Righ'
|
||||
+'tMarginLabel'#11'ParentColor'#8#0#0#12'TColorButton'#22'RightMarginColorBut'
|
||||
+'ton'#22'AnchorSideLeft.Control'#7'&ShowOnlyLineNumbersMultiplesOfSpinEdit'
|
||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19'Right'
|
||||
+'MarginComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#232#0#6'Hei'
|
||||
+'ght'#2#21#3'Top'#2'!'#5'Width'#2'd'#18'BorderSpacing.Left'#2'2'#20'BorderSp'
|
||||
+'acing.Around'#2#6#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9
|
||||
+'clBtnFace'#14'OnColorChanged'#7'"RightMarginColorButtonColorChanged'#0#0#12
|
||||
+'TColorButton'#17'GutterColorButton'#22'AnchorSideLeft.Control'#7'&ShowOnlyL'
|
||||
+'ineNumbersMultiplesOfSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'An'
|
||||
+'chorSideTop.Control'#7#22'RightMarginColorButton'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3#232#0#6'Height'#2#21#3'Top'#2'<'#5'Width'#2'd'#18'Bord'
|
||||
+'erSpacing.Left'#2'2'#20'BorderSpacing.Around'#2#6#11'BorderWidth'#2#2#15'Bu'
|
||||
+'ttonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7#29'GutterC'
|
||||
+'olorButtonColorChanged'#0#0#6'TLabel'#21'RightMarginColorLabel'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#22'RightMarginColorButton'#19'AnchorSideLeft.Side'#7#9'as'
|
||||
+'rBottom'#21'AnchorSideTop.Control'#7#22'RightMarginColorButton'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrCenter'#4'Left'#3'R'#1#6'Height'#2#14#3'Top'#2'$'#5'Widt'
|
||||
+'h'#2'l'#18'BorderSpacing.Left'#2#6#7'Caption'#6#21'RightMarginColorLabel'#11
|
||||
+'ParentColor'#8#0#0#6'TLabel'#16'GutterColorLabel'#22'AnchorSideLeft.Control'
|
||||
+#7#17'GutterColorButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSid'
|
||||
+'eTop.Control'#7#17'GutterColorButton'#18'AnchorSideTop.Side'#7#9'asrCenter'
|
||||
+#4'Left'#3'R'#1#6'Height'#2#14#3'Top'#2'?'#5'Width'#2'R'#7'Caption'#6#16'Gut'
|
||||
+'terColorLabel'#11'ParentColor'#8#0#0#6'TLabel#ShowOnlyLineNumbersMultiplesO'
|
||||
+'fLabel'#22'AnchorSideLeft.Control'#7#23'MarginAndGutterGroupBox'#21'AnchorS'
|
||||
+'ideTop.Control'#7'&ShowOnlyLineNumbersMultiplesOfSpinEdit'#18'AnchorSideTop'
|
||||
+'.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'U'#5'Width'#2'n'
|
||||
+#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#22'Every '
|
||||
+'n-th line number'#11'ParentColor'#8#0#0#9'TCheckBox'#26'VisibleRightMarginC'
|
||||
+'heckBox'#22'AnchorSideLeft.Control'#7#23'MarginAndGutterGroupBox'#21'Anchor'
|
||||
+'SideTop.Control'#7#23'MarginAndGutterGroupBox'#4'Left'#2#6#6'Height'#2#19#3
|
||||
+'Top'#2#6#5'Width'#3#159#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'Visi'
|
||||
+'bleRightMarginCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrde'
|
||||
+'r'#2#0#0#0#9'TCheckBox'#21'VisibleGutterCheckBox'#22'AnchorSideLeft.Control'
|
||||
+#7#23'MarginAndGutterGroupBox'#21'AnchorSideTop.Control'#7#26'VisibleRightMa'
|
||||
+'rginCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#19#3'Top'#2#31#5'Width'#3#133#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#21
|
||||
+'VisibleGutterCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'
|
||||
+#2#1#0#0#9'TCheckBox'#23'ShowLineNumbersCheckBox'#22'AnchorSideLeft.Control'
|
||||
+#7#23'MarginAndGutterGroupBox'#21'AnchorSideTop.Control'#7#21'VisibleGutterC'
|
||||
+'heckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3
|
||||
+'Top'#2'8'#5'Width'#3#160#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'Sho'
|
||||
+'wLineNumbersCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#7'OnClick'#7
|
||||
+#28'ShowLineNumbersCheckBoxClick'#8'TabOrder'#2#2#0#0#9'TComboBox'#19'RightM'
|
||||
+'arginComboBox'#22'AnchorSideLeft.Control'#7'&ShowOnlyLineNumbersMultiplesOf'
|
||||
+'SpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
||||
+#23'MarginAndGutterGroupBox'#4'Left'#3#232#0#6'Height'#2#21#3'Top'#2#6#5'Wid'
|
||||
+'th'#2'd'#18'BorderSpacing.Left'#2'2'#20'BorderSpacing.Around'#2#6#10'ItemHe'
|
||||
+'ight'#2#13#13'Items.Strings'#1#6#2'80'#6#2'78'#6#2'76'#0#9'MaxLength'#2#255
|
||||
+#8'OnChange'#7#16'ComboboxOnChange'#6'OnExit'#7#14'ComboboxOnExit'#9'OnKeyDo'
|
||||
+'wn'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#9'TSpinEdit&ShowOnlyLineNum'
|
||||
+'bersMultiplesOfSpinEdit'#22'AnchorSideLeft.Control'#7'#ShowOnlyLineNumbersM'
|
||||
+'ultiplesOfLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Co'
|
||||
,'ntrol'#7#23'ShowLineNumbersCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2'z'#6'Height'#2#23#3'Top'#2'Q'#5'Width'#2'6'#20'BorderSpacing.Around'
|
||||
+#2#6#8'MinValue'#2#1#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2
|
||||
+#4#5'Value'#2#1#0#0#0#242#2#1#9'TGroupBox'#18'EditorFontGroupBox'#22'AnchorS'
|
||||
+'ideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#23'MarginAndGutterG'
|
||||
+'roupBox'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#6'Height'#3#157#0#3'Top'#3#140#0#5'Width'#3#245#1#5'Align'#7#5'a'
|
||||
+'lTop'#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#7'Caption'#6#18'EditorFontGro'
|
||||
+'upBox'#12'ClientHeight'#3#139#0#11'ClientWidth'#3#241#1#8'TabOrder'#2#1#0#6
|
||||
+'TLabel'#21'EditorFontHeightLabel'#22'AnchorSideLeft.Control'#7#24'EditorFon'
|
||||
+'tHeightComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Co'
|
||||
+'ntrol'#7#24'EditorFontHeightComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'
|
||||
+#4'Left'#2'p'#6'Height'#2#14#3'Top'#2'$'#5'Width'#2'k'#20'BorderSpacing.Arou'
|
||||
+'nd'#2#6#7'Caption'#6#21'EditorFontHeightLabel'#11'ParentColor'#8#0#0#6'TLab'
|
||||
+'el'#21'ExtraLineSpacingLabel'#22'AnchorSideLeft.Control'#7#24'ExtraCharSpac'
|
||||
+'ingComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#24'ExtraLineSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'L'
|
||||
+'eft'#2'p'#6'Height'#2#14#3'Top'#2'?'#5'Width'#2'l'#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#21'ExtraLineSpacingLabel'#11'ParentColor'#8#0#0#6'TLabel'
|
||||
+#21'ExtraCharSpacingLabel'#22'AnchorSideLeft.Control'#7#24'ExtraCharSpacingC'
|
||||
+'omboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
||||
+#24'ExtraCharSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2
|
||||
+'p'#6'Height'#2#14#3'Top'#2'Z'#5'Width'#2'p'#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#21'ExtraCharSpacingLabel'#11'ParentColor'#8#0#0#9'TComboBox'#18
|
||||
+'EditorFontComboBox'#22'AnchorSideLeft.Control'#7#18'EditorFontGroupBox'#21
|
||||
+'AnchorSideTop.Control'#7#18'EditorFontGroupBox'#23'AnchorSideRight.Control'
|
||||
+#7#16'EditorFontButton'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3#202
|
||||
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6
|
||||
+#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#2#10'ItemHeight'#2#13#9
|
||||
+'MaxLength'#2#255#13'OnEditingDone'#7#29'EditorFontComboBoxEditingDone'#8'Ta'
|
||||
+'bOrder'#2#0#4'Text'#6#18'EditorFontComboBox'#0#0#7'TButton'#16'EditorFontBu'
|
||||
+'tton'#21'AnchorSideTop.Control'#7#18'EditorFontComboBox'#23'AnchorSideRight'
|
||||
+'.Control'#7#18'EditorFontGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#24'AnchorSideBottom.Control'#7#18'EditorFontComboBox'#21'AnchorSideBottom.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#3#210#1#6'Height'#2#21#3'Top'#2#6#5'Width'#2#25
|
||||
+#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2#6
|
||||
+#7'Caption'#6#3'...'#7'OnClick'#7#21'EditorFontButtonClick'#8'TabOrder'#2#1#0
|
||||
+#0#9'TComboBox'#24'EditorFontHeightComboBox'#22'AnchorSideLeft.Control'#7#18
|
||||
+'EditorFontGroupBox'#21'AnchorSideTop.Control'#7#18'EditorFontComboBox'#18'A'
|
||||
+'nchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'!'#5
|
||||
+'Width'#2'd'#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#13#13'Items.Strin'
|
||||
+'gs'#1#6#2'10'#6#2'11'#6#2'12'#6#2'13'#6#2'14'#6#2'15'#6#2'16'#6#2'17'#6#2'1'
|
||||
+'8'#0#9'MaxLength'#2#255#6'OnExit'#7#14'ComboboxOnExit'#9'OnKeyDown'#7#17'Co'
|
||||
+'mboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#9'TComboBox'#24'ExtraLineSpacingComboB'
|
||||
+'ox'#22'AnchorSideLeft.Control'#7#18'EditorFontGroupBox'#21'AnchorSideTop.Co'
|
||||
+'ntrol'#7#24'EditorFontHeightComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#6#6'Height'#2#21#3'Top'#2'<'#5'Width'#2'd'#20'BorderSpacing.Aroun'
|
||||
+'d'#2#6#10'ItemHeight'#2#13#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#9'Max'
|
||||
+'Length'#2#255#6'OnExit'#7#14'ComboboxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKe'
|
||||
+'yDown'#8'TabOrder'#2#4#0#0#9'TComboBox'#24'ExtraCharSpacingComboBox'#22'Anc'
|
||||
+'horSideLeft.Control'#7#18'EditorFontGroupBox'#21'AnchorSideTop.Control'#7#24
|
||||
+'ExtraLineSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#2#21#3'Top'#2'W'#5'Width'#2'd'#20'BorderSpacing.Around'#2#6#10'It'
|
||||
+'emHeight'#2#13#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#9'MaxLength'#2#255
|
||||
+#1#7'Visible'#8#10'DesignLeft'#3#148#1#9'DesignTop'#3#1#1#0#242#2#0#9'TGroup'
|
||||
+'Box'#23'MarginAndGutterGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'A'
|
||||
+'nchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#128#0#3'Top'#2
|
||||
+#0#5'Width'#3#245#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'#8'AutoSize'#9#18
|
||||
+'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2
|
||||
+#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.'
|
||||
+'CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'c'
|
||||
+'caFill'#7'Caption'#6#23'MarginAndGutterGroupBox'#28'ChildSizing.LeftRightSp'
|
||||
+'acing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSp'
|
||||
+'acing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLi'
|
||||
+'ne'#2#0#12'ClientHeight'#2'n'#11'ClientWidth'#3#241#1#5'Ctl3D'#8#8'TabOrder'
|
||||
+#2#0#0#6'TLabel'#16'RightMarginLabel'#22'AnchorSideLeft.Control'#7#19'RightM'
|
||||
+'arginComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Cont'
|
||||
+'rol'#7#19'RightMarginComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'
|
||||
+#3'R'#1#6'Height'#2#14#3'Top'#2#9#5'Width'#2'S'#11'HelpContext'#2#0#18'Borde'
|
||||
+'rSpacing.Left'#2#6#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20
|
||||
+'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellA'
|
||||
+'lignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFil'
|
||||
+'l'#7'Caption'#6#16'RightMarginLabel'#11'ParentColor'#8#0#0#12'TColorButton'
|
||||
+#22'RightMarginColorButton'#22'AnchorSideLeft.Control'#7'&ShowOnlyLineNumber'
|
||||
+'sMultiplesOfSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT'
|
||||
+'op.Control'#7#19'RightMarginComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#4'Left'#3#232#0#6'Height'#2#21#3'Top'#2'!'#5'Width'#2'd'#11'HelpContext'#2#0
|
||||
+#18'BorderSpacing.Left'#2'2'#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Righ'
|
||||
+'t'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpa'
|
||||
+'cing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7
|
||||
+#7'ccaFill'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#11'ButtonColor'#7#7
|
||||
+'clBlack'#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7'"RightMarginColorButt'
|
||||
+'onColorChanged'#0#0#12'TColorButton'#17'GutterColorButton'#22'AnchorSideLef'
|
||||
+'t.Control'#7'&ShowOnlyLineNumbersMultiplesOfSpinEdit'#19'AnchorSideLeft.Sid'
|
||||
+'e'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'RightMarginColorButton'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#232#0#6'Height'#2#21#3'Top'#2
|
||||
+'<'#5'Width'#2'd'#11'HelpContext'#2#0#18'BorderSpacing.Left'#2'2'#17'BorderS'
|
||||
+'pacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20
|
||||
+'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'
|
||||
+#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#11'BorderWidth'#2#2#15'But'
|
||||
+'tonColorSize'#2#16#11'ButtonColor'#7#7'clBlack'#5'Color'#7#9'clBtnFace'#14
|
||||
+'OnColorChanged'#7#29'GutterColorButtonColorChanged'#0#0#6'TLabel'#21'RightM'
|
||||
+'arginColorLabel'#22'AnchorSideLeft.Control'#7#22'RightMarginColorButton'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'RightMar'
|
||||
+'ginColorButton'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3'R'#1#6'Heig'
|
||||
+'ht'#2#14#3'Top'#2'$'#5'Width'#2'l'#11'HelpContext'#2#0#18'BorderSpacing.Lef'
|
||||
+'t'#2#6#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpaci'
|
||||
+'ng.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizon'
|
||||
+'tal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Captio'
|
||||
+'n'#6#21'RightMarginColorLabel'#11'ParentColor'#8#0#0#6'TLabel'#16'GutterCol'
|
||||
+'orLabel'#22'AnchorSideLeft.Control'#7#17'GutterColorButton'#19'AnchorSideLe'
|
||||
+'ft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#17'GutterColorButton'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3'R'#1#6'Height'#2#14#3'Top'#2'?'
|
||||
+#5'Width'#2'R'#11'HelpContext'#2#0#18'BorderSpacing.Left'#2#0#17'BorderSpaci'
|
||||
+'ng.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'Bor'
|
||||
+'derSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31
|
||||
+'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#16'GutterColorLa'
|
||||
+'bel'#11'ParentColor'#8#0#0#6'TLabel#ShowOnlyLineNumbersMultiplesOfLabel'#22
|
||||
+'AnchorSideLeft.Control'#7#23'MarginAndGutterGroupBox'#21'AnchorSideTop.Cont'
|
||||
+'rol'#7'&ShowOnlyLineNumbersMultiplesOfSpinEdit'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'U'#5'Width'#2'n'#11'HelpCont'
|
||||
+'ext'#2#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpac'
|
||||
+'ing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!B'
|
||||
+'orderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVe'
|
||||
+'rtical'#7#7'ccaFill'#7'Caption'#6#22'Every n-th line number'#11'ParentColor'
|
||||
,#8#0#0#9'TCheckBox'#26'VisibleRightMarginCheckBox'#22'AnchorSideLeft.Control'
|
||||
+#7#23'MarginAndGutterGroupBox'#21'AnchorSideTop.Control'#7#23'MarginAndGutte'
|
||||
+'rGroupBox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#6#5'Width'#3#159#0#11'HelpCo'
|
||||
+'ntext'#2#0#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSp'
|
||||
+'acing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6
|
||||
+'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlign'
|
||||
+'Vertical'#7#7'ccaFill'#7'Caption'#6#26'VisibleRightMarginCheckBox'#8'OnChan'
|
||||
+'ge'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#11'UseOnChange'#8#0#0#9'T'
|
||||
+'CheckBox'#21'VisibleGutterCheckBox'#22'AnchorSideLeft.Control'#7#23'MarginA'
|
||||
+'ndGutterGroupBox'#21'AnchorSideTop.Control'#7#26'VisibleRightMarginCheckBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#31
|
||||
+#5'Width'#3#133#0#11'HelpContext'#2#0#18'BorderSpacing.Left'#2#0#17'BorderSp'
|
||||
+'acing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20
|
||||
+'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'
|
||||
+#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#21'VisibleGut'
|
||||
+'terCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#1#11'U'
|
||||
+'seOnChange'#8#0#0#9'TCheckBox'#23'ShowLineNumbersCheckBox'#22'AnchorSideLef'
|
||||
+'t.Control'#7#23'MarginAndGutterGroupBox'#21'AnchorSideTop.Control'#7#21'Vis'
|
||||
+'ibleGutterCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2#19#3'Top'#2'8'#5'Width'#3#160#0#11'HelpContext'#2#0#18'BorderSpacing'
|
||||
+'.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderS'
|
||||
+'pacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHor'
|
||||
+'izontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Ca'
|
||||
+'ption'#6#23'ShowLineNumbersCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChan'
|
||||
+'ge'#7'OnClick'#7#28'ShowLineNumbersCheckBoxClick'#8'TabOrder'#2#2#11'UseOnC'
|
||||
+'hange'#8#0#0#9'TComboBox'#19'RightMarginComboBox'#22'AnchorSideLeft.Control'
|
||||
+#7'&ShowOnlyLineNumbersMultiplesOfSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrB'
|
||||
+'ottom'#21'AnchorSideTop.Control'#7#23'MarginAndGutterGroupBox'#4'Left'#3#232
|
||||
+#0#6'Height'#2#21#3'Top'#2#6#5'Width'#2'd'#11'HelpContext'#2#0#12'AutoComple'
|
||||
+'te'#8#18'BorderSpacing.Left'#2'2'#17'BorderSpacing.Top'#2#0#19'BorderSpacin'
|
||||
+'g.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!Bor'
|
||||
+'derSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVert'
|
||||
+'ical'#7#7'ccaFill'#5'Ctl3D'#8#10'ItemHeight'#2#13#13'Items.Strings'#1#6#2'8'
|
||||
+'0'#6#2'78'#6#2'76'#0#9'ItemWidth'#2#0#8'OnChange'#7#16'ComboboxOnChange'#6
|
||||
+'OnExit'#7#14'ComboboxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrde'
|
||||
+'r'#2#3#0#0#9'TSpinEdit&ShowOnlyLineNumbersMultiplesOfSpinEdit'#22'AnchorSid'
|
||||
+'eLeft.Control'#7'#ShowOnlyLineNumbersMultiplesOfLabel'#19'AnchorSideLeft.Si'
|
||||
+'de'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#23'ShowLineNumbersCheckBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'z'#6'Height'#2#23#3'Top'#2
|
||||
+'Q'#5'Width'#2'6'#11'HelpContext'#2#0#18'BorderSpacing.Left'#2#0#17'BorderSp'
|
||||
+'acing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20
|
||||
+'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'
|
||||
+#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#8'MinValue'#2#1#8'OnChange'
|
||||
+#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#4#5'Value'#2#1#0#0#0#242#2#1#9
|
||||
+'TGroupBox'#18'EditorFontGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21
|
||||
+'AnchorSideTop.Control'#7#23'MarginAndGutterGroupBox'#23'AnchorSideRight.Con'
|
||||
+'trol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Heig'
|
||||
+'ht'#2'i'#3'Top'#3#134#0#5'Width'#3#245#1#11'HelpContext'#2#0#5'Align'#7#5'a'
|
||||
+'lTop'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#6#19
|
||||
+'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Arou'
|
||||
+'nd'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.C'
|
||||
+'ellAlignVertical'#7#7'ccaFill'#7'Caption'#6#18'EditorFontGroupBox'#28'Child'
|
||||
+'Sizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildS'
|
||||
+'izing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSi'
|
||||
+'zing.ControlsPerLine'#2#0#12'ClientHeight'#2'W'#11'ClientWidth'#3#241#1#5'C'
|
||||
+'tl3D'#8#8'TabOrder'#2#1#0#6'TLabel'#21'EditorFontHeightLabel'#22'AnchorSide'
|
||||
+'Left.Control'#7#24'EditorFontHeightComboBox'#19'AnchorSideLeft.Side'#7#9'as'
|
||||
+'rBottom'#21'AnchorSideTop.Control'#7#24'EditorFontHeightComboBox'#18'Anchor'
|
||||
+'SideTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#14#3'Top'#2'$'#5'Widt'
|
||||
+'h'#2'k'#11'HelpContext'#2#0#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'
|
||||
+#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpaci'
|
||||
+'ng.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSp'
|
||||
+'acing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#21'EditorFontHeightLabel'
|
||||
+#11'ParentColor'#8#0#0#6'TLabel'#21'ExtraLineSpacingLabel'#22'AnchorSideLeft'
|
||||
,'.Control'#7#24'ExtraLineSpacingComboBox'#19'AnchorSideLeft.Side'#7#9'asrBot'
|
||||
+'tom'#21'AnchorSideTop.Control'#7#24'ExtraLineSpacingComboBox'#18'AnchorSide'
|
||||
+'Top.Side'#7#9'asrCenter'#4'Left'#3'_'#1#6'Height'#2#14#3'Top'#2'$'#5'Width'
|
||||
+#2'l'#11'HelpContext'#2#0#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2
|
||||
+#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing'
|
||||
+'.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpac'
|
||||
+'ing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#21'ExtraLineSpacingLabel'
|
||||
+#11'ParentColor'#8#0#0#6'TLabel'#21'ExtraCharSpacingLabel'#22'AnchorSideLeft'
|
||||
+'.Control'#7#24'ExtraCharSpacingComboBox'#19'AnchorSideLeft.Side'#7#9'asrBot'
|
||||
+'tom'#21'AnchorSideTop.Control'#7#24'ExtraCharSpacingComboBox'#18'AnchorSide'
|
||||
+'Top.Side'#7#9'asrCenter'#4'Left'#3'_'#1#6'Height'#2#14#3'Top'#2'?'#5'Width'
|
||||
+#2'p'#11'HelpContext'#2#0#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2
|
||||
+#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing'
|
||||
+'.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpac'
|
||||
+'ing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#21'ExtraCharSpacingLabel'
|
||||
+#11'ParentColor'#8#0#0#9'TComboBox'#18'EditorFontComboBox'#22'AnchorSideLeft'
|
||||
+'.Control'#7#18'EditorFontGroupBox'#21'AnchorSideTop.Control'#7#18'EditorFon'
|
||||
+'tGroupBox'#23'AnchorSideRight.Control'#7#16'EditorFontButton'#4'Left'#2#6#6
|
||||
+'Height'#2#21#3'Top'#2#6#5'Width'#3#202#1#11'HelpContext'#2#0#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#8#18'BorderSpacing.Left'#2#6
|
||||
+#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#2#20'BorderSpacing.Bott'
|
||||
+'om'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7
|
||||
+'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#5'Ctl3D'#8#10'Ite'
|
||||
+'mHeight'#2#13#9'ItemWidth'#2#0#13'OnEditingDone'#7#29'EditorFontComboBoxEdi'
|
||||
+'tingDone'#8'TabOrder'#2#0#4'Text'#6#18'EditorFontComboBox'#0#0#7'TButton'#16
|
||||
+'EditorFontButton'#21'AnchorSideTop.Control'#7#18'EditorFontComboBox'#23'Anc'
|
||||
+'horSideRight.Control'#7#18'EditorFontGroupBox'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#24'AnchorSideBottom.Control'#7#18'EditorFontComboBox'#21'AnchorS'
|
||||
+'ideBottom.Side'#7#9'asrBottom'#4'Left'#3#210#1#6'Height'#2#21#3'Top'#2#6#5
|
||||
+'Width'#2#25#11'HelpContext'#2#0#7'Anchors'#11#5'akTop'#7'akRight'#8'akBotto'
|
||||
+'m'#0#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.'
|
||||
+'Right'#2#6#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!Borde'
|
||||
+'rSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertic'
|
||||
+'al'#7#7'ccaFill'#7'Caption'#6#3'...'#7'OnClick'#7#21'EditorFontButtonClick'
|
||||
+#8'TabOrder'#2#1#0#0#9'TComboBox'#24'EditorFontHeightComboBox'#22'AnchorSide'
|
||||
+'Left.Control'#7#18'EditorFontGroupBox'#21'AnchorSideTop.Control'#7#18'Edito'
|
||||
+'rFontComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#21#3'Top'#2'!'#5'Width'#2'd'#11'HelpContext'#2#0#12'AutoComplete'#8#18'Bord'
|
||||
+'erSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20
|
||||
+'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellA'
|
||||
+'lignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFil'
|
||||
+'l'#5'Ctl3D'#8#10'ItemHeight'#2#13#13'Items.Strings'#1#6#2'10'#6#2'11'#6#2'1'
|
||||
+'2'#6#2'13'#6#2'14'#6#2'15'#6#2'16'#6#2'17'#6#2'18'#0#9'ItemWidth'#2#0#6'OnE'
|
||||
+'xit'#7#14'ComboboxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2
|
||||
+#2#0#0#9'TComboBox'#24'ExtraLineSpacingComboBox'#22'AnchorSideLeft.Control'#7
|
||||
+#21'EditorFontHeightLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorS'
|
||||
+'ideTop.Control'#7#18'EditorFontComboBox'#18'AnchorSideTop.Side'#7#9'asrBott'
|
||||
+'om'#4'Left'#3#245#0#6'Height'#2#21#3'Top'#2'!'#5'Width'#2'd'#11'HelpContext'
|
||||
+#2#0#12'AutoComplete'#8#18'BorderSpacing.Left'#2#20#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#5'Ctl3D'#8#10'ItemHeight'#2#13#13'Items.S'
|
||||
+'trings'#1#6#1'0'#6#1'1'#6#1'2'#0#9'ItemWidth'#2#0#6'OnExit'#7#14'ComboboxOn'
|
||||
+'Exit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#4#0#0#9'TComboBox'
|
||||
+#24'ExtraCharSpacingComboBox'#22'AnchorSideLeft.Control'#7#24'ExtraLineSpaci'
|
||||
+'ngComboBox'#21'AnchorSideTop.Control'#7#24'ExtraLineSpacingComboBox'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#3#245#0#6'Height'#2#21#3'Top'#2'<'#5
|
||||
+'Width'#2'd'#11'HelpContext'#2#0#12'AutoComplete'#8#18'BorderSpacing.Left'#2
|
||||
+#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bo'
|
||||
+'ttom'#2#6#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7
|
||||
+#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#5'Ctl3D'#8#10'I'
|
||||
+'temHeight'#2#13#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#9'ItemWidth'#2#0
|
||||
+#6'OnExit'#7#14'ComboboxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOr'
|
||||
+'der'#2#3#0#0#9'TCheckBox'#27'DisableAntialiasingCheckBox'#22'AnchorSideLeft'
|
||||
+'.Control'#7#18'EditorFontGroupBox'#21'AnchorSideTop.Control'#7#24'ExtraChar'
|
||||
+'SpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
+#2#19#3'Top'#2'r'#5'Width'#3#161#0#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBott'
|
||||
+'om'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#27'DisableAntialiasingCheck'
|
||||
+'Box'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#5#0#0#0#242#2#2
|
||||
+#8'TSynEdit'#14'DisplayPreview'#22'AnchorSideLeft.Control'#7#5'Owner'#21'Anc'
|
||||
+'horSideTop.Control'#7#18'EditorFontGroupBox'#23'AnchorSideRight.Control'#7#5
|
||||
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'
|
||||
,#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#6'Height'#3#138#0#3'Top'
|
||||
+#3'/'#1#5'Width'#3#245#1#5'Align'#7#8'alClient'#17'BorderSpacing.Top'#2#6#11
|
||||
,'.Control'#7#18'EditorFontGroupBox'#21'AnchorSideTop.Control'#7#24'EditorFon'
|
||||
+'tHeightComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
+#2#21#3'Top'#2'<'#5'Width'#3#161#0#11'HelpContext'#2#0#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#8'akBottom'#0#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#27'DisableAntialiasingCheckB'
|
||||
+'ox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#5#11'UseOnChang'
|
||||
+'e'#8#0#0#0#242#2#2#8'TSynEdit'#14'DisplayPreview'#22'AnchorSideLeft.Control'
|
||||
+#7#5'Owner'#21'AnchorSideTop.Control'#7#18'EditorFontGroupBox'#23'AnchorSide'
|
||||
+'Right.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'Anchor'
|
||||
+'SideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'L'
|
||||
+'eft'#2#0#6'Height'#3#196#0#3'Top'#3#245#0#5'Width'#3#245#1#11'HelpContext'#2
|
||||
+#0#5'Align'#7#8'alClient'#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2
|
||||
+#6#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing'
|
||||
+'.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpac'
|
||||
+'ing.CellAlignVertical'#7#7'ccaFill'#18'CFDividerDrawLevel'#2#0#5'Ctl3D'#8#11
|
||||
+'Font.Height'#2#240#9'Font.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#12
|
||||
+'Font.Quality'#7#16'fqNonAntialiased'#11'ParentColor'#8#10'ParentFont'#8#8'T'
|
||||
+'abOrder'#2#2#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Comm'
|
||||
+'and'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7
|
||||
+'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'C'
|
||||
+'ommand'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7
|
||||
+'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7
|
||||
+'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7
|
||||
+'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7
|
||||
+'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7
|
||||
+'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3'"@'#0#1#7
|
||||
+'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2'!'#0#1#7'C'
|
||||
+'ommand'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3'!@'#0#1#7
|
||||
+'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2'$'#0#1#7'C'
|
||||
+'ommand'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3'$@'#0#1#7
|
||||
+'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2'#'#0#1#7'C'
|
||||
+'ommand'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3'#@'#0#1#7
|
||||
+'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'#2'-'#0#1
|
||||
+#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'- '
|
||||
+#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3
|
||||
+'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245#1#8'ShortCu'
|
||||
+'t'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8
|
||||
+'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'C'
|
||||
+'ommand'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortCut'#3'A@'#0
|
||||
+#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8'ShortCut'#3
|
||||
+'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3#254#1#8'Short'
|
||||
+'Cut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Command'#3'c'#2#8
|
||||
+'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7'Command'#3'['
|
||||
+#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0#1#7'Command'
|
||||
+#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Com'
|
||||
+'mand'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCut'#3'0@'#0#1#7
|
||||
+'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'ShortCut'#3'2@'#0
|
||||
+#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1#8'ShortCut'#3'4'
|
||||
+'@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3'3'#1#8'ShortCut'
|
||||
+#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Command'#3'5'#1#8'Short'
|
||||
+'Cut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'Command'#3'_'#1#8
|
||||
+'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1#7'Command'#3'a'
|
||||
+#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'#0#1#7'Command'#3
|
||||
+'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3'5`'#0#1#7'Comman'
|
||||
+'d'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'C'
|
||||
+'ommand'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'ShortCut'#3'9`'#0#1
|
||||
+#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232#0#8'ShortCut'#3'C'
|
||||
+'`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'#3'd'#2#8'ShortCu'
|
||||
+'t'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'Sh'
|
||||
+'ortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#14'DisplayPreview'#0#8'ReadOnly'#9
|
||||
+#22'SelectedColor.OnChange'#13#0#0#0
|
||||
+'Font.Quality'#7#16'fqNonAntialiased'#10'Font.Style'#11#0#11'ParentColor'#8
|
||||
+#10'ParentFont'#8#8'TabOrder'#2#2#23'BookMarkOptions.Xoffset'#2#24#24'BookMa'
|
||||
+'rkOptions.OnChange'#13#22'Gutter.ShowCodeFolding'#9#22'Gutter.ShowLineNumbe'
|
||||
+'rs'#9#16'Gutter.ZeroStart'#8#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'
|
||||
+#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCu'
|
||||
+'t'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'
|
||||
+#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCu'
|
||||
+'t'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'
|
||||
+#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2
|
||||
+''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3
|
||||
+'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'
|
||||
+#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3
|
||||
+'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2
|
||||
+'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3
|
||||
+'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2
|
||||
+'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3
|
||||
+'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2
|
||||
+'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3
|
||||
+'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'
|
||||
+#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'Short'
|
||||
+'Cut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8
|
||||
+'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245
|
||||
+#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Comman'
|
||||
+'d'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160
|
||||
+#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortC'
|
||||
+'ut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8
|
||||
+'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3
|
||||
+#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Comm'
|
||||
+'and'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7
|
||||
+'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0
|
||||
+#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3
|
||||
+'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCu'
|
||||
+'t'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'Sh'
|
||||
+'ortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1
|
||||
+#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3
|
||||
+'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Comman'
|
||||
+'d'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'C'
|
||||
+'ommand'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1
|
||||
+#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'
|
||||
+#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3
|
||||
+'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCu'
|
||||
+'t'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'Sh'
|
||||
+'ortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232
|
||||
+#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'
|
||||
+#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Comma'
|
||||
+'nd'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#14'DisplayPreview'#0
|
||||
,#8'ReadOnly'#9#21'BracketHighlightStyle'#7#8'sbhsBoth'#0#0#0
|
||||
]);
|
||||
|
@ -3,15 +3,24 @@ inherited EditorKeymappingOptionsFrame: TEditorKeymappingOptionsFrame
|
||||
Width = 461
|
||||
ClientHeight = 510
|
||||
ClientWidth = 461
|
||||
TabOrder = 0
|
||||
Visible = False
|
||||
DesignLeft = 176
|
||||
DesignTop = 232
|
||||
DesignLeft = 419
|
||||
DesignTop = 223
|
||||
object KeyMappingHelpLabel: TLabel[0]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
Left = 0
|
||||
Height = 14
|
||||
Top = 0
|
||||
Width = 105
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'KeyMappingHelpLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -21,12 +30,20 @@ inherited EditorKeymappingOptionsFrame: TEditorKeymappingOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 27
|
||||
Top = 20
|
||||
Width = 461
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
OnChange = KeyMappingFilterEditChange
|
||||
OnEnter = KeyMappingFilterEditEnter
|
||||
OnExit = KeyMappingFilterEditExit
|
||||
@ -40,29 +57,45 @@ inherited EditorKeymappingOptionsFrame: TEditorKeymappingOptionsFrame
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = KeyMappingFindKeyButton
|
||||
Left = 0
|
||||
Height = 399
|
||||
Top = 53
|
||||
Width = 461
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 6
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Ctl3D = False
|
||||
DefaultItemHeight = 15
|
||||
ReadOnly = True
|
||||
RowSelect = True
|
||||
TabOrder = 1
|
||||
OnMouseUp = KeyMappingTreeViewMouseUp
|
||||
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRowSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoShowSeparators, tvoToolTips]
|
||||
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRowSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
||||
end
|
||||
object KeyMappingFindKeyButton: TButton[3]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = KeyMappingChooseSchemeButton
|
||||
Left = 0
|
||||
Height = 23
|
||||
Top = 458
|
||||
Width = 154
|
||||
HelpContext = 0
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 6
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'KeyMappingFindKeyButton'
|
||||
OnClick = KeyMappingFindKeyButtonClick
|
||||
TabOrder = 2
|
||||
@ -71,11 +104,20 @@ inherited EditorKeymappingOptionsFrame: TEditorKeymappingOptionsFrame
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 23
|
||||
Top = 487
|
||||
Width = 189
|
||||
HelpContext = 0
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'KeyMappingChooseSchemeButton'
|
||||
OnClick = KeyMappingChooseSchemeButtonClick
|
||||
TabOrder = 3
|
||||
@ -89,8 +131,16 @@ inherited EditorKeymappingOptionsFrame: TEditorKeymappingOptionsFrame
|
||||
Height = 23
|
||||
Top = 487
|
||||
Width = 203
|
||||
HelpContext = 0
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'KeyMappingConsistencyCheckButton'
|
||||
OnClick = KeyMappingConsistencyCheckButtonClick
|
||||
TabOrder = 4
|
||||
|
@ -3,43 +3,63 @@
|
||||
LazarusResources.Add('TEditorKeymappingOptionsFrame','FORMDATA',[
|
||||
'TPF0'#241#29'TEditorKeymappingOptionsFrame'#28'EditorKeymappingOptionsFrame'
|
||||
+#6'Height'#3#254#1#5'Width'#3#205#1#12'ClientHeight'#3#254#1#11'ClientWidth'
|
||||
+#3#205#1#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3#176#0#9'DesignTop'#3
|
||||
+#232#0#0#242#2#0#6'TLabel'#19'KeyMappingHelpLabel'#22'AnchorSideLeft.Control'
|
||||
+#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#6'Height'#2#14#5'Width'#2'i'
|
||||
+#7'Caption'#6#19'KeyMappingHelpLabel'#11'ParentColor'#8#0#0#242#2#1#5'TEdit'
|
||||
+#20'KeyMappingFilterEdit'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSid'
|
||||
+'eTop.Control'#7#19'KeyMappingHelpLabel'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrB'
|
||||
+'ottom'#6'Height'#2#27#3'Top'#2#20#5'Width'#3#205#1#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#8'OnChange'#7
|
||||
+#26'KeyMappingFilterEditChange'#7'OnEnter'#7#25'KeyMappingFilterEditEnter'#6
|
||||
+'OnExit'#7#24'KeyMappingFilterEditExit'#8'TabOrder'#2#0#4'Text'#6#20'KeyMapp'
|
||||
+'ingFilterEdit'#0#0#242#2#2#9'TTreeView'#18'KeyMappingTreeView'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#20'KeyMappingFilterEd'
|
||||
+'it'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'O'
|
||||
+'wner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7
|
||||
+#23'KeyMappingFindKeyButton'#6'Height'#3#143#1#3'Top'#2'5'#5'Width'#3#205#1#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'BorderSpacing.To'
|
||||
+'p'#2#6#20'BorderSpacing.Bottom'#2#6#17'DefaultItemHeight'#2#15#8'ReadOnly'#9
|
||||
+#9'RowSelect'#9#8'TabOrder'#2#1#9'OnMouseUp'#7#25'KeyMappingTreeViewMouseUp'
|
||||
+#7'Options'#11#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapse'
|
||||
+'dNodes'#11'tvoReadOnly'#12'tvoRowSelect'#14'tvoShowButtons'#12'tvoShowLines'
|
||||
+#11'tvoShowRoot'#17'tvoShowSeparators'#11'tvoToolTips'#0#0#0#242#2#3#7'TButt'
|
||||
+'on'#23'KeyMappingFindKeyButton'#22'AnchorSideLeft.Control'#7#5'Owner'#20'An'
|
||||
+'chorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#28'KeyMap'
|
||||
+'pingChooseSchemeButton'#6'Height'#2#23#3'Top'#3#202#1#5'Width'#3#154#0#7'An'
|
||||
+'chors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Bottom'#2#6
|
||||
+#7'Caption'#6#23'KeyMappingFindKeyButton'#7'OnClick'#7#28'KeyMappingFindKeyB'
|
||||
+'uttonClick'#8'TabOrder'#2#2#0#0#242#2#4#7'TButton'#28'KeyMappingChooseSchem'
|
||||
+'eButton'#22'AnchorSideLeft.Control'#7#5'Owner'#24'AnchorSideBottom.Control'
|
||||
+#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#6'Height'#2#23#3'Top'#3
|
||||
+#231#1#5'Width'#3#189#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#7
|
||||
+'Caption'#6#28'KeyMappingChooseSchemeButton'#7'OnClick'#7'!KeyMappingChooseS'
|
||||
+'chemeButtonClick'#8'TabOrder'#2#3#0#0#242#2#5#7'TButton KeyMappingConsisten'
|
||||
+'cyCheckButton'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Si'
|
||||
+'de'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBot'
|
||||
+'tom.Side'#7#9'asrBottom'#4'Left'#3#2#1#6'Height'#2#23#3'Top'#3#231#1#5'Widt'
|
||||
+'h'#3#203#0#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#7'Caption'#6
|
||||
+' KeyMappingConsistencyCheckButton'#7'OnClick'#7'%KeyMappingConsistencyCheck'
|
||||
+'ButtonClick'#8'TabOrder'#2#4#0#0#0
|
||||
+#3#205#1#7'Visible'#8#10'DesignLeft'#3#163#1#9'DesignTop'#3#223#0#0#242#2#0#6
|
||||
+'TLabel'#19'KeyMappingHelpLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'An'
|
||||
+'chorSideTop.Control'#7#5'Owner'#4'Left'#2#0#6'Height'#2#14#3'Top'#2#0#5'Wid'
|
||||
+'th'#2'i'#11'HelpContext'#2#0#18'BorderSpacing.Left'#2#0#17'BorderSpacing.To'
|
||||
+'p'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSp'
|
||||
+'acing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'Borde'
|
||||
+'rSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#19'KeyMappingHelpLabe'
|
||||
+'l'#11'ParentColor'#8#0#0#242#2#1#5'TEdit'#20'KeyMappingFilterEdit'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#19'KeyMappingHelp'
|
||||
+'Label'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5
|
||||
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#27#3
|
||||
+'Top'#2#20#5'Width'#3#205#1#11'HelpContext'#2#0#7'Anchors'#11#5'akTop'#6'akL'
|
||||
+'eft'#7'akRight'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing'
|
||||
+'.Top'#2#6#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'Borde'
|
||||
+'rSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'Bo'
|
||||
+'rderSpacing.CellAlignVertical'#7#7'ccaFill'#8'OnChange'#7#26'KeyMappingFilt'
|
||||
+'erEditChange'#7'OnEnter'#7#25'KeyMappingFilterEditEnter'#6'OnExit'#7#24'Key'
|
||||
+'MappingFilterEditExit'#8'TabOrder'#2#0#4'Text'#6#20'KeyMappingFilterEdit'#0
|
||||
+#0#242#2#2#9'TTreeView'#18'KeyMappingTreeView'#22'AnchorSideLeft.Control'#7#5
|
||||
+'Owner'#21'AnchorSideTop.Control'#7#20'KeyMappingFilterEdit'#18'AnchorSideTo'
|
||||
+'p.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSide'
|
||||
+'Right.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#23'KeyMappingFind'
|
||||
+'KeyButton'#4'Left'#2#0#6'Height'#3#143#1#3'Top'#2'5'#5'Width'#3#205#1#11'He'
|
||||
+'lpContext'#2#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#18
|
||||
+'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2
|
||||
+#0#20'BorderSpacing.Bottom'#2#6#20'BorderSpacing.Around'#2#0'!BorderSpacing.'
|
||||
+'CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'c'
|
||||
+'caFill'#5'Ctl3D'#8#17'DefaultItemHeight'#2#15#8'ReadOnly'#9#9'RowSelect'#9#8
|
||||
+'TabOrder'#2#1#9'OnMouseUp'#7#25'KeyMappingTreeViewMouseUp'#7'Options'#11#17
|
||||
+'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'#11'tvoRea'
|
||||
+'dOnly'#12'tvoRowSelect'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoShowRoot'
|
||||
+#11'tvoToolTips'#0#0#0#242#2#3#7'TButton'#23'KeyMappingFindKeyButton'#22'Anc'
|
||||
+'horSideLeft.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24
|
||||
+'AnchorSideBottom.Control'#7#28'KeyMappingChooseSchemeButton'#4'Left'#2#0#6
|
||||
+'Height'#2#23#3'Top'#3#202#1#5'Width'#3#154#0#11'HelpContext'#2#0#7'Anchors'
|
||||
+#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'Bord'
|
||||
+'erSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#6
|
||||
+#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFil'
|
||||
+'l'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#23'KeyMapp'
|
||||
+'ingFindKeyButton'#7'OnClick'#7#28'KeyMappingFindKeyButtonClick'#8'TabOrder'
|
||||
+#2#2#0#0#242#2#4#7'TButton'#28'KeyMappingChooseSchemeButton'#22'AnchorSideLe'
|
||||
+'ft.Control'#7#5'Owner'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSid'
|
||||
+'eBottom.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#23#3'Top'#3#231#1#5'Wi'
|
||||
+'dth'#3#189#0#11'HelpContext'#2#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'Au'
|
||||
+'toSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpa'
|
||||
+'cing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!'
|
||||
+'BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignV'
|
||||
+'ertical'#7#7'ccaFill'#7'Caption'#6#28'KeyMappingChooseSchemeButton'#7'OnCli'
|
||||
+'ck'#7'!KeyMappingChooseSchemeButtonClick'#8'TabOrder'#2#3#0#0#242#2#5#7'TBu'
|
||||
+'tton KeyMappingConsistencyCheckButton'#23'AnchorSideRight.Control'#7#5'Owne'
|
||||
+'r'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5
|
||||
+'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#2#1#6'Height'#2#23
|
||||
+#3'Top'#3#231#1#5'Width'#3#203#0#11'HelpContext'#2#0#7'Anchors'#11#7'akRight'
|
||||
+#8'akBottom'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'
|
||||
+#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpaci'
|
||||
+'ng.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSp'
|
||||
+'acing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6' KeyMappingConsistencyCh'
|
||||
+'eckButton'#7'OnClick'#7'%KeyMappingConsistencyCheckButtonClick'#8'TabOrder'
|
||||
+#2#4#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user