mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 00:19:15 +02:00
IDE: environment options: improved layout
git-svn-id: trunk@13827 -
This commit is contained in:
parent
c3f66253e8
commit
e0aecaf31f
@ -1,11 +1,11 @@
|
|||||||
object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||||
Left = 299
|
Left = 517
|
||||||
Height = 522
|
Height = 522
|
||||||
Top = 169
|
Top = 174
|
||||||
Width = 542
|
Width = 542
|
||||||
HorzScrollBar.Page = 541
|
HorzScrollBar.Page = 541
|
||||||
VertScrollBar.Page = 521
|
VertScrollBar.Page = 521
|
||||||
ActiveControl = OpenLastProjectAtStartCheckBox
|
ActiveControl = Notebook
|
||||||
Caption = 'EnvironmentOptionsDialog'
|
Caption = 'EnvironmentOptionsDialog'
|
||||||
ClientHeight = 522
|
ClientHeight = 522
|
||||||
ClientWidth = 542
|
ClientWidth = 542
|
||||||
@ -17,7 +17,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Align = alTop
|
Align = alTop
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
OnChangeBounds = NotebookChangeBounds
|
OnChangeBounds = NotebookChangeBounds
|
||||||
PageIndex = 5
|
PageIndex = 4
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object FilesPage: TPage
|
object FilesPage: TPage
|
||||||
Caption = 'FilesPage'
|
Caption = 'FilesPage'
|
||||||
@ -115,6 +115,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Width = 485
|
Width = 485
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -161,6 +162,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Width = 485
|
Width = 485
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -205,6 +207,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Width = 485
|
Width = 485
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -249,6 +252,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Width = 485
|
Width = 485
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -293,6 +297,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Width = 485
|
Width = 485
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -328,6 +333,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Top = 10
|
Top = 10
|
||||||
Width = 528
|
Width = 528
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'LanguageGroupBox'
|
Caption = 'LanguageGroupBox'
|
||||||
ClientHeight = 37
|
ClientHeight = 37
|
||||||
@ -339,10 +345,11 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 25
|
Height = 25
|
||||||
Top = 8
|
Top = 6
|
||||||
Width = 512
|
Width = 512
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
Style = csDropDownList
|
Style = csDropDownList
|
||||||
@ -418,6 +425,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Width = 512
|
Width = 512
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Enabled = False
|
Enabled = False
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
@ -448,10 +456,11 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = DesktopFilesGroupBox
|
AnchorSideRight.Control = DesktopFilesGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 25
|
Height = 29
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 512
|
Width = 512
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'SaveDesktopSettingsToFileButton'
|
Caption = 'SaveDesktopSettingsToFileButton'
|
||||||
OnClick = SaveDesktopSettingsToFileButtonClick
|
OnClick = SaveDesktopSettingsToFileButtonClick
|
||||||
@ -462,10 +471,11 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = DesktopFilesGroupBox
|
AnchorSideRight.Control = DesktopFilesGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 25
|
Height = 29
|
||||||
Top = 43
|
Top = 43
|
||||||
Width = 512
|
Width = 512
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'LoadDesktopSettingsFromFileButton'
|
Caption = 'LoadDesktopSettingsFromFileButton'
|
||||||
OnClick = LoadDesktopSettingsFromFileButtonClick
|
OnClick = LoadDesktopSettingsFromFileButtonClick
|
||||||
@ -567,9 +577,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideTop.Control = GridSizeYLabel
|
AnchorSideTop.Control = GridSizeYLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 20
|
||||||
Top = 120
|
Top = 140
|
||||||
Width = 85
|
Width = 94
|
||||||
BorderSpacing.Top = 4
|
BorderSpacing.Top = 4
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'GridColorLabel'
|
Caption = 'GridColorLabel'
|
||||||
@ -580,9 +590,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideTop.Control = SnapToGridCheckBox
|
AnchorSideTop.Control = SnapToGridCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 20
|
||||||
Top = 74
|
Top = 80
|
||||||
Width = 88
|
Width = 96
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'GridSizeXLabel'
|
Caption = 'GridSizeXLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -592,9 +602,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideTop.Control = GridSizeXLabel
|
AnchorSideTop.Control = GridSizeXLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 20
|
||||||
Top = 97
|
Top = 110
|
||||||
Width = 88
|
Width = 95
|
||||||
BorderSpacing.Top = 4
|
BorderSpacing.Top = 4
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'GridSizeYLabel'
|
Caption = 'GridSizeYLabel'
|
||||||
@ -605,9 +615,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = GridColorLabel
|
AnchorSideTop.Control = GridColorLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 97
|
Left = 106
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 115
|
Top = 139
|
||||||
Width = 50
|
Width = 50
|
||||||
BorderWidth = 2
|
BorderWidth = 2
|
||||||
ButtonColorSize = 16
|
ButtonColorSize = 16
|
||||||
@ -620,8 +630,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = GridGroupBox
|
AnchorSideRight.Control = GridGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 22
|
||||||
Top = 48
|
Top = 52
|
||||||
Width = 321
|
Width = 321
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
@ -633,8 +643,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
object ShowGridCheckBox: TCheckBox
|
object ShowGridCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = GridGroupBox
|
AnchorSideLeft.Control = GridGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 22
|
||||||
Width = 138
|
Width = 147
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'ShowGridCheckBox'
|
Caption = 'ShowGridCheckBox'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -644,11 +654,12 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = GridSizeXLabel
|
AnchorSideTop.Control = GridSizeXLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 100
|
Left = 108
|
||||||
Height = 25
|
Height = 25
|
||||||
Top = 68
|
Top = 78
|
||||||
Width = 100
|
Width = 100
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
|
AutoSize = True
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'2'
|
'2'
|
||||||
'5'
|
'5'
|
||||||
@ -670,11 +681,12 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = GridSizeYLabel
|
AnchorSideTop.Control = GridSizeYLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 100
|
Left = 107
|
||||||
Height = 25
|
Height = 25
|
||||||
Top = 91
|
Top = 108
|
||||||
Width = 100
|
Width = 100
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
|
AutoSize = True
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'2'
|
'2'
|
||||||
'5'
|
'5'
|
||||||
@ -696,9 +708,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideTop.Control = ShowGridCheckBox
|
AnchorSideTop.Control = ShowGridCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 22
|
||||||
Top = 24
|
Top = 26
|
||||||
Width = 188
|
Width = 204
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 4
|
BorderSpacing.Top = 4
|
||||||
Caption = 'ShowBorderSpaceCheckBox'
|
Caption = 'ShowBorderSpaceCheckBox'
|
||||||
@ -715,13 +727,13 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideBottom.Control = FormEditorPage
|
AnchorSideBottom.Control = FormEditorPage
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 349
|
Left = 349
|
||||||
Height = 224
|
Height = 220
|
||||||
Top = 224
|
Top = 224
|
||||||
Width = 183
|
Width = 183
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'GuideLinesGroupBox'
|
Caption = 'GuideLinesGroupBox'
|
||||||
ClientHeight = 205
|
ClientHeight = 201
|
||||||
ClientWidth = 179
|
ClientWidth = 179
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object GuideLineColorLeftTopButton: TColorButton
|
object GuideLineColorLeftTopButton: TColorButton
|
||||||
@ -729,7 +741,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 93
|
Top = 100
|
||||||
Width = 50
|
Width = 50
|
||||||
BorderWidth = 2
|
BorderWidth = 2
|
||||||
ButtonColorSize = 16
|
ButtonColorSize = 16
|
||||||
@ -740,7 +752,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 141
|
Top = 155
|
||||||
Width = 50
|
Width = 50
|
||||||
BorderWidth = 2
|
BorderWidth = 2
|
||||||
ButtonColorSize = 16
|
ButtonColorSize = 16
|
||||||
@ -751,7 +763,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = GuideLinesGroupBox
|
AnchorSideRight.Control = GuideLinesGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 20
|
||||||
Top = 74
|
Top = 74
|
||||||
Width = 167
|
Width = 167
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -766,8 +778,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = GuideLinesGroupBox
|
AnchorSideRight.Control = GuideLinesGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 20
|
||||||
Top = 122
|
Top = 129
|
||||||
Width = 167
|
Width = 167
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -779,7 +791,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = GuideLinesGroupBox
|
AnchorSideRight.Control = GuideLinesGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 22
|
||||||
Width = 167
|
Width = 167
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -793,8 +805,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = GuideLinesGroupBox
|
AnchorSideRight.Control = GuideLinesGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 22
|
||||||
Top = 26
|
Top = 28
|
||||||
Width = 167
|
Width = 167
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -810,13 +822,13 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideBottom.Control = FormEditorPage
|
AnchorSideBottom.Control = FormEditorPage
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 224
|
Height = 220
|
||||||
Top = 224
|
Top = 224
|
||||||
Width = 337
|
Width = 337
|
||||||
Anchors = [akTop, akLeft, akBottom]
|
Anchors = [akTop, akLeft, akBottom]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'FormEditMiscGroupBox'
|
Caption = 'FormEditMiscGroupBox'
|
||||||
ClientHeight = 205
|
ClientHeight = 201
|
||||||
ClientWidth = 333
|
ClientWidth = 333
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object GrabberColorButton: TColorButton
|
object GrabberColorButton: TColorButton
|
||||||
@ -824,9 +836,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = GrabberColorLabel
|
AnchorSideTop.Control = GrabberColorLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 119
|
Left = 132
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 97
|
Top = 109
|
||||||
Width = 50
|
Width = 50
|
||||||
BorderWidth = 2
|
BorderWidth = 2
|
||||||
ButtonColorSize = 16
|
ButtonColorSize = 16
|
||||||
@ -837,9 +849,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = MarkerColorLabel
|
AnchorSideTop.Control = MarkerColorLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 113
|
Left = 124
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 120
|
Top = 139
|
||||||
Width = 50
|
Width = 50
|
||||||
BorderWidth = 2
|
BorderWidth = 2
|
||||||
ButtonColorSize = 16
|
ButtonColorSize = 16
|
||||||
@ -850,9 +862,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideTop.Control = RightClickSelectsCheckBox
|
AnchorSideTop.Control = RightClickSelectsCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 20
|
||||||
Top = 102
|
Top = 110
|
||||||
Width = 107
|
Width = 120
|
||||||
BorderSpacing.Top = 4
|
BorderSpacing.Top = 4
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'GrabberColorLabel'
|
Caption = 'GrabberColorLabel'
|
||||||
@ -863,9 +875,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideTop.Control = GrabberColorLabel
|
AnchorSideTop.Control = GrabberColorLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 20
|
||||||
Top = 125
|
Top = 140
|
||||||
Width = 101
|
Width = 112
|
||||||
BorderSpacing.Top = 4
|
BorderSpacing.Top = 4
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'MarkerColorLabel'
|
Caption = 'MarkerColorLabel'
|
||||||
@ -876,7 +888,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 22
|
||||||
Width = 321
|
Width = 321
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
@ -891,8 +903,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 22
|
||||||
Top = 24
|
Top = 26
|
||||||
Width = 321
|
Width = 321
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
@ -908,8 +920,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 22
|
||||||
Top = 48
|
Top = 52
|
||||||
Width = 321
|
Width = 321
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
@ -925,8 +937,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 22
|
||||||
Top = 72
|
Top = 78
|
||||||
Width = 327
|
Width = 327
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
@ -941,8 +953,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 22
|
||||||
Top = 148
|
Top = 170
|
||||||
Width = 321
|
Width = 321
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 4
|
BorderSpacing.Top = 4
|
||||||
@ -976,7 +988,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 25
|
Top = 32
|
||||||
Width = 50
|
Width = 50
|
||||||
BorderWidth = 2
|
BorderWidth = 2
|
||||||
ButtonColorSize = 16
|
ButtonColorSize = 16
|
||||||
@ -988,7 +1000,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 73
|
Top = 87
|
||||||
Width = 50
|
Width = 50
|
||||||
BorderWidth = 2
|
BorderWidth = 2
|
||||||
ButtonColorSize = 16
|
ButtonColorSize = 16
|
||||||
@ -1000,7 +1012,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = RubberbandGroupBox
|
AnchorSideRight.Control = RubberbandGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 20
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 167
|
Width = 167
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -1015,8 +1027,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = RubberbandGroupBox
|
AnchorSideRight.Control = RubberbandGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 20
|
||||||
Top = 54
|
Top = 61
|
||||||
Width = 167
|
Width = 167
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -1030,8 +1042,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = RubberbandGroupBox
|
AnchorSideRight.Control = RubberbandGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 22
|
||||||
Top = 102
|
Top = 116
|
||||||
Width = 167
|
Width = 167
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -1048,7 +1060,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = ObjectInspectorPage
|
AnchorSideRight.Control = ObjectInspectorPage
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 174
|
Height = 177
|
||||||
Top = 7
|
Top = 7
|
||||||
Width = 526
|
Width = 526
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -1061,7 +1073,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
ChildSizing.TopBottomSpacing = 6
|
ChildSizing.TopBottomSpacing = 6
|
||||||
ChildSizing.HorizontalSpacing = 2
|
ChildSizing.HorizontalSpacing = 2
|
||||||
ChildSizing.VerticalSpacing = 2
|
ChildSizing.VerticalSpacing = 2
|
||||||
ClientHeight = 155
|
ClientHeight = 158
|
||||||
ClientWidth = 522
|
ClientWidth = 522
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object OIBackgroundColorButton: TColorButton
|
object OIBackgroundColorButton: TColorButton
|
||||||
@ -1325,6 +1337,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Top = 42
|
Top = 42
|
||||||
Width = 100
|
Width = 100
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
|
AutoSelect = True
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -1338,6 +1352,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Top = 73
|
Top = 73
|
||||||
Width = 100
|
Width = 100
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
|
AutoSelect = True
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
@ -1351,6 +1367,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Top = 104
|
Top = 104
|
||||||
Width = 100
|
Width = 100
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
|
AutoSelect = True
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
@ -1454,6 +1472,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Top = 42
|
Top = 42
|
||||||
Width = 100
|
Width = 100
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -1467,6 +1486,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Top = 73
|
Top = 73
|
||||||
Width = 100
|
Width = 100
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
@ -1480,6 +1500,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Top = 104
|
Top = 104
|
||||||
Width = 100
|
Width = 100
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
@ -1693,7 +1714,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
object SelectDirectoryDialog: TSelectDirectoryDialog
|
object SelectDirectoryDialog: TSelectDirectoryDialog
|
||||||
Title = 'Select Directory'
|
|
||||||
FilterIndex = 0
|
FilterIndex = 0
|
||||||
left = 488
|
left = 488
|
||||||
top = 8
|
top = 8
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user