mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 19:40:20 +02:00
EditorOptions: layout/wording improved
git-svn-id: trunk@21134 -
This commit is contained in:
parent
774e6fca79
commit
9e26c121f4
@ -3,7 +3,6 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
Width = 496
|
||||
ClientHeight = 465
|
||||
ClientWidth = 496
|
||||
TabOrder = 0
|
||||
Visible = False
|
||||
DesignLeft = 398
|
||||
DesignTop = 291
|
||||
@ -12,13 +11,14 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 369
|
||||
Height = 18
|
||||
Top = 192
|
||||
Width = 127
|
||||
Left = 384
|
||||
Height = 16
|
||||
Top = 177
|
||||
Width = 106
|
||||
Alignment = taRightJustify
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 2
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'AutoDelayMaxLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -26,10 +26,11 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = AutoDelayTrackBar
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 18
|
||||
Top = 192
|
||||
Width = 123
|
||||
Left = 6
|
||||
Height = 16
|
||||
Top = 177
|
||||
Width = 105
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 2
|
||||
Caption = 'AutoDelayMinLabel'
|
||||
ParentColor = False
|
||||
@ -38,10 +39,11 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = AutoDelayTrackBar
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 18
|
||||
Top = 214
|
||||
Width = 101
|
||||
Left = 6
|
||||
Height = 16
|
||||
Top = 199
|
||||
Width = 84
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 24
|
||||
Caption = 'AutoDelayLabel'
|
||||
ParentColor = False
|
||||
@ -50,10 +52,11 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = MarkupWordTimeTrackBar
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 18
|
||||
Top = 402
|
||||
Width = 171
|
||||
Left = 6
|
||||
Height = 16
|
||||
Top = 385
|
||||
Width = 149
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 2
|
||||
Caption = 'MarkupWordDelayMinLabel'
|
||||
ParentColor = False
|
||||
@ -63,13 +66,14 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 321
|
||||
Height = 18
|
||||
Top = 402
|
||||
Width = 175
|
||||
Left = 340
|
||||
Height = 16
|
||||
Top = 385
|
||||
Width = 150
|
||||
Alignment = taRightJustify
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 2
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'MarkupWordDelayMaxLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -77,10 +81,11 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = MarkupWordTimeTrackBar
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 18
|
||||
Top = 424
|
||||
Width = 149
|
||||
Left = 6
|
||||
Height = 16
|
||||
Top = 407
|
||||
Width = 128
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 24
|
||||
Caption = 'MarkupWordDelayLabel'
|
||||
ParentColor = False
|
||||
@ -91,10 +96,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = MarkupWordFullCheckBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = MarkupWordFullLenSpin
|
||||
Left = 215
|
||||
Height = 18
|
||||
Top = 278
|
||||
Width = 156
|
||||
Left = 197
|
||||
Height = 16
|
||||
Top = 269
|
||||
Width = 137
|
||||
BorderSpacing.Left = 30
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordFullLenLabel'
|
||||
@ -102,16 +107,16 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
end
|
||||
object MarkupWordBevel: TBevel[7]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = AutoDelayLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideTop.Control = MarkupWordGroupLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Left = 0
|
||||
Height = 4
|
||||
Top = 238
|
||||
Width = 484
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
Top = 227
|
||||
Width = 60
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
end
|
||||
object ToolTipBevel: TBevel[8]
|
||||
AnchorSideLeft.Control = Owner
|
||||
@ -119,166 +124,212 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Left = 0
|
||||
Height = 4
|
||||
Top = 112
|
||||
Width = 484
|
||||
Top = 100
|
||||
Width = 496
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
end
|
||||
object AutoIdentifierCompletionCheckBox: TCheckBox[9]
|
||||
object MarkupWordGroupLabel: TLabel[9]
|
||||
AnchorSideLeft.Control = MarkupWordBevel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = AutoDelayLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 66
|
||||
Height = 16
|
||||
Top = 221
|
||||
Width = 139
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordGroupLabel'
|
||||
Font.Style = [fsBold]
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
end
|
||||
object MarkupWordBevel1: TBevel[10]
|
||||
AnchorSideLeft.Control = MarkupWordGroupLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = MarkupWordGroupLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 211
|
||||
Height = 4
|
||||
Top = 227
|
||||
Width = 285
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
end
|
||||
object AutoIdentifierCompletionCheckBox: TCheckBox[11]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
Left = 0
|
||||
Height = 22
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 245
|
||||
Width = 208
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'AutoIdentifierCompletionCheckBox'
|
||||
TabOrder = 0
|
||||
end
|
||||
object AutoRemoveEmptyMethodsOnSave: TCheckBox[10]
|
||||
object AutoRemoveEmptyMethodsOnSave: TCheckBox[12]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = AutoIdentifierCompletionCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 28
|
||||
Width = 251
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 25
|
||||
Width = 210
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'AutoRemoveEmptyMethodsOnSave'
|
||||
TabOrder = 1
|
||||
end
|
||||
object AutoToolTipSymbToolsCheckBox: TCheckBox[11]
|
||||
object AutoToolTipSymbToolsCheckBox: TCheckBox[13]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = AutoRemoveEmptyMethodsOnSave
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 56
|
||||
Width = 227
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 50
|
||||
Width = 198
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'AutoToolTipSymbToolsCheckBox'
|
||||
TabOrder = 2
|
||||
end
|
||||
object AutoCompleteBlockCheckBox: TCheckBox[12]
|
||||
object AutoCompleteBlockCheckBox: TCheckBox[14]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = AutoToolTipSymbToolsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 84
|
||||
Width = 213
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 75
|
||||
Width = 179
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'AutoCompleteBlockCheckBox'
|
||||
TabOrder = 3
|
||||
end
|
||||
object AutoToolTipExprEvalCheckBox: TCheckBox[13]
|
||||
object AutoToolTipExprEvalCheckBox: TCheckBox[15]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = ToolTipBevel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 122
|
||||
Width = 213
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 110
|
||||
Width = 182
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'AutoToolTipExprEvalCheckBox'
|
||||
TabOrder = 4
|
||||
end
|
||||
object AutoDelayTrackBar: TTrackBar[14]
|
||||
object AutoDelayTrackBar: TTrackBar[16]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = AutoToolTipExprEvalCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Left = 6
|
||||
Height = 40
|
||||
Top = 150
|
||||
Width = 496
|
||||
Top = 135
|
||||
Width = 484
|
||||
Frequency = 250
|
||||
Max = 4000
|
||||
Min = 500
|
||||
Position = 500
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
TabOrder = 5
|
||||
end
|
||||
object MarkupWordTimeTrackBar: TTrackBar[15]
|
||||
object MarkupWordTimeTrackBar: TTrackBar[17]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = MarkupWordTrim
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Left = 6
|
||||
Height = 40
|
||||
Top = 360
|
||||
Width = 496
|
||||
Top = 343
|
||||
Width = 484
|
||||
Frequency = 250
|
||||
Max = 4000
|
||||
Min = 500
|
||||
Position = 500
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
TabOrder = 6
|
||||
end
|
||||
object MarkupWordFullCheckBox: TCheckBox[16]
|
||||
object MarkupWordFullCheckBox: TCheckBox[18]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = MarkupWordNoTimerCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 276
|
||||
Width = 185
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 268
|
||||
Width = 161
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordFullCheckBox'
|
||||
TabOrder = 7
|
||||
end
|
||||
object MarkupWordNoKeyword: TCheckBox[17]
|
||||
object MarkupWordNoKeyword: TCheckBox[19]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = MarkupWordFullCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 304
|
||||
Width = 172
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 293
|
||||
Width = 152
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordNoKeyword'
|
||||
TabOrder = 8
|
||||
end
|
||||
object MarkupWordFullLenSpin: TSpinEdit[18]
|
||||
object MarkupWordFullLenSpin: TSpinEdit[20]
|
||||
AnchorSideLeft.Control = MarkupWordFullLenLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = MarkupWordFullLenLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 377
|
||||
Height = 27
|
||||
Top = 274
|
||||
Left = 340
|
||||
Height = 25
|
||||
Top = 265
|
||||
Width = 48
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
TabOrder = 9
|
||||
end
|
||||
object MarkupWordNoTimerCheckBox: TCheckBox[19]
|
||||
object MarkupWordNoTimerCheckBox: TCheckBox[21]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = MarkupWordBevel
|
||||
AnchorSideTop.Control = MarkupWordGroupLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 248
|
||||
Width = 219
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 243
|
||||
Width = 189
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordNoTimerCheckBox'
|
||||
TabOrder = 10
|
||||
end
|
||||
object MarkupWordTrim: TCheckBox[20]
|
||||
AnchorSideLeft.Control = MarkupWordNoTimerCheckBox
|
||||
object MarkupWordTrim: TCheckBox[22]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = MarkupWordNoKeyword
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 332
|
||||
Width = 128
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 318
|
||||
Width = 115
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordTrim'
|
||||
TabOrder = 11
|
||||
|
@ -3,106 +3,125 @@
|
||||
LazarusResources.Add('TEditorCodetoolsOptionsFrame','FORMDATA',[
|
||||
'TPF0'#241#28'TEditorCodetoolsOptionsFrame'#27'EditorCodetoolsOptionsFrame'#6
|
||||
+'Height'#3#209#1#5'Width'#3#240#1#12'ClientHeight'#3#209#1#11'ClientWidth'#3
|
||||
+#240#1#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3#142#1#9'DesignTop'#3'#'
|
||||
+#1#0#242#2#0#6'TLabel'#17'AutoDelayMaxLabel'#21'AnchorSideTop.Control'#7#17
|
||||
+'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight'
|
||||
+'.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'q'#1
|
||||
+#6'Height'#2#18#3'Top'#3#192#0#5'Width'#2''#9'Alignment'#7#14'taRightJustif'
|
||||
+'y'#7'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'
|
||||
+#6#17'AutoDelayMaxLabel'#11'ParentColor'#8#0#0#242#2#1#6'TLabel'#17'AutoDela'
|
||||
+'yMinLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7
|
||||
+#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'H'
|
||||
+'eight'#2#18#3'Top'#3#192#0#5'Width'#2'{'#17'BorderSpacing.Top'#2#2#7'Captio'
|
||||
+'n'#6#17'AutoDelayMinLabel'#11'ParentColor'#8#0#0#242#2#2#6'TLabel'#14'AutoD'
|
||||
+'elayLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7
|
||||
+#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'H'
|
||||
+'eight'#2#18#3'Top'#3#214#0#5'Width'#2'e'#17'BorderSpacing.Top'#2#24#7'Capti'
|
||||
+'on'#6#14'AutoDelayLabel'#11'ParentColor'#8#0#0#242#2#3#6'TLabel'#18'MarkupW'
|
||||
+'ordMinLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'
|
||||
+#7#22'MarkupWordTimeTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2
|
||||
+#0#6'Height'#2#18#3'Top'#3#146#1#5'Width'#3#171#0#17'BorderSpacing.Top'#2#2#7
|
||||
+'Caption'#6#23'MarkupWordDelayMinLabel'#11'ParentColor'#8#0#0#242#2#4#6'TLab'
|
||||
+'el'#18'MarkupWordMaxLabel'#21'AnchorSideTop.Control'#7#22'MarkupWordTimeTra'
|
||||
+'ckBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5
|
||||
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'A'#1#6'Height'#2#18
|
||||
+#3'Top'#3#146#1#5'Width'#3#175#0#9'Alignment'#7#14'taRightJustify'#7'Anchors'
|
||||
+#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#23'MarkupWo'
|
||||
+'rdDelayMaxLabel'#11'ParentColor'#8#0#0#242#2#5#6'TLabel'#20'MarkupWordDelay'
|
||||
+'Label'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#22
|
||||
+'MarkupWordTimeTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6
|
||||
+'Height'#2#18#3'Top'#3#168#1#5'Width'#3#149#0#17'BorderSpacing.Top'#2#24#7'C'
|
||||
+'aption'#6#20'MarkupWordDelayLabel'#11'ParentColor'#8#0#0#242#2#6#6'TLabel'
|
||||
+#22'MarkupWordFullLenLabel'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullCh'
|
||||
+'eckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
||||
+#22'MarkupWordFullCheckBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorS'
|
||||
+'ideRight.Control'#7#21'MarkupWordFullLenSpin'#4'Left'#3#215#0#6'Height'#2#18
|
||||
+#3'Top'#3#22#1#5'Width'#3#156#0#18'BorderSpacing.Left'#2#30#17'BorderSpacing'
|
||||
+'.Top'#2#6#7'Caption'#6#22'MarkupWordFullLenLabel'#11'ParentColor'#8#0#0#242
|
||||
+#2#7#6'TBevel'#15'MarkupWordBevel'#22'AnchorSideLeft.Control'#7#5'Owner'#21
|
||||
+'AnchorSideTop.Control'#7#14'AutoDelayLabel'#18'AnchorSideTop.Side'#7#9'asrB'
|
||||
+'ottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#4#3'Top'#3#238#0#5'Width'#3#228#1#7'Anch'
|
||||
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#0#0#242
|
||||
+#2#8#6'TBevel'#12'ToolTipBevel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'Anc'
|
||||
+'horSideTop.Control'#7#25'AutoCompleteBlockCheckBox'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#4#3'Top'#2'p'#5'Width'#3#228#1#7'Anc'
|
||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#0#0
|
||||
+#242#2#9#9'TCheckBox AutoIdentifierCompletionCheckBox'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#4'Left'#2#0#6'Height'
|
||||
+#2#22#3'Top'#2#0#5'Width'#3#245#0#7'Caption'#6' AutoIdentifierCompletionChec'
|
||||
+'kBox'#8'TabOrder'#2#0#0#0#242#2#10#9'TCheckBox'#28'AutoRemoveEmptyMethodsOn'
|
||||
+'Save'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7' Au'
|
||||
+'toIdentifierCompletionCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#2#0#6'Height'#2#22#3'Top'#2#28#5'Width'#3#251#0#17'BorderSpacing.Top'#2#6
|
||||
+#7'Caption'#6#28'AutoRemoveEmptyMethodsOnSave'#8'TabOrder'#2#1#0#0#242#2#11#9
|
||||
+'TCheckBox'#28'AutoToolTipSymbToolsCheckBox'#22'AnchorSideLeft.Control'#7#5
|
||||
+'Owner'#21'AnchorSideTop.Control'#7#28'AutoRemoveEmptyMethodsOnSave'#18'Anch'
|
||||
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#2'8'#5'Wid'
|
||||
+'th'#3#227#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#28'AutoToolTipSymbToolsC'
|
||||
+'heckBox'#8'TabOrder'#2#2#0#0#242#2#12#9'TCheckBox'#25'AutoCompleteBlockChec'
|
||||
+'kBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#28
|
||||
+'AutoToolTipSymbToolsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#0#6'Height'#2#22#3'Top'#2'T'#5'Width'#3#213#0#17'BorderSpacing.Top'#2#6#7
|
||||
+'Caption'#6#25'AutoCompleteBlockCheckBox'#8'TabOrder'#2#3#0#0#242#2#13#9'TCh'
|
||||
,'eckBox'#27'AutoToolTipExprEvalCheckBox'#22'AnchorSideLeft.Control'#7#5'Owne'
|
||||
+'r'#21'AnchorSideTop.Control'#7#12'ToolTipBevel'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#2'z'#5'Width'#3#213#0#17'Borde'
|
||||
+'rSpacing.Top'#2#6#7'Caption'#6#27'AutoToolTipExprEvalCheckBox'#8'TabOrder'#2
|
||||
+#4#0#0#242#2#14#9'TTrackBar'#17'AutoDelayTrackBar'#22'AnchorSideLeft.Control'
|
||||
+#7#5'Owner'#21'AnchorSideTop.Control'#7#27'AutoToolTipExprEvalCheckBox'#18'A'
|
||||
+'nchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2'('#3'Top'#3#150
|
||||
+#0#5'Width'#3#240#1#9'Frequency'#3#250#0#3'Max'#3#160#15#3'Min'#3#244#1#8'Po'
|
||||
+'sition'#3#244#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpac'
|
||||
+'ing.Top'#2#6#8'TabOrder'#2#5#0#0#242#2#15#9'TTrackBar'#22'MarkupWordTimeTra'
|
||||
+'ckBar'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#14
|
||||
+'MarkupWordTrim'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Co'
|
||||
+'ntrol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Hei'
|
||||
+'ght'#2'('#3'Top'#3'h'#1#5'Width'#3#240#1#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'ak'
|
||||
+'Right'#0#17'BorderSpacing.Top'#2#6#8'TabOrder'#2#6#0#0#242#2#16#9'TCheckBox'
|
||||
+#22'MarkupWordFullCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorS'
|
||||
+'ideTop.Control'#7#25'MarkupWordNoTimerCheckBox'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#3#20#1#5'Width'#3#185#0#17'Bor'
|
||||
+'derSpacing.Top'#2#6#7'Caption'#6#22'MarkupWordFullCheckBox'#8'TabOrder'#2#7
|
||||
+#0#0#242#2#17#9'TCheckBox'#19'MarkupWordNoKeyword'#22'AnchorSideLeft.Control'
|
||||
+#7#5'Owner'#21'AnchorSideTop.Control'#7#22'MarkupWordFullCheckBox'#18'Anchor'
|
||||
+'SideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#3'0'#1#5'Wid'
|
||||
+'th'#3#172#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#19'MarkupWordNoKeyword'#8
|
||||
+'TabOrder'#2#8#0#0#242#2#18#9'TSpinEdit'#21'MarkupWordFullLenSpin'#22'Anchor'
|
||||
+'SideLeft.Control'#7#22'MarkupWordFullLenLabel'#19'AnchorSideLeft.Side'#7#9
|
||||
+'asrBottom'#21'AnchorSideTop.Control'#7#22'MarkupWordFullLenLabel'#18'Anchor'
|
||||
+'SideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#5'Owner'#20'Anch'
|
||||
+'orSideRight.Side'#7#9'asrBottom'#4'Left'#3'y'#1#6'Height'#2#27#3'Top'#3#18#1
|
||||
+#5'Width'#2'0'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#8'TabOrd'
|
||||
+'er'#2#9#0#0#242#2#19#9'TCheckBox'#25'MarkupWordNoTimerCheckBox'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#15'MarkupWordBevel'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#3
|
||||
+#248#0#5'Width'#3#219#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#25'MarkupWord'
|
||||
+'NoTimerCheckBox'#8'TabOrder'#2#10#0#0#242#2#20#9'TCheckBox'#14'MarkupWordTr'
|
||||
+'im'#22'AnchorSideLeft.Control'#7#25'MarkupWordNoTimerCheckBox'#21'AnchorSid'
|
||||
+'eTop.Control'#7#19'MarkupWordNoKeyword'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2#0#6'Height'#2#22#3'Top'#3'L'#1#5'Width'#3#128#0#17'BorderSpaci'
|
||||
+'ng.Top'#2#6#7'Caption'#6#14'MarkupWordTrim'#8'TabOrder'#2#11#0#0#0
|
||||
+#240#1#7'Visible'#8#10'DesignLeft'#3#142#1#9'DesignTop'#3'#'#1#0#242#2#0#6'T'
|
||||
+'Label'#17'AutoDelayMaxLabel'#21'AnchorSideTop.Control'#7#17'AutoDelayTrackB'
|
||||
+'ar'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'O'
|
||||
+'wner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#128#1#6'Height'#2#16
|
||||
+#3'Top'#3#177#0#5'Width'#2'j'#9'Alignment'#7#14'taRightJustify'#7'Anchors'#11
|
||||
+#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#19'BorderSpacing.Right'#2#6
|
||||
+#7'Caption'#6#17'AutoDelayMaxLabel'#11'ParentColor'#8#0#0#242#2#1#6'TLabel'
|
||||
+#17'AutoDelayMinLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTo'
|
||||
+'p.Control'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2#16#3'Top'#3#177#0#5'Width'#2'i'#18'BorderSpacing.Left'
|
||||
+#2#6#17'BorderSpacing.Top'#2#2#7'Caption'#6#17'AutoDelayMinLabel'#11'ParentC'
|
||||
+'olor'#8#0#0#242#2#2#6'TLabel'#14'AutoDelayLabel'#22'AnchorSideLeft.Control'
|
||||
+#7#5'Owner'#21'AnchorSideTop.Control'#7#17'AutoDelayTrackBar'#18'AnchorSideT'
|
||||
+'op.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#16#3'Top'#3#199#0#5'Width'#2
|
||||
+'T'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#24#7'Caption'#6#14'Au'
|
||||
+'toDelayLabel'#11'ParentColor'#8#0#0#242#2#3#6'TLabel'#18'MarkupWordMinLabel'
|
||||
+#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#22'Markup'
|
||||
+'WordTimeTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#16#3'Top'#3#129#1#5'Width'#3#149#0#18'BorderSpacing.Left'#2#6#17'Borde'
|
||||
+'rSpacing.Top'#2#2#7'Caption'#6#23'MarkupWordDelayMinLabel'#11'ParentColor'#8
|
||||
+#0#0#242#2#4#6'TLabel'#18'MarkupWordMaxLabel'#21'AnchorSideTop.Control'#7#22
|
||||
+'MarkupWordTimeTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSide'
|
||||
+'Right.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+'T'#1#6'Height'#2#16#3'Top'#3#129#1#5'Width'#3#150#0#9'Alignment'#7#14'taRig'
|
||||
+'htJustify'#7'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#19
|
||||
+'BorderSpacing.Right'#2#6#7'Caption'#6#23'MarkupWordDelayMaxLabel'#11'Parent'
|
||||
+'Color'#8#0#0#242#2#5#6'TLabel'#20'MarkupWordDelayLabel'#22'AnchorSideLeft.C'
|
||||
+'ontrol'#7#5'Owner'#21'AnchorSideTop.Control'#7#22'MarkupWordTimeTrackBar'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#16#3'Top'#3#151#1
|
||||
+#5'Width'#3#128#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#24#7'Ca'
|
||||
+'ption'#6#20'MarkupWordDelayLabel'#11'ParentColor'#8#0#0#242#2#6#6'TLabel'#22
|
||||
+'MarkupWordFullLenLabel'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullCheck'
|
||||
+'Box'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22
|
||||
+'MarkupWordFullCheckBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSide'
|
||||
+'Right.Control'#7#21'MarkupWordFullLenSpin'#4'Left'#3#197#0#6'Height'#2#16#3
|
||||
+'Top'#3#13#1#5'Width'#3#137#0#18'BorderSpacing.Left'#2#30#17'BorderSpacing.T'
|
||||
+'op'#2#6#7'Caption'#6#22'MarkupWordFullLenLabel'#11'ParentColor'#8#0#0#242#2
|
||||
+#7#6'TBevel'#15'MarkupWordBevel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'An'
|
||||
+'chorSideTop.Control'#7#20'MarkupWordGroupLabel'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrCenter'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#0#6'Height'#2#4#3'Top'#3#227#0#5'Width'#2'<'#17'Bord'
|
||||
+'erSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#0#0#242#2#8#6'TBevel'#12'To'
|
||||
+'olTipBevel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'
|
||||
+#7#25'AutoCompleteBlockCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'An'
|
||||
+'chorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#0#6'Height'#2#4#3'Top'#2'd'#5'Width'#3#240#1#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2
|
||||
+#6#0#0#242#2#9#6'TLabel'#20'MarkupWordGroupLabel'#22'AnchorSideLeft.Control'
|
||||
+#7#15'MarkupWordBevel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT'
|
||||
+'op.Control'#7#14'AutoDelayLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Le'
|
||||
+'ft'#2'B'#6'Height'#2#16#3'Top'#3#221#0#5'Width'#3#139#0#18'BorderSpacing.Le'
|
||||
+'ft'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#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'AnchorSideLeft.Control'#7#20'MarkupWordGrou'
|
||||
+'pLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
||||
+#20'MarkupWordGroupLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSid'
|
||||
+'eRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+#211#0#6'Height'#2#4#3'Top'#3#227#0#5'Width'#3#29#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#9'TCheckBox AutoIdentifierCompletion'
|
||||
+'CheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7
|
||||
+#5'Owner'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#0#5'Width'#3#208#0#18'BorderSp'
|
||||
,'acing.Left'#2#6#7'Caption'#6' AutoIdentifierCompletionCheckBox'#8'TabOrder'
|
||||
+#2#0#0#0#242#2#12#9'TCheckBox'#28'AutoRemoveEmptyMethodsOnSave'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7' AutoIdentifierComple'
|
||||
+'tionCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#19#3'Top'#2#25#5'Width'#3#210#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing'
|
||||
+'.Top'#2#6#7'Caption'#6#28'AutoRemoveEmptyMethodsOnSave'#8'TabOrder'#2#1#0#0
|
||||
+#242#2#13#9'TCheckBox'#28'AutoToolTipSymbToolsCheckBox'#22'AnchorSideLeft.Co'
|
||||
+'ntrol'#7#5'Owner'#21'AnchorSideTop.Control'#7#28'AutoRemoveEmptyMethodsOnSa'
|
||||
+'ve'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'
|
||||
+#2'2'#5'Width'#3#198#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7
|
||||
+'Caption'#6#28'AutoToolTipSymbToolsCheckBox'#8'TabOrder'#2#2#0#0#242#2#14#9
|
||||
+'TCheckBox'#25'AutoCompleteBlockCheckBox'#22'AnchorSideLeft.Control'#7#5'Own'
|
||||
+'er'#21'AnchorSideTop.Control'#7#28'AutoToolTipSymbToolsCheckBox'#18'AnchorS'
|
||||
+'ideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'K'#5'Width'
|
||||
+#3#179#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#25
|
||||
+'AutoCompleteBlockCheckBox'#8'TabOrder'#2#3#0#0#242#2#15#9'TCheckBox'#27'Aut'
|
||||
+'oToolTipExprEvalCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSi'
|
||||
+'deTop.Control'#7#12'ToolTipBevel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'L'
|
||||
+'eft'#2#6#6'Height'#2#19#3'Top'#2'n'#5'Width'#3#182#0#18'BorderSpacing.Left'
|
||||
+#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#27'AutoToolTipExprEvalCheckBox'#8
|
||||
+'TabOrder'#2#4#0#0#242#2#16#9'TTrackBar'#17'AutoDelayTrackBar'#22'AnchorSide'
|
||||
+'Left.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#27'AutoToolTipExprEval'
|
||||
+'CheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'
|
||||
+#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+'('#3'Top'#3#135#0#5'Width'#3#228#1#9'Frequency'#3#250#0#3'Max'#3#160#15#3'M'
|
||||
+'in'#3#244#1#8'Position'#3#244#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||
+#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Rig'
|
||||
+'ht'#2#6#8'TabOrder'#2#5#0#0#242#2#17#9'TTrackBar'#22'MarkupWordTimeTrackBar'
|
||||
+#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#14'Markup'
|
||||
+'WordTrim'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'
|
||||
+#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+'('#3'Top'#3'W'#1#5'Width'#3#228#1#9'Frequency'#3#250#0#3'Max'#3#160#15#3'Mi'
|
||||
+'n'#3#244#1#8'Position'#3#244#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#6#0#0#242#2#18#9'TCheckBox'#22'MarkupWordFullCheckBox'#22
|
||||
+'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#25'MarkupWor'
|
||||
+'dNoTimerCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#19#3'Top'#3#12#1#5'Width'#3#161#0#18'BorderSpacing.Left'#2#6#17'Border'
|
||||
+'Spacing.Top'#2#6#7'Caption'#6#22'MarkupWordFullCheckBox'#8'TabOrder'#2#7#0#0
|
||||
+#242#2#19#9'TCheckBox'#19'MarkupWordNoKeyword'#22'AnchorSideLeft.Control'#7#5
|
||||
+'Owner'#21'AnchorSideTop.Control'#7#22'MarkupWordFullCheckBox'#18'AnchorSide'
|
||||
+'Top.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#3'%'#1#5'Width'#3
|
||||
+#152#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#19
|
||||
+'MarkupWordNoKeyword'#8'TabOrder'#2#8#0#0#242#2#20#9'TSpinEdit'#21'MarkupWor'
|
||||
+'dFullLenSpin'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullLenLabel'#19'An'
|
||||
+'chorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'MarkupWord'
|
||||
+'FullLenLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Cont'
|
||||
+'rol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'T'#1#6'He'
|
||||
+'ight'#2#25#3'Top'#3#9#1#5'Width'#2'0'#18'BorderSpacing.Left'#2#6#17'BorderS'
|
||||
+'pacing.Top'#2#6#8'TabOrder'#2#9#0#0#242#2#21#9'TCheckBox'#25'MarkupWordNoTi'
|
||||
+'merCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'
|
||||
+#7#20'MarkupWordGroupLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#2#19#3'Top'#3#243#0#5'Width'#3#189#0#18'BorderSpacing.Left'#2#6#17
|
||||
+'BorderSpacing.Top'#2#6#7'Caption'#6#25'MarkupWordNoTimerCheckBox'#8'TabOrde'
|
||||
+'r'#2#10#0#0#242#2#22#9'TCheckBox'#14'MarkupWordTrim'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#5'Owner'#21'AnchorSideTop.Control'#7#19'MarkupWordNoKeyword'#18'Anch'
|
||||
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#3'>'#1#5'W'
|
||||
+'idth'#2's'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6
|
||||
+#14'MarkupWordTrim'#8'TabOrder'#2#11#0#0#0
|
||||
]);
|
||||
|
@ -39,6 +39,8 @@ type
|
||||
AutoDelayTrackBar: TTrackBar;
|
||||
AutoIdentifierCompletionCheckBox: TCheckBox;
|
||||
AutoToolTipExprEvalCheckBox: TCheckBox;
|
||||
MarkupWordBevel1: TBevel;
|
||||
MarkupWordGroupLabel: TLabel;
|
||||
MarkupWordBevel: TBevel;
|
||||
ToolTipBevel: TBevel;
|
||||
MarkupWordDelayLabel: TLabel;
|
||||
@ -84,6 +86,7 @@ begin
|
||||
AutoDelayMinLabel.Caption := '0.5 ' + DlgTimeSecondUnit;
|
||||
AutoDelayMaxLabel.Caption := '4.0 ' + dlgTimeSecondUnit;
|
||||
|
||||
MarkupWordGroupLabel.Caption := dlgMarkupGroup;
|
||||
MarkupWordFullCheckBox.Caption := dlgMarkupWordFull;
|
||||
MarkupWordDelayLabel.Caption := dlgEdDelay;
|
||||
MarkupWordMinLabel.Caption := '0.5 ' + DlgTimeSecondUnit;;
|
||||
|
@ -1287,10 +1287,11 @@ resourcestring
|
||||
dlgEdCompleteBlocks = 'Complete blocks';
|
||||
dlgTooltipEval = 'Tooltip expression evaluation';
|
||||
dlgTooltipTools = 'Tooltip symbol Tools';
|
||||
dlgMarkupGroup = 'Word under Caret Highlight';
|
||||
dlgMarkupWordFull = 'Current Word match word boundaries';
|
||||
dlgMarkupWordFullLen = 'Only if shorter than';
|
||||
dlgMarkupWordFullLen = 'Ignore bounds for words longer than';
|
||||
dlgMarkupWordNoKeyword = 'Ignore Keywords';
|
||||
dlgMarkupWordTrim = 'Trim Spaces';
|
||||
dlgMarkupWordTrim = 'Trim Spaces (when highlighting current selection)';
|
||||
dlgMarkupWordNoTimer = 'Disable Timer for Markup Current Word';
|
||||
dlgAutoRemoveEmptyMethods = 'Auto remove empty methods';
|
||||
dlgEdDelay = 'Delay';
|
||||
|
Loading…
Reference in New Issue
Block a user