mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 23:19:29 +02:00
IDE, IDE options/Editor/Display/Markup and Matches tab: change TrackBar style to ShowSelRange=False
git-svn-id: trunk@28208 -
This commit is contained in:
parent
f404346fab
commit
1947c6fc37
@ -4,6 +4,7 @@ inherited EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
|
||||
AutoScroll = True
|
||||
ClientHeight = 492
|
||||
ClientWidth = 634
|
||||
TabOrder = 0
|
||||
Visible = False
|
||||
DesignLeft = 263
|
||||
DesignTop = 222
|
||||
@ -14,10 +15,10 @@ inherited EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = MarkupWordTimeTrackBar
|
||||
Left = 500
|
||||
Height = 16
|
||||
Top = 105
|
||||
Width = 128
|
||||
Left = 514
|
||||
Height = 14
|
||||
Top = 99
|
||||
Width = 114
|
||||
Anchors = [akRight, akBottom]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 2
|
||||
@ -31,9 +32,9 @@ inherited EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = MarkupWordFullLenSpin
|
||||
Left = 6
|
||||
Height = 16
|
||||
Top = 101
|
||||
Width = 137
|
||||
Height = 14
|
||||
Top = 95
|
||||
Width = 120
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'MarkupWordFullLenLabel'
|
||||
ParentColor = False
|
||||
@ -44,9 +45,9 @@ inherited EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
|
||||
AnchorSideTop.Control = BracketCombo
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 232
|
||||
Height = 16
|
||||
Top = 183
|
||||
Width = 68
|
||||
Height = 14
|
||||
Top = 175
|
||||
Width = 62
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'BracketLabel'
|
||||
ParentColor = False
|
||||
@ -57,10 +58,10 @@ inherited EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
|
||||
AnchorSideTop.Control = BracketLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Cursor = crHandPoint
|
||||
Left = 306
|
||||
Height = 16
|
||||
Top = 183
|
||||
Width = 62
|
||||
Left = 300
|
||||
Height = 14
|
||||
Top = 175
|
||||
Width = 55
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'BracketLink'
|
||||
Font.Color = clBlue
|
||||
@ -76,10 +77,10 @@ inherited EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
|
||||
AnchorSideTop.Control = MarkupWordNoTimerCheckBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Cursor = crHandPoint
|
||||
Left = 201
|
||||
Height = 16
|
||||
Left = 177
|
||||
Height = 14
|
||||
Top = 24
|
||||
Width = 62
|
||||
Width = 55
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'BracketLink'
|
||||
Font.Color = clBlue
|
||||
@ -97,13 +98,14 @@ inherited EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 30
|
||||
Top = 127
|
||||
Top = 119
|
||||
Width = 622
|
||||
Frequency = 250
|
||||
Max = 4000
|
||||
Min = 10
|
||||
OnChange = AutoDelayTrackBarChange
|
||||
Position = 500
|
||||
ShowSelRange = False
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
@ -115,9 +117,9 @@ inherited 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'
|
||||
@ -130,9 +132,9 @@ inherited EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 149
|
||||
Height = 23
|
||||
Top = 98
|
||||
Left = 132
|
||||
Height = 21
|
||||
Top = 92
|
||||
Width = 48
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
@ -143,9 +145,9 @@ inherited 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'
|
||||
@ -156,9 +158,9 @@ inherited 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'
|
||||
@ -171,12 +173,12 @@ inherited 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
|
||||
@ -204,7 +206,7 @@ inherited EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = -721
|
||||
Height = 17
|
||||
Top = 157
|
||||
Top = 149
|
||||
Width = 1355
|
||||
Caption = 'divMatchingBrackets'
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -219,7 +221,7 @@ inherited EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 17
|
||||
Top = 209
|
||||
Top = 199
|
||||
Width = 634
|
||||
Caption = 'divKeywords'
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -232,9 +234,9 @@ inherited 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'
|
||||
@ -247,9 +249,9 @@ inherited EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
|
||||
AnchorSideTop.Control = dropPasStringKeywords
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 232
|
||||
Height = 16
|
||||
Top = 260
|
||||
Width = 114
|
||||
Height = 14
|
||||
Top = 248
|
||||
Width = 103
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'lblPasStringKeywords'
|
||||
ParentColor = False
|
||||
@ -259,12 +261,12 @@ inherited 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
|
||||
|
Loading…
Reference in New Issue
Block a user