mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 02:18:03 +02:00
ide: increase braket highlight option combo width
git-svn-id: trunk@21257 -
This commit is contained in:
parent
ad8b1561b5
commit
b4f163a636
@ -3,18 +3,19 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
Width = 537
|
||||
ClientHeight = 501
|
||||
ClientWidth = 537
|
||||
TabOrder = 0
|
||||
Visible = False
|
||||
DesignLeft = 348
|
||||
DesignTop = 299
|
||||
DesignTop = 245
|
||||
object AutoDelayMaxLabel: TLabel[0]
|
||||
AnchorSideTop.Control = AutoDelayTrackBar
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 425
|
||||
Height = 16
|
||||
Top = 177
|
||||
Width = 106
|
||||
Left = 399
|
||||
Height = 18
|
||||
Top = 192
|
||||
Width = 132
|
||||
Alignment = taRightJustify
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 2
|
||||
@ -27,9 +28,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = AutoDelayTrackBar
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 16
|
||||
Top = 177
|
||||
Width = 105
|
||||
Height = 18
|
||||
Top = 192
|
||||
Width = 128
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 2
|
||||
Caption = 'AutoDelayMinLabel'
|
||||
@ -40,10 +41,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = AutoDelayMinLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 117
|
||||
Height = 16
|
||||
Top = 177
|
||||
Width = 84
|
||||
Left = 140
|
||||
Height = 18
|
||||
Top = 192
|
||||
Width = 104
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 24
|
||||
Caption = 'AutoDelayLabel'
|
||||
@ -54,9 +55,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = MarkupWordTimeTrackBar
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 16
|
||||
Top = 365
|
||||
Width = 149
|
||||
Height = 18
|
||||
Top = 395
|
||||
Width = 180
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 2
|
||||
Caption = 'MarkupWordDelayMinLabel'
|
||||
@ -67,10 +68,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 381
|
||||
Height = 16
|
||||
Top = 365
|
||||
Width = 150
|
||||
Left = 347
|
||||
Height = 18
|
||||
Top = 395
|
||||
Width = 184
|
||||
Alignment = taRightJustify
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 2
|
||||
@ -83,10 +84,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = MarkupWordMinLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 161
|
||||
Height = 16
|
||||
Top = 365
|
||||
Width = 128
|
||||
Left = 192
|
||||
Height = 18
|
||||
Top = 395
|
||||
Width = 156
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 24
|
||||
Caption = 'MarkupWordDelayLabel'
|
||||
@ -98,9 +99,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = MarkupWordFullLenSpin
|
||||
Left = 6
|
||||
Height = 16
|
||||
Top = 271
|
||||
Width = 137
|
||||
Height = 18
|
||||
Top = 296
|
||||
Width = 164
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordFullLenLabel'
|
||||
@ -114,7 +115,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 4
|
||||
Top = 205
|
||||
Top = 223
|
||||
Width = 60
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
@ -127,7 +128,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 4
|
||||
Top = 100
|
||||
Top = 112
|
||||
Width = 537
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
@ -139,9 +140,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = AutoDelayLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 66
|
||||
Height = 16
|
||||
Top = 199
|
||||
Width = 139
|
||||
Height = 18
|
||||
Top = 216
|
||||
Width = 187
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordGroupLabel'
|
||||
@ -156,10 +157,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 211
|
||||
Left = 259
|
||||
Height = 4
|
||||
Top = 205
|
||||
Width = 326
|
||||
Top = 223
|
||||
Width = 278
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
@ -173,7 +174,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 4
|
||||
Top = 387
|
||||
Top = 419
|
||||
Width = 537
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
@ -184,10 +185,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = BracketCombo
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 112
|
||||
Height = 16
|
||||
Top = 400
|
||||
Width = 68
|
||||
Left = 162
|
||||
Height = 18
|
||||
Top = 435
|
||||
Width = 86
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'BracketLabel'
|
||||
ParentColor = False
|
||||
@ -197,10 +198,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = BracketLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 186
|
||||
Height = 16
|
||||
Top = 400
|
||||
Width = 62
|
||||
Left = 254
|
||||
Height = 18
|
||||
Top = 435
|
||||
Width = 78
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'BracketLink'
|
||||
Font.Color = clBlue
|
||||
@ -215,10 +216,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = MarkupWordNoTimerCheckBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 201
|
||||
Height = 16
|
||||
Top = 222
|
||||
Width = 62
|
||||
Left = 239
|
||||
Height = 18
|
||||
Top = 242
|
||||
Width = 78
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'BracketLink'
|
||||
Font.Color = clBlue
|
||||
@ -232,9 +233,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
Left = 6
|
||||
Height = 19
|
||||
Height = 22
|
||||
Top = 0
|
||||
Width = 208
|
||||
Width = 252
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'AutoIdentifierCompletionCheckBox'
|
||||
TabOrder = 0
|
||||
@ -244,9 +245,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = AutoIdentifierCompletionCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 25
|
||||
Width = 210
|
||||
Height = 22
|
||||
Top = 28
|
||||
Width = 255
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'AutoRemoveEmptyMethodsOnSave'
|
||||
@ -257,9 +258,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = AutoRemoveEmptyMethodsOnSave
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 50
|
||||
Width = 198
|
||||
Height = 22
|
||||
Top = 56
|
||||
Width = 235
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'AutoToolTipSymbToolsCheckBox'
|
||||
@ -270,9 +271,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = AutoToolTipSymbToolsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 75
|
||||
Width = 179
|
||||
Height = 22
|
||||
Top = 84
|
||||
Width = 218
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'AutoCompleteBlockCheckBox'
|
||||
@ -283,9 +284,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = ToolTipBevel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 110
|
||||
Width = 182
|
||||
Height = 22
|
||||
Top = 122
|
||||
Width = 222
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'AutoToolTipExprEvalCheckBox'
|
||||
@ -299,7 +300,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 40
|
||||
Top = 135
|
||||
Top = 150
|
||||
Width = 525
|
||||
Frequency = 250
|
||||
Max = 4000
|
||||
@ -319,7 +320,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 40
|
||||
Top = 323
|
||||
Top = 353
|
||||
Width = 525
|
||||
Frequency = 250
|
||||
Max = 4000
|
||||
@ -336,9 +337,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = MarkupWordNoTimerCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 246
|
||||
Width = 161
|
||||
Height = 22
|
||||
Top = 268
|
||||
Width = 194
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordFullCheckBox'
|
||||
@ -349,9 +350,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = MarkupWordTrim
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 298
|
||||
Width = 152
|
||||
Height = 22
|
||||
Top = 325
|
||||
Width = 180
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordNoKeyword'
|
||||
@ -364,9 +365,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 149
|
||||
Height = 25
|
||||
Top = 267
|
||||
Left = 176
|
||||
Height = 27
|
||||
Top = 292
|
||||
Width = 48
|
||||
BorderSpacing.Left = 6
|
||||
TabOrder = 9
|
||||
@ -376,9 +377,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = MarkupWordGroupLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 221
|
||||
Width = 189
|
||||
Height = 22
|
||||
Top = 240
|
||||
Width = 227
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordNoTimerCheckBox'
|
||||
@ -389,9 +390,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = MarkupWordFullLenSpin
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 230
|
||||
Height = 19
|
||||
Top = 298
|
||||
Width = 115
|
||||
Height = 22
|
||||
Top = 325
|
||||
Width = 134
|
||||
BorderSpacing.Left = 230
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordTrim'
|
||||
@ -404,12 +405,12 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 397
|
||||
Width = 100
|
||||
Height = 31
|
||||
Top = 429
|
||||
Width = 150
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
ItemHeight = 15
|
||||
ItemHeight = 0
|
||||
OnChange = BracketComboChange
|
||||
OnExit = BracketComboExit
|
||||
OnKeyDown = BracketComboKeyDown
|
||||
|
@ -3,156 +3,157 @@
|
||||
LazarusResources.Add('TEditorCodetoolsOptionsFrame','FORMDATA',[
|
||||
'TPF0'#241#28'TEditorCodetoolsOptionsFrame'#27'EditorCodetoolsOptionsFrame'#6
|
||||
+'Height'#3#245#1#5'Width'#3#25#2#12'ClientHeight'#3#245#1#11'ClientWidth'#3
|
||||
+#25#2#7'Visible'#8#10'DesignLeft'#3'\'#1#9'DesignTop'#3'+'#1#0#242#2#0#6'TLa'
|
||||
+'bel'#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#169#1#6'Height'#2#16#3'To'
|
||||
+'p'#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'AnchorSideTop.C'
|
||||
+'ontrol'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#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'ParentCol'
|
||||
+'or'#8#0#0#242#2#2#6'TLabel'#14'AutoDelayLabel'#22'AnchorSideLeft.Control'#7
|
||||
+#17'AutoDelayMinLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT'
|
||||
+'op.Control'#7#17'AutoDelayMinLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4
|
||||
+'Left'#2'u'#6'Height'#2#16#3'Top'#3#177#0#5'Width'#2'T'#18'BorderSpacing.Lef'
|
||||
+'t'#2#6#17'BorderSpacing.Top'#2#24#7'Caption'#6#14'AutoDelayLabel'#11'Parent'
|
||||
+'Color'#8#0#0#242#2#3#6'TLabel'#18'MarkupWordMinLabel'#22'AnchorSideLeft.Con'
|
||||
+'trol'#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'm'#1
|
||||
+#5'Width'#3#149#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#2#7'Cap'
|
||||
+'tion'#6#23'MarkupWordDelayMinLabel'#11'ParentColor'#8#0#0#242#2#4#6'TLabel'
|
||||
+#18'MarkupWordMaxLabel'#21'AnchorSideTop.Control'#7#22'MarkupWordTimeTrackBa'
|
||||
+'r'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Ow'
|
||||
+'ner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'}'#1#6'Height'#2#16#3
|
||||
+'Top'#3'm'#1#5'Width'#3#150#0#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#23'MarkupWordDelayMaxLabel'#11'ParentColor'#8#0#0#242#2#5#6'TL'
|
||||
+'abel'#20'MarkupWordDelayLabel'#22'AnchorSideLeft.Control'#7#18'MarkupWordMi'
|
||||
+'nLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
||||
+#18'MarkupWordMinLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#161#0
|
||||
+#6'Height'#2#16#3'Top'#3'm'#1#5'Width'#3#128#0#18'BorderSpacing.Left'#2#6#17
|
||||
+'BorderSpacing.Top'#2#24#7'Caption'#6#20'MarkupWordDelayLabel'#11'ParentColo'
|
||||
+'r'#8#0#0#242#2#6#6'TLabel'#22'MarkupWordFullLenLabel'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#5'Owner'#21'AnchorSideTop.Control'#7#22'MarkupWordFullCheckBox'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#21'MarkupW'
|
||||
+'ordFullLenSpin'#4'Left'#2#6#6'Height'#2#16#3'Top'#3#15#1#5'Width'#3#137#0#18
|
||||
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#22'MarkupWor'
|
||||
+'dFullLenLabel'#11'ParentColor'#8#0#0#242#2#7#6'TBevel'#15'MarkupWordBevel'
|
||||
+#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#20'Markup'
|
||||
+'WordGroupLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Co'
|
||||
+'ntrol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Hei'
|
||||
+'ght'#2#4#3'Top'#3#205#0#5'Width'#2'<'#17'BorderSpacing.Top'#2#6#20'BorderSp'
|
||||
+'acing.Bottom'#2#6#0#0#242#2#8#6'TBevel'#12'ToolTipBevel'#22'AnchorSideLeft.'
|
||||
+'Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#25'AutoCompleteBlockCheckBo'
|
||||
+'x'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Ow'
|
||||
+#25#2#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3'\'#1#9'DesignTop'#3#245#0
|
||||
+#0#242#2#0#6'TLabel'#17'AutoDelayMaxLabel'#21'AnchorSideTop.Control'#7#17'Au'
|
||||
+'toDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.C'
|
||||
+'ontrol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#143#1#6
|
||||
+'Height'#2#18#3'Top'#3#192#0#5'Width'#3#132#0#9'Alignment'#7#14'taRightJusti'
|
||||
+'fy'#7'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#19'Border'
|
||||
+'Spacing.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'Owne'
|
||||
+'r'#21'AnchorSideTop.Control'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#18#3'Top'#3#192#0#5'Width'#3#128#0#18
|
||||
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#2#7'Caption'#6#17'AutoDelay'
|
||||
+'MinLabel'#11'ParentColor'#8#0#0#242#2#2#6'TLabel'#14'AutoDelayLabel'#22'Anc'
|
||||
+'horSideLeft.Control'#7#17'AutoDelayMinLabel'#19'AnchorSideLeft.Side'#7#9'as'
|
||||
+'rBottom'#21'AnchorSideTop.Control'#7#17'AutoDelayMinLabel'#18'AnchorSideTop'
|
||||
+'.Side'#7#9'asrCenter'#4'Left'#3#140#0#6'Height'#2#18#3'Top'#3#192#0#5'Width'
|
||||
+#2'h'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#24#7'Caption'#6#14
|
||||
+'AutoDelayLabel'#11'ParentColor'#8#0#0#242#2#3#6'TLabel'#18'MarkupWordMinLab'
|
||||
+'el'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#22'Ma'
|
||||
+'rkupWordTimeTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'H'
|
||||
+'eight'#2#18#3'Top'#3#139#1#5'Width'#3#180#0#18'BorderSpacing.Left'#2#6#17'B'
|
||||
+'orderSpacing.Top'#2#2#7'Caption'#6#23'MarkupWordDelayMinLabel'#11'ParentCol'
|
||||
+'or'#8#0#0#242#2#4#6'TLabel'#18'MarkupWordMaxLabel'#21'AnchorSideTop.Control'
|
||||
+#7#22'MarkupWordTimeTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Ancho'
|
||||
+'rSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Le'
|
||||
+'ft'#3'['#1#6'Height'#2#18#3'Top'#3#139#1#5'Width'#3#184#0#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#23'MarkupWordDelayMaxLabel'#11'P'
|
||||
+'arentColor'#8#0#0#242#2#5#6'TLabel'#20'MarkupWordDelayLabel'#22'AnchorSideL'
|
||||
+'eft.Control'#7#18'MarkupWordMinLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideTop.Control'#7#18'MarkupWordMinLabel'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrCenter'#4'Left'#3#192#0#6'Height'#2#18#3'Top'#3#139#1#5'Width'#3#156#0
|
||||
+#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#24#7'Caption'#6#20'Marku'
|
||||
+'pWordDelayLabel'#11'ParentColor'#8#0#0#242#2#6#6'TLabel'#22'MarkupWordFullL'
|
||||
+'enLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7
|
||||
+#22'MarkupWordFullCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorS'
|
||||
+'ideRight.Control'#7#21'MarkupWordFullLenSpin'#4'Left'#2#6#6'Height'#2#18#3
|
||||
+'Top'#3'('#1#5'Width'#3#164#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.To'
|
||||
+'p'#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'Anch'
|
||||
+'orSideTop.Control'#7#20'MarkupWordGroupLabel'#18'AnchorSideTop.Side'#7#9'as'
|
||||
+'rCenter'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#0#6'Height'#2#4#3'Top'#3#223#0#5'Width'#2'<'#17'Border'
|
||||
+'Spacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#0#0#242#2#8#6'TBevel'#12'Tool'
|
||||
+'TipBevel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7
|
||||
+#25'AutoCompleteBlockCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anch'
|
||||
+'orSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'L'
|
||||
+'eft'#2#0#6'Height'#2#4#3'Top'#2'p'#5'Width'#3#25#2#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'AnchorSideTop'
|
||||
+'.Control'#7#14'AutoDelayLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2'B'#6'Height'#2#18#3'Top'#3#216#0#5'Width'#3#187#0#18'BorderSpacing.Left'#2
|
||||
+#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#20'MarkupWordGroupLabel'#10'Font.S'
|
||||
+'tyle'#11#6'fsBold'#0#11'ParentColor'#8#10'ParentFont'#8#0#0#242#2#10#6'TBev'
|
||||
+'el'#16'MarkupWordBevel1'#22'AnchorSideLeft.Control'#7#20'MarkupWordGroupLab'
|
||||
+'el'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#20'M'
|
||||
+'arkupWordGroupLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRig'
|
||||
+'ht.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#3#1
|
||||
+#6'Height'#2#4#3'Top'#3#223#0#5'Width'#3#22#1#7'Anchors'#11#5'akTop'#6'akLef'
|
||||
+'t'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#20'Bor'
|
||||
+'derSpacing.Bottom'#2#6#0#0#242#2#11#6'TBevel'#11'MarkupBevel'#22'AnchorSide'
|
||||
+'Left.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#20'MarkupWordDelayLabe'
|
||||
,'l'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Ow'
|
||||
+'ner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#4#3'To'
|
||||
+'p'#2'd'#5'Width'#3#25#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'Bo'
|
||||
+'rderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#0#0#242#2#9#6'TLabel'#20
|
||||
+'MarkupWordGroupLabel'#22'AnchorSideLeft.Control'#7#15'MarkupWordBevel'#19'A'
|
||||
+'nchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#14'AutoDelay'
|
||||
+'Label'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'B'#6'Height'#2#16#3
|
||||
+'Top'#3#199#0#5'Width'#3#139#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.T'
|
||||
+'op'#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'MarkupWordBeve'
|
||||
+'l1'#22'AnchorSideLeft.Control'#7#20'MarkupWordGroupLabel'#19'AnchorSideLeft'
|
||||
+'.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#20'MarkupWordGroupLabel'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#5'Owner'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#211#0#6'Height'#2#4#3'Top'
|
||||
+#3#205#0#5'Width'#3'F'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'Bo'
|
||||
+'rderSpacing.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'AnchorSideTop.Control'#7#20'MarkupWordDelayLabel'#18'AnchorSideTop.Side'
|
||||
,#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#4#3'Top'#3#131#1#5'Width'#3#25#2
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#20
|
||||
+'BorderSpacing.Bottom'#2#6#0#0#242#2#12#6'TLabel'#12'BracketLabel'#22'Anchor'
|
||||
+'SideLeft.Control'#7#12'BracketCombo'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideTop.Control'#7#12'BracketCombo'#18'AnchorSideTop.Side'#7#9'asr'
|
||||
+'Center'#4'Left'#2'p'#6'Height'#2#16#3'Top'#3#144#1#5'Width'#2'D'#20'BorderS'
|
||||
+'pacing.Around'#2#6#7'Caption'#6#12'BracketLabel'#11'ParentColor'#8#0#0#242#2
|
||||
+#13#6'TLabel'#11'BracketLink'#22'AnchorSideLeft.Control'#7#12'BracketLabel'
|
||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#12'Brack'
|
||||
+'etLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#186#0#6'Height'#2
|
||||
+#16#3'Top'#3#144#1#5'Width'#2'>'#20'BorderSpacing.Around'#2#6#7'Caption'#6#11
|
||||
+'BracketLink'#10'Font.Color'#7#6'clBlue'#11'ParentColor'#8#10'ParentFont'#8#7
|
||||
+'OnClick'#7#16'BracketLinkClick'#12'OnMouseEnter'#7#21'BracketLinkMouseEnter'
|
||||
+#12'OnMouseLeave'#7#21'BracketLinkMouseLeave'#0#0#242#2#14#6'TLabel'#15'Mark'
|
||||
+'upColorLink'#22'AnchorSideLeft.Control'#7#25'MarkupWordNoTimerCheckBox'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#25'MarkupWo'
|
||||
+'rdNoTimerCheckBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#201#0#6
|
||||
+'Height'#2#16#3'Top'#3#222#0#5'Width'#2'>'#18'BorderSpacing.Left'#2#6#7'Capt'
|
||||
+'ion'#6#11'BracketLink'#10'Font.Color'#7#6'clBlue'#11'ParentColor'#8#10'Pare'
|
||||
+'ntFont'#8#7'OnClick'#7#20'MarkupColorLinkClick'#12'OnMouseEnter'#7#21'Brack'
|
||||
+'etLinkMouseEnter'#12'OnMouseLeave'#7#21'BracketLinkMouseLeave'#0#0#242#2#15
|
||||
+#9'TCheckBox AutoIdentifierCompletionCheckBox'#22'AnchorSideLeft.Control'#7#5
|
||||
+'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#4'Left'#2#6#6'Height'#2#19#3'To'
|
||||
+'p'#2#0#5'Width'#3#208#0#18'BorderSpacing.Left'#2#6#7'Caption'#6' AutoIdenti'
|
||||
+'fierCompletionCheckBox'#8'TabOrder'#2#0#0#0#242#2#16#9'TCheckBox'#28'AutoRe'
|
||||
+'moveEmptyMethodsOnSave'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSide'
|
||||
+'Top.Control'#7' AutoIdentifierCompletionCheckBox'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#25#5'Width'#3#210#0#18'Borde'
|
||||
+'rSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#28'AutoRemoveEmpt'
|
||||
+'yMethodsOnSave'#8'TabOrder'#2#1#0#0#242#2#17#9'TCheckBox'#28'AutoToolTipSym'
|
||||
+'bToolsCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Cont'
|
||||
+'rol'#7#28'AutoRemoveEmptyMethodsOnSave'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#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'AutoToolTipSymbToolsCh'
|
||||
+'eckBox'#8'TabOrder'#2#2#0#0#242#2#18#9'TCheckBox'#25'AutoCompleteBlockCheck'
|
||||
+'Box'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#28'A'
|
||||
+'utoToolTipSymbToolsCheckBox'#18'AnchorSideTop.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'TabOrde'
|
||||
+'r'#2#3#0#0#242#2#19#9'TCheckBox'#27'AutoToolTipExprEvalCheckBox'#22'AnchorS'
|
||||
+'ideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#12'ToolTipBevel'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#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'Capti'
|
||||
+'on'#6#27'AutoToolTipExprEvalCheckBox'#8'TabOrder'#2#4#0#0#242#2#20#9'TTrack'
|
||||
+'Bar'#17'AutoDelayTrackBar'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorS'
|
||||
+'ideTop.Control'#7#27'AutoToolTipExprEvalCheckBox'#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#13#2#9'Fr'
|
||||
+'equency'#3#250#0#3'Max'#3#160#15#3'Min'#3#244#1#8'Position'#3#244#1#7'Ancho'
|
||||
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'Border'
|
||||
+'Spacing.Top'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#5#0#0#242#2#21#9
|
||||
+'TTrackBar'#22'MarkupWordTimeTrackBar'#22'AnchorSideLeft.Control'#7#5'Owner'
|
||||
+#21'AnchorSideTop.Control'#7#14'MarkupWordTrim'#18'AnchorSideTop.Side'#7#9'a'
|
||||
+'srBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2'('#3'Top'#3'C'#1#5'Width'#3#13#2#9'Fre'
|
||||
+'quency'#3#250#0#3'Max'#3#160#15#3'Min'#3#244#1#8'Position'#3#244#1#7'Anchor'
|
||||
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderS'
|
||||
+'pacing.Top'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#6#0#0#242#2#22#9
|
||||
+'TCheckBox'#22'MarkupWordFullCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'
|
||||
+#21'AnchorSideTop.Control'#7#25'MarkupWordNoTimerCheckBox'#18'AnchorSideTop.'
|
||||
+'Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#3#246#0#5'Width'#3
|
||||
+#161#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#22
|
||||
+'MarkupWordFullCheckBox'#8'TabOrder'#2#7#0#0#242#2#23#9'TCheckBox'#19'Markup'
|
||||
,'WordNoKeyword'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#14'MarkupWordTrim'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6
|
||||
+'Height'#2#19#3'Top'#3'*'#1#5'Width'#3#152#0#18'BorderSpacing.Left'#2#6#17'B'
|
||||
+'orderSpacing.Top'#2#6#7'Caption'#6#19'MarkupWordNoKeyword'#8'TabOrder'#2#8#0
|
||||
+#0#242#2#24#9'TSpinEdit'#21'MarkupWordFullLenSpin'#22'AnchorSideLeft.Control'
|
||||
+#7#22'MarkupWordFullLenLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anch'
|
||||
+'orSideTop.Control'#7#22'MarkupWordFullLenLabel'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrCenter'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7
|
||||
+#9'asrBottom'#4'Left'#3#149#0#6'Height'#2#25#3'Top'#3#11#1#5'Width'#2'0'#18
|
||||
+'BorderSpacing.Left'#2#6#8'TabOrder'#2#9#0#0#242#2#25#9'TCheckBox'#25'Markup'
|
||||
+'WordNoTimerCheckBox'#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#221#0#5'Width'#3#189#0#18'BorderSpacing.L'
|
||||
+'eft'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#25'MarkupWordNoTimerCheckBo'
|
||||
+'x'#8'TabOrder'#2#10#0#0#242#2#26#9'TCheckBox'#14'MarkupWordTrim'#22'AnchorS'
|
||||
+'ideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#21'MarkupWordFullLe'
|
||||
+'nSpin'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#230#0#6'Height'#2#19
|
||||
+#3'Top'#3'*'#1#5'Width'#2's'#18'BorderSpacing.Left'#3#230#0#17'BorderSpacing'
|
||||
+'.Top'#2#6#7'Caption'#6#14'MarkupWordTrim'#8'TabOrder'#2#11#0#0#242#2#27#9'T'
|
||||
+'ComboBox'#12'BracketCombo'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorS'
|
||||
+'ideTop.Control'#7#11'MarkupBevel'#18'AnchorSideTop.Side'#7#9'asrBottom'#24
|
||||
+'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#141#1#5'Width'#2'd'#18'BorderSpacing'
|
||||
+'.Left'#2#6#17'BorderSpacing.Top'#2#6#10'ItemHeight'#2#15#8'OnChange'#7#18'B'
|
||||
+'racketComboChange'#6'OnExit'#7#16'BracketComboExit'#9'OnKeyDown'#7#19'Brack'
|
||||
+'etComboKeyDown'#5'Style'#7#14'csDropDownList'#8'TabOrder'#2#12#0#0#0
|
||||
+'p'#3#163#1#5'Width'#3#25#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17
|
||||
+'BorderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#0#0#242#2#12#6'TLabel'
|
||||
+#12'BracketLabel'#22'AnchorSideLeft.Control'#7#12'BracketCombo'#19'AnchorSid'
|
||||
+'eLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#12'BracketCombo'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#162#0#6'Height'#2#18#3'Top'#3
|
||||
+#179#1#5'Width'#2'V'#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'BracketLab'
|
||||
+'el'#11'ParentColor'#8#0#0#242#2#13#6'TLabel'#11'BracketLink'#22'AnchorSideL'
|
||||
+'eft.Control'#7#12'BracketLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'A'
|
||||
+'nchorSideTop.Control'#7#12'BracketLabel'#18'AnchorSideTop.Side'#7#9'asrCent'
|
||||
+'er'#4'Left'#3#254#0#6'Height'#2#18#3'Top'#3#179#1#5'Width'#2'N'#20'BorderSp'
|
||||
+'acing.Around'#2#6#7'Caption'#6#11'BracketLink'#10'Font.Color'#7#6'clBlue'#11
|
||||
+'ParentColor'#8#10'ParentFont'#8#7'OnClick'#7#16'BracketLinkClick'#12'OnMous'
|
||||
+'eEnter'#7#21'BracketLinkMouseEnter'#12'OnMouseLeave'#7#21'BracketLinkMouseL'
|
||||
+'eave'#0#0#242#2#14#6'TLabel'#15'MarkupColorLink'#22'AnchorSideLeft.Control'
|
||||
+#7#25'MarkupWordNoTimerCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'A'
|
||||
+'nchorSideTop.Control'#7#25'MarkupWordNoTimerCheckBox'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrCenter'#4'Left'#3#239#0#6'Height'#2#18#3'Top'#3#242#0#5'Width'#2'N'
|
||||
+#18'BorderSpacing.Left'#2#6#7'Caption'#6#11'BracketLink'#10'Font.Color'#7#6
|
||||
+'clBlue'#11'ParentColor'#8#10'ParentFont'#8#7'OnClick'#7#20'MarkupColorLinkC'
|
||||
+'lick'#12'OnMouseEnter'#7#21'BracketLinkMouseEnter'#12'OnMouseLeave'#7#21'Br'
|
||||
+'acketLinkMouseLeave'#0#0#242#2#15#9'TCheckBox AutoIdentifierCompletionCheck'
|
||||
+'Box'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Ow'
|
||||
+'ner'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#0#5'Width'#3#252#0#18'BorderSpacin'
|
||||
+'g.Left'#2#6#7'Caption'#6' AutoIdentifierCompletionCheckBox'#8'TabOrder'#2#0
|
||||
+#0#0#242#2#16#9'TCheckBox'#28'AutoRemoveEmptyMethodsOnSave'#22'AnchorSideLef'
|
||||
+'t.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7' AutoIdentifierCompletion'
|
||||
+'CheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3
|
||||
+'Top'#2#28#5'Width'#3#255#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'
|
||||
+#2#6#7'Caption'#6#28'AutoRemoveEmptyMethodsOnSave'#8'TabOrder'#2#1#0#0#242#2
|
||||
+#17#9'TCheckBox'#28'AutoToolTipSymbToolsCheckBox'#22'AnchorSideLeft.Control'
|
||||
+#7#5'Owner'#21'AnchorSideTop.Control'#7#28'AutoRemoveEmptyMethodsOnSave'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'8'#5
|
||||
+'Width'#3#235#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Capti'
|
||||
+'on'#6#28'AutoToolTipSymbToolsCheckBox'#8'TabOrder'#2#2#0#0#242#2#18#9'TChec'
|
||||
+'kBox'#25'AutoCompleteBlockCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21
|
||||
+'AnchorSideTop.Control'#7#28'AutoToolTipSymbToolsCheckBox'#18'AnchorSideTop.'
|
||||
+'Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'T'#5'Width'#3#218#0
|
||||
+#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#25'AutoCo'
|
||||
+'mpleteBlockCheckBox'#8'TabOrder'#2#3#0#0#242#2#19#9'TCheckBox'#27'AutoToolT'
|
||||
+'ipExprEvalCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.'
|
||||
+'Control'#7#12'ToolTipBevel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2
|
||||
+#6#6'Height'#2#22#3'Top'#2'z'#5'Width'#3#222#0#18'BorderSpacing.Left'#2#6#17
|
||||
+'BorderSpacing.Top'#2#6#7'Caption'#6#27'AutoToolTipExprEvalCheckBox'#8'TabOr'
|
||||
+'der'#2#4#0#0#242#2#20#9'TTrackBar'#17'AutoDelayTrackBar'#22'AnchorSideLeft.'
|
||||
+'Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#27'AutoToolTipExprEvalCheck'
|
||||
+'Box'#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#150#0#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'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#242#2#21#9'TTrackBar'#22'MarkupWordTimeTrackBar'#22'A'
|
||||
+'nchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#14'MarkupWord'
|
||||
+'Trim'#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'a'#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#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#22#9'TCheckBox'#22'MarkupWordFullCheckBox'#22'A'
|
||||
+'nchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#25'MarkupWord'
|
||||
+'NoTimerCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
+#2#22#3'Top'#3#12#1#5'Width'#3#194#0#18'BorderSpacing.Left'#2#6#17'BorderSpa'
|
||||
+'cing.Top'#2#6#7'Caption'#6#22'MarkupWordFullCheckBox'#8'TabOrder'#2#7#0#0
|
||||
,#242#2#23#9'TCheckBox'#19'MarkupWordNoKeyword'#22'AnchorSideLeft.Control'#7#5
|
||||
+'Owner'#21'AnchorSideTop.Control'#7#14'MarkupWordTrim'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#22#3'Top'#3'E'#1#5'Width'#3#180#0#18
|
||||
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#19'MarkupWor'
|
||||
+'dNoKeyword'#8'TabOrder'#2#8#0#0#242#2#24#9'TSpinEdit'#21'MarkupWordFullLenS'
|
||||
+'pin'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullLenLabel'#19'AnchorSideL'
|
||||
+'eft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'MarkupWordFullLenLa'
|
||||
+'bel'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#5
|
||||
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#176#0#6'Height'#2
|
||||
+#27#3'Top'#3'$'#1#5'Width'#2'0'#18'BorderSpacing.Left'#2#6#8'TabOrder'#2#9#0
|
||||
+#0#242#2#25#9'TCheckBox'#25'MarkupWordNoTimerCheckBox'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#5'Owner'#21'AnchorSideTop.Control'#7#20'MarkupWordGroupLabel'#18'An'
|
||||
+'chorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#240#0#5
|
||||
+'Width'#3#227#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Capti'
|
||||
+'on'#6#25'MarkupWordNoTimerCheckBox'#8'TabOrder'#2#10#0#0#242#2#26#9'TCheckB'
|
||||
+'ox'#14'MarkupWordTrim'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideT'
|
||||
+'op.Control'#7#21'MarkupWordFullLenSpin'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#3#230#0#6'Height'#2#22#3'Top'#3'E'#1#5'Width'#3#134#0#18'BorderS'
|
||||
+'pacing.Left'#3#230#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#14'MarkupWordTr'
|
||||
+'im'#8'TabOrder'#2#11#0#0#242#2#27#9'TComboBox'#12'BracketCombo'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#11'MarkupBevel'#18'A'
|
||||
+'nchorSideTop.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21
|
||||
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#31#3'Top'#3
|
||||
+#173#1#5'Width'#3#150#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6
|
||||
+#10'ItemHeight'#2#0#8'OnChange'#7#18'BracketComboChange'#6'OnExit'#7#16'Brac'
|
||||
+'ketComboExit'#9'OnKeyDown'#7#19'BracketComboKeyDown'#5'Style'#7#14'csDropDo'
|
||||
+'wnList'#8'TabOrder'#2#12#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user