mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 19:43:48 +02:00
IDE: changed caption: form editing option: open designer on open unit
git-svn-id: trunk@23285 -
This commit is contained in:
parent
ab72bd0a65
commit
f0be32eb74
@ -4,6 +4,7 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
ClientHeight = 600
|
||||
ClientWidth = 769
|
||||
OnResize = FrameResize
|
||||
TabOrder = 0
|
||||
Visible = False
|
||||
DesignLeft = 309
|
||||
DesignTop = 195
|
||||
@ -14,14 +15,14 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 232
|
||||
Height = 141
|
||||
Height = 169
|
||||
Top = 0
|
||||
Width = 537
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'GridGroupBox'
|
||||
ClientHeight = 123
|
||||
ClientHeight = 150
|
||||
ClientWidth = 533
|
||||
TabOrder = 0
|
||||
object GridSizeXLabel: TLabel
|
||||
@ -29,9 +30,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Control = GridSizeXSpinEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 72
|
||||
Width = 70
|
||||
Height = 18
|
||||
Top = 88
|
||||
Width = 96
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'GridSizeXLabel'
|
||||
ParentColor = False
|
||||
@ -41,9 +42,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Control = GridSizeYSpinEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 99
|
||||
Width = 70
|
||||
Height = 18
|
||||
Top = 121
|
||||
Width = 95
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'GridSizeYLabel'
|
||||
ParentColor = False
|
||||
@ -55,9 +56,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = GridGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 46
|
||||
Width = 120
|
||||
Height = 22
|
||||
Top = 56
|
||||
Width = 159
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
BorderSpacing.Right = 6
|
||||
@ -68,9 +69,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideLeft.Control = GridGroupBox
|
||||
AnchorSideTop.Control = GridGroupBox
|
||||
Left = 6
|
||||
Height = 17
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 110
|
||||
Width = 147
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'ShowGridCheckBox'
|
||||
@ -81,9 +82,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Control = ShowGridCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 26
|
||||
Width = 152
|
||||
Height = 22
|
||||
Top = 31
|
||||
Width = 204
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'ShowBorderSpaceCheckBox'
|
||||
@ -94,9 +95,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = SnapToGridCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 82
|
||||
Height = 21
|
||||
Top = 69
|
||||
Left = 108
|
||||
Height = 27
|
||||
Top = 84
|
||||
Width = 64
|
||||
BorderSpacing.Around = 6
|
||||
MaxValue = 128
|
||||
@ -111,9 +112,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = GridSizeXSpinEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 82
|
||||
Height = 21
|
||||
Top = 96
|
||||
Left = 107
|
||||
Height = 27
|
||||
Top = 117
|
||||
Width = 64
|
||||
BorderSpacing.Around = 6
|
||||
MaxValue = 128
|
||||
@ -133,14 +134,14 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 167
|
||||
Top = 214
|
||||
Height = 203
|
||||
Top = 253
|
||||
Width = 769
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'FormEditMiscGroupBox'
|
||||
ClientHeight = 149
|
||||
ClientHeight = 184
|
||||
ClientWidth = 765
|
||||
TabOrder = 1
|
||||
object ShowComponentCaptionsCheckBox: TCheckBox
|
||||
@ -150,9 +151,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 26
|
||||
Width = 188
|
||||
Height = 22
|
||||
Top = 31
|
||||
Width = 252
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
BorderSpacing.Right = 6
|
||||
@ -166,41 +167,41 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 46
|
||||
Width = 143
|
||||
Height = 22
|
||||
Top = 56
|
||||
Width = 191
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'ShowEditorHintsCheckBox'
|
||||
TabOrder = 1
|
||||
end
|
||||
object AutoCreateFormsOnOpenCheckBox: TCheckBox
|
||||
object OpenDesignerOnOpenUnitCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = FormEditMiscGroupBox
|
||||
AnchorSideTop.Control = ShowEditorHintsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 66
|
||||
Width = 190
|
||||
Height = 22
|
||||
Top = 81
|
||||
Width = 256
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'AutoCreateFormsOnOpenCheckBox'
|
||||
Caption = 'OpenDesignerOnOpenUnitCheckBox'
|
||||
TabOrder = 2
|
||||
end
|
||||
object RightClickSelectsCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = FormEditMiscGroupBox
|
||||
AnchorSideTop.Control = AutoCreateFormsOnOpenCheckBox
|
||||
AnchorSideTop.Control = OpenDesignerOnOpenUnitCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 86
|
||||
Width = 145
|
||||
Height = 22
|
||||
Top = 106
|
||||
Width = 195
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'RightClickSelectsCheckBox'
|
||||
@ -213,9 +214,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 106
|
||||
Width = 153
|
||||
Height = 22
|
||||
Top = 131
|
||||
Width = 204
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'DesignerPaintLazyCheckBox'
|
||||
@ -228,9 +229,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Control = DesignerPaintLazyCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 126
|
||||
Width = 180
|
||||
Height = 22
|
||||
Top = 156
|
||||
Width = 244
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
BorderSpacing.Bottom = 6
|
||||
@ -245,7 +246,7 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 759
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -264,15 +265,15 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 232
|
||||
Height = 61
|
||||
Top = 147
|
||||
Height = 72
|
||||
Top = 175
|
||||
Width = 537
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'GuideLinesGroupBox'
|
||||
ClientHeight = 43
|
||||
ClientHeight = 53
|
||||
ClientWidth = 533
|
||||
TabOrder = 2
|
||||
object ShowGuideLinesCheckBox: TCheckBox
|
||||
@ -280,7 +281,7 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = GuideLinesGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Height = 22
|
||||
Top = 0
|
||||
Width = 521
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -297,8 +298,8 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = GuideLinesGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 20
|
||||
Height = 22
|
||||
Top = 25
|
||||
Width = 521
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
@ -317,12 +318,12 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideBottom.Control = GuideLinesGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 208
|
||||
Height = 247
|
||||
Top = 0
|
||||
Width = 226
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
Caption = 'DesignerColorsGroupBox'
|
||||
ClientHeight = 190
|
||||
ClientHeight = 228
|
||||
ClientWidth = 222
|
||||
TabOrder = 3
|
||||
object ColorsListBox: TColorListBox
|
||||
@ -330,7 +331,7 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Control = DesignerColorsGroupBox
|
||||
AnchorSideBottom.Control = ColorBox
|
||||
Left = 6
|
||||
Height = 150
|
||||
Height = 179
|
||||
Top = 6
|
||||
Width = 210
|
||||
Style = [cbCustomColors]
|
||||
@ -340,6 +341,7 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
ItemHeight = 0
|
||||
OnSelectionChange = ColorsListBoxSelectionChange
|
||||
TabOrder = 0
|
||||
TopIndex = -1
|
||||
end
|
||||
object ColorBox: TColorBox
|
||||
AnchorSideLeft.Control = DesignerColorsGroupBox
|
||||
@ -350,8 +352,8 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideBottom.Control = DesignerColorsGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 162
|
||||
Height = 31
|
||||
Top = 191
|
||||
Width = 210
|
||||
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbCustomColor, cbPrettyNames]
|
||||
Anchors = [akLeft, akBottom]
|
||||
|
@ -3,140 +3,141 @@
|
||||
LazarusResources.Add('TFormEditorOptionsFrame','FORMDATA',[
|
||||
'TPF0'#241#23'TFormEditorOptionsFrame'#22'FormEditorOptionsFrame'#6'Height'#3
|
||||
+'X'#2#5'Width'#3#1#3#12'ClientHeight'#3'X'#2#11'ClientWidth'#3#1#3#8'OnResiz'
|
||||
+'e'#7#11'FrameResize'#7'Visible'#8#10'DesignLeft'#3'5'#1#9'DesignTop'#3#195#0
|
||||
+#0#242#2#0#9'TGroupBox'#12'GridGroupBox'#22'AnchorSideLeft.Control'#7#22'Des'
|
||||
+'ignerColorsGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTo'
|
||||
+'p.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideR'
|
||||
+'ight.Side'#7#9'asrBottom'#4'Left'#3#232#0#6'Height'#3#141#0#3'Top'#2#0#5'Wi'
|
||||
+'dth'#3#25#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#18
|
||||
+'BorderSpacing.Left'#2#6#7'Caption'#6#12'GridGroupBox'#12'ClientHeight'#2'{'
|
||||
+#11'ClientWidth'#3#21#2#8'TabOrder'#2#0#0#6'TLabel'#14'GridSizeXLabel'#22'An'
|
||||
+'chorSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSideTop.Control'#7#17'Gri'
|
||||
+'dSizeXSpinEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'
|
||||
+#2#14#3'Top'#2'H'#5'Width'#2'F'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14
|
||||
+'GridSizeXLabel'#11'ParentColor'#8#0#0#6'TLabel'#14'GridSizeYLabel'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSideTop.Control'#7#17'GridSi'
|
||||
+'zeYSpinEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2
|
||||
+#14#3'Top'#2'c'#5'Width'#2'F'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'G'
|
||||
+'ridSizeYLabel'#11'ParentColor'#8#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'#23'AnchorSide'
|
||||
+'Right.Control'#7#12'GridGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2#17#3'Top'#2'.'#5'Width'#2'x'#18'BorderSpacing.Left'#2
|
||||
+#6#17'BorderSpacing.Top'#2#3#19'BorderSpacing.Right'#2#6#7'Caption'#6#18'Sna'
|
||||
+'pToGridCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#16'ShowGridCheckBox'#22'A'
|
||||
+'nchorSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSideTop.Control'#7#12'Gr'
|
||||
+'idGroupBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#2'n'#18'BorderSp'
|
||||
+'acing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#16'ShowGridCheckBox'
|
||||
+#8'TabOrder'#2#0#0#0#9'TCheckBox'#23'ShowBorderSpaceCheckBox'#22'AnchorSideL'
|
||||
+'eft.Control'#7#12'GridGroupBox'#21'AnchorSideTop.Control'#7#16'ShowGridChec'
|
||||
+'kBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'To'
|
||||
+'p'#2#26#5'Width'#3#152#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2
|
||||
+#3#7'Caption'#6#23'ShowBorderSpaceCheckBox'#8'TabOrder'#2#2#0#0#9'TSpinEdit'
|
||||
+#17'GridSizeXSpinEdit'#22'AnchorSideLeft.Control'#7#14'GridSizeXLabel'#19'An'
|
||||
+'chorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#18'SnapToGrid'
|
||||
+'CheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'R'#6'Height'#2#21
|
||||
+#3'Top'#2'E'#5'Width'#2'@'#20'BorderSpacing.Around'#2#6#8'MaxValue'#3#128#0#8
|
||||
+'MinValue'#2#2#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#3#5'Value'#2
|
||||
+#2#0#0#9'TSpinEdit'#17'GridSizeYSpinEdit'#22'AnchorSideLeft.Control'#7#14'Gr'
|
||||
+'idSizeYLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#17'GridSizeXSpinEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2
|
||||
+'R'#6'Height'#2#21#3'Top'#2'`'#5'Width'#2'@'#20'BorderSpacing.Around'#2#6#8
|
||||
+'MaxValue'#3#128#0#8'MinValue'#2#2#14'ParentShowHint'#8#8'ShowHint'#9#8'TabO'
|
||||
+'rder'#2#4#5'Value'#2#2#0#0#0#242#2#1#9'TGroupBox'#20'FormEditMiscGroupBox'
|
||||
+#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#22'Design'
|
||||
+'erColorsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.'
|
||||
+'Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBo'
|
||||
+'ttom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2
|
||||
+#0#6'Height'#3#167#0#3'Top'#3#214#0#5'Width'#3#1#3#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#7'Caption'#6#20
|
||||
+'FormEditMiscGroupBox'#12'ClientHeight'#3#149#0#11'ClientWidth'#3#253#2#8'Ta'
|
||||
+'bOrder'#2#1#0#9'TCheckBox'#29'ShowComponentCaptionsCheckBox'#22'AnchorSideL'
|
||||
+'eft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7'$Rubber'
|
||||
+'bandSelectsGrandChildsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'An'
|
||||
+'e'#7#11'FrameResize'#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3'5'#1#9'D'
|
||||
+'esignTop'#3#195#0#0#242#2#0#9'TGroupBox'#12'GridGroupBox'#22'AnchorSideLeft'
|
||||
+'.Control'#7#22'DesignerColorsGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBotto'
|
||||
+'m'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Own'
|
||||
+'er'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#232#0#6'Height'#3#169
|
||||
+#0#3'Top'#2#0#5'Width'#3#25#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8
|
||||
+'AutoSize'#9#18'BorderSpacing.Left'#2#6#7'Caption'#6#12'GridGroupBox'#12'Cli'
|
||||
+'entHeight'#3#150#0#11'ClientWidth'#3#21#2#8'TabOrder'#2#0#0#6'TLabel'#14'Gr'
|
||||
+'idSizeXLabel'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSideTo'
|
||||
+'p.Control'#7#17'GridSizeXSpinEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4
|
||||
+'Left'#2#6#6'Height'#2#18#3'Top'#2'X'#5'Width'#2'`'#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#14'GridSizeXLabel'#11'ParentColor'#8#0#0#6'TLabel'#14'Grid'
|
||||
+'SizeYLabel'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSideTop.'
|
||||
+'Control'#7#17'GridSizeYSpinEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2#18#3'Top'#2'y'#5'Width'#2'_'#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6#14'GridSizeYLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#18'Sna'
|
||||
+'pToGridCheckBox'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSid'
|
||||
+'eTop.Control'#7#23'ShowBorderSpaceCheckBox'#18'AnchorSideTop.Side'#7#9'asrB'
|
||||
+'ottom'#23'AnchorSideRight.Control'#7#12'GridGroupBox'#20'AnchorSideRight.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'8'#5'Width'#3#159#0
|
||||
+#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#19'BorderSpacing.Right'
|
||||
+#2#6#7'Caption'#6#18'SnapToGridCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#16
|
||||
+'ShowGridCheckBox'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSi'
|
||||
+'deTop.Control'#7#12'GridGroupBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'W'
|
||||
+'idth'#3#147#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Captio'
|
||||
+'n'#6#16'ShowGridCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#23'ShowBorderSpa'
|
||||
+'ceCheckBox'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSideTop.'
|
||||
+'Control'#7#16'ShowGridCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#22#3'Top'#2#31#5'Width'#3#204#0#18'BorderSpacing.Left'#2
|
||||
+#6#17'BorderSpacing.Top'#2#3#7'Caption'#6#23'ShowBorderSpaceCheckBox'#8'TabO'
|
||||
+'rder'#2#2#0#0#9'TSpinEdit'#17'GridSizeXSpinEdit'#22'AnchorSideLeft.Control'
|
||||
+#7#14'GridSizeXLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTo'
|
||||
+'p.Control'#7#18'SnapToGridCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2'l'#6'Height'#2#27#3'Top'#2'T'#5'Width'#2'@'#20'BorderSpacing.Around'
|
||||
+#2#6#8'MaxValue'#3#128#0#8'MinValue'#2#2#14'ParentShowHint'#8#8'ShowHint'#9#8
|
||||
+'TabOrder'#2#3#5'Value'#2#2#0#0#9'TSpinEdit'#17'GridSizeYSpinEdit'#22'Anchor'
|
||||
+'SideLeft.Control'#7#14'GridSizeYLabel'#19'AnchorSideLeft.Side'#7#9'asrBotto'
|
||||
+'m'#21'AnchorSideTop.Control'#7#17'GridSizeXSpinEdit'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2'k'#6'Height'#2#27#3'Top'#2'u'#5'Width'#2'@'#20'Bor'
|
||||
+'derSpacing.Around'#2#6#8'MaxValue'#3#128#0#8'MinValue'#2#2#14'ParentShowHin'
|
||||
+'t'#8#8'ShowHint'#9#8'TabOrder'#2#4#5'Value'#2#2#0#0#0#242#2#1#9'TGroupBox'
|
||||
+#20'FormEditMiscGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSid'
|
||||
+'eTop.Control'#7#22'DesignerColorsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBo'
|
||||
+'ttom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'a'
|
||||
+'srBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#203#0#3'Top'#3#253#0#5'Width'#3#1#3#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#17'BorderSpacing.'
|
||||
+'Top'#2#6#7'Caption'#6#20'FormEditMiscGroupBox'#12'ClientHeight'#3#184#0#11
|
||||
+'ClientWidth'#3#253#2#8'TabOrder'#2#1#0#9'TCheckBox'#29'ShowComponentCaption'
|
||||
+'sCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorS'
|
||||
+'ideTop.Control'#7'$RubberbandSelectsGrandChildsCheckBox'#18'AnchorSideTop.S'
|
||||
+'ide'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#20'FormEditMiscGroupBox'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2
|
||||
+#31#5'Width'#3#252#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#19
|
||||
+'BorderSpacing.Right'#2#6#7'Caption'#6#29'ShowComponentCaptionsCheckBox'#8'T'
|
||||
+'abOrder'#2#0#0#0#9'TCheckBox'#23'ShowEditorHintsCheckBox'#22'AnchorSideLeft'
|
||||
+'.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#29'ShowCom'
|
||||
+'ponentCaptionsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSide'
|
||||
+'Right.Control'#7#20'FormEditMiscGroupBox'#20'AnchorSideRight.Side'#7#9'asrB'
|
||||
+'ottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'8'#5'Width'#3#191#0#18'BorderSpa'
|
||||
+'cing.Left'#2#6#17'BorderSpacing.Top'#2#3#19'BorderSpacing.Right'#2#6#7'Capt'
|
||||
+'ion'#6#23'ShowEditorHintsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#30'Open'
|
||||
,'DesignerOnOpenUnitCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGro'
|
||||
+'upBox'#21'AnchorSideTop.Control'#7#23'ShowEditorHintsCheckBox'#18'AnchorSid'
|
||||
+'eTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#20'FormEditMiscGrou'
|
||||
+'pBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3
|
||||
+'Top'#2'Q'#5'Width'#3#0#1#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2
|
||||
+#3#19'BorderSpacing.Right'#2#6#7'Caption'#6#30'OpenDesignerOnOpenUnitCheckBo'
|
||||
+'x'#8'TabOrder'#2#2#0#0#9'TCheckBox'#25'RightClickSelectsCheckBox'#22'Anchor'
|
||||
+'SideLeft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#30
|
||||
+'OpenDesignerOnOpenUnitCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'An'
|
||||
+'chorSideRight.Control'#7#20'FormEditMiscGroupBox'#20'AnchorSideRight.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#26#5'Width'#3#188#0#18'Bor'
|
||||
+'derSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#19'BorderSpacing.Right'#2#6#7
|
||||
+'Caption'#6#29'ShowComponentCaptionsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBo'
|
||||
+'x'#23'ShowEditorHintsCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMisc'
|
||||
+'GroupBox'#21'AnchorSideTop.Control'#7#29'ShowComponentCaptionsCheckBox'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#20'FormEdi'
|
||||
+'tMiscGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
+#2#17#3'Top'#2'.'#5'Width'#3#143#0#18'BorderSpacing.Left'#2#6#17'BorderSpaci'
|
||||
+'ng.Top'#2#3#19'BorderSpacing.Right'#2#6#7'Caption'#6#23'ShowEditorHintsChec'
|
||||
+'kBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#29'AutoCreateFormsOnOpenCheckBox'#22
|
||||
,'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'
|
||||
+#7#23'ShowEditorHintsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anch'
|
||||
+'orSideRight.Control'#7#20'FormEditMiscGroupBox'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'B'#5'Width'#3#190#0#18'Borde'
|
||||
+'rSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#19'BorderSpacing.Right'#2#6#7
|
||||
+'Caption'#6#29'AutoCreateFormsOnOpenCheckBox'#8'TabOrder'#2#2#0#0#9'TCheckBo'
|
||||
+'x'#25'RightClickSelectsCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMi'
|
||||
+'scGroupBox'#21'AnchorSideTop.Control'#7#29'AutoCreateFormsOnOpenCheckBox'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#20'FormEdi'
|
||||
+'tMiscGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
+#2#17#3'Top'#2'V'#5'Width'#3#145#0#18'BorderSpacing.Left'#2#6#17'BorderSpaci'
|
||||
+'ng.Top'#2#3#7'Caption'#6#25'RightClickSelectsCheckBox'#8'TabOrder'#2#3#0#0#9
|
||||
+'TCheckBox'#25'DesignerPaintLazyCheckBox'#22'AnchorSideLeft.Control'#7#20'Fo'
|
||||
+'rmEditMiscGroupBox'#21'AnchorSideTop.Control'#7#25'RightClickSelectsCheckBo'
|
||||
+'x'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#20'F'
|
||||
+'ormEditMiscGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#17#3'Top'#2'j'#5'Width'#3#153#0#18'BorderSpacing.Left'#2#6#17'Bor'
|
||||
+'derSpacing.Top'#2#3#7'Caption'#6#25'DesignerPaintLazyCheckBox'#14'ParentSho'
|
||||
+'wHint'#8#8'ShowHint'#9#8'TabOrder'#2#4#0#0#9'TCheckBox'#27'CreateCompFocusN'
|
||||
+'ameCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'Ancho'
|
||||
+'rSideTop.Control'#7#25'DesignerPaintLazyCheckBox'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'~'#5'Width'#3#180#0#18'Borde'
|
||||
+'rSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#20'BorderSpacing.Bottom'#2#6#7
|
||||
+'Caption'#6#27'CreateCompFocusNameCheckBox'#14'ParentShowHint'#8#8'ShowHint'
|
||||
+#9#8'TabOrder'#2#5#0#0#9'TCheckBox$RubberbandSelectsGrandChildsCheckBox'#22
|
||||
+'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'
|
||||
+#7#20'FormEditMiscGroupBox'#23'AnchorSideRight.Control'#7#20'FormEditMiscGro'
|
||||
+'upBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3
|
||||
+'Top'#2#6#5'Width'#3#247#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18
|
||||
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6'$RubberbandS'
|
||||
+'electsGrandChildsCheckBox'#8'TabOrder'#2#6#0#0#0#242#2#2#9'TGroupBox'#18'Gu'
|
||||
+'ideLinesGroupBox'#22'AnchorSideLeft.Control'#7#22'DesignerColorsGroupBox'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#12'GridGrou'
|
||||
+'pBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5
|
||||
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3#232#0#6'Height'#2'='#3'Top'#3#147#0#5'Width'#3#25#2#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#18'BorderSpacing.'
|
||||
+'Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#18'GuideLinesGroupBox'#12
|
||||
+'ClientHeight'#2'+'#11'ClientWidth'#3#21#2#8'TabOrder'#2#2#0#9'TCheckBox'#22
|
||||
+'ShowGuideLinesCheckBox'#22'AnchorSideLeft.Control'#7#18'GuideLinesGroupBox'
|
||||
+#23'AnchorSideRight.Control'#7#18'GuideLinesGroupBox'#20'AnchorSideRight.Sid'
|
||||
+'e'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#0#5'Width'#3#9#2#7'An'
|
||||
+'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'Bor'
|
||||
+'derSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#22'ShowGuideLi'
|
||||
+'nesCheckBox'#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#17#3'Top'#2#20#5'Width'#3#9#2#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpac'
|
||||
+'ing.Top'#2#3#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Cap'
|
||||
+'tion'#6#24'SnapToGuideLinesCheckBox'#8'TabOrder'#2#1#0#0#0#242#2#3#9'TGroup'
|
||||
+'Box'#22'DesignerColorsGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'An'
|
||||
+'chorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20'A'
|
||||
+'nchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#18'Guide'
|
||||
+'LinesGroupBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#0#6'Heigh'
|
||||
+'t'#3#208#0#3'Top'#2#0#5'Width'#3#226#0#7'Anchors'#11#5'akTop'#6'akLeft'#8'a'
|
||||
+'kBottom'#0#7'Caption'#6#22'DesignerColorsGroupBox'#12'ClientHeight'#3#190#0
|
||||
+#11'ClientWidth'#3#222#0#8'TabOrder'#2#3#0#13'TColorListBox'#13'ColorsListBo'
|
||||
+'x'#22'AnchorSideLeft.Control'#7#22'DesignerColorsGroupBox'#21'AnchorSideTop'
|
||||
+'.Control'#7#22'DesignerColorsGroupBox'#24'AnchorSideBottom.Control'#7#8'Col'
|
||||
+'orBox'#4'Left'#2#6#6'Height'#3#150#0#3'Top'#2#6#5'Width'#3#210#0#5'Style'#11
|
||||
+#14'cbCustomColors'#0#11'OnGetColors'#7#22'ColorsListBoxGetColors'#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#10'ItemHei'
|
||||
,'ght'#2#0#17'OnSelectionChange'#7#28'ColorsListBoxSelectionChange'#8'TabOrde'
|
||||
+'r'#2#0#0#0#9'TColorBox'#8'ColorBox'#22'AnchorSideLeft.Control'#7#22'Designe'
|
||||
+'rColorsGroupBox'#21'AnchorSideTop.Control'#7#13'ColorsListBox'#18'AnchorSid'
|
||||
+'eTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#13'ColorsListBox'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#22'Desi'
|
||||
+'gnerColorsGroupBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#22#3'Top'#3#162#0#5'Width'#3#210#0#5'Style'#11#16'cbStandardColor'
|
||||
+'s'#16'cbExtendedColors'#14'cbSystemColors'#13'cbCustomColor'#13'cbPrettyNam'
|
||||
+'es'#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#10
|
||||
+'ItemHeight'#2#16#8'OnChange'#7#14'ColorBoxChange'#8'TabOrder'#2#1#0#0#0#0
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'j'#5'Width'#3#195#0#18'Bor'
|
||||
+'derSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#7'Caption'#6#25'RightClickSe'
|
||||
+'lectsCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#25'DesignerPaintLazyCheckBo'
|
||||
+'x'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.C'
|
||||
+'ontrol'#7#25'RightClickSelectsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#23'AnchorSideRight.Control'#7#20'FormEditMiscGroupBox'#20'AnchorSideRigh'
|
||||
+'t.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#131#0#5'Width'#3
|
||||
+#204#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#7'Caption'#6#25
|
||||
+'DesignerPaintLazyCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2
|
||||
+#4#0#0#9'TCheckBox'#27'CreateCompFocusNameCheckBox'#22'AnchorSideLeft.Contro'
|
||||
+'l'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#25'DesignerPaintL'
|
||||
+'azyCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#22#3'Top'#3#156#0#5'Width'#3#244#0#18'BorderSpacing.Left'#2#6#17'BorderSpac'
|
||||
+'ing.Top'#2#3#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#27'CreateCompFocusNa'
|
||||
+'meCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#5#0#0#9'TCheck'
|
||||
+'Box$RubberbandSelectsGrandChildsCheckBox'#22'AnchorSideLeft.Control'#7#20'F'
|
||||
+'ormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#20'FormEditMiscGroupBox'#23
|
||||
+'AnchorSideRight.Control'#7#20'FormEditMiscGroupBox'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#247#2#7'Anc'
|
||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'Bord'
|
||||
+'erSpacing.Top'#2#6#7'Caption'#6'$RubberbandSelectsGrandChildsCheckBox'#8'Ta'
|
||||
+'bOrder'#2#6#0#0#0#242#2#2#9'TGroupBox'#18'GuideLinesGroupBox'#22'AnchorSide'
|
||||
+'Left.Control'#7#22'DesignerColorsGroupBox'#19'AnchorSideLeft.Side'#7#9'asrB'
|
||||
+'ottom'#21'AnchorSideTop.Control'#7#12'GridGroupBox'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#232#0#6'H'
|
||||
+'eight'#2'H'#3'Top'#3#175#0#5'Width'#3#25#2#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'
|
||||
+#2#6#7'Caption'#6#18'GuideLinesGroupBox'#12'ClientHeight'#2'5'#11'ClientWidt'
|
||||
+'h'#3#21#2#8'TabOrder'#2#2#0#9'TCheckBox'#22'ShowGuideLinesCheckBox'#22'Anch'
|
||||
+'orSideLeft.Control'#7#18'GuideLinesGroupBox'#23'AnchorSideRight.Control'#7
|
||||
+#18'GuideLinesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#22#3'Top'#2#0#5'Width'#3#9#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
||||
+'kRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpa'
|
||||
+'cing.Right'#2#6#7'Caption'#6#22'ShowGuideLinesCheckBox'#8'TabOrder'#2#0#0#0
|
||||
+#9'TCheckBox'#24'SnapToGuideLinesCheckBox'#22'AnchorSideLeft.Control'#7#18'G'
|
||||
+'uideLinesGroupBox'#21'AnchorSideTop.Control'#7#22'ShowGuideLinesCheckBox'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#18'GuideLi'
|
||||
+'nesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#22#3'Top'#2#25#5'Width'#3#9#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#19'BorderSpacing.Right'
|
||||
+#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#24'SnapToGuideLinesCheckBox'#8
|
||||
+'TabOrder'#2#1#0#0#0#242#2#3#9'TGroupBox'#22'DesignerColorsGroupBox'#22'Anch'
|
||||
+'orSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#23'Anch'
|
||||
+'orSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24
|
||||
+'AnchorSideBottom.Control'#7#18'GuideLinesGroupBox'#21'AnchorSideBottom.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#247#0#3'Top'#2#0#5'Width'#3#226#0#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#7'Caption'#6#22'DesignerColors'
|
||||
+'GroupBox'#12'ClientHeight'#3#228#0#11'ClientWidth'#3#222#0#8'TabOrder'#2#3#0
|
||||
+#13'TColorListBox'#13'ColorsListBox'#22'AnchorSideLeft.Control'#7#22'Designe'
|
||||
+'rColorsGroupBox'#21'AnchorSideTop.Control'#7#22'DesignerColorsGroupBox'#24
|
||||
+'AnchorSideBottom.Control'#7#8'ColorBox'#4'Left'#2#6#6'Height'#3#179#0#3'Top'
|
||||
+#2#6#5'Width'#3#210#0#5'Style'#11#14'cbCustomColors'#0#11'OnGetColors'#7#22
|
||||
+'ColorsListBoxGetColors'#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'B'
|
||||
,'orderSpacing.Around'#2#6#10'ItemHeight'#2#0#17'OnSelectionChange'#7#28'Colo'
|
||||
+'rsListBoxSelectionChange'#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#9'TColorBox'
|
||||
+#8'ColorBox'#22'AnchorSideLeft.Control'#7#22'DesignerColorsGroupBox'#21'Anch'
|
||||
+'orSideTop.Control'#7#13'ColorsListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#23'AnchorSideRight.Control'#7#13'ColorsListBox'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#24'AnchorSideBottom.Control'#7#22'DesignerColorsGroupBox'#21'Anc'
|
||||
+'horSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#31#3'Top'#3#191#0
|
||||
+#5'Width'#3#210#0#5'Style'#11#16'cbStandardColors'#16'cbExtendedColors'#14'c'
|
||||
+'bSystemColors'#13'cbCustomColor'#13'cbPrettyNames'#0#7'Anchors'#11#6'akLeft'
|
||||
+#8'akBottom'#0#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#16#8'OnChange'#7
|
||||
+#14'ColorBoxChange'#8'TabOrder'#2#1#0#0#0#0
|
||||
]);
|
||||
|
@ -42,7 +42,7 @@ type
|
||||
{ TFormEditorOptionsFrame }
|
||||
|
||||
TFormEditorOptionsFrame = class(TAbstractIDEOptionsEditor)
|
||||
AutoCreateFormsOnOpenCheckBox: TCheckBox;
|
||||
OpenDesignerOnOpenUnitCheckBox: TCheckBox;
|
||||
ColorBox: TColorBox;
|
||||
ColorsListBox: TColorListBox;
|
||||
CreateCompFocusNameCheckBox: TCheckBox;
|
||||
@ -111,7 +111,7 @@ procedure TFormEditorOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||
begin
|
||||
ShowComponentCaptionsCheckBox.Caption:=dlgShowCaps;
|
||||
ShowEditorHintsCheckBox.Caption:=dlgShowEdrHints;
|
||||
AutoCreateFormsOnOpenCheckBox.Caption:=dlgAutoForm;
|
||||
OpenDesignerOnOpenUnitCheckBox.Caption:=lisOpenDesignerOnOpenUnit;
|
||||
RightClickSelectsCheckBox.Caption:=dlgRightClickSelects;
|
||||
|
||||
with DesignerPaintLazyCheckBox do
|
||||
@ -159,7 +159,7 @@ begin
|
||||
SnapToGuideLinesCheckBox.Checked := SnapToGuideLines;
|
||||
ShowComponentCaptionsCheckBox.Checked := ShowComponentCaptions;
|
||||
ShowEditorHintsCheckBox.Checked := ShowEditorHints;
|
||||
AutoCreateFormsOnOpenCheckBox.Checked := AutoCreateFormsOnOpen;
|
||||
OpenDesignerOnOpenUnitCheckBox.Checked := AutoCreateFormsOnOpen;
|
||||
RightClickSelectsCheckBox.Checked := RightClickSelects;
|
||||
RubberbandSelectsGrandChildsCheckBox.Checked := RubberbandSelectsGrandChilds;
|
||||
DesignerPaintLazyCheckBox.Checked := DesignerPaintLazy;
|
||||
@ -190,7 +190,7 @@ begin
|
||||
SnapToGuideLines := SnapToGuideLinesCheckBox.Checked;
|
||||
ShowComponentCaptions := ShowComponentCaptionsCheckBox.Checked;
|
||||
ShowEditorHints := ShowEditorHintsCheckBox.Checked;
|
||||
AutoCreateFormsOnOpen := AutoCreateFormsOnOpenCheckBox.Checked;
|
||||
AutoCreateFormsOnOpen := OpenDesignerOnOpenUnitCheckBox.Checked;
|
||||
RightClickSelects := RightClickSelectsCheckBox.Checked;
|
||||
RubberbandSelectsGrandChilds := RubberbandSelectsGrandChildsCheckBox.Checked;
|
||||
DesignerPaintLazy := DesignerPaintLazyCheckBox.Checked;
|
||||
|
@ -1047,8 +1047,8 @@ resourcestring
|
||||
dlgRightBottomClr = 'Guide lines Right,Bottom';
|
||||
dlgShowCaps = 'Show component captions';
|
||||
dlgShowEdrHints = 'Show editor hints';
|
||||
dlgAutoForm = 'Auto create form when opening unit';
|
||||
dlgrightClickSelects = 'Right Click selects';
|
||||
lisOpenDesignerOnOpenUnit = 'Open designer on open unit';
|
||||
dlgGrabberColor = 'Grabber color';
|
||||
dlgMarkerColor = 'Marker color';
|
||||
lisFEPaintDesignerItemsOnIdle = 'Reduce designer painting';
|
||||
|
Loading…
Reference in New Issue
Block a user