mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 15:42:08 +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
|
Align = alTop
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
OnChangeBounds = NotebookChangeBounds
|
OnChangeBounds = NotebookChangeBounds
|
||||||
PageIndex = 0
|
PageIndex = 3
|
||||||
object FilesPage: TPage
|
object FilesPage: TPage
|
||||||
Caption = 'FilesPage'
|
Caption = 'FilesPage'
|
||||||
ClientWidth = 538
|
ClientWidth = 534
|
||||||
ClientHeight = 449
|
ClientHeight = 453
|
||||||
object MaxRecentOpenFilesLabel: TLabel
|
object MaxRecentOpenFilesLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 14
|
||||||
Top = 10
|
Top = 10
|
||||||
Width = 153
|
Width = 127
|
||||||
Caption = 'MaxRecentOpenFilesLabel'
|
Caption = 'MaxRecentOpenFilesLabel'
|
||||||
Color = clNone
|
Color = clNone
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object MaxRecentProjectFilesLabel: TLabel
|
object MaxRecentProjectFilesLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 14
|
||||||
Top = 58
|
Top = 58
|
||||||
Width = 161
|
Width = 135
|
||||||
Caption = 'MaxRecentProjectFilesLabel'
|
Caption = 'MaxRecentProjectFilesLabel'
|
||||||
Color = clNone
|
Color = clNone
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -46,7 +46,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 26
|
Top = 26
|
||||||
Width = 526
|
Width = 522
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
@ -67,7 +67,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 74
|
Top = 74
|
||||||
Width = 526
|
Width = 522
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
@ -86,9 +86,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = FilesPage
|
AnchorSideRight.Control = FilesPage
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 13
|
||||||
Top = 106
|
Top = 106
|
||||||
Width = 526
|
Width = 522
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'OpenLastProjectAtStartCheckBox'
|
Caption = 'OpenLastProjectAtStartCheckBox'
|
||||||
@ -100,18 +100,18 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 54
|
Height = 54
|
||||||
Top = 142
|
Top = 142
|
||||||
Width = 526
|
Width = 522
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'LazarusDirGroupBox'
|
Caption = 'LazarusDirGroupBox'
|
||||||
ClientHeight = 37
|
ClientHeight = 36
|
||||||
ClientWidth = 522
|
ClientWidth = 518
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
object LazarusDirComboBox: TComboBox
|
object LazarusDirComboBox: TComboBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 3
|
Top = 3
|
||||||
Width = 484
|
Width = 480
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
@ -119,7 +119,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Text = 'LazarusDirComboBox'
|
Text = 'LazarusDirComboBox'
|
||||||
end
|
end
|
||||||
object LazarusDirButton: TButton
|
object LazarusDirButton: TButton
|
||||||
Left = 495
|
Left = 491
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 3
|
Top = 3
|
||||||
Width = 20
|
Width = 20
|
||||||
@ -136,18 +136,18 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 54
|
Height = 54
|
||||||
Top = 197
|
Top = 197
|
||||||
Width = 526
|
Width = 522
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'CompilerPathGroupBox'
|
Caption = 'CompilerPathGroupBox'
|
||||||
ClientHeight = 37
|
ClientHeight = 36
|
||||||
ClientWidth = 522
|
ClientWidth = 518
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
object CompilerPathComboBox: TComboBox
|
object CompilerPathComboBox: TComboBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 3
|
Top = 3
|
||||||
Width = 484
|
Width = 480
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
@ -155,7 +155,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Text = 'CompilerPathComboBox'
|
Text = 'CompilerPathComboBox'
|
||||||
end
|
end
|
||||||
object CompilerPathButton: TButton
|
object CompilerPathButton: TButton
|
||||||
Left = 495
|
Left = 491
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 3
|
Top = 3
|
||||||
Width = 20
|
Width = 20
|
||||||
@ -172,18 +172,18 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 54
|
Height = 54
|
||||||
Top = 252
|
Top = 252
|
||||||
Width = 526
|
Width = 522
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'FPCSourceDirGroupBox'
|
Caption = 'FPCSourceDirGroupBox'
|
||||||
ClientHeight = 37
|
ClientHeight = 36
|
||||||
ClientWidth = 522
|
ClientWidth = 518
|
||||||
TabOrder = 5
|
TabOrder = 5
|
||||||
object FPCSourceDirComboBox: TComboBox
|
object FPCSourceDirComboBox: TComboBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 484
|
Width = 480
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
@ -191,7 +191,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Text = 'FPCSourceDirComboBox'
|
Text = 'FPCSourceDirComboBox'
|
||||||
end
|
end
|
||||||
object FPCSourceDirButton: TButton
|
object FPCSourceDirButton: TButton
|
||||||
Left = 495
|
Left = 491
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 20
|
Width = 20
|
||||||
@ -208,18 +208,18 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 54
|
Height = 54
|
||||||
Top = 307
|
Top = 307
|
||||||
Width = 526
|
Width = 522
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'MakePathGroupBox'
|
Caption = 'MakePathGroupBox'
|
||||||
ClientHeight = 37
|
ClientHeight = 36
|
||||||
ClientWidth = 522
|
ClientWidth = 518
|
||||||
TabOrder = 6
|
TabOrder = 6
|
||||||
object MakePathComboBox: TComboBox
|
object MakePathComboBox: TComboBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 3
|
Top = 3
|
||||||
Width = 484
|
Width = 480
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
@ -227,7 +227,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Text = 'MakePathComboBox'
|
Text = 'MakePathComboBox'
|
||||||
end
|
end
|
||||||
object MakePathButton: TButton
|
object MakePathButton: TButton
|
||||||
Left = 495
|
Left = 491
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 3
|
Top = 3
|
||||||
Width = 20
|
Width = 20
|
||||||
@ -244,18 +244,18 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 54
|
Height = 54
|
||||||
Top = 362
|
Top = 362
|
||||||
Width = 526
|
Width = 522
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'TestBuildDirGroupBox'
|
Caption = 'TestBuildDirGroupBox'
|
||||||
ClientHeight = 37
|
ClientHeight = 36
|
||||||
ClientWidth = 522
|
ClientWidth = 518
|
||||||
TabOrder = 7
|
TabOrder = 7
|
||||||
object TestBuildDirComboBox: TComboBox
|
object TestBuildDirComboBox: TComboBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 3
|
Top = 3
|
||||||
Width = 484
|
Width = 480
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
@ -263,7 +263,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Text = 'TestBuildDirComboBox'
|
Text = 'TestBuildDirComboBox'
|
||||||
end
|
end
|
||||||
object TestBuildDirButton: TButton
|
object TestBuildDirButton: TButton
|
||||||
Left = 495
|
Left = 491
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 3
|
Top = 3
|
||||||
Width = 20
|
Width = 20
|
||||||
@ -277,8 +277,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object DesktopPage: TPage
|
object DesktopPage: TPage
|
||||||
Caption = 'DesktopPage'
|
Caption = 'DesktopPage'
|
||||||
ClientWidth = 538
|
ClientWidth = 534
|
||||||
ClientHeight = 449
|
ClientHeight = 453
|
||||||
object LanguageGroupBox: TGroupBox
|
object LanguageGroupBox: TGroupBox
|
||||||
AnchorSideRight.Control = DesktopPage
|
AnchorSideRight.Control = DesktopPage
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
@ -289,8 +289,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'LanguageGroupBox'
|
Caption = 'LanguageGroupBox'
|
||||||
ClientHeight = 39
|
ClientHeight = 56
|
||||||
ClientWidth = 524
|
ClientWidth = 528
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object LanguageComboBox: TComboBox
|
object LanguageComboBox: TComboBox
|
||||||
Left = 6
|
Left = 6
|
||||||
@ -330,8 +330,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'AutoSaveGroupBox'
|
Caption = 'AutoSaveGroupBox'
|
||||||
ClientHeight = 119
|
ClientHeight = 136
|
||||||
ClientWidth = 524
|
ClientWidth = 528
|
||||||
TabOrder = 6
|
TabOrder = 6
|
||||||
object AutoSaveIntervalInSecsLabel: TLabel
|
object AutoSaveIntervalInSecsLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
@ -392,8 +392,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'DesktopFilesGroupBox'
|
Caption = 'DesktopFilesGroupBox'
|
||||||
ClientHeight = 80
|
ClientHeight = 97
|
||||||
ClientWidth = 524
|
ClientWidth = 528
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
object SaveDesktopSettingsToFileButton: TButton
|
object SaveDesktopSettingsToFileButton: TButton
|
||||||
Left = 6
|
Left = 6
|
||||||
@ -437,8 +437,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object WindowsPage: TPage
|
object WindowsPage: TPage
|
||||||
Caption = 'WindowsPage'
|
Caption = 'WindowsPage'
|
||||||
ClientWidth = 538
|
ClientWidth = 534
|
||||||
ClientHeight = 449
|
ClientHeight = 453
|
||||||
object MinimizeAllOnMinimizeMainCheckBox: TCheckBox
|
object MinimizeAllOnMinimizeMainCheckBox: TCheckBox
|
||||||
AnchorSideRight.Control = WindowsPage
|
AnchorSideRight.Control = WindowsPage
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
@ -474,8 +474,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'WindowPositionsGroupBox'
|
Caption = 'WindowPositionsGroupBox'
|
||||||
ClientHeight = 307
|
ClientHeight = 324
|
||||||
ClientWidth = 522
|
ClientWidth = 526
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object WindowPositionsListBox: TListBox
|
object WindowPositionsListBox: TListBox
|
||||||
Left = 6
|
Left = 6
|
||||||
@ -491,8 +491,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object FormEditorPage: TPage
|
object FormEditorPage: TPage
|
||||||
Caption = 'FormEditorPage'
|
Caption = 'FormEditorPage'
|
||||||
ClientWidth = 538
|
ClientWidth = 534
|
||||||
ClientHeight = 449
|
ClientHeight = 453
|
||||||
OnResize = FormEditorPageResize
|
OnResize = FormEditorPageResize
|
||||||
object GridGroupBox: TGroupBox
|
object GridGroupBox: TGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
@ -501,21 +501,21 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Width = 337
|
Width = 337
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'GridGroupBox'
|
Caption = 'GridGroupBox'
|
||||||
ClientHeight = 154
|
ClientHeight = 153
|
||||||
ClientWidth = 333
|
ClientWidth = 333
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object GridColorLabel: TLabel
|
object GridColorLabel: TLabel
|
||||||
Left = 70
|
Left = 70
|
||||||
Height = 13
|
Height = 14
|
||||||
Top = 131
|
Top = 131
|
||||||
Width = 85
|
Width = 70
|
||||||
Caption = 'GridColorLabel'
|
Caption = 'GridColorLabel'
|
||||||
Color = clNone
|
Color = clNone
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object GridSizeXLabel: TLabel
|
object GridSizeXLabel: TLabel
|
||||||
Left = 117
|
Left = 117
|
||||||
Height = 13
|
Height = 14
|
||||||
Top = 60
|
Top = 60
|
||||||
Width = 158
|
Width = 158
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -525,7 +525,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object GridSizeYLabel: TLabel
|
object GridSizeYLabel: TLabel
|
||||||
Left = 117
|
Left = 117
|
||||||
Height = 13
|
Height = 14
|
||||||
Top = 96
|
Top = 96
|
||||||
Width = 158
|
Width = 158
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -542,7 +542,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object SnapToGridCheckBox: TCheckBox
|
object SnapToGridCheckBox: TCheckBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 13
|
||||||
Top = 26
|
Top = 26
|
||||||
Width = 269
|
Width = 269
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -551,8 +551,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object ShowGridCheckBox: TCheckBox
|
object ShowGridCheckBox: TCheckBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 13
|
||||||
Width = 138
|
Width = 115
|
||||||
Caption = 'ShowGridCheckBox'
|
Caption = 'ShowGridCheckBox'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
@ -606,8 +606,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideTop.Control = ShowGridCheckBox
|
AnchorSideTop.Control = ShowGridCheckBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 154
|
Left = 154
|
||||||
Height = 20
|
Height = 13
|
||||||
Width = 188
|
Width = 158
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
Caption = 'ShowBorderSpaceCheckBox'
|
Caption = 'ShowBorderSpaceCheckBox'
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
@ -621,13 +621,13 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Left = 353
|
Left = 353
|
||||||
Height = 255
|
Height = 255
|
||||||
Top = 187
|
Top = 187
|
||||||
Width = 179
|
Width = 175
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'GuideLinesGroupBox'
|
Caption = 'GuideLinesGroupBox'
|
||||||
ClientHeight = 238
|
ClientHeight = 237
|
||||||
ClientWidth = 175
|
ClientWidth = 171
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object GuideLineColorLeftTopButton: TColorButton
|
object GuideLineColorLeftTopButton: TColorButton
|
||||||
Left = 6
|
Left = 6
|
||||||
@ -645,9 +645,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object GuideLineColorLeftTopLabel: TLabel
|
object GuideLineColorLeftTopLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 14
|
||||||
Top = 57
|
Top = 57
|
||||||
Width = 158
|
Width = 154
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'GuideLineColorLeftTopLabel'
|
Caption = 'GuideLineColorLeftTopLabel'
|
||||||
Color = clNone
|
Color = clNone
|
||||||
@ -655,9 +655,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object GuideLineColorRightBottomLabel: TLabel
|
object GuideLineColorRightBottomLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 14
|
||||||
Top = 102
|
Top = 102
|
||||||
Width = 158
|
Width = 154
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'GuideLineColorRightBottomLabel'
|
Caption = 'GuideLineColorRightBottomLabel'
|
||||||
Color = clNone
|
Color = clNone
|
||||||
@ -665,17 +665,17 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object ShowGuideLinesCheckBox: TCheckBox
|
object ShowGuideLinesCheckBox: TCheckBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 13
|
||||||
Width = 158
|
Width = 154
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'ShowGuideLinesCheckBox'
|
Caption = 'ShowGuideLinesCheckBox'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object SnapToGuideLinesCheckBox: TCheckBox
|
object SnapToGuideLinesCheckBox: TCheckBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 13
|
||||||
Top = 19
|
Top = 19
|
||||||
Width = 158
|
Width = 154
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'SnapToGuideLinesCheckBox'
|
Caption = 'SnapToGuideLinesCheckBox'
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -690,7 +690,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Width = 337
|
Width = 337
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'FormEditMiscGroupBox'
|
Caption = 'FormEditMiscGroupBox'
|
||||||
ClientHeight = 238
|
ClientHeight = 237
|
||||||
ClientWidth = 333
|
ClientWidth = 333
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object GrabberColorButton: TColorButton
|
object GrabberColorButton: TColorButton
|
||||||
@ -709,7 +709,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object GrabberColorLabel: TLabel
|
object GrabberColorLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 14
|
||||||
Top = 110
|
Top = 110
|
||||||
Width = 284
|
Width = 284
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -719,7 +719,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object MarkerColorLabel: TLabel
|
object MarkerColorLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 14
|
||||||
Top = 160
|
Top = 160
|
||||||
Width = 284
|
Width = 284
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -729,7 +729,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object ShowComponentCaptionsCheckBox: TCheckBox
|
object ShowComponentCaptionsCheckBox: TCheckBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 13
|
||||||
Width = 284
|
Width = 284
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'ShowComponentCaptionsCheckBox'
|
Caption = 'ShowComponentCaptionsCheckBox'
|
||||||
@ -737,7 +737,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object ShowEditorHintsCheckBox: TCheckBox
|
object ShowEditorHintsCheckBox: TCheckBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 13
|
||||||
Top = 25
|
Top = 25
|
||||||
Width = 284
|
Width = 284
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -746,7 +746,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object AutoCreateFormsOnOpenCheckBox: TCheckBox
|
object AutoCreateFormsOnOpenCheckBox: TCheckBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 13
|
||||||
Top = 50
|
Top = 50
|
||||||
Width = 284
|
Width = 284
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -755,7 +755,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object RightClickSelectsCheckBox: TCheckBox
|
object RightClickSelectsCheckBox: TCheckBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 13
|
||||||
Top = 75
|
Top = 75
|
||||||
Width = 284
|
Width = 284
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -764,7 +764,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object DesignerPaintLazyCheckBox: TCheckBox
|
object DesignerPaintLazyCheckBox: TCheckBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 13
|
||||||
Top = 205
|
Top = 205
|
||||||
Width = 284
|
Width = 284
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -782,13 +782,14 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Left = 353
|
Left = 353
|
||||||
Height = 170
|
Height = 170
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 179
|
Width = 175
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'RubberbandGroupBox'
|
Caption = 'RubberbandGroupBox'
|
||||||
ClientHeight = 153
|
ClientHeight = 152
|
||||||
ClientWidth = 175
|
ClientWidth = 171
|
||||||
|
Color = clBtnFace
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
object RubberbandSelectColorButton: TColorButton
|
object RubberbandSelectColorButton: TColorButton
|
||||||
@ -807,9 +808,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object RubberbandSelectColorLabel: TLabel
|
object RubberbandSelectColorLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 14
|
||||||
Top = 3
|
Top = 3
|
||||||
Width = 150
|
Width = 146
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'RubberbandSelectColorLabel'
|
Caption = 'RubberbandSelectColorLabel'
|
||||||
Color = clNone
|
Color = clNone
|
||||||
@ -817,9 +818,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object RubberbandCreateColorLabel: TLabel
|
object RubberbandCreateColorLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 14
|
||||||
Top = 54
|
Top = 54
|
||||||
Width = 150
|
Width = 146
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'RubberbandCreateColorLabel'
|
Caption = 'RubberbandCreateColorLabel'
|
||||||
Color = clNone
|
Color = clNone
|
||||||
@ -827,9 +828,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object RubberbandSelectsGrandChildsCheckBox: TCheckBox
|
object RubberbandSelectsGrandChildsCheckBox: TCheckBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 13
|
||||||
Top = 102
|
Top = 102
|
||||||
Width = 158
|
Width = 154
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'RubberbandSelectsGrandChildsCheckBox'
|
Caption = 'RubberbandSelectsGrandChildsCheckBox'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -838,8 +839,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object ObjectInspectorPage: TPage
|
object ObjectInspectorPage: TPage
|
||||||
Caption = 'ObjectInspectorPage'
|
Caption = 'ObjectInspectorPage'
|
||||||
ClientWidth = 538
|
ClientWidth = 534
|
||||||
ClientHeight = 449
|
ClientHeight = 453
|
||||||
object ObjectInspectorColorsGroupBox: TGroupBox
|
object ObjectInspectorColorsGroupBox: TGroupBox
|
||||||
AnchorSideRight.Control = ObjectInspectorPage
|
AnchorSideRight.Control = ObjectInspectorPage
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
@ -852,8 +853,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
BorderSpacing.Top = 5
|
BorderSpacing.Top = 5
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'ObjectInspectorColorsGroupBox'
|
Caption = 'ObjectInspectorColorsGroupBox'
|
||||||
ClientHeight = 156
|
ClientHeight = 173
|
||||||
ClientWidth = 522
|
ClientWidth = 526
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object OIBackgroundColorButton: TColorButton
|
object OIBackgroundColorButton: TColorButton
|
||||||
Left = 6
|
Left = 6
|
||||||
@ -968,8 +969,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'OIMiscGroupBox'
|
Caption = 'OIMiscGroupBox'
|
||||||
ClientHeight = 88
|
ClientHeight = 105
|
||||||
ClientWidth = 522
|
ClientWidth = 526
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object OIDefaultItemHeightLabel: TLabel
|
object OIDefaultItemHeightLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
@ -1002,8 +1003,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object BackupPage: TPage
|
object BackupPage: TPage
|
||||||
Caption = 'BackupPage'
|
Caption = 'BackupPage'
|
||||||
ClientWidth = 538
|
ClientWidth = 534
|
||||||
ClientHeight = 449
|
ClientHeight = 453
|
||||||
object BackupHelpLabel: TLabel
|
object BackupHelpLabel: TLabel
|
||||||
AnchorSideRight.Control = BackupPage
|
AnchorSideRight.Control = BackupPage
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
@ -1027,8 +1028,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'BackupProjectGroupBox'
|
Caption = 'BackupProjectGroupBox'
|
||||||
ClientHeight = 184
|
ClientHeight = 201
|
||||||
ClientWidth = 522
|
ClientWidth = 526
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object BakProjAddExtLabel: TLabel
|
object BakProjAddExtLabel: TLabel
|
||||||
AnchorSideLeft.Control = BakProjAddExtComboBox
|
AnchorSideLeft.Control = BakProjAddExtComboBox
|
||||||
@ -1135,8 +1136,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'BackupOtherGroupBox'
|
Caption = 'BackupOtherGroupBox'
|
||||||
ClientHeight = 179
|
ClientHeight = 196
|
||||||
ClientWidth = 522
|
ClientWidth = 526
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object BakOtherAddExtLabel: TLabel
|
object BakOtherAddExtLabel: TLabel
|
||||||
AnchorSideLeft.Control = BakOtherAddExtComboBox
|
AnchorSideLeft.Control = BakOtherAddExtComboBox
|
||||||
@ -1236,8 +1237,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object NamingPage: TPage
|
object NamingPage: TPage
|
||||||
Caption = 'NamingPage'
|
Caption = 'NamingPage'
|
||||||
ClientWidth = 538
|
ClientWidth = 534
|
||||||
ClientHeight = 449
|
ClientHeight = 453
|
||||||
object PascalFileExtRadiogroup: TRadioGroup
|
object PascalFileExtRadiogroup: TRadioGroup
|
||||||
AnchorSideRight.Control = NamingPage
|
AnchorSideRight.Control = NamingPage
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
@ -1307,8 +1308,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object LazDocPage: TPage
|
object LazDocPage: TPage
|
||||||
Caption = 'LazDocPage'
|
Caption = 'LazDocPage'
|
||||||
ClientWidth = 538
|
ClientWidth = 534
|
||||||
ClientHeight = 449
|
ClientHeight = 453
|
||||||
object LazDocNoteLabel: TLabel
|
object LazDocNoteLabel: TLabel
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 13
|
Height = 13
|
||||||
@ -1328,8 +1329,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Align = alTop
|
Align = alTop
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'LazDocPathsGroupBox'
|
Caption = 'LazDocPathsGroupBox'
|
||||||
ClientHeight = 193
|
ClientHeight = 210
|
||||||
ClientWidth = 522
|
ClientWidth = 526
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object LazDocListBox: TListBox
|
object LazDocListBox: TListBox
|
||||||
Left = 6
|
Left = 6
|
||||||
|
@ -8,139 +8,139 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
|||||||
+#2#8'OnResize'#7#10'FormResize'#8'Position'#7#14'poScreenCenter'#0#9'TNotebo'
|
+#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'
|
+'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
|
+'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
|
+'NotebookChangeBounds'#9'PageIndex'#2#3#0#5'TPage'#9'FilesPage'#7'Caption'#6
|
||||||
+#9'FilesPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#193#1#0#6'TLabel'#23
|
+#9'FilesPage'#11'ClientWidth'#3#22#2#12'ClientHeight'#3#197#1#0#6'TLabel'#23
|
||||||
+'MaxRecentOpenFilesLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#10#5'Width'#3
|
+'MaxRecentOpenFilesLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#10#5'Width'#2
|
||||||
+#153#0#7'Caption'#6#23'MaxRecentOpenFilesLabel'#5'Color'#7#6'clNone'#11'Pare'
|
+''#7'Caption'#6#23'MaxRecentOpenFilesLabel'#5'Color'#7#6'clNone'#11'ParentC'
|
||||||
+'ntColor'#8#0#0#6'TLabel'#26'MaxRecentProjectFilesLabel'#4'Left'#2#6#6'Heigh'
|
+'olor'#8#0#0#6'TLabel'#26'MaxRecentProjectFilesLabel'#4'Left'#2#6#6'Height'#2
|
||||||
+'t'#2#13#3'Top'#2':'#5'Width'#3#161#0#7'Caption'#6#26'MaxRecentProjectFilesL'
|
+#14#3'Top'#2':'#5'Width'#3#135#0#7'Caption'#6#26'MaxRecentProjectFilesLabel'
|
||||||
+'abel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TComboBox'#26'MaxRecentO'
|
+#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TComboBox'#26'MaxRecentOpenFil'
|
||||||
+'penFilesComboBox'#23'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorSideR'
|
+'esComboBox'#23'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.S'
|
||||||
+'ight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#26#5'Width'#3
|
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#26#5'Width'#3#10#2#7
|
||||||
+#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11
|
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbac'
|
||||||
+#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#19'BorderSpacing.Righ'
|
+'tEndOfLineComplete'#20'cbactSearchAscending'#0#19'BorderSpacing.Right'#2#6
|
||||||
+'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
|
+#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'
|
||||||
+#9'MaxLength'#2#0#8'TabOrder'#2#0#0#0#9'TComboBox'#29'MaxRecentProjectFilesC'
|
+'ength'#2#0#8'TabOrder'#2#0#0#0#9'TComboBox'#29'MaxRecentProjectFilesComboBo'
|
||||||
+'omboBox'#23'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'
|
+'x'#23'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9
|
||||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'J'#5'Width'#3#14#2#7'Anc'
|
+'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'J'#5'Width'#3#10#2#7'Anchors'
|
||||||
+'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'
|
|
||||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLin'
|
+#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'
|
+'eComplete'#20'cbactSearchAscending'#0#19'BorderSpacing.Right'#2#6#13'Items.'
|
||||||
+'xt'#6#20'FPCSourceDirComboBox'#0#0#7'TButton'#18'FPCSourceDirButton'#4'Left'
|
+'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
|
||||||
+#3#239#1#6'Height'#2#21#3'Top'#2#2#5'Width'#2#20#7'Anchors'#11#5'akTop'#7'ak'
|
+#8'TabOrder'#2#1#0#0#9'TCheckBox'#30'OpenLastProjectAtStartCheckBox'#23'Anch'
|
||||||
+'Right'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7
|
+'orSideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||||
,#22'DirectoriesButtonClick'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#16'MakePathGr'
|
+#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'
|
+'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'
|
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'6'#3'Top'#3#142#0#5'Width'#3#10#2#7
|
||||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Ca'
|
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'C'
|
||||||
+'ption'#6#16'MakePathGroupBox'#12'ClientHeight'#2'%'#11'ClientWidth'#3#10#2#8
|
+'aption'#6#18'LazarusDirGroupBox'#12'ClientHeight'#2'$'#11'ClientWidth'#3#6#2
|
||||||
+'TabOrder'#2#6#0#9'TComboBox'#16'MakePathComboBox'#4'Left'#2#6#6'Height'#2#21
|
+#8'TabOrder'#2#3#0#9'TComboBox'#18'LazarusDirComboBox'#4'Left'#2#6#6'Height'
|
||||||
+#3'Top'#2#3#5'Width'#3#228#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16
|
+#2#21#3'Top'#2#3#5'Width'#3#224#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||||
+'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9
|
+#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscendin'
|
||||||
+'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#16'MakePathComboBox'#0#0#7'TButton'
|
+'g'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#18'LazarusDirComboBox'#0#0#7
|
||||||
+#14'MakePathButton'#4'Left'#3#239#1#6'Height'#2#21#3'Top'#2#3#5'Width'#2#20#7
|
+'TButton'#16'LazarusDirButton'#4'Left'#3#235#1#6'Height'#2#21#3'Top'#2#3#5'W'
|
||||||
+'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Capti'
|
+'idth'#2#20#7'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing.InnerBorder'
|
||||||
+'on'#6#3'...'#7'OnClick'#7#16'FilesButtonClick'#8'TabOrder'#2#1#0#0#0#9'TGro'
|
+#2#4#7'Caption'#6#3'...'#7'OnClick'#7#22'DirectoriesButtonClick'#8'TabOrder'
|
||||||
+'upBox'#20'TestBuildDirGroupBox'#23'AnchorSideRight.Control'#7#9'FilesPage'
|
+#2#1#0#0#0#9'TGroupBox'#20'CompilerPathGroupBox'#23'AnchorSideRight.Control'
|
||||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'6'#3'Top'#3
|
+#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||||
+'j'#1#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'Borde'
|
+#2'6'#3'Top'#3#197#0#5'Width'#3#10#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi'
|
||||||
+'rSpacing.Right'#2#6#7'Caption'#6#20'TestBuildDirGroupBox'#12'ClientHeight'#2
|
+'ght'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'CompilerPathGroupBox'#12
|
||||||
+'%'#11'ClientWidth'#3#10#2#8'TabOrder'#2#7#0#9'TComboBox'#20'TestBuildDirCom'
|
+'ClientHeight'#2'$'#11'ClientWidth'#3#6#2#8'TabOrder'#2#4#0#9'TComboBox'#20
|
||||||
+'boBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#228#1#7'Anchors'#11
|
+'CompilerPathComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#224#1
|
||||||
+#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineCo'
|
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cb'
|
||||||
+'mplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'
|
+'actEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrde'
|
||||||
+#6#20'TestBuildDirComboBox'#0#0#7'TButton'#18'TestBuildDirButton'#4'Left'#3
|
+'r'#2#0#4'Text'#6#20'CompilerPathComboBox'#0#0#7'TButton'#18'CompilerPathBut'
|
||||||
+#239#1#6'Height'#2#21#3'Top'#2#3#5'Width'#2#20#7'Anchors'#11#5'akTop'#7'akRi'
|
+'ton'#4'Left'#3#235#1#6'Height'#2#21#3'Top'#2#3#5'Width'#2#20#7'Anchors'#11#5
|
||||||
+'ght'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#22
|
+'akTop'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7
|
||||||
+'DirectoriesButtonClick'#8'TabOrder'#2#1#0#0#0#0#5'TPage'#11'DesktopPage'#7
|
+'OnClick'#7#16'FilesButtonClick'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20'FPCSo'
|
||||||
+'Caption'#6#11'DesktopPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#193#1#0
|
+'urceDirGroupBox'#23'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorSideRi'
|
||||||
+#9'TGroupBox'#16'LanguageGroupBox'#23'AnchorSideRight.Control'#7#11'DesktopP'
|
+'ght.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'6'#3'Top'#3#252#0#5'Width'
|
||||||
+'age'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#4#6'Height'#2'8'#3'T'
|
+#3#10#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'
|
||||||
+'op'#2#10#5'Width'#3#16#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'B'
|
+#2#6#7'Caption'#6#20'FPCSourceDirGroupBox'#12'ClientHeight'#2'$'#11'ClientWi'
|
||||||
+'orderSpacing.Right'#2#6#7'Caption'#6#16'LanguageGroupBox'#12'ClientHeight'#2
|
+'dth'#3#6#2#8'TabOrder'#2#5#0#9'TComboBox'#20'FPCSourceDirComboBox'#4'Left'#2
|
||||||
+''''#11'ClientWidth'#3#12#2#8'TabOrder'#2#0#0#9'TComboBox'#16'LanguageComboB'
|
+#6#6'Height'#2#21#3'Top'#2#2#5'Width'#3#224#1#7'Anchors'#11#5'akTop'#6'akLef'
|
||||||
+'ox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#8#5'Width'#3#250#1#7'Anchors'#11#5
|
+'t'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbact'
|
||||||
+'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComp'
|
+'SearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#20'FPCSourceD'
|
||||||
+'lete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#5'Style'#7#14'csDropDownL'
|
+'irComboBox'#0#0#7'TButton'#18'FPCSourceDirButton'#4'Left'#3#235#1#6'Height'
|
||||||
+'ist'#8'TabOrder'#2#0#0#0#0#9'TCheckBox#CheckDiskChangesWithLoadingCheckBox'
|
+#2#21#3'Top'#2#2#5'Width'#2#20#7'Anchors'#11#5'akTop'#7'akRight'#0#25'Border'
|
||||||
+#4'Left'#2#6#6'Height'#2#20#3'Top'#3'@'#1#5'Width'#3#7#1#7'Caption'#6'#Check'
|
+'Spacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#22'DirectoriesBut'
|
||||||
+'DiskChangesWithLoadingCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox$ShowHintsFo'
|
,'tonClick'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#16'MakePathGroupBox'#23'Anchor'
|
||||||
+'rComponentPaletteCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#3'V'#1#5'Width'
|
+'SideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||||
+#3#7#1#7'Caption'#6'$ShowHintsForComponentPaletteCheckBox'#8'TabOrder'#2#2#0
|
+'Left'#2#6#6'Height'#2'6'#3'Top'#3'3'#1#5'Width'#3#10#2#7'Anchors'#11#5'akTo'
|
||||||
+#0#9'TGroupBox'#16'AutoSaveGroupBox'#23'AnchorSideRight.Control'#7#11'Deskto'
|
+'p'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#16'MakeP'
|
||||||
+'pPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#4#6'Height'#3#136#0
|
+'athGroupBox'#12'ClientHeight'#2'$'#11'ClientWidth'#3#6#2#8'TabOrder'#2#6#0#9
|
||||||
+#3'Top'#2'J'#5'Width'#3#16#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19
|
+'TComboBox'#16'MakePathComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Wid'
|
||||||
+'BorderSpacing.Right'#2#6#7'Caption'#6#16'AutoSaveGroupBox'#12'ClientHeight'
|
+'th'#3#224#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteTe'
|
||||||
+#2'w'#11'ClientWidth'#3#12#2#8'TabOrder'#2#6#0#6'TLabel'#27'AutoSaveInterval'
|
+'xt'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2
|
||||||
+'InSecsLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2'C'#5'Width'#3#241#1#7'Anch'
|
+#0#8'TabOrder'#2#0#4'Text'#6#16'MakePathComboBox'#0#0#7'TButton'#14'MakePath'
|
||||||
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#27'AutoSaveIntervalInS'
|
+'Button'#4'Left'#3#235#1#6'Height'#2#21#3'Top'#2#3#5'Width'#2#20#7'Anchors'
|
||||||
+'ecsLabel'#5'Color'#7#6'clNone'#7'Enabled'#8#11'ParentColor'#8#0#0#9'TCheckB'
|
+#11#5'akTop'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'.'
|
||||||
+'ox'#27'AutoSaveEditorFilesCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#4#5
|
+'..'#7'OnClick'#7#16'FilesButtonClick'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20
|
||||||
+'Width'#3#250#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#27
|
+'TestBuildDirGroupBox'#23'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorS'
|
||||||
+'AutoSaveEditorFilesCheckBox'#7'Enabled'#8#8'TabOrder'#2#0#0#0#9'TCheckBox'
|
+'ideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'6'#3'Top'#3'j'#1#5'Wi'
|
||||||
+#23'AutoSaveProjectCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#30#5'Width'
|
+'dth'#3#10#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.'
|
||||||
+#3#250#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#23'AutoS'
|
+'Right'#2#6#7'Caption'#6#20'TestBuildDirGroupBox'#12'ClientHeight'#2'$'#11'C'
|
||||||
+'aveProjectCheckBox'#7'Enabled'#8#8'TabOrder'#2#1#0#0#9'TComboBox'#30'AutoSa'
|
+'lientWidth'#3#6#2#8'TabOrder'#2#7#0#9'TComboBox'#20'TestBuildDirComboBox'#4
|
||||||
+'veIntervalInSecsComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'W'#5'Width'#3
|
+'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#224#1#7'Anchors'#11#5'akTop'
|
||||||
+#250#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11
|
+#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
|
||||||
+#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#7'Enabled'#8#13'Items'
|
+'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#20'TestB'
|
||||||
+'.Strings'#1#6#4'1200'#6#3'600'#6#3'300'#6#3'120'#0#9'MaxLength'#2#0#8'TabOr'
|
+'uildDirComboBox'#0#0#7'TButton'#18'TestBuildDirButton'#4'Left'#3#235#1#6'He'
|
||||||
+'der'#2#2#0#0#0#9'TGroupBox'#20'DesktopFilesGroupBox'#23'AnchorSideRight.Con'
|
+'ight'#2#21#3'Top'#2#3#5'Width'#2#20#7'Anchors'#11#5'akTop'#7'akRight'#0#25
|
||||||
+'trol'#7#11'DesktopPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#4
|
+'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#22'Director'
|
||||||
+#6'Height'#2'a'#3'Top'#3#218#0#5'Width'#3#16#2#7'Anchors'#11#5'akTop'#6'akLe'
|
+'iesButtonClick'#8'TabOrder'#2#1#0#0#0#0#5'TPage'#11'DesktopPage'#7'Caption'
|
||||||
+'ft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'DesktopFilesGr'
|
+#6#11'DesktopPage'#11'ClientWidth'#3#22#2#12'ClientHeight'#3#197#1#0#9'TGrou'
|
||||||
+'oupBox'#12'ClientHeight'#2'P'#11'ClientWidth'#3#12#2#8'TabOrder'#2#3#0#7'TB'
|
+'pBox'#16'LanguageGroupBox'#23'AnchorSideRight.Control'#7#11'DesktopPage'#20
|
||||||
+'utton'#31'SaveDesktopSettingsToFileButton'#4'Left'#2#6#6'Height'#2#25#3'Top'
|
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#4#6'Height'#2'8'#3'Top'#2#10
|
||||||
+#2#8#5'Width'#3#250#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#25'Borde'
|
+#5'Width'#3#16#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpac'
|
||||||
+'rSpacing.InnerBorder'#2#4#7'Caption'#6#31'SaveDesktopSettingsToFileButton'#7
|
+'ing.Right'#2#6#7'Caption'#6#16'LanguageGroupBox'#12'ClientHeight'#2'8'#11'C'
|
||||||
,'OnClick'#7'$SaveDesktopSettingsToFileButtonClick'#8'TabOrder'#2#0#0#0#7'TBu'
|
+'lientWidth'#3#16#2#8'TabOrder'#2#0#0#9'TComboBox'#16'LanguageComboBox'#4'Le'
|
||||||
+'tton!LoadDesktopSettingsFromFileButton'#4'Left'#2#6#6'Height'#2#25#3'Top'#2
|
+'ft'#2#6#6'Height'#2#21#3'Top'#2#8#5'Width'#3#250#1#7'Anchors'#11#5'akTop'#6
|
||||||
+'+'#5'Width'#3#250#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#25'Border'
|
+'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
|
||||||
+'Spacing.InnerBorder'#2#4#7'Caption'#6'!LoadDesktopSettingsFromFileButton'#7
|
+'cbactSearchAscending'#0#9'MaxLength'#2#0#5'Style'#7#14'csDropDownList'#8'Ta'
|
||||||
+'OnClick'#7'&LoadDesktopSettingsFromFileButtonClick'#8'TabOrder'#2#1#0#0#0#9
|
+'bOrder'#2#0#0#0#0#9'TCheckBox#CheckDiskChangesWithLoadingCheckBox'#4'Left'#2
|
||||||
+'TCheckBox$ShowHintsForMainSpeedButtonsCheckBox'#4'Left'#2#6#6'Height'#2#20#3
|
+#6#6'Height'#2#20#3'Top'#3'@'#1#5'Width'#3#7#1#7'Caption'#6'#CheckDiskChange'
|
||||||
+'Top'#3'j'#1#5'Width'#3#11#1#7'Caption'#6'$ShowHintsForMainSpeedButtonsCheck'
|
+'sWithLoadingCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox$ShowHintsForComponent'
|
||||||
+'Box'#8'TabOrder'#2#4#0#0#9'TCheckBox'#28'MsgViewDblClickJumpsCheckBox'#4'Le'
|
+'PaletteCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#3'V'#1#5'Width'#3#7#1#7
|
||||||
+'ft'#2#6#6'Height'#2#20#3'Top'#3'~'#1#5'Width'#3#219#0#7'Caption'#6#28'MsgVi'
|
+'Caption'#6'$ShowHintsForComponentPaletteCheckBox'#8'TabOrder'#2#2#0#0#9'TGr'
|
||||||
+'ewDblClickJumpsCheckBox'#8'TabOrder'#2#5#0#0#0#5'TPage'#11'WindowsPage'#7'C'
|
+'oupBox'#16'AutoSaveGroupBox'#23'AnchorSideRight.Control'#7#11'DesktopPage'
|
||||||
+'aption'#6#11'WindowsPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#193#1#0
|
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#4#6'Height'#3#136#0#3'Top'
|
||||||
+#9'TCheckBox!MinimizeAllOnMinimizeMainCheckBox'#23'AnchorSideRight.Control'#7
|
+#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'
|
+#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'
|
+'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'
|
+'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'
|
+'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'
|
+'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'
|
+'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'
|
+'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'
|
+'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'
|
+'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'
|
+'EditorPage'#7'Caption'#6#14'FormEditorPage'#11'ClientWidth'#3#22#2#12'Clien'
|
||||||
+'tHeight'#3#193#1#8'OnResize'#7#20'FormEditorPageResize'#0#9'TGroupBox'#12'G'
|
+'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'
|
+'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'
|
+#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'
|
+'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'
|
+#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'
|
+#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'
|
+#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
|
+'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'
|
+#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'
|
+#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
|
+'bOrder'#2#1#0#0#9'TCheckBox'#16'ShowGridCheckBox'#4'Left'#2#6#6'Height'#2#13
|
||||||
+#5'Width'#3#138#0#7'Caption'#6#16'ShowGridCheckBox'#8'TabOrder'#2#0#0#0#9'TC'
|
+#5'Width'#2's'#7'Caption'#6#16'ShowGridCheckBox'#8'TabOrder'#2#0#0#0#9'TComb'
|
||||||
+'omboBox'#17'GridSizeXComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2':'#5'Wid'
|
+'oBox'#17'GridSizeXComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2':'#5'Width'
|
||||||
+'th'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchA'
|
+#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscen'
|
||||||
+'scending'#0#13'Items.Strings'#1#6#1'2'#6#1'5'#6#1'8'#6#2'10'#6#2'12'#6#2'15'
|
+'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
|
||||||
+#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#14'ParentShowHint'#8#8'ShowHint'
|
+'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#14'ParentShowHint'#8#8'ShowHint'#9#8
|
||||||
+#9#8'TabOrder'#2#2#0#0#9'TComboBox'#17'GridSizeYComboBox'#4'Left'#2#6#6'Heig'
|
+'TabOrder'#2#2#0#0#9'TComboBox'#17'GridSizeYComboBox'#4'Left'#2#6#6'Height'#2
|
||||||
+'ht'#2#21#3'Top'#2'['#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLin'
|
+#21#3'Top'#2'['#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineCompl'
|
||||||
+'eComplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#1'2'#6#1'5'#6#1
|
+'ete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#1'2'#6#1'5'#6#1'8'#6#2
|
||||||
+'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'
|
+'10'#6#2'12'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#14'ParentSho'
|
||||||
+'rentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#3#0#0#9'TCheckBox'#23'ShowBorde'
|
+'wHint'#8#8'ShowHint'#9#8'TabOrder'#2#3#0#0#9'TCheckBox'#23'ShowBorderSpaceC'
|
||||||
+'rSpaceCheckBox'#22'AnchorSideLeft.Control'#7#16'ShowGridCheckBox'#19'Anchor'
|
+'heckBox'#22'AnchorSideLeft.Control'#7#16'ShowGridCheckBox'#19'AnchorSideLef'
|
||||||
+'SideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#16'ShowGridCheckB'
|
+'t.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#16'ShowGridCheckBox'#18
|
||||||
+'ox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#154#0#6'Height'#2#20#5
|
+'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#154#0#6'Height'#2#13#5'Width'#3
|
||||||
+'Width'#3#188#0#18'BorderSpacing.Left'#2#10#7'Caption'#6#23'ShowBorderSpaceC'
|
+#158#0#18'BorderSpacing.Left'#2#10#7'Caption'#6#23'ShowBorderSpaceCheckBox'#8
|
||||||
+'heckBox'#8'TabOrder'#2#4#0#0#0#9'TGroupBox'#18'GuideLinesGroupBox'#22'Ancho'
|
+'TabOrder'#2#4#0#0#0#9'TGroupBox'#18'GuideLinesGroupBox'#22'AnchorSideLeft.C'
|
||||||
+'rSideLeft.Control'#7#20'FormEditMiscGroupBox'#19'AnchorSideLeft.Side'#7#9'a'
|
+'ontrol'#7#20'FormEditMiscGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23
|
||||||
+'srBottom'#23'AnchorSideRight.Control'#7#14'FormEditorPage'#20'AnchorSideRig'
|
+'AnchorSideRight.Control'#7#14'FormEditorPage'#20'AnchorSideRight.Side'#7#9
|
||||||
+'ht.Side'#7#9'asrBottom'#4'Left'#3'a'#1#6'Height'#3#255#0#3'Top'#3#187#0#5'W'
|
+'asrBottom'#4'Left'#3'a'#1#6'Height'#3#255#0#3'Top'#3#187#0#5'Width'#3#175#0
|
||||||
+'idth'#3#179#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacin'
|
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#10#19
|
||||||
,'g.Left'#2#10#19'BorderSpacing.Right'#2#6#7'Caption'#6#18'GuideLinesGroupBox'
|
,'BorderSpacing.Right'#2#6#7'Caption'#6#18'GuideLinesGroupBox'#12'ClientHeigh'
|
||||||
+#12'ClientHeight'#3#238#0#11'ClientWidth'#3#175#0#8'TabOrder'#2#1#0#12'TColo'
|
+'t'#3#237#0#11'ClientWidth'#3#171#0#8'TabOrder'#2#1#0#12'TColorButton'#27'Gu'
|
||||||
+'rButton'#27'GuideLineColorLeftTopButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2
|
+'ideLineColorLeftTopButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'F'#5'Width'#2
|
||||||
+'F'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#31'GuideLineColor'
|
+'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#31'GuideLineColorRightBottomBut'
|
||||||
+'RightBottomButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'v'#5'Width'#2'2'#11
|
+'ton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'v'#5'Width'#2'2'#11'BorderWidth'#2
|
||||||
+'BorderWidth'#2#2#0#0#6'TLabel'#26'GuideLineColorLeftTopLabel'#4'Left'#2#6#6
|
+#2#0#0#6'TLabel'#26'GuideLineColorLeftTopLabel'#4'Left'#2#6#6'Height'#2#14#3
|
||||||
+'Height'#2#13#3'Top'#2'9'#5'Width'#3#158#0#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
+'Top'#2'9'#5'Width'#3#154#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
||||||
+'akRight'#0#7'Caption'#6#26'GuideLineColorLeftTopLabel'#5'Color'#7#6'clNone'
|
+'Caption'#6#26'GuideLineColorLeftTopLabel'#5'Color'#7#6'clNone'#11'ParentCol'
|
||||||
+#11'ParentColor'#8#0#0#6'TLabel'#30'GuideLineColorRightBottomLabel'#4'Left'#2
|
+'or'#8#0#0#6'TLabel'#30'GuideLineColorRightBottomLabel'#4'Left'#2#6#6'Height'
|
||||||
+#6#6'Height'#2#13#3'Top'#2'f'#5'Width'#3#158#0#7'Anchors'#11#5'akTop'#6'akLe'
|
+#2#14#3'Top'#2'f'#5'Width'#3#154#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
|
||||||
+'ft'#7'akRight'#0#7'Caption'#6#30'GuideLineColorRightBottomLabel'#5'Color'#7
|
+'t'#0#7'Caption'#6#30'GuideLineColorRightBottomLabel'#5'Color'#7#6'clNone'#11
|
||||||
+#6'clNone'#11'ParentColor'#8#0#0#9'TCheckBox'#22'ShowGuideLinesCheckBox'#4'L'
|
+'ParentColor'#8#0#0#9'TCheckBox'#22'ShowGuideLinesCheckBox'#4'Left'#2#6#6'He'
|
||||||
+'eft'#2#6#6'Height'#2#20#5'Width'#3#158#0#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
+'ight'#2#13#5'Width'#3#154#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
||||||
+'akRight'#0#7'Caption'#6#22'ShowGuideLinesCheckBox'#8'TabOrder'#2#0#0#0#9'TC'
|
+'Caption'#6#22'ShowGuideLinesCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#24'S'
|
||||||
+'heckBox'#24'SnapToGuideLinesCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#19
|
+'napToGuideLinesCheckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#19#5'Width'#3
|
||||||
+#5'Width'#3#158#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6
|
+#154#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'SnapToG'
|
||||||
+#24'SnapToGuideLinesCheckBox'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20'FormEdit'
|
+'uideLinesCheckBox'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20'FormEditMiscGroupB'
|
||||||
+'MiscGroupBox'#23'AnchorSideRight.Control'#7#14'FormEditorPage'#20'AnchorSid'
|
+'ox'#23'AnchorSideRight.Control'#7#14'FormEditorPage'#20'AnchorSideRight.Sid'
|
||||||
+'eRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#255#0#3'Top'#3#187#0#5
|
+'e'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#255#0#3'Top'#3#187#0#5'Width'#3'Q'
|
||||||
+'Width'#3'Q'#1#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'FormEditMiscGrou'
|
+#1#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'FormEditMiscGroupBox'#12'Cli'
|
||||||
+'pBox'#12'ClientHeight'#3#238#0#11'ClientWidth'#3'M'#1#8'TabOrder'#2#2#0#12
|
+'entHeight'#3#237#0#11'ClientWidth'#3'M'#1#8'TabOrder'#2#2#0#12'TColorButton'
|
||||||
+'TColorButton'#18'GrabberColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#130
|
+#18'GrabberColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#130#0#5'Width'#2
|
||||||
+#0#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#17'MarkerColorButt'
|
+'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#17'MarkerColorButton'#4'Left'#2
|
||||||
+'on'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#180#0#5'Width'#2'2'#11'BorderWidth'
|
+#6#6'Height'#2#23#3'Top'#3#180#0#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#6'TLa'
|
||||||
+#2#2#0#0#6'TLabel'#17'GrabberColorLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2
|
+'bel'#17'GrabberColorLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'n'#5'Width'#3
|
||||||
+'n'#5'Width'#3#28#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'
|
+#28#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#17'GrabberC'
|
||||||
+#6#17'GrabberColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'
|
+'olorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#16'MarkerCo'
|
||||||
+#16'MarkerColorLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#3#160#0#5'Width'#3#28
|
+'lorLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#3#160#0#5'Width'#3#28#1#7'Ancho'
|
||||||
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#16'MarkerColor'
|
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#16'MarkerColorLabel'#5
|
||||||
+'Label'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TCheckBox'#29'ShowCompo'
|
+'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TCheckBox'#29'ShowComponentCapti'
|
||||||
+'nentCaptionsCheckBox'#4'Left'#2#6#6'Height'#2#20#5'Width'#3#28#1#7'Anchors'
|
+'onsCheckBox'#4'Left'#2#6#6'Height'#2#13#5'Width'#3#28#1#7'Anchors'#11#5'akT'
|
||||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#29'ShowComponentCaptionsChe'
|
+'op'#6'akLeft'#7'akRight'#0#7'Caption'#6#29'ShowComponentCaptionsCheckBox'#8
|
||||||
+'ckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#23'ShowEditorHintsCheckBox'#4'Left'
|
+'TabOrder'#2#0#0#0#9'TCheckBox'#23'ShowEditorHintsCheckBox'#4'Left'#2#6#6'He'
|
||||||
+#2#6#6'Height'#2#20#3'Top'#2#25#5'Width'#3#28#1#7'Anchors'#11#5'akTop'#6'akL'
|
+'ight'#2#13#3'Top'#2#25#5'Width'#3#28#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
||||||
+'eft'#7'akRight'#0#7'Caption'#6#23'ShowEditorHintsCheckBox'#8'TabOrder'#2#1#0
|
+'kRight'#0#7'Caption'#6#23'ShowEditorHintsCheckBox'#8'TabOrder'#2#1#0#0#9'TC'
|
||||||
+#0#9'TCheckBox'#29'AutoCreateFormsOnOpenCheckBox'#4'Left'#2#6#6'Height'#2#20
|
+'heckBox'#29'AutoCreateFormsOnOpenCheckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'
|
||||||
+#3'Top'#2'2'#5'Width'#3#28#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
+#2'2'#5'Width'#3#28#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Captio'
|
||||||
+'Caption'#6#29'AutoCreateFormsOnOpenCheckBox'#8'TabOrder'#2#2#0#0#9'TCheckBo'
|
+'n'#6#29'AutoCreateFormsOnOpenCheckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox'#25
|
||||||
+'x'#25'RightClickSelectsCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'K'#5'W'
|
+'RightClickSelectsCheckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#2'K'#5'Width'#3
|
||||||
+'idth'#3#28#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#25
|
+#28#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#25'RightCli'
|
||||||
+'RightClickSelectsCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#25'DesignerPain'
|
+'ckSelectsCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#25'DesignerPaintLazyChe'
|
||||||
+'tLazyCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#3#205#0#5'Width'#3#28#1#7
|
+'ckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#3#205#0#5'Width'#3#28#1#7'Anchors'
|
||||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#25'DesignerPaintLa'
|
+#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#25'DesignerPaintLazyCheckBo'
|
||||||
+'zyCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#4#0#0#0#9'TGro'
|
+'x'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#4#0#0#0#9'TGroupBox'#18
|
||||||
+'upBox'#18'RubberbandGroupBox'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'
|
+'RubberbandGroupBox'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#19'Anchor'
|
||||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'For'
|
+'SideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'FormEditorPa'
|
||||||
+'mEditorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'a'#1#6'Heigh'
|
+'ge'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'a'#1#6'Height'#3#170#0
|
||||||
+'t'#3#170#0#3'Top'#2#6#5'Width'#3#179#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
+#3'Top'#2#6#5'Width'#3#175#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18
|
||||||
+'kRight'#0#18'BorderSpacing.Left'#2#10#19'BorderSpacing.Right'#2#6#7'Caption'
|
+'BorderSpacing.Left'#2#10#19'BorderSpacing.Right'#2#6#7'Caption'#6#18'Rubber'
|
||||||
+#6#18'RubberbandGroupBox'#12'ClientHeight'#3#153#0#11'ClientWidth'#3#175#0#11
|
+'bandGroupBox'#12'ClientHeight'#3#152#0#11'ClientWidth'#3#171#0#5'Color'#7#9
|
||||||
+'ParentColor'#8#8'TabOrder'#2#3#0#12'TColorButton'#27'RubberbandSelectColorB'
|
+'clBtnFace'#11'ParentColor'#8#8'TabOrder'#2#3#0#12'TColorButton'#27'Rubberba'
|
||||||
+'utton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#19#5'Width'#2'2'#11'BorderWidth'
|
+'ndSelectColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#19#5'Width'#2'2'#11
|
||||||
+#2#2#0#0#12'TColorButton'#27'RubberbandCreateColorButton'#4'Left'#2#6#6'Heig'
|
+'BorderWidth'#2#2#0#0#12'TColorButton'#27'RubberbandCreateColorButton'#4'Lef'
|
||||||
+'ht'#2#23#3'Top'#2'F'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#6'TLabel'#26'Rub'
|
+'t'#2#6#6'Height'#2#23#3'Top'#2'F'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#6'T'
|
||||||
+'berbandSelectColorLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#3#5'Width'#3
|
+'Label'#26'RubberbandSelectColorLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#3
|
||||||
+#150#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#26'Rubberb'
|
+#5'Width'#3#146#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6
|
||||||
+'andSelectColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#26
|
+#26'RubberbandSelectColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6
|
||||||
+'RubberbandCreateColorLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2'6'#5'Width'
|
+'TLabel'#26'RubberbandCreateColorLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2
|
||||||
+#3#150#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#26'Rubbe'
|
+'6'#5'Width'#3#146#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'
|
||||||
+'rbandCreateColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TCheckB'
|
+#6#26'RubberbandCreateColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0
|
||||||
+'ox$RubberbandSelectsGrandChildsCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2
|
+#9'TCheckBox$RubberbandSelectsGrandChildsCheckBox'#4'Left'#2#6#6'Height'#2#13
|
||||||
+'f'#5'Width'#3#158#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'
|
+#3'Top'#2'f'#5'Width'#3#154#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
||||||
+#6'$RubberbandSelectsGrandChildsCheckBox'#8'TabOrder'#2#0#0#0#0#0#5'TPage'#19
|
+'Caption'#6'$RubberbandSelectsGrandChildsCheckBox'#8'TabOrder'#2#0#0#0#0#0#5
|
||||||
+'ObjectInspectorPage'#7'Caption'#6#19'ObjectInspectorPage'#11'ClientWidth'#3
|
+'TPage'#19'ObjectInspectorPage'#7'Caption'#6#19'ObjectInspectorPage'#11'Clie'
|
||||||
,#26#2#12'ClientHeight'#3#193#1#0#9'TGroupBox'#29'ObjectInspectorColorsGroupB'
|
,'ntWidth'#3#22#2#12'ClientHeight'#3#197#1#0#9'TGroupBox'#29'ObjectInspectorC'
|
||||||
+'ox'#23'AnchorSideRight.Control'#7#19'ObjectInspectorPage'#20'AnchorSideRigh'
|
+'olorsGroupBox'#23'AnchorSideRight.Control'#7#19'ObjectInspectorPage'#20'Anc'
|
||||||
+'t.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#173#0#3'Top'#2#7#5'Width'#3
|
+'horSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#173#0#3'Top'#2#7#5
|
||||||
+#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2
|
+'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacin'
|
||||||
+#5#17'BorderSpacing.Top'#2#5#19'BorderSpacing.Right'#2#6#7'Caption'#6#29'Obj'
|
+'g.Left'#2#5#17'BorderSpacing.Top'#2#5#19'BorderSpacing.Right'#2#6#7'Caption'
|
||||||
+'ectInspectorColorsGroupBox'#12'ClientHeight'#3#156#0#11'ClientWidth'#3#10#2
|
+#6#29'ObjectInspectorColorsGroupBox'#12'ClientHeight'#3#173#0#11'ClientWidth'
|
||||||
+#8'TabOrder'#2#0#0#12'TColorButton'#23'OIBackgroundColorButton'#4'Left'#2#6#6
|
+#3#14#2#8'TabOrder'#2#0#0#12'TColorButton'#23'OIBackgroundColorButton'#4'Lef'
|
||||||
+'Height'#2#23#3'Top'#2#5#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#12'TColorButt'
|
+'t'#2#6#6'Height'#2#23#3'Top'#2#5#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#12'T'
|
||||||
+'on'#21'OISubPropsColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#29#5'Widt'
|
+'ColorButton'#21'OISubPropsColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2
|
||||||
+'h'#2'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#23'OIReferencesColorButton'
|
+#29#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#23'OIReferencesCo'
|
||||||
+#4'Left'#2#6#6'Height'#2#23#3'Top'#2'5'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0
|
+'lorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'5'#5'Width'#2'2'#11'BorderWi'
|
||||||
+#12'TColorButton'#18'OIValueColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2
|
+'dth'#2#2#0#0#12'TColorButton'#18'OIValueColorButton'#4'Left'#2#6#6'Height'#2
|
||||||
+'M'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#25'OIDefaultValue'
|
+#23#3'Top'#2'M'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#25'OI'
|
||||||
+'ColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'e'#5'Width'#2'2'#11'Border'
|
+'DefaultValueColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'e'#5'Width'#2
|
||||||
+'Width'#2#2#0#0#12'TColorButton'#21'OIPropNameColorButton'#4'Left'#2#6#6'Hei'
|
+'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#21'OIPropNameColorButton'#4'Lef'
|
||||||
+'ght'#2#23#3'Top'#2'}'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#6'TLabel'#22'OI'
|
+'t'#2#6#6'Height'#2#23#3'Top'#2'}'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#6'T'
|
||||||
+'BackgroundColorLabel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2#11#5'Width'#3#190
|
+'Label'#22'OIBackgroundColorLabel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2#11#5
|
||||||
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'OIBackgroun'
|
+'Width'#3#190#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22
|
||||||
+'dColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#20'OISubP'
|
+'OIBackgroundColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'
|
||||||
+'ropsColorLabel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2'#'#5'Width'#3#190#1#7
|
+#20'OISubPropsColorLabel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2'#'#5'Width'#3
|
||||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'OISubPropsColor'
|
+#190#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'OISubPr'
|
||||||
+'Label'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#22'OIReferences'
|
+'opsColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#22'OIRe'
|
||||||
+'ColorLabel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2';'#5'Width'#3#190#1#7'Anch'
|
+'ferencesColorLabel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2';'#5'Width'#3#190#1
|
||||||
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'OIReferencesColorLa'
|
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'OIReferencesC'
|
||||||
+'bel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#17'OIValueColorLa'
|
+'olorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#17'OIValueC'
|
||||||
+'bel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2'S'#5'Width'#3#190#1#7'Anchors'#11
|
+'olorLabel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2'S'#5'Width'#3#190#1#7'Ancho'
|
||||||
+#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#17'OIValueColorLabel'#5'Color'
|
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#17'OIValueColorLabel'#5
|
||||||
+#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#24'OIDefaultValueColorLabel'#4
|
+'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#24'OIDefaultValueColorLa'
|
||||||
+'Left'#2'A'#6'Height'#2#13#3'Top'#2'k'#5'Width'#3#190#1#7'Anchors'#11#5'akTo'
|
+'bel'#4'Left'#2'A'#6'Height'#2#13#3'Top'#2'k'#5'Width'#3#190#1#7'Anchors'#11
|
||||||
+'p'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'OIDefaultValueColorLabel'#5'Color'
|
+#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'OIDefaultValueColorLabel'#5
|
||||||
+#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#20'OIPropNameColorLabel'#4'Left'
|
+'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#20'OIPropNameColorLabel'
|
||||||
+#2'A'#6'Height'#2#13#3'Top'#3#131#0#5'Width'#3#190#1#7'Anchors'#11#5'akTop'#6
|
+#4'Left'#2'A'#6'Height'#2#13#3'Top'#3#131#0#5'Width'#3#190#1#7'Anchors'#11#5
|
||||||
+'akLeft'#7'akRight'#0#7'Caption'#6#20'OIPropNameColorLabel'#5'Color'#7#6'clN'
|
+'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'OIPropNameColorLabel'#5'Color'
|
||||||
+'one'#11'ParentColor'#8#0#0#0#9'TGroupBox'#14'OIMiscGroupBox'#23'AnchorSideR'
|
+#7#6'clNone'#11'ParentColor'#8#0#0#0#9'TGroupBox'#14'OIMiscGroupBox'#23'Anch'
|
||||||
+'ight.Control'#7#19'ObjectInspectorPage'#20'AnchorSideRight.Side'#7#9'asrBot'
|
+'orSideRight.Control'#7#19'ObjectInspectorPage'#20'AnchorSideRight.Side'#7#9
|
||||||
+'tom'#4'Left'#2#6#6'Height'#2'i'#3'Top'#3#186#0#5'Width'#3#14#2#7'Anchors'#11
|
+'asrBottom'#4'Left'#2#6#6'Height'#2'i'#3'Top'#3#186#0#5'Width'#3#14#2#7'Anch'
|
||||||
+#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#14
|
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Capti'
|
||||||
+'OIMiscGroupBox'#12'ClientHeight'#2'X'#11'ClientWidth'#3#10#2#8'TabOrder'#2#1
|
+'on'#6#14'OIMiscGroupBox'#12'ClientHeight'#2'i'#11'ClientWidth'#3#14#2#8'Tab'
|
||||||
+#0#6'TLabel'#24'OIDefaultItemHeightLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2
|
+'Order'#2#1#0#6'TLabel'#24'OIDefaultItemHeightLabel'#4'Left'#2#6#6'Height'#2
|
||||||
+#6#5'Width'#3#214#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'
|
+#13#3'Top'#2#6#5'Width'#3#214#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||||
+#6#24'OIDefaultItemHeightLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9
|
+#7'Caption'#6#24'OIDefaultItemHeightLabel'#5'Color'#7#6'clNone'#11'ParentCol'
|
||||||
+'TCheckBox'#18'OIShowHintCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'7'#5
|
+'or'#8#0#0#9'TCheckBox'#18'OIShowHintCheckBox'#4'Left'#2#6#6'Height'#2#20#3
|
||||||
+'Width'#3#214#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#18
|
+'Top'#2'7'#5'Width'#3#214#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
||||||
+'OIShowHintCheckBox'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#27'OIDefaultItemHeight'
|
+'Caption'#6#18'OIShowHintCheckBox'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#27'OIDef'
|
||||||
+'SpinEdit'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#24#5'Width'#2'E'#8'TabOrder'#2
|
+'aultItemHeightSpinEdit'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#24#5'Width'#2'E'
|
||||||
+#1#5'Value'#2#1#0#0#0#0#5'TPage'#10'BackupPage'#7'Caption'#6#10'BackupPage'
|
+#8'TabOrder'#2#1#5'Value'#2#1#0#0#0#0#5'TPage'#10'BackupPage'#7'Caption'#6#10
|
||||||
+#11'ClientWidth'#3#26#2#12'ClientHeight'#3#193#1#0#6'TLabel'#15'BackupHelpLa'
|
+'BackupPage'#11'ClientWidth'#3#22#2#12'ClientHeight'#3#197#1#0#6'TLabel'#15
|
||||||
+'bel'#23'AnchorSideRight.Control'#7#10'BackupPage'#20'AnchorSideRight.Side'#7
|
+'BackupHelpLabel'#23'AnchorSideRight.Control'#7#10'BackupPage'#20'AnchorSide'
|
||||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#7#5'Width'#3#14#2#7'Anchor'
|
+'Right.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#7#5'Width'#3
|
||||||
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'
|
+#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2
|
||||||
+#6#15'BackupHelpLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TGroupBo'
|
+#6#7'Caption'#6#15'BackupHelpLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0
|
||||||
+'x'#21'BackupProjectGroupBox'#23'AnchorSideRight.Control'#7#10'BackupPage'#20
|
+#0#9'TGroupBox'#21'BackupProjectGroupBox'#23'AnchorSideRight.Control'#7#10'B'
|
||||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#201#0#3'Top'#2
|
+'ackupPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3
|
||||||
+'"'#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderS'
|
+#201#0#3'Top'#2'"'#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
|
||||||
+'pacing.Right'#2#6#7'Caption'#6#21'BackupProjectGroupBox'#12'ClientHeight'#3
|
+'t'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#21'BackupProjectGroupBox'#12
|
||||||
+#184#0#11'ClientWidth'#3#10#2#8'TabOrder'#2#0#0#6'TLabel'#18'BakProjAddExtLa'
|
+'ClientHeight'#3#201#0#11'ClientWidth'#3#14#2#8'TabOrder'#2#0#0#6'TLabel'#18
|
||||||
+'bel'#22'AnchorSideLeft.Control'#7#21'BakProjAddExtComboBox'#19'AnchorSideLe'
|
+'BakProjAddExtLabel'#22'AnchorSideLeft.Control'#7#21'BakProjAddExtComboBox'
|
||||||
+'ft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'BakProjAddExtComboBo'
|
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'BakPr'
|
||||||
+'x'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'
|
+'ojAddExtComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Heig'
|
||||||
+#2'f'#5'Width'#3#142#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'Bord'
|
+'ht'#2#13#3'Top'#2'f'#5'Width'#3#142#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak'
|
||||||
+'erSpacing.Left'#2#6#7'Caption'#6#18'BakProjAddExtLabel'#5'Color'#7#6'clNone'
|
+'Right'#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#18'BakProjAddExtLabel'#5'C'
|
||||||
+#11'ParentColor'#8#0#0#6'TLabel'#22'BakProjMaxCounterLabel'#22'AnchorSideLef'
|
+'olor'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#22'BakProjMaxCounterLabel'
|
||||||
+'t.Control'#7#25'BakProjMaxCounterComboBox'#19'AnchorSideLeft.Side'#7#9'asrB'
|
+#22'AnchorSideLeft.Control'#7#25'BakProjMaxCounterComboBox'#19'AnchorSideLef'
|
||||||
+'ottom'#21'AnchorSideTop.Control'#7#25'BakProjMaxCounterComboBox'#18'AnchorS'
|
+'t.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#25'BakProjMaxCounterComb'
|
||||||
,'ideTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'#3#129#0#5'Wi'
|
,'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'
|
+'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
|
+'.Left'#2#6#7'Caption'#6#18'BakProjSubDirLabel'#5'Color'#7#6'clNone'#11'Pare'
|
||||||
+'ParentColor'#8#0#0#6'TLabel'#18'BakProjSubDirLabel'#22'AnchorSideLeft.Contr'
|
+'ntColor'#8#0#0#11'TRadioGroup'#21'BakProjTypeRadioGroup'#4'Left'#2#6#6'Heig'
|
||||||
+'ol'#7#21'BakProjSubDirComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'A'
|
+'ht'#2'X'#5'Width'#3#249#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'A'
|
||||||
+'nchorSideTop.Control'#7#21'BakProjSubDirComboBox'#18'AnchorSideTop.Side'#7#9
|
+'utoFill'#9#7'Caption'#6#21'BakProjTypeRadioGroup'#28'ChildSizing.LeftRightS'
|
||||||
+'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'#3#156#0#5'Width'#3#142#1#7'An'
|
+'pacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHori'
|
||||||
+'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#7'Capt'
|
+'zontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24
|
||||||
+'ion'#6#18'BakProjSubDirLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#11
|
+'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChi'
|
||||||
+'TRadioGroup'#21'BakProjTypeRadioGroup'#4'Left'#2#6#6'Height'#2'X'#5'Width'#3
|
+'lds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Lay'
|
||||||
+#249#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7'Caption'
|
+'out'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2
|
||||||
+#6#21'BakProjTypeRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSi'
|
+#7'Columns'#2#2#7'OnClick'#7#22'BakTypeRadioGroupClick'#8'TabOrder'#2#0#0#0#9
|
||||||
+'zing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomoge'
|
+'TComboBox'#21'BakProjAddExtComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'b'
|
||||||
+'nousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildRes'
|
+#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSe'
|
||||||
+'ize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.S'
|
+'archAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#21'BakProjAddEx'
|
||||||
+'hrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRi'
|
+'tComboBox'#0#0#9'TComboBox'#25'BakProjMaxCounterComboBox'#4'Left'#2#6#6'Hei'
|
||||||
+'ghtThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#7'On'
|
+'ght'#2#21#3'Top'#2'}'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLi'
|
||||||
+'Click'#7#22'BakTypeRadioGroupClick'#8'TabOrder'#2#0#0#0#9'TComboBox'#21'Bak'
|
+'neComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#4'T'
|
||||||
+'ProjAddExtComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'b'#5'Width'#2'd'#16
|
+'ext'#6#25'BakProjMaxCounterComboBox'#0#0#9'TComboBox'#21'BakProjSubDirCombo'
|
||||||
+'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9
|
+'Box'#4'Left'#2#6#6'Height'#2#21#3'Top'#3#152#0#5'Width'#2'd'#16'AutoComplet'
|
||||||
+'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#21'BakProjAddExtComboBox'#0#0#9'TC'
|
+'eText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'
|
||||||
+'omboBox'#25'BakProjMaxCounterComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2
|
+#2#0#8'TabOrder'#2#3#4'Text'#6#21'BakProjSubDirComboBox'#0#0#0#9'TGroupBox'
|
||||||
+'}'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbac'
|
+#19'BackupOtherGroupBox'#23'AnchorSideRight.Control'#7#10'BackupPage'#20'Anc'
|
||||||
+'tSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#4'Text'#6#25'BakProjMa'
|
+'horSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#196#0#3'Top'#3#242
|
||||||
+'xCounterComboBox'#0#0#9'TComboBox'#21'BakProjSubDirComboBox'#4'Left'#2#6#6
|
+#0#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSp'
|
||||||
+'Height'#2#21#3'Top'#3#152#0#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactE'
|
+'acing.Right'#2#6#7'Caption'#6#19'BackupOtherGroupBox'#12'ClientHeight'#3#196
|
||||||
+'ndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2
|
+#0#11'ClientWidth'#3#14#2#8'TabOrder'#2#1#0#6'TLabel'#19'BakOtherAddExtLabel'
|
||||||
+#3#4'Text'#6#21'BakProjSubDirComboBox'#0#0#0#9'TGroupBox'#19'BackupOtherGrou'
|
+#22'AnchorSideLeft.Control'#7#22'BakOtherAddExtComboBox'#19'AnchorSideLeft.S'
|
||||||
+'pBox'#23'AnchorSideRight.Control'#7#10'BackupPage'#20'AnchorSideRight.Side'
|
+'ide'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'BakOtherAddExtComboBox'
|
||||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#196#0#3'Top'#3#242#0#5'Width'#3#14#2
|
+#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'#2
|
||||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7
|
+'c'#5'Width'#3#142#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'Border'
|
||||||
+'Caption'#6#19'BackupOtherGroupBox'#12'ClientHeight'#3#179#0#11'ClientWidth'
|
+'Spacing.Left'#2#6#7'Caption'#6#19'BakOtherAddExtLabel'#5'Color'#7#6'clNone'
|
||||||
+#3#10#2#8'TabOrder'#2#1#0#6'TLabel'#19'BakOtherAddExtLabel'#22'AnchorSideLef'
|
+#11'ParentColor'#8#0#0#6'TLabel'#23'BakOtherMaxCounterLabel'#22'AnchorSideLe'
|
||||||
+'t.Control'#7#22'BakOtherAddExtComboBox'#19'AnchorSideLeft.Side'#7#9'asrBott'
|
+'ft.Control'#7#26'BakOtherMaxCounterComboBox'#19'AnchorSideLeft.Side'#7#9'as'
|
||||||
+'om'#21'AnchorSideTop.Control'#7#22'BakOtherAddExtComboBox'#18'AnchorSideTop'
|
+'rBottom'#21'AnchorSideTop.Control'#7#26'BakOtherMaxCounterComboBox'#18'Anch'
|
||||||
+'.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'#2'c'#5'Width'#3#142
|
+'orSideTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'#2'~'#5'Wi'
|
||||||
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#7
|
+'dth'#3#142#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing'
|
||||||
+'Caption'#6#19'BakOtherAddExtLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0
|
+'.Left'#2#6#7'Caption'#6#23'BakOtherMaxCounterLabel'#5'Color'#7#6'clNone'#11
|
||||||
+#0#6'TLabel'#23'BakOtherMaxCounterLabel'#22'AnchorSideLeft.Control'#7#26'Bak'
|
+'ParentColor'#8#0#0#6'TLabel'#19'BakOtherSubDirLabel'#22'AnchorSideLeft.Cont'
|
||||||
+'OtherMaxCounterComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSi'
|
+'rol'#7#22'BakOtherSubDirComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
||||||
+'deTop.Control'#7#26'BakOtherMaxCounterComboBox'#18'AnchorSideTop.Side'#7#9
|
+'AnchorSideTop.Control'#7#22'BakOtherSubDirComboBox'#18'AnchorSideTop.Side'#7
|
||||||
+'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'#2'~'#5'Width'#3#142#1#7'Ancho'
|
+#9'asrCenter'#4'Left'#2'p'#6'Height'#2#13#3'Top'#3#153#0#5'Width'#3#142#1#7
|
||||||
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#7'Caption'
|
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#7'Ca'
|
||||||
+#6#23'BakOtherMaxCounterLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6
|
+'ption'#6#19'BakOtherSubDirLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0
|
||||||
+'TLabel'#19'BakOtherSubDirLabel'#22'AnchorSideLeft.Control'#7#22'BakOtherSub'
|
+#11'TRadioGroup'#22'BakOtherTypeRadioGroup'#4'Left'#2#6#6'Height'#2'T'#5'Wid'
|
||||||
+'DirComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Contro'
|
+'th'#3#249#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7'C'
|
||||||
+'l'#7#22'BakOtherSubDirComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Lef'
|
+'aption'#6#22'BakOtherTypeRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28
|
||||||
+'t'#2'p'#6'Height'#2#13#3'Top'#3#153#0#5'Width'#3#142#1#7'Anchors'#11#5'akTo'
|
+'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'cr'
|
||||||
+'p'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#19'BakOth'
|
+'sHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousC'
|
||||||
+'erSubDirLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#11'TRadioGroup'#22
|
+'hildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildS'
|
||||||
+'BakOtherTypeRadioGroup'#4'Left'#2#6#6'Height'#2'T'#5'Width'#3#249#1#7'Ancho'
|
+'izing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclL'
|
||||||
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7'Caption'#6#22'BakOth'
|
+'eftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2
|
||||||
+'erTypeRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBo'
|
+#2#7'OnClick'#7#22'BakTypeRadioGroupClick'#8'TabOrder'#2#0#0#0#9'TComboBox'
|
||||||
+'ttomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildR'
|
+#22'BakOtherAddExtComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'_'#5'Width'#2
|
||||||
+'esize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'Ch'
|
+'d'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscendi'
|
||||||
+'ildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVerti'
|
+'ng'#0#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#22'BakOtherAddExtComboBox'
|
||||||
+'cal'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTop'
|
+#0#0#9'TComboBox'#26'BakOtherMaxCounterComboBox'#4'Left'#2#6#6'Height'#2#21#3
|
||||||
+'ToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#7'OnClick'#7#22
|
+'Top'#2'z'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'
|
||||||
+'BakTypeRadioGroupClick'#8'TabOrder'#2#0#0#0#9'TComboBox'#22'BakOtherAddExtC'
|
,#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#4'Text'#6#26'Ba'
|
||||||
+'omboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'_'#5'Width'#2'd'#16'AutoComple'
|
+'kOtherMaxCounterComboBox'#0#0#9'TComboBox'#22'BakOtherSubDirComboBox'#4'Lef'
|
||||||
+'teText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLengt'
|
+'t'#2#6#6'Height'#2#21#3'Top'#3#149#0#5'Width'#2'd'#16'AutoCompleteText'#11
|
||||||
+'h'#2#0#8'TabOrder'#2#1#4'Text'#6#22'BakOtherAddExtComboBox'#0#0#9'TComboBox'
|
+#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'Ta'
|
||||||
+#26'BakOtherMaxCounterComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'z'#5'Wid'
|
+'bOrder'#2#3#4'Text'#6#22'BakOtherSubDirComboBox'#0#0#0#0#5'TPage'#10'Naming'
|
||||||
+'th'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchA'
|
+'Page'#7'Caption'#6#10'NamingPage'#11'ClientWidth'#3#22#2#12'ClientHeight'#3
|
||||||
,'scending'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#4'Text'#6#26'BakOtherMaxCounte'
|
+#197#1#0#11'TRadioGroup'#23'PascalFileExtRadiogroup'#23'AnchorSideRight.Cont'
|
||||||
+'rComboBox'#0#0#9'TComboBox'#22'BakOtherSubDirComboBox'#4'Left'#2#6#6'Height'
|
+'rol'#7#10'NamingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||||
+#2#21#3'Top'#3#149#0#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLine'
|
+'Height'#2'/'#3'Top'#2#6#5'Width'#3#14#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20
|
||||||
+'Complete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#3#4'Tex'
|
+'BorderSpacing.Around'#2#6#7'Caption'#6#23'PascalFileExtRadiogroup'#28'Child'
|
||||||
+'t'#6#22'BakOtherSubDirComboBox'#0#0#0#0#5'TPage'#10'NamingPage'#7'Caption'#6
|
+'Sizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildS'
|
||||||
+#10'NamingPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#193#1#0#11'TRadioG'
|
+'izing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.Enla'
|
||||||
+'roup'#23'PascalFileExtRadiogroup'#23'AnchorSideRight.Control'#7#10'NamingPa'
|
+'rgeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'
|
||||||
+'ge'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'/'#3'To'
|
+#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18
|
||||||
+'p'#2#6#5'Width'#3#14#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacing.A'
|
+'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Cont'
|
||||||
+'round'#2#6#7'Caption'#6#23'PascalFileExtRadiogroup'#28'ChildSizing.LeftRigh'
|
+'rolsPerLine'#2#2#7'Columns'#2#2#8'TabOrder'#2#0#0#0#11'TRadioGroup'#28'Char'
|
||||||
+'tSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHo'
|
+'caseFileActionRadioGroup'#23'AnchorSideRight.Control'#7#10'NamingPage'#20'A'
|
||||||
+'rizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7
|
+'nchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'U'#3'Top'#3#165
|
||||||
+#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScale'
|
+#0#5'Width'#3#14#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacing.Around'
|
||||||
+'Childs'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.'
|
+#2#6#7'Caption'#6#28'CharcaseFileActionRadioGroup'#28'ChildSizing.LeftRightS'
|
||||||
+'Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'
|
+'pacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHori'
|
||||||
+#2#2#7'Columns'#2#2#8'TabOrder'#2#0#0#0#11'TRadioGroup'#28'CharcaseFileActio'
|
+'zontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24
|
||||||
+'nRadioGroup'#23'AnchorSideRight.Control'#7#10'NamingPage'#20'AnchorSideRigh'
|
+'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChi'
|
||||||
+'t.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'U'#3'Top'#3#165#0#5'Width'#3
|
+'lds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Lay'
|
||||||
+#14#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Capti'
|
+'out'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2
|
||||||
+'on'#6#28'CharcaseFileActionRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6
|
+#7'Columns'#2#2#8'TabOrder'#2#1#0#0#11'TRadioGroup'#29'AmbiguousFileActionRa'
|
||||||
+#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24
|
+'dioGroup'#23'AnchorSideRight.Control'#7#10'NamingPage'#20'AnchorSideRight.S'
|
||||||
+'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenou'
|
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'd'#3'Top'#2';'#5'Width'#3#14#2#5
|
||||||
+'sChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'Chil'
|
+'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#29
|
||||||
+'dSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cc'
|
+'AmbiguousFileActionRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'Chil'
|
||||||
+'lLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'
|
+'dSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHom'
|
||||||
+#2#2#8'TabOrder'#2#1#0#0#11'TRadioGroup'#29'AmbiguousFileActionRadioGroup'#23
|
+'ogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChild'
|
||||||
+'AnchorSideRight.Control'#7#10'NamingPage'#20'AnchorSideRight.Side'#7#9'asrB'
|
+'Resize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizin'
|
||||||
+'ottom'#4'Left'#2#6#6'Height'#2'd'#3'Top'#2';'#5'Width'#3#14#2#5'Align'#7#5
|
+'g.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftT'
|
||||||
+'alTop'#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#29'Ambiguous'
|
+'oRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#8
|
||||||
+'FileActionRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.T'
|
+'TabOrder'#2#2#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'#6#10'LazDocPage'#11
|
||||||
+'opBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousCh'
|
+'ClientWidth'#3#22#2#12'ClientHeight'#3#197#1#0#6'TLabel'#15'LazDocNoteLabel'
|
||||||
+'ildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28
|
+#4'Left'#2#8#6'Height'#2#13#3'Top'#3#226#0#5'Width'#3#3#1#7'Caption'#6'+NOTE'
|
||||||
+'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVer'
|
+': only absolute paths are supported now'#5'Color'#7#6'clNone'#11'ParentColo'
|
||||||
+'tical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenT'
|
+'r'#8#0#0#9'TGroupBox'#19'LazDocPathsGroupBox'#23'AnchorSideRight.Control'#7
|
||||||
+'opToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#8'TabOrder'#2
|
+#10'LazDocPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||||
+#2#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'#6#10'LazDocPage'#11'ClientWidth'
|
+#3#210#0#3'Top'#2#6#5'Width'#3#14#2#5'Align'#7#5'alTop'#20'BorderSpacing.Aro'
|
||||||
+#3#26#2#12'ClientHeight'#3#193#1#0#6'TLabel'#15'LazDocNoteLabel'#4'Left'#2#8
|
+'und'#2#6#7'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'#3#210#0#11'C'
|
||||||
+#6'Height'#2#13#3'Top'#3#226#0#5'Width'#3#3#1#7'Caption'#6'+NOTE: only absol'
|
+'lientWidth'#3#14#2#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocListBox'#4'Left'#2
|
||||||
+'ute paths are supported now'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'T'
|
+#6#6'Height'#2'l'#3'Top'#2#6#5'Width'#3#254#1#5'Align'#7#5'alTop'#20'BorderS'
|
||||||
+'GroupBox'#19'LazDocPathsGroupBox'#23'AnchorSideRight.Control'#7#10'LazDocPa'
|
+'pacing.Around'#2#6#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#7'TButton'#19'LazD'
|
||||||
+'ge'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#210#0#3
|
+'ocAddPathButton'#4'Left'#2#6#6'Height'#2#26#3'Top'#2'z'#5'Width'#3#140#0#8
|
||||||
+'Top'#2#6#5'Width'#3#14#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7
|
+'AutoSize'#9#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#19'LazDocAddPath'
|
||||||
+'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'#3#193#0#11'ClientWidth'
|
+'Button'#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2#1#0#0#7'TBu'
|
||||||
+#3#10#2#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocListBox'#4'Left'#2#6#6'Height'
|
+'tton'#22'LazDocDeletePathButton'#22'AnchorSideLeft.Control'#7#19'LazDocAddP'
|
||||||
+#2'l'#3'Top'#2#6#5'Width'#3#254#1#5'Align'#7#5'alTop'#20'BorderSpacing.Aroun'
|
+'athButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#156#0#6'Height'
|
||||||
+'d'#2#6#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#7'TButton'#19'LazDocAddPathBut'
|
+#2#26#3'Top'#2'z'#5'Width'#3#153#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#10
|
||||||
+'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#22'LazDocDeletePathButton'#7
|
||||||
+#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#19'LazDocAddPathButton'#7'On'
|
+'OnClick'#7#27'LazDocDeletePathButtonClick'#8'TabOrder'#2#2#0#0#5'TEdit'#14
|
||||||
+'Click'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#22'Laz'
|
+'LazDocPathEdit'#21'AnchorSideTop.Control'#7#19'LazDocAddPathButton'#18'Anch'
|
||||||
+'DocDeletePathButton'#22'AnchorSideLeft.Control'#7#19'LazDocAddPathButton'#19
|
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#154#0#5
|
||||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#156#0#6'Height'#2#26#3'Top'#2
|
+'Width'#3#221#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpaci'
|
||||||
+'z'#5'Width'#3#153#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#10#25'BorderSpac'
|
+'ng.Top'#2#6#8'TabOrder'#2#3#4'Text'#6#14'LazDocPathEdit'#0#0#7'TButton'#18
|
||||||
+'ing.InnerBorder'#2#4#7'Caption'#6#22'LazDocDeletePathButton'#7'OnClick'#7#27
|
+'LazDocBrowseButton'#22'AnchorSideLeft.Control'#7#14'LazDocPathEdit'#19'Anch'
|
||||||
+'LazDocDeletePathButtonClick'#8'TabOrder'#2#2#0#0#5'TEdit'#14'LazDocPathEdit'
|
+'orSideLeft.Side'#7#9'asrBottom'#4'Left'#3#233#1#6'Height'#2#23#3'Top'#3#156
|
||||||
+#21'AnchorSideTop.Control'#7#19'LazDocAddPathButton'#18'AnchorSideTop.Side'#7
|
+#0#5'Width'#2#19#18'BorderSpacing.Left'#2#6#25'BorderSpacing.InnerBorder'#2#4
|
||||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#154#0#5'Width'#3#221#1#7'A'
|
+#7'Caption'#6#3'...'#7'OnClick'#7#23'LazDocBrowseButtonClick'#8'TabOrder'#2#4
|
||||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#8'TabO'
|
+#0#0#0#0#0#7'TButton'#12'CancelButton'#4'Left'#3#203#1#6'Height'#2#25#3'Top'
|
||||||
+'rder'#2#3#4'Text'#6#14'LazDocPathEdit'#0#0#7'TButton'#18'LazDocBrowseButton'
|
+#3#231#1#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpaci'
|
||||||
+#22'AnchorSideLeft.Control'#7#14'LazDocPathEdit'#19'AnchorSideLeft.Side'#7#9
|
,'ng.InnerBorder'#2#4#6'Cancel'#9#7'Caption'#6#12'CancelButton'#7'OnClick'#7
|
||||||
+'asrBottom'#4'Left'#3#233#1#6'Height'#2#23#3'Top'#3#156#0#5'Width'#2#19#18'B'
|
+#17'CancelButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#8'OkButton'#4'Left'#3
|
||||||
+'orderSpacing.Left'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'
|
+'y'#1#6'Height'#2#25#3'Top'#3#231#1#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8
|
||||||
+#7'OnClick'#7#23'LazDocBrowseButtonClick'#8'TabOrder'#2#4#0#0#0#0#0#7'TButto'
|
+'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#2'Ok'#7'Default'
|
||||||
+'n'#12'CancelButton'#4'Left'#3#203#1#6'Height'#2#25#3'Top'#3#231#1#5'Width'#2
|
+#9#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#2#0#0#22'TSelectDirectoryDia'
|
||||||
+'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4
|
+'log'#21'SelectDirectoryDialog'#5'Title'#6#16'Select Directory'#11'FilterInd'
|
||||||
,#6'Cancel'#9#7'Caption'#6#12'CancelButton'#7'OnClick'#7#17'CancelButtonClick'
|
+'ex'#2#0#4'left'#3#232#1#3'top'#2#8#0#0#0
|
||||||
+#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
|
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user