IDE: editor automatic features frame:: more width for comboboxes, bug #16898

git-svn-id: trunk@26577 -
This commit is contained in:
mattias 2010-07-10 16:48:30 +00:00
parent 3816d29237
commit edb4d863d5

View File

@ -4,6 +4,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AutoScroll = True AutoScroll = True
ClientHeight = 492 ClientHeight = 492
ClientWidth = 634 ClientWidth = 634
TabOrder = 0
Visible = False Visible = False
DesignLeft = 263 DesignLeft = 263
DesignTop = 222 DesignTop = 222
@ -11,10 +12,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideLeft.Control = AutoHintAndCompletionDelayLabel AnchorSideLeft.Control = AutoHintAndCompletionDelayLabel
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = AutoHintAndCompletionDelayLabel AnchorSideTop.Control = AutoHintAndCompletionDelayLabel
Left = 218 Left = 257
Height = 16 Height = 18
Top = 115 Top = 127
Width = 84 Width = 104
BorderSpacing.Left = 20 BorderSpacing.Left = 20
Caption = 'AutoDelayLabel' Caption = 'AutoDelayLabel'
ParentColor = False ParentColor = False
@ -26,10 +27,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideRight.Control = Owner AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = MarkupWordTimeTrackBar AnchorSideBottom.Control = MarkupWordTimeTrackBar
Left = 500 Left = 472
Height = 16 Height = 18
Top = 350 Top = 383
Width = 128 Width = 156
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 2 BorderSpacing.Top = 2
@ -43,9 +44,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = MarkupWordFullLenSpin AnchorSideRight.Control = MarkupWordFullLenSpin
Left = 6 Left = 6
Height = 16 Height = 18
Top = 346 Top = 378
Width = 137 Width = 164
BorderSpacing.Left = 6 BorderSpacing.Left = 6
Caption = 'MarkupWordFullLenLabel' Caption = 'MarkupWordFullLenLabel'
ParentColor = False ParentColor = False
@ -58,7 +59,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 0 Left = 0
Height = 3 Height = 3
Top = 253 Top = 274
Width = 60 Width = 60
BorderSpacing.Top = 6 BorderSpacing.Top = 6
BorderSpacing.Bottom = 6 BorderSpacing.Bottom = 6
@ -71,7 +72,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 0 Left = 0
Height = 3 Height = 3
Top = 106 Top = 118
Width = 634 Width = 634
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6 BorderSpacing.Top = 6
@ -83,9 +84,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Control = CompletionDropDownHint AnchorSideTop.Control = CompletionDropDownHint
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 66 Left = 66
Height = 16 Height = 18
Top = 246 Top = 266
Width = 139 Width = 187
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'MarkupWordGroupLabel' Caption = 'MarkupWordGroupLabel'
@ -100,10 +101,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 = 259
Height = 3 Height = 3
Top = 253 Top = 274
Width = 423 Width = 375
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
@ -117,7 +118,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 0 Left = 0
Height = 3 Height = 3
Top = 408 Top = 443
Width = 634 Width = 634
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6 BorderSpacing.Top = 6
@ -128,10 +129,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BracketCombo AnchorSideTop.Control = BracketCombo
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Left = 162 Left = 232
Height = 16 Height = 18
Top = 420 Top = 456
Width = 68 Width = 86
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'BracketLabel' Caption = 'BracketLabel'
ParentColor = False ParentColor = False
@ -142,10 +143,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Control = BracketLabel AnchorSideTop.Control = BracketLabel
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Cursor = crHandPoint Cursor = crHandPoint
Left = 236 Left = 324
Height = 16 Height = 18
Top = 420 Top = 456
Width = 62 Width = 78
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'BracketLink' Caption = 'BracketLink'
Font.Color = clBlue Font.Color = clBlue
@ -161,10 +162,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Control = MarkupWordNoTimerCheckBox AnchorSideTop.Control = MarkupWordNoTimerCheckBox
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Cursor = crHandPoint Cursor = crHandPoint
Left = 201 Left = 243
Height = 16 Height = 18
Top = 269 Top = 292
Width = 62 Width = 78
BorderSpacing.Left = 6 BorderSpacing.Left = 6
Caption = 'BracketLink' Caption = 'BracketLink'
Font.Color = clBlue Font.Color = clBlue
@ -178,9 +179,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner AnchorSideTop.Control = Owner
Left = 6 Left = 6
Height = 19 Height = 22
Top = 6 Top = 6
Width = 210 Width = 259
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'AutoRemoveEmptyMethodsOnSave' Caption = 'AutoRemoveEmptyMethodsOnSave'
@ -191,9 +192,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Control = AutoRemoveEmptyMethodsOnSave AnchorSideTop.Control = AutoRemoveEmptyMethodsOnSave
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 19 Height = 22
Top = 31 Top = 34
Width = 198 Width = 239
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'AutoToolTipSymbToolsCheckBox' Caption = 'AutoToolTipSymbToolsCheckBox'
@ -204,9 +205,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Control = AutoToolTipExprEvalCheckBox AnchorSideTop.Control = AutoToolTipExprEvalCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 19 Height = 22
Top = 81 Top = 90
Width = 179 Width = 222
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'AutoCompleteBlockCheckBox' Caption = 'AutoCompleteBlockCheckBox'
@ -217,9 +218,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Control = AutoToolTipSymbToolsCheckBox AnchorSideTop.Control = AutoToolTipSymbToolsCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 19 Height = 22
Top = 56 Top = 62
Width = 182 Width = 226
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'AutoToolTipExprEvalCheckBox' Caption = 'AutoToolTipExprEvalCheckBox'
@ -233,7 +234,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 30 Height = 30
Top = 132 Top = 146
Width = 622 Width = 622
Frequency = 250 Frequency = 250
Max = 4000 Max = 4000
@ -254,7 +255,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 30 Height = 30
Top = 372 Top = 407
Width = 622 Width = 622
Frequency = 250 Frequency = 250
Max = 4000 Max = 4000
@ -272,9 +273,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Control = MarkupWordNoTimerCheckBox AnchorSideTop.Control = MarkupWordNoTimerCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 19 Height = 22
Top = 293 Top = 318
Width = 152 Width = 184
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'MarkupWordNoKeyword' Caption = 'MarkupWordNoKeyword'
@ -287,9 +288,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 = 176
Height = 23 Height = 27
Top = 343 Top = 374
Width = 48 Width = 48
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
@ -300,9 +301,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Control = MarkupWordGroupLabel AnchorSideTop.Control = MarkupWordGroupLabel
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 19 Height = 22
Top = 268 Top = 290
Width = 189 Width = 231
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'MarkupWordNoTimerCheckBox' Caption = 'MarkupWordNoTimerCheckBox'
@ -313,9 +314,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Control = MarkupWordNoKeyword AnchorSideTop.Control = MarkupWordNoKeyword
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 19 Height = 22
Top = 318 Top = 346
Width = 115 Width = 138
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'MarkupWordTrim' Caption = 'MarkupWordTrim'
@ -328,12 +329,12 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideBottom.Control = Owner AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 23 Height = 27
Top = 417 Top = 452
Width = 150 Width = 220
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
ItemHeight = 15 ItemHeight = 0
OnChange = BracketComboChange OnChange = BracketComboChange
OnExit = BracketComboExit OnExit = BracketComboExit
OnKeyDown = BracketComboKeyDown OnKeyDown = BracketComboKeyDown
@ -345,9 +346,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Control = ToolTipBevel AnchorSideTop.Control = ToolTipBevel
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 16 Height = 18
Top = 115 Top = 127
Width = 192 Width = 231
BorderSpacing.Left = 6 BorderSpacing.Left = 6
Caption = 'AutoHintAndCompletionDelayLabel' Caption = 'AutoHintAndCompletionDelayLabel'
ParentColor = False ParentColor = False
@ -360,7 +361,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 30 Height = 30
Top = 185 Top = 201
Width = 622 Width = 622
Frequency = 250 Frequency = 250
Max = 4000 Max = 4000
@ -377,9 +378,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Control = AutoDelayTrackBar AnchorSideTop.Control = AutoDelayTrackBar
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 16 Height = 18
Top = 168 Top = 182
Width = 149 Width = 179
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'CompletionDropDownLabel' Caption = 'CompletionDropDownLabel'
@ -389,10 +390,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideLeft.Control = CompletionDropDownLabel AnchorSideLeft.Control = CompletionDropDownLabel
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CompletionDropDownLabel AnchorSideTop.Control = CompletionDropDownLabel
Left = 175 Left = 205
Height = 16 Height = 18
Top = 168 Top = 182
Width = 178 Width = 217
BorderSpacing.Left = 20 BorderSpacing.Left = 20
Caption = 'CompletionDropDownDelayLabel' Caption = 'CompletionDropDownDelayLabel'
ParentColor = False ParentColor = False
@ -404,12 +405,12 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideBottom.Control = Owner AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 23 Height = 27
Top = 217 Top = 233
Width = 150 Width = 220
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 2 BorderSpacing.Top = 2
ItemHeight = 15 ItemHeight = 0
OnChange = BracketComboChange OnChange = BracketComboChange
OnExit = BracketComboExit OnExit = BracketComboExit
OnKeyDown = BracketComboKeyDown OnKeyDown = BracketComboKeyDown
@ -421,10 +422,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CompletionDropDownHint AnchorSideTop.Control = CompletionDropDownHint
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Left = 162 Left = 232
Height = 16 Height = 18
Top = 220 Top = 237
Width = 172 Width = 206
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'CompletionDropDownHintLabel' Caption = 'CompletionDropDownHintLabel'
ParentColor = False ParentColor = False