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