mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
improved layout a bit
git-svn-id: trunk@7847 -
This commit is contained in:
parent
3761e86eeb
commit
e0786a2af9
@ -1,9 +1,10 @@
|
||||
object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
ActiveControl = ObjectInspectorPage
|
||||
Caption = 'EnvironmentOptionsDialog'
|
||||
ClientHeight = 551
|
||||
ClientWidth = 650
|
||||
OnResize = FormResize
|
||||
PixelsPerInch = 112
|
||||
PixelsPerInch = 96
|
||||
Position = poScreenCenter
|
||||
HorzScrollBar.Page = 649
|
||||
VertScrollBar.Page = 550
|
||||
@ -15,17 +16,16 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.OnChange = nil
|
||||
PageIndex = 3
|
||||
PageIndex = 4
|
||||
Height = 508
|
||||
Width = 650
|
||||
object FilesPage: TPage
|
||||
Caption = 'FilesPage'
|
||||
ClientWidth = 646
|
||||
ClientHeight = 478
|
||||
Left = 2
|
||||
Height = 478
|
||||
Top = 28
|
||||
Width = 646
|
||||
ClientWidth = 642
|
||||
ClientHeight = 500
|
||||
Visible = False
|
||||
Height = 500
|
||||
Width = 642
|
||||
object MaxRecentOpenFilesLabel: TLabel
|
||||
Caption = 'MaxRecentOpenFilesLabel'
|
||||
Color = clNone
|
||||
@ -57,7 +57,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 4
|
||||
Height = 21
|
||||
Top = 26
|
||||
Width = 634
|
||||
Width = 630
|
||||
end
|
||||
object MaxRecentProjectFilesComboBox: TComboBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -74,28 +74,28 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 4
|
||||
Height = 21
|
||||
Top = 74
|
||||
Width = 634
|
||||
Width = 630
|
||||
end
|
||||
object OpenLastProjectAtStartCheckBox: TCheckBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'OpenLastProjectAtStartCheckBox'
|
||||
TabOrder = 2
|
||||
Left = 4
|
||||
Height = 24
|
||||
Height = 13
|
||||
Top = 106
|
||||
Width = 634
|
||||
Width = 630
|
||||
end
|
||||
object LazarusDirGroupBox: TGroupBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'LazarusDirGroupBox'
|
||||
ClientHeight = 37
|
||||
ClientWidth = 630
|
||||
ClientHeight = 36
|
||||
ClientWidth = 626
|
||||
ParentColor = True
|
||||
TabOrder = 3
|
||||
Left = 4
|
||||
Height = 54
|
||||
Top = 142
|
||||
Width = 634
|
||||
Width = 630
|
||||
object LazarusDirComboBox: TComboBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
MaxLength = 0
|
||||
@ -104,14 +104,14 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 590
|
||||
Width = 586
|
||||
end
|
||||
object LazarusDirButton: TButton
|
||||
Anchors = [akTop, akRight]
|
||||
Caption = '...'
|
||||
OnClick = DirectoriesButtonClick
|
||||
TabOrder = 1
|
||||
Left = 604
|
||||
Left = 600
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 20
|
||||
@ -121,14 +121,14 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'CompilerPathGroupBox'
|
||||
ClientHeight = 37
|
||||
ClientWidth = 630
|
||||
ClientHeight = 36
|
||||
ClientWidth = 626
|
||||
ParentColor = True
|
||||
TabOrder = 4
|
||||
Left = 4
|
||||
Height = 54
|
||||
Top = 197
|
||||
Width = 634
|
||||
Width = 630
|
||||
object CompilerPathComboBox: TComboBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
@ -138,7 +138,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 590
|
||||
Width = 586
|
||||
end
|
||||
object CompilerPathButton: TButton
|
||||
Anchors = [akTop, akRight]
|
||||
@ -146,7 +146,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Caption = '...'
|
||||
OnClick = FilesButtonClick
|
||||
TabOrder = 1
|
||||
Left = 604
|
||||
Left = 600
|
||||
Height = 21
|
||||
Top = 2
|
||||
Width = 20
|
||||
@ -156,14 +156,14 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'FPCSourceDirGroupBox'
|
||||
ClientHeight = 37
|
||||
ClientWidth = 630
|
||||
ClientHeight = 36
|
||||
ClientWidth = 626
|
||||
ParentColor = True
|
||||
TabOrder = 5
|
||||
Left = 4
|
||||
Height = 54
|
||||
Top = 252
|
||||
Width = 634
|
||||
Width = 630
|
||||
object FPCSourceDirComboBox: TComboBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
@ -173,7 +173,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 2
|
||||
Width = 590
|
||||
Width = 586
|
||||
end
|
||||
object FPCSourceDirButton: TButton
|
||||
Anchors = [akTop, akRight]
|
||||
@ -181,7 +181,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Caption = '...'
|
||||
OnClick = DirectoriesButtonClick
|
||||
TabOrder = 1
|
||||
Left = 604
|
||||
Left = 600
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 20
|
||||
@ -191,14 +191,14 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'MakePathGroupBox'
|
||||
ClientHeight = 37
|
||||
ClientWidth = 630
|
||||
ClientHeight = 36
|
||||
ClientWidth = 626
|
||||
ParentColor = True
|
||||
TabOrder = 6
|
||||
Left = 4
|
||||
Height = 54
|
||||
Top = 307
|
||||
Width = 634
|
||||
Width = 630
|
||||
object MakePathComboBox: TComboBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
@ -208,7 +208,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 590
|
||||
Width = 586
|
||||
end
|
||||
object MakePathButton: TButton
|
||||
Anchors = [akTop, akRight]
|
||||
@ -216,7 +216,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Caption = '...'
|
||||
OnClick = FilesButtonClick
|
||||
TabOrder = 1
|
||||
Left = 604
|
||||
Left = 600
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 20
|
||||
@ -226,14 +226,14 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'TestBuildDirGroupBox'
|
||||
ClientHeight = 37
|
||||
ClientWidth = 630
|
||||
ClientHeight = 36
|
||||
ClientWidth = 626
|
||||
ParentColor = True
|
||||
TabOrder = 7
|
||||
Left = 4
|
||||
Height = 54
|
||||
Top = 362
|
||||
Width = 634
|
||||
Width = 630
|
||||
object TestBuildDirComboBox: TComboBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
@ -243,7 +243,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 3
|
||||
Width = 590
|
||||
Width = 586
|
||||
end
|
||||
object TestBuildDirButton: TButton
|
||||
Anchors = [akTop, akRight]
|
||||
@ -251,7 +251,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Caption = '...'
|
||||
OnClick = DirectoriesButtonClick
|
||||
TabOrder = 1
|
||||
Left = 604
|
||||
Left = 600
|
||||
Height = 21
|
||||
Top = 2
|
||||
Width = 20
|
||||
@ -260,17 +260,16 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object DesktopPage: TPage
|
||||
Caption = 'DesktopPage'
|
||||
ClientWidth = 646
|
||||
ClientHeight = 478
|
||||
Left = 2
|
||||
Height = 478
|
||||
Top = 28
|
||||
Width = 646
|
||||
ClientWidth = 642
|
||||
ClientHeight = 500
|
||||
Visible = False
|
||||
Height = 500
|
||||
Width = 642
|
||||
object LanguageGroupBox: TGroupBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'LanguageGroupBox'
|
||||
ClientHeight = 39
|
||||
ClientWidth = 632
|
||||
ClientHeight = 56
|
||||
ClientWidth = 636
|
||||
ParentColor = True
|
||||
TabOrder = 0
|
||||
Left = 4
|
||||
@ -299,8 +298,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object AutoSaveGroupBox: TGroupBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'AutoSaveGroupBox'
|
||||
ClientHeight = 119
|
||||
ClientWidth = 632
|
||||
ClientHeight = 136
|
||||
ClientWidth = 636
|
||||
ParentColor = True
|
||||
TabOrder = 2
|
||||
Left = 4
|
||||
@ -357,8 +356,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object DesktopFilesGroupBox: TGroupBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'DesktopFilesGroupBox'
|
||||
ClientHeight = 80
|
||||
ClientWidth = 632
|
||||
ClientHeight = 97
|
||||
ClientWidth = 636
|
||||
ParentColor = True
|
||||
TabOrder = 3
|
||||
Left = 4
|
||||
@ -407,12 +406,11 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object WindowsPage: TPage
|
||||
Caption = 'WindowsPage'
|
||||
ClientWidth = 646
|
||||
ClientHeight = 478
|
||||
Left = 2
|
||||
Height = 478
|
||||
Top = 28
|
||||
Width = 646
|
||||
ClientWidth = 642
|
||||
ClientHeight = 500
|
||||
Visible = False
|
||||
Height = 500
|
||||
Width = 642
|
||||
object MinimizeAllOnMinimizeMainCheckBox: TCheckBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
@ -422,7 +420,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 4
|
||||
Height = 24
|
||||
Top = 10
|
||||
Width = 640
|
||||
Width = 636
|
||||
end
|
||||
object HideIDEOnRunCheckBox: TCheckBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -432,54 +430,52 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 4
|
||||
Height = 24
|
||||
Top = 34
|
||||
Width = 640
|
||||
Width = 636
|
||||
end
|
||||
object WindowPositionsGroupBox: TGroupBox
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'WindowPositionsGroupBox'
|
||||
ClientHeight = 360
|
||||
ClientHeight = 381
|
||||
ClientWidth = 636
|
||||
ParentColor = True
|
||||
TabOrder = 2
|
||||
Left = 4
|
||||
Height = 377
|
||||
Height = 381
|
||||
Top = 68
|
||||
Width = 640
|
||||
Width = 636
|
||||
object WindowPositionsListBox: TListBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
OnMouseUp = WindowPositionsListBoxMouseUp
|
||||
TabOrder = 0
|
||||
TopIndex = -1
|
||||
Left = 6
|
||||
Height = 100
|
||||
Top = 6
|
||||
Width = 620
|
||||
Width = 616
|
||||
end
|
||||
end
|
||||
end
|
||||
object FormEditorPage: TPage
|
||||
Caption = 'FormEditorPage'
|
||||
ClientWidth = 646
|
||||
ClientHeight = 478
|
||||
ClientWidth = 642
|
||||
ClientHeight = 500
|
||||
OnResize = FormEditorPageResize
|
||||
Left = 2
|
||||
Height = 478
|
||||
Top = 28
|
||||
Width = 646
|
||||
Visible = False
|
||||
Height = 500
|
||||
Width = 642
|
||||
object GridGroupBox: TGroupBox
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'GridGroupBox'
|
||||
ClientHeight = 113
|
||||
ClientHeight = 130
|
||||
ClientWidth = 630
|
||||
ParentColor = True
|
||||
TabOrder = 0
|
||||
Left = 6
|
||||
Height = 130
|
||||
Top = 6
|
||||
Width = 634
|
||||
Width = 630
|
||||
object GridColorLabel: TLabel
|
||||
Caption = 'GridColorLabel'
|
||||
Color = clNone
|
||||
@ -495,7 +491,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 117
|
||||
Height = 17
|
||||
Top = 60
|
||||
Width = 503
|
||||
Width = 499
|
||||
end
|
||||
object GridSizeYLabel: TLabel
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -504,7 +500,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 117
|
||||
Height = 17
|
||||
Top = 84
|
||||
Width = 503
|
||||
Width = 499
|
||||
end
|
||||
object GridColorButton: TColorButton
|
||||
BorderWidth = 2
|
||||
@ -519,7 +515,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 26
|
||||
Width = 614
|
||||
Width = 610
|
||||
end
|
||||
object ShowGridCheckBox: TCheckBox
|
||||
Caption = 'ShowGridCheckBox'
|
||||
@ -576,12 +572,12 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Anchors = [akTop, akLeft]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'GuideLinesGroupBox'
|
||||
ClientHeight = 313
|
||||
ClientWidth = 202
|
||||
ClientHeight = 334
|
||||
ClientWidth = 206
|
||||
ParentColor = True
|
||||
TabOrder = 1
|
||||
Left = 222
|
||||
Height = 330
|
||||
Height = 334
|
||||
Top = 142
|
||||
Width = 206
|
||||
object GuideLineColorLeftTopButton: TColorButton
|
||||
@ -640,16 +636,16 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'FormEditMiscGroupBox'
|
||||
ClientHeight = 313
|
||||
ClientHeight = 334
|
||||
ClientWidth = 202
|
||||
ParentColor = True
|
||||
TabOrder = 2
|
||||
AnchorSideRight.Control = FormEditorPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 434
|
||||
Height = 330
|
||||
Height = 334
|
||||
Top = 142
|
||||
Width = 206
|
||||
Width = 202
|
||||
object GrabberColorButton: TColorButton
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderWidth = 2
|
||||
@ -674,7 +670,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 89
|
||||
Width = 186
|
||||
Width = 182
|
||||
end
|
||||
object MarkerColorLabel: TLabel
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -684,7 +680,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 134
|
||||
Width = 186
|
||||
Width = 182
|
||||
end
|
||||
object ShowComponentCaptionsCheckBox: TCheckBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -693,7 +689,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
TabOrder = 0
|
||||
Left = 6
|
||||
Height = 24
|
||||
Width = 186
|
||||
Width = 182
|
||||
end
|
||||
object ShowEditorHintsCheckBox: TCheckBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -703,7 +699,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 19
|
||||
Width = 186
|
||||
Width = 182
|
||||
end
|
||||
object AutoCreateFormsOnOpenCheckBox: TCheckBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -712,7 +708,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 38
|
||||
Width = 186
|
||||
Width = 182
|
||||
end
|
||||
object RightClickSelectsCheckBox: TCheckBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -721,7 +717,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 57
|
||||
Width = 186
|
||||
Width = 182
|
||||
end
|
||||
object DesignerPaintLazyCheckBox: TCheckBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -733,7 +729,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 182
|
||||
Width = 186
|
||||
Width = 182
|
||||
end
|
||||
end
|
||||
object RubberbandGroupBox: TGroupBox
|
||||
@ -742,12 +738,12 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'RubberbandGroupBox'
|
||||
ClientHeight = 313
|
||||
ClientWidth = 206
|
||||
ClientHeight = 334
|
||||
ClientWidth = 210
|
||||
ParentColor = True
|
||||
TabOrder = 3
|
||||
Left = 6
|
||||
Height = 330
|
||||
Height = 334
|
||||
Top = 142
|
||||
Width = 210
|
||||
object RubberbandSelectColorButton: TColorButton
|
||||
@ -798,24 +794,25 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object ObjectInspectorPage: TPage
|
||||
Caption = 'ObjectInspectorPage'
|
||||
ClientWidth = 646
|
||||
ClientHeight = 478
|
||||
Left = 2
|
||||
Height = 478
|
||||
Top = 28
|
||||
Width = 646
|
||||
ClientWidth = 642
|
||||
ClientHeight = 500
|
||||
Height = 500
|
||||
Width = 642
|
||||
object ObjectInspectorColorsGroupBox: TGroupBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Left = 5
|
||||
BorderSpacing.Top = 5
|
||||
BorderSpacing.Right = 5
|
||||
Caption = 'ObjectInspectorColorsGroupBox'
|
||||
ClientHeight = 156
|
||||
ClientWidth = 635
|
||||
ClientHeight = 155
|
||||
ClientWidth = 628
|
||||
ParentColor = True
|
||||
TabOrder = 0
|
||||
Left = 5
|
||||
Height = 173
|
||||
Top = 7
|
||||
Width = 639
|
||||
Width = 632
|
||||
object OIBackgroundColorButton: TColorButton
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderWidth = 2
|
||||
@ -872,7 +869,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 65
|
||||
Height = 12
|
||||
Top = 11
|
||||
Width = 548
|
||||
Width = 537
|
||||
end
|
||||
object OISubPropsColorLabel: TLabel
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -882,7 +879,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 65
|
||||
Height = 12
|
||||
Top = 35
|
||||
Width = 548
|
||||
Width = 537
|
||||
end
|
||||
object OIReferencesColorLabel: TLabel
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -892,7 +889,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 65
|
||||
Height = 12
|
||||
Top = 59
|
||||
Width = 548
|
||||
Width = 537
|
||||
end
|
||||
object OIValueColorLabel: TLabel
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -902,7 +899,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 65
|
||||
Height = 12
|
||||
Top = 83
|
||||
Width = 548
|
||||
Width = 537
|
||||
end
|
||||
object OIDefaultValueColorLabel: TLabel
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -912,7 +909,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 65
|
||||
Height = 12
|
||||
Top = 107
|
||||
Width = 548
|
||||
Width = 537
|
||||
end
|
||||
object OIPropNameColorLabel: TLabel
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -922,21 +919,21 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 65
|
||||
Height = 12
|
||||
Top = 131
|
||||
Width = 548
|
||||
Width = 537
|
||||
end
|
||||
end
|
||||
object OIMiscGroupBox: TGroupBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'OIMiscGroupBox'
|
||||
ClientHeight = 88
|
||||
ClientWidth = 635
|
||||
ClientHeight = 87
|
||||
ClientWidth = 628
|
||||
ParentColor = True
|
||||
TabOrder = 1
|
||||
Left = 5
|
||||
Height = 105
|
||||
Top = 186
|
||||
Width = 639
|
||||
Width = 632
|
||||
object OIDefaultItemHeightLabel: TLabel
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
@ -945,7 +942,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 12
|
||||
Top = 6
|
||||
Width = 607
|
||||
Width = 596
|
||||
end
|
||||
object OIShowHintCheckBox: TCheckBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -955,7 +952,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 55
|
||||
Width = 607
|
||||
Width = 596
|
||||
end
|
||||
object OIDefaultItemHeightSpinEdit: TSpinEdit
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -966,18 +963,17 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 24
|
||||
Width = 613
|
||||
Width = 606
|
||||
end
|
||||
end
|
||||
end
|
||||
object BackupPage: TPage
|
||||
Caption = 'BackupPage'
|
||||
ClientWidth = 646
|
||||
ClientHeight = 478
|
||||
Left = 2
|
||||
Height = 478
|
||||
Top = 28
|
||||
Width = 646
|
||||
ClientWidth = 642
|
||||
ClientHeight = 500
|
||||
Visible = False
|
||||
Height = 500
|
||||
Width = 642
|
||||
object BackupHelpLabel: TLabel
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
@ -992,8 +988,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'BackupProjectGroupBox'
|
||||
ClientHeight = 184
|
||||
ClientWidth = 632
|
||||
ClientHeight = 201
|
||||
ClientWidth = 636
|
||||
ParentColor = True
|
||||
TabOrder = 0
|
||||
Left = 4
|
||||
@ -1071,8 +1067,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object BackupOtherGroupBox: TGroupBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'BackupOtherGroupBox'
|
||||
ClientHeight = 179
|
||||
ClientWidth = 632
|
||||
ClientHeight = 196
|
||||
ClientWidth = 636
|
||||
ParentColor = True
|
||||
TabOrder = 1
|
||||
Left = 4
|
||||
@ -1151,12 +1147,11 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object NamingPage: TPage
|
||||
Caption = 'NamingPage'
|
||||
ClientWidth = 646
|
||||
ClientHeight = 478
|
||||
Left = 2
|
||||
Height = 478
|
||||
Top = 28
|
||||
Width = 646
|
||||
ClientWidth = 642
|
||||
ClientHeight = 500
|
||||
Visible = False
|
||||
Height = 500
|
||||
Width = 642
|
||||
object PascalFileExtRadiogroup: TRadioGroup
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'PascalFileExtRadiogroup'
|
||||
@ -1190,12 +1185,11 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object LazDocPage: TPage
|
||||
Caption = 'LazDocPage'
|
||||
ClientWidth = 646
|
||||
ClientHeight = 478
|
||||
Left = 2
|
||||
Height = 478
|
||||
Top = 28
|
||||
Width = 646
|
||||
ClientWidth = 642
|
||||
ClientHeight = 500
|
||||
Visible = False
|
||||
Height = 500
|
||||
Width = 642
|
||||
object Label1: TLabel
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'NOTE: only absolute paths are supported now'
|
||||
@ -1209,8 +1203,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocPathsGroupBox'
|
||||
ClientHeight = 193
|
||||
ClientWidth = 630
|
||||
ClientHeight = 210
|
||||
ClientWidth = 634
|
||||
ParentColor = True
|
||||
TabOrder = 0
|
||||
Left = 6
|
||||
@ -1228,6 +1222,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Width = 618
|
||||
end
|
||||
object LazDocAddPathButton: TButton
|
||||
AutoSize = True
|
||||
Caption = 'LazDocAddPathButton'
|
||||
OnClick = LazDocAddPathButtonClick
|
||||
TabOrder = 1
|
||||
@ -1237,9 +1232,12 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Width = 75
|
||||
end
|
||||
object LazDocDeletePathButton: TButton
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 10
|
||||
Caption = 'LazDocDeletePathButton'
|
||||
OnClick = LazDocDeletePathButtonClick
|
||||
TabOrder = 2
|
||||
AnchorSideLeft.Control = LazDocAddPathButton
|
||||
Left = 90
|
||||
Height = 25
|
||||
Top = 122
|
||||
|
@ -10,369 +10,370 @@ LazarusResources.Add('TForm','FORMDATA',[
|
||||
]);
|
||||
|
||||
LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
||||
'TPF0'#25'TEnvironmentOptionsDialog'#24'EnvironmentOptionsDialog'#7'Caption'#6
|
||||
+#24'EnvironmentOptionsDialog'#12'ClientHeight'#3''''#2#11'ClientWidth'#3#138
|
||||
+#2#8'OnResize'#7#10'FormResize'#13'PixelsPerInch'#2'p'#8'Position'#7#14'poSc'
|
||||
+'reenCenter'#18'HorzScrollBar.Page'#3#137#2#18'VertScrollBar.Page'#3'&'#2#4
|
||||
+'Left'#3'5'#1#6'Height'#3''''#2#3'Top'#2't'#5'Width'#3#138#2#0#9'TNotebook'#8
|
||||
+'Notebook'#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8
|
||||
+'akBottom'#0#22'BorderSpacing.OnChange'#13#9'PageIndex'#2#3#6'Height'#3#252#1
|
||||
+#5'Width'#3#138#2#0#5'TPage'#9'FilesPage'#7'Caption'#6#9'FilesPage'#11'Clien'
|
||||
+'tWidth'#3#134#2#12'ClientHeight'#3#222#1#4'Left'#2#2#6'Height'#3#222#1#3'To'
|
||||
+'p'#2#28#5'Width'#3#134#2#0#6'TLabel'#23'MaxRecentOpenFilesLabel'#7'Caption'
|
||||
+#6#23'MaxRecentOpenFilesLabel'#5'Color'#7#6'clNone'#4'Left'#2#4#6'Height'#2
|
||||
+#12#3'Top'#2#10#5'Width'#3#152#0#0#0#6'TLabel'#26'MaxRecentProjectFilesLabel'
|
||||
+#7'Caption'#6#26'MaxRecentProjectFilesLabel'#5'Color'#7#6'clNone'#4'Left'#2#4
|
||||
+#6'Height'#2#12#3'Top'#2':'#5'Width'#3#160#0#0#0#9'TComboBox'#26'MaxRecentOp'
|
||||
+'enFilesComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#13'Items.Str'
|
||||
+'ings'#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#4'Left'#2#4#6'Height'#2#21#3'Top'#2#26#5'Width'#3'z'#2#0#0#9
|
||||
+'TComboBox'#29'MaxRecentProjectFilesComboBox'#7'Anchors'#11#5'akTop'#6'akLef'
|
||||
+'t'#7'akRight'#0#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#4'Left'#2#4#6'Height'#2#21#3'Top'#2
|
||||
+'J'#5'Width'#3'z'#2#0#0#9'TCheckBox'#30'OpenLastProjectAtStartCheckBox'#7'An'
|
||||
+'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#30'OpenLastProjectAt'
|
||||
+'StartCheckBox'#8'TabOrder'#2#2#4'Left'#2#4#6'Height'#2#24#3'Top'#2'j'#5'Wid'
|
||||
+'th'#3'z'#2#0#0#9'TGroupBox'#18'LazarusDirGroupBox'#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#7'Caption'#6#18'LazarusDirGroupBox'#12'ClientHeight'#2
|
||||
+'%'#11'ClientWidth'#3'v'#2#11'ParentColor'#9#8'TabOrder'#2#3#4'Left'#2#4#6'H'
|
||||
+'eight'#2'6'#3'Top'#3#142#0#5'Width'#3'z'#2#0#9'TComboBox'#18'LazarusDirComb'
|
||||
+'oBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#9'MaxLength'#2#0#8'TabO'
|
||||
+'rder'#2#0#4'Text'#6#18'LazarusDirComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'
|
||||
+#2#3#5'Width'#3'N'#2#0#0#7'TButton'#16'LazarusDirButton'#7'Anchors'#11#5'akT'
|
||||
+'op'#7'akRight'#0#7'Caption'#6#3'...'#7'OnClick'#7#22'DirectoriesButtonClick'
|
||||
+#8'TabOrder'#2#1#4'Left'#3'\'#2#6'Height'#2#21#3'Top'#2#3#5'Width'#2#20#0#0#0
|
||||
+#9'TGroupBox'#20'CompilerPathGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak'
|
||||
+'Right'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#20'CompilerPathGroupBox'
|
||||
+#12'ClientHeight'#2'%'#11'ClientWidth'#3'v'#2#11'ParentColor'#9#8'TabOrder'#2
|
||||
+#4#4'Left'#2#4#6'Height'#2'6'#3'Top'#3#197#0#5'Width'#3'z'#2#0#9'TComboBox'
|
||||
+#20'CompilerPathComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'B'
|
||||
+'orderSpacing.OnChange'#13#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#20'Com'
|
||||
+'pilerPathComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3'N'#2#0#0
|
||||
+#7'TButton'#18'CompilerPathButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#22'Bo'
|
||||
+'rderSpacing.OnChange'#13#7'Caption'#6#3'...'#7'OnClick'#7#16'FilesButtonCli'
|
||||
+'ck'#8'TabOrder'#2#1#4'Left'#3'\'#2#6'Height'#2#21#3'Top'#2#2#5'Width'#2#20#0
|
||||
+#0#0#9'TGroupBox'#20'FPCSourceDirGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#20'FPCSourceDirGroupB'
|
||||
+'ox'#12'ClientHeight'#2'%'#11'ClientWidth'#3'v'#2#11'ParentColor'#9#8'TabOrd'
|
||||
+'er'#2#5#4'Left'#2#4#6'Height'#2'6'#3'Top'#3#252#0#5'Width'#3'z'#2#0#9'TComb'
|
||||
+'oBox'#20'FPCSourceDirComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#22'BorderSpacing.OnChange'#13#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#20
|
||||
+'FPCSourceDirComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#2#5'Width'#3'N'#2
|
||||
+#0#0#7'TButton'#18'FPCSourceDirButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#22
|
||||
+'BorderSpacing.OnChange'#13#7'Caption'#6#3'...'#7'OnClick'#7#22'DirectoriesB'
|
||||
+'uttonClick'#8'TabOrder'#2#1#4'Left'#3'\'#2#6'Height'#2#21#3'Top'#2#3#5'Widt'
|
||||
+'h'#2#20#0#0#0#9'TGroupBox'#16'MakePathGroupBox'#7'Anchors'#11#5'akTop'#6'ak'
|
||||
+'Left'#7'akRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#16'MakePathGr'
|
||||
+'oupBox'#12'ClientHeight'#2'%'#11'ClientWidth'#3'v'#2#11'ParentColor'#9#8'Ta'
|
||||
+'bOrder'#2#6#4'Left'#2#4#6'Height'#2'6'#3'Top'#3'3'#1#5'Width'#3'z'#2#0#9'TC'
|
||||
+'omboBox'#16'MakePathComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#22'BorderSpacing.OnChange'#13#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#16
|
||||
+'MakePathComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3'N'#2#0#0
|
||||
+#7'TButton'#14'MakePathButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#22'Border'
|
||||
+'Spacing.OnChange'#13#7'Caption'#6#3'...'#7'OnClick'#7#16'FilesButtonClick'#8
|
||||
+'TabOrder'#2#1#4'Left'#3'\'#2#6'Height'#2#21#3'Top'#2#3#5'Width'#2#20#0#0#0#9
|
||||
+'TGroupBox'#20'TestBuildDirGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi'
|
||||
+'ght'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#20'TestBuildDirGroupBox'
|
||||
,#12'ClientHeight'#2'%'#11'ClientWidth'#3'v'#2#11'ParentColor'#9#8'TabOrder'#2
|
||||
+#7#4'Left'#2#4#6'Height'#2'6'#3'Top'#3'j'#1#5'Width'#3'z'#2#0#9'TComboBox'#20
|
||||
+'TestBuildDirComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'Bord'
|
||||
+'erSpacing.OnChange'#13#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#20'TestBu'
|
||||
+'ildDirComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3'N'#2#0#0#7
|
||||
+'TButton'#18'TestBuildDirButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#22'Bord'
|
||||
+'erSpacing.OnChange'#13#7'Caption'#6#3'...'#7'OnClick'#7#22'DirectoriesButto'
|
||||
+'nClick'#8'TabOrder'#2#1#4'Left'#3'\'#2#6'Height'#2#21#3'Top'#2#2#5'Width'#2
|
||||
+#20#0#0#0#0#5'TPage'#11'DesktopPage'#7'Caption'#6#11'DesktopPage'#11'ClientW'
|
||||
+'idth'#3#134#2#12'ClientHeight'#3#222#1#4'Left'#2#2#6'Height'#3#222#1#3'Top'
|
||||
+#2#28#5'Width'#3#134#2#0#9'TGroupBox'#16'LanguageGroupBox'#7'Anchors'#11#5'a'
|
||||
+'kTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#16'LanguageGroupBox'#12'ClientHei'
|
||||
+'ght'#2''''#11'ClientWidth'#3'x'#2#11'ParentColor'#9#8'TabOrder'#2#0#4'Left'
|
||||
+#2#4#6'Height'#2'8'#3'Top'#2#10#5'Width'#3'|'#2#0#9'TComboBox'#16'LanguageCo'
|
||||
+'mboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#9'MaxLength'#2#0#8'Ta'
|
||||
+'bOrder'#2#0#4'Text'#6#16'LanguageComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'
|
||||
+#2#8#5'Width'#3'd'#2#0#0#0#9'TCheckBox$ShowHintsForComponentPaletteCheckBox'
|
||||
+#7'Caption'#6'$ShowHintsForComponentPaletteCheckBox'#8'TabOrder'#2#1#4'Left'
|
||||
+#2#4#6'Height'#2#24#3'Top'#3'J'#1#5'Width'#3#7#1#0#0#9'TGroupBox'#16'AutoSav'
|
||||
+'eGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#16'Au'
|
||||
+'toSaveGroupBox'#12'ClientHeight'#2'w'#11'ClientWidth'#3'x'#2#11'ParentColor'
|
||||
+#9#8'TabOrder'#2#2#4'Left'#2#4#6'Height'#3#136#0#3'Top'#2'J'#5'Width'#3'|'#2
|
||||
+#0#6'TLabel'#27'AutoSaveIntervalInSecsLabel'#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#7'Caption'#6#27'AutoSaveIntervalInSecsLabel'#5'Color'#7#6'clNo'
|
||||
+'ne'#7'Enabled'#8#4'Left'#2#6#6'Height'#2#12#3'Top'#2'C'#5'Width'#3'\'#2#0#0
|
||||
+#9'TCheckBox'#27'AutoSaveEditorFilesCheckBox'#7'Anchors'#11#5'akTop'#6'akLef'
|
||||
+'t'#7'akRight'#0#7'Caption'#6#27'AutoSaveEditorFilesCheckBox'#7'Enabled'#8#8
|
||||
+'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#24#3'Top'#2#4#5'Width'#3'd'#2#0#0#9'T'
|
||||
+'CheckBox'#23'AutoSaveProjectCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak'
|
||||
+'Right'#0#7'Caption'#6#23'AutoSaveProjectCheckBox'#7'Enabled'#8#8'TabOrder'#2
|
||||
+#1#4'Left'#2#6#6'Height'#2#24#3'Top'#2#30#5'Width'#3'd'#2#0#0#9'TComboBox'#30
|
||||
+'AutoSaveIntervalInSecsComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||
+#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'TabOrder'#2#2#4'Left'#2#6#6'Height'#2#21#3'Top'#2'W'#5'Wid'
|
||||
+'th'#3'd'#2#0#0#0#9'TGroupBox'#20'DesktopFilesGroupBox'#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'DesktopFilesGroupBox'#12'ClientHe'
|
||||
+'ight'#2'P'#11'ClientWidth'#3'x'#2#11'ParentColor'#9#8'TabOrder'#2#3#4'Left'
|
||||
+#2#4#6'Height'#2'a'#3'Top'#3#218#0#5'Width'#3'|'#2#0#7'TButton'#31'SaveDeskt'
|
||||
+'opSettingsToFileButton'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Cap'
|
||||
+'tion'#6#31'SaveDesktopSettingsToFileButton'#7'OnClick'#7'$SaveDesktopSettin'
|
||||
+'gsToFileButtonClick'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#25#3'Top'#2#8#5
|
||||
+'Width'#3'd'#2#0#0#7'TButton!LoadDesktopSettingsFromFileButton'#7'Anchors'#11
|
||||
+#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6'!LoadDesktopSettingsFromFileBu'
|
||||
+'tton'#7'OnEnter'#7'&LoadDesktopSettingsFromFileButtonClick'#8'TabOrder'#2#1
|
||||
+#4'Left'#2#6#6'Height'#2#25#3'Top'#2'+'#5'Width'#3'd'#2#0#0#0#9'TCheckBox$Sh'
|
||||
+'owHintsForMainSpeedButtonsCheckBox'#22'BorderSpacing.OnChange'#13#7'Caption'
|
||||
+#6'$ShowHintsForMainSpeedButtonsCheckBox'#8'TabOrder'#2#4#4'Left'#2#4#6'Heig'
|
||||
+'ht'#2#24#3'Top'#3'b'#1#5'Width'#3#11#1#0#0#9'TCheckBox'#28'MsgViewDblClickJ'
|
||||
+'umpsCheckBox'#22'BorderSpacing.OnChange'#13#7'Caption'#6#28'MsgViewDblClick'
|
||||
+'JumpsCheckBox'#8'TabOrder'#2#5#4'Left'#2#4#6'Height'#2#24#3'Top'#3'z'#1#5'W'
|
||||
+'idth'#3#219#0#0#0#0#5'TPage'#11'WindowsPage'#7'Caption'#6#11'WindowsPage'#11
|
||||
+'ClientWidth'#3#134#2#12'ClientHeight'#3#222#1#4'Left'#2#2#6'Height'#3#222#1
|
||||
+#3'Top'#2#28#5'Width'#3#134#2#0#9'TCheckBox!MinimizeAllOnMinimizeMainCheckBo'
|
||||
'TPF0'#25'TEnvironmentOptionsDialog'#24'EnvironmentOptionsDialog'#13'ActiveCo'
|
||||
+'ntrol'#7#19'ObjectInspectorPage'#7'Caption'#6#24'EnvironmentOptionsDialog'
|
||||
+#12'ClientHeight'#3''''#2#11'ClientWidth'#3#138#2#8'OnResize'#7#10'FormResiz'
|
||||
+'e'#13'PixelsPerInch'#2'`'#8'Position'#7#14'poScreenCenter'#18'HorzScrollBar'
|
||||
+'.Page'#3#137#2#18'VertScrollBar.Page'#3'&'#2#4'Left'#3'5'#1#6'Height'#3''''
|
||||
+#2#3'Top'#2't'#5'Width'#3#138#2#0#9'TNotebook'#8'Notebook'#5'Align'#7#5'alTo'
|
||||
+'p'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#22'BorderSpaci'
|
||||
+'ng.OnChange'#13#9'PageIndex'#2#4#6'Height'#3#252#1#5'Width'#3#138#2#0#5'TPa'
|
||||
+'ge'#9'FilesPage'#7'Caption'#6#9'FilesPage'#11'ClientWidth'#3#130#2#12'Clien'
|
||||
+'tHeight'#3#244#1#7'Visible'#8#6'Height'#3#244#1#5'Width'#3#130#2#0#6'TLabel'
|
||||
+#23'MaxRecentOpenFilesLabel'#7'Caption'#6#23'MaxRecentOpenFilesLabel'#5'Colo'
|
||||
+'r'#7#6'clNone'#4'Left'#2#4#6'Height'#2#12#3'Top'#2#10#5'Width'#3#152#0#0#0#6
|
||||
+'TLabel'#26'MaxRecentProjectFilesLabel'#7'Caption'#6#26'MaxRecentProjectFile'
|
||||
+'sLabel'#5'Color'#7#6'clNone'#4'Left'#2#4#6'Height'#2#12#3'Top'#2':'#5'Width'
|
||||
+#3#160#0#0#0#9'TComboBox'#26'MaxRecentOpenFilesComboBox'#7'Anchors'#11#5'akT'
|
||||
+'op'#6'akLeft'#7'akRight'#0#13'Items.Strings'#1#6#1'5'#6#2'10'#6#2'15'#6#2'2'
|
||||
+'0'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Left'#2#4#6'Height'
|
||||
+#2#21#3'Top'#2#26#5'Width'#3'v'#2#0#0#9'TComboBox'#29'MaxRecentProjectFilesC'
|
||||
+'omboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#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#4'Left'#2#4#6'Height'#2#21#3'Top'#2'J'#5'Width'#3'v'#2#0#0#9'TCheckBox'
|
||||
+#30'OpenLastProjectAtStartCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRig'
|
||||
+'ht'#0#7'Caption'#6#30'OpenLastProjectAtStartCheckBox'#8'TabOrder'#2#2#4'Lef'
|
||||
+'t'#2#4#6'Height'#2#13#3'Top'#2'j'#5'Width'#3'v'#2#0#0#9'TGroupBox'#18'Lazar'
|
||||
+'usDirGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#18
|
||||
+'LazarusDirGroupBox'#12'ClientHeight'#2'$'#11'ClientWidth'#3'r'#2#11'ParentC'
|
||||
+'olor'#9#8'TabOrder'#2#3#4'Left'#2#4#6'Height'#2'6'#3'Top'#3#142#0#5'Width'#3
|
||||
+'v'#2#0#9'TComboBox'#18'LazarusDirComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#18'LazarusDirComboB'
|
||||
+'ox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3'J'#2#0#0#7'TButton'#16
|
||||
+'LazarusDirButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#7'Caption'#6#3'...'#7
|
||||
+'OnClick'#7#22'DirectoriesButtonClick'#8'TabOrder'#2#1#4'Left'#3'X'#2#6'Heig'
|
||||
+'ht'#2#21#3'Top'#2#3#5'Width'#2#20#0#0#0#9'TGroupBox'#20'CompilerPathGroupBo'
|
||||
+'x'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'
|
||||
+#13#7'Caption'#6'!MinimizeAllOnMinimizeMainCheckBox'#7'Enabled'#8#8'TabOrder'
|
||||
+#2#0#4'Left'#2#4#6'Height'#2#24#3'Top'#2#10#5'Width'#3#128#2#0#0#9'TCheckBox'
|
||||
+#20'HideIDEOnRunCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'B'
|
||||
+'orderSpacing.OnChange'#13#7'Caption'#6#20'HideIDEOnRunCheckBox'#8'TabOrder'
|
||||
+#2#1#4'Left'#2#4#6'Height'#2#24#3'Top'#2'"'#5'Width'#3#128#2#0#0#9'TGroupBox'
|
||||
+#23'WindowPositionsGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'a'
|
||||
+'kBottom'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#23'WindowPositionsGro'
|
||||
+'upBox'#12'ClientHeight'#3'h'#1#11'ClientWidth'#3'|'#2#11'ParentColor'#9#8'T'
|
||||
+'abOrder'#2#2#4'Left'#2#4#6'Height'#3'y'#1#3'Top'#2'D'#5'Width'#3#128#2#0#8
|
||||
+'TListBox'#22'WindowPositionsListBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
||||
,'ight'#0#22'BorderSpacing.OnChange'#13#9'OnMouseUp'#7#29'WindowPositionsList'
|
||||
+'BoxMouseUp'#8'TabOrder'#2#0#8'TopIndex'#2#255#4'Left'#2#6#6'Height'#2'd'#3
|
||||
+'Top'#2#6#5'Width'#3'l'#2#0#0#0#0#5'TPage'#14'FormEditorPage'#7'Caption'#6#14
|
||||
+'FormEditorPage'#11'ClientWidth'#3#134#2#12'ClientHeight'#3#222#1#8'OnResize'
|
||||
+#7#20'FormEditorPageResize'#4'Left'#2#2#6'Height'#3#222#1#3'Top'#2#28#5'Widt'
|
||||
+'h'#3#134#2#0#9'TGroupBox'#12'GridGroupBox'#5'Align'#7#5'alTop'#20'BorderSpa'
|
||||
+'cing.Around'#2#6#7'Caption'#6#12'GridGroupBox'#12'ClientHeight'#2'q'#11'Cli'
|
||||
+'entWidth'#3'v'#2#11'ParentColor'#9#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#3
|
||||
+#130#0#3'Top'#2#6#5'Width'#3'z'#2#0#6'TLabel'#14'GridColorLabel'#7'Caption'#6
|
||||
+#14'GridColorLabel'#5'Color'#7#6'clNone'#4'Left'#3'"'#1#6'Height'#2#17#3'Top'
|
||||
+#2#6#5'Width'#3#145#0#0#0#6'TLabel'#14'GridSizeXLabel'#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#7'Caption'#6#14'GridSizeXLabel'#5'Color'#7#6'clNone'
|
||||
+#4'Left'#2'u'#6'Height'#2#17#3'Top'#2'<'#5'Width'#3#247#1#0#0#6'TLabel'#14'G'
|
||||
+'ridSizeYLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#14
|
||||
+'GridSizeYLabel'#5'Color'#7#6'clNone'#4'Left'#2'u'#6'Height'#2#17#3'Top'#2'T'
|
||||
+#5'Width'#3#247#1#0#0#12'TColorButton'#15'GridColorButton'#11'BorderWidth'#2
|
||||
+#2#4'Left'#3#230#0#6'Height'#2#23#5'Width'#2'2'#0#0#9'TCheckBox'#18'SnapToGr'
|
||||
+'idCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#18'S'
|
||||
+'napToGridCheckBox'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#24#3'Top'#2#26#5
|
||||
+'Width'#3'f'#2#0#0#9'TCheckBox'#16'ShowGridCheckBox'#7'Caption'#6#16'ShowGri'
|
||||
+'dCheckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#24#5'Width'#3#138#0#0#0#9
|
||||
+'TComboBox'#17'GridSizeXComboBox'#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'ParentS'
|
||||
+'howHint'#8#8'ShowHint'#9#8'TabOrder'#2#2#4'Left'#2#6#6'Height'#2#21#3'Top'#2
|
||||
+':'#5'Width'#2'd'#0#0#9'TComboBox'#17'GridSizeYComboBox'#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'Ma'
|
||||
+'xLength'#2#0#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#3#4'Left'#2#6
|
||||
+#6'Height'#2#21#3'Top'#2'R'#5'Width'#2'd'#0#0#0#9'TGroupBox'#18'GuideLinesGr'
|
||||
+'oupBox'#5'Align'#7#6'alLeft'#7'Anchors'#11#5'akTop'#6'akLeft'#0#20'BorderSp'
|
||||
+'acing.Around'#2#6#7'Caption'#6#18'GuideLinesGroupBox'#12'ClientHeight'#3'9'
|
||||
+#1#11'ClientWidth'#3#202#0#11'ParentColor'#9#8'TabOrder'#2#1#4'Left'#3#222#0
|
||||
+#6'Height'#3'J'#1#3'Top'#3#142#0#5'Width'#3#206#0#0#12'TColorButton'#27'Guid'
|
||||
+'eLineColorLeftTopButton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'T'
|
||||
+'op'#2'F'#5'Width'#2'2'#0#0#12'TColorButton'#31'GuideLineColorRightBottomBut'
|
||||
+'ton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2'v'#5'Width'#2
|
||||
+'2'#0#0#6'TLabel'#26'GuideLineColorLeftTopLabel'#7'Anchors'#11#5'akTop'#6'ak'
|
||||
+'Left'#7'akRight'#0#7'Caption'#6#26'GuideLineColorLeftTopLabel'#5'Color'#7#6
|
||||
+'clNone'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'9'#5'Width'#3#188#0#0#0#6'TLabe'
|
||||
+'l'#30'GuideLineColorRightBottomLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak'
|
||||
+'Right'#0#7'Caption'#6#30'GuideLineColorRightBottomLabel'#5'Color'#7#6'clNon'
|
||||
+'e'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'f'#5'Width'#3#188#0#0#0#9'TCheckBox'
|
||||
+#22'ShowGuideLinesCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
||||
+'Caption'#6#22'ShowGuideLinesCheckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'
|
||||
+#2#24#5'Width'#3#188#0#0#0#9'TCheckBox'#24'SnapToGuideLinesCheckBox'#7'Ancho'
|
||||
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'SnapToGuideLinesChec'
|
||||
+'kBox'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#24#3'Top'#2#19#5'Width'#3#188
|
||||
+#0#0#0#0#9'TGroupBox'#20'FormEditMiscGroupBox'#5'Align'#7#6'alLeft'#7'Anchor'
|
||||
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#20'Bord'
|
||||
+'erSpacing.Around'#2#6#7'Caption'#6#20'FormEditMiscGroupBox'#12'ClientHeight'
|
||||
+#3'9'#1#11'ClientWidth'#3#202#0#11'ParentColor'#9#8'TabOrder'#2#2#23'AnchorS'
|
||||
+'ideRight.Control'#7#14'FormEditorPage'#20'AnchorSideRight.Side'#7#9'asrBott'
|
||||
+'om'#4'Left'#3#178#1#6'Height'#3'J'#1#3'Top'#3#142#0#5'Width'#3#206#0#0#12'T'
|
||||
+'ColorButton'#18'GrabberColorButton'#22'BorderSpacing.OnChange'#13#11'Border'
|
||||
+'Width'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2'f'#5'Width'#2'2'#0#0#12'TCol'
|
||||
+'orButton'#17'MarkerColorButton'#22'BorderSpacing.OnChange'#13#11'BorderWidt'
|
||||
+'h'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#3#150#0#5'Width'#2'2'#0#0#6'TLabel'
|
||||
+#17'GrabberColorLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'Bord'
|
||||
+'erSpacing.OnChange'#13#7'Caption'#6#17'GrabberColorLabel'#5'Color'#7#6'clNo'
|
||||
+'ne'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'Y'#5'Width'#3#186#0#0#0#6'TLabel'#16
|
||||
+'MarkerColorLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSp'
|
||||
+'acing.OnChange'#13#7'Caption'#6#16'MarkerColorLabel'#5'Color'#7#6'clNone'#4
|
||||
+'Left'#2#6#6'Height'#2#14#3'Top'#3#134#0#5'Width'#3#186#0#0#0#9'TCheckBox'#29
|
||||
+'ShowComponentCaptionsCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#22'BorderSpacing.OnChange'#13#7'Caption'#6#29'ShowComponentCaptionsCheckBox'
|
||||
,#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#24#5'Width'#3#186#0#0#0#9'TCheckBox'
|
||||
+#23'ShowEditorHintsCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22
|
||||
+'BorderSpacing.OnChange'#13#7'Caption'#6#23'ShowEditorHintsCheckBox'#8'TabOr'
|
||||
+'der'#2#1#4'Left'#2#6#6'Height'#2#24#3'Top'#2#19#5'Width'#3#186#0#0#0#9'TChe'
|
||||
+'ckBox'#29'AutoCreateFormsOnOpenCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#7'Caption'#6#29'AutoCreateFormsOnOpenCheckBox'#8'TabOrder'#2#2#4
|
||||
+'Left'#2#6#6'Height'#2#24#3'Top'#2'&'#5'Width'#3#186#0#0#0#9'TCheckBox'#25'R'
|
||||
+'ightClickSelectsCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'C'
|
||||
+'aption'#6#25'RightClickSelectsCheckBox'#8'TabOrder'#2#3#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#24#3'Top'#2'9'#5'Width'#3#186#0#0#0#9'TCheckBox'#25'DesignerPaintLazyC'
|
||||
+'heckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnC'
|
||||
+'hange'#13#7'Caption'#6#25'DesignerPaintLazyCheckBox'#14'ParentShowHint'#8#8
|
||||
+'ShowHint'#9#8'TabOrder'#2#4#4'Left'#2#6#6'Height'#2#24#3'Top'#3#182#0#5'Wid'
|
||||
+'th'#3#186#0#0#0#0#9'TGroupBox'#18'RubberbandGroupBox'#5'Align'#7#6'alLeft'#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#0#22'BorderSpacing.OnChange'#13#20'BorderSpa'
|
||||
+'cing.Around'#2#6#7'Caption'#6#18'RubberbandGroupBox'#12'ClientHeight'#3'9'#1
|
||||
+#11'ClientWidth'#3#206#0#11'ParentColor'#9#8'TabOrder'#2#3#4'Left'#2#6#6'Hei'
|
||||
+'ght'#3'J'#1#3'Top'#3#142#0#5'Width'#3#210#0#0#12'TColorButton'#27'Rubberban'
|
||||
+'dSelectColorButton'#22'BorderSpacing.OnChange'#13#11'BorderWidth'#2#2#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#23#3'Top'#2#19#5'Width'#2'2'#0#0#12'TColorButton'#27'Rub'
|
||||
+'berbandCreateColorButton'#22'BorderSpacing.OnChange'#13#11'BorderWidth'#2#2
|
||||
+#4'Left'#2#6#6'Height'#2#23#3'Top'#2'F'#5'Width'#2'2'#0#0#6'TLabel'#26'Rubbe'
|
||||
+'rbandSelectColorLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'Bor'
|
||||
+'derSpacing.OnChange'#13#7'Caption'#6#26'RubberbandSelectColorLabel'#5'Color'
|
||||
+#7#6'clNone'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#3#5'Width'#3#184#0#0#0#6'TL'
|
||||
+'abel'#26'RubberbandCreateColorLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
||||
+'ight'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#26'RubberbandCreateColor'
|
||||
+'Label'#5'Color'#7#6'clNone'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'6'#5'Width'
|
||||
+#3#184#0#0#0#9'TCheckBox$RubberbandSelectsGrandChildsCheckBox'#7'Anchors'#11
|
||||
+#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6'$RubberbandSelectsGrandChildsC'
|
||||
+'heckBox'#8'TabOrder'#2#0#6'Height'#2#24#3'Top'#2'f'#5'Width'#3#190#0#0#0#0#0
|
||||
+#5'TPage'#19'ObjectInspectorPage'#7'Caption'#6#19'ObjectInspectorPage'#11'Cl'
|
||||
+'ientWidth'#3#134#2#12'ClientHeight'#3#222#1#4'Left'#2#2#6'Height'#3#222#1#3
|
||||
+'Top'#2#28#5'Width'#3#134#2#0#9'TGroupBox'#29'ObjectInspectorColorsGroupBox'
|
||||
+#13#7'Caption'#6#20'CompilerPathGroupBox'#12'ClientHeight'#2'$'#11'ClientWid'
|
||||
+'th'#3'r'#2#11'ParentColor'#9#8'TabOrder'#2#4#4'Left'#2#4#6'Height'#2'6'#3'T'
|
||||
+'op'#3#197#0#5'Width'#3'v'#2#0#9'TComboBox'#20'CompilerPathComboBox'#7'Ancho'
|
||||
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#9'MaxL'
|
||||
+'ength'#2#0#8'TabOrder'#2#0#4'Text'#6#20'CompilerPathComboBox'#4'Left'#2#6#6
|
||||
+'Height'#2#21#3'Top'#2#3#5'Width'#3'J'#2#0#0#7'TButton'#18'CompilerPathButto'
|
||||
+'n'#7'Anchors'#11#5'akTop'#7'akRight'#0#22'BorderSpacing.OnChange'#13#7'Capt'
|
||||
+'ion'#6#3'...'#7'OnClick'#7#16'FilesButtonClick'#8'TabOrder'#2#1#4'Left'#3'X'
|
||||
+#2#6'Height'#2#21#3'Top'#2#2#5'Width'#2#20#0#0#0#9'TGroupBox'#20'FPCSourceDi'
|
||||
+'rGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.O'
|
||||
+'nChange'#13#7'Caption'#6#20'FPCSourceDirGroupBox'#12'ClientHeight'#2'$'#11
|
||||
+'ClientWidth'#3'r'#2#11'ParentColor'#9#8'TabOrder'#2#5#4'Left'#2#4#6'Height'
|
||||
+#2'6'#3'Top'#3#252#0#5'Width'#3'v'#2#0#9'TComboBox'#20'FPCSourceDirComboBox'
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13
|
||||
+#7'Caption'#6#29'ObjectInspectorColorsGroupBox'#12'ClientHeight'#3#156#0#11
|
||||
+'ClientWidth'#3'{'#2#11'ParentColor'#9#8'TabOrder'#2#0#4'Left'#2#5#6'Height'
|
||||
+#3#173#0#3'Top'#2#7#5'Width'#3''#2#0#12'TColorButton'#23'OIBackgroundColorB'
|
||||
+'utton'#22'BorderSpacing.OnChange'#13#11'BorderWidth'#2#2#4'Left'#2#6#6'Heig'
|
||||
+'ht'#2#23#3'Top'#2#5#5'Width'#2'2'#0#0#12'TColorButton'#21'OISubPropsColorBu'
|
||||
+'tton'#22'BorderSpacing.OnChange'#13#11'BorderWidth'#2#2#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#23#3'Top'#2#29#5'Width'#2'2'#0#0#12'TColorButton'#23'OIReferencesColor'
|
||||
+'Button'#22'BorderSpacing.OnChange'#13#11'BorderWidth'#2#2#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2#23#3'Top'#2'5'#5'Width'#2'2'#0#0#12'TColorButton'#18'OIValueColorBut'
|
||||
+#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#20'FPCSourceDirComboBox'#4'Left'
|
||||
+#2#6#6'Height'#2#21#3'Top'#2#2#5'Width'#3'J'#2#0#0#7'TButton'#18'FPCSourceDi'
|
||||
+'rButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#22'BorderSpacing.OnChange'#13#7
|
||||
+'Caption'#6#3'...'#7'OnClick'#7#22'DirectoriesButtonClick'#8'TabOrder'#2#1#4
|
||||
+'Left'#3'X'#2#6'Height'#2#21#3'Top'#2#3#5'Width'#2#20#0#0#0#9'TGroupBox'#16
|
||||
+'MakePathGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSp'
|
||||
+'acing.OnChange'#13#7'Caption'#6#16'MakePathGroupBox'#12'ClientHeight'#2'$'
|
||||
+#11'ClientWidth'#3'r'#2#11'ParentColor'#9#8'TabOrder'#2#6#4'Left'#2#4#6'Heig'
|
||||
+'ht'#2'6'#3'Top'#3'3'#1#5'Width'#3'v'#2#0#9'TComboBox'#16'MakePathComboBox'#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#9
|
||||
+'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#16'MakePathComboBox'#4'Left'#2#6#6
|
||||
+'Height'#2#21#3'Top'#2#3#5'Width'#3'J'#2#0#0#7'TButton'#14'MakePathButton'#7
|
||||
+'Anchors'#11#5'akTop'#7'akRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6
|
||||
+#3'...'#7'OnClick'#7#16'FilesButtonClick'#8'TabOrder'#2#1#4'Left'#3'X'#2#6'H'
|
||||
+'eight'#2#21#3'Top'#2#3#5'Width'#2#20#0#0#0#9'TGroupBox'#20'TestBuildDirGrou'
|
||||
+'pBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChan'
|
||||
,'ge'#13#7'Caption'#6#20'TestBuildDirGroupBox'#12'ClientHeight'#2'$'#11'Clien'
|
||||
+'tWidth'#3'r'#2#11'ParentColor'#9#8'TabOrder'#2#7#4'Left'#2#4#6'Height'#2'6'
|
||||
+#3'Top'#3'j'#1#5'Width'#3'v'#2#0#9'TComboBox'#20'TestBuildDirComboBox'#7'Anc'
|
||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#9'Ma'
|
||||
+'xLength'#2#0#8'TabOrder'#2#0#4'Text'#6#20'TestBuildDirComboBox'#4'Left'#2#6
|
||||
+#6'Height'#2#21#3'Top'#2#3#5'Width'#3'J'#2#0#0#7'TButton'#18'TestBuildDirBut'
|
||||
+'ton'#7'Anchors'#11#5'akTop'#7'akRight'#0#22'BorderSpacing.OnChange'#13#7'Ca'
|
||||
+'ption'#6#3'...'#7'OnClick'#7#22'DirectoriesButtonClick'#8'TabOrder'#2#1#4'L'
|
||||
+'eft'#3'X'#2#6'Height'#2#21#3'Top'#2#2#5'Width'#2#20#0#0#0#0#5'TPage'#11'Des'
|
||||
+'ktopPage'#7'Caption'#6#11'DesktopPage'#11'ClientWidth'#3#130#2#12'ClientHei'
|
||||
+'ght'#3#244#1#7'Visible'#8#6'Height'#3#244#1#5'Width'#3#130#2#0#9'TGroupBox'
|
||||
+#16'LanguageGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Captio'
|
||||
+'n'#6#16'LanguageGroupBox'#12'ClientHeight'#2'8'#11'ClientWidth'#3'|'#2#11'P'
|
||||
+'arentColor'#9#8'TabOrder'#2#0#4'Left'#2#4#6'Height'#2'8'#3'Top'#2#10#5'Widt'
|
||||
+'h'#3'|'#2#0#9'TComboBox'#16'LanguageComboBox'#7'Anchors'#11#5'akTop'#6'akLe'
|
||||
+'ft'#7'akRight'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#16'LanguageComb'
|
||||
+'oBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#8#5'Width'#3'd'#2#0#0#0#9'TCheckB'
|
||||
+'ox$ShowHintsForComponentPaletteCheckBox'#7'Caption'#6'$ShowHintsForComponen'
|
||||
+'tPaletteCheckBox'#8'TabOrder'#2#1#4'Left'#2#4#6'Height'#2#24#3'Top'#3'J'#1#5
|
||||
+'Width'#3#7#1#0#0#9'TGroupBox'#16'AutoSaveGroupBox'#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#7'Caption'#6#16'AutoSaveGroupBox'#12'ClientHeight'#3
|
||||
+#136#0#11'ClientWidth'#3'|'#2#11'ParentColor'#9#8'TabOrder'#2#2#4'Left'#2#4#6
|
||||
+'Height'#3#136#0#3'Top'#2'J'#5'Width'#3'|'#2#0#6'TLabel'#27'AutoSaveInterval'
|
||||
+'InSecsLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#27
|
||||
+'AutoSaveIntervalInSecsLabel'#5'Color'#7#6'clNone'#7'Enabled'#8#4'Left'#2#6#6
|
||||
+'Height'#2#12#3'Top'#2'C'#5'Width'#3'\'#2#0#0#9'TCheckBox'#27'AutoSaveEditor'
|
||||
+'FilesCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#27
|
||||
+'AutoSaveEditorFilesCheckBox'#7'Enabled'#8#8'TabOrder'#2#0#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2#24#3'Top'#2#4#5'Width'#3'd'#2#0#0#9'TCheckBox'#23'AutoSaveProjectChe'
|
||||
+'ckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#23'AutoSa'
|
||||
+'veProjectCheckBox'#7'Enabled'#8#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#24#3
|
||||
+'Top'#2#30#5'Width'#3'd'#2#0#0#9'TComboBox'#30'AutoSaveIntervalInSecsComboBo'
|
||||
+'x'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#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#4'Left'#2#6#6'Height'#2#21#3'Top'#2'W'#5'Width'#3'd'#2#0#0#0#9'TGroupBox'
|
||||
+#20'DesktopFilesGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Ca'
|
||||
+'ption'#6#20'DesktopFilesGroupBox'#12'ClientHeight'#2'a'#11'ClientWidth'#3'|'
|
||||
+#2#11'ParentColor'#9#8'TabOrder'#2#3#4'Left'#2#4#6'Height'#2'a'#3'Top'#3#218
|
||||
+#0#5'Width'#3'|'#2#0#7'TButton'#31'SaveDesktopSettingsToFileButton'#7'Anchor'
|
||||
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#31'SaveDesktopSettingsTo'
|
||||
+'FileButton'#7'OnClick'#7'$SaveDesktopSettingsToFileButtonClick'#8'TabOrder'
|
||||
+#2#0#4'Left'#2#6#6'Height'#2#25#3'Top'#2#8#5'Width'#3'd'#2#0#0#7'TButton!Loa'
|
||||
+'dDesktopSettingsFromFileButton'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||
+#0#7'Caption'#6'!LoadDesktopSettingsFromFileButton'#7'OnEnter'#7'&LoadDeskto'
|
||||
+'pSettingsFromFileButtonClick'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#25#3
|
||||
+'Top'#2'+'#5'Width'#3'd'#2#0#0#0#9'TCheckBox$ShowHintsForMainSpeedButtonsChe'
|
||||
+'ckBox'#22'BorderSpacing.OnChange'#13#7'Caption'#6'$ShowHintsForMainSpeedBut'
|
||||
+'tonsCheckBox'#8'TabOrder'#2#4#4'Left'#2#4#6'Height'#2#24#3'Top'#3'b'#1#5'Wi'
|
||||
+'dth'#3#11#1#0#0#9'TCheckBox'#28'MsgViewDblClickJumpsCheckBox'#22'BorderSpac'
|
||||
+'ing.OnChange'#13#7'Caption'#6#28'MsgViewDblClickJumpsCheckBox'#8'TabOrder'#2
|
||||
+#5#4'Left'#2#4#6'Height'#2#24#3'Top'#3'z'#1#5'Width'#3#219#0#0#0#0#5'TPage'
|
||||
+#11'WindowsPage'#7'Caption'#6#11'WindowsPage'#11'ClientWidth'#3#130#2#12'Cli'
|
||||
+'entHeight'#3#244#1#7'Visible'#8#6'Height'#3#244#1#5'Width'#3#130#2#0#9'TChe'
|
||||
+'ckBox!MinimizeAllOnMinimizeMainCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6'!MinimizeAllOnMinimiz'
|
||||
+'eMainCheckBox'#7'Enabled'#8#8'TabOrder'#2#0#4'Left'#2#4#6'Height'#2#24#3'To'
|
||||
+'p'#2#10#5'Width'#3'|'#2#0#0#9'TCheckBox'#20'HideIDEOnRunCheckBox'#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'
|
||||
+#6#20'HideIDEOnRunCheckBox'#8'TabOrder'#2#1#4'Left'#2#4#6'Height'#2#24#3'Top'
|
||||
+#2'"'#5'Width'#3'|'#2#0#0#9'TGroupBox'#23'WindowPositionsGroupBox'#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#22'BorderSpacing.OnChange'#13
|
||||
+#7'Caption'#6#23'WindowPositionsGroupBox'#12'ClientHeight'#3'}'#1#11'ClientW'
|
||||
+'idth'#3'|'#2#11'ParentColor'#9#8'TabOrder'#2#2#4'Left'#2#4#6'Height'#3'}'#1
|
||||
+#3'Top'#2'D'#5'Width'#3'|'#2#0#8'TListBox'#22'WindowPositionsListBox'#7'Anch'
|
||||
,'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#9'OnM'
|
||||
+'ouseUp'#7#29'WindowPositionsListBoxMouseUp'#8'TabOrder'#2#0#4'Left'#2#6#6'H'
|
||||
+'eight'#2'd'#3'Top'#2#6#5'Width'#3'h'#2#0#0#0#0#5'TPage'#14'FormEditorPage'#7
|
||||
+'Caption'#6#14'FormEditorPage'#11'ClientWidth'#3#130#2#12'ClientHeight'#3#244
|
||||
+#1#8'OnResize'#7#20'FormEditorPageResize'#7'Visible'#8#6'Height'#3#244#1#5'W'
|
||||
+'idth'#3#130#2#0#9'TGroupBox'#12'GridGroupBox'#5'Align'#7#5'alTop'#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#12'GridGroupBox'#12'ClientHeight'#3#130#0
|
||||
+#11'ClientWidth'#3'v'#2#11'ParentColor'#9#8'TabOrder'#2#0#4'Left'#2#6#6'Heig'
|
||||
+'ht'#3#130#0#3'Top'#2#6#5'Width'#3'v'#2#0#6'TLabel'#14'GridColorLabel'#7'Cap'
|
||||
+'tion'#6#14'GridColorLabel'#5'Color'#7#6'clNone'#4'Left'#3'"'#1#6'Height'#2
|
||||
+#17#3'Top'#2#6#5'Width'#3#145#0#0#0#6'TLabel'#14'GridSizeXLabel'#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#14'GridSizeXLabel'#5'Color'
|
||||
+#7#6'clNone'#4'Left'#2'u'#6'Height'#2#17#3'Top'#2'<'#5'Width'#3#243#1#0#0#6
|
||||
+'TLabel'#14'GridSizeYLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
||||
+'Caption'#6#14'GridSizeYLabel'#5'Color'#7#6'clNone'#4'Left'#2'u'#6'Height'#2
|
||||
+#17#3'Top'#2'T'#5'Width'#3#243#1#0#0#12'TColorButton'#15'GridColorButton'#11
|
||||
+'BorderWidth'#2#2#4'Left'#3#230#0#6'Height'#2#23#5'Width'#2'2'#0#0#9'TCheckB'
|
||||
+'ox'#18'SnapToGridCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
||||
+'Caption'#6#18'SnapToGridCheckBox'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#24
|
||||
+#3'Top'#2#26#5'Width'#3'b'#2#0#0#9'TCheckBox'#16'ShowGridCheckBox'#7'Caption'
|
||||
+#6#16'ShowGridCheckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#24#5'Width'#3
|
||||
+#138#0#0#0#9'TComboBox'#17'GridSizeXComboBox'#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#4'Left'#2#6#6'Height'#2
|
||||
+#21#3'Top'#2':'#5'Width'#2'd'#0#0#9'TComboBox'#17'GridSizeYComboBox'#13'Item'
|
||||
+'s.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#3
|
||||
+#4'Left'#2#6#6'Height'#2#21#3'Top'#2'R'#5'Width'#2'd'#0#0#0#9'TGroupBox'#18
|
||||
+'GuideLinesGroupBox'#5'Align'#7#6'alLeft'#7'Anchors'#11#5'akTop'#6'akLeft'#0
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'GuideLinesGroupBox'#12'ClientH'
|
||||
+'eight'#3'N'#1#11'ClientWidth'#3#206#0#11'ParentColor'#9#8'TabOrder'#2#1#4'L'
|
||||
+'eft'#3#222#0#6'Height'#3'N'#1#3'Top'#3#142#0#5'Width'#3#206#0#0#12'TColorBu'
|
||||
+'tton'#27'GuideLineColorLeftTopButton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2#23#3'Top'#2'F'#5'Width'#2'2'#0#0#12'TColorButton'#31'GuideLineColorR'
|
||||
+'ightBottomButton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2'v'
|
||||
+#5'Width'#2'2'#0#0#6'TLabel'#26'GuideLineColorLeftTopLabel'#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#26'GuideLineColorLeftTopLabel'#5
|
||||
+'Color'#7#6'clNone'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'9'#5'Width'#3#188#0#0
|
||||
+#0#6'TLabel'#30'GuideLineColorRightBottomLabel'#7'Anchors'#11#5'akTop'#6'akL'
|
||||
+'eft'#7'akRight'#0#7'Caption'#6#30'GuideLineColorRightBottomLabel'#5'Color'#7
|
||||
+#6'clNone'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'f'#5'Width'#3#188#0#0#0#9'TCh'
|
||||
+'eckBox'#22'ShowGuideLinesCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRig'
|
||||
+'ht'#0#7'Caption'#6#22'ShowGuideLinesCheckBox'#8'TabOrder'#2#0#4'Left'#2#6#6
|
||||
+'Height'#2#24#5'Width'#3#188#0#0#0#9'TCheckBox'#24'SnapToGuideLinesCheckBox'
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'SnapToGuideLi'
|
||||
+'nesCheckBox'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#24#3'Top'#2#19#5'Width'
|
||||
+#3#188#0#0#0#0#9'TGroupBox'#20'FormEditMiscGroupBox'#5'Align'#7#6'alLeft'#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#20'FormEditMiscGroupBox'#12'ClientHe'
|
||||
+'ight'#3'N'#1#11'ClientWidth'#3#202#0#11'ParentColor'#9#8'TabOrder'#2#2#23'A'
|
||||
+'nchorSideRight.Control'#7#14'FormEditorPage'#20'AnchorSideRight.Side'#7#9'a'
|
||||
+'srBottom'#4'Left'#3#178#1#6'Height'#3'N'#1#3'Top'#3#142#0#5'Width'#3#202#0#0
|
||||
+#12'TColorButton'#18'GrabberColorButton'#22'BorderSpacing.OnChange'#13#11'Bo'
|
||||
+'rderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2'f'#5'Width'#2'2'#0#0#12
|
||||
+'TColorButton'#17'MarkerColorButton'#22'BorderSpacing.OnChange'#13#11'Border'
|
||||
+'Width'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#3#150#0#5'Width'#2'2'#0#0#6'TL'
|
||||
+'abel'#17'GrabberColorLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22
|
||||
+'BorderSpacing.OnChange'#13#7'Caption'#6#17'GrabberColorLabel'#5'Color'#7#6
|
||||
+'clNone'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'Y'#5'Width'#3#182#0#0#0#6'TLabe'
|
||||
+'l'#16'MarkerColorLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'Bo'
|
||||
+'rderSpacing.OnChange'#13#7'Caption'#6#16'MarkerColorLabel'#5'Color'#7#6'clN'
|
||||
+'one'#4'Left'#2#6#6'Height'#2#14#3'Top'#3#134#0#5'Width'#3#182#0#0#0#9'TChec'
|
||||
+'kBox'#29'ShowComponentCaptionsCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#29'ShowComponentCapti'
|
||||
,'onsCheckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#24#5'Width'#3#182#0#0#0
|
||||
+#9'TCheckBox'#23'ShowEditorHintsCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#23'ShowEditorHintsChe'
|
||||
+'ckBox'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#24#3'Top'#2#19#5'Width'#3#182
|
||||
+#0#0#0#9'TCheckBox'#29'AutoCreateFormsOnOpenCheckBox'#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#7'Caption'#6#29'AutoCreateFormsOnOpenCheckBox'#8'Tab'
|
||||
+'Order'#2#2#4'Left'#2#6#6'Height'#2#24#3'Top'#2'&'#5'Width'#3#182#0#0#0#9'TC'
|
||||
+'heckBox'#25'RightClickSelectsCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
||||
+'kRight'#0#7'Caption'#6#25'RightClickSelectsCheckBox'#8'TabOrder'#2#3#4'Left'
|
||||
+#2#6#6'Height'#2#24#3'Top'#2'9'#5'Width'#3#182#0#0#0#9'TCheckBox'#25'Designe'
|
||||
+'rPaintLazyCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'Border'
|
||||
+'Spacing.OnChange'#13#7'Caption'#6#25'DesignerPaintLazyCheckBox'#14'ParentSh'
|
||||
+'owHint'#8#8'ShowHint'#9#8'TabOrder'#2#4#4'Left'#2#6#6'Height'#2#24#3'Top'#3
|
||||
+#182#0#5'Width'#3#182#0#0#0#0#9'TGroupBox'#18'RubberbandGroupBox'#5'Align'#7
|
||||
+#6'alLeft'#7'Anchors'#11#5'akTop'#6'akLeft'#0#22'BorderSpacing.OnChange'#13
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'RubberbandGroupBox'#12'ClientH'
|
||||
+'eight'#3'N'#1#11'ClientWidth'#3#210#0#11'ParentColor'#9#8'TabOrder'#2#3#4'L'
|
||||
+'eft'#2#6#6'Height'#3'N'#1#3'Top'#3#142#0#5'Width'#3#210#0#0#12'TColorButton'
|
||||
+#27'RubberbandSelectColorButton'#22'BorderSpacing.OnChange'#13#11'BorderWidt'
|
||||
+'h'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2#19#5'Width'#2'2'#0#0#12'TColorBu'
|
||||
+'tton'#27'RubberbandCreateColorButton'#22'BorderSpacing.OnChange'#13#11'Bord'
|
||||
+'erWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2'F'#5'Width'#2'2'#0#0#6'TLa'
|
||||
+'bel'#26'RubberbandSelectColorLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi'
|
||||
+'ght'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#26'RubberbandSelectColorL'
|
||||
+'abel'#5'Color'#7#6'clNone'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#3#5'Width'#3
|
||||
+#184#0#0#0#6'TLabel'#26'RubberbandCreateColorLabel'#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#26'Rubberba'
|
||||
+'ndCreateColorLabel'#5'Color'#7#6'clNone'#4'Left'#2#6#6'Height'#2#17#3'Top'#2
|
||||
+'6'#5'Width'#3#184#0#0#0#9'TCheckBox$RubberbandSelectsGrandChildsCheckBox'#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6'$RubberbandSelects'
|
||||
+'GrandChildsCheckBox'#8'TabOrder'#2#0#6'Height'#2#24#3'Top'#2'f'#5'Width'#3
|
||||
+#190#0#0#0#0#0#5'TPage'#19'ObjectInspectorPage'#7'Caption'#6#19'ObjectInspec'
|
||||
+'torPage'#11'ClientWidth'#3#130#2#12'ClientHeight'#3#244#1#6'Height'#3#244#1
|
||||
+#5'Width'#3#130#2#0#9'TGroupBox'#29'ObjectInspectorColorsGroupBox'#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#18'BorderS'
|
||||
+'pacing.Left'#2#5#17'BorderSpacing.Top'#2#5#19'BorderSpacing.Right'#2#5#7'Ca'
|
||||
+'ption'#6#29'ObjectInspectorColorsGroupBox'#12'ClientHeight'#3#155#0#11'Clie'
|
||||
+'ntWidth'#3't'#2#11'ParentColor'#9#8'TabOrder'#2#0#4'Left'#2#5#6'Height'#3
|
||||
+#173#0#3'Top'#2#7#5'Width'#3'x'#2#0#12'TColorButton'#23'OIBackgroundColorBut'
|
||||
+'ton'#22'BorderSpacing.OnChange'#13#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'
|
||||
+#2#23#3'Top'#2'M'#5'Width'#2'2'#0#0#12'TColorButton'#25'OIDefaultValueColorB'
|
||||
+'utton'#22'BorderSpacing.OnChange'#13#11'BorderWidth'#2#2#4'Left'#2#6#6'Heig'
|
||||
+'ht'#2#23#3'Top'#2'e'#5'Width'#2'2'#0#0#12'TColorButton'#21'OIPropNameColorB'
|
||||
+'utton'#22'BorderSpacing.OnChange'#13#11'BorderWidth'#2#2#4'Left'#2#6#6'Heig'
|
||||
+'ht'#2#23#3'Top'#2'}'#5'Width'#2'2'#0#0#6'TLabel'#22'OIBackgroundColorLabel'
|
||||
+#2#23#3'Top'#2#5#5'Width'#2'2'#0#0#12'TColorButton'#21'OISubPropsColorButton'
|
||||
+#22'BorderSpacing.OnChange'#13#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23
|
||||
+#3'Top'#2#29#5'Width'#2'2'#0#0#12'TColorButton'#23'OIReferencesColorButton'
|
||||
+#22'BorderSpacing.OnChange'#13#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23
|
||||
+#3'Top'#2'5'#5'Width'#2'2'#0#0#12'TColorButton'#18'OIValueColorButton'#22'Bo'
|
||||
+'rderSpacing.OnChange'#13#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'T'
|
||||
+'op'#2'M'#5'Width'#2'2'#0#0#12'TColorButton'#25'OIDefaultValueColorButton'#22
|
||||
+'BorderSpacing.OnChange'#13#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3
|
||||
+'Top'#2'e'#5'Width'#2'2'#0#0#12'TColorButton'#21'OIPropNameColorButton'#22'B'
|
||||
+'orderSpacing.OnChange'#13#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3
|
||||
+'Top'#2'}'#5'Width'#2'2'#0#0#6'TLabel'#22'OIBackgroundColorLabel'#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'
|
||||
+#6#22'OIBackgroundColorLabel'#5'Color'#7#6'clNone'#4'Left'#2'A'#6'Height'#2
|
||||
+#12#3'Top'#2#11#5'Width'#3#25#2#0#0#6'TLabel'#20'OISubPropsColorLabel'#7'Anc'
|
||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#7'Ca'
|
||||
+'ption'#6#20'OISubPropsColorLabel'#5'Color'#7#6'clNone'#4'Left'#2'A'#6'Heigh'
|
||||
+'t'#2#12#3'Top'#2'#'#5'Width'#3#25#2#0#0#6'TLabel'#22'OIReferencesColorLabel'
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13
|
||||
+#7'Caption'#6#22'OIBackgroundColorLabel'#5'Color'#7#6'clNone'#4'Left'#2'A'#6
|
||||
+'Height'#2#12#3'Top'#2#11#5'Width'#3'$'#2#0#0#6'TLabel'#20'OISubPropsColorLa'
|
||||
+#7'Caption'#6#22'OIReferencesColorLabel'#5'Color'#7#6'clNone'#4'Left'#2'A'#6
|
||||
+'Height'#2#12#3'Top'#2';'#5'Width'#3#25#2#0#0#6'TLabel'#17'OIValueColorLabel'
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13
|
||||
+#7'Caption'#6#17'OIValueColorLabel'#5'Color'#7#6'clNone'#4'Left'#2'A'#6'Heig'
|
||||
+'ht'#2#12#3'Top'#2'S'#5'Width'#3#25#2#0#0#6'TLabel'#24'OIDefaultValueColorLa'
|
||||
+'bel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChang'
|
||||
+'e'#13#7'Caption'#6#20'OISubPropsColorLabel'#5'Color'#7#6'clNone'#4'Left'#2
|
||||
+'A'#6'Height'#2#12#3'Top'#2'#'#5'Width'#3'$'#2#0#0#6'TLabel'#22'OIReferences'
|
||||
,'e'#13#7'Caption'#6#24'OIDefaultValueColorLabel'#5'Color'#7#6'clNone'#4'Left'
|
||||
+#2'A'#6'Height'#2#12#3'Top'#2'k'#5'Width'#3#25#2#0#0#6'TLabel'#20'OIPropName'
|
||||
+'ColorLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.'
|
||||
+'OnChange'#13#7'Caption'#6#22'OIReferencesColorLabel'#5'Color'#7#6'clNone'#4
|
||||
+'Left'#2'A'#6'Height'#2#12#3'Top'#2';'#5'Width'#3'$'#2#0#0#6'TLabel'#17'OIVa'
|
||||
+'lueColorLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpaci'
|
||||
+'ng.OnChange'#13#7'Caption'#6#17'OIValueColorLabel'#5'Color'#7#6'clNone'#4'L'
|
||||
+'eft'#2'A'#6'Height'#2#12#3'Top'#2'S'#5'Width'#3'$'#2#0#0#6'TLabel'#24'OIDef'
|
||||
+'aultValueColorLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'Borde'
|
||||
+'rSpacing.OnChange'#13#7'Caption'#6#24'OIDefaultValueColorLabel'#5'Color'#7#6
|
||||
,'clNone'#4'Left'#2'A'#6'Height'#2#12#3'Top'#2'k'#5'Width'#3'$'#2#0#0#6'TLabe'
|
||||
+'l'#20'OIPropNameColorLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22
|
||||
+'BorderSpacing.OnChange'#13#7'Caption'#6#20'OIPropNameColorLabel'#5'Color'#7
|
||||
+#6'clNone'#4'Left'#2'A'#6'Height'#2#12#3'Top'#3#131#0#5'Width'#3'$'#2#0#0#0#9
|
||||
+'TGroupBox'#14'OIMiscGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#22'BorderSpacing.OnChange'#13#7'Caption'#6#14'OIMiscGroupBox'#12'ClientHeig'
|
||||
+'ht'#2'X'#11'ClientWidth'#3'{'#2#11'ParentColor'#9#8'TabOrder'#2#1#4'Left'#2
|
||||
+#5#6'Height'#2'i'#3'Top'#3#186#0#5'Width'#3''#2#0#6'TLabel'#24'OIDefaultIte'
|
||||
+'mHeightLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacin'
|
||||
+'g.OnChange'#13#7'Caption'#6#24'OIDefaultItemHeightLabel'#5'Color'#7#6'clNon'
|
||||
+'e'#4'Left'#2#6#6'Height'#2#12#3'Top'#2#6#5'Width'#3'_'#2#0#0#9'TCheckBox'#18
|
||||
+'OIShowHintCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'Border'
|
||||
+'Spacing.OnChange'#13#7'Caption'#6#18'OIShowHintCheckBox'#8'TabOrder'#2#0#4
|
||||
+'Left'#2#6#6'Height'#2#24#3'Top'#2'7'#5'Width'#3'_'#2#0#0#9'TSpinEdit'#27'OI'
|
||||
+'DefaultItemHeightSpinEdit'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22
|
||||
+'BorderSpacing.OnChange'#13#9'ClimbRate'#2#1#8'MaxValue'#2'd'#8'TabOrder'#2#1
|
||||
+#4'Left'#2#6#6'Height'#2#20#3'Top'#2#24#5'Width'#3'e'#2#0#0#0#0#5'TPage'#10
|
||||
+'BackupPage'#7'Caption'#6#10'BackupPage'#11'ClientWidth'#3#134#2#12'ClientHe'
|
||||
+'ight'#3#222#1#4'Left'#2#2#6'Height'#3#222#1#3'Top'#2#28#5'Width'#3#134#2#0#6
|
||||
+'TLabel'#15'BackupHelpLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22
|
||||
+'BorderSpacing.OnChange'#13#7'Caption'#6#15'BackupHelpLabel'#5'Color'#7#6'cl'
|
||||
+'None'#4'Left'#2#4#6'Height'#2#12#3'Top'#2#7#5'Width'#3'|'#2#0#0#9'TGroupBox'
|
||||
+#21'BackupProjectGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22
|
||||
+'BorderSpacing.OnChange'#13#7'Caption'#6#21'BackupProjectGroupBox'#12'Client'
|
||||
+'Height'#3#184#0#11'ClientWidth'#3'x'#2#11'ParentColor'#9#8'TabOrder'#2#0#4
|
||||
+'Left'#2#4#6'Height'#3#201#0#3'Top'#2'"'#5'Width'#3'|'#2#0#6'TLabel'#18'BakP'
|
||||
+'rojAddExtLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpac'
|
||||
+'ing.OnChange'#13#7'Caption'#6#18'BakProjAddExtLabel'#5'Color'#7#6'clNone'#4
|
||||
+'Left'#2'u'#6'Height'#2#12#3'Top'#2'd'#5'Width'#3#245#1#0#0#6'TLabel'#22'Bak'
|
||||
+'ProjMaxCounterLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Captio'
|
||||
+'n'#6#22'BakProjMaxCounterLabel'#5'Color'#7#6'clNone'#4'Left'#2'v'#6'Height'
|
||||
+#2#12#3'Top'#2'}'#5'Width'#3#244#1#0#0#6'TLabel'#18'BakProjSubDirLabel'#7'An'
|
||||
+'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#18'BakProjSubDirLabe'
|
||||
+'l'#5'Color'#7#6'clNone'#4'Left'#2'u'#6'Height'#2#12#3'Top'#3#154#0#5'Width'
|
||||
+#3#245#1#0#0#11'TRadioGroup'#21'BakProjTypeRadioGroup'#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#21'BakPro'
|
||||
+'jTypeRadioGroup'#7'Columns'#2#2#7'OnClick'#7#22'BakTypeRadioGroupClick'#11
|
||||
+'ParentColor'#9#4'Left'#2#6#6'Height'#2'X'#5'Width'#3'd'#2#0#0#9'TComboBox'
|
||||
+#21'BakProjAddExtComboBox'#22'BorderSpacing.OnChange'#13#9'MaxLength'#2#0#8
|
||||
+'TabOrder'#2#1#4'Text'#6#21'BakProjAddExtComboBox'#4'Left'#2#10#6'Height'#2
|
||||
+#21#3'Top'#2'b'#5'Width'#2'd'#0#0#9'TComboBox'#25'BakProjMaxCounterComboBox'
|
||||
+#9'MaxLength'#2#0#8'TabOrder'#2#2#4'Text'#6#25'BakProjMaxCounterComboBox'#4
|
||||
+'Left'#2#10#6'Height'#2#21#3'Top'#2'}'#5'Width'#2'd'#0#0#9'TComboBox'#21'Bak'
|
||||
+'ProjSubDirComboBox'#9'MaxLength'#2#0#8'TabOrder'#2#3#4'Text'#6#21'BakProjSu'
|
||||
+'bDirComboBox'#4'Left'#2#10#6'Height'#2#21#3'Top'#3#152#0#5'Width'#2'd'#0#0#0
|
||||
+#9'TGroupBox'#19'BackupOtherGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
||||
+'ight'#0#7'Caption'#6#19'BackupOtherGroupBox'#12'ClientHeight'#3#179#0#11'Cl'
|
||||
+'ientWidth'#3'x'#2#11'ParentColor'#9#8'TabOrder'#2#1#4'Left'#2#4#6'Height'#3
|
||||
+#196#0#3'Top'#3#242#0#5'Width'#3'|'#2#0#6'TLabel'#19'BakOtherAddExtLabel'#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#19'BakOtherAddExtL'
|
||||
+'abel'#5'Color'#7#6'clNone'#4'Left'#2'u'#6'Height'#2#12#3'Top'#2'a'#5'Width'
|
||||
+#3#245#1#0#0#6'TLabel'#23'BakOtherMaxCounterLabel'#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#23'BakOther'
|
||||
+'MaxCounterLabel'#5'Color'#7#6'clNone'#4'Left'#2'u'#6'Height'#2#12#3'Top'#2
|
||||
+'|'#5'Width'#3#245#1#0#0#6'TLabel'#19'BakOtherSubDirLabel'#7'Anchors'#11#5'a'
|
||||
+'kTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#19
|
||||
+'BakOtherSubDirLabel'#5'Color'#7#6'clNone'#4'Left'#2'u'#6'Height'#2#12#3'Top'
|
||||
+#3#151#0#5'Width'#3#245#1#0#0#11'TRadioGroup'#22'BakOtherTypeRadioGroup'#7'A'
|
||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'BakOtherTypeRadi'
|
||||
+'oGroup'#7'Columns'#2#2#7'OnClick'#7#22'BakTypeRadioGroupClick'#11'ParentCol'
|
||||
+'or'#9#4'Left'#2#6#6'Height'#2'T'#5'Width'#3'd'#2#0#0#9'TComboBox'#22'BakOth'
|
||||
+'erAddExtComboBox'#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#22'BakOtherAdd'
|
||||
+'ExtComboBox'#4'Left'#2#10#6'Height'#2#21#3'Top'#2'_'#5'Width'#2'd'#0#0#9'TC'
|
||||
+'omboBox'#26'BakOtherMaxCounterComboBox'#22'BorderSpacing.OnChange'#13#9'Max'
|
||||
,'Length'#2#0#8'TabOrder'#2#2#4'Text'#6#26'BakOtherMaxCounterComboBox'#4'Left'
|
||||
+#2#10#6'Height'#2#21#3'Top'#2'z'#5'Width'#2'd'#0#0#9'TComboBox'#22'BakOtherS'
|
||||
+'ubDirComboBox'#22'BorderSpacing.OnChange'#13#9'MaxLength'#2#0#8'TabOrder'#2
|
||||
+#3#4'Text'#6#22'BakOtherSubDirComboBox'#4'Left'#2#10#6'Height'#2#21#3'Top'#3
|
||||
+#149#0#5'Width'#2'd'#0#0#0#0#5'TPage'#10'NamingPage'#7'Caption'#6#10'NamingP'
|
||||
+'age'#11'ClientWidth'#3#134#2#12'ClientHeight'#3#222#1#4'Left'#2#2#6'Height'
|
||||
+#3#222#1#3'Top'#2#28#5'Width'#3#134#2#0#11'TRadioGroup'#23'PascalFileExtRadi'
|
||||
+'ogroup'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#23'Pasca'
|
||||
+'lFileExtRadiogroup'#7'Columns'#2#2#11'ParentColor'#9#4'Left'#2#4#6'Height'#2
|
||||
+'/'#3'Top'#2#10#5'Width'#3#128#2#0#0#11'TRadioGroup'#28'CharcaseFileActionRa'
|
||||
+'dioGroup'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#28'Cha'
|
||||
+'rcaseFileActionRadioGroup'#7'Columns'#2#2#11'ParentColor'#9#4'Left'#2#4#6'H'
|
||||
+'eight'#2'U'#3'Top'#2'>'#5'Width'#3#128#2#0#0#11'TRadioGroup'#29'AmbiguousFi'
|
||||
+'leActionRadioGroup'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'
|
||||
+#6#29'AmbiguousFileActionRadioGroup'#7'Columns'#2#2#11'ParentColor'#9#4'Left'
|
||||
+#2#3#6'Height'#2'd'#3'Top'#3#152#0#5'Width'#3#128#2#0#0#0#5'TPage'#10'LazDoc'
|
||||
+'Page'#7'Caption'#6#10'LazDocPage'#11'ClientWidth'#3#134#2#12'ClientHeight'#3
|
||||
+#222#1#4'Left'#2#2#6'Height'#3#222#1#3'Top'#2#28#5'Width'#3#134#2#0#6'TLabel'
|
||||
+#6'Label1'#22'BorderSpacing.OnChange'#13#7'Caption'#6'+NOTE: only absolute p'
|
||||
+'aths are supported now'#5'Color'#7#6'clNone'#4'Left'#2#8#6'Height'#2#12#3'T'
|
||||
+'op'#3#226#0#5'Width'#3#2#1#0#0#9'TGroupBox'#19'LazDocPathsGroupBox'#5'Align'
|
||||
+#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'LazDocPathsGroupBox'
|
||||
+#12'ClientHeight'#3#193#0#11'ClientWidth'#3'v'#2#11'ParentColor'#9#8'TabOrde'
|
||||
+'r'#2#0#4'Left'#2#6#6'Height'#3#210#0#3'Top'#2#6#5'Width'#3'z'#2#0#8'TListBo'
|
||||
+'x'#13'LazDocListBox'#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8'Tab'
|
||||
+'Order'#2#0#8'TopIndex'#2#255#4'Left'#2#6#6'Height'#2'l'#3'Top'#2#6#5'Width'
|
||||
+#3'j'#2#0#0#7'TButton'#19'LazDocAddPathButton'#7'Caption'#6#19'LazDocAddPath'
|
||||
+'Button'#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2#1#4'Left'#2
|
||||
+#6#6'Height'#2#25#3'Top'#2'z'#5'Width'#2'K'#0#0#7'TButton'#22'LazDocDeletePa'
|
||||
+'thButton'#7'Caption'#6#22'LazDocDeletePathButton'#7'OnClick'#7#27'LazDocDel'
|
||||
+'etePathButtonClick'#8'TabOrder'#2#2#4'Left'#2'Z'#6'Height'#2#25#3'Top'#2'z'
|
||||
+#5'Width'#2'K'#0#0#5'TEdit'#14'LazDocPathEdit'#7'Anchors'#11#5'akTop'#6'akLe'
|
||||
+'ft'#7'akRight'#0#8'TabOrder'#2#3#4'Text'#6#14'LazDocPathEdit'#4'Left'#2#6#6
|
||||
+'Height'#2#23#3'Top'#3#154#0#5'Width'#3'J'#2#0#0#7'TButton'#18'LazDocBrowseB'
|
||||
+'utton'#7'Anchors'#11#5'akTop'#7'akRight'#0#7'Caption'#6#3'...'#7'OnClick'#7
|
||||
+#23'LazDocBrowseButtonClick'#8'TabOrder'#2#4#4'Left'#3'U'#2#6'Height'#2#23#3
|
||||
+'Top'#3#154#0#5'Width'#2#23#0#0#0#0#0#7'TButton'#12'CancelButton'#7'Anchors'
|
||||
+#11#7'akRight'#8'akBottom'#0#7'Caption'#6#12'CancelButton'#7'OnClick'#7#17'C'
|
||||
+'ancelButtonClick'#8'TabOrder'#2#1#4'Left'#3'7'#2#6'Height'#2#25#3'Top'#3#4#2
|
||||
+#5'Width'#2'K'#0#0#7'TButton'#8'OkButton'#7'Anchors'#11#7'akRight'#8'akBotto'
|
||||
+'m'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#2'Ok'#7'OnClick'#7#13'OkBut'
|
||||
+'tonClick'#8'TabOrder'#2#2#4'Left'#3#229#1#6'Height'#2#25#3'Top'#3#4#2#5'Wid'
|
||||
+'th'#2'K'#0#0#22'TSelectDirectoryDialog'#21'SelectDirectoryDialog'#5'Title'#6
|
||||
+#16'Select Directory'#11'FilterIndex'#2#0#5'Title'#6#16'Select Directory'#4
|
||||
+'left'#3#0#2#3'top'#2#8#0#0#0
|
||||
+'OnChange'#13#7'Caption'#6#20'OIPropNameColorLabel'#5'Color'#7#6'clNone'#4'L'
|
||||
+'eft'#2'A'#6'Height'#2#12#3'Top'#3#131#0#5'Width'#3#25#2#0#0#0#9'TGroupBox'
|
||||
+#14'OIMiscGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderS'
|
||||
+'pacing.OnChange'#13#7'Caption'#6#14'OIMiscGroupBox'#12'ClientHeight'#2'W'#11
|
||||
+'ClientWidth'#3't'#2#11'ParentColor'#9#8'TabOrder'#2#1#4'Left'#2#5#6'Height'
|
||||
+#2'i'#3'Top'#3#186#0#5'Width'#3'x'#2#0#6'TLabel'#24'OIDefaultItemHeightLabel'
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13
|
||||
+#7'Caption'#6#24'OIDefaultItemHeightLabel'#5'Color'#7#6'clNone'#4'Left'#2#6#6
|
||||
+'Height'#2#12#3'Top'#2#6#5'Width'#3'T'#2#0#0#9'TCheckBox'#18'OIShowHintCheck'
|
||||
+'Box'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChang'
|
||||
+'e'#13#7'Caption'#6#18'OIShowHintCheckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2#24#3'Top'#2'7'#5'Width'#3'T'#2#0#0#9'TSpinEdit'#27'OIDefaultItemHeig'
|
||||
+'htSpinEdit'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.'
|
||||
+'OnChange'#13#9'ClimbRate'#2#1#8'MaxValue'#2'd'#8'TabOrder'#2#1#4'Left'#2#6#6
|
||||
+'Height'#2#20#3'Top'#2#24#5'Width'#3'^'#2#0#0#0#0#5'TPage'#10'BackupPage'#7
|
||||
+'Caption'#6#10'BackupPage'#11'ClientWidth'#3#130#2#12'ClientHeight'#3#244#1#7
|
||||
+'Visible'#8#6'Height'#3#244#1#5'Width'#3#130#2#0#6'TLabel'#15'BackupHelpLabe'
|
||||
+'l'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'
|
||||
+#13#7'Caption'#6#15'BackupHelpLabel'#5'Color'#7#6'clNone'#4'Left'#2#4#6'Heig'
|
||||
+'ht'#2#12#3'Top'#2#7#5'Width'#3'|'#2#0#0#9'TGroupBox'#21'BackupProjectGroupB'
|
||||
+'ox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'
|
||||
+#13#7'Caption'#6#21'BackupProjectGroupBox'#12'ClientHeight'#3#201#0#11'Clien'
|
||||
+'tWidth'#3'|'#2#11'ParentColor'#9#8'TabOrder'#2#0#4'Left'#2#4#6'Height'#3#201
|
||||
+#0#3'Top'#2'"'#5'Width'#3'|'#2#0#6'TLabel'#18'BakProjAddExtLabel'#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'
|
||||
+#6#18'BakProjAddExtLabel'#5'Color'#7#6'clNone'#4'Left'#2'u'#6'Height'#2#12#3
|
||||
+'Top'#2'd'#5'Width'#3#245#1#0#0#6'TLabel'#22'BakProjMaxCounterLabel'#7'Ancho'
|
||||
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'BakProjMaxCounterLab'
|
||||
+'el'#5'Color'#7#6'clNone'#4'Left'#2'v'#6'Height'#2#12#3'Top'#2'}'#5'Width'#3
|
||||
+#244#1#0#0#6'TLabel'#18'BakProjSubDirLabel'#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#7'Caption'#6#18'BakProjSubDirLabel'#5'Color'#7#6'clNone'#4'Lef'
|
||||
+'t'#2'u'#6'Height'#2#12#3'Top'#3#154#0#5'Width'#3#245#1#0#0#11'TRadioGroup'
|
||||
+#21'BakProjTypeRadioGroup'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22
|
||||
+'BorderSpacing.OnChange'#13#7'Caption'#6#21'BakProjTypeRadioGroup'#7'Columns'
|
||||
+#2#2#7'OnClick'#7#22'BakTypeRadioGroupClick'#11'ParentColor'#9#4'Left'#2#6#6
|
||||
+'Height'#2'X'#5'Width'#3'd'#2#0#0#9'TComboBox'#21'BakProjAddExtComboBox'#22
|
||||
+'BorderSpacing.OnChange'#13#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#21'Ba'
|
||||
+'kProjAddExtComboBox'#4'Left'#2#10#6'Height'#2#21#3'Top'#2'b'#5'Width'#2'd'#0
|
||||
+#0#9'TComboBox'#25'BakProjMaxCounterComboBox'#9'MaxLength'#2#0#8'TabOrder'#2
|
||||
+#2#4'Text'#6#25'BakProjMaxCounterComboBox'#4'Left'#2#10#6'Height'#2#21#3'Top'
|
||||
+#2'}'#5'Width'#2'd'#0#0#9'TComboBox'#21'BakProjSubDirComboBox'#9'MaxLength'#2
|
||||
+#0#8'TabOrder'#2#3#4'Text'#6#21'BakProjSubDirComboBox'#4'Left'#2#10#6'Height'
|
||||
+#2#21#3'Top'#3#152#0#5'Width'#2'd'#0#0#0#9'TGroupBox'#19'BackupOtherGroupBox'
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#19'BackupOtherGr'
|
||||
+'oupBox'#12'ClientHeight'#3#196#0#11'ClientWidth'#3'|'#2#11'ParentColor'#9#8
|
||||
+'TabOrder'#2#1#4'Left'#2#4#6'Height'#3#196#0#3'Top'#3#242#0#5'Width'#3'|'#2#0
|
||||
+#6'TLabel'#19'BakOtherAddExtLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
|
||||
+'t'#0#7'Caption'#6#19'BakOtherAddExtLabel'#5'Color'#7#6'clNone'#4'Left'#2'u'
|
||||
+#6'Height'#2#12#3'Top'#2'a'#5'Width'#3#245#1#0#0#6'TLabel'#23'BakOtherMaxCou'
|
||||
+'nterLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.O'
|
||||
+'nChange'#13#7'Caption'#6#23'BakOtherMaxCounterLabel'#5'Color'#7#6'clNone'#4
|
||||
+'Left'#2'u'#6'Height'#2#12#3'Top'#2'|'#5'Width'#3#245#1#0#0#6'TLabel'#19'Bak'
|
||||
+'OtherSubDirLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSp'
|
||||
+'acing.OnChange'#13#7'Caption'#6#19'BakOtherSubDirLabel'#5'Color'#7#6'clNone'
|
||||
+#4'Left'#2'u'#6'Height'#2#12#3'Top'#3#151#0#5'Width'#3#245#1#0#0#11'TRadioGr'
|
||||
+'oup'#22'BakOtherTypeRadioGroup'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||
+#0#7'Caption'#6#22'BakOtherTypeRadioGroup'#7'Columns'#2#2#7'OnClick'#7#22'Ba'
|
||||
+'kTypeRadioGroupClick'#11'ParentColor'#9#4'Left'#2#6#6'Height'#2'T'#5'Width'
|
||||
+#3'd'#2#0#0#9'TComboBox'#22'BakOtherAddExtComboBox'#9'MaxLength'#2#0#8'TabOr'
|
||||
+'der'#2#1#4'Text'#6#22'BakOtherAddExtComboBox'#4'Left'#2#10#6'Height'#2#21#3
|
||||
+'Top'#2'_'#5'Width'#2'd'#0#0#9'TComboBox'#26'BakOtherMaxCounterComboBox'#22
|
||||
,'BorderSpacing.OnChange'#13#9'MaxLength'#2#0#8'TabOrder'#2#2#4'Text'#6#26'Ba'
|
||||
+'kOtherMaxCounterComboBox'#4'Left'#2#10#6'Height'#2#21#3'Top'#2'z'#5'Width'#2
|
||||
+'d'#0#0#9'TComboBox'#22'BakOtherSubDirComboBox'#22'BorderSpacing.OnChange'#13
|
||||
+#9'MaxLength'#2#0#8'TabOrder'#2#3#4'Text'#6#22'BakOtherSubDirComboBox'#4'Lef'
|
||||
+'t'#2#10#6'Height'#2#21#3'Top'#3#149#0#5'Width'#2'd'#0#0#0#0#5'TPage'#10'Nam'
|
||||
+'ingPage'#7'Caption'#6#10'NamingPage'#11'ClientWidth'#3#130#2#12'ClientHeigh'
|
||||
+'t'#3#244#1#7'Visible'#8#6'Height'#3#244#1#5'Width'#3#130#2#0#11'TRadioGroup'
|
||||
+#23'PascalFileExtRadiogroup'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
||||
+'Caption'#6#23'PascalFileExtRadiogroup'#7'Columns'#2#2#11'ParentColor'#9#4'L'
|
||||
+'eft'#2#4#6'Height'#2'/'#3'Top'#2#10#5'Width'#3#128#2#0#0#11'TRadioGroup'#28
|
||||
+'CharcaseFileActionRadioGroup'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#7'Caption'#6#28'CharcaseFileActionRadioGroup'#7'Columns'#2#2#11'ParentColor'
|
||||
+#9#4'Left'#2#4#6'Height'#2'U'#3'Top'#2'>'#5'Width'#3#128#2#0#0#11'TRadioGrou'
|
||||
+'p'#29'AmbiguousFileActionRadioGroup'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
||||
+'ight'#0#7'Caption'#6#29'AmbiguousFileActionRadioGroup'#7'Columns'#2#2#11'Pa'
|
||||
+'rentColor'#9#4'Left'#2#3#6'Height'#2'd'#3'Top'#3#152#0#5'Width'#3#128#2#0#0
|
||||
+#0#5'TPage'#10'LazDocPage'#7'Caption'#6#10'LazDocPage'#11'ClientWidth'#3#130
|
||||
+#2#12'ClientHeight'#3#244#1#7'Visible'#8#6'Height'#3#244#1#5'Width'#3#130#2#0
|
||||
+#6'TLabel'#6'Label1'#22'BorderSpacing.OnChange'#13#7'Caption'#6'+NOTE: only '
|
||||
+'absolute paths are supported now'#5'Color'#7#6'clNone'#4'Left'#2#8#6'Height'
|
||||
+#2#12#3'Top'#3#226#0#5'Width'#3#2#1#0#0#9'TGroupBox'#19'LazDocPathsGroupBox'
|
||||
+#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'LazDocPath'
|
||||
+'sGroupBox'#12'ClientHeight'#3#210#0#11'ClientWidth'#3'z'#2#11'ParentColor'#9
|
||||
+#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#3#210#0#3'Top'#2#6#5'Width'#3'z'#2#0#8
|
||||
+'TListBox'#13'LazDocListBox'#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6
|
||||
+#8'TabOrder'#2#0#8'TopIndex'#2#255#4'Left'#2#6#6'Height'#2'l'#3'Top'#2#6#5'W'
|
||||
+'idth'#3'j'#2#0#0#7'TButton'#19'LazDocAddPathButton'#8'AutoSize'#9#7'Caption'
|
||||
+#6#19'LazDocAddPathButton'#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOr'
|
||||
+'der'#2#1#4'Left'#2#6#6'Height'#2#25#3'Top'#2'z'#5'Width'#2'K'#0#0#7'TButton'
|
||||
+#22'LazDocDeletePathButton'#8'AutoSize'#9#18'BorderSpacing.Left'#2#10#7'Capt'
|
||||
+'ion'#6#22'LazDocDeletePathButton'#7'OnClick'#7#27'LazDocDeletePathButtonCli'
|
||||
+'ck'#8'TabOrder'#2#2#22'AnchorSideLeft.Control'#7#19'LazDocAddPathButton'#4
|
||||
+'Left'#2'Z'#6'Height'#2#25#3'Top'#2'z'#5'Width'#2'K'#0#0#5'TEdit'#14'LazDocP'
|
||||
+'athEdit'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'TabOrder'#2#3#4'Te'
|
||||
+'xt'#6#14'LazDocPathEdit'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#154#0#5'Width'
|
||||
+#3'J'#2#0#0#7'TButton'#18'LazDocBrowseButton'#7'Anchors'#11#5'akTop'#7'akRig'
|
||||
+'ht'#0#7'Caption'#6#3'...'#7'OnClick'#7#23'LazDocBrowseButtonClick'#8'TabOrd'
|
||||
+'er'#2#4#4'Left'#3'U'#2#6'Height'#2#23#3'Top'#3#154#0#5'Width'#2#23#0#0#0#0#0
|
||||
+#7'TButton'#12'CancelButton'#7'Anchors'#11#7'akRight'#8'akBottom'#0#7'Captio'
|
||||
+'n'#6#12'CancelButton'#7'OnClick'#7#17'CancelButtonClick'#8'TabOrder'#2#1#4
|
||||
+'Left'#3'7'#2#6'Height'#2#25#3'Top'#3#4#2#5'Width'#2'K'#0#0#7'TButton'#8'OkB'
|
||||
+'utton'#7'Anchors'#11#7'akRight'#8'akBottom'#0#22'BorderSpacing.OnChange'#13
|
||||
+#7'Caption'#6#2'Ok'#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#2#4'Left'#3
|
||||
+#229#1#6'Height'#2#25#3'Top'#3#4#2#5'Width'#2'K'#0#0#22'TSelectDirectoryDial'
|
||||
+'og'#21'SelectDirectoryDialog'#5'Title'#6#16'Select Directory'#11'FilterInde'
|
||||
+'x'#2#0#5'Title'#6#16'Select Directory'#4'left'#3#0#2#3'top'#2#8#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user