IDE: improved editor markup options tab layout

git-svn-id: trunk@39646 -
This commit is contained in:
maxim 2012-12-23 20:13:08 +00:00
parent eb7fec579e
commit ff1042a7fd

View File

@ -19,10 +19,10 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = MarkupWordTimeTrackBar
Left = 501
Height = 15
Top = 106
Width = 127
Left = 515
Height = 13
Top = 100
Width = 113
Anchors = [akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 2
@ -36,9 +36,9 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = MarkupWordFullLenSpin
Left = 6
Height = 15
Top = 102
Width = 136
Height = 13
Top = 96
Width = 119
BorderSpacing.Left = 6
Caption = 'MarkupWordFullLenLabel'
ParentColor = False
@ -49,9 +49,9 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
AnchorSideTop.Control = BracketCombo
AnchorSideTop.Side = asrCenter
Left = 232
Height = 15
Top = 184
Width = 67
Height = 13
Top = 176
Width = 61
BorderSpacing.Around = 6
Caption = 'BracketLabel'
ParentColor = False
@ -62,10 +62,10 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
AnchorSideTop.Control = BracketLabel
AnchorSideTop.Side = asrCenter
Cursor = crHandPoint
Left = 305
Height = 15
Top = 184
Width = 61
Left = 299
Height = 13
Top = 176
Width = 54
BorderSpacing.Around = 6
Caption = 'BracketLink'
Font.Color = clBlue
@ -81,10 +81,10 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
AnchorSideTop.Control = MarkupWordNoTimerCheckBox
AnchorSideTop.Side = asrCenter
Cursor = crHandPoint
Left = 201
Height = 15
Left = 177
Height = 13
Top = 25
Width = 92
Width = 78
BorderSpacing.Left = 6
Caption = 'MarkupColorLink'
Font.Color = clBlue
@ -102,7 +102,7 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
AnchorSideRight.Side = asrBottom
Left = 6
Height = 30
Top = 127
Top = 119
Width = 622
Frequency = 250
Max = 4000
@ -121,9 +121,9 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
AnchorSideTop.Control = MarkupWordNoTimerCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 48
Width = 152
Height = 17
Top = 46
Width = 134
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'MarkupWordNoKeyword'
@ -136,9 +136,9 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 148
Height = 23
Top = 98
Left = 131
Height = 21
Top = 92
Width = 48
BorderSpacing.Left = 6
BorderSpacing.Top = 6
@ -149,9 +149,9 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
AnchorSideTop.Control = divWordGroup
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Height = 17
Top = 23
Width = 189
Width = 165
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'MarkupWordNoTimerCheckBox'
@ -162,9 +162,9 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
AnchorSideTop.Control = MarkupWordNoKeyword
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 73
Width = 115
Height = 17
Top = 69
Width = 99
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'MarkupWordTrim'
@ -177,12 +177,12 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 23
Top = 180
Height = 21
Top = 172
Width = 220
BorderSpacing.Left = 6
BorderSpacing.Top = 6
ItemHeight = 15
ItemHeight = 13
OnChange = BracketComboChange
OnExit = BracketComboExit
OnKeyDown = BracketComboKeyDown
@ -210,7 +210,7 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
AnchorSideRight.Side = asrBottom
Left = -721
Height = 17
Top = 157
Top = 149
Width = 1355
Caption = 'divMatchingBrackets'
Anchors = [akTop, akLeft, akRight]
@ -225,7 +225,7 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
AnchorSideRight.Side = asrBottom
Left = 0
Height = 17
Top = 209
Top = 199
Width = 634
Caption = 'divKeywords'
Anchors = [akTop, akLeft, akRight]
@ -238,9 +238,9 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
AnchorSideTop.Control = divKeywords
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 232
Width = 123
Height = 17
Top = 222
Width = 114
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'chkExtPasKeywords'
@ -253,9 +253,9 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
AnchorSideTop.Control = dropPasStringKeywords
AnchorSideTop.Side = asrCenter
Left = 232
Height = 15
Top = 261
Width = 113
Height = 13
Top = 249
Width = 102
BorderSpacing.Left = 6
Caption = 'lblPasStringKeywords'
ParentColor = False
@ -265,25 +265,27 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
AnchorSideTop.Control = chkExtPasKeywords
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 257
Height = 21
Top = 245
Width = 220
BorderSpacing.Left = 6
BorderSpacing.Top = 6
ItemHeight = 15
ItemHeight = 13
OnChange = dropPasStringKeywordsChange
Style = csDropDownList
TabOrder = 7
end
object MarkupKeyLink: TLabel
AnchorSideLeft.Control = MarkupColorLink
AnchorSideLeft.Control = MarkupWordNoKeyword
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = MarkupWordNoKeyword
AnchorSideTop.Side = asrCenter
Cursor = crHandPoint
Left = 201
Height = 15
Top = 50
Width = 82
Left = 146
Height = 13
Top = 48
Width = 71
BorderSpacing.Left = 6
Caption = 'MarkupKeyLink'
Font.Color = clBlue
ParentColor = False