mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 09:36:10 +02:00
IDE, editor/general options tab: move second column of controls to the right to avoid captions overlapping on GTK
git-svn-id: trunk@25046 -
This commit is contained in:
parent
8c46d76e0b
commit
333bc57311
@ -13,9 +13,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = BlockIndentComboBox
|
AnchorSideTop.Control = BlockIndentComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 112
|
Left = 112
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 224
|
Top = 180
|
||||||
Width = 109
|
Width = 82
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'BlockIndentLabel'
|
Caption = 'BlockIndentLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -25,10 +25,10 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = TabWidthsComboBox
|
AnchorSideTop.Control = TabWidthsComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 342
|
Left = 382
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 224
|
Top = 180
|
||||||
Width = 98
|
Width = 77
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'TabWidthsLabel'
|
Caption = 'TabWidthsLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -40,10 +40,10 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 204
|
Left = 174
|
||||||
Height = 3
|
Height = 3
|
||||||
Top = 8
|
Top = 6
|
||||||
Width = 268
|
Width = 298
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
end
|
end
|
||||||
@ -52,9 +52,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
Left = 70
|
Left = 70
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 124
|
Width = 94
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
Caption = 'UndoGroupLabel'
|
Caption = 'UndoGroupLabel'
|
||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
@ -66,10 +66,10 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = UndoLimitComboBox
|
AnchorSideTop.Control = UndoLimitComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 342
|
Left = 382
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 29
|
Top = 23
|
||||||
Width = 100
|
Width = 72
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'UndoLimitLabel'
|
Caption = 'UndoLimitLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -80,9 +80,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = GroupUndoCheckBox
|
AnchorSideTop.Control = GroupUndoCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 70
|
Left = 70
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 74
|
Top = 60
|
||||||
Width = 126
|
Width = 96
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'ScrollGroupLabel'
|
Caption = 'ScrollGroupLabel'
|
||||||
@ -97,10 +97,10 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 206
|
Left = 176
|
||||||
Height = 3
|
Height = 3
|
||||||
Top = 82
|
Top = 66
|
||||||
Width = 266
|
Width = 296
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
end
|
end
|
||||||
@ -110,9 +110,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = HalfPageScrollCheckBox
|
AnchorSideTop.Control = HalfPageScrollCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 70
|
Left = 70
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 148
|
Top = 120
|
||||||
Width = 174
|
Width = 136
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'IndentsTabsGroupLabel'
|
Caption = 'IndentsTabsGroupLabel'
|
||||||
@ -127,10 +127,10 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 254
|
Left = 216
|
||||||
Height = 3
|
Height = 3
|
||||||
Top = 156
|
Top = 126
|
||||||
Width = 218
|
Width = 256
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
end
|
end
|
||||||
@ -140,9 +140,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = BlockIndentTypeComboBox
|
AnchorSideTop.Control = BlockIndentTypeComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 70
|
Left = 70
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 288
|
Top = 228
|
||||||
Width = 134
|
Width = 102
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'CursorGroupLabel'
|
Caption = 'CursorGroupLabel'
|
||||||
@ -157,10 +157,10 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 214
|
Left = 182
|
||||||
Height = 3
|
Height = 3
|
||||||
Top = 296
|
Top = 234
|
||||||
Width = 258
|
Width = 290
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
end
|
end
|
||||||
@ -170,9 +170,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = BlockIndentTypeComboBox
|
AnchorSideTop.Control = BlockIndentTypeComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 112
|
Left = 112
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 257
|
Top = 204
|
||||||
Width = 137
|
Width = 106
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'BlockIndentTypeLabel'
|
Caption = 'BlockIndentTypeLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -185,7 +185,7 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 3
|
Height = 3
|
||||||
Top = 8
|
Top = 6
|
||||||
Width = 60
|
Width = 60
|
||||||
end
|
end
|
||||||
object Bevel2a: TBevel[13]
|
object Bevel2a: TBevel[13]
|
||||||
@ -196,7 +196,7 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 3
|
Height = 3
|
||||||
Top = 82
|
Top = 66
|
||||||
Width = 60
|
Width = 60
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
end
|
end
|
||||||
@ -208,7 +208,7 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 3
|
Height = 3
|
||||||
Top = 156
|
Top = 126
|
||||||
Width = 60
|
Width = 60
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
end
|
end
|
||||||
@ -220,7 +220,7 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 3
|
Height = 3
|
||||||
Top = 296
|
Top = 234
|
||||||
Width = 60
|
Width = 60
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
end
|
end
|
||||||
@ -232,7 +232,7 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 3
|
Height = 3
|
||||||
Top = 414
|
Top = 328
|
||||||
Width = 60
|
Width = 60
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
end
|
end
|
||||||
@ -242,9 +242,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = ScrollPastEndLineCheckBox
|
AnchorSideTop.Control = ScrollPastEndLineCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 70
|
Left = 70
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 406
|
Top = 322
|
||||||
Width = 126
|
Width = 95
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'BlockGroupLabel'
|
Caption = 'BlockGroupLabel'
|
||||||
@ -259,10 +259,10 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 206
|
Left = 175
|
||||||
Height = 3
|
Height = 3
|
||||||
Top = 414
|
Top = 328
|
||||||
Width = 266
|
Width = 297
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
end
|
end
|
||||||
@ -272,12 +272,12 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideBottom.Control = TabWidthsComboBox
|
AnchorSideBottom.Control = TabWidthsComboBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 29
|
Height = 21
|
||||||
Top = 219
|
Top = 177
|
||||||
Width = 100
|
Width = 100
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'1'
|
'1'
|
||||||
'2'
|
'2'
|
||||||
@ -294,11 +294,11 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = BlockIndentComboBox
|
AnchorSideTop.Control = BlockIndentComboBox
|
||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 236
|
Left = 276
|
||||||
Height = 29
|
Height = 21
|
||||||
Top = 219
|
Top = 177
|
||||||
Width = 100
|
Width = 100
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'1'
|
'1'
|
||||||
'2'
|
'2'
|
||||||
@ -314,13 +314,13 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = UndoGroupLabel
|
AnchorSideTop.Control = UndoGroupLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 236
|
Left = 276
|
||||||
Height = 29
|
Height = 21
|
||||||
Top = 24
|
Top = 20
|
||||||
Width = 100
|
Width = 100
|
||||||
BorderSpacing.Left = 230
|
BorderSpacing.Left = 270
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'32767'
|
'32767'
|
||||||
'4096'
|
'4096'
|
||||||
@ -336,9 +336,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = UndoAfterSaveCheckBox
|
AnchorSideTop.Control = UndoAfterSaveCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 46
|
Top = 37
|
||||||
Width = 160
|
Width = 119
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'GroupUndoCheckBox'
|
Caption = 'GroupUndoCheckBox'
|
||||||
OnChange = GroupUndoCheckBoxChange
|
OnChange = GroupUndoCheckBoxChange
|
||||||
@ -349,9 +349,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = UndoGroupLabel
|
AnchorSideTop.Control = UndoGroupLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 24
|
Top = 20
|
||||||
Width = 184
|
Width = 139
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'UndoAfterSaveCheckBox'
|
Caption = 'UndoAfterSaveCheckBox'
|
||||||
@ -362,9 +362,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = ScrollGroupLabel
|
AnchorSideTop.Control = ScrollGroupLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 98
|
Top = 80
|
||||||
Width = 193
|
Width = 145
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'ScrollPastEndFileCheckBox'
|
Caption = 'ScrollPastEndFileCheckBox'
|
||||||
@ -376,9 +376,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = AlwaysVisibleCursorCheckBox
|
AnchorSideTop.Control = AlwaysVisibleCursorCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 378
|
Top = 299
|
||||||
Width = 199
|
Width = 148
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'ScrollPastEndLineCheckBox'
|
Caption = 'ScrollPastEndLineCheckBox'
|
||||||
OnChange = ScrollPastEndLineCheckBoxChange
|
OnChange = ScrollPastEndLineCheckBoxChange
|
||||||
@ -388,11 +388,11 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = ScrollGroupLabel
|
AnchorSideTop.Control = ScrollGroupLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 236
|
Left = 276
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 98
|
Top = 80
|
||||||
Width = 193
|
Width = 143
|
||||||
BorderSpacing.Left = 230
|
BorderSpacing.Left = 270
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'ScrollByOneLessCheckBox'
|
Caption = 'ScrollByOneLessCheckBox'
|
||||||
OnChange = ScrollByOneLessCheckBoxChange
|
OnChange = ScrollByOneLessCheckBoxChange
|
||||||
@ -403,9 +403,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = ScrollPastEndFileCheckBox
|
AnchorSideTop.Control = ScrollPastEndFileCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 120
|
Top = 97
|
||||||
Width = 178
|
Width = 133
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'HalfPageScrollCheckBox'
|
Caption = 'HalfPageScrollCheckBox'
|
||||||
OnChange = HalfPageScrollCheckBoxChange
|
OnChange = HalfPageScrollCheckBoxChange
|
||||||
@ -416,9 +416,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = IndentsTabsGroupLabel
|
AnchorSideTop.Control = IndentsTabsGroupLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 172
|
Top = 140
|
||||||
Width = 157
|
Width = 120
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'AutoIndentCheckBox'
|
Caption = 'AutoIndentCheckBox'
|
||||||
@ -430,9 +430,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = AutoIndentCheckBox
|
AnchorSideTop.Control = AutoIndentCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 194
|
Top = 157
|
||||||
Width = 189
|
Width = 144
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'TabIndentBlocksCheckBox'
|
Caption = 'TabIndentBlocksCheckBox'
|
||||||
OnChange = TabIndentBlocksCheckBoxChange
|
OnChange = TabIndentBlocksCheckBoxChange
|
||||||
@ -442,11 +442,11 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = IndentsTabsGroupLabel
|
AnchorSideTop.Control = IndentsTabsGroupLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 236
|
Left = 276
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 172
|
Top = 140
|
||||||
Width = 155
|
Width = 116
|
||||||
BorderSpacing.Left = 230
|
BorderSpacing.Left = 270
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'SmartTabsCheckBox'
|
Caption = 'SmartTabsCheckBox'
|
||||||
OnChange = SmartTabsCheckBoxChange
|
OnChange = SmartTabsCheckBoxChange
|
||||||
@ -455,10 +455,10 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
object TabsToSpacesCheckBox: TCheckBox[31]
|
object TabsToSpacesCheckBox: TCheckBox[31]
|
||||||
AnchorSideLeft.Control = SmartTabsCheckBox
|
AnchorSideLeft.Control = SmartTabsCheckBox
|
||||||
AnchorSideTop.Control = TabIndentBlocksCheckBox
|
AnchorSideTop.Control = TabIndentBlocksCheckBox
|
||||||
Left = 236
|
Left = 276
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 194
|
Top = 157
|
||||||
Width = 175
|
Width = 134
|
||||||
Caption = 'TabsToSpacesCheckBox'
|
Caption = 'TabsToSpacesCheckBox'
|
||||||
OnChange = TabsToSpacesCheckBoxChange
|
OnChange = TabsToSpacesCheckBoxChange
|
||||||
TabOrder = 12
|
TabOrder = 12
|
||||||
@ -468,9 +468,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = CursorGroupLabel
|
AnchorSideTop.Control = CursorGroupLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 312
|
Top = 248
|
||||||
Width = 167
|
Width = 127
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'KeepCursorXCheckBox'
|
Caption = 'KeepCursorXCheckBox'
|
||||||
@ -482,9 +482,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = KeepCursorXCheckBox
|
AnchorSideTop.Control = KeepCursorXCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 334
|
Top = 265
|
||||||
Width = 193
|
Width = 145
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'PersistentCursorCheckBox'
|
Caption = 'PersistentCursorCheckBox'
|
||||||
OnChange = PersistentCursorCheckBoxChange
|
OnChange = PersistentCursorCheckBoxChange
|
||||||
@ -495,9 +495,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = PersistentCursorCheckBox
|
AnchorSideTop.Control = PersistentCursorCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 356
|
Top = 282
|
||||||
Width = 213
|
Width = 160
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'AlwaysVisibleCursorCheckBox'
|
Caption = 'AlwaysVisibleCursorCheckBox'
|
||||||
OnChange = AlwaysVisibleCursorCheckBoxChange
|
OnChange = AlwaysVisibleCursorCheckBoxChange
|
||||||
@ -507,11 +507,11 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = CursorGroupLabel
|
AnchorSideTop.Control = CursorGroupLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 236
|
Left = 276
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 312
|
Top = 248
|
||||||
Width = 222
|
Width = 164
|
||||||
BorderSpacing.Left = 230
|
BorderSpacing.Left = 270
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'CursorSkipsSelectionCheckBox'
|
Caption = 'CursorSkipsSelectionCheckBox'
|
||||||
OnChange = CursorSkipsSelectionCheckBoxChange
|
OnChange = CursorSkipsSelectionCheckBoxChange
|
||||||
@ -520,10 +520,10 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
object HomeKeyJumpsToNearestStartCheckBox: TCheckBox[36]
|
object HomeKeyJumpsToNearestStartCheckBox: TCheckBox[36]
|
||||||
AnchorSideLeft.Control = CursorSkipsSelectionCheckBox
|
AnchorSideLeft.Control = CursorSkipsSelectionCheckBox
|
||||||
AnchorSideTop.Control = AlwaysVisibleCursorCheckBox
|
AnchorSideTop.Control = AlwaysVisibleCursorCheckBox
|
||||||
Left = 236
|
Left = 276
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 356
|
Top = 282
|
||||||
Width = 283
|
Width = 214
|
||||||
Caption = 'HomeKeyJumpsToNearestStartCheckBox'
|
Caption = 'HomeKeyJumpsToNearestStartCheckBox'
|
||||||
OnChange = HomeKeyJumpsToNearestStartCheckBoxChange
|
OnChange = HomeKeyJumpsToNearestStartCheckBoxChange
|
||||||
TabOrder = 17
|
TabOrder = 17
|
||||||
@ -531,10 +531,10 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
object EndKeyJumpsToNearestStartCheckBox: TCheckBox[37]
|
object EndKeyJumpsToNearestStartCheckBox: TCheckBox[37]
|
||||||
AnchorSideLeft.Control = HomeKeyJumpsToNearestStartCheckBox
|
AnchorSideLeft.Control = HomeKeyJumpsToNearestStartCheckBox
|
||||||
AnchorSideTop.Control = ScrollPastEndLineCheckBox
|
AnchorSideTop.Control = ScrollPastEndLineCheckBox
|
||||||
Left = 236
|
Left = 276
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 378
|
Top = 299
|
||||||
Width = 268
|
Width = 205
|
||||||
Caption = 'EndKeyJumpsToNearestStartCheckBox'
|
Caption = 'EndKeyJumpsToNearestStartCheckBox'
|
||||||
OnChange = EndKeyJumpsToNearestStartCheckBoxChange
|
OnChange = EndKeyJumpsToNearestStartCheckBoxChange
|
||||||
TabOrder = 18
|
TabOrder = 18
|
||||||
@ -545,12 +545,12 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideBottom.Control = TabWidthsComboBox
|
AnchorSideBottom.Control = TabWidthsComboBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 31
|
Height = 21
|
||||||
Top = 251
|
Top = 201
|
||||||
Width = 100
|
Width = 100
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
ItemWidth = 200
|
ItemWidth = 200
|
||||||
OnChange = ComboboxOnChange
|
OnChange = ComboboxOnChange
|
||||||
OnExit = ComboBoxOnExit
|
OnExit = ComboBoxOnExit
|
||||||
@ -563,9 +563,9 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = BlockGroupLabel
|
AnchorSideTop.Control = BlockGroupLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 430
|
Top = 342
|
||||||
Width = 185
|
Width = 137
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'PersistentBlockCheckBox'
|
Caption = 'PersistentBlockCheckBox'
|
||||||
@ -576,11 +576,11 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = BlockGroupLabel
|
AnchorSideTop.Control = BlockGroupLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 236
|
Left = 276
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 430
|
Top = 342
|
||||||
Width = 181
|
Width = 137
|
||||||
BorderSpacing.Left = 230
|
BorderSpacing.Left = 270
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'OverwriteBlockCheckBox'
|
Caption = 'OverwriteBlockCheckBox'
|
||||||
OnChange = OverwriteBlockCheckBoxChange
|
OnChange = OverwriteBlockCheckBoxChange
|
||||||
@ -589,10 +589,10 @@ inherited EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
object CursorSkipsTabCheckBox: TCheckBox[41]
|
object CursorSkipsTabCheckBox: TCheckBox[41]
|
||||||
AnchorSideLeft.Control = CursorSkipsSelectionCheckBox
|
AnchorSideLeft.Control = CursorSkipsSelectionCheckBox
|
||||||
AnchorSideTop.Control = PersistentCursorCheckBox
|
AnchorSideTop.Control = PersistentCursorCheckBox
|
||||||
Left = 236
|
Left = 276
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 334
|
Top = 265
|
||||||
Width = 184
|
Width = 139
|
||||||
Caption = 'CursorSkipsTabCheckBox'
|
Caption = 'CursorSkipsTabCheckBox'
|
||||||
OnChange = CursorSkipsTabCheckBoxChange
|
OnChange = CursorSkipsTabCheckBoxChange
|
||||||
TabOrder = 22
|
TabOrder = 22
|
||||||
|
Loading…
Reference in New Issue
Block a user