mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 15:20:22 +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
|
||||
object MaxRecentOpenFilesLabel: TLabel
|
||||
Left = 6
|
||||
Height = 17
|
||||
Height = 20
|
||||
Top = 10
|
||||
Width = 140
|
||||
Width = 165
|
||||
Caption = 'MaxRecentOpenFilesLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object MaxRecentProjectFilesLabel: TLabel
|
||||
Left = 6
|
||||
Height = 17
|
||||
Height = 20
|
||||
Top = 58
|
||||
Width = 148
|
||||
Width = 175
|
||||
Caption = 'MaxRecentProjectFilesLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -85,7 +85,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
AnchorSideRight.Control = FilesPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 15
|
||||
Height = 22
|
||||
Top = 106
|
||||
Width = 526
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -558,7 +558,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 126
|
||||
Top = 128
|
||||
Width = 94
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'GridColorLabel'
|
||||
@ -578,9 +578,11 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
end
|
||||
object GridSizeYLabel: TLabel
|
||||
AnchorSideLeft.Control = GridGroupBox
|
||||
AnchorSideTop.Control = GridSizeXLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 100
|
||||
Top = 102
|
||||
Width = 95
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'GridSizeYLabel'
|
||||
@ -593,7 +595,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 106
|
||||
Height = 23
|
||||
Top = 125
|
||||
Top = 127
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
@ -655,7 +657,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 107
|
||||
Height = 21
|
||||
Top = 100
|
||||
Top = 102
|
||||
Width = 100
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
Items.Strings = (
|
||||
@ -1019,17 +1021,22 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Top = 7
|
||||
Width = 526
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 5
|
||||
BorderSpacing.Top = 5
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'ObjectInspectorColorsGroupBox'
|
||||
ChildSizing.LeftRightSpacing = 6
|
||||
ChildSizing.TopBottomSpacing = 6
|
||||
ChildSizing.HorizontalSpacing = 2
|
||||
ChildSizing.VerticalSpacing = 2
|
||||
ClientHeight = 154
|
||||
ClientWidth = 522
|
||||
TabOrder = 0
|
||||
object OIBackgroundColorButton: TColorButton
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 5
|
||||
Top = 6
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
@ -1038,7 +1045,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object OISubPropsColorButton: TColorButton
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 29
|
||||
Top = 30
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
@ -1047,7 +1054,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object OIReferencesColorButton: TColorButton
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 53
|
||||
Top = 54
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
@ -1056,7 +1063,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object OIValueColorButton: TColorButton
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 77
|
||||
Top = 78
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
@ -1065,7 +1072,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object OIDefaultValueColorButton: TColorButton
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 101
|
||||
Top = 102
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
@ -1074,7 +1081,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object OIPropNameColorButton: TColorButton
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 125
|
||||
Top = 126
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
@ -1083,7 +1090,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object OIBackgroundColorLabel: TLabel
|
||||
Left = 65
|
||||
Height = 20
|
||||
Top = 11
|
||||
Top = 12
|
||||
Width = 442
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'OIBackgroundColorLabel'
|
||||
@ -1092,7 +1099,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object OISubPropsColorLabel: TLabel
|
||||
Left = 65
|
||||
Height = 20
|
||||
Top = 35
|
||||
Top = 36
|
||||
Width = 442
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'OISubPropsColorLabel'
|
||||
@ -1101,7 +1108,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object OIReferencesColorLabel: TLabel
|
||||
Left = 65
|
||||
Height = 20
|
||||
Top = 59
|
||||
Top = 60
|
||||
Width = 442
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'OIReferencesColorLabel'
|
||||
@ -1110,7 +1117,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object OIValueColorLabel: TLabel
|
||||
Left = 65
|
||||
Height = 20
|
||||
Top = 83
|
||||
Top = 84
|
||||
Width = 442
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'OIValueColorLabel'
|
||||
@ -1119,7 +1126,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object OIDefaultValueColorLabel: TLabel
|
||||
Left = 65
|
||||
Height = 20
|
||||
Top = 107
|
||||
Top = 108
|
||||
Width = 442
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'OIDefaultValueColorLabel'
|
||||
@ -1128,7 +1135,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object OIPropNameColorLabel: TLabel
|
||||
Left = 65
|
||||
Height = 20
|
||||
Top = 131
|
||||
Top = 132
|
||||
Width = 442
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'OIPropNameColorLabel'
|
||||
@ -1438,6 +1445,10 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Caption = 'PascalFileExtRadiogroup'
|
||||
ChildSizing.LeftRightSpacing = 6
|
||||
ChildSizing.TopBottomSpacing = 6
|
||||
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||||
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||||
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 2
|
||||
Columns = 2
|
||||
@ -1456,6 +1467,10 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Caption = 'CharcaseFileActionRadioGroup'
|
||||
ChildSizing.LeftRightSpacing = 6
|
||||
ChildSizing.TopBottomSpacing = 6
|
||||
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||||
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||||
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 2
|
||||
Columns = 2
|
||||
@ -1474,6 +1489,10 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Caption = 'AmbiguousFileActionRadioGroup'
|
||||
ChildSizing.LeftRightSpacing = 6
|
||||
ChildSizing.TopBottomSpacing = 6
|
||||
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||||
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||||
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 2
|
||||
Columns = 2
|
||||
@ -1488,13 +1507,14 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
AnchorSideRight.Control = LazDocPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 204
|
||||
Height = 205
|
||||
Top = 6
|
||||
Width = 526
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocPathsGroupBox'
|
||||
ClientHeight = 185
|
||||
ClientHeight = 186
|
||||
ClientWidth = 522
|
||||
TabOrder = 0
|
||||
object LazDocListBox: TListBox
|
||||
@ -1508,11 +1528,15 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
TopIndex = -1
|
||||
end
|
||||
object LazDocAddPathButton: TButton
|
||||
AnchorSideLeft.Control = LazDocPathsGroupBox
|
||||
AnchorSideTop.Control = LazDocListBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 31
|
||||
Top = 122
|
||||
Top = 120
|
||||
Width = 163
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'LazDocAddPathButton'
|
||||
OnClick = LazDocAddPathButtonClick
|
||||
@ -1521,9 +1545,10 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object LazDocDeletePathButton: TButton
|
||||
AnchorSideLeft.Control = LazDocAddPathButton
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = LazDocAddPathButton
|
||||
Left = 179
|
||||
Height = 31
|
||||
Top = 122
|
||||
Top = 120
|
||||
Width = 180
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 10
|
||||
@ -1532,36 +1557,35 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
OnClick = LazDocDeletePathButtonClick
|
||||
TabOrder = 2
|
||||
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
|
||||
AnchorSideLeft.Control = LazDocPathEdit
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = LazDocPathEdit
|
||||
AnchorSideRight.Control = LazDocPathsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 492
|
||||
Height = 23
|
||||
Top = 159
|
||||
Top = 157
|
||||
Width = 24
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = '...'
|
||||
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
|
||||
Text = 'LazDocPathEdit'
|
||||
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
|
||||
+'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
|
||||
+#1#0#6'TLabel'#23'MaxRecentOpenFilesLabel'#4'Left'#2#6#6'Height'#2#17#3'Top'
|
||||
+#2#10#5'Width'#3#140#0#7'Caption'#6#23'MaxRecentOpenFilesLabel'#11'ParentCol'
|
||||
+#1#0#6'TLabel'#23'MaxRecentOpenFilesLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'
|
||||
+#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
|
||||
+#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'
|
||||
+'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'
|
||||
@ -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'
|
||||
+'heckBox'#30'OpenLastProjectAtStartCheckBox'#23'AnchorSideRight.Control'#7#9
|
||||
+'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'
|
||||
+#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
|
||||
@ -191,375 +191,391 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
||||
+#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'
|
||||
+'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'
|
||||
+'idth'#2'^'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'GridColorLabel'#11
|
||||
+'chorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#3#128#0#5
|
||||
+'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
|
||||
+#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'
|
||||
+'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
|
||||
+#12'GridGroupBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'd'#5'Width'#2'_'#20'Bo'
|
||||
+'rderSpacing.Around'#2#6#7'Caption'#6#14'GridSizeYLabel'#11'ParentColor'#8#0
|
||||
+#0#12'TColorButton'#15'GridColorButton'#22'AnchorSideLeft.Control'#7#14'Grid'
|
||||
+'ColorLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'
|
||||
+#7#14'GridColorLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'j'#6'H'
|
||||
+'eight'#2#23#3'Top'#2'}'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSiz'
|
||||
+'e'#2#16#5'Color'#7#9'clBtnFace'#0#0#9'TCheckBox'#18'SnapToGridCheckBox'#22
|
||||
+'AnchorSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSideTop.Control'#7#23'S'
|
||||
+'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'
|
||||
+#12'GridGroupBox'#21'AnchorSideTop.Control'#7#14'GridSizeXLabel'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'f'#5'Width'#2
|
||||
+'_'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'GridSizeYLabel'#11'ParentCo'
|
||||
+'lor'#8#0#0#12'TColorButton'#15'GridColorButton'#22'AnchorSideLeft.Control'#7
|
||||
+#14'GridColorLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.'
|
||||
+'Control'#7#14'GridColorLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'
|
||||
+#2'j'#6'Height'#2#23#3'Top'#2''#5'Width'#2'2'#11'BorderWidth'#2#2#15'Button'
|
||||
+'ColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#9'TCheckBox'#18'SnapToGridCheck'
|
||||
+'Box'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSideTop.Control'
|
||||
+#7#16'ShowGridCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#22#3'Top'#2#24#5'Width'#3#203#0#18'BorderSpacing.Left'#2#6#17'Bor'
|
||||
+'derSpacing.Top'#2#2#7'Caption'#6#23'ShowBorderSpaceCheckBox'#8'TabOrder'#2#4
|
||||
+#0#0#0#9'TGroupBox'#18'GuideLinesGroupBox'#22'AnchorSideLeft.Control'#7#20'F'
|
||||
+'ormEditMiscGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTo'
|
||||
+'p.Control'#7#18'RubberbandGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#14'FormEditorPage'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#24'AnchorSideBottom.Control'#7#14'FormEditorPage'#21'AnchorSideB'
|
||||
+'ottom.Side'#7#9'asrBottom'#4'Left'#3']'#1#6'Height'#3#218#0#3'Top'#3#224#0#5
|
||||
+'Width'#3#183#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#18'GuideLinesGroupBox'#12'ClientHeig'
|
||||
+'ht'#3#199#0#11'ClientWidth'#3#179#0#8'TabOrder'#2#1#0#12'TColorButton'#27'G'
|
||||
+'uideLineColorLeftTopButton'#21'AnchorSideTop.Control'#7#26'GuideLineColorLe'
|
||||
+'ftTopLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23
|
||||
+#3'Top'#2'd'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Co'
|
||||
+'lor'#7#9'clBtnFace'#0#0#12'TColorButton'#31'GuideLineColorRightBottomButton'
|
||||
+#21'AnchorSideTop.Control'#7#30'GuideLineColorRightBottomLabel'#18'AnchorSid'
|
||||
+'eTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#155#0#5'Width'
|
||||
+#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0
|
||||
+#0#6'TLabel'#26'GuideLineColorLeftTopLabel'#22'AnchorSideLeft.Control'#7#18
|
||||
+'GuideLinesGroupBox'#23'AnchorSideRight.Control'#7#18'GuideLinesGroupBox'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'J'
|
||||
+#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpa'
|
||||
+'cing.Around'#2#6#7'Caption'#6#26'GuideLineColorLeftTopLabel'#11'ParentColor'
|
||||
+#8#0#0#6'TLabel'#30'GuideLineColorRightBottomLabel'#22'AnchorSideLeft.Contro'
|
||||
+'l'#7#18'GuideLinesGroupBox'#21'AnchorSideTop.Control'#7#27'GuideLineColorLe'
|
||||
+'ftTopButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contr'
|
||||
+'ol'#7#18'GuideLinesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#6#6'Height'#2#20#3'Top'#3#129#0#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#30'GuideLine'
|
||||
,'ColorRightBottomLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#22'ShowGuideLines'
|
||||
+'CheckBox'#22'AnchorSideLeft.Control'#7#18'GuideLinesGroupBox'#23'AnchorSide'
|
||||
+'Right.Control'#7#18'GuideLinesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBot'
|
||||
+'tom'#4'Left'#2#6#6'Height'#2#22#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'a'
|
||||
+'kLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'ShowGuideL'
|
||||
+'inesCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#24'SnapToGuideLinesCheckBox'
|
||||
+#22'AnchorSideLeft.Control'#7#18'GuideLinesGroupBox'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#22'ShowGuideLinesCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'An'
|
||||
+'chorSideRight.Control'#7#18'GuideLinesGroupBox'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#28#5'Width'#3#167#0#7'Anchor'
|
||||
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Captio'
|
||||
+'n'#6#24'SnapToGuideLinesCheckBox'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20'For'
|
||||
+'mEditMiscGroupBox'#21'AnchorSideTop.Control'#7#12'GridGroupBox'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'FormEditorPage'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#14'F'
|
||||
+'ormEditorPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#3#218#0#3'Top'#3#224#0#5'Width'#3'Q'#1#7'Anchors'#11#5'akTop'#6'akLeft'#8
|
||||
+'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'FormEditMiscGroupB'
|
||||
+'ox'#12'ClientHeight'#3#199#0#11'ClientWidth'#3'M'#1#8'TabOrder'#2#2#0#12'TC'
|
||||
+'olorButton'#18'GrabberColorButton'#22'AnchorSideLeft.Control'#7#17'GrabberC'
|
||||
+'olorLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'
|
||||
+#7#17'GrabberColorLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#132
|
||||
+#0#6'Height'#2#23#3'Top'#2'c'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonCol'
|
||||
+'orSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#17'MarkerColorBut'
|
||||
+'ton'#22'AnchorSideLeft.Control'#7#16'MarkerColorLabel'#19'AnchorSideLeft.Si'
|
||||
+'de'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#16'MarkerColorLabel'#18'Anch'
|
||||
+'orSideTop.Side'#7#9'asrCenter'#4'Left'#2'|'#6'Height'#2#23#3'Top'#2'}'#5'Wi'
|
||||
+'dth'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFa'
|
||||
+'ce'#0#0#6'TLabel'#17'GrabberColorLabel'#22'AnchorSideLeft.Control'#7#20'For'
|
||||
+'mEditMiscGroupBox'#21'AnchorSideTop.Control'#7#25'RightClickSelectsCheckBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'd'
|
||||
+#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
|
||||
+#7#23'ShowBorderSpaceCheckBox'#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'akLe'
|
||||
+'ft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#2#7'Cap'
|
||||
+'tion'#6#18'SnapToGridCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#16'ShowGrid'
|
||||
+'CheckBox'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#22#5'Width'#3#147#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#16'ShowGri'
|
||||
+'dCheckBox'#8'TabOrder'#2#0#0#0#9'TComboBox'#17'GridSizeXComboBox'#22'Anchor'
|
||||
+'SideLeft.Control'#7#14'GridSizeXLabel'#19'AnchorSideLeft.Side'#7#9'asrBotto'
|
||||
+'m'#21'AnchorSideTop.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'AutoCom'
|
||||
+'pleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#13'Item'
|
||||
+'s.Strings'#1#6#1'2'#6#1'5'#6#1'8'#6#2'10'#6#2'12'#6#2'15'#6#2'20'#6#2'25'#6
|
||||
+#2'30'#0#9'MaxLength'#2#0#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#2
|
||||
+#0#0#9'TComboBox'#17'GridSizeYComboBox'#22'AnchorSideLeft.Control'#7#14'Grid'
|
||||
+'SizeYLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'
|
||||
+#7#14'GridSizeYLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'k'#6'H'
|
||||
+'eight'#2#21#3'Top'#2'f'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOf'
|
||||
+'LineComplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#1'2'#6#1'5'#6
|
||||
+#1'8'#6#2'10'#6#2'12'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#14
|
||||
+'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#3#0#0#9'TCheckBox'#23'ShowBor'
|
||||
+'derSpaceCheckBox'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSi'
|
||||
+'deTop.Control'#7#16'ShowGridCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#6#6'Height'#2#22#3'Top'#2#24#5'Width'#3#203#0#18'BorderSpacing.Le'
|
||||
+'ft'#2#6#17'BorderSpacing.Top'#2#2#7'Caption'#6#23'ShowBorderSpaceCheckBox'#8
|
||||
+'TabOrder'#2#4#0#0#0#9'TGroupBox'#18'GuideLinesGroupBox'#22'AnchorSideLeft.C'
|
||||
+'ontrol'#7#20'FormEditMiscGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
||||
+'AnchorSideTop.Control'#7#18'RubberbandGroupBox'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#23'AnchorSideRight.Control'#7#14'FormEditorPage'#20'AnchorSideRi'
|
||||
+'ght.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#14'FormEditorPage'
|
||||
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3']'#1#6'Height'#3#218#0#3
|
||||
+'Top'#3#224#0#5'Width'#3#183#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8
|
||||
+'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'GuideLinesGroupBox'
|
||||
+#12'ClientHeight'#3#199#0#11'ClientWidth'#3#179#0#8'TabOrder'#2#1#0#12'TColo'
|
||||
+'rButton'#27'GuideLineColorLeftTopButton'#21'AnchorSideTop.Control'#7#26'Gui'
|
||||
+'deLineColorLeftTopLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#23#3'Top'#2'd'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSi'
|
||||
+'ze'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#31'GuideLineColorRigh'
|
||||
+'tBottomButton'#21'AnchorSideTop.Control'#7#30'GuideLineColorRightBottomLabe'
|
||||
+'l'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#3
|
||||
+#155#0#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7
|
||||
+#9'clBtnFace'#0#0#6'TLabel'#26'GuideLineColorLeftTopLabel'#22'AnchorSideLeft'
|
||||
+'.Control'#7#18'GuideLinesGroupBox'#23'AnchorSideRight.Control'#7#18'GuideLi'
|
||||
+'nesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#20#3'Top'#2'J'#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||
+#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'GuideLineColorLeftTopLabel'
|
||||
+#11'ParentColor'#8#0#0#6'TLabel'#30'GuideLineColorRightBottomLabel'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#18'GuideLinesGroupBox'#21'AnchorSideTop.Control'#7#27
|
||||
+'GuideLineColorLeftTopButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Ancho'
|
||||
+'rSideRight.Control'#7#18'GuideLinesGroupBox'#20'AnchorSideRight.Side'#7#9'a'
|
||||
+'srBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#3#129#0#5'Width'#3#167#0#7'Anch'
|
||||
,'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Capt'
|
||||
+'ion'#6#30'GuideLineColorRightBottomLabel'#11'ParentColor'#8#0#0#9'TCheckBox'
|
||||
+#22'ShowGuideLinesCheckBox'#22'AnchorSideLeft.Control'#7#18'GuideLinesGroupB'
|
||||
+'ox'#23'AnchorSideRight.Control'#7#18'GuideLinesGroupBox'#20'AnchorSideRight'
|
||||
+'.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#5'Width'#3#167#0#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#22'ShowGuideLinesCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#24'SnapToGuideL'
|
||||
+'inesCheckBox'#22'AnchorSideLeft.Control'#7#18'GuideLinesGroupBox'#21'Anchor'
|
||||
+'SideTop.Control'#7#22'ShowGuideLinesCheckBox'#18'AnchorSideTop.Side'#7#9'as'
|
||||
+'rBottom'#23'AnchorSideRight.Control'#7#18'GuideLinesGroupBox'#20'AnchorSide'
|
||||
+'Right.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#28#5'Width'#3
|
||||
+#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
|
||||
+#0#0#5'TPage'#19'ObjectInspectorPage'#7'Caption'#6#19'ObjectInspectorPage'#11
|
||||
+'ClientWidth'#3#26#2#12'ClientHeight'#3#192#1#0#9'TGroupBox'#29'ObjectInspec'
|
||||
+'torColorsGroupBox'#23'AnchorSideRight.Control'#7#19'ObjectInspectorPage'#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#18'BorderSp'
|
||||
+'acing.Left'#2#5#17'BorderSpacing.Top'#2#5#19'BorderSpacing.Right'#2#6#7'Cap'
|
||||
+'tion'#6#29'ObjectInspectorColorsGroupBox'#12'ClientHeight'#3#154#0#11'Clien'
|
||||
+'tWidth'#3#10#2#8'TabOrder'#2#0#0#12'TColorButton'#23'OIBackgroundColorButto'
|
||||
+'n'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#5#5'Width'#2'2'#11'BorderWidth'#2#2
|
||||
+#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#21'OI'
|
||||
+'SubPropsColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#29#5'Width'#2'2'#11
|
||||
+'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TC'
|
||||
+'olorButton'#23'OIReferencesColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2
|
||||
+'5'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9
|
||||
+'clBtnFace'#0#0#12'TColorButton'#18'OIValueColorButton'#4'Left'#2#6#6'Height'
|
||||
+#2#23#3'Top'#2'M'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16
|
||||
+#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#25'OIDefaultValueColorButton'#4
|
||||
+'Left'#2#6#6'Height'#2#23#3'Top'#2'e'#5'Width'#2'2'#11'BorderWidth'#2#2#15'B'
|
||||
+'uttonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#21'OIProp'
|
||||
+'NameColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'}'#5'Width'#2'2'#11'Bo'
|
||||
+'rderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#6'TLabe'
|
||||
+'l'#22'OIBackgroundColorLabel'#4'Left'#2'A'#6'Height'#2#20#3'Top'#2#11#5'Wid'
|
||||
+'th'#3#186#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'O'
|
||||
+'IBackgroundColorLabel'#11'ParentColor'#8#0#0#6'TLabel'#20'OISubPropsColorLa'
|
||||
+'bel'#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'OISubPropsColorLabel'#11'Pa'
|
||||
+'rentColor'#8#0#0#6'TLabel'#22'OIReferencesColorLabel'#4'Left'#2'A'#6'Height'
|
||||
+#2#20#3'Top'#2';'#5'Width'#3#186#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
|
||||
+'t'#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'S'#5'Width'#3#186
|
||||
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#17'OIValueColo'
|
||||
+'rLabel'#11'ParentColor'#8#0#0#6'TLabel'#24'OIDefaultValueColorLabel'#4'Left'
|
||||
,#2'A'#6'Height'#2#20#3'Top'#2'k'#5'Width'#3#186#1#7'Anchors'#11#5'akTop'#6'a'
|
||||
+'kLeft'#7'akRight'#0#7'Caption'#6#24'OIDefaultValueColorLabel'#11'ParentColo'
|
||||
+'r'#8#0#0#6'TLabel'#20'OIPropNameColorLabel'#4'Left'#2'A'#6'Height'#2#20#3'T'
|
||||
+'op'#3#131#0#5'Width'#3#186#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
||||
+'Caption'#6#20'OIPropNameColorLabel'#11'ParentColor'#8#0#0#0#9'TGroupBox'#14
|
||||
+'OIMiscGroupBox'#23'AnchorSideRight.Control'#7#19'ObjectInspectorPage'#20'An'
|
||||
+'chorSideRight.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'akRight'#0#19'BorderSpac'
|
||||
+'ing.Right'#2#6#7'Caption'#6#14'OIMiscGroupBox'#12'ClientHeight'#2'V'#11'Cli'
|
||||
+'entWidth'#3#10#2#8'TabOrder'#2#1#0#6'TLabel'#24'OIDefaultItemHeightLabel'#4
|
||||
+'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3#210#1#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#7'Caption'#6#24'OIDefaultItemHeightLabel'#11'ParentC'
|
||||
+'olor'#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'akLeft'#7'akRight'#0#7
|
||||
+'Caption'#6#18'OIShowHintCheckBox'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#27'OIDef'
|
||||
+'aultItemHeightSpinEdit'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#24#5'Width'#2'E'
|
||||
+#8'TabOrder'#2#1#5'Value'#2#1#0#0#0#0#5'TPage'#10'BackupPage'#7'Caption'#6#10
|
||||
+'BackupPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#192#1#0#6'TLabel'#15
|
||||
+'BackupHelpLabel'#23'AnchorSideRight.Control'#7#10'BackupPage'#20'AnchorSide'
|
||||
+'Right.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#7#5'Width'#3
|
||||
+#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2
|
||||
+#6#7'Caption'#6#15'BackupHelpLabel'#11'ParentColor'#8#0#0#9'TGroupBox'#21'Ba'
|
||||
+'ckupProjectGroupBox'#23'AnchorSideRight.Control'#7#10'BackupPage'#20'Anchor'
|
||||
+'SideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#201#0#3'Top'#2'"'#5
|
||||
+'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacin'
|
||||
+'g.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'BakProjAddExtComboBox'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#21'BackupProj'
|
||||
+'ectGroupBox'#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'akTop'#6'akLeft'#7'akRigh'
|
||||
+'t'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'BakProjAddExtLabel'#11'Pa'
|
||||
+'rentColor'#8#0#0#6'TLabel'#22'BakProjMaxCounterLabel'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#25'BakProjMaxCounterComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideTop.Control'#7#25'BakProjMaxCounterComboBox'#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'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#22'BakProjMaxCounterLabel'#11'ParentColor'
|
||||
+#8#0#0#6'TLabel'#18'BakProjSubDirLabel'#22'AnchorSideLeft.Control'#7#21'BakP'
|
||||
+'rojSubDirComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.'
|
||||
+'Control'#7#21'BakProjSubDirComboBox'#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'#3#152#0#5'Width'#3
|
||||
+#2#6#7'Caption'#6#24'SnapToGuideLinesCheckBox'#8'TabOrder'#2#1#0#0#0#9'TGrou'
|
||||
+'pBox'#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#12'GridGroupBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'Form'
|
||||
+'EditorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Con'
|
||||
+'trol'#7#14'FormEditorPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#6#6'Height'#3#218#0#3'Top'#3#224#0#5'Width'#3'Q'#1#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'FormEd'
|
||||
+'itMiscGroupBox'#12'ClientHeight'#3#199#0#11'ClientWidth'#3'M'#1#8'TabOrder'
|
||||
+#2#2#0#12'TColorButton'#18'GrabberColorButton'#22'AnchorSideLeft.Control'#7
|
||||
+#17'GrabberColorLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT'
|
||||
+'op.Control'#7#17'GrabberColorLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4
|
||||
+'Left'#3#132#0#6'Height'#2#23#3'Top'#2'c'#5'Width'#2'2'#11'BorderWidth'#2#2
|
||||
+#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#17'Ma'
|
||||
+'rkerColorButton'#22'AnchorSideLeft.Control'#7#16'MarkerColorLabel'#19'Ancho'
|
||||
+'rSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#16'MarkerColorLa'
|
||||
+'bel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'|'#6'Height'#2#23#3'To'
|
||||
+'p'#2'}'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'
|
||||
+#7#9'clBtnFace'#0#0#6'TLabel'#17'GrabberColorLabel'#22'AnchorSideLeft.Contro'
|
||||
+'l'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#25'RightClickSele'
|
||||
+'ctsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#20#3'Top'#2'd'#5'Width'#2'x'#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'G'
|
||||
+'rabberColorLabel'#11'ParentColor'#8#0#0#6'TLabel'#16'MarkerColorLabel'#22'A'
|
||||
+'nchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'
|
||||
+#7#17'GrabberColorLabel'#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'Capti'
|
||||
+'on'#6#16'MarkerColorLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#29'ShowCompon'
|
||||
+'entCaptionsCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#4
|
||||
+'Left'#2#6#6'Height'#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'ShowComponentCaptions'
|
||||
+'CheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#23'ShowEditorHintsCheckBox'#22'A'
|
||||
+'nchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'
|
||||
+#7#29'ShowComponentCaptionsCheckBox'#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
|
||||
+'AutoCreateFormsOnOpenCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMisc'
|
||||
+'GroupBox'#21'AnchorSideTop.Control'#7#23'ShowEditorHintsCheckBox'#18'Anchor'
|
||||
+'SideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'0'#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#29'AutoCreateFormsOnOpenCheckBox'#8
|
||||
+'TabOrder'#2#2#0#0#9'TCheckBox'#25'RightClickSelectsCheckBox'#22'AnchorSideL'
|
||||
+'eft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#29'Auto'
|
||||
+'CreateFormsOnOpenCheckBox'#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'RightClickSelectsCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#25'DesignerP'
|
||||
+'aintLazyCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21
|
||||
+'AnchorSideTop.Control'#7#16'MarkerColorLabel'#18'AnchorSideTop.Side'#7#9'as'
|
||||
+'rBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#152#0#5'Width'#3#2#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#25'DesignerPaintLazyCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'
|
||||
+#2#4#0#0#0#9'TGroupBox'#18'RubberbandGroupBox'#22'AnchorSideLeft.Control'#7
|
||||
,#12'GridGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.'
|
||||
+'Control'#7#14'FormEditorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#3']'#1#6'Height'#3#212#0#3'Top'#2#6#5'Width'#3#183#0#7'Anchors'#11#5'akT'
|
||||
+'op'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'Rub'
|
||||
+'berbandGroupBox'#12'ClientHeight'#3#193#0#11'ClientWidth'#3#179#0#5'Color'#7
|
||||
+#9'clBtnFace'#11'ParentColor'#8#8'TabOrder'#2#3#0#12'TColorButton'#27'Rubber'
|
||||
+'bandSelectColorButton'#22'AnchorSideLeft.Control'#7#26'RubberbandSelectColo'
|
||||
+'rLabel'#21'AnchorSideTop.Control'#7#26'RubberbandSelectColorLabel'#18'Ancho'
|
||||
+'rSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2' '#5'Widt'
|
||||
+'h'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'
|
||||
+#0#0#12'TColorButton'#27'RubberbandCreateColorButton'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#26'RubberbandCreateColorLabel'#21'AnchorSideTop.Control'#7#26'Rubber'
|
||||
+'bandCreateColorLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'H'
|
||||
+'eight'#2#23#3'Top'#2'W'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSiz'
|
||||
+'e'#2#16#5'Color'#7#9'clBtnFace'#0#0#6'TLabel'#26'RubberbandSelectColorLabel'
|
||||
+#22'AnchorSideLeft.Control'#7#18'RubberbandGroupBox'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#18'RubberbandGroupBox'#23'AnchorSideRight.Control'#7#18'RubberbandGrou'
|
||||
+'pBox'#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
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#26'RubberbandSelectColorLabel'#11'Pa'
|
||||
+'rentColor'#8#0#0#6'TLabel'#26'RubberbandCreateColorLabel'#22'AnchorSideLeft'
|
||||
+'.Control'#7#18'RubberbandGroupBox'#21'AnchorSideTop.Control'#7#27'Rubberban'
|
||||
+'dSelectColorButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRigh'
|
||||
+'t.Control'#7#18'RubberbandGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#6#6'Height'#2#20#3'Top'#2'='#5'Width'#3#167#0#7'Anchors'#11#5'akT'
|
||||
+'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'
|
||||
+#2#6#7'Caption'#6#18'BakProjSubDirLabel'#11'ParentColor'#8#0#0#11'TRadioGrou'
|
||||
+'p'#21'BakProjTypeRadioGroup'#23'AnchorSideRight.Control'#7#21'BackupProject'
|
||||
+'GroupBox'#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'BakProjTypeRadioGroup'#28'Chil'
|
||||
+#2#6#7'Caption'#6#19'BakOtherAddExtLabel'#11'ParentColor'#8#0#0#6'TLabel'#23
|
||||
+'BakOtherMaxCounterLabel'#22'AnchorSideLeft.Control'#7#26'BakOtherMaxCounter'
|
||||
+'ComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
||||
+#26'BakOtherMaxCounterComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'Anc'
|
||||
+'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'
|
||||
+'Sizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.Enl'
|
||||
+'argeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizonta'
|
||||
+'l'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'
|
||||
+#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.C'
|
||||
+'ontrolsPerLine'#2#2#7'Columns'#2#2#7'OnClick'#7#22'BakTypeRadioGroupClick'#8
|
||||
+'TabOrder'#2#0#0#0#9'TComboBox'#21'BakProjAddExtComboBox'#4'Left'#2#6#6'Heig'
|
||||
+'ht'#2#21#3'Top'#2'b'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLin'
|
||||
+'eComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Te'
|
||||
+'xt'#6#21'BakProjAddExtComboBox'#0#0#9'TComboBox'#25'BakProjMaxCounterComboB'
|
||||
+'ox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'}'#5'Width'#2'd'#16'AutoCompleteTex'
|
||||
+'t'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0
|
||||
+#8'TabOrder'#2#2#4'Text'#6#25'BakProjMaxCounterComboBox'#0#0#9'TComboBox'#21
|
||||
,'BakProjSubDirComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#3#152#0#5'Width'#2
|
||||
+'d'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscendi'
|
||||
+'ng'#0#9'MaxLength'#2#0#8'TabOrder'#2#3#4'Text'#6#21'BakProjSubDirComboBox'#0
|
||||
+#0#0#9'TGroupBox'#19'BackupOtherGroupBox'#23'AnchorSideRight.Control'#7#10'B'
|
||||
+'ackupPage'#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'akR'
|
||||
+'ight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#19'BackupOtherGroupBox'#12
|
||||
+'ClientHeight'#3#177#0#11'ClientWidth'#3#10#2#8'TabOrder'#2#1#0#6'TLabel'#19
|
||||
+'BakOtherAddExtLabel'#22'AnchorSideLeft.Control'#7#22'BakOtherAddExtComboBox'
|
||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'BakOt'
|
||||
+'herAddExtComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight'
|
||||
+'.Control'#7#19'BackupOtherGroupBox'#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'ak'
|
||||
+'Top'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'Ba'
|
||||
+'kOtherAddExtLabel'#11'ParentColor'#8#0#0#6'TLabel'#23'BakOtherMaxCounterLab'
|
||||
+'el'#22'AnchorSideLeft.Control'#7#26'BakOtherMaxCounterComboBox'#19'AnchorSi'
|
||||
+'deLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#26'BakOtherMaxCount'
|
||||
+'erComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Contro'
|
||||
+'l'#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'Anchors'#11#5'akTop'#6'a'
|
||||
+'kLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'BakOtherMa'
|
||||
+'xCounterLabel'#11'ParentColor'#8#0#0#6'TLabel'#19'BakOtherSubDirLabel'#22'A'
|
||||
+'nchorSideLeft.Control'#7#22'BakOtherSubDirComboBox'#19'AnchorSideLeft.Side'
|
||||
+#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'BakOtherSubDirComboBox'#18'An'
|
||||
+'chorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#19'BackupOth'
|
||||
+'erGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'p'#6'Height'#2
|
||||
+#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'
|
||||
+'ontrolsPerLine'#2#2#7'Columns'#2#2#8'TabOrder'#2#1#0#0#11'TRadioGroup'#29'A'
|
||||
+'mbiguousFileActionRadioGroup'#23'AnchorSideRight.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.Aroun'
|
||||
+'d'#2#6#7'Caption'#6#29'AmbiguousFileActionRadioGroup'#28'ChildSizing.LeftRi'
|
||||
+'ghtSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.Enlarge'
|
||||
+'Horizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7
|
||||
+#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScale'
|
||||
+'Childs'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.'
|
||||
+'Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'
|
||||
+#2#2#7'Columns'#2#2#8'TabOrder'#2#2#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'
|
||||
+#6#10'LazDocPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#192#1#0#9'TGroup'
|
||||
+'Box'#19'LazDocPathsGroupBox'#23'AnchorSideRight.Control'#7#10'LazDocPage'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#205#0#3'Top'#2
|
||||
+#6#5'Width'#3#14#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'#3#186#0#11'Client'
|
||||
+'Width'#3#10#2#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocListBox'#4'Left'#2#6#6
|
||||
+'Height'#2'l'#3'Top'#2#6#5'Width'#3#254#1#5'Align'#7#5'alTop'#20'BorderSpaci'
|
||||
+'ng.Around'#2#6#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#7'TButton'#19'LazDocAd'
|
||||
+'dPathButton'#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'Anchor'
|
||||
+'SideTop.Control'#7#13'LazDocListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2#31#3'Top'#2'x'#5'Width'#3#163#0#8'AutoSize'#9#20'Bord'
|
||||
+'erSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#19'Laz'
|
||||
+'DocAddPathButton'#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2#1
|
||||
+#0#0#7'TButton'#22'LazDocDeletePathButton'#22'AnchorSideLeft.Control'#7#19'L'
|
||||
+'azDocAddPathButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop'
|
||||
+'.Control'#7#19'LazDocAddPathButton'#4'Left'#3#179#0#6'Height'#2#31#3'Top'#2
|
||||
+'x'#5'Width'#3#180#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#10#25'BorderSpac'
|
||||
+'ing.InnerBorder'#2#4#7'Caption'#6#22'LazDocDeletePathButton'#7'OnClick'#7#27
|
||||
+'LazDocDeletePathButtonClick'#8'TabOrder'#2#2#0#0#7'TButton'#18'LazDocBrowse'
|
||||
+'Button'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
||||
+#14'LazDocPathEdit'#23'AnchorSideRight.Control'#7#19'LazDocPathsGroupBox'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#236#1#6'Height'#2#23#3'Top'#3
|
||||
+#157#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
|
||||
+#23'LazDocBrowseButtonClick'#8'TabOrder'#2#4#0#0#0#0#0#7'TButton'#12'CancelB'
|
||||
+'utton'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'
|
||||
+#7#9'asrBottom'#4'Left'#3#174#1#6'Height'#2#25#3'Top'#3#235#1#5'Width'#2'j'#7
|
||||
+'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'
|
||||
+#2#6#25'BorderSpacing.InnerBorder'#2#4#6'Cancel'#9#7'Caption'#6#12'CancelBut'
|
||||
+'ton'#21'Constraints.MaxHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'OnClick'
|
||||
+#7#17'CancelButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#8'OkButton'#23'Ancho'
|
||||
+'rSideRight.Control'#7#12'CancelButton'#24'AnchorSideBottom.Control'#7#5'Own'
|
||||
+'er'#21'AnchorSideBottom.Side'#7#9'asrBottom'#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'AutoSiz'
|
||||
+'e'#9#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Capti'
|
||||
+'on'#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'TSelectDir'
|
||||
+'ectoryDialog'#21'SelectDirectoryDialog'#5'Title'#6#16'Select Directory'#11
|
||||
+'FilterIndex'#2#0#4'left'#3#232#1#3'top'#2#8#0#0#0
|
||||
+#23'LazDocBrowseButtonClick'#8'TabOrder'#2#3#0#0#5'TEdit'#14'LazDocPathEdit'
|
||||
+#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#19'LazDocAddPathButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anch'
|
||||
+'orSideRight.Control'#7#18'LazDocBrowseButton'#4'Left'#2#6#6'Height'#2#23#3
|
||||
+'Top'#3#157#0#5'Width'#3#224#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#4#4'Text'#6#14'LazDocPathEdit'#0
|
||||
+#0#0#0#0#7'TButton'#12'CancelButton'#23'AnchorSideRight.Control'#7#5'Owner'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Ow'
|
||||
+'ner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#174#1#6'Height'#2#25
|
||||
+#3'Top'#3#235#1#5'Width'#2'j'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoS'
|
||||
+'ize'#9#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#6'Can'
|
||||
+'cel'#9#7'Caption'#6#12'CancelButton'#21'Constraints.MaxHeight'#2#25#20'Cons'
|
||||
+'traints.MinWidth'#2'K'#7'OnClick'#7#17'CancelButtonClick'#8'TabOrder'#2#1#0
|
||||
+#0#7'TButton'#8'OkButton'#23'AnchorSideRight.Control'#7#12'CancelButton'#24
|
||||
+'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBotto'
|
||||
+'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