mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-25 22:48:15 +02:00
ide: options frames: set links cursor to crHandPoint
git-svn-id: trunk@21340 -
This commit is contained in:
parent
e626ea4b06
commit
fe771bf068
@ -3,6 +3,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
Width = 537
|
Width = 537
|
||||||
ClientHeight = 382
|
ClientHeight = 382
|
||||||
ClientWidth = 537
|
ClientWidth = 537
|
||||||
|
TabOrder = 0
|
||||||
Visible = False
|
Visible = False
|
||||||
DesignLeft = 348
|
DesignLeft = 348
|
||||||
DesignTop = 245
|
DesignTop = 245
|
||||||
@ -11,10 +12,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 425
|
Left = 435
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 158
|
Top = 150
|
||||||
Width = 106
|
Width = 96
|
||||||
Alignment = taRightJustify
|
Alignment = taRightJustify
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
@ -27,9 +28,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideTop.Control = AutoDelayTrackBar
|
AnchorSideTop.Control = AutoDelayTrackBar
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 158
|
Top = 150
|
||||||
Width = 105
|
Width = 92
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
Caption = 'AutoDelayMinLabel'
|
Caption = 'AutoDelayMinLabel'
|
||||||
@ -40,10 +41,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = AutoDelayMinLabel
|
AnchorSideTop.Control = AutoDelayMinLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 117
|
Left = 104
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 158
|
Top = 150
|
||||||
Width = 84
|
Width = 76
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 24
|
BorderSpacing.Top = 24
|
||||||
Caption = 'AutoDelayLabel'
|
Caption = 'AutoDelayLabel'
|
||||||
@ -54,9 +55,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideTop.Control = MarkupWordTimeTrackBar
|
AnchorSideTop.Control = MarkupWordTimeTrackBar
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 325
|
Top = 307
|
||||||
Width = 149
|
Width = 130
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
Caption = 'MarkupWordDelayMinLabel'
|
Caption = 'MarkupWordDelayMinLabel'
|
||||||
@ -67,10 +68,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 381
|
Left = 397
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 325
|
Top = 307
|
||||||
Width = 150
|
Width = 134
|
||||||
Alignment = taRightJustify
|
Alignment = taRightJustify
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
@ -83,10 +84,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = MarkupWordMinLabel
|
AnchorSideTop.Control = MarkupWordMinLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 161
|
Left = 142
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 325
|
Top = 307
|
||||||
Width = 128
|
Width = 114
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 24
|
BorderSpacing.Top = 24
|
||||||
Caption = 'MarkupWordDelayLabel'
|
Caption = 'MarkupWordDelayLabel'
|
||||||
@ -98,9 +99,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = MarkupWordFullLenSpin
|
AnchorSideRight.Control = MarkupWordFullLenSpin
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 256
|
Top = 240
|
||||||
Width = 137
|
Width = 120
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'MarkupWordFullLenLabel'
|
Caption = 'MarkupWordFullLenLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -113,7 +114,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 4
|
Height = 4
|
||||||
Top = 186
|
Top = 175
|
||||||
Width = 60
|
Width = 60
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
@ -126,7 +127,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 4
|
Height = 4
|
||||||
Top = 81
|
Top = 75
|
||||||
Width = 537
|
Width = 537
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -138,9 +139,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideTop.Control = AutoDelayLabel
|
AnchorSideTop.Control = AutoDelayLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 66
|
Left = 66
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 180
|
Top = 170
|
||||||
Width = 139
|
Width = 138
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'MarkupWordGroupLabel'
|
Caption = 'MarkupWordGroupLabel'
|
||||||
@ -155,10 +156,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 211
|
Left = 210
|
||||||
Height = 4
|
Height = 4
|
||||||
Top = 186
|
Top = 175
|
||||||
Width = 326
|
Width = 327
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -172,7 +173,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 4
|
Height = 4
|
||||||
Top = 347
|
Top = 327
|
||||||
Width = 537
|
Width = 537
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -184,9 +185,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideTop.Control = BracketCombo
|
AnchorSideTop.Control = BracketCombo
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 162
|
Left = 162
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 360
|
Top = 340
|
||||||
Width = 68
|
Width = 62
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'BracketLabel'
|
Caption = 'BracketLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -196,10 +197,11 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = BracketLabel
|
AnchorSideTop.Control = BracketLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 236
|
Cursor = crHandPoint
|
||||||
Height = 16
|
Left = 230
|
||||||
Top = 360
|
Height = 14
|
||||||
Width = 62
|
Top = 340
|
||||||
|
Width = 55
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'BracketLink'
|
Caption = 'BracketLink'
|
||||||
Font.Color = clBlue
|
Font.Color = clBlue
|
||||||
@ -214,10 +216,11 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = MarkupWordNoTimerCheckBox
|
AnchorSideTop.Control = MarkupWordNoTimerCheckBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 201
|
Cursor = crHandPoint
|
||||||
Height = 16
|
Left = 177
|
||||||
Top = 203
|
Height = 14
|
||||||
Width = 62
|
Top = 191
|
||||||
|
Width = 55
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'BracketLink'
|
Caption = 'BracketLink'
|
||||||
Font.Color = clBlue
|
Font.Color = clBlue
|
||||||
@ -231,9 +234,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 210
|
Width = 189
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'AutoRemoveEmptyMethodsOnSave'
|
Caption = 'AutoRemoveEmptyMethodsOnSave'
|
||||||
@ -244,9 +247,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideTop.Control = AutoRemoveEmptyMethodsOnSave
|
AnchorSideTop.Control = AutoRemoveEmptyMethodsOnSave
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 31
|
Top = 29
|
||||||
Width = 198
|
Width = 173
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'AutoToolTipSymbToolsCheckBox'
|
Caption = 'AutoToolTipSymbToolsCheckBox'
|
||||||
@ -257,9 +260,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideTop.Control = AutoToolTipSymbToolsCheckBox
|
AnchorSideTop.Control = AutoToolTipSymbToolsCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 56
|
Top = 52
|
||||||
Width = 179
|
Width = 157
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'AutoCompleteBlockCheckBox'
|
Caption = 'AutoCompleteBlockCheckBox'
|
||||||
@ -270,9 +273,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideTop.Control = ToolTipBevel
|
AnchorSideTop.Control = ToolTipBevel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 91
|
Top = 85
|
||||||
Width = 182
|
Width = 164
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'AutoToolTipExprEvalCheckBox'
|
Caption = 'AutoToolTipExprEvalCheckBox'
|
||||||
@ -286,7 +289,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 40
|
Height = 40
|
||||||
Top = 116
|
Top = 108
|
||||||
Width = 525
|
Width = 525
|
||||||
Frequency = 250
|
Frequency = 250
|
||||||
Max = 4000
|
Max = 4000
|
||||||
@ -306,7 +309,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 40
|
Height = 40
|
||||||
Top = 283
|
Top = 265
|
||||||
Width = 525
|
Width = 525
|
||||||
Frequency = 250
|
Frequency = 250
|
||||||
Max = 4000
|
Max = 4000
|
||||||
@ -323,9 +326,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideTop.Control = MarkupWordNoTimerCheckBox
|
AnchorSideTop.Control = MarkupWordNoTimerCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 227
|
Top = 213
|
||||||
Width = 152
|
Width = 134
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'MarkupWordNoKeyword'
|
Caption = 'MarkupWordNoKeyword'
|
||||||
@ -338,9 +341,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 149
|
Left = 132
|
||||||
Height = 25
|
Height = 23
|
||||||
Top = 252
|
Top = 236
|
||||||
Width = 48
|
Width = 48
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -351,9 +354,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideTop.Control = MarkupWordGroupLabel
|
AnchorSideTop.Control = MarkupWordGroupLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 202
|
Top = 190
|
||||||
Width = 189
|
Width = 165
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'MarkupWordNoTimerCheckBox'
|
Caption = 'MarkupWordNoTimerCheckBox'
|
||||||
@ -364,9 +367,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideTop.Control = MarkupWordNoKeyword
|
AnchorSideTop.Control = MarkupWordNoKeyword
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 230
|
Left = 230
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 227
|
Top = 213
|
||||||
Width = 115
|
Width = 99
|
||||||
BorderSpacing.Left = 230
|
BorderSpacing.Left = 230
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'MarkupWordTrim'
|
Caption = 'MarkupWordTrim'
|
||||||
@ -379,12 +382,12 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
|||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 21
|
||||||
Top = 357
|
Top = 337
|
||||||
Width = 150
|
Width = 150
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
ItemHeight = 15
|
ItemHeight = 13
|
||||||
OnChange = BracketComboChange
|
OnChange = BracketComboChange
|
||||||
OnExit = BracketComboExit
|
OnExit = BracketComboExit
|
||||||
OnKeyDown = BracketComboKeyDown
|
OnKeyDown = BracketComboKeyDown
|
||||||
|
@ -3,147 +3,148 @@
|
|||||||
LazarusResources.Add('TEditorCodetoolsOptionsFrame','FORMDATA',[
|
LazarusResources.Add('TEditorCodetoolsOptionsFrame','FORMDATA',[
|
||||||
'TPF0'#241#28'TEditorCodetoolsOptionsFrame'#27'EditorCodetoolsOptionsFrame'#6
|
'TPF0'#241#28'TEditorCodetoolsOptionsFrame'#27'EditorCodetoolsOptionsFrame'#6
|
||||||
+'Height'#3'~'#1#5'Width'#3#25#2#12'ClientHeight'#3'~'#1#11'ClientWidth'#3#25
|
+'Height'#3'~'#1#5'Width'#3#25#2#12'ClientHeight'#3'~'#1#11'ClientWidth'#3#25
|
||||||
+#2#7'Visible'#8#10'DesignLeft'#3'\'#1#9'DesignTop'#3#245#0#0#242#2#0#6'TLabe'
|
+#2#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3'\'#1#9'DesignTop'#3#245#0#0
|
||||||
+'l'#17'AutoDelayMaxLabel'#21'AnchorSideTop.Control'#7#17'AutoDelayTrackBar'
|
+#242#2#0#6'TLabel'#17'AutoDelayMaxLabel'#21'AnchorSideTop.Control'#7#17'Auto'
|
||||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'
|
+'DelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Con'
|
||||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#169#1#6'Height'#2#16#3'To'
|
+'trol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#179#1#6
|
||||||
+'p'#3#158#0#5'Width'#2'j'#9'Alignment'#7#14'taRightJustify'#7'Anchors'#11#5
|
+'Height'#2#14#3'Top'#3#150#0#5'Width'#2'`'#9'Alignment'#7#14'taRightJustify'
|
||||||
+'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#19'BorderSpacing.Right'#2#6#7
|
+#7'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#19'BorderSpac'
|
||||||
+'Caption'#6#17'AutoDelayMaxLabel'#11'ParentColor'#8#0#0#242#2#1#6'TLabel'#17
|
+'ing.Right'#2#6#7'Caption'#6#17'AutoDelayMaxLabel'#11'ParentColor'#8#0#0#242
|
||||||
+'AutoDelayMinLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.C'
|
+#2#1#6'TLabel'#17'AutoDelayMinLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21
|
||||||
+'ontrol'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Lef'
|
+'AnchorSideTop.Control'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'a'
|
||||||
+'t'#2#6#6'Height'#2#16#3'Top'#3#158#0#5'Width'#2'i'#18'BorderSpacing.Left'#2
|
+'srBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#3#150#0#5'Width'#2'\'#18'Border'
|
||||||
+#6#17'BorderSpacing.Top'#2#2#7'Caption'#6#17'AutoDelayMinLabel'#11'ParentCol'
|
+'Spacing.Left'#2#6#17'BorderSpacing.Top'#2#2#7'Caption'#6#17'AutoDelayMinLab'
|
||||||
+'or'#8#0#0#242#2#2#6'TLabel'#14'AutoDelayLabel'#22'AnchorSideLeft.Control'#7
|
+'el'#11'ParentColor'#8#0#0#242#2#2#6'TLabel'#14'AutoDelayLabel'#22'AnchorSid'
|
||||||
+#17'AutoDelayMinLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT'
|
+'eLeft.Control'#7#17'AutoDelayMinLabel'#19'AnchorSideLeft.Side'#7#9'asrBotto'
|
||||||
+'op.Control'#7#17'AutoDelayMinLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4
|
+'m'#21'AnchorSideTop.Control'#7#17'AutoDelayMinLabel'#18'AnchorSideTop.Side'
|
||||||
+'Left'#2'u'#6'Height'#2#16#3'Top'#3#158#0#5'Width'#2'T'#18'BorderSpacing.Lef'
|
+#7#9'asrCenter'#4'Left'#2'h'#6'Height'#2#14#3'Top'#3#150#0#5'Width'#2'L'#18
|
||||||
+'t'#2#6#17'BorderSpacing.Top'#2#24#7'Caption'#6#14'AutoDelayLabel'#11'Parent'
|
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#24#7'Caption'#6#14'AutoDela'
|
||||||
+'Color'#8#0#0#242#2#3#6'TLabel'#18'MarkupWordMinLabel'#22'AnchorSideLeft.Con'
|
+'yLabel'#11'ParentColor'#8#0#0#242#2#3#6'TLabel'#18'MarkupWordMinLabel'#22'A'
|
||||||
+'trol'#7#5'Owner'#21'AnchorSideTop.Control'#7#22'MarkupWordTimeTrackBar'#18
|
+'nchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#22'MarkupWord'
|
||||||
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#16#3'Top'#3'E'#1
|
+'TimeTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||||
+#5'Width'#3#149#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#2#7'Cap'
|
+#14#3'Top'#3'3'#1#5'Width'#3#130#0#18'BorderSpacing.Left'#2#6#17'BorderSpaci'
|
||||||
+'tion'#6#23'MarkupWordDelayMinLabel'#11'ParentColor'#8#0#0#242#2#4#6'TLabel'
|
+'ng.Top'#2#2#7'Caption'#6#23'MarkupWordDelayMinLabel'#11'ParentColor'#8#0#0
|
||||||
+#18'MarkupWordMaxLabel'#21'AnchorSideTop.Control'#7#22'MarkupWordTimeTrackBa'
|
+#242#2#4#6'TLabel'#18'MarkupWordMaxLabel'#21'AnchorSideTop.Control'#7#22'Mar'
|
||||||
+'r'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Ow'
|
+'kupWordTimeTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRig'
|
||||||
+'ner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'}'#1#6'Height'#2#16#3
|
+'ht.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#141
|
||||||
+'Top'#3'E'#1#5'Width'#3#150#0#9'Alignment'#7#14'taRightJustify'#7'Anchors'#11
|
+#1#6'Height'#2#14#3'Top'#3'3'#1#5'Width'#3#134#0#9'Alignment'#7#14'taRightJu'
|
||||||
+#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#19'BorderSpacing.Right'#2#6
|
+'stify'#7'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#19'Bor'
|
||||||
+#7'Caption'#6#23'MarkupWordDelayMaxLabel'#11'ParentColor'#8#0#0#242#2#5#6'TL'
|
+'derSpacing.Right'#2#6#7'Caption'#6#23'MarkupWordDelayMaxLabel'#11'ParentCol'
|
||||||
+'abel'#20'MarkupWordDelayLabel'#22'AnchorSideLeft.Control'#7#18'MarkupWordMi'
|
+'or'#8#0#0#242#2#5#6'TLabel'#20'MarkupWordDelayLabel'#22'AnchorSideLeft.Cont'
|
||||||
+'nLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
+'rol'#7#18'MarkupWordMinLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anc'
|
||||||
+#18'MarkupWordMinLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#161#0
|
+'horSideTop.Control'#7#18'MarkupWordMinLabel'#18'AnchorSideTop.Side'#7#9'asr'
|
||||||
+#6'Height'#2#16#3'Top'#3'E'#1#5'Width'#3#128#0#18'BorderSpacing.Left'#2#6#17
|
+'Center'#4'Left'#3#142#0#6'Height'#2#14#3'Top'#3'3'#1#5'Width'#2'r'#18'Borde'
|
||||||
+'BorderSpacing.Top'#2#24#7'Caption'#6#20'MarkupWordDelayLabel'#11'ParentColo'
|
+'rSpacing.Left'#2#6#17'BorderSpacing.Top'#2#24#7'Caption'#6#20'MarkupWordDel'
|
||||||
+'r'#8#0#0#242#2#6#6'TLabel'#22'MarkupWordFullLenLabel'#22'AnchorSideLeft.Con'
|
+'ayLabel'#11'ParentColor'#8#0#0#242#2#6#6'TLabel'#22'MarkupWordFullLenLabel'
|
||||||
+'trol'#7#5'Owner'#21'AnchorSideTop.Control'#7#21'MarkupWordFullLenSpin'#18'A'
|
+#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#21'Markup'
|
||||||
+'nchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#21'MarkupWo'
|
+'WordFullLenSpin'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.C'
|
||||||
+'rdFullLenSpin'#4'Left'#2#6#6'Height'#2#16#3'Top'#3#0#1#5'Width'#3#137#0#18
|
+'ontrol'#7#21'MarkupWordFullLenSpin'#4'Left'#2#6#6'Height'#2#14#3'Top'#3#240
|
||||||
+'BorderSpacing.Left'#2#6#7'Caption'#6#22'MarkupWordFullLenLabel'#11'ParentCo'
|
+#0#5'Width'#2'x'#18'BorderSpacing.Left'#2#6#7'Caption'#6#22'MarkupWordFullLe'
|
||||||
+'lor'#8#0#0#242#2#7#6'TBevel'#15'MarkupWordBevel'#22'AnchorSideLeft.Control'
|
+'nLabel'#11'ParentColor'#8#0#0#242#2#7#6'TBevel'#15'MarkupWordBevel'#22'Anch'
|
||||||
+#7#5'Owner'#21'AnchorSideTop.Control'#7#20'MarkupWordGroupLabel'#18'AnchorSi'
|
+'orSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#20'MarkupWordGro'
|
||||||
+'deTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#5'Owner'#20'Anchor'
|
+'upLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7
|
||||||
+'SideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#4#3'Top'#3#186#0#5'W'
|
+#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#4#3
|
||||||
+'idth'#2'<'#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#0#0#242#2
|
+'Top'#3#175#0#5'Width'#2'<'#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Botto'
|
||||||
+#8#6'TBevel'#12'ToolTipBevel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'Ancho'
|
+'m'#2#6#0#0#242#2#8#6'TBevel'#12'ToolTipBevel'#22'AnchorSideLeft.Control'#7#5
|
||||||
+'rSideTop.Control'#7#25'AutoCompleteBlockCheckBox'#18'AnchorSideTop.Side'#7#9
|
+'Owner'#21'AnchorSideTop.Control'#7#25'AutoCompleteBlockCheckBox'#18'AnchorS'
|
||||||
+'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7
|
+'ideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'Ancho'
|
||||||
+#9'asrBottom'#4'Left'#2#0#6'Height'#2#4#3'Top'#2'Q'#5'Width'#3#25#2#7'Anchor'
|
+'rSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#4#3'Top'#2'K'#5'Wid'
|
||||||
|
+'th'#3#25#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.T'
|
||||||
|
+'op'#2#6#20'BorderSpacing.Bottom'#2#6#0#0#242#2#9#6'TLabel'#20'MarkupWordGro'
|
||||||
|
+'upLabel'#22'AnchorSideLeft.Control'#7#15'MarkupWordBevel'#19'AnchorSideLeft'
|
||||||
|
+'.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#14'AutoDelayLabel'#18'Anc'
|
||||||
|
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#2'B'#6'Height'#2#14#3'Top'#3#170#0#5
|
||||||
|
+'Width'#3#138#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Capti'
|
||||||
|
+'on'#6#20'MarkupWordGroupLabel'#10'Font.Style'#11#6'fsBold'#0#11'ParentColor'
|
||||||
|
+#8#10'ParentFont'#8#0#0#242#2#10#6'TBevel'#16'MarkupWordBevel1'#22'AnchorSid'
|
||||||
|
+'eLeft.Control'#7#20'MarkupWordGroupLabel'#19'AnchorSideLeft.Side'#7#9'asrBo'
|
||||||
|
+'ttom'#21'AnchorSideTop.Control'#7#20'MarkupWordGroupLabel'#18'AnchorSideTop'
|
||||||
|
+'.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideR'
|
||||||
|
+'ight.Side'#7#9'asrBottom'#4'Left'#3#210#0#6'Height'#2#4#3'Top'#3#175#0#5'Wi'
|
||||||
|
+'dth'#3'G'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.'
|
||||||
|
+'Left'#2#6#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#0#0#242#2
|
||||||
|
+#11#6'TBevel'#11'MarkupBevel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'Ancho'
|
||||||
|
+'rSideTop.Control'#7#20'MarkupWordDelayLabel'#18'AnchorSideTop.Side'#7#9'asr'
|
||||||
|
,'Bottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
||||||
|
+'asrBottom'#4'Left'#2#0#6'Height'#2#4#3'Top'#3'G'#1#5'Width'#3#25#2#7'Anchor'
|
||||||
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#20'BorderSp'
|
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#20'BorderSp'
|
||||||
+'acing.Bottom'#2#6#0#0#242#2#9#6'TLabel'#20'MarkupWordGroupLabel'#22'AnchorS'
|
+'acing.Bottom'#2#6#0#0#242#2#12#6'TLabel'#12'BracketLabel'#22'AnchorSideLeft'
|
||||||
+'ideLeft.Control'#7#15'MarkupWordBevel'#19'AnchorSideLeft.Side'#7#9'asrBotto'
|
+'.Control'#7#12'BracketCombo'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anch'
|
||||||
+'m'#21'AnchorSideTop.Control'#7#14'AutoDelayLabel'#18'AnchorSideTop.Side'#7#9
|
+'orSideTop.Control'#7#12'BracketCombo'#18'AnchorSideTop.Side'#7#9'asrCenter'
|
||||||
+'asrBottom'#4'Left'#2'B'#6'Height'#2#16#3'Top'#3#180#0#5'Width'#3#139#0#18'B'
|
+#4'Left'#3#162#0#6'Height'#2#14#3'Top'#3'T'#1#5'Width'#2'>'#20'BorderSpacing'
|
||||||
+'orderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#20'MarkupWord'
|
+'.Around'#2#6#7'Caption'#6#12'BracketLabel'#11'ParentColor'#8#0#0#242#2#13#6
|
||||||
+'GroupLabel'#10'Font.Style'#11#6'fsBold'#0#11'ParentColor'#8#10'ParentFont'#8
|
+'TLabel'#11'BracketLink'#22'AnchorSideLeft.Control'#7#12'BracketLabel'#19'An'
|
||||||
+#0#0#242#2#10#6'TBevel'#16'MarkupWordBevel1'#22'AnchorSideLeft.Control'#7#20
|
+'chorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#12'BracketLab'
|
||||||
+'MarkupWordGroupLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT'
|
+'el'#18'AnchorSideTop.Side'#7#9'asrCenter'#6'Cursor'#7#11'crHandPoint'#4'Lef'
|
||||||
+'op.Control'#7#20'MarkupWordGroupLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'
|
+'t'#3#230#0#6'Height'#2#14#3'Top'#3'T'#1#5'Width'#2'7'#20'BorderSpacing.Arou'
|
||||||
+#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBott'
|
+'nd'#2#6#7'Caption'#6#11'BracketLink'#10'Font.Color'#7#6'clBlue'#11'ParentCo'
|
||||||
+'om'#4'Left'#3#211#0#6'Height'#2#4#3'Top'#3#186#0#5'Width'#3'F'#1#7'Anchors'
|
+'lor'#8#10'ParentFont'#8#7'OnClick'#7#16'BracketLinkClick'#12'OnMouseEnter'#7
|
||||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpac'
|
+#21'BracketLinkMouseEnter'#12'OnMouseLeave'#7#21'BracketLinkMouseLeave'#0#0
|
||||||
+'ing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#0#0#242#2#11#6'TBevel'#11'MarkupB'
|
+#242#2#14#6'TLabel'#15'MarkupColorLink'#22'AnchorSideLeft.Control'#7#25'Mark'
|
||||||
+'evel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#20
|
+'upWordNoTimerCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSide'
|
||||||
+'MarkupWordDelayLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRi'
|
+'Top.Control'#7#25'MarkupWordNoTimerCheckBox'#18'AnchorSideTop.Side'#7#9'asr'
|
||||||
,'ght.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0
|
+'Center'#6'Cursor'#7#11'crHandPoint'#4'Left'#3#177#0#6'Height'#2#14#3'Top'#3
|
||||||
+#6'Height'#2#4#3'Top'#3'['#1#5'Width'#3#25#2#7'Anchors'#11#5'akTop'#6'akLeft'
|
+#191#0#5'Width'#2'7'#18'BorderSpacing.Left'#2#6#7'Caption'#6#11'BracketLink'
|
||||||
+#7'akRight'#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#0#0#242
|
+#10'Font.Color'#7#6'clBlue'#11'ParentColor'#8#10'ParentFont'#8#7'OnClick'#7
|
||||||
+#2#12#6'TLabel'#12'BracketLabel'#22'AnchorSideLeft.Control'#7#12'BracketComb'
|
+#20'MarkupColorLinkClick'#12'OnMouseEnter'#7#21'BracketLinkMouseEnter'#12'On'
|
||||||
+'o'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#12'Br'
|
+'MouseLeave'#7#21'BracketLinkMouseLeave'#0#0#242#2#15#9'TCheckBox'#28'AutoRe'
|
||||||
+'acketCombo'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#162#0#6'Height'
|
+'moveEmptyMethodsOnSave'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSide'
|
||||||
+#2#16#3'Top'#3'h'#1#5'Width'#2'D'#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
+'Top.Control'#7#5'Owner'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#3#189
|
||||||
+#12'BracketLabel'#11'ParentColor'#8#0#0#242#2#13#6'TLabel'#11'BracketLink'#22
|
+#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#28'Auto'
|
||||||
+'AnchorSideLeft.Control'#7#12'BracketLabel'#19'AnchorSideLeft.Side'#7#9'asrB'
|
+'RemoveEmptyMethodsOnSave'#8'TabOrder'#2#0#0#0#242#2#16#9'TCheckBox'#28'Auto'
|
||||||
+'ottom'#21'AnchorSideTop.Control'#7#12'BracketLabel'#18'AnchorSideTop.Side'#7
|
+'ToolTipSymbToolsCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSi'
|
||||||
+#9'asrCenter'#4'Left'#3#236#0#6'Height'#2#16#3'Top'#3'h'#1#5'Width'#2'>'#20
|
+'deTop.Control'#7#28'AutoRemoveEmptyMethodsOnSave'#18'AnchorSideTop.Side'#7#9
|
||||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#11'BracketLink'#10'Font.Color'#7#6'c'
|
+'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#29#5'Width'#3#173#0#18'Borde'
|
||||||
+'lBlue'#11'ParentColor'#8#10'ParentFont'#8#7'OnClick'#7#16'BracketLinkClick'
|
+'rSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#28'AutoToolTipSym'
|
||||||
+#12'OnMouseEnter'#7#21'BracketLinkMouseEnter'#12'OnMouseLeave'#7#21'BracketL'
|
+'bToolsCheckBox'#8'TabOrder'#2#1#0#0#242#2#17#9'TCheckBox'#25'AutoCompleteBl'
|
||||||
+'inkMouseLeave'#0#0#242#2#14#6'TLabel'#15'MarkupColorLink'#22'AnchorSideLeft'
|
+'ockCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'
|
||||||
+'.Control'#7#25'MarkupWordNoTimerCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBo'
|
+#7#28'AutoToolTipSymbToolsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||||
+'ttom'#21'AnchorSideTop.Control'#7#25'MarkupWordNoTimerCheckBox'#18'AnchorSi'
|
+'Left'#2#6#6'Height'#2#17#3'Top'#2'4'#5'Width'#3#157#0#18'BorderSpacing.Left'
|
||||||
+'deTop.Side'#7#9'asrCenter'#4'Left'#3#201#0#6'Height'#2#16#3'Top'#3#203#0#5
|
+#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#25'AutoCompleteBlockCheckBox'#8
|
||||||
+'Width'#2'>'#18'BorderSpacing.Left'#2#6#7'Caption'#6#11'BracketLink'#10'Font'
|
+'TabOrder'#2#2#0#0#242#2#18#9'TCheckBox'#27'AutoToolTipExprEvalCheckBox'#22
|
||||||
+'.Color'#7#6'clBlue'#11'ParentColor'#8#10'ParentFont'#8#7'OnClick'#7#20'Mark'
|
+'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#12'ToolTipBe'
|
||||||
+'upColorLinkClick'#12'OnMouseEnter'#7#21'BracketLinkMouseEnter'#12'OnMouseLe'
|
+'vel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'
|
||||||
+'ave'#7#21'BracketLinkMouseLeave'#0#0#242#2#15#9'TCheckBox'#28'AutoRemoveEmp'
|
+#2'U'#5'Width'#3#164#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7
|
||||||
+'tyMethodsOnSave'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Con'
|
|
||||||
+'trol'#7#5'Owner'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#6#5'Width'#3#210#0#18
|
|
||||||
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#28'AutoRemov'
|
|
||||||
+'eEmptyMethodsOnSave'#8'TabOrder'#2#0#0#0#242#2#16#9'TCheckBox'#28'AutoToolT'
|
|
||||||
+'ipSymbToolsCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop'
|
|
||||||
+'.Control'#7#28'AutoRemoveEmptyMethodsOnSave'#18'AnchorSideTop.Side'#7#9'asr'
|
|
||||||
+'Bottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#31#5'Width'#3#198#0#18'BorderSp'
|
|
||||||
+'acing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#28'AutoToolTipSymbTo'
|
|
||||||
+'olsCheckBox'#8'TabOrder'#2#1#0#0#242#2#17#9'TCheckBox'#25'AutoCompleteBlock'
|
|
||||||
+'CheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7
|
|
||||||
+#28'AutoToolTipSymbToolsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Le'
|
|
||||||
+'ft'#2#6#6'Height'#2#19#3'Top'#2'8'#5'Width'#3#179#0#18'BorderSpacing.Left'#2
|
|
||||||
+#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#25'AutoCompleteBlockCheckBox'#8'Ta'
|
|
||||||
+'bOrder'#2#2#0#0#242#2#18#9'TCheckBox'#27'AutoToolTipExprEvalCheckBox'#22'An'
|
|
||||||
+'chorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#12'ToolTipBeve'
|
|
||||||
+'l'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2
|
|
||||||
+'['#5'Width'#3#182#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7
|
|
||||||
+'Caption'#6#27'AutoToolTipExprEvalCheckBox'#8'TabOrder'#2#3#0#0#242#2#19#9'T'
|
+'Caption'#6#27'AutoToolTipExprEvalCheckBox'#8'TabOrder'#2#3#0#0#242#2#19#9'T'
|
||||||
+'TrackBar'#17'AutoDelayTrackBar'#22'AnchorSideLeft.Control'#7#5'Owner'#21'An'
|
+'TrackBar'#17'AutoDelayTrackBar'#22'AnchorSideLeft.Control'#7#5'Owner'#21'An'
|
||||||
+'chorSideTop.Control'#7#27'AutoToolTipExprEvalCheckBox'#18'AnchorSideTop.Sid'
|
+'chorSideTop.Control'#7#27'AutoToolTipExprEvalCheckBox'#18'AnchorSideTop.Sid'
|
||||||
+'e'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight'
|
+'e'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight'
|
||||||
+'.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'('#3'Top'#2't'#5'Width'#3#13#2
|
+'.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'('#3'Top'#2'l'#5'Width'#3#13#2
|
||||||
+#9'Frequency'#3#250#0#3'Max'#3#160#15#3'Min'#3#244#1#8'Position'#3#244#1#7'A'
|
+#9'Frequency'#3#250#0#3'Max'#3#160#15#3'Min'#3#244#1#8'Position'#3#244#1#7'A'
|
||||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'Bo'
|
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'Bo'
|
||||||
+'rderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#4#0#0#242#2
|
+'rderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#4#0#0#242#2
|
||||||
+#20#9'TTrackBar'#22'MarkupWordTimeTrackBar'#22'AnchorSideLeft.Control'#7#5'O'
|
+#20#9'TTrackBar'#22'MarkupWordTimeTrackBar'#22'AnchorSideLeft.Control'#7#5'O'
|
||||||
+'wner'#21'AnchorSideTop.Control'#7#21'MarkupWordFullLenSpin'#18'AnchorSideTo'
|
+'wner'#21'AnchorSideTop.Control'#7#21'MarkupWordFullLenSpin'#18'AnchorSideTo'
|
||||||
+'p.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSide'
|
+'p.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSide'
|
||||||
+'Right.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'('#3'Top'#3#27#1#5'Width'
|
+'Right.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'('#3'Top'#3#9#1#5'Width'
|
||||||
+#3#13#2#9'Frequency'#3#250#0#3'Max'#3#160#15#3'Min'#3#244#1#8'Position'#3#244
|
+#3#13#2#9'Frequency'#3#250#0#3'Max'#3#160#15#3'Min'#3#244#1#8'Position'#3#244
|
||||||
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6
|
+#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#6#8'TabOrder'#2#5#0#0
|
+#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#5#0#0
|
||||||
+#242#2#21#9'TCheckBox'#19'MarkupWordNoKeyword'#22'AnchorSideLeft.Control'#7#5
|
+#242#2#21#9'TCheckBox'#19'MarkupWordNoKeyword'#22'AnchorSideLeft.Control'#7#5
|
||||||
+'Owner'#21'AnchorSideTop.Control'#7#25'MarkupWordNoTimerCheckBox'#18'AnchorS'
|
+'Owner'#21'AnchorSideTop.Control'#7#25'MarkupWordNoTimerCheckBox'#18'AnchorS'
|
||||||
+'ideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#3#227#0#5'Wid'
|
+'ideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#3#213#0#5'Wid'
|
||||||
+'th'#3#152#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'
|
+'th'#3#134#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'
|
||||||
+#6#19'MarkupWordNoKeyword'#8'TabOrder'#2#6#0#0#242#2#22#9'TSpinEdit'#21'Mark'
|
+#6#19'MarkupWordNoKeyword'#8'TabOrder'#2#6#0#0#242#2#22#9'TSpinEdit'#21'Mark'
|
||||||
+'upWordFullLenSpin'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullLenLabel'
|
+'upWordFullLenSpin'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullLenLabel'
|
||||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19'Marku'
|
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19'Marku'
|
||||||
+'pWordNoKeyword'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Co'
|
+'pWordNoKeyword'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Co'
|
||||||
+'ntrol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#149#0#6
|
+'ntrol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#132#0#6
|
||||||
+'Height'#2#25#3'Top'#3#252#0#5'Width'#2'0'#18'BorderSpacing.Left'#2#6#17'Bor'
|
,'Height'#2#23#3'Top'#3#236#0#5'Width'#2'0'#18'BorderSpacing.Left'#2#6#17'Bor'
|
||||||
,'derSpacing.Top'#2#6#8'TabOrder'#2#7#0#0#242#2#23#9'TCheckBox'#25'MarkupWord'
|
+'derSpacing.Top'#2#6#8'TabOrder'#2#7#0#0#242#2#23#9'TCheckBox'#25'MarkupWord'
|
||||||
+'NoTimerCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Con'
|
+'NoTimerCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Con'
|
||||||
+'trol'#7#20'MarkupWordGroupLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Le'
|
+'trol'#7#20'MarkupWordGroupLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Le'
|
||||||
+'ft'#2#6#6'Height'#2#19#3'Top'#3#202#0#5'Width'#3#189#0#18'BorderSpacing.Lef'
|
+'ft'#2#6#6'Height'#2#17#3'Top'#3#190#0#5'Width'#3#165#0#18'BorderSpacing.Lef'
|
||||||
+'t'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#25'MarkupWordNoTimerCheckBox'
|
+'t'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#25'MarkupWordNoTimerCheckBox'
|
||||||
+#8'TabOrder'#2#8#0#0#242#2#24#9'TCheckBox'#14'MarkupWordTrim'#22'AnchorSideL'
|
+#8'TabOrder'#2#8#0#0#242#2#24#9'TCheckBox'#14'MarkupWordTrim'#22'AnchorSideL'
|
||||||
+'eft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#19'MarkupWordNoKeyword'
|
+'eft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#19'MarkupWordNoKeyword'
|
||||||
+#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#230#0#6'Height'#2#19#3'Top'
|
+#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#230#0#6'Height'#2#17#3'Top'
|
||||||
+#3#227#0#5'Width'#2's'#18'BorderSpacing.Left'#3#230#0#17'BorderSpacing.Top'#2
|
+#3#213#0#5'Width'#2'c'#18'BorderSpacing.Left'#3#230#0#17'BorderSpacing.Top'#2
|
||||||
+#6#7'Caption'#6#14'MarkupWordTrim'#8'TabOrder'#2#9#0#0#242#2#25#9'TComboBox'
|
+#6#7'Caption'#6#14'MarkupWordTrim'#8'TabOrder'#2#9#0#0#242#2#25#9'TComboBox'
|
||||||
+#12'BracketCombo'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Con'
|
+#12'BracketCombo'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Con'
|
||||||
+'trol'#7#11'MarkupBevel'#18'AnchorSideTop.Side'#7#9'asrBottom'#24'AnchorSide'
|
+'trol'#7#11'MarkupBevel'#18'AnchorSideTop.Side'#7#9'asrBottom'#24'AnchorSide'
|
||||||
+'Bottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'
|
+'Bottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'
|
||||||
+#2#6#6'Height'#2#23#3'Top'#3'e'#1#5'Width'#3#150#0#18'BorderSpacing.Left'#2#6
|
+#2#6#6'Height'#2#21#3'Top'#3'Q'#1#5'Width'#3#150#0#18'BorderSpacing.Left'#2#6
|
||||||
+#17'BorderSpacing.Top'#2#6#10'ItemHeight'#2#15#8'OnChange'#7#18'BracketCombo'
|
+#17'BorderSpacing.Top'#2#6#10'ItemHeight'#2#13#8'OnChange'#7#18'BracketCombo'
|
||||||
+'Change'#6'OnExit'#7#16'BracketComboExit'#9'OnKeyDown'#7#19'BracketComboKeyD'
|
+'Change'#6'OnExit'#7#16'BracketComboExit'#9'OnKeyDown'#7#19'BracketComboKeyD'
|
||||||
+'own'#5'Style'#7#14'csDropDownList'#8'TabOrder'#2#10#0#0#0
|
+'own'#5'Style'#7#14'csDropDownList'#8'TabOrder'#2#10#0#0#0
|
||||||
]);
|
]);
|
||||||
|
@ -3,19 +3,20 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
Width = 501
|
Width = 501
|
||||||
ClientHeight = 455
|
ClientHeight = 455
|
||||||
ClientWidth = 501
|
ClientWidth = 501
|
||||||
|
TabOrder = 0
|
||||||
Visible = False
|
Visible = False
|
||||||
DesignLeft = 176
|
DesignLeft = 176
|
||||||
DesignTop = 232
|
DesignTop = 232
|
||||||
object MarginAndGutterGroupBox: TGroupBox[0]
|
object MarginAndGutterGroupBox: TGroupBox[0]
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 130
|
Height = 122
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 501
|
Width = 501
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'MarginAndGutterGroupBox'
|
Caption = 'MarginAndGutterGroupBox'
|
||||||
ClientHeight = 112
|
ClientHeight = 104
|
||||||
ClientWidth = 497
|
ClientWidth = 497
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object RightMarginLabel: TLabel
|
object RightMarginLabel: TLabel
|
||||||
@ -23,10 +24,10 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = RightMarginComboBox
|
AnchorSideTop.Control = RightMarginComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 300
|
Left = 288
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 9
|
Top = 9
|
||||||
Width = 95
|
Width = 83
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'RightMarginLabel'
|
Caption = 'RightMarginLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -36,9 +37,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideTop.Control = ShowOnlyLineNumbersMultiplesOfSpinEdit
|
AnchorSideTop.Control = ShowOnlyLineNumbersMultiplesOfSpinEdit
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 85
|
Top = 79
|
||||||
Width = 122
|
Width = 110
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'Every n-th line number'
|
Caption = 'Every n-th line number'
|
||||||
@ -48,10 +49,10 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Control = RightMarginLabel
|
AnchorSideLeft.Control = RightMarginLabel
|
||||||
AnchorSideTop.Control = GutterSeparatorIndexSpinBox
|
AnchorSideTop.Control = GutterSeparatorIndexSpinBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 300
|
Left = 288
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 39
|
Top = 37
|
||||||
Width = 140
|
Width = 133
|
||||||
Caption = 'GutterSeparatorIndexLabel'
|
Caption = 'GutterSeparatorIndexLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
@ -60,10 +61,11 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = RightMarginLabel
|
AnchorSideTop.Control = RightMarginLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 401
|
Cursor = crHandPoint
|
||||||
Height = 16
|
Left = 377
|
||||||
|
Height = 14
|
||||||
Top = 9
|
Top = 9
|
||||||
Width = 118
|
Width = 101
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'RightMarginColorLink'
|
Caption = 'RightMarginColorLink'
|
||||||
Font.Color = clBlue
|
Font.Color = clBlue
|
||||||
@ -77,9 +79,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Control = MarginAndGutterGroupBox
|
AnchorSideLeft.Control = MarginAndGutterGroupBox
|
||||||
AnchorSideTop.Control = MarginAndGutterGroupBox
|
AnchorSideTop.Control = MarginAndGutterGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 172
|
Width = 151
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'VisibleRightMarginCheckBox'
|
Caption = 'VisibleRightMarginCheckBox'
|
||||||
OnChange = GeneralCheckBoxOnChange
|
OnChange = GeneralCheckBoxOnChange
|
||||||
@ -90,9 +92,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideTop.Control = VisibleRightMarginCheckBox
|
AnchorSideTop.Control = VisibleRightMarginCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 31
|
Top = 29
|
||||||
Width = 139
|
Width = 125
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'VisibleGutterCheckBox'
|
Caption = 'VisibleGutterCheckBox'
|
||||||
OnChange = GeneralCheckBoxOnChange
|
OnChange = GeneralCheckBoxOnChange
|
||||||
@ -103,9 +105,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideTop.Control = VisibleGutterCheckBox
|
AnchorSideTop.Control = VisibleGutterCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 56
|
Top = 52
|
||||||
Width = 172
|
Width = 152
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'ShowLineNumbersCheckBox'
|
Caption = 'ShowLineNumbersCheckBox'
|
||||||
OnChange = GeneralCheckBoxOnChange
|
OnChange = GeneralCheckBoxOnChange
|
||||||
@ -116,13 +118,13 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Control = ShowOnlyLineNumbersMultiplesOfSpinEdit
|
AnchorSideLeft.Control = ShowOnlyLineNumbersMultiplesOfSpinEdit
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = MarginAndGutterGroupBox
|
AnchorSideTop.Control = MarginAndGutterGroupBox
|
||||||
Left = 238
|
Left = 226
|
||||||
Height = 23
|
Height = 21
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 56
|
Width = 56
|
||||||
BorderSpacing.Left = 44
|
BorderSpacing.Left = 44
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
ItemHeight = 15
|
ItemHeight = 13
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'80'
|
'80'
|
||||||
'78'
|
'78'
|
||||||
@ -138,9 +140,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = ShowLineNumbersCheckBox
|
AnchorSideTop.Control = ShowLineNumbersCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 134
|
Left = 122
|
||||||
Height = 25
|
Height = 23
|
||||||
Top = 81
|
Top = 75
|
||||||
Width = 54
|
Width = 54
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
MinValue = 1
|
MinValue = 1
|
||||||
@ -152,9 +154,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Control = RightMarginComboBox
|
AnchorSideLeft.Control = RightMarginComboBox
|
||||||
AnchorSideTop.Control = RightMarginComboBox
|
AnchorSideTop.Control = RightMarginComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 238
|
Left = 226
|
||||||
Height = 25
|
Height = 23
|
||||||
Top = 35
|
Top = 33
|
||||||
Width = 56
|
Width = 56
|
||||||
MaxValue = 4
|
MaxValue = 4
|
||||||
MinValue = -1
|
MinValue = -1
|
||||||
@ -165,14 +167,14 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
object EditorFontGroupBox: TGroupBox[1]
|
object EditorFontGroupBox: TGroupBox[1]
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 111
|
Height = 105
|
||||||
Top = 136
|
Top = 128
|
||||||
Width = 501
|
Width = 501
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'EditorFontGroupBox'
|
Caption = 'EditorFontGroupBox'
|
||||||
ClientHeight = 93
|
ClientHeight = 87
|
||||||
ClientWidth = 497
|
ClientWidth = 497
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object EditorFontHeightLabel: TLabel
|
object EditorFontHeightLabel: TLabel
|
||||||
@ -181,9 +183,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideTop.Control = EditorFontHeightComboBox
|
AnchorSideTop.Control = EditorFontHeightComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 112
|
Left = 112
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 38
|
Top = 36
|
||||||
Width = 120
|
Width = 107
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'EditorFontHeightLabel'
|
Caption = 'EditorFontHeightLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -193,10 +195,10 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = ExtraLineSpacingComboBox
|
AnchorSideTop.Control = ExtraLineSpacingComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 364
|
Left = 351
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 38
|
Top = 36
|
||||||
Width = 118
|
Width = 108
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'ExtraLineSpacingLabel'
|
Caption = 'ExtraLineSpacingLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -206,10 +208,10 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = ExtraCharSpacingComboBox
|
AnchorSideTop.Control = ExtraCharSpacingComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 364
|
Left = 351
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 67
|
Top = 63
|
||||||
Width = 121
|
Width = 112
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'ExtraCharSpacingLabel'
|
Caption = 'ExtraCharSpacingLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -219,13 +221,13 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideTop.Control = EditorFontGroupBox
|
AnchorSideTop.Control = EditorFontGroupBox
|
||||||
AnchorSideRight.Control = EditorFontButton
|
AnchorSideRight.Control = EditorFontButton
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 21
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 460
|
Width = 460
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
ItemHeight = 15
|
ItemHeight = 13
|
||||||
OnEditingDone = EditorFontComboBoxEditingDone
|
OnEditingDone = EditorFontComboBoxEditingDone
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Text = 'EditorFontComboBox'
|
Text = 'EditorFontComboBox'
|
||||||
@ -237,7 +239,7 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideBottom.Control = EditorFontComboBox
|
AnchorSideBottom.Control = EditorFontComboBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 466
|
Left = 466
|
||||||
Height = 23
|
Height = 21
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 25
|
Width = 25
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
@ -251,11 +253,11 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideTop.Control = EditorFontComboBox
|
AnchorSideTop.Control = EditorFontComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 21
|
||||||
Top = 35
|
Top = 33
|
||||||
Width = 100
|
Width = 100
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
ItemHeight = 15
|
ItemHeight = 13
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'10'
|
'10'
|
||||||
'11'
|
'11'
|
||||||
@ -277,13 +279,13 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = EditorFontComboBox
|
AnchorSideTop.Control = EditorFontComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 258
|
Left = 245
|
||||||
Height = 23
|
Height = 21
|
||||||
Top = 35
|
Top = 33
|
||||||
Width = 100
|
Width = 100
|
||||||
BorderSpacing.Left = 20
|
BorderSpacing.Left = 20
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
ItemHeight = 15
|
ItemHeight = 13
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'0'
|
'0'
|
||||||
'1'
|
'1'
|
||||||
@ -298,12 +300,12 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Control = ExtraLineSpacingComboBox
|
AnchorSideLeft.Control = ExtraLineSpacingComboBox
|
||||||
AnchorSideTop.Control = ExtraLineSpacingComboBox
|
AnchorSideTop.Control = ExtraLineSpacingComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 258
|
Left = 245
|
||||||
Height = 23
|
Height = 21
|
||||||
Top = 64
|
Top = 60
|
||||||
Width = 100
|
Width = 100
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
ItemHeight = 15
|
ItemHeight = 13
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'0'
|
'0'
|
||||||
'1'
|
'1'
|
||||||
@ -319,9 +321,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideTop.Control = EditorFontHeightComboBox
|
AnchorSideTop.Control = EditorFontHeightComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 21
|
||||||
Top = 64
|
Top = 60
|
||||||
Width = 172
|
Width = 153
|
||||||
Anchors = [akTop, akLeft, akBottom]
|
Anchors = [akTop, akLeft, akBottom]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'DisableAntialiasingCheckBox'
|
Caption = 'DisableAntialiasingCheckBox'
|
||||||
@ -333,8 +335,8 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 202
|
Height = 216
|
||||||
Top = 253
|
Top = 239
|
||||||
Width = 501
|
Width = 501
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -346,6 +348,7 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
ParentFont = False
|
ParentFont = False
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
BookMarkOptions.Xoffset = 30
|
BookMarkOptions.Xoffset = 30
|
||||||
|
BookMarkOptions.OnChange = nil
|
||||||
Gutter.Width = 59
|
Gutter.Width = 59
|
||||||
Gutter.MouseActions = <
|
Gutter.MouseActions = <
|
||||||
item
|
item
|
||||||
|
@ -3,133 +3,134 @@
|
|||||||
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#199#1#5'Width'#3#245#1#12'ClientHeight'#3#199#1#11'ClientWidth'#3#245
|
+'ght'#3#199#1#5'Width'#3#245#1#12'ClientHeight'#3#199#1#11'ClientWidth'#3#245
|
||||||
+#1#7'Visible'#8#10'DesignLeft'#3#176#0#9'DesignTop'#3#232#0#0#242#2#0#9'TGro'
|
+#1#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3#176#0#9'DesignTop'#3#232#0#0
|
||||||
+'upBox'#23'MarginAndGutterGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
+#242#2#0#9'TGroupBox'#23'MarginAndGutterGroupBox'#20'AnchorSideRight.Side'#7
|
||||||
+'Left'#2#0#6'Height'#3#130#0#3'Top'#2#0#5'Width'#3#245#1#5'Align'#7#5'alTop'
|
+#9'asrBottom'#4'Left'#2#0#6'Height'#2'z'#3'Top'#2#0#5'Width'#3#245#1#5'Align'
|
||||||
+#8'AutoSize'#9#7'Caption'#6#23'MarginAndGutterGroupBox'#12'ClientHeight'#2'p'
|
+#7#5'alTop'#8'AutoSize'#9#7'Caption'#6#23'MarginAndGutterGroupBox'#12'Client'
|
||||||
+#11'ClientWidth'#3#241#1#8'TabOrder'#2#0#0#6'TLabel'#16'RightMarginLabel'#22
|
+'Height'#2'h'#11'ClientWidth'#3#241#1#8'TabOrder'#2#0#0#6'TLabel'#16'RightMa'
|
||||||
+'AnchorSideLeft.Control'#7#19'RightMarginComboBox'#19'AnchorSideLeft.Side'#7
|
+'rginLabel'#22'AnchorSideLeft.Control'#7#19'RightMarginComboBox'#19'AnchorSi'
|
||||||
+#9'asrBottom'#21'AnchorSideTop.Control'#7#19'RightMarginComboBox'#18'AnchorS'
|
+'deLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19'RightMarginCombo'
|
||||||
+'ideTop.Side'#7#9'asrCenter'#4'Left'#3','#1#6'Height'#2#16#3'Top'#2#9#5'Widt'
|
+'Box'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3' '#1#6'Height'#2#14#3
|
||||||
+'h'#2'_'#18'BorderSpacing.Left'#2#6#7'Caption'#6#16'RightMarginLabel'#11'Par'
|
+'Top'#2#9#5'Width'#2'S'#18'BorderSpacing.Left'#2#6#7'Caption'#6#16'RightMarg'
|
||||||
+'entColor'#8#0#0#6'TLabel#ShowOnlyLineNumbersMultiplesOfLabel'#22'AnchorSide'
|
+'inLabel'#11'ParentColor'#8#0#0#6'TLabel#ShowOnlyLineNumbersMultiplesOfLabel'
|
||||||
+'Left.Control'#7#23'MarginAndGutterGroupBox'#21'AnchorSideTop.Control'#7'&Sh'
|
+#22'AnchorSideLeft.Control'#7#23'MarginAndGutterGroupBox'#21'AnchorSideTop.C'
|
||||||
+'owOnlyLineNumbersMultiplesOfSpinEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'
|
+'ontrol'#7'&ShowOnlyLineNumbersMultiplesOfSpinEdit'#18'AnchorSideTop.Side'#7
|
||||||
+#4'Left'#2#6#6'Height'#2#16#3'Top'#2'U'#5'Width'#2'z'#18'BorderSpacing.Left'
|
+#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'O'#5'Width'#2'n'#18'Border'
|
||||||
+#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#22'Every n-th line number'#11'Pa'
|
+'Spacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#22'Every n-th line'
|
||||||
+'rentColor'#8#0#0#6'TLabel'#25'GutterSeparatorIndexLabel'#22'AnchorSideLeft.'
|
+' number'#11'ParentColor'#8#0#0#6'TLabel'#25'GutterSeparatorIndexLabel'#22'A'
|
||||||
+'Control'#7#16'RightMarginLabel'#21'AnchorSideTop.Control'#7#27'GutterSepara'
|
+'nchorSideLeft.Control'#7#16'RightMarginLabel'#21'AnchorSideTop.Control'#7#27
|
||||||
+'torIndexSpinBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3','#1#6'Hei'
|
+'GutterSeparatorIndexSpinBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3
|
||||||
+'ght'#2#16#3'Top'#2''''#5'Width'#3#140#0#7'Caption'#6#25'GutterSeparatorInde'
|
+' '#1#6'Height'#2#14#3'Top'#2'%'#5'Width'#3#133#0#7'Caption'#6#25'GutterSepa'
|
||||||
+'xLabel'#11'ParentColor'#8#0#0#6'TLabel'#20'RightMarginColorLink'#22'AnchorS'
|
+'ratorIndexLabel'#11'ParentColor'#8#0#0#6'TLabel'#20'RightMarginColorLink'#22
|
||||||
+'ideLeft.Control'#7#16'RightMarginLabel'#19'AnchorSideLeft.Side'#7#9'asrBott'
|
+'AnchorSideLeft.Control'#7#16'RightMarginLabel'#19'AnchorSideLeft.Side'#7#9
|
||||||
+'om'#21'AnchorSideTop.Control'#7#16'RightMarginLabel'#18'AnchorSideTop.Side'
|
+'asrBottom'#21'AnchorSideTop.Control'#7#16'RightMarginLabel'#18'AnchorSideTo'
|
||||||
+#7#9'asrCenter'#4'Left'#3#145#1#6'Height'#2#16#3'Top'#2#9#5'Width'#2'v'#18'B'
|
+'p.Side'#7#9'asrCenter'#6'Cursor'#7#11'crHandPoint'#4'Left'#3'y'#1#6'Height'
|
||||||
+'orderSpacing.Left'#2#6#7'Caption'#6#20'RightMarginColorLink'#10'Font.Color'
|
+#2#14#3'Top'#2#9#5'Width'#2'e'#18'BorderSpacing.Left'#2#6#7'Caption'#6#20'Ri'
|
||||||
+#7#6'clBlue'#11'ParentColor'#8#10'ParentFont'#8#7'OnClick'#7#25'RightMarginC'
|
+'ghtMarginColorLink'#10'Font.Color'#7#6'clBlue'#11'ParentColor'#8#10'ParentF'
|
||||||
+'olorLinkClick'#12'OnMouseEnter'#7#30'RightMarginColorLinkMouseEnter'#12'OnM'
|
+'ont'#8#7'OnClick'#7#25'RightMarginColorLinkClick'#12'OnMouseEnter'#7#30'Rig'
|
||||||
+'ouseLeave'#7#30'RightMarginColorLinkMouseLeave'#0#0#9'TCheckBox'#26'Visible'
|
+'htMarginColorLinkMouseEnter'#12'OnMouseLeave'#7#30'RightMarginColorLinkMous'
|
||||||
+'RightMarginCheckBox'#22'AnchorSideLeft.Control'#7#23'MarginAndGutterGroupBo'
|
+'eLeave'#0#0#9'TCheckBox'#26'VisibleRightMarginCheckBox'#22'AnchorSideLeft.C'
|
||||||
+'x'#21'AnchorSideTop.Control'#7#23'MarginAndGutterGroupBox'#4'Left'#2#6#6'He'
|
+'ontrol'#7#23'MarginAndGutterGroupBox'#21'AnchorSideTop.Control'#7#23'Margin'
|
||||||
+'ight'#2#19#3'Top'#2#6#5'Width'#3#172#0#20'BorderSpacing.Around'#2#6#7'Capti'
|
+'AndGutterGroupBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#3#151#0#20
|
||||||
+'on'#6#26'VisibleRightMarginCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChan'
|
+'BorderSpacing.Around'#2#6#7'Caption'#6#26'VisibleRightMarginCheckBox'#8'OnC'
|
||||||
+'ge'#8'TabOrder'#2#0#0#0#9'TCheckBox'#21'VisibleGutterCheckBox'#22'AnchorSid'
|
+'hange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#21'Vi'
|
||||||
+'eLeft.Control'#7#23'MarginAndGutterGroupBox'#21'AnchorSideTop.Control'#7#26
|
+'sibleGutterCheckBox'#22'AnchorSideLeft.Control'#7#23'MarginAndGutterGroupBo'
|
||||||
+'VisibleRightMarginCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2
|
+'x'#21'AnchorSideTop.Control'#7#26'VisibleRightMarginCheckBox'#18'AnchorSide'
|
||||||
+#6#6'Height'#2#19#3'Top'#2#31#5'Width'#3#139#0#20'BorderSpacing.Around'#2#6#7
|
+'Top.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#29#5'Width'#2
|
||||||
+'Caption'#6#21'VisibleGutterCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChan'
|
+'}'#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'VisibleGutterCheckBox'#8'On'
|
||||||
+'ge'#8'TabOrder'#2#1#0#0#9'TCheckBox'#23'ShowLineNumbersCheckBox'#22'AnchorS'
|
+'Change'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#23'S'
|
||||||
+'ideLeft.Control'#7#23'MarginAndGutterGroupBox'#21'AnchorSideTop.Control'#7
|
+'howLineNumbersCheckBox'#22'AnchorSideLeft.Control'#7#23'MarginAndGutterGrou'
|
||||||
+#21'VisibleGutterCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6
|
+'pBox'#21'AnchorSideTop.Control'#7#21'VisibleGutterCheckBox'#18'AnchorSideTo'
|
||||||
+#6'Height'#2#19#3'Top'#2'8'#5'Width'#3#172#0#20'BorderSpacing.Around'#2#6#7
|
+'p.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'4'#5'Width'#3#152
|
||||||
+'Caption'#6#23'ShowLineNumbersCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnCh'
|
+#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'ShowLineNumbersCheckBox'#8'O'
|
||||||
+'ange'#7'OnClick'#7#28'ShowLineNumbersCheckBoxClick'#8'TabOrder'#2#2#0#0#9'T'
|
+'nChange'#7#23'GeneralCheckBoxOnChange'#7'OnClick'#7#28'ShowLineNumbersCheck'
|
||||||
+'ComboBox'#19'RightMarginComboBox'#22'AnchorSideLeft.Control'#7'&ShowOnlyLin'
|
+'BoxClick'#8'TabOrder'#2#2#0#0#9'TComboBox'#19'RightMarginComboBox'#22'Ancho'
|
||||||
+'eNumbersMultiplesOfSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anch'
|
+'rSideLeft.Control'#7'&ShowOnlyLineNumbersMultiplesOfSpinEdit'#19'AnchorSide'
|
||||||
+'orSideTop.Control'#7#23'MarginAndGutterGroupBox'#4'Left'#3#238#0#6'Height'#2
|
+'Left.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#23'MarginAndGutterGro'
|
||||||
+#23#3'Top'#2#6#5'Width'#2'8'#18'BorderSpacing.Left'#2','#20'BorderSpacing.Ar'
|
+'upBox'#4'Left'#3#226#0#6'Height'#2#21#3'Top'#2#6#5'Width'#2'8'#18'BorderSpa'
|
||||||
+'ound'#2#6#10'ItemHeight'#2#15#13'Items.Strings'#1#6#2'80'#6#2'78'#6#2'76'#0
|
+'cing.Left'#2','#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#13#13'Items.S'
|
||||||
+#8'OnChange'#7#16'ComboboxOnChange'#6'OnExit'#7#14'ComboboxOnExit'#9'OnKeyDo'
|
+'trings'#1#6#2'80'#6#2'78'#6#2'76'#0#8'OnChange'#7#16'ComboboxOnChange'#6'On'
|
||||||
+'wn'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#9'TSpinEdit&ShowOnlyLineNum'
|
+'Exit'#7#14'ComboboxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'
|
||||||
+'bersMultiplesOfSpinEdit'#22'AnchorSideLeft.Control'#7'#ShowOnlyLineNumbersM'
|
+#2#3#0#0#9'TSpinEdit&ShowOnlyLineNumbersMultiplesOfSpinEdit'#22'AnchorSideLe'
|
||||||
+'ultiplesOfLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Co'
|
+'ft.Control'#7'#ShowOnlyLineNumbersMultiplesOfLabel'#19'AnchorSideLeft.Side'
|
||||||
+'ntrol'#7#23'ShowLineNumbersCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
+#7#9'asrBottom'#21'AnchorSideTop.Control'#7#23'ShowLineNumbersCheckBox'#18'A'
|
||||||
+'Left'#3#134#0#6'Height'#2#25#3'Top'#2'Q'#5'Width'#2'6'#20'BorderSpacing.Aro'
|
+'nchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'z'#6'Height'#2#23#3'Top'#2'K'#5
|
||||||
+'und'#2#6#8'MinValue'#2#1#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrd'
|
+'Width'#2'6'#20'BorderSpacing.Around'#2#6#8'MinValue'#2#1#8'OnChange'#7#23'G'
|
||||||
+'er'#2#4#5'Value'#2#1#0#0#9'TSpinEdit'#27'GutterSeparatorIndexSpinBox'#22'An'
|
+'eneralCheckBoxOnChange'#8'TabOrder'#2#4#5'Value'#2#1#0#0#9'TSpinEdit'#27'Gu'
|
||||||
+'chorSideLeft.Control'#7#19'RightMarginComboBox'#21'AnchorSideTop.Control'#7
|
+'tterSeparatorIndexSpinBox'#22'AnchorSideLeft.Control'#7#19'RightMarginCombo'
|
||||||
+#19'RightMarginComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#238
|
+'Box'#21'AnchorSideTop.Control'#7#19'RightMarginComboBox'#18'AnchorSideTop.S'
|
||||||
+#0#6'Height'#2#25#3'Top'#2'#'#5'Width'#2'8'#8'MaxValue'#2#4#8'MinValue'#2#255
|
+'ide'#7#9'asrBottom'#4'Left'#3#226#0#6'Height'#2#23#3'Top'#2'!'#5'Width'#2'8'
|
||||||
+#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#5#0#0#0#242#2#1#9'T'
|
+#8'MaxValue'#2#4#8'MinValue'#2#255#8'OnChange'#7#23'GeneralCheckBoxOnChange'
|
||||||
+'GroupBox'#18'EditorFontGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
+#8'TabOrder'#2#5#0#0#0#242#2#1#9'TGroupBox'#18'EditorFontGroupBox'#20'Anchor'
|
||||||
+'Left'#2#0#6'Height'#2'o'#3'Top'#3#136#0#5'Width'#3#245#1#5'Align'#7#5'alTop'
|
+'SideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2'i'#3'Top'#3#128#0#5
|
||||||
+#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#7'Caption'#6#18'EditorFontGroupBox'
|
+'Width'#3#245#1#5'Align'#7#5'alTop'#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#7
|
||||||
+#12'ClientHeight'#2']'#11'ClientWidth'#3#241#1#8'TabOrder'#2#1#0#6'TLabel'#21
|
+'Caption'#6#18'EditorFontGroupBox'#12'ClientHeight'#2'W'#11'ClientWidth'#3
|
||||||
,'EditorFontHeightLabel'#22'AnchorSideLeft.Control'#7#24'EditorFontHeightComb'
|
,#241#1#8'TabOrder'#2#1#0#6'TLabel'#21'EditorFontHeightLabel'#22'AnchorSideLe'
|
||||||
+'oBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24
|
+'ft.Control'#7#24'EditorFontHeightComboBox'#19'AnchorSideLeft.Side'#7#9'asrB'
|
||||||
+'EditorFontHeightComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'p'
|
+'ottom'#21'AnchorSideTop.Control'#7#24'EditorFontHeightComboBox'#18'AnchorSi'
|
||||||
+#6'Height'#2#16#3'Top'#2'&'#5'Width'#2'x'#20'BorderSpacing.Around'#2#6#7'Cap'
|
+'deTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#14#3'Top'#2'$'#5'Width'
|
||||||
+'tion'#6#21'EditorFontHeightLabel'#11'ParentColor'#8#0#0#6'TLabel'#21'ExtraL'
|
+#2'k'#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'EditorFontHeightLabel'#11
|
||||||
+'ineSpacingLabel'#22'AnchorSideLeft.Control'#7#24'ExtraLineSpacingComboBox'
|
+'ParentColor'#8#0#0#6'TLabel'#21'ExtraLineSpacingLabel'#22'AnchorSideLeft.Co'
|
||||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'Extra'
|
+'ntrol'#7#24'ExtraLineSpacingComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||||
+'LineSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3'l'#1#6
|
+#21'AnchorSideTop.Control'#7#24'ExtraLineSpacingComboBox'#18'AnchorSideTop.S'
|
||||||
+'Height'#2#16#3'Top'#2'&'#5'Width'#2'v'#20'BorderSpacing.Around'#2#6#7'Capti'
|
+'ide'#7#9'asrCenter'#4'Left'#3'_'#1#6'Height'#2#14#3'Top'#2'$'#5'Width'#2'l'
|
||||||
+'on'#6#21'ExtraLineSpacingLabel'#11'ParentColor'#8#0#0#6'TLabel'#21'ExtraCha'
|
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'ExtraLineSpacingLabel'#11'Pare'
|
||||||
+'rSpacingLabel'#22'AnchorSideLeft.Control'#7#24'ExtraCharSpacingComboBox'#19
|
+'ntColor'#8#0#0#6'TLabel'#21'ExtraCharSpacingLabel'#22'AnchorSideLeft.Contro'
|
||||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'ExtraCha'
|
+'l'#7#24'ExtraCharSpacingComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
||||||
+'rSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3'l'#1#6'He'
|
+'AnchorSideTop.Control'#7#24'ExtraCharSpacingComboBox'#18'AnchorSideTop.Side'
|
||||||
+'ight'#2#16#3'Top'#2'C'#5'Width'#2'y'#20'BorderSpacing.Around'#2#6#7'Caption'
|
+#7#9'asrCenter'#4'Left'#3'_'#1#6'Height'#2#14#3'Top'#2'?'#5'Width'#2'p'#20'B'
|
||||||
+#6#21'ExtraCharSpacingLabel'#11'ParentColor'#8#0#0#9'TComboBox'#18'EditorFon'
|
+'orderSpacing.Around'#2#6#7'Caption'#6#21'ExtraCharSpacingLabel'#11'ParentCo'
|
||||||
+'tComboBox'#22'AnchorSideLeft.Control'#7#18'EditorFontGroupBox'#21'AnchorSid'
|
+'lor'#8#0#0#9'TComboBox'#18'EditorFontComboBox'#22'AnchorSideLeft.Control'#7
|
||||||
+'eTop.Control'#7#18'EditorFontGroupBox'#23'AnchorSideRight.Control'#7#16'Edi'
|
+#18'EditorFontGroupBox'#21'AnchorSideTop.Control'#7#18'EditorFontGroupBox'#23
|
||||||
+'torFontButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Width'#3#204#1#7'Anc'
|
+'AnchorSideRight.Control'#7#16'EditorFontButton'#4'Left'#2#6#6'Height'#2#21#3
|
||||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'Bord'
|
+'Top'#2#6#5'Width'#3#204#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18
|
||||||
+'erSpacing.Top'#2#6#10'ItemHeight'#2#15#13'OnEditingDone'#7#29'EditorFontCom'
|
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#10'ItemHeight'#2#13#13'On'
|
||||||
+'boBoxEditingDone'#8'TabOrder'#2#0#4'Text'#6#18'EditorFontComboBox'#0#0#7'TB'
|
+'EditingDone'#7#29'EditorFontComboBoxEditingDone'#8'TabOrder'#2#0#4'Text'#6
|
||||||
+'utton'#16'EditorFontButton'#21'AnchorSideTop.Control'#7#18'EditorFontComboB'
|
+#18'EditorFontComboBox'#0#0#7'TButton'#16'EditorFontButton'#21'AnchorSideTop'
|
||||||
+'ox'#23'AnchorSideRight.Control'#7#18'EditorFontGroupBox'#20'AnchorSideRight'
|
+'.Control'#7#18'EditorFontComboBox'#23'AnchorSideRight.Control'#7#18'EditorF'
|
||||||
+'.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#18'EditorFontComboBox'
|
+'ontGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Co'
|
||||||
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#210#1#6'Height'#2#23#3'T'
|
+'ntrol'#7#18'EditorFontComboBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4
|
||||||
+'op'#2#6#5'Width'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#19'Bo'
|
+'Left'#3#210#1#6'Height'#2#21#3'Top'#2#6#5'Width'#2#25#7'Anchors'#11#5'akTop'
|
||||||
+'rderSpacing.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#21'EditorFontButton'
|
+#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#7
|
||||||
+'Click'#8'TabOrder'#2#1#0#0#9'TComboBox'#24'EditorFontHeightComboBox'#22'Anc'
|
+'OnClick'#7#21'EditorFontButtonClick'#8'TabOrder'#2#1#0#0#9'TComboBox'#24'Ed'
|
||||||
+'horSideLeft.Control'#7#18'EditorFontGroupBox'#21'AnchorSideTop.Control'#7#18
|
+'itorFontHeightComboBox'#22'AnchorSideLeft.Control'#7#18'EditorFontGroupBox'
|
||||||
+'EditorFontComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Hei'
|
+#21'AnchorSideTop.Control'#7#18'EditorFontComboBox'#18'AnchorSideTop.Side'#7
|
||||||
+'ght'#2#23#3'Top'#2'#'#5'Width'#2'd'#20'BorderSpacing.Around'#2#6#10'ItemHei'
|
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'!'#5'Width'#2'd'#20'Border'
|
||||||
+'ght'#2#15#13'Items.Strings'#1#6#2'10'#6#2'11'#6#2'12'#6#2'13'#6#2'14'#6#2'1'
|
+'Spacing.Around'#2#6#10'ItemHeight'#2#13#13'Items.Strings'#1#6#2'10'#6#2'11'
|
||||||
+'5'#6#2'16'#6#2'17'#6#2'18'#0#8'OnChange'#7#16'ComboboxOnChange'#6'OnExit'#7
|
+#6#2'12'#6#2'13'#6#2'14'#6#2'15'#6#2'16'#6#2'17'#6#2'18'#0#8'OnChange'#7#16
|
||||||
+#14'ComboboxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0
|
+'ComboboxOnChange'#6'OnExit'#7#14'ComboboxOnExit'#9'OnKeyDown'#7#17'ComboBox'
|
||||||
+#9'TComboBox'#24'ExtraLineSpacingComboBox'#22'AnchorSideLeft.Control'#7#21'E'
|
+'OnKeyDown'#8'TabOrder'#2#2#0#0#9'TComboBox'#24'ExtraLineSpacingComboBox'#22
|
||||||
+'ditorFontHeightLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT'
|
+'AnchorSideLeft.Control'#7#21'EditorFontHeightLabel'#19'AnchorSideLeft.Side'
|
||||||
+'op.Control'#7#18'EditorFontComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
+#7#9'asrBottom'#21'AnchorSideTop.Control'#7#18'EditorFontComboBox'#18'Anchor'
|
||||||
+'Left'#3#2#1#6'Height'#2#23#3'Top'#2'#'#5'Width'#2'd'#18'BorderSpacing.Left'
|
+'SideTop.Side'#7#9'asrBottom'#4'Left'#3#245#0#6'Height'#2#21#3'Top'#2'!'#5'W'
|
||||||
+#2#20#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#15#13'Items.Strings'#1#6
|
+'idth'#2'd'#18'BorderSpacing.Left'#2#20#20'BorderSpacing.Around'#2#6#10'Item'
|
||||||
+#1'0'#6#1'1'#6#1'2'#0#8'OnChange'#7#16'ComboboxOnChange'#6'OnExit'#7#14'Comb'
|
+'Height'#2#13#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#8'OnChange'#7#16'Co'
|
||||||
+'oboxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#4#0#0#9'TCom'
|
+'mboboxOnChange'#6'OnExit'#7#14'ComboboxOnExit'#9'OnKeyDown'#7#17'ComboBoxOn'
|
||||||
+'boBox'#24'ExtraCharSpacingComboBox'#22'AnchorSideLeft.Control'#7#24'ExtraLi'
|
+'KeyDown'#8'TabOrder'#2#4#0#0#9'TComboBox'#24'ExtraCharSpacingComboBox'#22'A'
|
||||||
+'neSpacingComboBox'#21'AnchorSideTop.Control'#7#24'ExtraLineSpacingComboBox'
|
+'nchorSideLeft.Control'#7#24'ExtraLineSpacingComboBox'#21'AnchorSideTop.Cont'
|
||||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#2#1#6'Height'#2#23#3'Top'#2
|
+'rol'#7#24'ExtraLineSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||||
+'@'#5'Width'#2'd'#20'BorderSpacing.Bottom'#2#6#10'ItemHeight'#2#15#13'Items.'
|
+'Left'#3#245#0#6'Height'#2#21#3'Top'#2'<'#5'Width'#2'd'#20'BorderSpacing.Bot'
|
||||||
+'Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#8'OnChange'#7#16'ComboboxOnChange'#6'OnEx'
|
+'tom'#2#6#10'ItemHeight'#2#13#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#8'O'
|
||||||
+'it'#7#14'ComboboxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2
|
+'nChange'#7#16'ComboboxOnChange'#6'OnExit'#7#14'ComboboxOnExit'#9'OnKeyDown'
|
||||||
+#3#0#0#9'TCheckBox'#27'DisableAntialiasingCheckBox'#22'AnchorSideLeft.Contro'
|
+#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#9'TCheckBox'#27'DisableAntialia'
|
||||||
+'l'#7#18'EditorFontGroupBox'#21'AnchorSideTop.Control'#7#24'EditorFontHeight'
|
+'singCheckBox'#22'AnchorSideLeft.Control'#7#18'EditorFontGroupBox'#21'Anchor'
|
||||||
+'ComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3
|
+'SideTop.Control'#7#24'EditorFontHeightComboBox'#18'AnchorSideTop.Side'#7#9
|
||||||
+'Top'#2'@'#5'Width'#3#172#0#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20
|
+'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'<'#5'Width'#3#153#0#7'Anchor'
|
||||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#27'DisableAntialiasingCheckBox'#8'On'
|
+'s'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||||
+'Change'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#5#0#0#0#242#2#2#8'TSynE'
|
+'on'#6#27'DisableAntialiasingCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnCha'
|
||||||
+'dit'#14'DisplayPreview'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSi'
|
+'nge'#8'TabOrder'#2#5#0#0#0#242#2#2#8'TSynEdit'#14'DisplayPreview'#20'Anchor'
|
||||||
+'deBottom.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#202#0#3'Top'#3#253#0#5
|
+'SideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'L'
|
||||||
+'Width'#3#245#1#5'Align'#7#8'alClient'#17'BorderSpacing.Top'#2#6#11'Font.Hei'
|
+'eft'#2#0#6'Height'#3#216#0#3'Top'#3#239#0#5'Width'#3#245#1#5'Align'#7#8'alC'
|
||||||
+'ght'#2#240#9'Font.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#12'Font.Qu'
|
+'lient'#17'BorderSpacing.Top'#2#6#11'Font.Height'#2#240#9'Font.Name'#6#7'cou'
|
||||||
+'ality'#7#16'fqNonAntialiased'#11'ParentColor'#8#10'ParentFont'#8#8'TabOrder'
|
+'rier'#10'Font.Pitch'#7#7'fpFixed'#12'Font.Quality'#7#16'fqNonAntialiased'#11
|
||||||
+#2#2#23'BookMarkOptions.Xoffset'#2#30#12'Gutter.Width'#2';'#19'Gutter.MouseA'
|
+'ParentColor'#8#10'ParentFont'#8#8'TabOrder'#2#2#23'BookMarkOptions.Xoffset'
|
||||||
|
+#2#30#24'BookMarkOptions.OnChange'#13#12'Gutter.Width'#2';'#19'Gutter.MouseA'
|
||||||
+'ctions'#14#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7#6'mbLeft'#10'Click'
|
+'ctions'#14#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7#6'mbLeft'#10'Click'
|
||||||
+'Count'#7#5'ccAny'#8'ClickDir'#7#6'cdDown'#7'Command'#2#13#9'MoveCaret'#8#6
|
+'Count'#7#5'ccAny'#8'ClickDir'#7#6'cdDown'#7'Command'#2#13#9'MoveCaret'#8#6
|
||||||
+'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7
|
+'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7
|
||||||
+#7'mbRight'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#4'cdUp'#7'Command'#2
|
+#7'mbRight'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#4'cdUp'#7'Command'#2
|
||||||
+#12#9'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#0#10'Keystrokes'#14#1#7'C'
|
,#12#9'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#0#10'Keystrokes'#14#1#7'C'
|
||||||
,'ommand'#7#4'ecUp'#8'ShortCut'#2'&'#0#1#7'Command'#7#7'ecSelUp'#8'ShortCut'#3
|
+'ommand'#7#4'ecUp'#8'ShortCut'#2'&'#0#1#7'Command'#7#7'ecSelUp'#8'ShortCut'#3
|
||||||
+'& '#0#1#7'Command'#7#10'ecScrollUp'#8'ShortCut'#3'&@'#0#1#7'Command'#7#6'ec'
|
+'& '#0#1#7'Command'#7#10'ecScrollUp'#8'ShortCut'#3'&@'#0#1#7'Command'#7#6'ec'
|
||||||
+'Down'#8'ShortCut'#2'('#0#1#7'Command'#7#9'ecSelDown'#8'ShortCut'#3'( '#0#1#7
|
+'Down'#8'ShortCut'#2'('#0#1#7'Command'#7#9'ecSelDown'#8'ShortCut'#3'( '#0#1#7
|
||||||
+'Command'#7#12'ecScrollDown'#8'ShortCut'#3'(@'#0#1#7'Command'#7#6'ecLeft'#8
|
+'Command'#7#12'ecScrollDown'#8'ShortCut'#3'(@'#0#1#7'Command'#7#6'ecLeft'#8
|
||||||
@ -192,8 +193,8 @@ LazarusResources.Add('TEditorDisplayOptionsFrame','FORMDATA',[
|
|||||||
+'on'#7#6'mbLeft'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#6'cdDown'#7'Comm'
|
+'on'#7#6'mbLeft'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#6'cdDown'#7'Comm'
|
||||||
+'and'#2#3#9'MoveCaret'#9#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#7'ssS'
|
+'and'#2#3#9'MoveCaret'#9#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#7'ssS'
|
||||||
+'hift'#5'ssAlt'#0#9'ShiftMask'#11#7'ssShift'#5'ssAlt'#0#6'Button'#7#6'mbLeft'
|
+'hift'#5'ssAlt'#0#9'ShiftMask'#11#7'ssShift'#5'ssAlt'#0#6'Button'#7#6'mbLeft'
|
||||||
+#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#6'cdDown'#7'Command'#2#3#9'MoveC'
|
,#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#6'cdDown'#7'Command'#2#3#9'MoveC'
|
||||||
,'aret'#9#6'Option'#2#1#8'Priority'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#0#6
|
+'aret'#9#6'Option'#2#1#8'Priority'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#0#6
|
||||||
+'Button'#7#7'mbRight'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#4'cdUp'#7'C'
|
+'Button'#7#7'mbRight'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#4'cdUp'#7'C'
|
||||||
+'ommand'#2#12#9'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#0
|
+'ommand'#2#12#9'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#0
|
||||||
+#9'ShiftMask'#11#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#8'ccDouble'#8'Clic'
|
+#9'ShiftMask'#11#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#8'ccDouble'#8'Clic'
|
||||||
|
Loading…
Reference in New Issue
Block a user