mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 17:11:59 +02:00
IDE: fixed backcolor of rubber band groupbox in environment options
git-svn-id: trunk@9926 -
This commit is contained in:
parent
ce1c3f69e2
commit
04cb05a3ff
@ -17,25 +17,25 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
OnChangeBounds = NotebookChangeBounds
|
||||
PageIndex = 0
|
||||
PageIndex = 3
|
||||
object FilesPage: TPage
|
||||
Caption = 'FilesPage'
|
||||
ClientWidth = 538
|
||||
ClientHeight = 449
|
||||
ClientWidth = 534
|
||||
ClientHeight = 453
|
||||
object MaxRecentOpenFilesLabel: TLabel
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 14
|
||||
Top = 10
|
||||
Width = 153
|
||||
Width = 127
|
||||
Caption = 'MaxRecentOpenFilesLabel'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object MaxRecentProjectFilesLabel: TLabel
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 14
|
||||
Top = 58
|
||||
Width = 161
|
||||
Width = 135
|
||||
Caption = 'MaxRecentProjectFilesLabel'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
@ -46,7 +46,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 26
|
||||
Width = 526
|
||||
Width = 522
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Right = 6
|
||||
@ -67,7 +67,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 74
|
||||
Width = 526
|
||||
Width = 522
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Right = 6
|
||||
@ -86,9 +86,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
AnchorSideRight.Control = FilesPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 20
|
||||
Height = 13
|
||||
Top = 106
|
||||
Width = 526
|
||||
Width = 522
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'OpenLastProjectAtStartCheckBox'
|
||||
@ -100,18 +100,18 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 54
|
||||
Top = 142
|
||||
Width = 526
|
||||
Width = 522
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'LazarusDirGroupBox'
|
||||
ClientHeight = 37
|
||||
ClientWidth = 522
|
||||
ClientHeight = 36
|
||||
ClientWidth = 518
|
||||
TabOrder = 3
|
||||
object LazarusDirComboBox: TComboBox
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 484
|
||||
Width = 480
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -119,7 +119,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Text = 'LazarusDirComboBox'
|
||||
end
|
||||
object LazarusDirButton: TButton
|
||||
Left = 495
|
||||
Left = 491
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 20
|
||||
@ -136,18 +136,18 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 54
|
||||
Top = 197
|
||||
Width = 526
|
||||
Width = 522
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'CompilerPathGroupBox'
|
||||
ClientHeight = 37
|
||||
ClientWidth = 522
|
||||
ClientHeight = 36
|
||||
ClientWidth = 518
|
||||
TabOrder = 4
|
||||
object CompilerPathComboBox: TComboBox
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 484
|
||||
Width = 480
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -155,7 +155,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Text = 'CompilerPathComboBox'
|
||||
end
|
||||
object CompilerPathButton: TButton
|
||||
Left = 495
|
||||
Left = 491
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 20
|
||||
@ -172,18 +172,18 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 54
|
||||
Top = 252
|
||||
Width = 526
|
||||
Width = 522
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'FPCSourceDirGroupBox'
|
||||
ClientHeight = 37
|
||||
ClientWidth = 522
|
||||
ClientHeight = 36
|
||||
ClientWidth = 518
|
||||
TabOrder = 5
|
||||
object FPCSourceDirComboBox: TComboBox
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 2
|
||||
Width = 484
|
||||
Width = 480
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -191,7 +191,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Text = 'FPCSourceDirComboBox'
|
||||
end
|
||||
object FPCSourceDirButton: TButton
|
||||
Left = 495
|
||||
Left = 491
|
||||
Height = 21
|
||||
Top = 2
|
||||
Width = 20
|
||||
@ -208,18 +208,18 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 54
|
||||
Top = 307
|
||||
Width = 526
|
||||
Width = 522
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'MakePathGroupBox'
|
||||
ClientHeight = 37
|
||||
ClientWidth = 522
|
||||
ClientHeight = 36
|
||||
ClientWidth = 518
|
||||
TabOrder = 6
|
||||
object MakePathComboBox: TComboBox
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 484
|
||||
Width = 480
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -227,7 +227,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Text = 'MakePathComboBox'
|
||||
end
|
||||
object MakePathButton: TButton
|
||||
Left = 495
|
||||
Left = 491
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 20
|
||||
@ -244,18 +244,18 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 54
|
||||
Top = 362
|
||||
Width = 526
|
||||
Width = 522
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'TestBuildDirGroupBox'
|
||||
ClientHeight = 37
|
||||
ClientWidth = 522
|
||||
ClientHeight = 36
|
||||
ClientWidth = 518
|
||||
TabOrder = 7
|
||||
object TestBuildDirComboBox: TComboBox
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 484
|
||||
Width = 480
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -263,7 +263,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Text = 'TestBuildDirComboBox'
|
||||
end
|
||||
object TestBuildDirButton: TButton
|
||||
Left = 495
|
||||
Left = 491
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 20
|
||||
@ -277,8 +277,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object DesktopPage: TPage
|
||||
Caption = 'DesktopPage'
|
||||
ClientWidth = 538
|
||||
ClientHeight = 449
|
||||
ClientWidth = 534
|
||||
ClientHeight = 453
|
||||
object LanguageGroupBox: TGroupBox
|
||||
AnchorSideRight.Control = DesktopPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
@ -289,8 +289,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'LanguageGroupBox'
|
||||
ClientHeight = 39
|
||||
ClientWidth = 524
|
||||
ClientHeight = 56
|
||||
ClientWidth = 528
|
||||
TabOrder = 0
|
||||
object LanguageComboBox: TComboBox
|
||||
Left = 6
|
||||
@ -330,8 +330,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'AutoSaveGroupBox'
|
||||
ClientHeight = 119
|
||||
ClientWidth = 524
|
||||
ClientHeight = 136
|
||||
ClientWidth = 528
|
||||
TabOrder = 6
|
||||
object AutoSaveIntervalInSecsLabel: TLabel
|
||||
Left = 6
|
||||
@ -392,8 +392,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'DesktopFilesGroupBox'
|
||||
ClientHeight = 80
|
||||
ClientWidth = 524
|
||||
ClientHeight = 97
|
||||
ClientWidth = 528
|
||||
TabOrder = 3
|
||||
object SaveDesktopSettingsToFileButton: TButton
|
||||
Left = 6
|
||||
@ -437,8 +437,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object WindowsPage: TPage
|
||||
Caption = 'WindowsPage'
|
||||
ClientWidth = 538
|
||||
ClientHeight = 449
|
||||
ClientWidth = 534
|
||||
ClientHeight = 453
|
||||
object MinimizeAllOnMinimizeMainCheckBox: TCheckBox
|
||||
AnchorSideRight.Control = WindowsPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
@ -474,8 +474,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'WindowPositionsGroupBox'
|
||||
ClientHeight = 307
|
||||
ClientWidth = 522
|
||||
ClientHeight = 324
|
||||
ClientWidth = 526
|
||||
TabOrder = 2
|
||||
object WindowPositionsListBox: TListBox
|
||||
Left = 6
|
||||
@ -491,8 +491,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object FormEditorPage: TPage
|
||||
Caption = 'FormEditorPage'
|
||||
ClientWidth = 538
|
||||
ClientHeight = 449
|
||||
ClientWidth = 534
|
||||
ClientHeight = 453
|
||||
OnResize = FormEditorPageResize
|
||||
object GridGroupBox: TGroupBox
|
||||
Left = 6
|
||||
@ -501,21 +501,21 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Width = 337
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'GridGroupBox'
|
||||
ClientHeight = 154
|
||||
ClientHeight = 153
|
||||
ClientWidth = 333
|
||||
TabOrder = 0
|
||||
object GridColorLabel: TLabel
|
||||
Left = 70
|
||||
Height = 13
|
||||
Height = 14
|
||||
Top = 131
|
||||
Width = 85
|
||||
Width = 70
|
||||
Caption = 'GridColorLabel'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object GridSizeXLabel: TLabel
|
||||
Left = 117
|
||||
Height = 13
|
||||
Height = 14
|
||||
Top = 60
|
||||
Width = 158
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -525,7 +525,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object GridSizeYLabel: TLabel
|
||||
Left = 117
|
||||
Height = 13
|
||||
Height = 14
|
||||
Top = 96
|
||||
Width = 158
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -542,7 +542,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object SnapToGridCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 20
|
||||
Height = 13
|
||||
Top = 26
|
||||
Width = 269
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -551,8 +551,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object ShowGridCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 20
|
||||
Width = 138
|
||||
Height = 13
|
||||
Width = 115
|
||||
Caption = 'ShowGridCheckBox'
|
||||
TabOrder = 0
|
||||
end
|
||||
@ -606,8 +606,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
AnchorSideTop.Control = ShowGridCheckBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 154
|
||||
Height = 20
|
||||
Width = 188
|
||||
Height = 13
|
||||
Width = 158
|
||||
BorderSpacing.Left = 10
|
||||
Caption = 'ShowBorderSpaceCheckBox'
|
||||
TabOrder = 4
|
||||
@ -621,13 +621,13 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 353
|
||||
Height = 255
|
||||
Top = 187
|
||||
Width = 179
|
||||
Width = 175
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 10
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'GuideLinesGroupBox'
|
||||
ClientHeight = 238
|
||||
ClientWidth = 175
|
||||
ClientHeight = 237
|
||||
ClientWidth = 171
|
||||
TabOrder = 1
|
||||
object GuideLineColorLeftTopButton: TColorButton
|
||||
Left = 6
|
||||
@ -645,9 +645,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object GuideLineColorLeftTopLabel: TLabel
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 14
|
||||
Top = 57
|
||||
Width = 158
|
||||
Width = 154
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'GuideLineColorLeftTopLabel'
|
||||
Color = clNone
|
||||
@ -655,9 +655,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object GuideLineColorRightBottomLabel: TLabel
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 14
|
||||
Top = 102
|
||||
Width = 158
|
||||
Width = 154
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'GuideLineColorRightBottomLabel'
|
||||
Color = clNone
|
||||
@ -665,17 +665,17 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object ShowGuideLinesCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 20
|
||||
Width = 158
|
||||
Height = 13
|
||||
Width = 154
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'ShowGuideLinesCheckBox'
|
||||
TabOrder = 0
|
||||
end
|
||||
object SnapToGuideLinesCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 20
|
||||
Height = 13
|
||||
Top = 19
|
||||
Width = 158
|
||||
Width = 154
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'SnapToGuideLinesCheckBox'
|
||||
TabOrder = 1
|
||||
@ -690,7 +690,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Width = 337
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'FormEditMiscGroupBox'
|
||||
ClientHeight = 238
|
||||
ClientHeight = 237
|
||||
ClientWidth = 333
|
||||
TabOrder = 2
|
||||
object GrabberColorButton: TColorButton
|
||||
@ -709,7 +709,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object GrabberColorLabel: TLabel
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 14
|
||||
Top = 110
|
||||
Width = 284
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -719,7 +719,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object MarkerColorLabel: TLabel
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 14
|
||||
Top = 160
|
||||
Width = 284
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -729,7 +729,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object ShowComponentCaptionsCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 20
|
||||
Height = 13
|
||||
Width = 284
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'ShowComponentCaptionsCheckBox'
|
||||
@ -737,7 +737,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object ShowEditorHintsCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 20
|
||||
Height = 13
|
||||
Top = 25
|
||||
Width = 284
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -746,7 +746,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object AutoCreateFormsOnOpenCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 20
|
||||
Height = 13
|
||||
Top = 50
|
||||
Width = 284
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -755,7 +755,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object RightClickSelectsCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 20
|
||||
Height = 13
|
||||
Top = 75
|
||||
Width = 284
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -764,7 +764,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object DesignerPaintLazyCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 20
|
||||
Height = 13
|
||||
Top = 205
|
||||
Width = 284
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -782,13 +782,14 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 353
|
||||
Height = 170
|
||||
Top = 6
|
||||
Width = 179
|
||||
Width = 175
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 10
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'RubberbandGroupBox'
|
||||
ClientHeight = 153
|
||||
ClientWidth = 175
|
||||
ClientHeight = 152
|
||||
ClientWidth = 171
|
||||
Color = clBtnFace
|
||||
ParentColor = False
|
||||
TabOrder = 3
|
||||
object RubberbandSelectColorButton: TColorButton
|
||||
@ -807,9 +808,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object RubberbandSelectColorLabel: TLabel
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 14
|
||||
Top = 3
|
||||
Width = 150
|
||||
Width = 146
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'RubberbandSelectColorLabel'
|
||||
Color = clNone
|
||||
@ -817,9 +818,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object RubberbandCreateColorLabel: TLabel
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 14
|
||||
Top = 54
|
||||
Width = 150
|
||||
Width = 146
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'RubberbandCreateColorLabel'
|
||||
Color = clNone
|
||||
@ -827,9 +828,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object RubberbandSelectsGrandChildsCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 20
|
||||
Height = 13
|
||||
Top = 102
|
||||
Width = 158
|
||||
Width = 154
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'RubberbandSelectsGrandChildsCheckBox'
|
||||
TabOrder = 0
|
||||
@ -838,8 +839,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object ObjectInspectorPage: TPage
|
||||
Caption = 'ObjectInspectorPage'
|
||||
ClientWidth = 538
|
||||
ClientHeight = 449
|
||||
ClientWidth = 534
|
||||
ClientHeight = 453
|
||||
object ObjectInspectorColorsGroupBox: TGroupBox
|
||||
AnchorSideRight.Control = ObjectInspectorPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
@ -852,8 +853,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
BorderSpacing.Top = 5
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'ObjectInspectorColorsGroupBox'
|
||||
ClientHeight = 156
|
||||
ClientWidth = 522
|
||||
ClientHeight = 173
|
||||
ClientWidth = 526
|
||||
TabOrder = 0
|
||||
object OIBackgroundColorButton: TColorButton
|
||||
Left = 6
|
||||
@ -968,8 +969,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'OIMiscGroupBox'
|
||||
ClientHeight = 88
|
||||
ClientWidth = 522
|
||||
ClientHeight = 105
|
||||
ClientWidth = 526
|
||||
TabOrder = 1
|
||||
object OIDefaultItemHeightLabel: TLabel
|
||||
Left = 6
|
||||
@ -1002,8 +1003,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object BackupPage: TPage
|
||||
Caption = 'BackupPage'
|
||||
ClientWidth = 538
|
||||
ClientHeight = 449
|
||||
ClientWidth = 534
|
||||
ClientHeight = 453
|
||||
object BackupHelpLabel: TLabel
|
||||
AnchorSideRight.Control = BackupPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
@ -1027,8 +1028,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'BackupProjectGroupBox'
|
||||
ClientHeight = 184
|
||||
ClientWidth = 522
|
||||
ClientHeight = 201
|
||||
ClientWidth = 526
|
||||
TabOrder = 0
|
||||
object BakProjAddExtLabel: TLabel
|
||||
AnchorSideLeft.Control = BakProjAddExtComboBox
|
||||
@ -1135,8 +1136,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'BackupOtherGroupBox'
|
||||
ClientHeight = 179
|
||||
ClientWidth = 522
|
||||
ClientHeight = 196
|
||||
ClientWidth = 526
|
||||
TabOrder = 1
|
||||
object BakOtherAddExtLabel: TLabel
|
||||
AnchorSideLeft.Control = BakOtherAddExtComboBox
|
||||
@ -1236,8 +1237,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object NamingPage: TPage
|
||||
Caption = 'NamingPage'
|
||||
ClientWidth = 538
|
||||
ClientHeight = 449
|
||||
ClientWidth = 534
|
||||
ClientHeight = 453
|
||||
object PascalFileExtRadiogroup: TRadioGroup
|
||||
AnchorSideRight.Control = NamingPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
@ -1307,8 +1308,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object LazDocPage: TPage
|
||||
Caption = 'LazDocPage'
|
||||
ClientWidth = 538
|
||||
ClientHeight = 449
|
||||
ClientWidth = 534
|
||||
ClientHeight = 453
|
||||
object LazDocNoteLabel: TLabel
|
||||
Left = 8
|
||||
Height = 13
|
||||
@ -1328,8 +1329,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocPathsGroupBox'
|
||||
ClientHeight = 193
|
||||
ClientWidth = 522
|
||||
ClientHeight = 210
|
||||
ClientWidth = 526
|
||||
TabOrder = 0
|
||||
object LazDocListBox: TListBox
|
||||
Left = 6
|
||||
|
@ -8,139 +8,139 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
||||
+#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#0#0#5'TPage'#9'FilesPage'#7'Caption'#6
|
||||
+#9'FilesPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#193#1#0#6'TLabel'#23
|
||||
+'MaxRecentOpenFilesLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#10#5'Width'#3
|
||||
+#153#0#7'Caption'#6#23'MaxRecentOpenFilesLabel'#5'Color'#7#6'clNone'#11'Pare'
|
||||
+'ntColor'#8#0#0#6'TLabel'#26'MaxRecentProjectFilesLabel'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#13#3'Top'#2':'#5'Width'#3#161#0#7'Caption'#6#26'MaxRecentProjectFilesL'
|
||||
+'abel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TComboBox'#26'MaxRecentO'
|
||||
+'penFilesComboBox'#23'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorSideR'
|
||||
+'ight.Side'#7#9'asrBottom'#4'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#19'BorderSpacing.Righ'
|
||||
+'t'#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'MaxRecentProjectFilesC'
|
||||
+'omboBox'#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#14#2#7'Anc'
|
||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEn'
|
||||
+'dOfLineComplete'#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'MaxLeng'
|
||||
+'th'#2#0#8'TabOrder'#2#1#0#0#9'TCheckBox'#30'OpenLastProjectAtStartCheckBox'
|
||||
+#23'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#2#6#6'Height'#2#20#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'Lazarus'
|
||||
+'DirGroupBox'#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'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6
|
||||
+#7'Caption'#6#18'LazarusDirGroupBox'#12'ClientHeight'#2'%'#11'ClientWidth'#3
|
||||
+#10#2#8'TabOrder'#2#3#0#9'TComboBox'#18'LazarusDirComboBox'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#21#3'Top'#2#3#5'Width'#3#228#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
||||
+'kRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearch'
|
||||
+'Ascending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#18'LazarusDirComboB'
|
||||
+'ox'#0#0#7'TButton'#16'LazarusDirButton'#4'Left'#3#239#1#6'Height'#2#21#3'To'
|
||||
+'p'#2#3#5'Width'#2#20#7'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing.I'
|
||||
+'nnerBorder'#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'#12'ClientHeight'#2'%'#11'ClientWidth'#3#10#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#228#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoComplet'
|
||||
+'eText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'
|
||||
+#2#0#8'TabOrder'#2#0#4'Text'#6#20'CompilerPathComboBox'#0#0#7'TButton'#18'Co'
|
||||
+'mpilerPathButton'#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'BorderSpacing.InnerBorder'#2#4#7'Capti'
|
||||
+'on'#6#3'...'#7'OnClick'#7#16'FilesButtonClick'#8'TabOrder'#2#1#0#0#0#9'TGro'
|
||||
+'upBox'#20'FPCSourceDirGroupBox'#23'AnchorSideRight.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'akTop'#6'akLeft'#7'akRight'#0#19'Bord'
|
||||
+'erSpacing.Right'#2#6#7'Caption'#6#20'FPCSourceDirGroupBox'#12'ClientHeight'
|
||||
+#2'%'#11'ClientWidth'#3#10#2#8'TabOrder'#2#5#0#9'TComboBox'#20'FPCSourceDirC'
|
||||
+'omboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#2#5'Width'#3#228#1#7'Anchors'
|
||||
+'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#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Te'
|
||||
+'xt'#6#20'FPCSourceDirComboBox'#0#0#7'TButton'#18'FPCSourceDirButton'#4'Left'
|
||||
+#3#239#1#6'Height'#2#21#3'Top'#2#2#5'Width'#2#20#7'Anchors'#11#5'akTop'#7'ak'
|
||||
+'Right'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7
|
||||
,#22'DirectoriesButtonClick'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#16'MakePathGr'
|
||||
+'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'3'#1#5'Width'#3#14#2#7'A'
|
||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Ca'
|
||||
+'ption'#6#16'MakePathGroupBox'#12'ClientHeight'#2'%'#11'ClientWidth'#3#10#2#8
|
||||
+'TabOrder'#2#6#0#9'TComboBox'#16'MakePathComboBox'#4'Left'#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#8'TabOrder'#2#0#4'Text'#6#16'MakePathComboBox'#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'BorderSpacing.InnerBorder'#2#4#7'Capti'
|
||||
+'on'#6#3'...'#7'OnClick'#7#16'FilesButtonClick'#8'TabOrder'#2#1#0#0#0#9'TGro'
|
||||
+'upBox'#20'TestBuildDirGroupBox'#23'AnchorSideRight.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'akLeft'#7'akRight'#0#19'Borde'
|
||||
+'rSpacing.Right'#2#6#7'Caption'#6#20'TestBuildDirGroupBox'#12'ClientHeight'#2
|
||||
+'%'#11'ClientWidth'#3#10#2#8'TabOrder'#2#7#0#9'TComboBox'#20'TestBuildDirCom'
|
||||
+'boBox'#4'Left'#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'cbactEndOfLineCo'
|
||||
+'mplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'
|
||||
+#6#20'TestBuildDirComboBox'#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'akRi'
|
||||
+'ght'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#22
|
||||
+'DirectoriesButtonClick'#8'TabOrder'#2#1#0#0#0#0#5'TPage'#11'DesktopPage'#7
|
||||
+'Caption'#6#11'DesktopPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#193#1#0
|
||||
+#9'TGroupBox'#16'LanguageGroupBox'#23'AnchorSideRight.Control'#7#11'DesktopP'
|
||||
+'age'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#4#6'Height'#2'8'#3'T'
|
||||
+'op'#2#10#5'Width'#3#16#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'B'
|
||||
+'orderSpacing.Right'#2#6#7'Caption'#6#16'LanguageGroupBox'#12'ClientHeight'#2
|
||||
+''''#11'ClientWidth'#3#12#2#8'TabOrder'#2#0#0#9'TComboBox'#16'LanguageComboB'
|
||||
+'ox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#8#5'Width'#3#250#1#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComp'
|
||||
+'lete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#5'Style'#7#14'csDropDownL'
|
||||
+'ist'#8'TabOrder'#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'#Check'
|
||||
+'DiskChangesWithLoadingCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox$ShowHintsFo'
|
||||
+'rComponentPaletteCheckBox'#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'TGroupBox'#16'AutoSaveGroupBox'#23'AnchorSideRight.Control'#7#11'Deskto'
|
||||
+'pPage'#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
|
||||
+'BorderSpacing.Right'#2#6#7'Caption'#6#16'AutoSaveGroupBox'#12'ClientHeight'
|
||||
+#2'w'#11'ClientWidth'#3#12#2#8'TabOrder'#2#6#0#6'TLabel'#27'AutoSaveInterval'
|
||||
+'InSecsLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2'C'#5'Width'#3#241#1#7'Anch'
|
||||
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#27'AutoSaveIntervalInS'
|
||||
+'ecsLabel'#5'Color'#7#6'clNone'#7'Enabled'#8#11'ParentColor'#8#0#0#9'TCheckB'
|
||||
+'ox'#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
|
||||
+'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#250#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
|
||||
+#250#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#16#2#7'Anchors'#11#5'akTop'#6'akLe'
|
||||
+'ft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'DesktopFilesGr'
|
||||
+'oupBox'#12'ClientHeight'#2'P'#11'ClientWidth'#3#12#2#8'TabOrder'#2#3#0#7'TB'
|
||||
+'utton'#31'SaveDesktopSettingsToFileButton'#4'Left'#2#6#6'Height'#2#25#3'Top'
|
||||
+#2#8#5'Width'#3#250#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#25'Borde'
|
||||
+'rSpacing.InnerBorder'#2#4#7'Caption'#6#31'SaveDesktopSettingsToFileButton'#7
|
||||
,'OnClick'#7'$SaveDesktopSettingsToFileButtonClick'#8'TabOrder'#2#0#0#0#7'TBu'
|
||||
+'tton!LoadDesktopSettingsFromFileButton'#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'Border'
|
||||
+'Spacing.InnerBorder'#2#4#7'Caption'#6'!LoadDesktopSettingsFromFileButton'#7
|
||||
+'OnClick'#7'&LoadDesktopSettingsFromFileButtonClick'#8'TabOrder'#2#1#0#0#0#9
|
||||
+'TCheckBox$ShowHintsForMainSpeedButtonsCheckBox'#4'Left'#2#6#6'Height'#2#20#3
|
||||
+'Top'#3'j'#1#5'Width'#3#11#1#7'Caption'#6'$ShowHintsForMainSpeedButtonsCheck'
|
||||
+'Box'#8'TabOrder'#2#4#0#0#9'TCheckBox'#28'MsgViewDblClickJumpsCheckBox'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2#20#3'Top'#3'~'#1#5'Width'#3#219#0#7'Caption'#6#28'MsgVi'
|
||||
+'ewDblClickJumpsCheckBox'#8'TabOrder'#2#5#0#0#0#5'TPage'#11'WindowsPage'#7'C'
|
||||
+'aption'#6#11'WindowsPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#193#1#0
|
||||
+#9'TCheckBox!MinimizeAllOnMinimizeMainCheckBox'#23'AnchorSideRight.Control'#7
|
||||
+#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'
|
||||
+'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'
|
||||
+#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
|
||||
+'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
|
||||
+'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'
|
||||
@ -153,307 +153,307 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
||||
+'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'3'#1#11'ClientWidth'#3#10#2#8'TabOrder'#2#2#0#8'TListBox'#22'WindowP'
|
||||
+'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#26#2#12'Clien'
|
||||
+'tHeight'#3#193#1#8'OnResize'#7#20'FormEditorPageResize'#0#9'TGroupBox'#12'G'
|
||||
+'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#154
|
||||
+'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#13#3'Top'#3#131#0#5'Width'#2'U'#7'Caption'#6#14'GridC'
|
||||
+'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#13#3'Top'#2'<'#5'Width'#3#158#0#7'Anchors'
|
||||
+'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#13#3'Top'#2'`'#5'Width'#3#158#0#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#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#20#3'Top'#2#26#5'Width'#3#13#1#7'Anchors'
|
||||
+'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#20
|
||||
+#5'Width'#3#138#0#7'Caption'#6#16'ShowGridCheckBox'#8'TabOrder'#2#0#0#0#9'TC'
|
||||
+'omboBox'#17'GridSizeXComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2':'#5'Wid'
|
||||
+'th'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchA'
|
||||
+'scending'#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'Heig'
|
||||
+'ht'#2#21#3'Top'#2'['#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLin'
|
||||
+'eComplete'#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'Pa'
|
||||
+'rentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#3#0#0#9'TCheckBox'#23'ShowBorde'
|
||||
+'rSpaceCheckBox'#22'AnchorSideLeft.Control'#7#16'ShowGridCheckBox'#19'Anchor'
|
||||
+'SideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#16'ShowGridCheckB'
|
||||
+'ox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#154#0#6'Height'#2#20#5
|
||||
+'Width'#3#188#0#18'BorderSpacing.Left'#2#10#7'Caption'#6#23'ShowBorderSpaceC'
|
||||
+'heckBox'#8'TabOrder'#2#4#0#0#0#9'TGroupBox'#18'GuideLinesGroupBox'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#20'FormEditMiscGroupBox'#19'AnchorSideLeft.Side'#7#9'a'
|
||||
+'srBottom'#23'AnchorSideRight.Control'#7#14'FormEditorPage'#20'AnchorSideRig'
|
||||
+'ht.Side'#7#9'asrBottom'#4'Left'#3'a'#1#6'Height'#3#255#0#3'Top'#3#187#0#5'W'
|
||||
+'idth'#3#179#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacin'
|
||||
,'g.Left'#2#10#19'BorderSpacing.Right'#2#6#7'Caption'#6#18'GuideLinesGroupBox'
|
||||
+#12'ClientHeight'#3#238#0#11'ClientWidth'#3#175#0#8'TabOrder'#2#1#0#12'TColo'
|
||||
+'rButton'#27'GuideLineColorLeftTopButton'#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'GuideLineColor'
|
||||
+'RightBottomButton'#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#13#3'Top'#2'9'#5'Width'#3#158#0#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#7'Caption'#6#26'GuideLineColorLeftTopLabel'#5'Color'#7#6'clNone'
|
||||
+#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'akLe'
|
||||
+'ft'#7'akRight'#0#7'Caption'#6#30'GuideLineColorRightBottomLabel'#5'Color'#7
|
||||
+#6'clNone'#11'ParentColor'#8#0#0#9'TCheckBox'#22'ShowGuideLinesCheckBox'#4'L'
|
||||
+'eft'#2#6#6'Height'#2#20#5'Width'#3#158#0#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#7'Caption'#6#22'ShowGuideLinesCheckBox'#8'TabOrder'#2#0#0#0#9'TC'
|
||||
+'heckBox'#24'SnapToGuideLinesCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#19
|
||||
+#5'Width'#3#158#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6
|
||||
+#24'SnapToGuideLinesCheckBox'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20'FormEdit'
|
||||
+'MiscGroupBox'#23'AnchorSideRight.Control'#7#14'FormEditorPage'#20'AnchorSid'
|
||||
+'eRight.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'FormEditMiscGrou'
|
||||
+'pBox'#12'ClientHeight'#3#238#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'MarkerColorButt'
|
||||
+'on'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#180#0#5'Width'#2'2'#11'BorderWidth'
|
||||
+#2#2#0#0#6'TLabel'#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'GrabberColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'
|
||||
+#16'MarkerColorLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#3#160#0#5'Width'#3#28
|
||||
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#16'MarkerColor'
|
||||
+'Label'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TCheckBox'#29'ShowCompo'
|
||||
+'nentCaptionsCheckBox'#4'Left'#2#6#6'Height'#2#20#5'Width'#3#28#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#29'ShowComponentCaptionsChe'
|
||||
+'ckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#23'ShowEditorHintsCheckBox'#4'Left'
|
||||
+#2#6#6'Height'#2#20#3'Top'#2#25#5'Width'#3#28#1#7'Anchors'#11#5'akTop'#6'akL'
|
||||
+'eft'#7'akRight'#0#7'Caption'#6#23'ShowEditorHintsCheckBox'#8'TabOrder'#2#1#0
|
||||
+#0#9'TCheckBox'#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
|
||||
+'Caption'#6#29'AutoCreateFormsOnOpenCheckBox'#8'TabOrder'#2#2#0#0#9'TCheckBo'
|
||||
+'x'#25'RightClickSelectsCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'K'#5'W'
|
||||
+'idth'#3#28#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#25
|
||||
+'RightClickSelectsCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#25'DesignerPain'
|
||||
+'tLazyCheckBox'#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'DesignerPaintLa'
|
||||
+'zyCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#4#0#0#0#9'TGro'
|
||||
+'upBox'#18'RubberbandGroupBox'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'
|
||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'For'
|
||||
+'mEditorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'a'#1#6'Heigh'
|
||||
+'t'#3#170#0#3'Top'#2#6#5'Width'#3#179#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
||||
+'kRight'#0#18'BorderSpacing.Left'#2#10#19'BorderSpacing.Right'#2#6#7'Caption'
|
||||
+#6#18'RubberbandGroupBox'#12'ClientHeight'#3#153#0#11'ClientWidth'#3#175#0#11
|
||||
+'ParentColor'#8#8'TabOrder'#2#3#0#12'TColorButton'#27'RubberbandSelectColorB'
|
||||
+'utton'#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'Left'#2#6#6'Heig'
|
||||
+'ht'#2#23#3'Top'#2'F'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#6'TLabel'#26'Rub'
|
||||
+'berbandSelectColorLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#3#5'Width'#3
|
||||
+#150#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#26'Rubberb'
|
||||
+'andSelectColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#26
|
||||
+'RubberbandCreateColorLabel'#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'Rubbe'
|
||||
+'rbandCreateColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TCheckB'
|
||||
+'ox$RubberbandSelectsGrandChildsCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2
|
||||
+'f'#5'Width'#3#158#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'ClientWidth'#3
|
||||
,#26#2#12'ClientHeight'#3#193#1#0#9'TGroupBox'#29'ObjectInspectorColorsGroupB'
|
||||
+'ox'#23'AnchorSideRight.Control'#7#19'ObjectInspectorPage'#20'AnchorSideRigh'
|
||||
+'t.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'BorderSpacing.Left'#2
|
||||
+#5#17'BorderSpacing.Top'#2#5#19'BorderSpacing.Right'#2#6#7'Caption'#6#29'Obj'
|
||||
+'ectInspectorColorsGroupBox'#12'ClientHeight'#3#156#0#11'ClientWidth'#3#10#2
|
||||
+#8'TabOrder'#2#0#0#12'TColorButton'#23'OIBackgroundColorButton'#4'Left'#2#6#6
|
||||
+'Height'#2#23#3'Top'#2#5#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#12'TColorButt'
|
||||
+'on'#21'OISubPropsColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#29#5'Widt'
|
||||
+'h'#2'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#23'OIReferencesColorButton'
|
||||
+#4'Left'#2#6#6'Height'#2#23#3'Top'#2'5'#5'Width'#2'2'#11'BorderWidth'#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'OIDefaultValue'
|
||||
+'ColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'e'#5'Width'#2'2'#11'Border'
|
||||
+'Width'#2#2#0#0#12'TColorButton'#21'OIPropNameColorButton'#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2#23#3'Top'#2'}'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#6'TLabel'#22'OI'
|
||||
+'BackgroundColorLabel'#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'OIBackgroun'
|
||||
+'dColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#20'OISubP'
|
||||
+'ropsColorLabel'#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'OISubPropsColor'
|
||||
+'Label'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#22'OIReferences'
|
||||
+'ColorLabel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2';'#5'Width'#3#190#1#7'Anch'
|
||||
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'OIReferencesColorLa'
|
||||
+'bel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#17'OIValueColorLa'
|
||||
+'bel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2'S'#5'Width'#3#190#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'Width'#3#190#1#7'Anchors'#11#5'akTo'
|
||||
+'p'#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'clN'
|
||||
+'one'#11'ParentColor'#8#0#0#0#9'TGroupBox'#14'OIMiscGroupBox'#23'AnchorSideR'
|
||||
+'ight.Control'#7#19'ObjectInspectorPage'#20'AnchorSideRight.Side'#7#9'asrBot'
|
||||
+'tom'#4'Left'#2#6#6'Height'#2'i'#3'Top'#3#186#0#5'Width'#3#14#2#7'Anchors'#11
|
||||
+#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#14
|
||||
+'OIMiscGroupBox'#12'ClientHeight'#2'X'#11'ClientWidth'#3#10#2#8'TabOrder'#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'ParentColor'#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'OIDefaultItemHeight'
|
||||
+'SpinEdit'#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#26#2#12'ClientHeight'#3#193#1#0#6'TLabel'#15'BackupHelpLa'
|
||||
+'bel'#23'AnchorSideRight.Control'#7#10'BackupPage'#20'AnchorSideRight.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#7#5'Width'#3#14#2#7'Anchor'
|
||||
+'s'#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'TGroupBo'
|
||||
+'x'#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#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderS'
|
||||
+'pacing.Right'#2#6#7'Caption'#6#21'BackupProjectGroupBox'#12'ClientHeight'#3
|
||||
+#184#0#11'ClientWidth'#3#10#2#8'TabOrder'#2#0#0#6'TLabel'#18'BakProjAddExtLa'
|
||||
+'bel'#22'AnchorSideLeft.Control'#7#21'BakProjAddExtComboBox'#19'AnchorSideLe'
|
||||
+'ft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'BakProjAddExtComboBo'
|
||||
+'x'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'
|
||||
+#2'f'#5'Width'#3#142#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'Bord'
|
||||
+'erSpacing.Left'#2#6#7'Caption'#6#18'BakProjAddExtLabel'#5'Color'#7#6'clNone'
|
||||
+#11'ParentColor'#8#0#0#6'TLabel'#22'BakProjMaxCounterLabel'#22'AnchorSideLef'
|
||||
+'t.Control'#7#25'BakProjMaxCounterComboBox'#19'AnchorSideLeft.Side'#7#9'asrB'
|
||||
+'ottom'#21'AnchorSideTop.Control'#7#25'BakProjMaxCounterComboBox'#18'AnchorS'
|
||||
,'ideTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'#3#129#0#5'Wi'
|
||||
+'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
|
||||
+#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'
|
||||
+'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'
|
||||
+'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'
|
||||
+'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'
|
||||
+#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
|
||||
+#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'
|
||||
+#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
|
||||
+'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#22'BakProjMaxCounterLabel'#5'Color'#7#6'clNone'#11
|
||||
+'ParentColor'#8#0#0#6'TLabel'#18'BakProjSubDirLabel'#22'AnchorSideLeft.Contr'
|
||||
+'ol'#7#21'BakProjSubDirComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'A'
|
||||
+'nchorSideTop.Control'#7#21'BakProjSubDirComboBox'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'#3#156#0#5'Width'#3#142#1#7'An'
|
||||
+'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#7'Capt'
|
||||
+'ion'#6#18'BakProjSubDirLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#11
|
||||
+'TRadioGroup'#21'BakProjTypeRadioGroup'#4'Left'#2#6#6'Height'#2'X'#5'Width'#3
|
||||
+#249#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'ChildSi'
|
||||
+'zing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomoge'
|
||||
+'nousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildRes'
|
||||
+'ize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.S'
|
||||
+'hrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRi'
|
||||
+'ghtThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#7'On'
|
||||
+'Click'#7#22'BakTypeRadioGroupClick'#8'TabOrder'#2#0#0#0#9'TComboBox'#21'Bak'
|
||||
+'ProjAddExtComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'b'#5'Width'#2'd'#16
|
||||
+'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9
|
||||
+'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#21'BakProjAddExtComboBox'#0#0#9'TC'
|
||||
+'omboBox'#25'BakProjMaxCounterComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2
|
||||
+'}'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbac'
|
||||
+'tSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#4'Text'#6#25'BakProjMa'
|
||||
+'xCounterComboBox'#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'cbactE'
|
||||
+'ndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2
|
||||
+#3#4'Text'#6#21'BakProjSubDirComboBox'#0#0#0#9'TGroupBox'#19'BackupOtherGrou'
|
||||
+'pBox'#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#14#2
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7
|
||||
+'Caption'#6#19'BackupOtherGroupBox'#12'ClientHeight'#3#179#0#11'ClientWidth'
|
||||
+#3#10#2#8'TabOrder'#2#1#0#6'TLabel'#19'BakOtherAddExtLabel'#22'AnchorSideLef'
|
||||
+'t.Control'#7#22'BakOtherAddExtComboBox'#19'AnchorSideLeft.Side'#7#9'asrBott'
|
||||
+'om'#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'BorderSpacing.Left'#2#6#7
|
||||
+'Caption'#6#19'BakOtherAddExtLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0
|
||||
+#0#6'TLabel'#23'BakOtherMaxCounterLabel'#22'AnchorSideLeft.Control'#7#26'Bak'
|
||||
+'OtherMaxCounterComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSi'
|
||||
+'deTop.Control'#7#26'BakOtherMaxCounterComboBox'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'#2'~'#5'Width'#3#142#1#7'Ancho'
|
||||
+'rs'#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.Control'#7#22'BakOtherSub'
|
||||
+'DirComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#22'BakOtherSubDirComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Lef'
|
||||
+'t'#2'p'#6'Height'#2#13#3'Top'#3#153#0#5'Width'#3#142#1#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#19'BakOth'
|
||||
+'erSubDirLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#11'TRadioGroup'#22
|
||||
+'BakOtherTypeRadioGroup'#4'Left'#2#6#6'Height'#2'T'#5'Width'#3#249#1#7'Ancho'
|
||||
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7'Caption'#6#22'BakOth'
|
||||
+'erTypeRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBo'
|
||||
+'ttomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildR'
|
||||
+'esize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'Ch'
|
||||
+'ildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVerti'
|
||||
+'cal'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTop'
|
||||
+'ToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#7'OnClick'#7#22
|
||||
+'BakTypeRadioGroupClick'#8'TabOrder'#2#0#0#0#9'TComboBox'#22'BakOtherAddExtC'
|
||||
+'omboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'_'#5'Width'#2'd'#16'AutoComple'
|
||||
+'teText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLengt'
|
||||
+'h'#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'Wid'
|
||||
+'th'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchA'
|
||||
,'scending'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#4'Text'#6#26'BakOtherMaxCounte'
|
||||
+'rComboBox'#0#0#9'TComboBox'#22'BakOtherSubDirComboBox'#4'Left'#2#6#6'Height'
|
||||
+#2#21#3'Top'#3#149#0#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLine'
|
||||
+'Complete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#3#4'Tex'
|
||||
+'t'#6#22'BakOtherSubDirComboBox'#0#0#0#0#5'TPage'#10'NamingPage'#7'Caption'#6
|
||||
+#10'NamingPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#193#1#0#11'TRadioG'
|
||||
+'roup'#23'PascalFileExtRadiogroup'#23'AnchorSideRight.Control'#7#10'NamingPa'
|
||||
+'ge'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'/'#3'To'
|
||||
+'p'#2#6#5'Width'#3#14#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacing.A'
|
||||
+'round'#2#6#7'Caption'#6#23'PascalFileExtRadiogroup'#28'ChildSizing.LeftRigh'
|
||||
+'tSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHo'
|
||||
+'rizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7
|
||||
+#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScale'
|
||||
+'Childs'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.'
|
||||
+'Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'
|
||||
+#2#2#7'Columns'#2#2#8'TabOrder'#2#0#0#0#11'TRadioGroup'#28'CharcaseFileActio'
|
||||
+'nRadioGroup'#23'AnchorSideRight.Control'#7#10'NamingPage'#20'AnchorSideRigh'
|
||||
+'t.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'U'#3'Top'#3#165#0#5'Width'#3
|
||||
+#14#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||
+'on'#6#28'CharcaseFileActionRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6
|
||||
+#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24
|
||||
+'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenou'
|
||||
+'sChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'Chil'
|
||||
+'dSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cc'
|
||||
+'lLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'
|
||||
+#2#2#8'TabOrder'#2#1#0#0#11'TRadioGroup'#29'AmbiguousFileActionRadioGroup'#23
|
||||
+'AnchorSideRight.Control'#7#10'NamingPage'#20'AnchorSideRight.Side'#7#9'asrB'
|
||||
+'ottom'#4'Left'#2#6#6'Height'#2'd'#3'Top'#2';'#5'Width'#3#14#2#5'Align'#7#5
|
||||
+'alTop'#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#29'Ambiguous'
|
||||
+'FileActionRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.T'
|
||||
+'opBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousCh'
|
||||
+'ildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28
|
||||
+'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVer'
|
||||
+'tical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenT'
|
||||
+'opToBottom'#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#26#2#12'ClientHeight'#3#193#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 absol'
|
||||
+'ute paths are supported now'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'T'
|
||||
+'GroupBox'#19'LazDocPathsGroupBox'#23'AnchorSideRight.Control'#7#10'LazDocPa'
|
||||
+'ge'#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'#12'ClientHeight'#3#193#0#11'ClientWidth'
|
||||
+#3#10#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'BorderSpacing.Aroun'
|
||||
+'d'#2#6#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#7'TButton'#19'LazDocAddPathBut'
|
||||
+'ton'#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'LazDocAddPathButton'#7'On'
|
||||
+'Click'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#22'Laz'
|
||||
+'DocDeletePathButton'#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'BorderSpacing.Left'#2#10#25'BorderSpac'
|
||||
+'ing.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'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#154#0#5'Width'#3#221#1#7'A'
|
||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#8'TabO'
|
||||
+'rder'#2#3#4'Text'#6#14'LazDocPathEdit'#0#0#7'TButton'#18'LazDocBrowseButton'
|
||||
+#22'AnchorSideLeft.Control'#7#14'LazDocPathEdit'#19'AnchorSideLeft.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3#233#1#6'Height'#2#23#3'Top'#3#156#0#5'Width'#2#19#18'B'
|
||||
+'orderSpacing.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'TButto'
|
||||
+'n'#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'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'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'Border'
|
||||
+'Spacing.InnerBorder'#2#4#7'Caption'#6#2'Ok'#7'Default'#9#7'OnClick'#7#13'Ok'
|
||||
+'ButtonClick'#8'TabOrder'#2#2#0#0#22'TSelectDirectoryDialog'#21'SelectDirect'
|
||||
+'oryDialog'#5'Title'#6#16'Select Directory'#11'FilterIndex'#2#0#4'left'#3#232
|
||||
+#1#3'top'#2#8#0#0#0
|
||||
+'.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'
|
||||
+'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
|
||||
+#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
|
||||
+'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'
|
||||
+'izing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.Enla'
|
||||
+'rgeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'
|
||||
+#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18
|
||||
+'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Cont'
|
||||
+'rolsPerLine'#2#2#7'Columns'#2#2#8'TabOrder'#2#0#0#0#11'TRadioGroup'#28'Char'
|
||||
+'caseFileActionRadioGroup'#23'AnchorSideRight.Control'#7#10'NamingPage'#20'A'
|
||||
+'nchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'U'#3'Top'#3#165
|
||||
+#0#5'Width'#3#14#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#28'CharcaseFileActionRadioGroup'#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#8'TabOrder'#2#1#0#0#11'TRadioGroup'#29'AmbiguousFileActionRa'
|
||||
+'dioGroup'#23'AnchorSideRight.Control'#7#10'NamingPage'#20'AnchorSideRight.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'd'#3'Top'#2';'#5'Width'#3#14#2#5
|
||||
+'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#29
|
||||
+'AmbiguousFileActionRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'Chil'
|
||||
+'dSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHom'
|
||||
+'ogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChild'
|
||||
+'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
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user