mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 17:00:26 +02:00
IDE: improved env options dialog layout
git-svn-id: trunk@12491 -
This commit is contained in:
parent
8e45b505de
commit
d8ccab9aa5
@ -25,17 +25,17 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
ClientHeight = 448
|
ClientHeight = 448
|
||||||
object MaxRecentOpenFilesLabel: TLabel
|
object MaxRecentOpenFilesLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 17
|
Height = 20
|
||||||
Top = 10
|
Top = 10
|
||||||
Width = 140
|
Width = 165
|
||||||
Caption = 'MaxRecentOpenFilesLabel'
|
Caption = 'MaxRecentOpenFilesLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object MaxRecentProjectFilesLabel: TLabel
|
object MaxRecentProjectFilesLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 17
|
Height = 20
|
||||||
Top = 58
|
Top = 58
|
||||||
Width = 148
|
Width = 175
|
||||||
Caption = 'MaxRecentProjectFilesLabel'
|
Caption = 'MaxRecentProjectFilesLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
@ -85,7 +85,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = FilesPage
|
AnchorSideRight.Control = FilesPage
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 15
|
Height = 22
|
||||||
Top = 106
|
Top = 106
|
||||||
Width = 526
|
Width = 526
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -558,7 +558,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 20
|
||||||
Top = 126
|
Top = 128
|
||||||
Width = 94
|
Width = 94
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'GridColorLabel'
|
Caption = 'GridColorLabel'
|
||||||
@ -578,9 +578,11 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
end
|
end
|
||||||
object GridSizeYLabel: TLabel
|
object GridSizeYLabel: TLabel
|
||||||
AnchorSideLeft.Control = GridGroupBox
|
AnchorSideLeft.Control = GridGroupBox
|
||||||
|
AnchorSideTop.Control = GridSizeXLabel
|
||||||
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 20
|
||||||
Top = 100
|
Top = 102
|
||||||
Width = 95
|
Width = 95
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'GridSizeYLabel'
|
Caption = 'GridSizeYLabel'
|
||||||
@ -593,7 +595,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 106
|
Left = 106
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 125
|
Top = 127
|
||||||
Width = 50
|
Width = 50
|
||||||
BorderWidth = 2
|
BorderWidth = 2
|
||||||
ButtonColorSize = 16
|
ButtonColorSize = 16
|
||||||
@ -655,7 +657,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 107
|
Left = 107
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 100
|
Top = 102
|
||||||
Width = 100
|
Width = 100
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
@ -1019,17 +1021,22 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Top = 7
|
Top = 7
|
||||||
Width = 526
|
Width = 526
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Left = 5
|
BorderSpacing.Left = 5
|
||||||
BorderSpacing.Top = 5
|
BorderSpacing.Top = 5
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'ObjectInspectorColorsGroupBox'
|
Caption = 'ObjectInspectorColorsGroupBox'
|
||||||
|
ChildSizing.LeftRightSpacing = 6
|
||||||
|
ChildSizing.TopBottomSpacing = 6
|
||||||
|
ChildSizing.HorizontalSpacing = 2
|
||||||
|
ChildSizing.VerticalSpacing = 2
|
||||||
ClientHeight = 154
|
ClientHeight = 154
|
||||||
ClientWidth = 522
|
ClientWidth = 522
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object OIBackgroundColorButton: TColorButton
|
object OIBackgroundColorButton: TColorButton
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 5
|
Top = 6
|
||||||
Width = 50
|
Width = 50
|
||||||
BorderWidth = 2
|
BorderWidth = 2
|
||||||
ButtonColorSize = 16
|
ButtonColorSize = 16
|
||||||
@ -1038,7 +1045,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
object OISubPropsColorButton: TColorButton
|
object OISubPropsColorButton: TColorButton
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 29
|
Top = 30
|
||||||
Width = 50
|
Width = 50
|
||||||
BorderWidth = 2
|
BorderWidth = 2
|
||||||
ButtonColorSize = 16
|
ButtonColorSize = 16
|
||||||
@ -1047,7 +1054,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
object OIReferencesColorButton: TColorButton
|
object OIReferencesColorButton: TColorButton
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 53
|
Top = 54
|
||||||
Width = 50
|
Width = 50
|
||||||
BorderWidth = 2
|
BorderWidth = 2
|
||||||
ButtonColorSize = 16
|
ButtonColorSize = 16
|
||||||
@ -1056,7 +1063,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
object OIValueColorButton: TColorButton
|
object OIValueColorButton: TColorButton
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 77
|
Top = 78
|
||||||
Width = 50
|
Width = 50
|
||||||
BorderWidth = 2
|
BorderWidth = 2
|
||||||
ButtonColorSize = 16
|
ButtonColorSize = 16
|
||||||
@ -1065,7 +1072,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
object OIDefaultValueColorButton: TColorButton
|
object OIDefaultValueColorButton: TColorButton
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 101
|
Top = 102
|
||||||
Width = 50
|
Width = 50
|
||||||
BorderWidth = 2
|
BorderWidth = 2
|
||||||
ButtonColorSize = 16
|
ButtonColorSize = 16
|
||||||
@ -1074,7 +1081,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
object OIPropNameColorButton: TColorButton
|
object OIPropNameColorButton: TColorButton
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 125
|
Top = 126
|
||||||
Width = 50
|
Width = 50
|
||||||
BorderWidth = 2
|
BorderWidth = 2
|
||||||
ButtonColorSize = 16
|
ButtonColorSize = 16
|
||||||
@ -1083,7 +1090,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
object OIBackgroundColorLabel: TLabel
|
object OIBackgroundColorLabel: TLabel
|
||||||
Left = 65
|
Left = 65
|
||||||
Height = 20
|
Height = 20
|
||||||
Top = 11
|
Top = 12
|
||||||
Width = 442
|
Width = 442
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'OIBackgroundColorLabel'
|
Caption = 'OIBackgroundColorLabel'
|
||||||
@ -1092,7 +1099,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
object OISubPropsColorLabel: TLabel
|
object OISubPropsColorLabel: TLabel
|
||||||
Left = 65
|
Left = 65
|
||||||
Height = 20
|
Height = 20
|
||||||
Top = 35
|
Top = 36
|
||||||
Width = 442
|
Width = 442
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'OISubPropsColorLabel'
|
Caption = 'OISubPropsColorLabel'
|
||||||
@ -1101,7 +1108,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
object OIReferencesColorLabel: TLabel
|
object OIReferencesColorLabel: TLabel
|
||||||
Left = 65
|
Left = 65
|
||||||
Height = 20
|
Height = 20
|
||||||
Top = 59
|
Top = 60
|
||||||
Width = 442
|
Width = 442
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'OIReferencesColorLabel'
|
Caption = 'OIReferencesColorLabel'
|
||||||
@ -1110,7 +1117,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
object OIValueColorLabel: TLabel
|
object OIValueColorLabel: TLabel
|
||||||
Left = 65
|
Left = 65
|
||||||
Height = 20
|
Height = 20
|
||||||
Top = 83
|
Top = 84
|
||||||
Width = 442
|
Width = 442
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'OIValueColorLabel'
|
Caption = 'OIValueColorLabel'
|
||||||
@ -1119,7 +1126,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
object OIDefaultValueColorLabel: TLabel
|
object OIDefaultValueColorLabel: TLabel
|
||||||
Left = 65
|
Left = 65
|
||||||
Height = 20
|
Height = 20
|
||||||
Top = 107
|
Top = 108
|
||||||
Width = 442
|
Width = 442
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'OIDefaultValueColorLabel'
|
Caption = 'OIDefaultValueColorLabel'
|
||||||
@ -1128,7 +1135,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
object OIPropNameColorLabel: TLabel
|
object OIPropNameColorLabel: TLabel
|
||||||
Left = 65
|
Left = 65
|
||||||
Height = 20
|
Height = 20
|
||||||
Top = 131
|
Top = 132
|
||||||
Width = 442
|
Width = 442
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'OIPropNameColorLabel'
|
Caption = 'OIPropNameColorLabel'
|
||||||
@ -1438,6 +1445,10 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Caption = 'PascalFileExtRadiogroup'
|
Caption = 'PascalFileExtRadiogroup'
|
||||||
ChildSizing.LeftRightSpacing = 6
|
ChildSizing.LeftRightSpacing = 6
|
||||||
ChildSizing.TopBottomSpacing = 6
|
ChildSizing.TopBottomSpacing = 6
|
||||||
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||||||
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||||||
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||||||
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||||
ChildSizing.ControlsPerLine = 2
|
ChildSizing.ControlsPerLine = 2
|
||||||
Columns = 2
|
Columns = 2
|
||||||
@ -1456,6 +1467,10 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Caption = 'CharcaseFileActionRadioGroup'
|
Caption = 'CharcaseFileActionRadioGroup'
|
||||||
ChildSizing.LeftRightSpacing = 6
|
ChildSizing.LeftRightSpacing = 6
|
||||||
ChildSizing.TopBottomSpacing = 6
|
ChildSizing.TopBottomSpacing = 6
|
||||||
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||||||
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||||||
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||||||
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||||
ChildSizing.ControlsPerLine = 2
|
ChildSizing.ControlsPerLine = 2
|
||||||
Columns = 2
|
Columns = 2
|
||||||
@ -1474,6 +1489,10 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
Caption = 'AmbiguousFileActionRadioGroup'
|
Caption = 'AmbiguousFileActionRadioGroup'
|
||||||
ChildSizing.LeftRightSpacing = 6
|
ChildSizing.LeftRightSpacing = 6
|
||||||
ChildSizing.TopBottomSpacing = 6
|
ChildSizing.TopBottomSpacing = 6
|
||||||
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||||||
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||||||
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||||||
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||||
ChildSizing.ControlsPerLine = 2
|
ChildSizing.ControlsPerLine = 2
|
||||||
Columns = 2
|
Columns = 2
|
||||||
@ -1488,13 +1507,14 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
AnchorSideRight.Control = LazDocPage
|
AnchorSideRight.Control = LazDocPage
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 204
|
Height = 205
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 526
|
Width = 526
|
||||||
Align = alTop
|
Align = alTop
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'LazDocPathsGroupBox'
|
Caption = 'LazDocPathsGroupBox'
|
||||||
ClientHeight = 185
|
ClientHeight = 186
|
||||||
ClientWidth = 522
|
ClientWidth = 522
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object LazDocListBox: TListBox
|
object LazDocListBox: TListBox
|
||||||
@ -1508,11 +1528,15 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
TopIndex = -1
|
TopIndex = -1
|
||||||
end
|
end
|
||||||
object LazDocAddPathButton: TButton
|
object LazDocAddPathButton: TButton
|
||||||
|
AnchorSideLeft.Control = LazDocPathsGroupBox
|
||||||
|
AnchorSideTop.Control = LazDocListBox
|
||||||
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 31
|
Height = 31
|
||||||
Top = 122
|
Top = 120
|
||||||
Width = 163
|
Width = 163
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
BorderSpacing.Around = 6
|
||||||
BorderSpacing.InnerBorder = 4
|
BorderSpacing.InnerBorder = 4
|
||||||
Caption = 'LazDocAddPathButton'
|
Caption = 'LazDocAddPathButton'
|
||||||
OnClick = LazDocAddPathButtonClick
|
OnClick = LazDocAddPathButtonClick
|
||||||
@ -1521,9 +1545,10 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
object LazDocDeletePathButton: TButton
|
object LazDocDeletePathButton: TButton
|
||||||
AnchorSideLeft.Control = LazDocAddPathButton
|
AnchorSideLeft.Control = LazDocAddPathButton
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
|
AnchorSideTop.Control = LazDocAddPathButton
|
||||||
Left = 179
|
Left = 179
|
||||||
Height = 31
|
Height = 31
|
||||||
Top = 122
|
Top = 120
|
||||||
Width = 180
|
Width = 180
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
@ -1532,36 +1557,35 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|||||||
OnClick = LazDocDeletePathButtonClick
|
OnClick = LazDocDeletePathButtonClick
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
object LazDocPathEdit: TEdit
|
|
||||||
AnchorSideTop.Control = LazDocAddPathButton
|
|
||||||
AnchorSideTop.Side = asrBottom
|
|
||||||
AnchorSideRight.Control = LazDocBrowseButton
|
|
||||||
Left = 6
|
|
||||||
Height = 23
|
|
||||||
Top = 159
|
|
||||||
Width = 486
|
|
||||||
Anchors = [akTop, akLeft, akRight]
|
|
||||||
BorderSpacing.Left = 6
|
|
||||||
BorderSpacing.Top = 6
|
|
||||||
TabOrder = 3
|
|
||||||
Text = 'LazDocPathEdit'
|
|
||||||
end
|
|
||||||
object LazDocBrowseButton: TButton
|
object LazDocBrowseButton: TButton
|
||||||
AnchorSideLeft.Control = LazDocPathEdit
|
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = LazDocPathEdit
|
AnchorSideTop.Control = LazDocPathEdit
|
||||||
AnchorSideRight.Control = LazDocPathsGroupBox
|
AnchorSideRight.Control = LazDocPathsGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 492
|
Left = 492
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 159
|
Top = 157
|
||||||
Width = 24
|
Width = 24
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
BorderSpacing.InnerBorder = 4
|
BorderSpacing.InnerBorder = 4
|
||||||
Caption = '...'
|
Caption = '...'
|
||||||
OnClick = LazDocBrowseButtonClick
|
OnClick = LazDocBrowseButtonClick
|
||||||
|
TabOrder = 3
|
||||||
|
end
|
||||||
|
object LazDocPathEdit: TEdit
|
||||||
|
AnchorSideLeft.Control = LazDocPathsGroupBox
|
||||||
|
AnchorSideTop.Control = LazDocAddPathButton
|
||||||
|
AnchorSideTop.Side = asrBottom
|
||||||
|
AnchorSideRight.Control = LazDocBrowseButton
|
||||||
|
Left = 6
|
||||||
|
Height = 23
|
||||||
|
Top = 157
|
||||||
|
Width = 480
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
BorderSpacing.Around = 6
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
|
Text = 'LazDocPathEdit'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -10,10 +10,10 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
|||||||
+'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#7#8'TabOrder'#2#0#0#5'TPage'#9'FilesPa'
|
+'NotebookChangeBounds'#9'PageIndex'#2#7#8'TabOrder'#2#0#0#5'TPage'#9'FilesPa'
|
||||||
+'ge'#7'Caption'#6#9'FilesPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#192
|
+'ge'#7'Caption'#6#9'FilesPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#192
|
||||||
+#1#0#6'TLabel'#23'MaxRecentOpenFilesLabel'#4'Left'#2#6#6'Height'#2#17#3'Top'
|
+#1#0#6'TLabel'#23'MaxRecentOpenFilesLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'
|
||||||
+#2#10#5'Width'#3#140#0#7'Caption'#6#23'MaxRecentOpenFilesLabel'#11'ParentCol'
|
+#2#10#5'Width'#3#165#0#7'Caption'#6#23'MaxRecentOpenFilesLabel'#11'ParentCol'
|
||||||
+'or'#8#0#0#6'TLabel'#26'MaxRecentProjectFilesLabel'#4'Left'#2#6#6'Height'#2
|
+'or'#8#0#0#6'TLabel'#26'MaxRecentProjectFilesLabel'#4'Left'#2#6#6'Height'#2
|
||||||
+#17#3'Top'#2':'#5'Width'#3#148#0#7'Caption'#6#26'MaxRecentProjectFilesLabel'
|
+#20#3'Top'#2':'#5'Width'#3#175#0#7'Caption'#6#26'MaxRecentProjectFilesLabel'
|
||||||
+#11'ParentColor'#8#0#0#9'TComboBox'#26'MaxRecentOpenFilesComboBox'#23'Anchor'
|
+#11'ParentColor'#8#0#0#9'TComboBox'#26'MaxRecentOpenFilesComboBox'#23'Anchor'
|
||||||
+'SideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
+'SideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||||
+'Left'#2#6#6'Height'#2#21#3'Top'#2#26#5'Width'#3#14#2#7'Anchors'#11#5'akTop'
|
+'Left'#2#6#6'Height'#2#21#3'Top'#2#26#5'Width'#3#14#2#7'Anchors'#11#5'akTop'
|
||||||
@ -28,7 +28,7 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
|||||||
+#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#8'TabOrder'#2#1#0#0#9'TC'
|
+#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#8'TabOrder'#2#1#0#0#9'TC'
|
||||||
+'heckBox'#30'OpenLastProjectAtStartCheckBox'#23'AnchorSideRight.Control'#7#9
|
+'heckBox'#30'OpenLastProjectAtStartCheckBox'#23'AnchorSideRight.Control'#7#9
|
||||||
+'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
+'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||||
+#15#3'Top'#2'j'#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
+#22#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'
|
+#19'BorderSpacing.Right'#2#6#7'Caption'#6#30'OpenLastProjectAtStartCheckBox'
|
||||||
+#8'TabOrder'#2#2#0#0#9'TGroupBox'#18'LazarusDirGroupBox'#23'AnchorSideRight.'
|
+#8'TabOrder'#2#2#0#0#9'TGroupBox'#18'LazarusDirGroupBox'#23'AnchorSideRight.'
|
||||||
+'Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6
|
+'Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||||
@ -191,375 +191,391 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
|||||||
+#6#7'Caption'#6#12'GridGroupBox'#12'ClientHeight'#3#193#0#11'ClientWidth'#3
|
+#6#7'Caption'#6#12'GridGroupBox'#12'ClientHeight'#3#193#0#11'ClientWidth'#3
|
||||||
+'M'#1#8'TabOrder'#2#0#0#6'TLabel'#14'GridColorLabel'#22'AnchorSideLeft.Contr'
|
+'M'#1#8'TabOrder'#2#0#0#6'TLabel'#14'GridColorLabel'#22'AnchorSideLeft.Contr'
|
||||||
+'ol'#7#12'GridGroupBox'#21'AnchorSideTop.Control'#7#14'GridSizeYLabel'#18'An'
|
+'ol'#7#12'GridGroupBox'#21'AnchorSideTop.Control'#7#14'GridSizeYLabel'#18'An'
|
||||||
+'chorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'~'#5'W'
|
+'chorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#3#128#0#5
|
||||||
+'idth'#2'^'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'GridColorLabel'#11
|
+'Width'#2'^'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'GridColorLabel'#11
|
||||||
,'ParentColor'#8#0#0#6'TLabel'#14'GridSizeXLabel'#22'AnchorSideLeft.Control'#7
|
,'ParentColor'#8#0#0#6'TLabel'#14'GridSizeXLabel'#22'AnchorSideLeft.Control'#7
|
||||||
+#12'GridGroupBox'#21'AnchorSideTop.Control'#7#18'SnapToGridCheckBox'#18'Anch'
|
+#12'GridGroupBox'#21'AnchorSideTop.Control'#7#18'SnapToGridCheckBox'#18'Anch'
|
||||||
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'L'#5'Wid'
|
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'L'#5'Wid'
|
||||||
+'th'#2'`'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'GridSizeXLabel'#11'Pa'
|
+'th'#2'`'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'GridSizeXLabel'#11'Pa'
|
||||||
+'rentColor'#8#0#0#6'TLabel'#14'GridSizeYLabel'#22'AnchorSideLeft.Control'#7
|
+'rentColor'#8#0#0#6'TLabel'#14'GridSizeYLabel'#22'AnchorSideLeft.Control'#7
|
||||||
+#12'GridGroupBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'd'#5'Width'#2'_'#20'Bo'
|
+#12'GridGroupBox'#21'AnchorSideTop.Control'#7#14'GridSizeXLabel'#18'AnchorSi'
|
||||||
+'rderSpacing.Around'#2#6#7'Caption'#6#14'GridSizeYLabel'#11'ParentColor'#8#0
|
+'deTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'f'#5'Width'#2
|
||||||
+#0#12'TColorButton'#15'GridColorButton'#22'AnchorSideLeft.Control'#7#14'Grid'
|
+'_'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'GridSizeYLabel'#11'ParentCo'
|
||||||
+'ColorLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'
|
+'lor'#8#0#0#12'TColorButton'#15'GridColorButton'#22'AnchorSideLeft.Control'#7
|
||||||
+#7#14'GridColorLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'j'#6'H'
|
+#14'GridColorLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.'
|
||||||
+'eight'#2#23#3'Top'#2'}'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSiz'
|
+'Control'#7#14'GridColorLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'
|
||||||
+'e'#2#16#5'Color'#7#9'clBtnFace'#0#0#9'TCheckBox'#18'SnapToGridCheckBox'#22
|
+#2'j'#6'Height'#2#23#3'Top'#2''#5'Width'#2'2'#11'BorderWidth'#2#2#15'Button'
|
||||||
+'AnchorSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSideTop.Control'#7#23'S'
|
+'ColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#9'TCheckBox'#18'SnapToGridCheck'
|
||||||
+'howBorderSpaceCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
|
||||||
+'Height'#2#22#3'Top'#2'0'#5'Width'#3#1#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
|
||||||
+'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#2#7'Caption'#6
|
|
||||||
+#18'SnapToGridCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#16'ShowGridCheckBox'
|
|
||||||
+#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#4'Left'#2#6#6'Height'#2#22#5
|
|
||||||
+'Width'#3#147#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#16'ShowGridCheckBox'
|
|
||||||
+#8'TabOrder'#2#0#0#0#9'TComboBox'#17'GridSizeXComboBox'#22'AnchorSideLeft.Co'
|
|
||||||
+'ntrol'#7#14'GridSizeXLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Ancho'
|
|
||||||
+'rSideTop.Control'#7#14'GridSizeXLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'
|
|
||||||
+#4'Left'#2'l'#6'Height'#2#21#3'Top'#2'L'#5'Width'#2'd'#16'AutoCompleteText'
|
|
||||||
+#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1
|
|
||||||
+#6#1'2'#6#1'5'#6#1'8'#6#2'10'#6#2'12'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'Ma'
|
|
||||||
+'xLength'#2#0#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#2#0#0#9'TComb'
|
|
||||||
+'oBox'#17'GridSizeYComboBox'#22'AnchorSideLeft.Control'#7#14'GridSizeYLabel'
|
|
||||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#14'GridS'
|
|
||||||
+'izeYLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'k'#6'Height'#2#21
|
|
||||||
+#3'Top'#2'd'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'
|
|
||||||
+#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#1'2'#6#1'5'#6#1'8'#6#2'10'
|
|
||||||
+#6#2'12'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#14'ParentShowHin'
|
|
||||||
+'t'#8#8'ShowHint'#9#8'TabOrder'#2#3#0#0#9'TCheckBox'#23'ShowBorderSpaceCheck'
|
|
||||||
+'Box'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSideTop.Control'
|
+'Box'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSideTop.Control'
|
||||||
+#7#16'ShowGridCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
+#7#23'ShowBorderSpaceCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||||
+'Height'#2#22#3'Top'#2#24#5'Width'#3#203#0#18'BorderSpacing.Left'#2#6#17'Bor'
|
+#2#6#6'Height'#2#22#3'Top'#2'0'#5'Width'#3#1#1#7'Anchors'#11#5'akTop'#6'akLe'
|
||||||
+'derSpacing.Top'#2#2#7'Caption'#6#23'ShowBorderSpaceCheckBox'#8'TabOrder'#2#4
|
+'ft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#2#7'Cap'
|
||||||
+#0#0#0#9'TGroupBox'#18'GuideLinesGroupBox'#22'AnchorSideLeft.Control'#7#20'F'
|
+'tion'#6#18'SnapToGridCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#16'ShowGrid'
|
||||||
+'ormEditMiscGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTo'
|
+'CheckBox'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#4'Left'#2#6#6'Heigh'
|
||||||
+'p.Control'#7#18'RubberbandGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
+'t'#2#22#5'Width'#3#147#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#16'ShowGri'
|
||||||
+'AnchorSideRight.Control'#7#14'FormEditorPage'#20'AnchorSideRight.Side'#7#9
|
+'dCheckBox'#8'TabOrder'#2#0#0#0#9'TComboBox'#17'GridSizeXComboBox'#22'Anchor'
|
||||||
+'asrBottom'#24'AnchorSideBottom.Control'#7#14'FormEditorPage'#21'AnchorSideB'
|
+'SideLeft.Control'#7#14'GridSizeXLabel'#19'AnchorSideLeft.Side'#7#9'asrBotto'
|
||||||
+'ottom.Side'#7#9'asrBottom'#4'Left'#3']'#1#6'Height'#3#218#0#3'Top'#3#224#0#5
|
+'m'#21'AnchorSideTop.Control'#7#14'GridSizeXLabel'#18'AnchorSideTop.Side'#7#9
|
||||||
+'Width'#3#183#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20
|
+'asrCenter'#4'Left'#2'l'#6'Height'#2#21#3'Top'#2'L'#5'Width'#2'd'#16'AutoCom'
|
||||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#18'GuideLinesGroupBox'#12'ClientHeig'
|
+'pleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#13'Item'
|
||||||
+'ht'#3#199#0#11'ClientWidth'#3#179#0#8'TabOrder'#2#1#0#12'TColorButton'#27'G'
|
+'s.Strings'#1#6#1'2'#6#1'5'#6#1'8'#6#2'10'#6#2'12'#6#2'15'#6#2'20'#6#2'25'#6
|
||||||
+'uideLineColorLeftTopButton'#21'AnchorSideTop.Control'#7#26'GuideLineColorLe'
|
+#2'30'#0#9'MaxLength'#2#0#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#2
|
||||||
+'ftTopLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23
|
+#0#0#9'TComboBox'#17'GridSizeYComboBox'#22'AnchorSideLeft.Control'#7#14'Grid'
|
||||||
+#3'Top'#2'd'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Co'
|
+'SizeYLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'
|
||||||
+'lor'#7#9'clBtnFace'#0#0#12'TColorButton'#31'GuideLineColorRightBottomButton'
|
+#7#14'GridSizeYLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'k'#6'H'
|
||||||
+#21'AnchorSideTop.Control'#7#30'GuideLineColorRightBottomLabel'#18'AnchorSid'
|
+'eight'#2#21#3'Top'#2'f'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOf'
|
||||||
+'eTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#155#0#5'Width'
|
+'LineComplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#1'2'#6#1'5'#6
|
||||||
+#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0
|
+#1'8'#6#2'10'#6#2'12'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#14
|
||||||
+#0#6'TLabel'#26'GuideLineColorLeftTopLabel'#22'AnchorSideLeft.Control'#7#18
|
+'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#3#0#0#9'TCheckBox'#23'ShowBor'
|
||||||
+'GuideLinesGroupBox'#23'AnchorSideRight.Control'#7#18'GuideLinesGroupBox'#20
|
+'derSpaceCheckBox'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSi'
|
||||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'J'
|
+'deTop.Control'#7#16'ShowGridCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||||
+#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpa'
|
+#4'Left'#2#6#6'Height'#2#22#3'Top'#2#24#5'Width'#3#203#0#18'BorderSpacing.Le'
|
||||||
+'cing.Around'#2#6#7'Caption'#6#26'GuideLineColorLeftTopLabel'#11'ParentColor'
|
+'ft'#2#6#17'BorderSpacing.Top'#2#2#7'Caption'#6#23'ShowBorderSpaceCheckBox'#8
|
||||||
+#8#0#0#6'TLabel'#30'GuideLineColorRightBottomLabel'#22'AnchorSideLeft.Contro'
|
+'TabOrder'#2#4#0#0#0#9'TGroupBox'#18'GuideLinesGroupBox'#22'AnchorSideLeft.C'
|
||||||
+'l'#7#18'GuideLinesGroupBox'#21'AnchorSideTop.Control'#7#27'GuideLineColorLe'
|
+'ontrol'#7#20'FormEditMiscGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
||||||
+'ftTopButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contr'
|
+'AnchorSideTop.Control'#7#18'RubberbandGroupBox'#18'AnchorSideTop.Side'#7#9
|
||||||
+'ol'#7#18'GuideLinesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'
|
+'asrBottom'#23'AnchorSideRight.Control'#7#14'FormEditorPage'#20'AnchorSideRi'
|
||||||
+#2#6#6'Height'#2#20#3'Top'#3#129#0#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6
|
+'ght.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#14'FormEditorPage'
|
||||||
+'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#30'GuideLine'
|
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3']'#1#6'Height'#3#218#0#3
|
||||||
,'ColorRightBottomLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#22'ShowGuideLines'
|
+'Top'#3#224#0#5'Width'#3#183#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8
|
||||||
+'CheckBox'#22'AnchorSideLeft.Control'#7#18'GuideLinesGroupBox'#23'AnchorSide'
|
+'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'GuideLinesGroupBox'
|
||||||
+'Right.Control'#7#18'GuideLinesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBot'
|
+#12'ClientHeight'#3#199#0#11'ClientWidth'#3#179#0#8'TabOrder'#2#1#0#12'TColo'
|
||||||
+'tom'#4'Left'#2#6#6'Height'#2#22#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'a'
|
+'rButton'#27'GuideLineColorLeftTopButton'#21'AnchorSideTop.Control'#7#26'Gui'
|
||||||
+'kLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'ShowGuideL'
|
+'deLineColorLeftTopLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||||
+'inesCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#24'SnapToGuideLinesCheckBox'
|
+'Height'#2#23#3'Top'#2'd'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSi'
|
||||||
+#22'AnchorSideLeft.Control'#7#18'GuideLinesGroupBox'#21'AnchorSideTop.Contro'
|
+'ze'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#31'GuideLineColorRigh'
|
||||||
+'l'#7#22'ShowGuideLinesCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'An'
|
+'tBottomButton'#21'AnchorSideTop.Control'#7#30'GuideLineColorRightBottomLabe'
|
||||||
+'chorSideRight.Control'#7#18'GuideLinesGroupBox'#20'AnchorSideRight.Side'#7#9
|
+'l'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#3
|
||||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#28#5'Width'#3#167#0#7'Anchor'
|
+#155#0#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7
|
||||||
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Captio'
|
+#9'clBtnFace'#0#0#6'TLabel'#26'GuideLineColorLeftTopLabel'#22'AnchorSideLeft'
|
||||||
+'n'#6#24'SnapToGuideLinesCheckBox'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20'For'
|
+'.Control'#7#18'GuideLinesGroupBox'#23'AnchorSideRight.Control'#7#18'GuideLi'
|
||||||
+'mEditMiscGroupBox'#21'AnchorSideTop.Control'#7#12'GridGroupBox'#18'AnchorSi'
|
+'nesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||||
+'deTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'FormEditorPage'
|
+#20#3'Top'#2'J'#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#14'F'
|
+#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'GuideLineColorLeftTopLabel'
|
||||||
+'ormEditorPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
|
+#11'ParentColor'#8#0#0#6'TLabel'#30'GuideLineColorRightBottomLabel'#22'Ancho'
|
||||||
+'t'#3#218#0#3'Top'#3#224#0#5'Width'#3'Q'#1#7'Anchors'#11#5'akTop'#6'akLeft'#8
|
+'rSideLeft.Control'#7#18'GuideLinesGroupBox'#21'AnchorSideTop.Control'#7#27
|
||||||
+'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'FormEditMiscGroupB'
|
+'GuideLineColorLeftTopButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Ancho'
|
||||||
+'ox'#12'ClientHeight'#3#199#0#11'ClientWidth'#3'M'#1#8'TabOrder'#2#2#0#12'TC'
|
+'rSideRight.Control'#7#18'GuideLinesGroupBox'#20'AnchorSideRight.Side'#7#9'a'
|
||||||
+'olorButton'#18'GrabberColorButton'#22'AnchorSideLeft.Control'#7#17'GrabberC'
|
+'srBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#3#129#0#5'Width'#3#167#0#7'Anch'
|
||||||
+'olorLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'
|
,'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Capt'
|
||||||
+#7#17'GrabberColorLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#132
|
+'ion'#6#30'GuideLineColorRightBottomLabel'#11'ParentColor'#8#0#0#9'TCheckBox'
|
||||||
+#0#6'Height'#2#23#3'Top'#2'c'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonCol'
|
+#22'ShowGuideLinesCheckBox'#22'AnchorSideLeft.Control'#7#18'GuideLinesGroupB'
|
||||||
+'orSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#17'MarkerColorBut'
|
+'ox'#23'AnchorSideRight.Control'#7#18'GuideLinesGroupBox'#20'AnchorSideRight'
|
||||||
+'ton'#22'AnchorSideLeft.Control'#7#16'MarkerColorLabel'#19'AnchorSideLeft.Si'
|
+'.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#5'Width'#3#167#0#7'Anchors'
|
||||||
+'de'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#16'MarkerColorLabel'#18'Anch'
|
+#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||||
+'orSideTop.Side'#7#9'asrCenter'#4'Left'#2'|'#6'Height'#2#23#3'Top'#2'}'#5'Wi'
|
+#22'ShowGuideLinesCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#24'SnapToGuideL'
|
||||||
+'dth'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFa'
|
+'inesCheckBox'#22'AnchorSideLeft.Control'#7#18'GuideLinesGroupBox'#21'Anchor'
|
||||||
+'ce'#0#0#6'TLabel'#17'GrabberColorLabel'#22'AnchorSideLeft.Control'#7#20'For'
|
+'SideTop.Control'#7#22'ShowGuideLinesCheckBox'#18'AnchorSideTop.Side'#7#9'as'
|
||||||
+'mEditMiscGroupBox'#21'AnchorSideTop.Control'#7#25'RightClickSelectsCheckBox'
|
+'rBottom'#23'AnchorSideRight.Control'#7#18'GuideLinesGroupBox'#20'AnchorSide'
|
||||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'd'
|
+'Right.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#28#5'Width'#3
|
||||||
+#5'Width'#2'x'#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'GrabberColorLabe'
|
|
||||||
+'l'#11'ParentColor'#8#0#0#6'TLabel'#16'MarkerColorLabel'#22'AnchorSideLeft.C'
|
|
||||||
+'ontrol'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#17'GrabberCo'
|
|
||||||
+'lorLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3
|
|
||||||
+'Top'#2'~'#5'Width'#2'p'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'Marker'
|
|
||||||
+'ColorLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#29'ShowComponentCaptionsChec'
|
|
||||||
+'kBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#4'Left'#2#6#6'H'
|
|
||||||
+'eight'#2#22#5'Width'#3#4#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18
|
|
||||||
+'BorderSpacing.Left'#2#6#7'Caption'#6#29'ShowComponentCaptionsCheckBox'#8'Ta'
|
|
||||||
+'bOrder'#2#0#0#0#9'TCheckBox'#23'ShowEditorHintsCheckBox'#22'AnchorSideLeft.'
|
|
||||||
+'Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#29'ShowComp'
|
|
||||||
+'onentCaptionsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
|
||||||
+'Height'#2#22#3'Top'#2#24#5'Width'#3#4#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
|
||||||
+'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#2#7'Caption'#6
|
|
||||||
+#23'ShowEditorHintsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#29'AutoCreateF'
|
|
||||||
+'ormsOnOpenCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21
|
|
||||||
+'AnchorSideTop.Control'#7#23'ShowEditorHintsCheckBox'#18'AnchorSideTop.Side'
|
|
||||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'0'#5'Width'#3#4#1#7'Anch'
|
|
||||||
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'Borde'
|
|
||||||
+'rSpacing.Top'#2#2#7'Caption'#6#29'AutoCreateFormsOnOpenCheckBox'#8'TabOrder'
|
|
||||||
+#2#2#0#0#9'TCheckBox'#25'RightClickSelectsCheckBox'#22'AnchorSideLeft.Contro'
|
|
||||||
+'l'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#29'AutoCreateForm'
|
|
||||||
+'sOnOpenCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
|
||||||
+#2#22#3'Top'#2'H'#5'Width'#3#4#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
|
||||||
+#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#2#7'Caption'#6#25'Righ'
|
|
||||||
+'tClickSelectsCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#25'DesignerPaintLaz'
|
|
||||||
+'yCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorS'
|
|
||||||
+'ideTop.Control'#7#16'MarkerColorLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
|
||||||
+#4'Left'#2#6#6'Height'#2#22#3'Top'#3#152#0#5'Width'#3#2#1#7'Anchors'#11#5'ak'
|
|
||||||
+'Top'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#25'De'
|
|
||||||
+'signerPaintLazyCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#4
|
|
||||||
+#0#0#0#9'TGroupBox'#18'RubberbandGroupBox'#22'AnchorSideLeft.Control'#7#12'G'
|
|
||||||
+'ridGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Cont'
|
|
||||||
,'rol'#7#14'FormEditorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3
|
|
||||||
+']'#1#6'Height'#3#212#0#3'Top'#2#6#5'Width'#3#183#0#7'Anchors'#11#5'akTop'#6
|
|
||||||
+'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'Rubberban'
|
|
||||||
+'dGroupBox'#12'ClientHeight'#3#193#0#11'ClientWidth'#3#179#0#5'Color'#7#9'cl'
|
|
||||||
+'BtnFace'#11'ParentColor'#8#8'TabOrder'#2#3#0#12'TColorButton'#27'Rubberband'
|
|
||||||
+'SelectColorButton'#22'AnchorSideLeft.Control'#7#26'RubberbandSelectColorLab'
|
|
||||||
+'el'#21'AnchorSideTop.Control'#7#26'RubberbandSelectColorLabel'#18'AnchorSid'
|
|
||||||
+'eTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2' '#5'Width'#2
|
|
||||||
+'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0
|
|
||||||
+#12'TColorButton'#27'RubberbandCreateColorButton'#22'AnchorSideLeft.Control'
|
|
||||||
+#7#26'RubberbandCreateColorLabel'#21'AnchorSideTop.Control'#7#26'RubberbandC'
|
|
||||||
+'reateColorLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
|
||||||
+#2#23#3'Top'#2'W'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16
|
|
||||||
+#5'Color'#7#9'clBtnFace'#0#0#6'TLabel'#26'RubberbandSelectColorLabel'#22'Anc'
|
|
||||||
+'horSideLeft.Control'#7#18'RubberbandGroupBox'#21'AnchorSideTop.Control'#7#18
|
|
||||||
+'RubberbandGroupBox'#23'AnchorSideRight.Control'#7#18'RubberbandGroupBox'#20
|
|
||||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5
|
|
||||||
+'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpaci'
|
|
||||||
+'ng.Around'#2#6#7'Caption'#6#26'RubberbandSelectColorLabel'#11'ParentColor'#8
|
|
||||||
+#0#0#6'TLabel'#26'RubberbandCreateColorLabel'#22'AnchorSideLeft.Control'#7#18
|
|
||||||
+'RubberbandGroupBox'#21'AnchorSideTop.Control'#7#27'RubberbandSelectColorBut'
|
|
||||||
+'ton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#18
|
|
||||||
+'RubberbandGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'H'
|
|
||||||
+'eight'#2#20#3'Top'#2'='#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
|
||||||
+'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'RubberbandCreateCol'
|
|
||||||
+'orLabel'#11'ParentColor'#8#0#0#9'TCheckBox$RubberbandSelectsGrandChildsChec'
|
|
||||||
+'kBox'#22'AnchorSideLeft.Control'#7#18'RubberbandGroupBox'#21'AnchorSideTop.'
|
|
||||||
+'Control'#7#27'RubberbandCreateColorButton'#18'AnchorSideTop.Side'#7#9'asrBo'
|
|
||||||
+'ttom'#23'AnchorSideRight.Control'#7#18'RubberbandGroupBox'#20'AnchorSideRig'
|
|
||||||
+'ht.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2't'#5'Width'#3
|
|
||||||
+#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'
|
+#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'
|
||||||
+#2#6#7'Caption'#6'$RubberbandSelectsGrandChildsCheckBox'#8'TabOrder'#2#0#0#0
|
+#2#6#7'Caption'#6#24'SnapToGuideLinesCheckBox'#8'TabOrder'#2#1#0#0#0#9'TGrou'
|
||||||
+#0#0#5'TPage'#19'ObjectInspectorPage'#7'Caption'#6#19'ObjectInspectorPage'#11
|
+'pBox'#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#12'GridGroupBox'
|
||||||
+'ClientWidth'#3#26#2#12'ClientHeight'#3#192#1#0#9'TGroupBox'#29'ObjectInspec'
|
+#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'Form'
|
||||||
+'torColorsGroupBox'#23'AnchorSideRight.Control'#7#19'ObjectInspectorPage'#20
|
+'EditorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Con'
|
||||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#173#0#3'Top'#2
|
+'trol'#7#14'FormEditorPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'
|
||||||
+#7#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSp'
|
+#2#6#6'Height'#3#218#0#3'Top'#3#224#0#5'Width'#3'Q'#1#7'Anchors'#11#5'akTop'
|
||||||
+'acing.Left'#2#5#17'BorderSpacing.Top'#2#5#19'BorderSpacing.Right'#2#6#7'Cap'
|
+#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'FormEd'
|
||||||
+'tion'#6#29'ObjectInspectorColorsGroupBox'#12'ClientHeight'#3#154#0#11'Clien'
|
+'itMiscGroupBox'#12'ClientHeight'#3#199#0#11'ClientWidth'#3'M'#1#8'TabOrder'
|
||||||
+'tWidth'#3#10#2#8'TabOrder'#2#0#0#12'TColorButton'#23'OIBackgroundColorButto'
|
+#2#2#0#12'TColorButton'#18'GrabberColorButton'#22'AnchorSideLeft.Control'#7
|
||||||
+'n'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#5#5'Width'#2'2'#11'BorderWidth'#2#2
|
+#17'GrabberColorLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT'
|
||||||
+#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#21'OI'
|
+'op.Control'#7#17'GrabberColorLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4
|
||||||
+'SubPropsColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#29#5'Width'#2'2'#11
|
+'Left'#3#132#0#6'Height'#2#23#3'Top'#2'c'#5'Width'#2'2'#11'BorderWidth'#2#2
|
||||||
+'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TC'
|
+#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#17'Ma'
|
||||||
+'olorButton'#23'OIReferencesColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2
|
+'rkerColorButton'#22'AnchorSideLeft.Control'#7#16'MarkerColorLabel'#19'Ancho'
|
||||||
+'5'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9
|
+'rSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#16'MarkerColorLa'
|
||||||
+'clBtnFace'#0#0#12'TColorButton'#18'OIValueColorButton'#4'Left'#2#6#6'Height'
|
+'bel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'|'#6'Height'#2#23#3'To'
|
||||||
+#2#23#3'Top'#2'M'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16
|
+'p'#2'}'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'
|
||||||
+#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#25'OIDefaultValueColorButton'#4
|
+#7#9'clBtnFace'#0#0#6'TLabel'#17'GrabberColorLabel'#22'AnchorSideLeft.Contro'
|
||||||
+'Left'#2#6#6'Height'#2#23#3'Top'#2'e'#5'Width'#2'2'#11'BorderWidth'#2#2#15'B'
|
+'l'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#25'RightClickSele'
|
||||||
+'uttonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#21'OIProp'
|
+'ctsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||||
+'NameColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'}'#5'Width'#2'2'#11'Bo'
|
+#20#3'Top'#2'd'#5'Width'#2'x'#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'G'
|
||||||
+'rderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#6'TLabe'
|
+'rabberColorLabel'#11'ParentColor'#8#0#0#6'TLabel'#16'MarkerColorLabel'#22'A'
|
||||||
+'l'#22'OIBackgroundColorLabel'#4'Left'#2'A'#6'Height'#2#20#3'Top'#2#11#5'Wid'
|
+'nchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'
|
||||||
+'th'#3#186#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'O'
|
+#7#17'GrabberColorLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||||
+'IBackgroundColorLabel'#11'ParentColor'#8#0#0#6'TLabel'#20'OISubPropsColorLa'
|
+'Height'#2#20#3'Top'#2'~'#5'Width'#2'p'#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||||
+'bel'#4'Left'#2'A'#6'Height'#2#20#3'Top'#2'#'#5'Width'#3#186#1#7'Anchors'#11
|
+'on'#6#16'MarkerColorLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#29'ShowCompon'
|
||||||
+#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'OISubPropsColorLabel'#11'Pa'
|
+'entCaptionsCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#4
|
||||||
+'rentColor'#8#0#0#6'TLabel'#22'OIReferencesColorLabel'#4'Left'#2'A'#6'Height'
|
+'Left'#2#6#6'Height'#2#22#5'Width'#3#4#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||||
+#2#20#3'Top'#2';'#5'Width'#3#186#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
|
+'akRight'#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#29'ShowComponentCaptions'
|
||||||
+'t'#0#7'Caption'#6#22'OIReferencesColorLabel'#11'ParentColor'#8#0#0#6'TLabel'
|
+'CheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#23'ShowEditorHintsCheckBox'#22'A'
|
||||||
+#17'OIValueColorLabel'#4'Left'#2'A'#6'Height'#2#20#3'Top'#2'S'#5'Width'#3#186
|
+'nchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'
|
||||||
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#17'OIValueColo'
|
+#7#29'ShowComponentCaptionsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||||
+'rLabel'#11'ParentColor'#8#0#0#6'TLabel'#24'OIDefaultValueColorLabel'#4'Left'
|
+'Left'#2#6#6'Height'#2#22#3'Top'#2#24#5'Width'#3#4#1#7'Anchors'#11#5'akTop'#6
|
||||||
,#2'A'#6'Height'#2#20#3'Top'#2'k'#5'Width'#3#186#1#7'Anchors'#11#5'akTop'#6'a'
|
+'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#2#7
|
||||||
+'kLeft'#7'akRight'#0#7'Caption'#6#24'OIDefaultValueColorLabel'#11'ParentColo'
|
+'Caption'#6#23'ShowEditorHintsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#29
|
||||||
+'r'#8#0#0#6'TLabel'#20'OIPropNameColorLabel'#4'Left'#2'A'#6'Height'#2#20#3'T'
|
+'AutoCreateFormsOnOpenCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMisc'
|
||||||
+'op'#3#131#0#5'Width'#3#186#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
+'GroupBox'#21'AnchorSideTop.Control'#7#23'ShowEditorHintsCheckBox'#18'Anchor'
|
||||||
+'Caption'#6#20'OIPropNameColorLabel'#11'ParentColor'#8#0#0#0#9'TGroupBox'#14
|
+'SideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'0'#5'Width'
|
||||||
+'OIMiscGroupBox'#23'AnchorSideRight.Control'#7#19'ObjectInspectorPage'#20'An'
|
+#3#4#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2
|
||||||
+'chorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'i'#3'Top'#3#186#0
|
+#6#17'BorderSpacing.Top'#2#2#7'Caption'#6#29'AutoCreateFormsOnOpenCheckBox'#8
|
||||||
+#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpac'
|
+'TabOrder'#2#2#0#0#9'TCheckBox'#25'RightClickSelectsCheckBox'#22'AnchorSideL'
|
||||||
+'ing.Right'#2#6#7'Caption'#6#14'OIMiscGroupBox'#12'ClientHeight'#2'V'#11'Cli'
|
+'eft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#29'Auto'
|
||||||
+'entWidth'#3#10#2#8'TabOrder'#2#1#0#6'TLabel'#24'OIDefaultItemHeightLabel'#4
|
+'CreateFormsOnOpenCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||||
+'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3#210#1#7'Anchors'#11#5'akTop'
|
+#6'Height'#2#22#3'Top'#2'H'#5'Width'#3#4#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||||
+#6'akLeft'#7'akRight'#0#7'Caption'#6#24'OIDefaultItemHeightLabel'#11'ParentC'
|
+'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#2#7'Caption'#6
|
||||||
+'olor'#8#0#0#9'TCheckBox'#18'OIShowHintCheckBox'#4'Left'#2#6#6'Height'#2#22#3
|
+#25'RightClickSelectsCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#25'DesignerP'
|
||||||
+'Top'#2'7'#5'Width'#3#210#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
+'aintLazyCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21
|
||||||
+'Caption'#6#18'OIShowHintCheckBox'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#27'OIDef'
|
+'AnchorSideTop.Control'#7#16'MarkerColorLabel'#18'AnchorSideTop.Side'#7#9'as'
|
||||||
+'aultItemHeightSpinEdit'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#24#5'Width'#2'E'
|
+'rBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#152#0#5'Width'#3#2#1#7'Anchors'
|
||||||
+#8'TabOrder'#2#1#5'Value'#2#1#0#0#0#0#5'TPage'#10'BackupPage'#7'Caption'#6#10
|
+#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||||
+'BackupPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#192#1#0#6'TLabel'#15
|
+#25'DesignerPaintLazyCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'
|
||||||
+'BackupHelpLabel'#23'AnchorSideRight.Control'#7#10'BackupPage'#20'AnchorSide'
|
+#2#4#0#0#0#9'TGroupBox'#18'RubberbandGroupBox'#22'AnchorSideLeft.Control'#7
|
||||||
+'Right.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#7#5'Width'#3
|
,#12'GridGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.'
|
||||||
+#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2
|
+'Control'#7#14'FormEditorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Lef'
|
||||||
+#6#7'Caption'#6#15'BackupHelpLabel'#11'ParentColor'#8#0#0#9'TGroupBox'#21'Ba'
|
+'t'#3']'#1#6'Height'#3#212#0#3'Top'#2#6#5'Width'#3#183#0#7'Anchors'#11#5'akT'
|
||||||
+'ckupProjectGroupBox'#23'AnchorSideRight.Control'#7#10'BackupPage'#20'Anchor'
|
+'op'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'Rub'
|
||||||
+'SideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#201#0#3'Top'#2'"'#5
|
+'berbandGroupBox'#12'ClientHeight'#3#193#0#11'ClientWidth'#3#179#0#5'Color'#7
|
||||||
+'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacin'
|
+#9'clBtnFace'#11'ParentColor'#8#8'TabOrder'#2#3#0#12'TColorButton'#27'Rubber'
|
||||||
+'g.Right'#2#6#7'Caption'#6#21'BackupProjectGroupBox'#12'ClientHeight'#3#182#0
|
+'bandSelectColorButton'#22'AnchorSideLeft.Control'#7#26'RubberbandSelectColo'
|
||||||
+#11'ClientWidth'#3#10#2#8'TabOrder'#2#0#0#6'TLabel'#18'BakProjAddExtLabel'#22
|
+'rLabel'#21'AnchorSideTop.Control'#7#26'RubberbandSelectColorLabel'#18'Ancho'
|
||||||
+'AnchorSideLeft.Control'#7#21'BakProjAddExtComboBox'#19'AnchorSideLeft.Side'
|
+'rSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2' '#5'Widt'
|
||||||
+#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'BakProjAddExtComboBox'#18'Anc'
|
+'h'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'
|
||||||
+'horSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#21'BackupProj'
|
+#0#0#12'TColorButton'#27'RubberbandCreateColorButton'#22'AnchorSideLeft.Cont'
|
||||||
+'ectGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'p'#6'Height'
|
+'rol'#7#26'RubberbandCreateColorLabel'#21'AnchorSideTop.Control'#7#26'Rubber'
|
||||||
+#2#20#3'Top'#2'b'#5'Width'#3#148#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
|
+'bandCreateColorLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'H'
|
||||||
+'t'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'BakProjAddExtLabel'#11'Pa'
|
+'eight'#2#23#3'Top'#2'W'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSiz'
|
||||||
+'rentColor'#8#0#0#6'TLabel'#22'BakProjMaxCounterLabel'#22'AnchorSideLeft.Con'
|
+'e'#2#16#5'Color'#7#9'clBtnFace'#0#0#6'TLabel'#26'RubberbandSelectColorLabel'
|
||||||
+'trol'#7#25'BakProjMaxCounterComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
+#22'AnchorSideLeft.Control'#7#18'RubberbandGroupBox'#21'AnchorSideTop.Contro'
|
||||||
+#21'AnchorSideTop.Control'#7#25'BakProjMaxCounterComboBox'#18'AnchorSideTop.'
|
+'l'#7#18'RubberbandGroupBox'#23'AnchorSideRight.Control'#7#18'RubberbandGrou'
|
||||||
+'Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#21'BackupProjectGroupBox'
|
+'pBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3
|
||||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'p'#6'Height'#2#20#3'Top'#2
|
+'Top'#2#6#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20
|
||||||
+'}'#5'Width'#3#148#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'Border'
|
+'BorderSpacing.Around'#2#6#7'Caption'#6#26'RubberbandSelectColorLabel'#11'Pa'
|
||||||
+'Spacing.Around'#2#6#7'Caption'#6#22'BakProjMaxCounterLabel'#11'ParentColor'
|
+'rentColor'#8#0#0#6'TLabel'#26'RubberbandCreateColorLabel'#22'AnchorSideLeft'
|
||||||
+#8#0#0#6'TLabel'#18'BakProjSubDirLabel'#22'AnchorSideLeft.Control'#7#21'BakP'
|
+'.Control'#7#18'RubberbandGroupBox'#21'AnchorSideTop.Control'#7#27'Rubberban'
|
||||||
+'rojSubDirComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.'
|
+'dSelectColorButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRigh'
|
||||||
+'Control'#7#21'BakProjSubDirComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'
|
+'t.Control'#7#18'RubberbandGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||||
+#23'AnchorSideRight.Control'#7#21'BackupProjectGroupBox'#20'AnchorSideRight.'
|
+#4'Left'#2#6#6'Height'#2#20#3'Top'#2'='#5'Width'#3#167#0#7'Anchors'#11#5'akT'
|
||||||
+'Side'#7#9'asrBottom'#4'Left'#2'p'#6'Height'#2#20#3'Top'#3#152#0#5'Width'#3
|
+'op'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'Rub'
|
||||||
|
+'berbandCreateColorLabel'#11'ParentColor'#8#0#0#9'TCheckBox$RubberbandSelect'
|
||||||
|
+'sGrandChildsCheckBox'#22'AnchorSideLeft.Control'#7#18'RubberbandGroupBox'#21
|
||||||
|
+'AnchorSideTop.Control'#7#27'RubberbandCreateColorButton'#18'AnchorSideTop.S'
|
||||||
|
+'ide'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#18'RubberbandGroupBox'#20
|
||||||
|
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2't'
|
||||||
|
+#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpa'
|
||||||
|
+'cing.Around'#2#6#7'Caption'#6'$RubberbandSelectsGrandChildsCheckBox'#8'TabO'
|
||||||
|
+'rder'#2#0#0#0#0#0#5'TPage'#19'ObjectInspectorPage'#7'Caption'#6#19'ObjectIn'
|
||||||
|
+'spectorPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#192#1#0#9'TGroupBox'
|
||||||
|
+#29'ObjectInspectorColorsGroupBox'#23'AnchorSideRight.Control'#7#19'ObjectIn'
|
||||||
|
+'spectorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3
|
||||||
|
+#173#0#3'Top'#2#7#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||||
|
+#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#5#17'BorderSpacing.Top'#2#5#19'Bor'
|
||||||
|
+'derSpacing.Right'#2#6#7'Caption'#6#29'ObjectInspectorColorsGroupBox'#28'Chi'
|
||||||
|
+'ldSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'Chil'
|
||||||
|
+'dSizing.HorizontalSpacing'#2#2#27'ChildSizing.VerticalSpacing'#2#2#12'Clien'
|
||||||
|
+'tHeight'#3#154#0#11'ClientWidth'#3#10#2#8'TabOrder'#2#0#0#12'TColorButton'
|
||||||
|
+#23'OIBackgroundColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Width'#2
|
||||||
|
+'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0
|
||||||
|
+#12'TColorButton'#21'OISubPropsColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'
|
||||||
|
+#2#30#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9
|
||||||
|
+'clBtnFace'#0#0#12'TColorButton'#23'OIReferencesColorButton'#4'Left'#2#6#6'H'
|
||||||
|
+'eight'#2#23#3'Top'#2'6'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSiz'
|
||||||
|
+'e'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#18'OIValueColorButton'
|
||||||
|
+#4'Left'#2#6#6'Height'#2#23#3'Top'#2'N'#5'Width'#2'2'#11'BorderWidth'#2#2#15
|
||||||
|
+'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#25'OIDef'
|
||||||
|
+'aultValueColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'f'#5'Width'#2'2'
|
||||||
|
+#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12
|
||||||
|
+'TColorButton'#21'OIPropNameColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2
|
||||||
|
+'~'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9
|
||||||
|
+'clBtnFace'#0#0#6'TLabel'#22'OIBackgroundColorLabel'#4'Left'#2'A'#6'Height'#2
|
||||||
|
+#20#3'Top'#2#12#5'Width'#3#186#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||||
|
+#0#7'Caption'#6#22'OIBackgroundColorLabel'#11'ParentColor'#8#0#0#6'TLabel'#20
|
||||||
|
+'OISubPropsColorLabel'#4'Left'#2'A'#6'Height'#2#20#3'Top'#2'$'#5'Width'#3#186
|
||||||
|
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'OISubPropsC'
|
||||||
|
+'olorLabel'#11'ParentColor'#8#0#0#6'TLabel'#22'OIReferencesColorLabel'#4'Lef'
|
||||||
|
+'t'#2'A'#6'Height'#2#20#3'Top'#2'<'#5'Width'#3#186#1#7'Anchors'#11#5'akTop'#6
|
||||||
|
+'akLeft'#7'akRight'#0#7'Caption'#6#22'OIReferencesColorLabel'#11'ParentColor'
|
||||||
|
,#8#0#0#6'TLabel'#17'OIValueColorLabel'#4'Left'#2'A'#6'Height'#2#20#3'Top'#2
|
||||||
|
+'T'#5'Width'#3#186#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'
|
||||||
|
+#6#17'OIValueColorLabel'#11'ParentColor'#8#0#0#6'TLabel'#24'OIDefaultValueCo'
|
||||||
|
+'lorLabel'#4'Left'#2'A'#6'Height'#2#20#3'Top'#2'l'#5'Width'#3#186#1#7'Anchor'
|
||||||
|
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'OIDefaultValueColorLa'
|
||||||
|
+'bel'#11'ParentColor'#8#0#0#6'TLabel'#20'OIPropNameColorLabel'#4'Left'#2'A'#6
|
||||||
|
+'Height'#2#20#3'Top'#3#132#0#5'Width'#3#186#1#7'Anchors'#11#5'akTop'#6'akLef'
|
||||||
|
+'t'#7'akRight'#0#7'Caption'#6#20'OIPropNameColorLabel'#11'ParentColor'#8#0#0
|
||||||
|
+#0#9'TGroupBox'#14'OIMiscGroupBox'#23'AnchorSideRight.Control'#7#19'ObjectIn'
|
||||||
|
+'spectorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||||
|
+'i'#3'Top'#3#186#0#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
|
||||||
|
+'t'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#14'OIMiscGroupBox'#12'ClientH'
|
||||||
|
+'eight'#2'V'#11'ClientWidth'#3#10#2#8'TabOrder'#2#1#0#6'TLabel'#24'OIDefault'
|
||||||
|
+'ItemHeightLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3#210#1#7'A'
|
||||||
|
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'OIDefaultItemHei'
|
||||||
|
+'ghtLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#18'OIShowHintCheckBox'#4'Left'
|
||||||
|
+#2#6#6'Height'#2#22#3'Top'#2'7'#5'Width'#3#210#1#7'Anchors'#11#5'akTop'#6'ak'
|
||||||
|
+'Left'#7'akRight'#0#7'Caption'#6#18'OIShowHintCheckBox'#8'TabOrder'#2#0#0#0#9
|
||||||
|
+'TSpinEdit'#27'OIDefaultItemHeightSpinEdit'#4'Left'#2#6#6'Height'#2#20#3'Top'
|
||||||
|
+#2#24#5'Width'#2'E'#8'TabOrder'#2#1#5'Value'#2#1#0#0#0#0#5'TPage'#10'BackupP'
|
||||||
|
+'age'#7'Caption'#6#10'BackupPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3
|
||||||
|
+#192#1#0#6'TLabel'#15'BackupHelpLabel'#23'AnchorSideRight.Control'#7#10'Back'
|
||||||
|
+'upPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3
|
||||||
|
+'Top'#2#7#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'B'
|
||||||
|
+'orderSpacing.Right'#2#6#7'Caption'#6#15'BackupHelpLabel'#11'ParentColor'#8#0
|
||||||
|
+#0#9'TGroupBox'#21'BackupProjectGroupBox'#23'AnchorSideRight.Control'#7#10'B'
|
||||||
|
+'ackupPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3
|
||||||
|
+#201#0#3'Top'#2'"'#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
|
||||||
|
+'t'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#21'BackupProjectGroupBox'#12
|
||||||
|
+'ClientHeight'#3#182#0#11'ClientWidth'#3#10#2#8'TabOrder'#2#0#0#6'TLabel'#18
|
||||||
|
+'BakProjAddExtLabel'#22'AnchorSideLeft.Control'#7#21'BakProjAddExtComboBox'
|
||||||
|
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'BakPr'
|
||||||
|
+'ojAddExtComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.'
|
||||||
|
+'Control'#7#21'BackupProjectGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||||
|
+#4'Left'#2'p'#6'Height'#2#20#3'Top'#2'b'#5'Width'#3#148#1#7'Anchors'#11#5'ak'
|
||||||
|
+'Top'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'Ba'
|
||||||
|
+'kProjAddExtLabel'#11'ParentColor'#8#0#0#6'TLabel'#22'BakProjMaxCounterLabel'
|
||||||
|
+#22'AnchorSideLeft.Control'#7#25'BakProjMaxCounterComboBox'#19'AnchorSideLef'
|
||||||
|
+'t.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#25'BakProjMaxCounterComb'
|
||||||
|
+'oBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#21
|
||||||
|
+'BackupProjectGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'p'
|
||||||
|
+#6'Height'#2#20#3'Top'#2'}'#5'Width'#3#148#1#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||||
|
+#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'BakProjMaxCounter'
|
||||||
|
+'Label'#11'ParentColor'#8#0#0#6'TLabel'#18'BakProjSubDirLabel'#22'AnchorSide'
|
||||||
|
+'Left.Control'#7#21'BakProjSubDirComboBox'#19'AnchorSideLeft.Side'#7#9'asrBo'
|
||||||
|
+'ttom'#21'AnchorSideTop.Control'#7#21'BakProjSubDirComboBox'#18'AnchorSideTo'
|
||||||
|
+'p.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#21'BackupProjectGroupB'
|
||||||
|
+'ox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'p'#6'Height'#2#20#3'T'
|
||||||
|
+'op'#3#152#0#5'Width'#3#148#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||||
|
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'BakProjSubDirLabel'#11'ParentC'
|
||||||
|
+'olor'#8#0#0#11'TRadioGroup'#21'BakProjTypeRadioGroup'#23'AnchorSideRight.Co'
|
||||||
|
+'ntrol'#7#21'BackupProjectGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||||
|
+'Left'#2#6#6'Height'#2'X'#5'Width'#3#254#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||||
|
+'akRight'#0#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'BakPr'
|
||||||
|
+'ojTypeRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBo'
|
||||||
|
+'ttomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildR'
|
||||||
|
+'esize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'Ch'
|
||||||
|
+'ildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVerti'
|
||||||
|
+'cal'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTop'
|
||||||
|
+'ToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#7'OnClick'#7#22
|
||||||
|
+'BakTypeRadioGroupClick'#8'TabOrder'#2#0#0#0#9'TComboBox'#21'BakProjAddExtCo'
|
||||||
|
+'mboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'b'#5'Width'#2'd'#16'AutoComplet'
|
||||||
|
+'eText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'
|
||||||
|
+#2#0#8'TabOrder'#2#1#4'Text'#6#21'BakProjAddExtComboBox'#0#0#9'TComboBox'#25
|
||||||
|
,'BakProjMaxCounterComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'}'#5'Width'#2
|
||||||
|
+'d'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscendi'
|
||||||
|
+'ng'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#4'Text'#6#25'BakProjMaxCounterComboB'
|
||||||
|
+'ox'#0#0#9'TComboBox'#21'BakProjSubDirComboBox'#4'Left'#2#6#6'Height'#2#21#3
|
||||||
|
+'Top'#3#152#0#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplet'
|
||||||
|
+'e'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#3#4'Text'#6#21
|
||||||
|
+'BakProjSubDirComboBox'#0#0#0#9'TGroupBox'#19'BackupOtherGroupBox'#23'Anchor'
|
||||||
|
+'SideRight.Control'#7#10'BackupPage'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||||
|
+#4'Left'#2#6#6'Height'#3#196#0#3'Top'#3#242#0#5'Width'#3#14#2#7'Anchors'#11#5
|
||||||
|
+'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#19'B'
|
||||||
|
+'ackupOtherGroupBox'#12'ClientHeight'#3#177#0#11'ClientWidth'#3#10#2#8'TabOr'
|
||||||
|
+'der'#2#1#0#6'TLabel'#19'BakOtherAddExtLabel'#22'AnchorSideLeft.Control'#7#22
|
||||||
|
+'BakOtherAddExtComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSid'
|
||||||
|
+'eTop.Control'#7#22'BakOtherAddExtComboBox'#18'AnchorSideTop.Side'#7#9'asrCe'
|
||||||
|
+'nter'#23'AnchorSideRight.Control'#7#19'BackupOtherGroupBox'#20'AnchorSideRi'
|
||||||
|
+'ght.Side'#7#9'asrBottom'#4'Left'#2'p'#6'Height'#2#20#3'Top'#2'_'#5'Width'#3
|
||||||
+#148#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'
|
+#148#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'
|
||||||
+#2#6#7'Caption'#6#18'BakProjSubDirLabel'#11'ParentColor'#8#0#0#11'TRadioGrou'
|
+#2#6#7'Caption'#6#19'BakOtherAddExtLabel'#11'ParentColor'#8#0#0#6'TLabel'#23
|
||||||
+'p'#21'BakProjTypeRadioGroup'#23'AnchorSideRight.Control'#7#21'BackupProject'
|
+'BakOtherMaxCounterLabel'#22'AnchorSideLeft.Control'#7#26'BakOtherMaxCounter'
|
||||||
+'GroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'X'
|
+'ComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
||||||
+#5'Width'#3#254#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9
|
+#26'BakOtherMaxCounterComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'Anc'
|
||||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'BakProjTypeRadioGroup'#28'Chil'
|
+'horSideRight.Control'#7#19'BackupOtherGroupBox'#20'AnchorSideRight.Side'#7#9
|
||||||
|
+'asrBottom'#4'Left'#2'p'#6'Height'#2#20#3'Top'#2'z'#5'Width'#3#148#1#7'Ancho'
|
||||||
|
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||||
|
+'on'#6#23'BakOtherMaxCounterLabel'#11'ParentColor'#8#0#0#6'TLabel'#19'BakOth'
|
||||||
|
+'erSubDirLabel'#22'AnchorSideLeft.Control'#7#22'BakOtherSubDirComboBox'#19'A'
|
||||||
|
+'nchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'BakOtherS'
|
||||||
|
+'ubDirComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Con'
|
||||||
|
+'trol'#7#19'BackupOtherGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'L'
|
||||||
|
+'eft'#2'p'#6'Height'#2#20#3'Top'#3#149#0#5'Width'#3#148#1#7'Anchors'#11#5'ak'
|
||||||
|
+'Top'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'Ba'
|
||||||
|
+'kOtherSubDirLabel'#11'ParentColor'#8#0#0#11'TRadioGroup'#22'BakOtherTypeRad'
|
||||||
|
+'ioGroup'#23'AnchorSideRight.Control'#7#19'BackupOtherGroupBox'#20'AnchorSid'
|
||||||
|
+'eRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'T'#5'Width'#3#254#1#7'A'
|
||||||
|
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#20'BorderSpacing.A'
|
||||||
|
+'round'#2#6#7'Caption'#6#22'BakOtherTypeRadioGroup'#28'ChildSizing.LeftRight'
|
||||||
|
+'Spacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHor'
|
||||||
|
+'izontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24
|
||||||
|
+'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChi'
|
||||||
|
+'lds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Lay'
|
||||||
|
+'out'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2
|
||||||
|
+#7'Columns'#2#2#7'OnClick'#7#22'BakTypeRadioGroupClick'#8'TabOrder'#2#0#0#0#9
|
||||||
|
+'TComboBox'#22'BakOtherAddExtComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'_'
|
||||||
|
+#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSe'
|
||||||
|
+'archAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#22'BakOtherAddE'
|
||||||
|
+'xtComboBox'#0#0#9'TComboBox'#26'BakOtherMaxCounterComboBox'#4'Left'#2#6#6'H'
|
||||||
|
+'eight'#2#21#3'Top'#2'z'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOf'
|
||||||
|
+'LineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#4
|
||||||
|
+'Text'#6#26'BakOtherMaxCounterComboBox'#0#0#9'TComboBox'#22'BakOtherSubDirCo'
|
||||||
|
+'mboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#3#149#0#5'Width'#2'd'#16'AutoComp'
|
||||||
|
+'leteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLen'
|
||||||
|
+'gth'#2#0#8'TabOrder'#2#3#4'Text'#6#22'BakOtherSubDirComboBox'#0#0#0#0#5'TPa'
|
||||||
|
+'ge'#10'NamingPage'#7'Caption'#6#10'NamingPage'#11'ClientWidth'#3#26#2#12'Cl'
|
||||||
|
+'ientHeight'#3#192#1#0#11'TRadioGroup'#23'PascalFileExtRadiogroup'#23'Anchor'
|
||||||
|
+'SideRight.Control'#7#10'NamingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||||
|
+#4'Left'#2#6#6'Height'#2'/'#3'Top'#2#6#5'Width'#3#14#2#5'Align'#7#5'alTop'#8
|
||||||
|
+'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'PascalFileExtRadio'
|
||||||
|
+'group'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'
|
||||||
|
+#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'Chi'
|
||||||
|
+'ldSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.Shr'
|
||||||
|
+'inkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crs'
|
||||||
|
+'ScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27
|
||||||
|
+'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#8'TabOrder'#2#0#0#0#11'TRad'
|
||||||
|
+'ioGroup'#28'CharcaseFileActionRadioGroup'#23'AnchorSideRight.Control'#7#10
|
||||||
|
,'NamingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||||
|
+'U'#3'Top'#3#165#0#5'Width'#3#14#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20'Bord'
|
||||||
|
+'erSpacing.Around'#2#6#7'Caption'#6#28'CharcaseFileActionRadioGroup'#28'Chil'
|
||||||
+'dSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'Child'
|
+'dSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'Child'
|
||||||
+'Sizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.Enl'
|
+'Sizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.Enl'
|
||||||
+'argeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizonta'
|
+'argeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizonta'
|
||||||
+'l'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'
|
+'l'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'
|
||||||
+#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.C'
|
+#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.C'
|
||||||
+'ontrolsPerLine'#2#2#7'Columns'#2#2#7'OnClick'#7#22'BakTypeRadioGroupClick'#8
|
+'ontrolsPerLine'#2#2#7'Columns'#2#2#8'TabOrder'#2#1#0#0#11'TRadioGroup'#29'A'
|
||||||
+'TabOrder'#2#0#0#0#9'TComboBox'#21'BakProjAddExtComboBox'#4'Left'#2#6#6'Heig'
|
+'mbiguousFileActionRadioGroup'#23'AnchorSideRight.Control'#7#10'NamingPage'
|
||||||
+'ht'#2#21#3'Top'#2'b'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLin'
|
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'd'#3'Top'#2
|
||||||
+'eComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Te'
|
+';'#5'Width'#3#14#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacing.Aroun'
|
||||||
+'xt'#6#21'BakProjAddExtComboBox'#0#0#9'TComboBox'#25'BakProjMaxCounterComboB'
|
+'d'#2#6#7'Caption'#6#29'AmbiguousFileActionRadioGroup'#28'ChildSizing.LeftRi'
|
||||||
+'ox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'}'#5'Width'#2'd'#16'AutoCompleteTex'
|
+'ghtSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.Enlarge'
|
||||||
+'t'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0
|
+'Horizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7
|
||||||
+#8'TabOrder'#2#2#4'Text'#6#25'BakProjMaxCounterComboBox'#0#0#9'TComboBox'#21
|
+#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScale'
|
||||||
,'BakProjSubDirComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#3#152#0#5'Width'#2
|
+'Childs'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.'
|
||||||
+'d'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscendi'
|
+'Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'
|
||||||
+'ng'#0#9'MaxLength'#2#0#8'TabOrder'#2#3#4'Text'#6#21'BakProjSubDirComboBox'#0
|
+#2#2#7'Columns'#2#2#8'TabOrder'#2#2#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'
|
||||||
+#0#0#9'TGroupBox'#19'BackupOtherGroupBox'#23'AnchorSideRight.Control'#7#10'B'
|
+#6#10'LazDocPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#192#1#0#9'TGroup'
|
||||||
+'ackupPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3
|
+'Box'#19'LazDocPathsGroupBox'#23'AnchorSideRight.Control'#7#10'LazDocPage'#20
|
||||||
+#196#0#3'Top'#3#242#0#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#205#0#3'Top'#2
|
||||||
+'ight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#19'BackupOtherGroupBox'#12
|
+#6#5'Width'#3#14#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'
|
||||||
+'ClientHeight'#3#177#0#11'ClientWidth'#3#10#2#8'TabOrder'#2#1#0#6'TLabel'#19
|
+#2#6#7'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'#3#186#0#11'Client'
|
||||||
+'BakOtherAddExtLabel'#22'AnchorSideLeft.Control'#7#22'BakOtherAddExtComboBox'
|
+'Width'#3#10#2#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocListBox'#4'Left'#2#6#6
|
||||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'BakOt'
|
+'Height'#2'l'#3'Top'#2#6#5'Width'#3#254#1#5'Align'#7#5'alTop'#20'BorderSpaci'
|
||||||
+'herAddExtComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight'
|
+'ng.Around'#2#6#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#7'TButton'#19'LazDocAd'
|
||||||
+'.Control'#7#19'BackupOtherGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
+'dPathButton'#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'Anchor'
|
||||||
+#4'Left'#2'p'#6'Height'#2#20#3'Top'#2'_'#5'Width'#3#148#1#7'Anchors'#11#5'ak'
|
+'SideTop.Control'#7#13'LazDocListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||||
+'Top'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'Ba'
|
+'Left'#2#6#6'Height'#2#31#3'Top'#2'x'#5'Width'#3#163#0#8'AutoSize'#9#20'Bord'
|
||||||
+'kOtherAddExtLabel'#11'ParentColor'#8#0#0#6'TLabel'#23'BakOtherMaxCounterLab'
|
+'erSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#19'Laz'
|
||||||
+'el'#22'AnchorSideLeft.Control'#7#26'BakOtherMaxCounterComboBox'#19'AnchorSi'
|
+'DocAddPathButton'#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2#1
|
||||||
+'deLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#26'BakOtherMaxCount'
|
+#0#0#7'TButton'#22'LazDocDeletePathButton'#22'AnchorSideLeft.Control'#7#19'L'
|
||||||
+'erComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Contro'
|
+'azDocAddPathButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop'
|
||||||
+'l'#7#19'BackupOtherGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'
|
+'.Control'#7#19'LazDocAddPathButton'#4'Left'#3#179#0#6'Height'#2#31#3'Top'#2
|
||||||
+#2'p'#6'Height'#2#20#3'Top'#2'z'#5'Width'#3#148#1#7'Anchors'#11#5'akTop'#6'a'
|
+'x'#5'Width'#3#180#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#10#25'BorderSpac'
|
||||||
+'kLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'BakOtherMa'
|
+'ing.InnerBorder'#2#4#7'Caption'#6#22'LazDocDeletePathButton'#7'OnClick'#7#27
|
||||||
+'xCounterLabel'#11'ParentColor'#8#0#0#6'TLabel'#19'BakOtherSubDirLabel'#22'A'
|
+'LazDocDeletePathButtonClick'#8'TabOrder'#2#2#0#0#7'TButton'#18'LazDocBrowse'
|
||||||
+'nchorSideLeft.Control'#7#22'BakOtherSubDirComboBox'#19'AnchorSideLeft.Side'
|
+'Button'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
||||||
+#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'BakOtherSubDirComboBox'#18'An'
|
+#14'LazDocPathEdit'#23'AnchorSideRight.Control'#7#19'LazDocPathsGroupBox'#20
|
||||||
+'chorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#19'BackupOth'
|
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#236#1#6'Height'#2#23#3'Top'#3
|
||||||
+'erGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'p'#6'Height'#2
|
+#157#0#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Ri'
|
||||||
+#20#3'Top'#3#149#0#5'Width'#3#148#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRig'
|
|
||||||
+'ht'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'BakOtherSubDirLabel'#11
|
|
||||||
+'ParentColor'#8#0#0#11'TRadioGroup'#22'BakOtherTypeRadioGroup'#23'AnchorSide'
|
|
||||||
+'Right.Control'#7#19'BackupOtherGroupBox'#20'AnchorSideRight.Side'#7#9'asrBo'
|
|
||||||
+'ttom'#4'Left'#2#6#6'Height'#2'T'#5'Width'#3#254#1#7'Anchors'#11#5'akTop'#6
|
|
||||||
+'akLeft'#7'akRight'#0#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
|
||||||
+#22'BakOtherTypeRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSiz'
|
|
||||||
+'ing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogen'
|
|
||||||
+'ousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResi'
|
|
||||||
+'ze'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.Sh'
|
|
||||||
+'rinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRig'
|
|
||||||
+'htThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#7'OnC'
|
|
||||||
+'lick'#7#22'BakTypeRadioGroupClick'#8'TabOrder'#2#0#0#0#9'TComboBox'#22'BakO'
|
|
||||||
+'therAddExtComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'_'#5'Width'#2'd'#16
|
|
||||||
+'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9
|
|
||||||
+'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#22'BakOtherAddExtComboBox'#0#0#9'T'
|
|
||||||
+'ComboBox'#26'BakOtherMaxCounterComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2
|
|
||||||
+'z'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbac'
|
|
||||||
+'tSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#4'Text'#6#26'BakOtherM'
|
|
||||||
+'axCounterComboBox'#0#0#9'TComboBox'#22'BakOtherSubDirComboBox'#4'Left'#2#6#6
|
|
||||||
+'Height'#2#21#3'Top'#3#149#0#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactE'
|
|
||||||
+'ndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2
|
|
||||||
+#3#4'Text'#6#22'BakOtherSubDirComboBox'#0#0#0#0#5'TPage'#10'NamingPage'#7'Ca'
|
|
||||||
+'ption'#6#10'NamingPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#192#1#0#11
|
|
||||||
+'TRadioGroup'#23'PascalFileExtRadiogroup'#23'AnchorSideRight.Control'#7#10'N'
|
|
||||||
+'amingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
|
||||||
+'/'#3'Top'#2#6#5'Width'#3#14#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSp'
|
|
||||||
+'acing.Around'#2#6#7'Caption'#6#23'PascalFileExtRadiogroup'#28'ChildSizing.L'
|
|
||||||
+'eftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#18'ChildSizing.La'
|
|
||||||
+'yout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2
|
|
||||||
+#2#7'Columns'#2#2#8'TabOrder'#2#0#0#0#11'TRadioGroup'#28'CharcaseFileActionR'
|
|
||||||
+'adioGroup'#23'AnchorSideRight.Control'#7#10'NamingPage'#20'AnchorSideRight.'
|
|
||||||
+'Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'U'#3'Top'#3#165#0#5'Width'#3#14
|
|
||||||
+#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'
|
|
||||||
+#6#28'CharcaseFileActionRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28
|
|
||||||
+'ChildSizing.TopBottomSpacing'#2#6#18'ChildSizing.Layout'#7#29'cclLeftToRigh'
|
|
||||||
+'tThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#8'TabO'
|
|
||||||
+'rder'#2#1#0#0#11'TRadioGroup'#29'AmbiguousFileActionRadioGroup'#23'AnchorSi'
|
|
||||||
,'deRight.Control'#7#10'NamingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
|
||||||
+'Left'#2#6#6'Height'#2'd'#3'Top'#2';'#5'Width'#3#14#2#5'Align'#7#5'alTop'#8
|
|
||||||
+'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#29'AmbiguousFileActio'
|
|
||||||
+'nRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomS'
|
|
||||||
+'pacing'#2#6#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'C'
|
|
||||||
+'hildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#8'TabOrder'#2#2#0#0#0#5'TPag'
|
|
||||||
+'e'#10'LazDocPage'#7'Caption'#6#10'LazDocPage'#11'ClientWidth'#3#26#2#12'Cli'
|
|
||||||
+'entHeight'#3#192#1#0#9'TGroupBox'#19'LazDocPathsGroupBox'#23'AnchorSideRigh'
|
|
||||||
+'t.Control'#7#10'LazDocPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'
|
|
||||||
+#2#6#6'Height'#3#204#0#3'Top'#2#6#5'Width'#3#14#2#5'Align'#7#5'alTop'#20'Bor'
|
|
||||||
+'derSpacing.Around'#2#6#7'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'
|
|
||||||
+#3#185#0#11'ClientWidth'#3#10#2#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocListB'
|
|
||||||
+'ox'#4'Left'#2#6#6'Height'#2'l'#3'Top'#2#6#5'Width'#3#254#1#5'Align'#7#5'alT'
|
|
||||||
+'op'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#7'TB'
|
|
||||||
+'utton'#19'LazDocAddPathButton'#4'Left'#2#6#6'Height'#2#31#3'Top'#2'z'#5'Wid'
|
|
||||||
+'th'#3#163#0#8'AutoSize'#9#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#19
|
|
||||||
+'LazDocAddPathButton'#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2
|
|
||||||
+#1#0#0#7'TButton'#22'LazDocDeletePathButton'#22'AnchorSideLeft.Control'#7#19
|
|
||||||
+'LazDocAddPathButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#179#0
|
|
||||||
+#6'Height'#2#31#3'Top'#2'z'#5'Width'#3#180#0#8'AutoSize'#9#18'BorderSpacing.'
|
|
||||||
+'Left'#2#10#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#22'LazDocDeletePa'
|
|
||||||
+'thButton'#7'OnClick'#7#27'LazDocDeletePathButtonClick'#8'TabOrder'#2#2#0#0#5
|
|
||||||
+'TEdit'#14'LazDocPathEdit'#21'AnchorSideTop.Control'#7#19'LazDocAddPathButto'
|
|
||||||
+'n'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#18'L'
|
|
||||||
+'azDocBrowseButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#159#0#5'Width'#3#230
|
|
||||||
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6
|
|
||||||
+#17'BorderSpacing.Top'#2#6#8'TabOrder'#2#3#4'Text'#6#14'LazDocPathEdit'#0#0#7
|
|
||||||
+'TButton'#18'LazDocBrowseButton'#22'AnchorSideLeft.Control'#7#14'LazDocPathE'
|
|
||||||
+'dit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#14
|
|
||||||
+'LazDocPathEdit'#23'AnchorSideRight.Control'#7#19'LazDocPathsGroupBox'#20'An'
|
|
||||||
+'chorSideRight.Side'#7#9'asrBottom'#4'Left'#3#236#1#6'Height'#2#23#3'Top'#3
|
|
||||||
+#159#0#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Ri'
|
|
||||||
+'ght'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7
|
+'ght'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7
|
||||||
+#23'LazDocBrowseButtonClick'#8'TabOrder'#2#4#0#0#0#0#0#7'TButton'#12'CancelB'
|
+#23'LazDocBrowseButtonClick'#8'TabOrder'#2#3#0#0#5'TEdit'#14'LazDocPathEdit'
|
||||||
+'utton'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
+#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Contr'
|
||||||
+'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'
|
+'ol'#7#19'LazDocAddPathButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anch'
|
||||||
+#7#9'asrBottom'#4'Left'#3#174#1#6'Height'#2#25#3'Top'#3#235#1#5'Width'#2'j'#7
|
+'orSideRight.Control'#7#18'LazDocBrowseButton'#4'Left'#2#6#6'Height'#2#23#3
|
||||||
+'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'
|
+'Top'#3#157#0#5'Width'#3#224#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||||
+#2#6#25'BorderSpacing.InnerBorder'#2#4#6'Cancel'#9#7'Caption'#6#12'CancelBut'
|
+#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#4#4'Text'#6#14'LazDocPathEdit'#0
|
||||||
+'ton'#21'Constraints.MaxHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'OnClick'
|
+#0#0#0#0#7'TButton'#12'CancelButton'#23'AnchorSideRight.Control'#7#5'Owner'
|
||||||
+#7#17'CancelButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#8'OkButton'#23'Ancho'
|
+#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Ow'
|
||||||
+'rSideRight.Control'#7#12'CancelButton'#24'AnchorSideBottom.Control'#7#5'Own'
|
+'ner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#174#1#6'Height'#2#25
|
||||||
+'er'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3']'#1#6'Height'#2#25#3
|
+#3'Top'#3#235#1#5'Width'#2'j'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoS'
|
||||||
+'Top'#3#235#1#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSiz'
|
+'ize'#9#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#6'Can'
|
||||||
+'e'#9#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Capti'
|
+'cel'#9#7'Caption'#6#12'CancelButton'#21'Constraints.MaxHeight'#2#25#20'Cons'
|
||||||
+'on'#6#2'Ok'#21'Constraints.MaxHeight'#2#25#20'Constraints.MinWidth'#2'K'#7
|
+'traints.MinWidth'#2'K'#7'OnClick'#7#17'CancelButtonClick'#8'TabOrder'#2#1#0
|
||||||
+'Default'#9#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#2#0#0#22'TSelectDir'
|
+#0#7'TButton'#8'OkButton'#23'AnchorSideRight.Control'#7#12'CancelButton'#24
|
||||||
+'ectoryDialog'#21'SelectDirectoryDialog'#5'Title'#6#16'Select Directory'#11
|
+'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBotto'
|
||||||
+'FilterIndex'#2#0#4'left'#3#232#1#3'top'#2#8#0#0#0
|
+'m'#4'Left'#3']'#1#6'Height'#2#25#3'Top'#3#235#1#5'Width'#2'K'#7'Anchors'#11
|
||||||
|
+#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'Bord'
|
||||||
|
+'erSpacing.InnerBorder'#2#4#7'Caption'#6#2'Ok'#21'Constraints.MaxHeight'#2#25
|
||||||
|
+#20'Constraints.MinWidth'#2'K'#7'Default'#9#7'OnClick'#7#13'OkButtonClick'#8
|
||||||
|
+'TabOrder'#2#2#0#0#22'TSelectDirectoryDialog'#21'SelectDirectoryDialog'#5'Ti'
|
||||||
|
+'tle'#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