mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 06:09:15 +02:00
LCL: TCustomNoteBook, when setting TabVisible of current page switch to another page
git-svn-id: trunk@10585 -
This commit is contained in:
parent
c851dfb460
commit
6a32d1e029
@ -7,8 +7,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
VertScrollBar.Page = 521
|
||||
ActiveControl = CancelButton
|
||||
Caption = 'EnvironmentOptionsDialog'
|
||||
ClientHeight = 522
|
||||
ClientWidth = 542
|
||||
OnResize = FormResize
|
||||
Position = poScreenCenter
|
||||
object Notebook: TNotebook
|
||||
@ -17,11 +15,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
OnChangeBounds = NotebookChangeBounds
|
||||
PageIndex = 3
|
||||
PageIndex = 7
|
||||
object FilesPage: TPage
|
||||
Caption = 'FilesPage'
|
||||
ClientWidth = 534
|
||||
ClientHeight = 453
|
||||
object MaxRecentOpenFilesLabel: TLabel
|
||||
Left = 6
|
||||
Height = 14
|
||||
@ -46,7 +42,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 26
|
||||
Width = 522
|
||||
Width = 526
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Right = 6
|
||||
@ -67,7 +63,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 74
|
||||
Width = 522
|
||||
Width = 526
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Right = 6
|
||||
@ -88,7 +84,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 13
|
||||
Top = 106
|
||||
Width = 522
|
||||
Width = 526
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'OpenLastProjectAtStartCheckBox'
|
||||
@ -100,18 +96,16 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 54
|
||||
Top = 142
|
||||
Width = 522
|
||||
Width = 526
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'LazarusDirGroupBox'
|
||||
ClientHeight = 36
|
||||
ClientWidth = 518
|
||||
TabOrder = 3
|
||||
object LazarusDirComboBox: TComboBox
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 480
|
||||
Width = 484
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -119,7 +113,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Text = 'LazarusDirComboBox'
|
||||
end
|
||||
object LazarusDirButton: TButton
|
||||
Left = 491
|
||||
Left = 495
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 20
|
||||
@ -136,18 +130,16 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 54
|
||||
Top = 197
|
||||
Width = 522
|
||||
Width = 526
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'CompilerPathGroupBox'
|
||||
ClientHeight = 36
|
||||
ClientWidth = 518
|
||||
TabOrder = 4
|
||||
object CompilerPathComboBox: TComboBox
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 480
|
||||
Width = 484
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -155,7 +147,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Text = 'CompilerPathComboBox'
|
||||
end
|
||||
object CompilerPathButton: TButton
|
||||
Left = 491
|
||||
Left = 495
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 20
|
||||
@ -172,18 +164,16 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 54
|
||||
Top = 252
|
||||
Width = 522
|
||||
Width = 526
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'FPCSourceDirGroupBox'
|
||||
ClientHeight = 36
|
||||
ClientWidth = 518
|
||||
TabOrder = 5
|
||||
object FPCSourceDirComboBox: TComboBox
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 2
|
||||
Width = 480
|
||||
Width = 484
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -191,7 +181,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Text = 'FPCSourceDirComboBox'
|
||||
end
|
||||
object FPCSourceDirButton: TButton
|
||||
Left = 491
|
||||
Left = 495
|
||||
Height = 21
|
||||
Top = 2
|
||||
Width = 20
|
||||
@ -208,18 +198,16 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 54
|
||||
Top = 307
|
||||
Width = 522
|
||||
Width = 526
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'MakePathGroupBox'
|
||||
ClientHeight = 36
|
||||
ClientWidth = 518
|
||||
TabOrder = 6
|
||||
object MakePathComboBox: TComboBox
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 480
|
||||
Width = 484
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -227,7 +215,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Text = 'MakePathComboBox'
|
||||
end
|
||||
object MakePathButton: TButton
|
||||
Left = 491
|
||||
Left = 495
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 20
|
||||
@ -244,18 +232,16 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 54
|
||||
Top = 362
|
||||
Width = 522
|
||||
Width = 526
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'TestBuildDirGroupBox'
|
||||
ClientHeight = 36
|
||||
ClientWidth = 518
|
||||
TabOrder = 7
|
||||
object TestBuildDirComboBox: TComboBox
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 480
|
||||
Width = 484
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -263,7 +249,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Text = 'TestBuildDirComboBox'
|
||||
end
|
||||
object TestBuildDirButton: TButton
|
||||
Left = 491
|
||||
Left = 495
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 20
|
||||
@ -277,26 +263,22 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object DesktopPage: TPage
|
||||
Caption = 'DesktopPage'
|
||||
ClientWidth = 534
|
||||
ClientHeight = 453
|
||||
object LanguageGroupBox: TGroupBox
|
||||
AnchorSideRight.Control = DesktopPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 4
|
||||
Height = 56
|
||||
Top = 10
|
||||
Width = 528
|
||||
Width = 532
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'LanguageGroupBox'
|
||||
ClientHeight = 56
|
||||
ClientWidth = 528
|
||||
TabOrder = 0
|
||||
object LanguageComboBox: TComboBox
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 8
|
||||
Width = 506
|
||||
Width = 510
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -326,18 +308,16 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 4
|
||||
Height = 136
|
||||
Top = 74
|
||||
Width = 528
|
||||
Width = 532
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'AutoSaveGroupBox'
|
||||
ClientHeight = 136
|
||||
ClientWidth = 528
|
||||
TabOrder = 6
|
||||
object AutoSaveIntervalInSecsLabel: TLabel
|
||||
Left = 6
|
||||
Height = 13
|
||||
Top = 67
|
||||
Width = 497
|
||||
Width = 501
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'AutoSaveIntervalInSecsLabel'
|
||||
Color = clNone
|
||||
@ -348,7 +328,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 4
|
||||
Width = 506
|
||||
Width = 510
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'AutoSaveEditorFilesCheckBox'
|
||||
Enabled = False
|
||||
@ -358,7 +338,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 30
|
||||
Width = 506
|
||||
Width = 510
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'AutoSaveProjectCheckBox'
|
||||
Enabled = False
|
||||
@ -368,7 +348,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 87
|
||||
Width = 506
|
||||
Width = 510
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
Enabled = False
|
||||
@ -388,18 +368,16 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 4
|
||||
Height = 97
|
||||
Top = 218
|
||||
Width = 528
|
||||
Width = 532
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'DesktopFilesGroupBox'
|
||||
ClientHeight = 97
|
||||
ClientWidth = 528
|
||||
TabOrder = 3
|
||||
object SaveDesktopSettingsToFileButton: TButton
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 8
|
||||
Width = 506
|
||||
Width = 510
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'SaveDesktopSettingsToFileButton'
|
||||
@ -410,7 +388,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 43
|
||||
Width = 506
|
||||
Width = 510
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'LoadDesktopSettingsFromFileButton'
|
||||
@ -437,15 +415,13 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object WindowsPage: TPage
|
||||
Caption = 'WindowsPage'
|
||||
ClientWidth = 534
|
||||
ClientHeight = 453
|
||||
object MinimizeAllOnMinimizeMainCheckBox: TCheckBox
|
||||
AnchorSideRight.Control = WindowsPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 10
|
||||
Width = 526
|
||||
Width = 530
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'MinimizeAllOnMinimizeMainCheckBox'
|
||||
@ -458,7 +434,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 34
|
||||
Width = 526
|
||||
Width = 530
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'HideIDEOnRunCheckBox'
|
||||
@ -468,20 +444,18 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
AnchorSideRight.Control = WindowsPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 324
|
||||
Height = 320
|
||||
Top = 68
|
||||
Width = 526
|
||||
Width = 530
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'WindowPositionsGroupBox'
|
||||
ClientHeight = 324
|
||||
ClientWidth = 526
|
||||
TabOrder = 2
|
||||
object WindowPositionsListBox: TListBox
|
||||
Left = 6
|
||||
Height = 100
|
||||
Top = 6
|
||||
Width = 505
|
||||
Width = 509
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
OnMouseUp = WindowPositionsListBoxMouseUp
|
||||
TabOrder = 0
|
||||
@ -491,8 +465,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object FormEditorPage: TPage
|
||||
Caption = 'FormEditorPage'
|
||||
ClientWidth = 534
|
||||
ClientHeight = 453
|
||||
OnResize = FormEditorPageResize
|
||||
object GridGroupBox: TGroupBox
|
||||
Left = 6
|
||||
@ -501,21 +473,19 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Width = 337
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'GridGroupBox'
|
||||
ClientHeight = 153
|
||||
ClientWidth = 333
|
||||
TabOrder = 0
|
||||
object GridColorLabel: TLabel
|
||||
Left = 70
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 131
|
||||
Width = 70
|
||||
Width = 85
|
||||
Caption = 'GridColorLabel'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object GridSizeXLabel: TLabel
|
||||
Left = 117
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 60
|
||||
Width = 158
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -525,7 +495,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object GridSizeYLabel: TLabel
|
||||
Left = 117
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 96
|
||||
Width = 158
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -539,10 +509,12 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 126
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
Color = clBtnFace
|
||||
end
|
||||
object SnapToGridCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 26
|
||||
Width = 269
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -551,8 +523,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object ShowGridCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 13
|
||||
Width = 115
|
||||
Height = 20
|
||||
Width = 138
|
||||
Caption = 'ShowGridCheckBox'
|
||||
TabOrder = 0
|
||||
end
|
||||
@ -606,8 +578,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
AnchorSideTop.Control = ShowGridCheckBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 154
|
||||
Height = 13
|
||||
Width = 158
|
||||
Height = 20
|
||||
Width = 188
|
||||
BorderSpacing.Left = 10
|
||||
Caption = 'ShowBorderSpaceCheckBox'
|
||||
TabOrder = 4
|
||||
@ -621,13 +593,11 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 353
|
||||
Height = 255
|
||||
Top = 187
|
||||
Width = 175
|
||||
Width = 179
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 10
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'GuideLinesGroupBox'
|
||||
ClientHeight = 237
|
||||
ClientWidth = 171
|
||||
TabOrder = 1
|
||||
object GuideLineColorLeftTopButton: TColorButton
|
||||
Left = 6
|
||||
@ -635,6 +605,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 70
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
Color = clBtnFace
|
||||
end
|
||||
object GuideLineColorRightBottomButton: TColorButton
|
||||
Left = 6
|
||||
@ -642,12 +614,14 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 118
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
Color = clBtnFace
|
||||
end
|
||||
object GuideLineColorLeftTopLabel: TLabel
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 57
|
||||
Width = 154
|
||||
Width = 158
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'GuideLineColorLeftTopLabel'
|
||||
Color = clNone
|
||||
@ -655,9 +629,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object GuideLineColorRightBottomLabel: TLabel
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 102
|
||||
Width = 154
|
||||
Width = 158
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'GuideLineColorRightBottomLabel'
|
||||
Color = clNone
|
||||
@ -665,17 +639,17 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object ShowGuideLinesCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 13
|
||||
Width = 154
|
||||
Height = 20
|
||||
Width = 158
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'ShowGuideLinesCheckBox'
|
||||
TabOrder = 0
|
||||
end
|
||||
object SnapToGuideLinesCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 19
|
||||
Width = 154
|
||||
Width = 158
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'SnapToGuideLinesCheckBox'
|
||||
TabOrder = 1
|
||||
@ -690,8 +664,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Width = 337
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'FormEditMiscGroupBox'
|
||||
ClientHeight = 237
|
||||
ClientWidth = 333
|
||||
TabOrder = 2
|
||||
object GrabberColorButton: TColorButton
|
||||
Left = 6
|
||||
@ -699,6 +671,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 130
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
Color = clBtnFace
|
||||
end
|
||||
object MarkerColorButton: TColorButton
|
||||
Left = 6
|
||||
@ -706,10 +680,12 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 180
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
Color = clBtnFace
|
||||
end
|
||||
object GrabberColorLabel: TLabel
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 110
|
||||
Width = 284
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -719,7 +695,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object MarkerColorLabel: TLabel
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 160
|
||||
Width = 284
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -729,7 +705,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object ShowComponentCaptionsCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 20
|
||||
Width = 284
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'ShowComponentCaptionsCheckBox'
|
||||
@ -737,7 +713,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object ShowEditorHintsCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 25
|
||||
Width = 284
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -746,7 +722,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object AutoCreateFormsOnOpenCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 50
|
||||
Width = 284
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -755,7 +731,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object RightClickSelectsCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 75
|
||||
Width = 284
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -764,7 +740,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object DesignerPaintLazyCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 205
|
||||
Width = 284
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -782,13 +758,11 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 353
|
||||
Height = 170
|
||||
Top = 6
|
||||
Width = 175
|
||||
Width = 179
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 10
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'RubberbandGroupBox'
|
||||
ClientHeight = 152
|
||||
ClientWidth = 171
|
||||
Color = clBtnFace
|
||||
ParentColor = False
|
||||
TabOrder = 3
|
||||
@ -798,6 +772,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 19
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
Color = clBtnFace
|
||||
end
|
||||
object RubberbandCreateColorButton: TColorButton
|
||||
Left = 6
|
||||
@ -805,12 +781,14 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 70
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
Color = clBtnFace
|
||||
end
|
||||
object RubberbandSelectColorLabel: TLabel
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 3
|
||||
Width = 146
|
||||
Width = 150
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'RubberbandSelectColorLabel'
|
||||
Color = clNone
|
||||
@ -818,9 +796,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object RubberbandCreateColorLabel: TLabel
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 54
|
||||
Width = 146
|
||||
Width = 150
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'RubberbandCreateColorLabel'
|
||||
Color = clNone
|
||||
@ -828,9 +806,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object RubberbandSelectsGrandChildsCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 102
|
||||
Width = 154
|
||||
Width = 158
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'RubberbandSelectsGrandChildsCheckBox'
|
||||
TabOrder = 0
|
||||
@ -839,22 +817,18 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object ObjectInspectorPage: TPage
|
||||
Caption = 'ObjectInspectorPage'
|
||||
ClientWidth = 534
|
||||
ClientHeight = 453
|
||||
object ObjectInspectorColorsGroupBox: TGroupBox
|
||||
AnchorSideRight.Control = ObjectInspectorPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 173
|
||||
Top = 7
|
||||
Width = 526
|
||||
Width = 530
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 5
|
||||
BorderSpacing.Top = 5
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'ObjectInspectorColorsGroupBox'
|
||||
ClientHeight = 173
|
||||
ClientWidth = 526
|
||||
TabOrder = 0
|
||||
object OIBackgroundColorButton: TColorButton
|
||||
Left = 6
|
||||
@ -862,6 +836,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 5
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
Color = clBtnFace
|
||||
end
|
||||
object OISubPropsColorButton: TColorButton
|
||||
Left = 6
|
||||
@ -869,6 +845,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 29
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
Color = clBtnFace
|
||||
end
|
||||
object OIReferencesColorButton: TColorButton
|
||||
Left = 6
|
||||
@ -876,6 +854,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 53
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
Color = clBtnFace
|
||||
end
|
||||
object OIValueColorButton: TColorButton
|
||||
Left = 6
|
||||
@ -883,6 +863,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 77
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
Color = clBtnFace
|
||||
end
|
||||
object OIDefaultValueColorButton: TColorButton
|
||||
Left = 6
|
||||
@ -890,6 +872,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 101
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
Color = clBtnFace
|
||||
end
|
||||
object OIPropNameColorButton: TColorButton
|
||||
Left = 6
|
||||
@ -897,12 +881,14 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 125
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
Color = clBtnFace
|
||||
end
|
||||
object OIBackgroundColorLabel: TLabel
|
||||
Left = 65
|
||||
Height = 13
|
||||
Top = 11
|
||||
Width = 446
|
||||
Width = 450
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'OIBackgroundColorLabel'
|
||||
Color = clNone
|
||||
@ -912,7 +898,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 65
|
||||
Height = 13
|
||||
Top = 35
|
||||
Width = 446
|
||||
Width = 450
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'OISubPropsColorLabel'
|
||||
Color = clNone
|
||||
@ -922,7 +908,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 65
|
||||
Height = 13
|
||||
Top = 59
|
||||
Width = 446
|
||||
Width = 450
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'OIReferencesColorLabel'
|
||||
Color = clNone
|
||||
@ -932,7 +918,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 65
|
||||
Height = 13
|
||||
Top = 83
|
||||
Width = 446
|
||||
Width = 450
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'OIValueColorLabel'
|
||||
Color = clNone
|
||||
@ -942,7 +928,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 65
|
||||
Height = 13
|
||||
Top = 107
|
||||
Width = 446
|
||||
Width = 450
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'OIDefaultValueColorLabel'
|
||||
Color = clNone
|
||||
@ -952,7 +938,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 65
|
||||
Height = 13
|
||||
Top = 131
|
||||
Width = 446
|
||||
Width = 450
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'OIPropNameColorLabel'
|
||||
Color = clNone
|
||||
@ -965,18 +951,16 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 105
|
||||
Top = 186
|
||||
Width = 526
|
||||
Width = 530
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'OIMiscGroupBox'
|
||||
ClientHeight = 105
|
||||
ClientWidth = 526
|
||||
TabOrder = 1
|
||||
object OIDefaultItemHeightLabel: TLabel
|
||||
Left = 6
|
||||
Height = 13
|
||||
Top = 6
|
||||
Width = 470
|
||||
Width = 474
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'OIDefaultItemHeightLabel'
|
||||
Color = clNone
|
||||
@ -986,7 +970,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 55
|
||||
Width = 470
|
||||
Width = 474
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'OIShowHintCheckBox'
|
||||
TabOrder = 0
|
||||
@ -1003,15 +987,13 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object BackupPage: TPage
|
||||
Caption = 'BackupPage'
|
||||
ClientWidth = 534
|
||||
ClientHeight = 453
|
||||
object BackupHelpLabel: TLabel
|
||||
AnchorSideRight.Control = BackupPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 13
|
||||
Top = 7
|
||||
Width = 526
|
||||
Width = 530
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'BackupHelpLabel'
|
||||
@ -1024,12 +1006,10 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 201
|
||||
Top = 34
|
||||
Width = 526
|
||||
Width = 530
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'BackupProjectGroupBox'
|
||||
ClientHeight = 201
|
||||
ClientWidth = 526
|
||||
TabOrder = 0
|
||||
object BakProjAddExtLabel: TLabel
|
||||
AnchorSideLeft.Control = BakProjAddExtComboBox
|
||||
@ -1039,7 +1019,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 112
|
||||
Height = 13
|
||||
Top = 102
|
||||
Width = 398
|
||||
Width = 402
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'BakProjAddExtLabel'
|
||||
@ -1054,7 +1034,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 112
|
||||
Height = 13
|
||||
Top = 129
|
||||
Width = 398
|
||||
Width = 402
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'BakProjMaxCounterLabel'
|
||||
@ -1069,7 +1049,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 112
|
||||
Height = 13
|
||||
Top = 156
|
||||
Width = 398
|
||||
Width = 402
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'BakProjSubDirLabel'
|
||||
@ -1079,7 +1059,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object BakProjTypeRadioGroup: TRadioGroup
|
||||
Left = 6
|
||||
Height = 88
|
||||
Width = 505
|
||||
Width = 509
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoFill = True
|
||||
Caption = 'BakProjTypeRadioGroup'
|
||||
@ -1132,12 +1112,10 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 196
|
||||
Top = 242
|
||||
Width = 526
|
||||
Width = 530
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'BackupOtherGroupBox'
|
||||
ClientHeight = 196
|
||||
ClientWidth = 526
|
||||
TabOrder = 1
|
||||
object BakOtherAddExtLabel: TLabel
|
||||
AnchorSideLeft.Control = BakOtherAddExtComboBox
|
||||
@ -1147,7 +1125,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 112
|
||||
Height = 13
|
||||
Top = 99
|
||||
Width = 398
|
||||
Width = 402
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'BakOtherAddExtLabel'
|
||||
@ -1162,7 +1140,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 112
|
||||
Height = 13
|
||||
Top = 126
|
||||
Width = 398
|
||||
Width = 402
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'BakOtherMaxCounterLabel'
|
||||
@ -1177,7 +1155,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 112
|
||||
Height = 13
|
||||
Top = 153
|
||||
Width = 398
|
||||
Width = 402
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'BakOtherSubDirLabel'
|
||||
@ -1187,7 +1165,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object BakOtherTypeRadioGroup: TRadioGroup
|
||||
Left = 6
|
||||
Height = 84
|
||||
Width = 505
|
||||
Width = 509
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoFill = True
|
||||
Caption = 'BakOtherTypeRadioGroup'
|
||||
@ -1237,8 +1215,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object NamingPage: TPage
|
||||
Caption = 'NamingPage'
|
||||
ClientWidth = 534
|
||||
ClientHeight = 453
|
||||
object PascalFileExtRadiogroup: TRadioGroup
|
||||
AnchorSideRight.Control = NamingPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
@ -1308,17 +1284,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object LazDocPage: TPage
|
||||
Caption = 'LazDocPage'
|
||||
ClientWidth = 534
|
||||
ClientHeight = 453
|
||||
object LazDocNoteLabel: TLabel
|
||||
Left = 8
|
||||
Height = 13
|
||||
Top = 226
|
||||
Width = 259
|
||||
Caption = 'NOTE: only absolute paths are supported now'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object LazDocPathsGroupBox: TGroupBox
|
||||
AnchorSideRight.Control = LazDocPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
@ -1329,8 +1294,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocPathsGroupBox'
|
||||
ClientHeight = 210
|
||||
ClientWidth = 526
|
||||
TabOrder = 0
|
||||
object LazDocListBox: TListBox
|
||||
Left = 6
|
||||
@ -1373,7 +1336,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 154
|
||||
Width = 477
|
||||
Width = 473
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
TabOrder = 3
|
||||
@ -1382,7 +1345,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object LazDocBrowseButton: TButton
|
||||
AnchorSideLeft.Control = LazDocPathEdit
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
Left = 489
|
||||
Left = 485
|
||||
Height = 23
|
||||
Top = 156
|
||||
Width = 19
|
||||
|
@ -4,395 +4,388 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
||||
'TPF0'#25'TEnvironmentOptionsDialog'#24'EnvironmentOptionsDialog'#4'Left'#3':'
|
||||
+#1#6'Height'#3#10#2#3'Top'#2'|'#5'Width'#3#30#2#18'HorzScrollBar.Page'#3#29#2
|
||||
+#18'VertScrollBar.Page'#3#9#2#13'ActiveControl'#7#12'CancelButton'#7'Caption'
|
||||
+#6#24'EnvironmentOptionsDialog'#12'ClientHeight'#3#10#2#11'ClientWidth'#3#30
|
||||
+#2#8'OnResize'#7#10'FormResize'#8'Position'#7#14'poScreenCenter'#0#9'TNotebo'
|
||||
+'ok'#8'Notebook'#6'Height'#3#223#1#5'Width'#3#30#2#5'Align'#7#5'alTop'#7'Anc'
|
||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#14'OnChangeBounds'#7#20
|
||||
+'NotebookChangeBounds'#9'PageIndex'#2#3#0#5'TPage'#9'FilesPage'#7'Caption'#6
|
||||
+#9'FilesPage'#11'ClientWidth'#3#22#2#12'ClientHeight'#3#197#1#0#6'TLabel'#23
|
||||
+'MaxRecentOpenFilesLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#10#5'Width'#2
|
||||
+''#7'Caption'#6#23'MaxRecentOpenFilesLabel'#5'Color'#7#6'clNone'#11'ParentC'
|
||||
+'olor'#8#0#0#6'TLabel'#26'MaxRecentProjectFilesLabel'#4'Left'#2#6#6'Height'#2
|
||||
+#14#3'Top'#2':'#5'Width'#3#135#0#7'Caption'#6#26'MaxRecentProjectFilesLabel'
|
||||
+#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TComboBox'#26'MaxRecentOpenFil'
|
||||
+'esComboBox'#23'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#26#5'Width'#3#10#2#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbac'
|
||||
+'tEndOfLineComplete'#20'cbactSearchAscending'#0#19'BorderSpacing.Right'#2#6
|
||||
+#13'Items.Strings'#1#6#1'5'#6#2'10'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxL'
|
||||
+'ength'#2#0#8'TabOrder'#2#0#0#0#9'TComboBox'#29'MaxRecentProjectFilesComboBo'
|
||||
+'x'#23'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'J'#5'Width'#3#10#2#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLin'
|
||||
+'eComplete'#20'cbactSearchAscending'#0#19'BorderSpacing.Right'#2#6#13'Items.'
|
||||
+'Strings'#1#6#1'5'#6#2'10'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0
|
||||
+#8'TabOrder'#2#1#0#0#9'TCheckBox'#30'OpenLastProjectAtStartCheckBox'#23'Anch'
|
||||
+'orSideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#6#6'Height'#2#13#3'Top'#2'j'#5'Width'#3#10#2#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#30'OpenL'
|
||||
+'astProjectAtStartCheckBox'#8'TabOrder'#2#2#0#0#9'TGroupBox'#18'LazarusDirGr'
|
||||
+'oupBox'#23'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'6'#3'Top'#3#142#0#5'Width'#3#10#2#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'C'
|
||||
+'aption'#6#18'LazarusDirGroupBox'#12'ClientHeight'#2'$'#11'ClientWidth'#3#6#2
|
||||
+#8'TabOrder'#2#3#0#9'TComboBox'#18'LazarusDirComboBox'#4'Left'#2#6#6'Height'
|
||||
+#2#21#3'Top'#2#3#5'Width'#3#224#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||
+#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscendin'
|
||||
+'g'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#18'LazarusDirComboBox'#0#0#7
|
||||
+'TButton'#16'LazarusDirButton'#4'Left'#3#235#1#6'Height'#2#21#3'Top'#2#3#5'W'
|
||||
+'idth'#2#20#7'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing.InnerBorder'
|
||||
+#2#4#7'Caption'#6#3'...'#7'OnClick'#7#22'DirectoriesButtonClick'#8'TabOrder'
|
||||
+#2#1#0#0#0#9'TGroupBox'#20'CompilerPathGroupBox'#23'AnchorSideRight.Control'
|
||||
+#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
+#2'6'#3'Top'#3#197#0#5'Width'#3#10#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi'
|
||||
+'ght'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'CompilerPathGroupBox'#12
|
||||
+'ClientHeight'#2'$'#11'ClientWidth'#3#6#2#8'TabOrder'#2#4#0#9'TComboBox'#20
|
||||
+'CompilerPathComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#224#1
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cb'
|
||||
+'actEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrde'
|
||||
+'r'#2#0#4'Text'#6#20'CompilerPathComboBox'#0#0#7'TButton'#18'CompilerPathBut'
|
||||
+'ton'#4'Left'#3#235#1#6'Height'#2#21#3'Top'#2#3#5'Width'#2#20#7'Anchors'#11#5
|
||||
+'akTop'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7
|
||||
+'OnClick'#7#16'FilesButtonClick'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20'FPCSo'
|
||||
+'urceDirGroupBox'#23'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorSideRi'
|
||||
+'ght.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'6'#3'Top'#3#252#0#5'Width'
|
||||
+#3#10#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'
|
||||
+#2#6#7'Caption'#6#20'FPCSourceDirGroupBox'#12'ClientHeight'#2'$'#11'ClientWi'
|
||||
+'dth'#3#6#2#8'TabOrder'#2#5#0#9'TComboBox'#20'FPCSourceDirComboBox'#4'Left'#2
|
||||
+#6#6'Height'#2#21#3'Top'#2#2#5'Width'#3#224#1#7'Anchors'#11#5'akTop'#6'akLef'
|
||||
+'t'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbact'
|
||||
+'SearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#20'FPCSourceD'
|
||||
+'irComboBox'#0#0#7'TButton'#18'FPCSourceDirButton'#4'Left'#3#235#1#6'Height'
|
||||
+#2#21#3'Top'#2#2#5'Width'#2#20#7'Anchors'#11#5'akTop'#7'akRight'#0#25'Border'
|
||||
+'Spacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#22'DirectoriesBut'
|
||||
,'tonClick'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#16'MakePathGroupBox'#23'Anchor'
|
||||
+#6#24'EnvironmentOptionsDialog'#8'OnResize'#7#10'FormResize'#8'Position'#7#14
|
||||
+'poScreenCenter'#0#9'TNotebook'#8'Notebook'#6'Height'#3#223#1#5'Width'#3#30#2
|
||||
+#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'
|
||||
+#0#14'OnChangeBounds'#7#20'NotebookChangeBounds'#9'PageIndex'#2#7#0#5'TPage'
|
||||
+#9'FilesPage'#7'Caption'#6#9'FilesPage'#0#6'TLabel'#23'MaxRecentOpenFilesLab'
|
||||
+'el'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#10#5'Width'#2''#7'Caption'#6#23'Ma'
|
||||
+'xRecentOpenFilesLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'
|
||||
+#26'MaxRecentProjectFilesLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2':'#5'Wid'
|
||||
+'th'#3#135#0#7'Caption'#6#26'MaxRecentProjectFilesLabel'#5'Color'#7#6'clNone'
|
||||
+#11'ParentColor'#8#0#0#9'TComboBox'#26'MaxRecentOpenFilesComboBox'#23'Anchor'
|
||||
+'SideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2'6'#3'Top'#3'3'#1#5'Width'#3#10#2#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#16'MakeP'
|
||||
+'athGroupBox'#12'ClientHeight'#2'$'#11'ClientWidth'#3#6#2#8'TabOrder'#2#6#0#9
|
||||
+'TComboBox'#16'MakePathComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Wid'
|
||||
+'th'#3#224#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteTe'
|
||||
+'xt'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2
|
||||
+#0#8'TabOrder'#2#0#4'Text'#6#16'MakePathComboBox'#0#0#7'TButton'#14'MakePath'
|
||||
+'Button'#4'Left'#3#235#1#6'Height'#2#21#3'Top'#2#3#5'Width'#2#20#7'Anchors'
|
||||
+#11#5'akTop'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'.'
|
||||
+'..'#7'OnClick'#7#16'FilesButtonClick'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20
|
||||
+'TestBuildDirGroupBox'#23'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorS'
|
||||
+'ideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'6'#3'Top'#3'j'#1#5'Wi'
|
||||
+'dth'#3#10#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.'
|
||||
+'Right'#2#6#7'Caption'#6#20'TestBuildDirGroupBox'#12'ClientHeight'#2'$'#11'C'
|
||||
+'lientWidth'#3#6#2#8'TabOrder'#2#7#0#9'TComboBox'#20'TestBuildDirComboBox'#4
|
||||
+'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#224#1#7'Anchors'#11#5'akTop'
|
||||
+'Left'#2#6#6'Height'#2#21#3'Top'#2#26#5'Width'#3#14#2#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
|
||||
+'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#20'TestB'
|
||||
+'uildDirComboBox'#0#0#7'TButton'#18'TestBuildDirButton'#4'Left'#3#235#1#6'He'
|
||||
+'ight'#2#21#3'Top'#2#3#5'Width'#2#20#7'Anchors'#11#5'akTop'#7'akRight'#0#25
|
||||
+'cbactSearchAscending'#0#19'BorderSpacing.Right'#2#6#13'Items.Strings'#1#6#1
|
||||
+'5'#6#2'10'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#8'TabOrder'#2
|
||||
+#0#0#0#9'TComboBox'#29'MaxRecentProjectFilesComboBox'#23'AnchorSideRight.Con'
|
||||
+'trol'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#21#3'Top'#2'J'#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearc'
|
||||
+'hAscending'#0#19'BorderSpacing.Right'#2#6#13'Items.Strings'#1#6#1'5'#6#2'10'
|
||||
+#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#8'TabOrder'#2#1#0#0#9'TC'
|
||||
+'heckBox'#30'OpenLastProjectAtStartCheckBox'#23'AnchorSideRight.Control'#7#9
|
||||
+'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#13#3'Top'#2'j'#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#19'BorderSpacing.Right'#2#6#7'Caption'#6#30'OpenLastProjectAtStartCheckBox'
|
||||
+#8'TabOrder'#2#2#0#0#9'TGroupBox'#18'LazarusDirGroupBox'#23'AnchorSideRight.'
|
||||
+'Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#2'6'#3'Top'#3#142#0#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLe'
|
||||
+'ft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#18'LazarusDirGrou'
|
||||
+'pBox'#8'TabOrder'#2#3#0#9'TComboBox'#18'LazarusDirComboBox'#4'Left'#2#6#6'H'
|
||||
+'eight'#2#21#3'Top'#2#3#5'Width'#3#228#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearc'
|
||||
+'hAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#18'LazarusDirCombo'
|
||||
+'Box'#0#0#7'TButton'#16'LazarusDirButton'#4'Left'#3#239#1#6'Height'#2#21#3'T'
|
||||
+'op'#2#3#5'Width'#2#20#7'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing.'
|
||||
+'InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#22'DirectoriesButtonClick'
|
||||
+#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20'CompilerPathGroupBox'#23'AnchorSideRi'
|
||||
+'ght.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#6#6'Height'#2'6'#3'Top'#3#197#0#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'CompilerPa'
|
||||
+'thGroupBox'#8'TabOrder'#2#4#0#9'TComboBox'#20'CompilerPathComboBox'#4'Left'
|
||||
+#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#228#1#7'Anchors'#11#5'akTop'#6'akL'
|
||||
+'eft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cba'
|
||||
+'ctSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#20'Compiler'
|
||||
+'PathComboBox'#0#0#7'TButton'#18'CompilerPathButton'#4'Left'#3#239#1#6'Heigh'
|
||||
+'t'#2#21#3'Top'#2#3#5'Width'#2#20#7'Anchors'#11#5'akTop'#7'akRight'#0#25'Bor'
|
||||
+'derSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#16'FilesButton'
|
||||
+'Click'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20'FPCSourceDirGroupBox'#23'Ancho'
|
||||
+'rSideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2'6'#3'Top'#3#252#0#5'Width'#3#14#2#7'Anchors'#11#5'akT'
|
||||
+'op'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'FPCS'
|
||||
+'ourceDirGroupBox'#8'TabOrder'#2#5#0#9'TComboBox'#20'FPCSourceDirComboBox'#4
|
||||
+'Left'#2#6#6'Height'#2#21#3'Top'#2#2#5'Width'#3#228#1#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
|
||||
+'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#20'FPCSo'
|
||||
+'urceDirComboBox'#0#0#7'TButton'#18'FPCSourceDirButton'#4'Left'#3#239#1#6'He'
|
||||
+'ight'#2#21#3'Top'#2#2#5'Width'#2#20#7'Anchors'#11#5'akTop'#7'akRight'#0#25
|
||||
+'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#22'Director'
|
||||
+'iesButtonClick'#8'TabOrder'#2#1#0#0#0#0#5'TPage'#11'DesktopPage'#7'Caption'
|
||||
+#6#11'DesktopPage'#11'ClientWidth'#3#22#2#12'ClientHeight'#3#197#1#0#9'TGrou'
|
||||
+'pBox'#16'LanguageGroupBox'#23'AnchorSideRight.Control'#7#11'DesktopPage'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#4#6'Height'#2'8'#3'Top'#2#10
|
||||
+#5'Width'#3#16#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpac'
|
||||
+'ing.Right'#2#6#7'Caption'#6#16'LanguageGroupBox'#12'ClientHeight'#2'8'#11'C'
|
||||
+'lientWidth'#3#16#2#8'TabOrder'#2#0#0#9'TComboBox'#16'LanguageComboBox'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2#21#3'Top'#2#8#5'Width'#3#250#1#7'Anchors'#11#5'akTop'#6
|
||||
+'iesButtonClick'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#16'MakePathGroupBox'#23
|
||||
+'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBot'
|
||||
+'tom'#4'Left'#2#6#6'Height'#2'6'#3'Top'#3'3'#1#5'Width'#3#14#2#7'Anchors'#11
|
||||
,#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#16
|
||||
+'MakePathGroupBox'#8'TabOrder'#2#6#0#9'TComboBox'#16'MakePathComboBox'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#228#1#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
|
||||
+'cbactSearchAscending'#0#9'MaxLength'#2#0#5'Style'#7#14'csDropDownList'#8'Ta'
|
||||
+'bOrder'#2#0#0#0#0#9'TCheckBox#CheckDiskChangesWithLoadingCheckBox'#4'Left'#2
|
||||
+#6#6'Height'#2#20#3'Top'#3'@'#1#5'Width'#3#7#1#7'Caption'#6'#CheckDiskChange'
|
||||
+'sWithLoadingCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox$ShowHintsForComponent'
|
||||
+'PaletteCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#3'V'#1#5'Width'#3#7#1#7
|
||||
+'Caption'#6'$ShowHintsForComponentPaletteCheckBox'#8'TabOrder'#2#2#0#0#9'TGr'
|
||||
+'oupBox'#16'AutoSaveGroupBox'#23'AnchorSideRight.Control'#7#11'DesktopPage'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#4#6'Height'#3#136#0#3'Top'
|
||||
+#2'J'#5'Width'#3#16#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'Borde'
|
||||
+'rSpacing.Right'#2#6#7'Caption'#6#16'AutoSaveGroupBox'#12'ClientHeight'#3#136
|
||||
+#0#11'ClientWidth'#3#16#2#8'TabOrder'#2#6#0#6'TLabel'#27'AutoSaveIntervalInS'
|
||||
+'ecsLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2'C'#5'Width'#3#241#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#27'AutoSaveIntervalInSecsLa'
|
||||
+'bel'#5'Color'#7#6'clNone'#7'Enabled'#8#11'ParentColor'#8#0#0#9'TCheckBox'#27
|
||||
+'AutoSaveEditorFilesCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#4#5'Width'
|
||||
+#3#250#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#27'AutoS'
|
||||
+'aveEditorFilesCheckBox'#7'Enabled'#8#8'TabOrder'#2#0#0#0#9'TCheckBox'#23'Au'
|
||||
+'toSaveProjectCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#30#5'Width'#3#250
|
||||
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#23'AutoSavePro'
|
||||
+'jectCheckBox'#7'Enabled'#8#8'TabOrder'#2#1#0#0#9'TComboBox'#30'AutoSaveInte'
|
||||
+'rvalInSecsComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'W'#5'Width'#3#250#1
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cb'
|
||||
+'actEndOfLineComplete'#20'cbactSearchAscending'#0#7'Enabled'#8#13'Items.Stri'
|
||||
+'ngs'#1#6#4'1200'#6#3'600'#6#3'300'#6#3'120'#0#9'MaxLength'#2#0#8'TabOrder'#2
|
||||
+#2#0#0#0#9'TGroupBox'#20'DesktopFilesGroupBox'#23'AnchorSideRight.Control'#7
|
||||
+#11'DesktopPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#4#6'Heigh'
|
||||
+'t'#2'a'#3'Top'#3#218#0#5'Width'#3#16#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
||||
+'kRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'DesktopFilesGroupBox'
|
||||
+#12'ClientHeight'#2'a'#11'ClientWidth'#3#16#2#8'TabOrder'#2#3#0#7'TButton'#31
|
||||
+'SaveDesktopSettingsToFileButton'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#8#5'Wi'
|
||||
+'dth'#3#250#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#25'BorderSpacing'
|
||||
+'.InnerBorder'#2#4#7'Caption'#6#31'SaveDesktopSettingsToFileButton'#7'OnClic'
|
||||
,'k'#7'$SaveDesktopSettingsToFileButtonClick'#8'TabOrder'#2#0#0#0#7'TButton!L'
|
||||
+'oadDesktopSettingsFromFileButton'#4'Left'#2#6#6'Height'#2#25#3'Top'#2'+'#5
|
||||
+'Width'#3#250#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#25'BorderSpaci'
|
||||
+'ng.InnerBorder'#2#4#7'Caption'#6'!LoadDesktopSettingsFromFileButton'#7'OnCl'
|
||||
+'ick'#7'&LoadDesktopSettingsFromFileButtonClick'#8'TabOrder'#2#1#0#0#0#9'TCh'
|
||||
+'eckBox$ShowHintsForMainSpeedButtonsCheckBox'#4'Left'#2#6#6'Height'#2#20#3'T'
|
||||
+'op'#3'j'#1#5'Width'#3#11#1#7'Caption'#6'$ShowHintsForMainSpeedButtonsCheckB'
|
||||
+'ox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#28'MsgViewDblClickJumpsCheckBox'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#20#3'Top'#3'~'#1#5'Width'#3#219#0#7'Caption'#6#28'MsgVie'
|
||||
+'wDblClickJumpsCheckBox'#8'TabOrder'#2#5#0#0#0#5'TPage'#11'WindowsPage'#7'Ca'
|
||||
+'ption'#6#11'WindowsPage'#11'ClientWidth'#3#22#2#12'ClientHeight'#3#197#1#0#9
|
||||
+'TCheckBox!MinimizeAllOnMinimizeMainCheckBox'#23'AnchorSideRight.Control'#7
|
||||
+#11'WindowsPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#20#3'Top'#2#10#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi'
|
||||
+'ght'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6'!MinimizeAllOnMinimizeMainC'
|
||||
+'heckBox'#7'Enabled'#8#8'TabOrder'#2#0#0#0#9'TCheckBox'#20'HideIDEOnRunCheck'
|
||||
+'Box'#23'AnchorSideRight.Control'#7#11'WindowsPage'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'"'#5'Width'#3#14#2#7'Anc'
|
||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Capt'
|
||||
+'ion'#6#20'HideIDEOnRunCheckBox'#8'TabOrder'#2#1#0#0#9'TGroupBox'#23'WindowP'
|
||||
+'ositionsGroupBox'#23'AnchorSideRight.Control'#7#11'WindowsPage'#20'AnchorSi'
|
||||
+'deRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3'D'#1#3'Top'#2'D'#5'Wid'
|
||||
+'th'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#19'Bor'
|
||||
+'derSpacing.Right'#2#6#7'Caption'#6#23'WindowPositionsGroupBox'#12'ClientHei'
|
||||
+'ght'#3'D'#1#11'ClientWidth'#3#14#2#8'TabOrder'#2#2#0#8'TListBox'#22'WindowP'
|
||||
+'ositionsListBox'#4'Left'#2#6#6'Height'#2'd'#3'Top'#2#6#5'Width'#3#249#1#7'A'
|
||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#9'OnMouseUp'#7#29'WindowPosition'
|
||||
+'sListBoxMouseUp'#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#0#0#5'TPage'#14'Form'
|
||||
+'EditorPage'#7'Caption'#6#14'FormEditorPage'#11'ClientWidth'#3#22#2#12'Clien'
|
||||
+'tHeight'#3#197#1#8'OnResize'#7#20'FormEditorPageResize'#0#9'TGroupBox'#12'G'
|
||||
+'ridGroupBox'#4'Left'#2#6#6'Height'#3#171#0#3'Top'#2#6#5'Width'#3'Q'#1#20'Bo'
|
||||
+'rderSpacing.Around'#2#6#7'Caption'#6#12'GridGroupBox'#12'ClientHeight'#3#153
|
||||
+#0#11'ClientWidth'#3'M'#1#8'TabOrder'#2#0#0#6'TLabel'#14'GridColorLabel'#4'L'
|
||||
+'eft'#2'F'#6'Height'#2#14#3'Top'#3#131#0#5'Width'#2'F'#7'Caption'#6#14'GridC'
|
||||
+'olorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#14'GridSize'
|
||||
+'XLabel'#4'Left'#2'u'#6'Height'#2#14#3'Top'#2'<'#5'Width'#3#158#0#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#14'GridSizeXLabel'#5'Color'
|
||||
+#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#14'GridSizeYLabel'#4'Left'#2'u'
|
||||
+#6'Height'#2#14#3'Top'#2'`'#5'Width'#3#158#0#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#7'Caption'#6#14'GridSizeYLabel'#5'Color'#7#6'clNone'#11'Parent'
|
||||
+'Color'#8#0#0#12'TColorButton'#15'GridColorButton'#4'Left'#2#6#6'Height'#2#23
|
||||
+#3'Top'#2'~'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#9'TCheckBox'#18'SnapToGri'
|
||||
+'dCheckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#26#5'Width'#3#13#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#18'SnapToGridCheckBox'#8'Ta'
|
||||
+'bOrder'#2#1#0#0#9'TCheckBox'#16'ShowGridCheckBox'#4'Left'#2#6#6'Height'#2#13
|
||||
+#5'Width'#2's'#7'Caption'#6#16'ShowGridCheckBox'#8'TabOrder'#2#0#0#0#9'TComb'
|
||||
+'oBox'#17'GridSizeXComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2':'#5'Width'
|
||||
+#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscen'
|
||||
+'ding'#0#13'Items.Strings'#1#6#1'2'#6#1'5'#6#1'8'#6#2'10'#6#2'12'#6#2'15'#6#2
|
||||
+'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#14'ParentShowHint'#8#8'ShowHint'#9#8
|
||||
+'TabOrder'#2#2#0#0#9'TComboBox'#17'GridSizeYComboBox'#4'Left'#2#6#6'Height'#2
|
||||
+#21#3'Top'#2'['#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineCompl'
|
||||
+'ete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#1'2'#6#1'5'#6#1'8'#6#2
|
||||
+'10'#6#2'12'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#14'ParentSho'
|
||||
+'wHint'#8#8'ShowHint'#9#8'TabOrder'#2#3#0#0#9'TCheckBox'#23'ShowBorderSpaceC'
|
||||
+'heckBox'#22'AnchorSideLeft.Control'#7#16'ShowGridCheckBox'#19'AnchorSideLef'
|
||||
+'t.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#16'ShowGridCheckBox'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#154#0#6'Height'#2#13#5'Width'#3
|
||||
+#158#0#18'BorderSpacing.Left'#2#10#7'Caption'#6#23'ShowBorderSpaceCheckBox'#8
|
||||
+'TabOrder'#2#4#0#0#0#9'TGroupBox'#18'GuideLinesGroupBox'#22'AnchorSideLeft.C'
|
||||
+'ontrol'#7#20'FormEditMiscGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#14'FormEditorPage'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3'a'#1#6'Height'#3#255#0#3'Top'#3#187#0#5'Width'#3#175#0
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#10#19
|
||||
,'BorderSpacing.Right'#2#6#7'Caption'#6#18'GuideLinesGroupBox'#12'ClientHeigh'
|
||||
+'t'#3#237#0#11'ClientWidth'#3#171#0#8'TabOrder'#2#1#0#12'TColorButton'#27'Gu'
|
||||
+'ideLineColorLeftTopButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'F'#5'Width'#2
|
||||
+'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#31'GuideLineColorRightBottomBut'
|
||||
+'ton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'v'#5'Width'#2'2'#11'BorderWidth'#2
|
||||
+#2#0#0#6'TLabel'#26'GuideLineColorLeftTopLabel'#4'Left'#2#6#6'Height'#2#14#3
|
||||
+'Top'#2'9'#5'Width'#3#154#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
||||
+'Caption'#6#26'GuideLineColorLeftTopLabel'#5'Color'#7#6'clNone'#11'ParentCol'
|
||||
+'or'#8#0#0#6'TLabel'#30'GuideLineColorRightBottomLabel'#4'Left'#2#6#6'Height'
|
||||
+#2#14#3'Top'#2'f'#5'Width'#3#154#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
|
||||
+'t'#0#7'Caption'#6#30'GuideLineColorRightBottomLabel'#5'Color'#7#6'clNone'#11
|
||||
+'ParentColor'#8#0#0#9'TCheckBox'#22'ShowGuideLinesCheckBox'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#13#5'Width'#3#154#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
||||
+'Caption'#6#22'ShowGuideLinesCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#24'S'
|
||||
+'napToGuideLinesCheckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#19#5'Width'#3
|
||||
+#154#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'SnapToG'
|
||||
+'uideLinesCheckBox'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20'FormEditMiscGroupB'
|
||||
+'ox'#23'AnchorSideRight.Control'#7#14'FormEditorPage'#20'AnchorSideRight.Sid'
|
||||
+'e'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#255#0#3'Top'#3#187#0#5'Width'#3'Q'
|
||||
+#1#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'FormEditMiscGroupBox'#12'Cli'
|
||||
+'entHeight'#3#237#0#11'ClientWidth'#3'M'#1#8'TabOrder'#2#2#0#12'TColorButton'
|
||||
+#18'GrabberColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#130#0#5'Width'#2
|
||||
+'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#17'MarkerColorButton'#4'Left'#2
|
||||
+#6#6'Height'#2#23#3'Top'#3#180#0#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#6'TLa'
|
||||
+'bel'#17'GrabberColorLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'n'#5'Width'#3
|
||||
+'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#16'MakeP'
|
||||
+'athComboBox'#0#0#7'TButton'#14'MakePathButton'#4'Left'#3#239#1#6'Height'#2
|
||||
+#21#3'Top'#2#3#5'Width'#2#20#7'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSp'
|
||||
+'acing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#16'FilesButtonClick'
|
||||
+#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20'TestBuildDirGroupBox'#23'AnchorSideRi'
|
||||
+'ght.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#6#6'Height'#2'6'#3'Top'#3'j'#1#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'a'
|
||||
+'kLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'TestBuildDi'
|
||||
+'rGroupBox'#8'TabOrder'#2#7#0#9'TComboBox'#20'TestBuildDirComboBox'#4'Left'#2
|
||||
+#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#228#1#7'Anchors'#11#5'akTop'#6'akLef'
|
||||
+'t'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbact'
|
||||
+'SearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#20'TestBuildD'
|
||||
+'irComboBox'#0#0#7'TButton'#18'TestBuildDirButton'#4'Left'#3#239#1#6'Height'
|
||||
+#2#21#3'Top'#2#3#5'Width'#2#20#7'Anchors'#11#5'akTop'#7'akRight'#0#25'Border'
|
||||
+'Spacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#22'DirectoriesBut'
|
||||
+'tonClick'#8'TabOrder'#2#1#0#0#0#0#5'TPage'#11'DesktopPage'#7'Caption'#6#11
|
||||
+'DesktopPage'#0#9'TGroupBox'#16'LanguageGroupBox'#23'AnchorSideRight.Control'
|
||||
+#7#11'DesktopPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#4#6'Hei'
|
||||
+'ght'#2'8'#3'Top'#2#10#5'Width'#3#20#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak'
|
||||
+'Right'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#16'LanguageGroupBox'#8'Ta'
|
||||
+'bOrder'#2#0#0#9'TComboBox'#16'LanguageComboBox'#4'Left'#2#6#6'Height'#2#21#3
|
||||
+'Top'#2#8#5'Width'#3#254#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16
|
||||
+'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9
|
||||
+'MaxLength'#2#0#5'Style'#7#14'csDropDownList'#8'TabOrder'#2#0#0#0#0#9'TCheck'
|
||||
+'Box#CheckDiskChangesWithLoadingCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#3
|
||||
+'@'#1#5'Width'#3#7#1#7'Caption'#6'#CheckDiskChangesWithLoadingCheckBox'#8'Ta'
|
||||
+'bOrder'#2#1#0#0#9'TCheckBox$ShowHintsForComponentPaletteCheckBox'#4'Left'#2
|
||||
+#6#6'Height'#2#20#3'Top'#3'V'#1#5'Width'#3#7#1#7'Caption'#6'$ShowHintsForCom'
|
||||
+'ponentPaletteCheckBox'#8'TabOrder'#2#2#0#0#9'TGroupBox'#16'AutoSaveGroupBox'
|
||||
+#23'AnchorSideRight.Control'#7#11'DesktopPage'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#4#6'Height'#3#136#0#3'Top'#2'J'#5'Width'#3#20#2#7'Anch'
|
||||
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Capti'
|
||||
+'on'#6#16'AutoSaveGroupBox'#8'TabOrder'#2#6#0#6'TLabel'#27'AutoSaveIntervalI'
|
||||
+'nSecsLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2'C'#5'Width'#3#245#1#7'Ancho'
|
||||
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#27'AutoSaveIntervalInSe'
|
||||
+'csLabel'#5'Color'#7#6'clNone'#7'Enabled'#8#11'ParentColor'#8#0#0#9'TCheckBo'
|
||||
+'x'#27'AutoSaveEditorFilesCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#4#5
|
||||
+'Width'#3#254#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#27
|
||||
+'AutoSaveEditorFilesCheckBox'#7'Enabled'#8#8'TabOrder'#2#0#0#0#9'TCheckBox'
|
||||
+#23'AutoSaveProjectCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#30#5'Width'
|
||||
+#3#254#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#23'AutoS'
|
||||
+'aveProjectCheckBox'#7'Enabled'#8#8'TabOrder'#2#1#0#0#9'TComboBox'#30'AutoSa'
|
||||
+'veIntervalInSecsComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'W'#5'Width'#3
|
||||
+#254#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11
|
||||
+#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#7'Enabled'#8#13'Items'
|
||||
+'.Strings'#1#6#4'1200'#6#3'600'#6#3'300'#6#3'120'#0#9'MaxLength'#2#0#8'TabOr'
|
||||
+'der'#2#2#0#0#0#9'TGroupBox'#20'DesktopFilesGroupBox'#23'AnchorSideRight.Con'
|
||||
+'trol'#7#11'DesktopPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#4
|
||||
+#6'Height'#2'a'#3'Top'#3#218#0#5'Width'#3#20#2#7'Anchors'#11#5'akTop'#6'akLe'
|
||||
+'ft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'DesktopFilesGr'
|
||||
+'oupBox'#8'TabOrder'#2#3#0#7'TButton'#31'SaveDesktopSettingsToFileButton'#4
|
||||
+'Left'#2#6#6'Height'#2#25#3'Top'#2#8#5'Width'#3#254#1#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#31'Sa'
|
||||
+'veDesktopSettingsToFileButton'#7'OnClick'#7'$SaveDesktopSettingsToFileButto'
|
||||
+'nClick'#8'TabOrder'#2#0#0#0#7'TButton!LoadDesktopSettingsFromFileButton'#4
|
||||
+'Left'#2#6#6'Height'#2#25#3'Top'#2'+'#5'Width'#3#254#1#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6'!Load'
|
||||
+'DesktopSettingsFromFileButton'#7'OnClick'#7'&LoadDesktopSettingsFromFileBut'
|
||||
+'tonClick'#8'TabOrder'#2#1#0#0#0#9'TCheckBox$ShowHintsForMainSpeedButtonsChe'
|
||||
+'ckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#3'j'#1#5'Width'#3#11#1#7'Caption'#6
|
||||
,'$ShowHintsForMainSpeedButtonsCheckBox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#28
|
||||
+'MsgViewDblClickJumpsCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#3'~'#1#5'Wi'
|
||||
+'dth'#3#219#0#7'Caption'#6#28'MsgViewDblClickJumpsCheckBox'#8'TabOrder'#2#5#0
|
||||
+#0#0#5'TPage'#11'WindowsPage'#7'Caption'#6#11'WindowsPage'#0#9'TCheckBox!Min'
|
||||
+'imizeAllOnMinimizeMainCheckBox'#23'AnchorSideRight.Control'#7#11'WindowsPag'
|
||||
+'e'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'
|
||||
+#2#10#5'Width'#3#18#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'Borde'
|
||||
+'rSpacing.Right'#2#6#7'Caption'#6'!MinimizeAllOnMinimizeMainCheckBox'#7'Enab'
|
||||
+'led'#8#8'TabOrder'#2#0#0#0#9'TCheckBox'#20'HideIDEOnRunCheckBox'#23'AnchorS'
|
||||
+'ideRight.Control'#7#11'WindowsPage'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#6#6'Height'#2#20#3'Top'#2'"'#5'Width'#3#18#2#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'HideI'
|
||||
+'DEOnRunCheckBox'#8'TabOrder'#2#1#0#0#9'TGroupBox'#23'WindowPositionsGroupBo'
|
||||
+'x'#23'AnchorSideRight.Control'#7#11'WindowsPage'#20'AnchorSideRight.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#3'@'#1#3'Top'#2'D'#5'Width'#3#18#2#7'Anc'
|
||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'
|
||||
+#2#6#7'Caption'#6#23'WindowPositionsGroupBox'#8'TabOrder'#2#2#0#8'TListBox'
|
||||
+#22'WindowPositionsListBox'#4'Left'#2#6#6'Height'#2'd'#3'Top'#2#6#5'Width'#3
|
||||
+#253#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#9'OnMouseUp'#7#29'Windo'
|
||||
+'wPositionsListBoxMouseUp'#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#0#0#5'TPage'
|
||||
+#14'FormEditorPage'#7'Caption'#6#14'FormEditorPage'#8'OnResize'#7#20'FormEdi'
|
||||
+'torPageResize'#0#9'TGroupBox'#12'GridGroupBox'#4'Left'#2#6#6'Height'#3#171#0
|
||||
+#3'Top'#2#6#5'Width'#3'Q'#1#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'Gri'
|
||||
+'dGroupBox'#8'TabOrder'#2#0#0#6'TLabel'#14'GridColorLabel'#4'Left'#2'F'#6'He'
|
||||
+'ight'#2#13#3'Top'#3#131#0#5'Width'#2'U'#7'Caption'#6#14'GridColorLabel'#5'C'
|
||||
+'olor'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#14'GridSizeXLabel'#4'Left'
|
||||
+#2'u'#6'Height'#2#13#3'Top'#2'<'#5'Width'#3#158#0#7'Anchors'#11#5'akTop'#6'a'
|
||||
+'kLeft'#7'akRight'#0#7'Caption'#6#14'GridSizeXLabel'#5'Color'#7#6'clNone'#11
|
||||
+'ParentColor'#8#0#0#6'TLabel'#14'GridSizeYLabel'#4'Left'#2'u'#6'Height'#2#13
|
||||
+#3'Top'#2'`'#5'Width'#3#158#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
||||
+'Caption'#6#14'GridSizeYLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#12
|
||||
+'TColorButton'#15'GridColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'~'#5
|
||||
+'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtn'
|
||||
+'Face'#0#0#9'TCheckBox'#18'SnapToGridCheckBox'#4'Left'#2#6#6'Height'#2#20#3
|
||||
+'Top'#2#26#5'Width'#3#13#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'C'
|
||||
+'aption'#6#18'SnapToGridCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#16'ShowGr'
|
||||
+'idCheckBox'#4'Left'#2#6#6'Height'#2#20#5'Width'#3#138#0#7'Caption'#6#16'Sho'
|
||||
+'wGridCheckBox'#8'TabOrder'#2#0#0#0#9'TComboBox'#17'GridSizeXComboBox'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#21#3'Top'#2':'#5'Width'#2'd'#16'AutoCompleteText'#11#22
|
||||
+'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#1
|
||||
+'2'#6#1'5'#6#1'8'#6#2'10'#6#2'12'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLen'
|
||||
+'gth'#2#0#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#2#0#0#9'TComboBox'
|
||||
+#17'GridSizeYComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'['#5'Width'#2'd'
|
||||
+#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'
|
||||
+#0#13'Items.Strings'#1#6#1'2'#6#1'5'#6#1'8'#6#2'10'#6#2'12'#6#2'15'#6#2'20'#6
|
||||
+#2'25'#6#2'30'#0#9'MaxLength'#2#0#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOr'
|
||||
+'der'#2#3#0#0#9'TCheckBox'#23'ShowBorderSpaceCheckBox'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#16'ShowGridCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anch'
|
||||
+'orSideTop.Control'#7#16'ShowGridCheckBox'#18'AnchorSideTop.Side'#7#9'asrCen'
|
||||
+'ter'#4'Left'#3#154#0#6'Height'#2#20#5'Width'#3#188#0#18'BorderSpacing.Left'
|
||||
+#2#10#7'Caption'#6#23'ShowBorderSpaceCheckBox'#8'TabOrder'#2#4#0#0#0#9'TGrou'
|
||||
+'pBox'#18'GuideLinesGroupBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGr'
|
||||
+'oupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7
|
||||
+#14'FormEditorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'a'#1#6
|
||||
+'Height'#3#255#0#3'Top'#3#187#0#5'Width'#3#179#0#7'Anchors'#11#5'akTop'#6'ak'
|
||||
+'Left'#7'akRight'#0#18'BorderSpacing.Left'#2#10#19'BorderSpacing.Right'#2#6#7
|
||||
+'Caption'#6#18'GuideLinesGroupBox'#8'TabOrder'#2#1#0#12'TColorButton'#27'Gui'
|
||||
+'deLineColorLeftTopButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'F'#5'Width'#2
|
||||
+'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0
|
||||
+#12'TColorButton'#31'GuideLineColorRightBottomButton'#4'Left'#2#6#6'Height'#2
|
||||
+#23#3'Top'#2'v'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5
|
||||
+'Color'#7#9'clBtnFace'#0#0#6'TLabel'#26'GuideLineColorLeftTopLabel'#4'Left'#2
|
||||
+#6#6'Height'#2#13#3'Top'#2'9'#5'Width'#3#158#0#7'Anchors'#11#5'akTop'#6'akLe'
|
||||
+'ft'#7'akRight'#0#7'Caption'#6#26'GuideLineColorLeftTopLabel'#5'Color'#7#6'c'
|
||||
,'lNone'#11'ParentColor'#8#0#0#6'TLabel'#30'GuideLineColorRightBottomLabel'#4
|
||||
+'Left'#2#6#6'Height'#2#13#3'Top'#2'f'#5'Width'#3#158#0#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#7'Caption'#6#30'GuideLineColorRightBottomLabel'#5'Co'
|
||||
+'lor'#7#6'clNone'#11'ParentColor'#8#0#0#9'TCheckBox'#22'ShowGuideLinesCheckB'
|
||||
+'ox'#4'Left'#2#6#6'Height'#2#20#5'Width'#3#158#0#7'Anchors'#11#5'akTop'#6'ak'
|
||||
+'Left'#7'akRight'#0#7'Caption'#6#22'ShowGuideLinesCheckBox'#8'TabOrder'#2#0#0
|
||||
+#0#9'TCheckBox'#24'SnapToGuideLinesCheckBox'#4'Left'#2#6#6'Height'#2#20#3'To'
|
||||
+'p'#2#19#5'Width'#3#158#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Ca'
|
||||
+'ption'#6#24'SnapToGuideLinesCheckBox'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20
|
||||
+'FormEditMiscGroupBox'#23'AnchorSideRight.Control'#7#14'FormEditorPage'#20'A'
|
||||
+'nchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#255#0#3'Top'#3
|
||||
+#187#0#5'Width'#3'Q'#1#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'FormEdit'
|
||||
+'MiscGroupBox'#8'TabOrder'#2#2#0#12'TColorButton'#18'GrabberColorButton'#4'L'
|
||||
+'eft'#2#6#6'Height'#2#23#3'Top'#3#130#0#5'Width'#2'2'#11'BorderWidth'#2#2#15
|
||||
+'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#17'Marke'
|
||||
+'rColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#180#0#5'Width'#2'2'#11'Bo'
|
||||
+'rderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#6'TLabe'
|
||||
+'l'#17'GrabberColorLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2'n'#5'Width'#3
|
||||
+#28#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#17'GrabberC'
|
||||
+'olorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#16'MarkerCo'
|
||||
+'lorLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#3#160#0#5'Width'#3#28#1#7'Ancho'
|
||||
+'lorLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#3#160#0#5'Width'#3#28#1#7'Ancho'
|
||||
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#16'MarkerColorLabel'#5
|
||||
+'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TCheckBox'#29'ShowComponentCapti'
|
||||
+'onsCheckBox'#4'Left'#2#6#6'Height'#2#13#5'Width'#3#28#1#7'Anchors'#11#5'akT'
|
||||
+'onsCheckBox'#4'Left'#2#6#6'Height'#2#20#5'Width'#3#28#1#7'Anchors'#11#5'akT'
|
||||
+'op'#6'akLeft'#7'akRight'#0#7'Caption'#6#29'ShowComponentCaptionsCheckBox'#8
|
||||
+'TabOrder'#2#0#0#0#9'TCheckBox'#23'ShowEditorHintsCheckBox'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#13#3'Top'#2#25#5'Width'#3#28#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
||||
+'ight'#2#20#3'Top'#2#25#5'Width'#3#28#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
||||
+'kRight'#0#7'Caption'#6#23'ShowEditorHintsCheckBox'#8'TabOrder'#2#1#0#0#9'TC'
|
||||
+'heckBox'#29'AutoCreateFormsOnOpenCheckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'
|
||||
+'heckBox'#29'AutoCreateFormsOnOpenCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'
|
||||
+#2'2'#5'Width'#3#28#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Captio'
|
||||
+'n'#6#29'AutoCreateFormsOnOpenCheckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox'#25
|
||||
+'RightClickSelectsCheckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#2'K'#5'Width'#3
|
||||
+'RightClickSelectsCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'K'#5'Width'#3
|
||||
+#28#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#25'RightCli'
|
||||
+'ckSelectsCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#25'DesignerPaintLazyChe'
|
||||
+'ckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#3#205#0#5'Width'#3#28#1#7'Anchors'
|
||||
+'ckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#3#205#0#5'Width'#3#28#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#25'DesignerPaintLazyCheckBo'
|
||||
+'x'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#4#0#0#0#9'TGroupBox'#18
|
||||
+'RubberbandGroupBox'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#19'Anchor'
|
||||
+'SideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'FormEditorPa'
|
||||
+'ge'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'a'#1#6'Height'#3#170#0
|
||||
+#3'Top'#2#6#5'Width'#3#175#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18
|
||||
+#3'Top'#2#6#5'Width'#3#179#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18
|
||||
+'BorderSpacing.Left'#2#10#19'BorderSpacing.Right'#2#6#7'Caption'#6#18'Rubber'
|
||||
+'bandGroupBox'#12'ClientHeight'#3#152#0#11'ClientWidth'#3#171#0#5'Color'#7#9
|
||||
+'clBtnFace'#11'ParentColor'#8#8'TabOrder'#2#3#0#12'TColorButton'#27'Rubberba'
|
||||
+'ndSelectColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#19#5'Width'#2'2'#11
|
||||
+'BorderWidth'#2#2#0#0#12'TColorButton'#27'RubberbandCreateColorButton'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#23#3'Top'#2'F'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#6'T'
|
||||
+'Label'#26'RubberbandSelectColorLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#3
|
||||
+#5'Width'#3#146#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6
|
||||
+#26'RubberbandSelectColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6
|
||||
+'TLabel'#26'RubberbandCreateColorLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2
|
||||
+'6'#5'Width'#3#146#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'
|
||||
+#6#26'RubberbandCreateColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0
|
||||
+#9'TCheckBox$RubberbandSelectsGrandChildsCheckBox'#4'Left'#2#6#6'Height'#2#13
|
||||
+#3'Top'#2'f'#5'Width'#3#154#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
||||
+'Caption'#6'$RubberbandSelectsGrandChildsCheckBox'#8'TabOrder'#2#0#0#0#0#0#5
|
||||
+'TPage'#19'ObjectInspectorPage'#7'Caption'#6#19'ObjectInspectorPage'#11'Clie'
|
||||
,'ntWidth'#3#22#2#12'ClientHeight'#3#197#1#0#9'TGroupBox'#29'ObjectInspectorC'
|
||||
+'olorsGroupBox'#23'AnchorSideRight.Control'#7#19'ObjectInspectorPage'#20'Anc'
|
||||
+'horSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#173#0#3'Top'#2#7#5
|
||||
+'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacin'
|
||||
+'g.Left'#2#5#17'BorderSpacing.Top'#2#5#19'BorderSpacing.Right'#2#6#7'Caption'
|
||||
+#6#29'ObjectInspectorColorsGroupBox'#12'ClientHeight'#3#173#0#11'ClientWidth'
|
||||
+#3#14#2#8'TabOrder'#2#0#0#12'TColorButton'#23'OIBackgroundColorButton'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#23#3'Top'#2#5#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#12'T'
|
||||
+'ColorButton'#21'OISubPropsColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2
|
||||
+#29#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#23'OIReferencesCo'
|
||||
+'lorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'5'#5'Width'#2'2'#11'BorderWi'
|
||||
+'dth'#2#2#0#0#12'TColorButton'#18'OIValueColorButton'#4'Left'#2#6#6'Height'#2
|
||||
+#23#3'Top'#2'M'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#25'OI'
|
||||
+'DefaultValueColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'e'#5'Width'#2
|
||||
+'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#21'OIPropNameColorButton'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#23#3'Top'#2'}'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#6'T'
|
||||
+'Label'#22'OIBackgroundColorLabel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2#11#5
|
||||
+'Width'#3#190#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22
|
||||
+'OIBackgroundColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'
|
||||
+#20'OISubPropsColorLabel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2'#'#5'Width'#3
|
||||
+#190#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'OISubPr'
|
||||
+'opsColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#22'OIRe'
|
||||
+'ferencesColorLabel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2';'#5'Width'#3#190#1
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'OIReferencesC'
|
||||
+'olorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#17'OIValueC'
|
||||
+'olorLabel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2'S'#5'Width'#3#190#1#7'Ancho'
|
||||
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#17'OIValueColorLabel'#5
|
||||
+'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#24'OIDefaultValueColorLa'
|
||||
+'bel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2'k'#5'Width'#3#190#1#7'Anchors'#11
|
||||
+#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'OIDefaultValueColorLabel'#5
|
||||
+'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#20'OIPropNameColorLabel'
|
||||
+#4'Left'#2'A'#6'Height'#2#13#3'Top'#3#131#0#5'Width'#3#190#1#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'OIPropNameColorLabel'#5'Color'
|
||||
+#7#6'clNone'#11'ParentColor'#8#0#0#0#9'TGroupBox'#14'OIMiscGroupBox'#23'Anch'
|
||||
+'orSideRight.Control'#7#19'ObjectInspectorPage'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2'i'#3'Top'#3#186#0#5'Width'#3#14#2#7'Anch'
|
||||
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Capti'
|
||||
+'on'#6#14'OIMiscGroupBox'#12'ClientHeight'#2'i'#11'ClientWidth'#3#14#2#8'Tab'
|
||||
+'Order'#2#1#0#6'TLabel'#24'OIDefaultItemHeightLabel'#4'Left'#2#6#6'Height'#2
|
||||
+#13#3'Top'#2#6#5'Width'#3#214#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#7'Caption'#6#24'OIDefaultItemHeightLabel'#5'Color'#7#6'clNone'#11'ParentCol'
|
||||
+'or'#8#0#0#9'TCheckBox'#18'OIShowHintCheckBox'#4'Left'#2#6#6'Height'#2#20#3
|
||||
+'Top'#2'7'#5'Width'#3#214#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
||||
+'Caption'#6#18'OIShowHintCheckBox'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#27'OIDef'
|
||||
+'aultItemHeightSpinEdit'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#24#5'Width'#2'E'
|
||||
+#8'TabOrder'#2#1#5'Value'#2#1#0#0#0#0#5'TPage'#10'BackupPage'#7'Caption'#6#10
|
||||
+'BackupPage'#11'ClientWidth'#3#22#2#12'ClientHeight'#3#197#1#0#6'TLabel'#15
|
||||
+'BackupHelpLabel'#23'AnchorSideRight.Control'#7#10'BackupPage'#20'AnchorSide'
|
||||
+'Right.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#7#5'Width'#3
|
||||
+#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2
|
||||
+#6#7'Caption'#6#15'BackupHelpLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0
|
||||
+#0#9'TGroupBox'#21'BackupProjectGroupBox'#23'AnchorSideRight.Control'#7#10'B'
|
||||
+'ackupPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3
|
||||
+#201#0#3'Top'#2'"'#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
|
||||
+'t'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#21'BackupProjectGroupBox'#12
|
||||
+'ClientHeight'#3#201#0#11'ClientWidth'#3#14#2#8'TabOrder'#2#0#0#6'TLabel'#18
|
||||
+'BakProjAddExtLabel'#22'AnchorSideLeft.Control'#7#21'BakProjAddExtComboBox'
|
||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'BakPr'
|
||||
+'ojAddExtComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Heig'
|
||||
+'ht'#2#13#3'Top'#2'f'#5'Width'#3#142#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak'
|
||||
+'Right'#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#18'BakProjAddExtLabel'#5'C'
|
||||
+'olor'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#22'BakProjMaxCounterLabel'
|
||||
+#22'AnchorSideLeft.Control'#7#25'BakProjMaxCounterComboBox'#19'AnchorSideLef'
|
||||
+'t.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#25'BakProjMaxCounterComb'
|
||||
,'oBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'T'
|
||||
+'op'#3#129#0#5'Width'#3#142#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#18'BorderSpacing.Left'#2#6#7'Caption'#6#22'BakProjMaxCounterLabel'#5'Color'
|
||||
+#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#18'BakProjSubDirLabel'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#21'BakProjSubDirComboBox'#19'AnchorSideLeft.Side'#7#9
|
||||
+'asrBottom'#21'AnchorSideTop.Control'#7#21'BakProjSubDirComboBox'#18'AnchorS'
|
||||
+'ideTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'#3#156#0#5'Wi'
|
||||
+'dth'#3#142#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing'
|
||||
+'.Left'#2#6#7'Caption'#6#18'BakProjSubDirLabel'#5'Color'#7#6'clNone'#11'Pare'
|
||||
+'ntColor'#8#0#0#11'TRadioGroup'#21'BakProjTypeRadioGroup'#4'Left'#2#6#6'Heig'
|
||||
+'ht'#2'X'#5'Width'#3#249#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'A'
|
||||
+'utoFill'#9#7'Caption'#6#21'BakProjTypeRadioGroup'#28'ChildSizing.LeftRightS'
|
||||
+'pacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHori'
|
||||
+'zontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24
|
||||
+'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChi'
|
||||
+'lds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Lay'
|
||||
+'out'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2
|
||||
+#7'Columns'#2#2#7'OnClick'#7#22'BakTypeRadioGroupClick'#8'TabOrder'#2#0#0#0#9
|
||||
+'TComboBox'#21'BakProjAddExtComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'b'
|
||||
+#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSe'
|
||||
+'archAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#21'BakProjAddEx'
|
||||
+'tComboBox'#0#0#9'TComboBox'#25'BakProjMaxCounterComboBox'#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2#21#3'Top'#2'}'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLi'
|
||||
+'neComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#4'T'
|
||||
+'ext'#6#25'BakProjMaxCounterComboBox'#0#0#9'TComboBox'#21'BakProjSubDirCombo'
|
||||
+'Box'#4'Left'#2#6#6'Height'#2#21#3'Top'#3#152#0#5'Width'#2'd'#16'AutoComplet'
|
||||
+'bandGroupBox'#5'Color'#7#9'clBtnFace'#11'ParentColor'#8#8'TabOrder'#2#3#0#12
|
||||
+'TColorButton'#27'RubberbandSelectColorButton'#4'Left'#2#6#6'Height'#2#23#3
|
||||
+'Top'#2#19#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Colo'
|
||||
+'r'#7#9'clBtnFace'#0#0#12'TColorButton'#27'RubberbandCreateColorButton'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2#23#3'Top'#2'F'#5'Width'#2'2'#11'BorderWidth'#2#2#15'But'
|
||||
+'tonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#6'TLabel'#26'RubberbandSelec'
|
||||
+'tColorLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#3#5'Width'#3#150#0#7'Ancho'
|
||||
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#26'RubberbandSelectColo'
|
||||
+'rLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#26'RubberbandC'
|
||||
+'reateColorLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2'6'#5'Width'#3#150#0#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#26'RubberbandCreat'
|
||||
+'eColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TCheckBox$Rubberb'
|
||||
+'andSelectsGrandChildsCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'f'#5'Wid'
|
||||
+'th'#3#158#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6'$Rub'
|
||||
+'berbandSelectsGrandChildsCheckBox'#8'TabOrder'#2#0#0#0#0#0#5'TPage'#19'Obje'
|
||||
+'ctInspectorPage'#7'Caption'#6#19'ObjectInspectorPage'#0#9'TGroupBox'#29'Obj'
|
||||
+'ectInspectorColorsGroupBox'#23'AnchorSideRight.Control'#7#19'ObjectInspecto'
|
||||
+'rPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#173#0
|
||||
+#3'Top'#2#7#5'Width'#3#18#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18
|
||||
+'BorderSpacing.Left'#2#5#17'BorderSpacing.Top'#2#5#19'BorderSpacing.Right'#2
|
||||
+#6#7'Caption'#6#29'ObjectInspectorColorsGroupBox'#8'TabOrder'#2#0#0#12'TColo'
|
||||
+'rButton'#23'OIBackgroundColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#5#5
|
||||
,'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtn'
|
||||
+'Face'#0#0#12'TColorButton'#21'OISubPropsColorButton'#4'Left'#2#6#6'Height'#2
|
||||
+#23#3'Top'#2#29#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5
|
||||
+'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#23'OIReferencesColorButton'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2#23#3'Top'#2'5'#5'Width'#2'2'#11'BorderWidth'#2#2#15'But'
|
||||
+'tonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#18'OIValueC'
|
||||
+'olorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'M'#5'Width'#2'2'#11'BorderW'
|
||||
+'idth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorBut'
|
||||
+'ton'#25'OIDefaultValueColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'e'#5
|
||||
+'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtn'
|
||||
+'Face'#0#0#12'TColorButton'#21'OIPropNameColorButton'#4'Left'#2#6#6'Height'#2
|
||||
+#23#3'Top'#2'}'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5
|
||||
+'Color'#7#9'clBtnFace'#0#0#6'TLabel'#22'OIBackgroundColorLabel'#4'Left'#2'A'
|
||||
+#6'Height'#2#13#3'Top'#2#11#5'Width'#3#194#1#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#7'Caption'#6#22'OIBackgroundColorLabel'#5'Color'#7#6'clNone'#11
|
||||
+'ParentColor'#8#0#0#6'TLabel'#20'OISubPropsColorLabel'#4'Left'#2'A'#6'Height'
|
||||
+#2#13#3'Top'#2'#'#5'Width'#3#194#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
|
||||
+'t'#0#7'Caption'#6#20'OISubPropsColorLabel'#5'Color'#7#6'clNone'#11'ParentCo'
|
||||
+'lor'#8#0#0#6'TLabel'#22'OIReferencesColorLabel'#4'Left'#2'A'#6'Height'#2#13
|
||||
+#3'Top'#2';'#5'Width'#3#194#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
||||
+'Caption'#6#22'OIReferencesColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8
|
||||
+#0#0#6'TLabel'#17'OIValueColorLabel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2'S'
|
||||
+#5'Width'#3#194#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6
|
||||
+#17'OIValueColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'
|
||||
+#24'OIDefaultValueColorLabel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2'k'#5'Widt'
|
||||
+'h'#3#194#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'OI'
|
||||
+'DefaultValueColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'
|
||||
+#20'OIPropNameColorLabel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#3#131#0#5'Width'
|
||||
+#3#194#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'OIPro'
|
||||
+'pNameColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#0#9'TGroupBox'
|
||||
+#14'OIMiscGroupBox'#23'AnchorSideRight.Control'#7#19'ObjectInspectorPage'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'i'#3'Top'#3#186
|
||||
+#0#5'Width'#3#18#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSp'
|
||||
+'acing.Right'#2#6#7'Caption'#6#14'OIMiscGroupBox'#8'TabOrder'#2#1#0#6'TLabel'
|
||||
+#24'OIDefaultItemHeightLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#6#5'Width'
|
||||
+#3#218#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'OIDef'
|
||||
+'aultItemHeightLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TCheckBox'
|
||||
+#18'OIShowHintCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'7'#5'Width'#3#218
|
||||
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#18'OIShowHintC'
|
||||
+'heckBox'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#27'OIDefaultItemHeightSpinEdit'#4
|
||||
+'Left'#2#6#6'Height'#2#20#3'Top'#2#24#5'Width'#2'E'#8'TabOrder'#2#1#5'Value'
|
||||
+#2#1#0#0#0#0#5'TPage'#10'BackupPage'#7'Caption'#6#10'BackupPage'#0#6'TLabel'
|
||||
+#15'BackupHelpLabel'#23'AnchorSideRight.Control'#7#10'BackupPage'#20'AnchorS'
|
||||
+'ideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#7#5'Width'
|
||||
+#3#18#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'
|
||||
+#2#6#7'Caption'#6#15'BackupHelpLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8
|
||||
+#0#0#9'TGroupBox'#21'BackupProjectGroupBox'#23'AnchorSideRight.Control'#7#10
|
||||
+'BackupPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3
|
||||
+#201#0#3'Top'#2'"'#5'Width'#3#18#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
|
||||
+'t'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#21'BackupProjectGroupBox'#8'T'
|
||||
+'abOrder'#2#0#0#6'TLabel'#18'BakProjAddExtLabel'#22'AnchorSideLeft.Control'#7
|
||||
+#21'BakProjAddExtComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorS'
|
||||
+'ideTop.Control'#7#21'BakProjAddExtComboBox'#18'AnchorSideTop.Side'#7#9'asrC'
|
||||
+'enter'#4'Left'#2'p'#6'Height'#2#13#3'Top'#2'f'#5'Width'#3#146#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#7'Caption'#6
|
||||
+#18'BakProjAddExtLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'
|
||||
+#22'BakProjMaxCounterLabel'#22'AnchorSideLeft.Control'#7#25'BakProjMaxCounte'
|
||||
+'rComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'
|
||||
+#7#25'BakProjMaxCounterComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Lef'
|
||||
+'t'#2'p'#6'Height'#2#13#3'Top'#3#129#0#5'Width'#3#146#1#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#22'BakPro'
|
||||
+'jMaxCounterLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#18'B'
|
||||
+'akProjSubDirLabel'#22'AnchorSideLeft.Control'#7#21'BakProjSubDirComboBox'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'BakProjS'
|
||||
,'ubDirComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'
|
||||
+#2#13#3'Top'#3#156#0#5'Width'#3#146#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
||||
+'ight'#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#18'BakProjSubDirLabel'#5'Co'
|
||||
+'lor'#7#6'clNone'#11'ParentColor'#8#0#0#11'TRadioGroup'#21'BakProjTypeRadioG'
|
||||
+'roup'#4'Left'#2#6#6'Height'#2'X'#5'Width'#3#253#1#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#8'AutoFill'#9#7'Caption'#6#21'BakProjTypeRadioGroup'#28
|
||||
+'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'C'
|
||||
+'hildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing'
|
||||
+'.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHoriz'
|
||||
+'ontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChi'
|
||||
+'lds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSiz'
|
||||
+'ing.ControlsPerLine'#2#2#7'Columns'#2#2#7'OnClick'#7#22'BakTypeRadioGroupCl'
|
||||
+'ick'#8'TabOrder'#2#0#0#0#9'TComboBox'#21'BakProjAddExtComboBox'#4'Left'#2#6
|
||||
+#6'Height'#2#21#3'Top'#2'b'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEn'
|
||||
+'dOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#1
|
||||
+#4'Text'#6#21'BakProjAddExtComboBox'#0#0#9'TComboBox'#25'BakProjMaxCounterCo'
|
||||
+'mboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'}'#5'Width'#2'd'#16'AutoComplet'
|
||||
+'eText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'
|
||||
+#2#0#8'TabOrder'#2#3#4'Text'#6#21'BakProjSubDirComboBox'#0#0#0#9'TGroupBox'
|
||||
+#19'BackupOtherGroupBox'#23'AnchorSideRight.Control'#7#10'BackupPage'#20'Anc'
|
||||
+'horSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#196#0#3'Top'#3#242
|
||||
+#0#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSp'
|
||||
+'acing.Right'#2#6#7'Caption'#6#19'BackupOtherGroupBox'#12'ClientHeight'#3#196
|
||||
+#0#11'ClientWidth'#3#14#2#8'TabOrder'#2#1#0#6'TLabel'#19'BakOtherAddExtLabel'
|
||||
+#22'AnchorSideLeft.Control'#7#22'BakOtherAddExtComboBox'#19'AnchorSideLeft.S'
|
||||
+'ide'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'BakOtherAddExtComboBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'#2
|
||||
+'c'#5'Width'#3#142#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'Border'
|
||||
+'Spacing.Left'#2#6#7'Caption'#6#19'BakOtherAddExtLabel'#5'Color'#7#6'clNone'
|
||||
+#11'ParentColor'#8#0#0#6'TLabel'#23'BakOtherMaxCounterLabel'#22'AnchorSideLe'
|
||||
+'ft.Control'#7#26'BakOtherMaxCounterComboBox'#19'AnchorSideLeft.Side'#7#9'as'
|
||||
+'rBottom'#21'AnchorSideTop.Control'#7#26'BakOtherMaxCounterComboBox'#18'Anch'
|
||||
+'orSideTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'#2'~'#5'Wi'
|
||||
+'dth'#3#142#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing'
|
||||
+'.Left'#2#6#7'Caption'#6#23'BakOtherMaxCounterLabel'#5'Color'#7#6'clNone'#11
|
||||
+'ParentColor'#8#0#0#6'TLabel'#19'BakOtherSubDirLabel'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#22'BakOtherSubDirComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
||||
+'AnchorSideTop.Control'#7#22'BakOtherSubDirComboBox'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'#3#153#0#5'Width'#3#142#1#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#7'Ca'
|
||||
+'ption'#6#19'BakOtherSubDirLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0
|
||||
+#11'TRadioGroup'#22'BakOtherTypeRadioGroup'#4'Left'#2#6#6'Height'#2'T'#5'Wid'
|
||||
+'th'#3#249#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7'C'
|
||||
+'aption'#6#22'BakOtherTypeRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28
|
||||
+'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'cr'
|
||||
+'sHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousC'
|
||||
+'hildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildS'
|
||||
+'izing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclL'
|
||||
+'eftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2
|
||||
+#2#7'OnClick'#7#22'BakTypeRadioGroupClick'#8'TabOrder'#2#0#0#0#9'TComboBox'
|
||||
+#22'BakOtherAddExtComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'_'#5'Width'#2
|
||||
+'d'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscendi'
|
||||
+'ng'#0#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#22'BakOtherAddExtComboBox'
|
||||
+#0#0#9'TComboBox'#26'BakOtherMaxCounterComboBox'#4'Left'#2#6#6'Height'#2#21#3
|
||||
+'Top'#2'z'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'
|
||||
,#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#4'Text'#6#26'Ba'
|
||||
+'kOtherMaxCounterComboBox'#0#0#9'TComboBox'#22'BakOtherSubDirComboBox'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#21#3'Top'#3#149#0#5'Width'#2'd'#16'AutoCompleteText'#11
|
||||
+#2#0#8'TabOrder'#2#2#4'Text'#6#25'BakProjMaxCounterComboBox'#0#0#9'TComboBox'
|
||||
+#21'BakProjSubDirComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#3#152#0#5'Width'
|
||||
+#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscen'
|
||||
+'ding'#0#9'MaxLength'#2#0#8'TabOrder'#2#3#4'Text'#6#21'BakProjSubDirComboBox'
|
||||
+#0#0#0#9'TGroupBox'#19'BackupOtherGroupBox'#23'AnchorSideRight.Control'#7#10
|
||||
+'BackupPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3
|
||||
+#196#0#3'Top'#3#242#0#5'Width'#3#18#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
||||
+'ight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#19'BackupOtherGroupBox'#8
|
||||
+'TabOrder'#2#1#0#6'TLabel'#19'BakOtherAddExtLabel'#22'AnchorSideLeft.Control'
|
||||
+#7#22'BakOtherAddExtComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anch'
|
||||
+'orSideTop.Control'#7#22'BakOtherAddExtComboBox'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'#2'c'#5'Width'#3#146#1#7'Ancho'
|
||||
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#7'Caption'
|
||||
+#6#19'BakOtherAddExtLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLab'
|
||||
+'el'#23'BakOtherMaxCounterLabel'#22'AnchorSideLeft.Control'#7#26'BakOtherMax'
|
||||
+'CounterComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Co'
|
||||
+'ntrol'#7#26'BakOtherMaxCounterComboBox'#18'AnchorSideTop.Side'#7#9'asrCente'
|
||||
+'r'#4'Left'#2'p'#6'Height'#2#13#3'Top'#2'~'#5'Width'#3#146#1#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#23'Ba'
|
||||
+'kOtherMaxCounterLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'
|
||||
+#19'BakOtherSubDirLabel'#22'AnchorSideLeft.Control'#7#22'BakOtherSubDirCombo'
|
||||
+'Box'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22
|
||||
+'BakOtherSubDirComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6
|
||||
+'Height'#2#13#3'Top'#3#153#0#5'Width'#3#146#1#7'Anchors'#11#5'akTop'#6'akLef'
|
||||
+'t'#7'akRight'#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#19'BakOtherSubDirLa'
|
||||
+'bel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#11'TRadioGroup'#22'BakOther'
|
||||
+'TypeRadioGroup'#4'Left'#2#6#6'Height'#2'T'#5'Width'#3#253#1#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7'Caption'#6#22'BakOtherTypeRad'
|
||||
+'ioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpaci'
|
||||
+'ng'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27
|
||||
+'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.'
|
||||
+'ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14
|
||||
+'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'
|
||||
+#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#7'OnClick'#7#22'BakTypeR'
|
||||
+'adioGroupClick'#8'TabOrder'#2#0#0#0#9'TComboBox'#22'BakOtherAddExtComboBox'
|
||||
+#4'Left'#2#6#6'Height'#2#21#3'Top'#2'_'#5'Width'#2'd'#16'AutoCompleteText'#11
|
||||
+#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'Ta'
|
||||
+'bOrder'#2#3#4'Text'#6#22'BakOtherSubDirComboBox'#0#0#0#0#5'TPage'#10'Naming'
|
||||
+'Page'#7'Caption'#6#10'NamingPage'#11'ClientWidth'#3#22#2#12'ClientHeight'#3
|
||||
+#197#1#0#11'TRadioGroup'#23'PascalFileExtRadiogroup'#23'AnchorSideRight.Cont'
|
||||
+'rol'#7#10'NamingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'bOrder'#2#1#4'Text'#6#22'BakOtherAddExtComboBox'#0#0#9'TComboBox'#26'BakOth'
|
||||
+'erMaxCounterComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'z'#5'Width'#2'd'
|
||||
+#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'
|
||||
+#0#9'MaxLength'#2#0#8'TabOrder'#2#2#4'Text'#6#26'BakOtherMaxCounterComboBox'
|
||||
+#0#0#9'TComboBox'#22'BakOtherSubDirComboBox'#4'Left'#2#6#6'Height'#2#21#3'To'
|
||||
+'p'#3#149#0#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'
|
||||
+#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#3#4'Text'#6#22'Ba'
|
||||
+'kOtherSubDirComboBox'#0#0#0#0#5'TPage'#10'NamingPage'#7'Caption'#6#10'Namin'
|
||||
+'gPage'#0#11'TRadioGroup'#23'PascalFileExtRadiogroup'#23'AnchorSideRight.Con'
|
||||
,'trol'#7#10'NamingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2'/'#3'Top'#2#6#5'Width'#3#14#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#23'PascalFileExtRadiogroup'#28'Child'
|
||||
+'Sizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildS'
|
||||
@ -420,40 +413,36 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
||||
+'Resize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizin'
|
||||
+'g.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftT'
|
||||
+'oRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#8
|
||||
+'TabOrder'#2#2#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'#6#10'LazDocPage'#11
|
||||
+'ClientWidth'#3#22#2#12'ClientHeight'#3#197#1#0#6'TLabel'#15'LazDocNoteLabel'
|
||||
+#4'Left'#2#8#6'Height'#2#13#3'Top'#3#226#0#5'Width'#3#3#1#7'Caption'#6'+NOTE'
|
||||
+': only absolute paths are supported now'#5'Color'#7#6'clNone'#11'ParentColo'
|
||||
+'r'#8#0#0#9'TGroupBox'#19'LazDocPathsGroupBox'#23'AnchorSideRight.Control'#7
|
||||
+#10'LazDocPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
+#3#210#0#3'Top'#2#6#5'Width'#3#14#2#5'Align'#7#5'alTop'#20'BorderSpacing.Aro'
|
||||
+'und'#2#6#7'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'#3#210#0#11'C'
|
||||
+'lientWidth'#3#14#2#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocListBox'#4'Left'#2
|
||||
+#6#6'Height'#2'l'#3'Top'#2#6#5'Width'#3#254#1#5'Align'#7#5'alTop'#20'BorderS'
|
||||
+'pacing.Around'#2#6#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#7'TButton'#19'LazD'
|
||||
+'ocAddPathButton'#4'Left'#2#6#6'Height'#2#26#3'Top'#2'z'#5'Width'#3#140#0#8
|
||||
+'AutoSize'#9#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#19'LazDocAddPath'
|
||||
+'Button'#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2#1#0#0#7'TBu'
|
||||
+'tton'#22'LazDocDeletePathButton'#22'AnchorSideLeft.Control'#7#19'LazDocAddP'
|
||||
+'athButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#156#0#6'Height'
|
||||
+#2#26#3'Top'#2'z'#5'Width'#3#153#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#10
|
||||
+#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#22'LazDocDeletePathButton'#7
|
||||
+'OnClick'#7#27'LazDocDeletePathButtonClick'#8'TabOrder'#2#2#0#0#5'TEdit'#14
|
||||
+'LazDocPathEdit'#21'AnchorSideTop.Control'#7#19'LazDocAddPathButton'#18'Anch'
|
||||
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#154#0#5
|
||||
+'Width'#3#221#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpaci'
|
||||
+'ng.Top'#2#6#8'TabOrder'#2#3#4'Text'#6#14'LazDocPathEdit'#0#0#7'TButton'#18
|
||||
+'LazDocBrowseButton'#22'AnchorSideLeft.Control'#7#14'LazDocPathEdit'#19'Anch'
|
||||
+'orSideLeft.Side'#7#9'asrBottom'#4'Left'#3#233#1#6'Height'#2#23#3'Top'#3#156
|
||||
+#0#5'Width'#2#19#18'BorderSpacing.Left'#2#6#25'BorderSpacing.InnerBorder'#2#4
|
||||
+#7'Caption'#6#3'...'#7'OnClick'#7#23'LazDocBrowseButtonClick'#8'TabOrder'#2#4
|
||||
+#0#0#0#0#0#7'TButton'#12'CancelButton'#4'Left'#3#203#1#6'Height'#2#25#3'Top'
|
||||
+#3#231#1#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpaci'
|
||||
,'ng.InnerBorder'#2#4#6'Cancel'#9#7'Caption'#6#12'CancelButton'#7'OnClick'#7
|
||||
+#17'CancelButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#8'OkButton'#4'Left'#3
|
||||
+'y'#1#6'Height'#2#25#3'Top'#3#231#1#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8
|
||||
+'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#2'Ok'#7'Default'
|
||||
+#9#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#2#0#0#22'TSelectDirectoryDia'
|
||||
+'log'#21'SelectDirectoryDialog'#5'Title'#6#16'Select Directory'#11'FilterInd'
|
||||
+'ex'#2#0#4'left'#3#232#1#3'top'#2#8#0#0#0
|
||||
+'TabOrder'#2#2#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'#6#10'LazDocPage'#0#9
|
||||
+'TGroupBox'#19'LazDocPathsGroupBox'#23'AnchorSideRight.Control'#7#10'LazDocP'
|
||||
+'age'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#210#0#3
|
||||
+'Top'#2#6#5'Width'#3#14#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#19'LazDocPathsGroupBox'#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocL'
|
||||
+'istBox'#4'Left'#2#6#6'Height'#2'l'#3'Top'#2#6#5'Width'#3#254#1#5'Align'#7#5
|
||||
+'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#7
|
||||
+'TButton'#19'LazDocAddPathButton'#4'Left'#2#6#6'Height'#2#26#3'Top'#2'z'#5'W'
|
||||
+'idth'#3#140#0#8'AutoSize'#9#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6
|
||||
+#19'LazDocAddPathButton'#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOrde'
|
||||
+'r'#2#1#0#0#7'TButton'#22'LazDocDeletePathButton'#22'AnchorSideLeft.Control'
|
||||
+#7#19'LazDocAddPathButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+#156#0#6'Height'#2#26#3'Top'#2'z'#5'Width'#3#153#0#8'AutoSize'#9#18'BorderSp'
|
||||
+'acing.Left'#2#10#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#22'LazDocDe'
|
||||
+'letePathButton'#7'OnClick'#7#27'LazDocDeletePathButtonClick'#8'TabOrder'#2#2
|
||||
+#0#0#5'TEdit'#14'LazDocPathEdit'#21'AnchorSideTop.Control'#7#19'LazDocAddPat'
|
||||
+'hButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3
|
||||
+'Top'#3#154#0#5'Width'#3#217#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#17'BorderSpacing.Top'#2#6#8'TabOrder'#2#3#4'Text'#6#14'LazDocPathEdit'#0#0#7
|
||||
+'TButton'#18'LazDocBrowseButton'#22'AnchorSideLeft.Control'#7#14'LazDocPathE'
|
||||
+'dit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#229#1#6'Height'#2#23#3
|
||||
+'Top'#3#156#0#5'Width'#2#19#18'BorderSpacing.Left'#2#6#25'BorderSpacing.Inne'
|
||||
+'rBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#23'LazDocBrowseButtonClick'#8
|
||||
+'TabOrder'#2#4#0#0#0#0#0#7'TButton'#12'CancelButton'#4'Left'#3#203#1#6'Heigh'
|
||||
+'t'#2#25#3'Top'#3#231#1#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0
|
||||
+#25'BorderSpacing.InnerBorder'#2#4#6'Cancel'#9#7'Caption'#6#12'CancelButton'
|
||||
+#7'OnClick'#7#17'CancelButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#8'OkButto'
|
||||
+'n'#4'Left'#3'y'#1#6'Height'#2#25#3'Top'#3#231#1#5'Width'#2'K'#7'Anchors'#11
|
||||
+#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#2'O'
|
||||
+'k'#7'Default'#9#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#2#0#0#22'TSele'
|
||||
+'ctDirectoryDialog'#21'SelectDirectoryDialog'#5'Title'#6#16'Select Directory'
|
||||
+#11'FilterIndex'#2#0#4'left'#3#232#1#3'top'#2#8#0#0#0
|
||||
]);
|
||||
|
@ -464,7 +464,6 @@ type
|
||||
LazDocAddPathButton: TButton;
|
||||
LazDocPathsGroupBox: TGroupBox;
|
||||
LazDocListBox: TListBox;
|
||||
LazDocNoteLabel: TLabel;
|
||||
|
||||
// language
|
||||
LanguageGroupBox: TGroupBox;
|
||||
@ -2055,8 +2054,7 @@ begin
|
||||
LazDocPathsGroupBox.Caption := lisLazDocPathsGroupBox;
|
||||
LazDocAddPathButton.Caption := lisLazDocAddPathButton;
|
||||
LazDocDeletePathButton.Caption := lisLazDocDeletePathButton;
|
||||
LazDocNoteLabel.Caption:=lisEONOTEOnlyAbsolutePathsAreSupportedNow;
|
||||
|
||||
|
||||
LazDocPathEdit.Clear;
|
||||
end;
|
||||
|
||||
|
@ -572,9 +572,9 @@ begin
|
||||
begin
|
||||
APage:=TCustomPage(fPageList[Index]);
|
||||
APage.FTabVisible:=false;
|
||||
PageRemoved(Index);
|
||||
if HandleAllocated then
|
||||
AddRemovePageHandle(APage);
|
||||
PageRemoved(Index);
|
||||
FPageList.Delete(Index);
|
||||
APage.Parent:=nil;
|
||||
if FPageIndex >= Index then
|
||||
|
@ -57,14 +57,16 @@ procedure TCustomPage.SetTabVisible(const AValue: Boolean);
|
||||
begin
|
||||
if AValue = FTabVisible then exit;
|
||||
FTabVisible := AValue;
|
||||
// if the page is active, set a new pageindex
|
||||
if not FTabVisible then
|
||||
TCustomNotebook(Parent).PageRemoved(PageIndex);
|
||||
TCustomNotebook(Parent).AddRemovePageHandle(Self);
|
||||
// check if there was no visible tab
|
||||
if FTabVisible then
|
||||
begin
|
||||
// check if there was no visible tab
|
||||
if TCustomNotebook(Parent).PageIndex = -1 then
|
||||
TCustomNotebook(Parent).PageIndex:=PageIndex;
|
||||
end
|
||||
else
|
||||
// Check if the page is active and set a new pageindex
|
||||
TCustomNotebook(Parent).PageRemoved(PageIndex);
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user