mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
ide: change combobox to spinedit in the form editor options page
git-svn-id: trunk@23083 -
This commit is contained in:
parent
39c6ed894c
commit
4dec15ed37
@ -16,17 +16,17 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
Top = 0
|
||||
Width = 337
|
||||
Caption = 'GridGroupBox'
|
||||
ClientHeight = 190
|
||||
ClientWidth = 329
|
||||
ClientHeight = 194
|
||||
ClientWidth = 333
|
||||
TabOrder = 0
|
||||
object GridColorLabel: TLabel
|
||||
AnchorSideLeft.Control = GridGroupBox
|
||||
AnchorSideTop.Control = GridSizeYLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 124
|
||||
Width = 91
|
||||
Height = 14
|
||||
Top = 113
|
||||
Width = 70
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'GridColorLabel'
|
||||
@ -37,9 +37,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Control = SnapToGridCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 68
|
||||
Width = 92
|
||||
Height = 14
|
||||
Top = 65
|
||||
Width = 70
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'GridSizeXLabel'
|
||||
ParentColor = False
|
||||
@ -49,9 +49,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Control = GridSizeXLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 96
|
||||
Width = 92
|
||||
Height = 14
|
||||
Top = 89
|
||||
Width = 70
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'GridSizeYLabel'
|
||||
@ -62,9 +62,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = GridColorLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 103
|
||||
Left = 82
|
||||
Height = 23
|
||||
Top = 122
|
||||
Top = 109
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
@ -78,9 +78,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = GridGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 44
|
||||
Width = 156
|
||||
Height = 17
|
||||
Top = 42
|
||||
Width = 120
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Right = 6
|
||||
@ -90,75 +90,57 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
object ShowGridCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = GridGroupBox
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 17
|
||||
Top = 0
|
||||
Width = 142
|
||||
Width = 110
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'ShowGridCheckBox'
|
||||
TabOrder = 0
|
||||
end
|
||||
object GridSizeXComboBox: TComboBox
|
||||
AnchorSideLeft.Control = GridSizeXLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = GridSizeXLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 104
|
||||
Height = 21
|
||||
Top = 67
|
||||
Width = 100
|
||||
ItemHeight = 0
|
||||
Items.Strings = (
|
||||
'2'
|
||||
'5'
|
||||
'8'
|
||||
'10'
|
||||
'12'
|
||||
'15'
|
||||
'20'
|
||||
'25'
|
||||
'30'
|
||||
)
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 2
|
||||
end
|
||||
object GridSizeYComboBox: TComboBox
|
||||
AnchorSideLeft.Control = GridSizeYLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = GridSizeYLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 104
|
||||
Height = 21
|
||||
Top = 95
|
||||
Width = 100
|
||||
ItemHeight = 0
|
||||
Items.Strings = (
|
||||
'2'
|
||||
'5'
|
||||
'8'
|
||||
'10'
|
||||
'12'
|
||||
'15'
|
||||
'20'
|
||||
'25'
|
||||
'30'
|
||||
)
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 3
|
||||
end
|
||||
object ShowBorderSpaceCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = GridGroupBox
|
||||
AnchorSideTop.Control = ShowGridCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 22
|
||||
Width = 193
|
||||
Height = 17
|
||||
Top = 21
|
||||
Width = 152
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 4
|
||||
Caption = 'ShowBorderSpaceCheckBox'
|
||||
TabOrder = 2
|
||||
end
|
||||
object GridSizeXSpinEdit: TSpinEdit
|
||||
AnchorSideLeft.Control = GridSizeXLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = GridSizeXLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 82
|
||||
Height = 21
|
||||
Top = 62
|
||||
Width = 64
|
||||
MaxValue = 128
|
||||
MinValue = 2
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 3
|
||||
Value = 2
|
||||
end
|
||||
object GridSizeYSpinEdit: TSpinEdit
|
||||
AnchorSideLeft.Control = GridSizeYLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = GridSizeYLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 82
|
||||
Height = 21
|
||||
Top = 86
|
||||
Width = 64
|
||||
MaxValue = 128
|
||||
MinValue = 2
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 4
|
||||
Value = 2
|
||||
end
|
||||
end
|
||||
object RubberbandGroupBox: TGroupBox[1]
|
||||
@ -174,8 +156,8 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'RubberbandGroupBox'
|
||||
ClientHeight = 190
|
||||
ClientWidth = 186
|
||||
ClientHeight = 194
|
||||
ClientWidth = 190
|
||||
Color = clBtnFace
|
||||
ParentColor = False
|
||||
TabOrder = 1
|
||||
@ -185,7 +167,7 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 30
|
||||
Top = 26
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
@ -198,7 +180,7 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 83
|
||||
Top = 75
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
@ -211,9 +193,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = RubberbandGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 174
|
||||
Width = 178
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'RubberbandSelectColorLabel'
|
||||
@ -226,9 +208,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = RubberbandGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 59
|
||||
Width = 174
|
||||
Height = 14
|
||||
Top = 55
|
||||
Width = 178
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'RubberbandCreateColorLabel'
|
||||
@ -241,9 +223,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = RubberbandGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 112
|
||||
Width = 174
|
||||
Height = 17
|
||||
Top = 104
|
||||
Width = 178
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'RubberbandSelectsGrandChildsCheckBox'
|
||||
@ -264,17 +246,17 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'FormEditMiscGroupBox'
|
||||
ClientHeight = 204
|
||||
ClientWidth = 329
|
||||
ClientHeight = 208
|
||||
ClientWidth = 333
|
||||
TabOrder = 2
|
||||
object GrabberColorButton: TColorButton
|
||||
AnchorSideLeft.Control = GrabberColorLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = GrabberColorLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 128
|
||||
Left = 102
|
||||
Height = 23
|
||||
Top = 92
|
||||
Top = 86
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
@ -286,9 +268,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = MarkerColorLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 120
|
||||
Left = 96
|
||||
Height = 23
|
||||
Top = 120
|
||||
Top = 110
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
@ -300,9 +282,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Control = RightClickSelectsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 94
|
||||
Width = 116
|
||||
Height = 14
|
||||
Top = 90
|
||||
Width = 90
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'GrabberColorLabel'
|
||||
@ -313,9 +295,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Control = GrabberColorLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 122
|
||||
Width = 108
|
||||
Height = 14
|
||||
Top = 114
|
||||
Width = 84
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MarkerColorLabel'
|
||||
@ -326,9 +308,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 17
|
||||
Top = 0
|
||||
Width = 245
|
||||
Width = 188
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'ShowComponentCaptionsCheckBox'
|
||||
@ -341,9 +323,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 22
|
||||
Width = 186
|
||||
Height = 17
|
||||
Top = 21
|
||||
Width = 143
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Right = 6
|
||||
@ -357,9 +339,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 44
|
||||
Width = 244
|
||||
Height = 17
|
||||
Top = 42
|
||||
Width = 190
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Right = 6
|
||||
@ -373,9 +355,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 66
|
||||
Width = 190
|
||||
Height = 17
|
||||
Top = 63
|
||||
Width = 145
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 4
|
||||
Caption = 'RightClickSelectsCheckBox'
|
||||
@ -388,9 +370,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 150
|
||||
Width = 198
|
||||
Height = 17
|
||||
Top = 138
|
||||
Width = 153
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'DesignerPaintLazyCheckBox'
|
||||
@ -403,9 +385,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Control = DesignerPaintLazyCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 174
|
||||
Width = 233
|
||||
Height = 17
|
||||
Top = 161
|
||||
Width = 180
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'CreateCompFocusNameCheckBox'
|
||||
ParentShowHint = False
|
||||
@ -430,15 +412,15 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'GuideLinesGroupBox'
|
||||
ClientHeight = 204
|
||||
ClientWidth = 186
|
||||
ClientHeight = 208
|
||||
ClientWidth = 190
|
||||
TabOrder = 3
|
||||
object GuideLineColorLeftTopButton: TColorButton
|
||||
AnchorSideTop.Control = GuideLineColorLeftTopLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 98
|
||||
Top = 94
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
@ -450,7 +432,7 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 151
|
||||
Top = 143
|
||||
Width = 50
|
||||
BorderWidth = 2
|
||||
ButtonColorSize = 16
|
||||
@ -462,9 +444,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = GuideLinesGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 74
|
||||
Width = 174
|
||||
Width = 178
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'GuideLineColorLeftTopLabel'
|
||||
@ -477,9 +459,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = GuideLinesGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 127
|
||||
Width = 174
|
||||
Height = 14
|
||||
Top = 123
|
||||
Width = 178
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'GuideLineColorRightBottomLabel'
|
||||
@ -490,9 +472,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = GuideLinesGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 17
|
||||
Top = 0
|
||||
Width = 174
|
||||
Width = 178
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ShowGuideLinesCheckBox'
|
||||
@ -505,9 +487,9 @@ inherited FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = GuideLinesGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 24
|
||||
Width = 174
|
||||
Height = 17
|
||||
Top = 23
|
||||
Width = 178
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'SnapToGuideLinesCheckBox'
|
||||
|
@ -7,184 +7,182 @@ LazarusResources.Add('TFormEditorOptionsFrame','FORMDATA',[
|
||||
+#9'DesignTop'#3#195#0#0#242#2#0#9'TGroupBox'#12'GridGroupBox'#22'AnchorSideL'
|
||||
+'eft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#4'Left'#2#0#6
|
||||
+'Height'#3#212#0#3'Top'#2#0#5'Width'#3'Q'#1#7'Caption'#6#12'GridGroupBox'#12
|
||||
+'ClientHeight'#3#190#0#11'ClientWidth'#3'I'#1#8'TabOrder'#2#0#0#6'TLabel'#14
|
||||
+'ClientHeight'#3#194#0#11'ClientWidth'#3'M'#1#8'TabOrder'#2#0#0#6'TLabel'#14
|
||||
+'GridColorLabel'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSide'
|
||||
+'Top.Control'#7#14'GridSizeYLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'L'
|
||||
+'eft'#2#6#6'Height'#2#18#3'Top'#2'|'#5'Width'#2'['#17'BorderSpacing.Top'#2#4
|
||||
+'eft'#2#6#6'Height'#2#14#3'Top'#2'q'#5'Width'#2'F'#17'BorderSpacing.Top'#2#4
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'GridColorLabel'#11'ParentColor'
|
||||
+#8#0#0#6'TLabel'#14'GridSizeXLabel'#22'AnchorSideLeft.Control'#7#12'GridGrou'
|
||||
+'pBox'#21'AnchorSideTop.Control'#7#18'SnapToGridCheckBox'#18'AnchorSideTop.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#18#3'Top'#2'D'#5'Width'#2'\'#20
|
||||
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'A'#5'Width'#2'F'#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#14'GridSizeXLabel'#11'ParentColor'#8
|
||||
+#0#0#6'TLabel'#14'GridSizeYLabel'#22'AnchorSideLeft.Control'#7#12'GridGroupB'
|
||||
+'ox'#21'AnchorSideTop.Control'#7#14'GridSizeXLabel'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#18#3'Top'#2'`'#5'Width'#2'\'#17'Border'
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'Y'#5'Width'#2'F'#17'Border'
|
||||
+'Spacing.Top'#2#4#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'GridSizeYLabe'
|
||||
+'l'#11'ParentColor'#8#0#0#12'TColorButton'#15'GridColorButton'#22'AnchorSide'
|
||||
+'Left.Control'#7#14'GridColorLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
||||
+'AnchorSideTop.Control'#7#14'GridColorLabel'#18'AnchorSideTop.Side'#7#9'asrC'
|
||||
+'enter'#4'Left'#2'g'#6'Height'#2#23#3'Top'#2'z'#5'Width'#2'2'#11'BorderWidth'
|
||||
+'enter'#4'Left'#2'R'#6'Height'#2#23#3'Top'#2'm'#5'Width'#2'2'#11'BorderWidth'
|
||||
+#2#2#15'ButtonColorSize'#2#16#11'ButtonColor'#7#7'clBlack'#5'Color'#7#9'clBt'
|
||||
+'nFace'#0#0#9'TCheckBox'#18'SnapToGridCheckBox'#22'AnchorSideLeft.Control'#7
|
||||
+#12'GridGroupBox'#21'AnchorSideTop.Control'#7#23'ShowBorderSpaceCheckBox'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#12'GridGro'
|
||||
+'upBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#18#3
|
||||
+'Top'#2','#5'Width'#3#156#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'
|
||||
+#2#4#19'BorderSpacing.Right'#2#6#7'Caption'#6#18'SnapToGridCheckBox'#8'TabOr'
|
||||
+'der'#2#1#0#0#9'TCheckBox'#16'ShowGridCheckBox'#22'AnchorSideLeft.Control'#7
|
||||
+#12'GridGroupBox'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#0#5'Width'#3#142#0#18
|
||||
+'BorderSpacing.Left'#2#6#7'Caption'#6#16'ShowGridCheckBox'#8'TabOrder'#2#0#0
|
||||
+#0#9'TComboBox'#17'GridSizeXComboBox'#22'AnchorSideLeft.Control'#7#14'GridSi'
|
||||
+'zeXLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
||||
+#14'GridSizeXLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'h'#6'Hei'
|
||||
+'ght'#2#21#3'Top'#2'C'#5'Width'#2'd'#10'ItemHeight'#2#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#14'Par'
|
||||
+'entShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#2#0#0#9'TComboBox'#17'GridSizeYC'
|
||||
+'omboBox'#22'AnchorSideLeft.Control'#7#14'GridSizeYLabel'#19'AnchorSideLeft.'
|
||||
+'Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#14'GridSizeYLabel'#18'Anch'
|
||||
+'orSideTop.Side'#7#9'asrCenter'#4'Left'#2'h'#6'Height'#2#21#3'Top'#2'_'#5'Wi'
|
||||
+'dth'#2'd'#10'ItemHeight'#2#0#13'Items.Strings'#1#6#1'2'#6#1'5'#6#1'8'#6#2'1'
|
||||
+'0'#6#2'12'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#14'ParentShowHint'#8#8'ShowHin'
|
||||
+'t'#9#8'TabOrder'#2#3#0#0#9'TCheckBox'#23'ShowBorderSpaceCheckBox'#22'Anchor'
|
||||
+'SideLeft.Control'#7#12'GridGroupBox'#21'AnchorSideTop.Control'#7#16'ShowGri'
|
||||
+'dCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#18
|
||||
+#3'Top'#2#22#5'Width'#3#193#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.To'
|
||||
+'p'#2#4#7'Caption'#6#23'ShowBorderSpaceCheckBox'#8'TabOrder'#2#4#0#0#0#242#2
|
||||
+#1#9'TGroupBox'#18'RubberbandGroupBox'#22'AnchorSideLeft.Control'#7#12'GridG'
|
||||
+'roupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
||||
+#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3'W'#1#6'Height'#3#212#0#3'Top'#2#0#5'Width'#3#194#0#7'A'
|
||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#7'Cap'
|
||||
+'tion'#6#18'RubberbandGroupBox'#12'ClientHeight'#3#190#0#11'ClientWidth'#3
|
||||
+#186#0#5'Color'#7#9'clBtnFace'#11'ParentColor'#8#8'TabOrder'#2#1#0#12'TColor'
|
||||
+'Button'#27'RubberbandSelectColorButton'#22'AnchorSideLeft.Control'#7#26'Rub'
|
||||
+'berbandSelectColorLabel'#21'AnchorSideTop.Control'#7#26'RubberbandSelectCol'
|
||||
+'orLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3
|
||||
+'Top'#2#30#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#11'But'
|
||||
+'tonColor'#7#7'clBlack'#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#27'Rubb'
|
||||
+'erbandCreateColorButton'#22'AnchorSideLeft.Control'#7#26'RubberbandCreateCo'
|
||||
+'lorLabel'#21'AnchorSideTop.Control'#7#26'RubberbandCreateColorLabel'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'S'#5'Wi'
|
||||
,'dth'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#11'ButtonColor'#7#7
|
||||
+'clBlack'#5'Color'#7#9'clBtnFace'#0#0#6'TLabel'#26'RubberbandSelectColorLabe'
|
||||
+'l'#22'AnchorSideLeft.Control'#7#18'RubberbandGroupBox'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#18'RubberbandGroupBox'#23'AnchorSideRight.Control'#7#18'RubberbandG'
|
||||
+'roupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#18
|
||||
+#3'Top'#2#6#5'Width'#3#174#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#18#3'Top'#2';'#5'Width'#3#174#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#18#3'Top'#2'p'
|
||||
+#5'Width'#3#174#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#242#2#2#9'TGroupBox'#20'FormEditMiscGroupBox'#22'AnchorSide'
|
||||
+'Left.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#12'GridGroupBox'#18'An'
|
||||
+'chorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#24
|
||||
+'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2#0#6'Height'#3#226#0#3'Top'#3#218#0#5'Width'#3'Q'#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#8'akBottom'#0#17'BorderSpacing.Top'#2#6#7'Caption'#6
|
||||
+#20'FormEditMiscGroupBox'#12'ClientHeight'#3#204#0#11'ClientWidth'#3'I'#1#8
|
||||
+'TabOrder'#2#2#0#12'TColorButton'#18'GrabberColorButton'#22'AnchorSideLeft.C'
|
||||
+'ontrol'#7#17'GrabberColorLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'A'
|
||||
+'nchorSideTop.Control'#7#17'GrabberColorLabel'#18'AnchorSideTop.Side'#7#9'as'
|
||||
+'rCenter'#4'Left'#3#128#0#6'Height'#2#23#3'Top'#2'\'#5'Width'#2'2'#11'Border'
|
||||
+'Width'#2#2#15'ButtonColorSize'#2#16#11'ButtonColor'#7#7'clBlack'#5'Color'#7
|
||||
+#9'clBtnFace'#0#0#12'TColorButton'#17'MarkerColorButton'#22'AnchorSideLeft.C'
|
||||
+'ontrol'#7#16'MarkerColorLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'An'
|
||||
+'chorSideTop.Control'#7#16'MarkerColorLabel'#18'AnchorSideTop.Side'#7#9'asrC'
|
||||
+'enter'#4'Left'#2'x'#6'Height'#2#23#3'Top'#2'x'#5'Width'#2'2'#11'BorderWidth'
|
||||
+#2#2#15'ButtonColorSize'#2#16#11'ButtonColor'#7#7'clBlack'#5'Color'#7#9'clBt'
|
||||
+'nFace'#0#0#6'TLabel'#17'GrabberColorLabel'#22'AnchorSideLeft.Control'#7#20
|
||||
+'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#25'RightClickSelectsCheck'
|
||||
+'Box'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#18#3'Top'
|
||||
+#2'^'#5'Width'#2't'#17'BorderSpacing.Top'#2#4#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#17'GrabberColorLabel'#11'ParentColor'#8#0#0#6'TLabel'#16'MarkerC'
|
||||
+'olorLabel'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorS'
|
||||
+'ideTop.Control'#7#17'GrabberColorLabel'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2#6#6'Height'#2#18#3'Top'#2'z'#5'Width'#2'l'#17'BorderSpacing.To'
|
||||
+'p'#2#4#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'MarkerColorLabel'#11'Pa'
|
||||
+'rentColor'#8#0#0#9'TCheckBox'#29'ShowComponentCaptionsCheckBox'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#20'FormEditMiscGroupBox'#23'AnchorSideRight.Control'#7#20
|
||||
+'FormEditMiscGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#18#3'Top'#2#0#5'Width'#3#245#0#18'BorderSpacing.Left'#2#6#19'Bord'
|
||||
+'erSpacing.Right'#2#6#7'Caption'#6#29'ShowComponentCaptionsCheckBox'#8'TabOr'
|
||||
+'der'#2#0#0#0#9'TCheckBox'#23'ShowEditorHintsCheckBox'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#29'ShowCompone'
|
||||
+'ntCaptionsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRigh'
|
||||
+'t.Control'#7#20'FormEditMiscGroupBox'#20'AnchorSideRight.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#22#5'Width'#3#186#0#18'BorderSpacing'
|
||||
+'.Left'#2#6#17'BorderSpacing.Top'#2#4#19'BorderSpacing.Right'#2#6#7'Caption'
|
||||
+#6#23'ShowEditorHintsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#29'AutoCreat'
|
||||
+'eFormsOnOpenCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'
|
||||
+#21'AnchorSideTop.Control'#7#23'ShowEditorHintsCheckBox'#18'AnchorSideTop.Si'
|
||||
+'de'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#20'FormEditMiscGroupBox'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#18#3'Top'#2','
|
||||
+#5'Width'#3#244#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#4#19'Bo'
|
||||
+'rderSpacing.Right'#2#6#7'Caption'#6#29'AutoCreateFormsOnOpenCheckBox'#8'Tab'
|
||||
,'Order'#2#2#0#0#9'TCheckBox'#25'RightClickSelectsCheckBox'#22'AnchorSideLeft'
|
||||
+'.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#29'AutoCre'
|
||||
+'ateFormsOnOpenCheckBox'#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#18#3'Top'#2'B'#5'Width'#3#190#0#18'BorderSpa'
|
||||
+'cing.Left'#2#6#17'BorderSpacing.Top'#2#4#7'Caption'#6#25'RightClickSelectsC'
|
||||
+'heckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#25'DesignerPaintLazyCheckBox'#22
|
||||
+'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'
|
||||
+#7#16'MarkerColorLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideR'
|
||||
+'ight.Control'#7#20'FormEditMiscGroupBox'#20'AnchorSideRight.Side'#7#9'asrBo'
|
||||
+'ttom'#4'Left'#2#6#6'Height'#2#18#3'Top'#3#150#0#5'Width'#3#198#0#17'BorderS'
|
||||
+'pacing.Top'#2#4#20'BorderSpacing.Around'#2#6#7'Caption'#6#25'DesignerPaintL'
|
||||
+'azyCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#4#0#0#9'TChec'
|
||||
+'kBox'#27'CreateCompFocusNameCheckBox'#22'AnchorSideLeft.Control'#7#25'Desig'
|
||||
+'nerPaintLazyCheckBox'#21'AnchorSideTop.Control'#7#25'DesignerPaintLazyCheck'
|
||||
+'Box'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#18#3'Top'
|
||||
+#3#174#0#5'Width'#3#233#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#27'CreateCo'
|
||||
+'mpFocusNameCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#5#0#0
|
||||
+#0#242#2#3#9'TGroupBox'#18'GuideLinesGroupBox'#22'AnchorSideLeft.Control'#7
|
||||
+#20'FormEditMiscGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSi'
|
||||
+'deTop.Control'#7#18'RubberbandGroupBox'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrB'
|
||||
+'ottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3'W'#1#6'Height'#3#226#0#3'Top'#3#218#0#5'Width'#3#194#0
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#18'BorderSpacing.'
|
||||
+'Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#18'GuideLinesGroupBox'#12
|
||||
+'ClientHeight'#3#204#0#11'ClientWidth'#3#186#0#8'TabOrder'#2#3#0#12'TColorBu'
|
||||
+'upBox'#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#4
|
||||
+#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'G'
|
||||
+'ridGroupBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#0#5'Width'#2'n'#18'BorderS'
|
||||
+'pacing.Left'#2#6#7'Caption'#6#16'ShowGridCheckBox'#8'TabOrder'#2#0#0#0#9'TC'
|
||||
+'heckBox'#23'ShowBorderSpaceCheckBox'#22'AnchorSideLeft.Control'#7#12'GridGr'
|
||||
+'oupBox'#21'AnchorSideTop.Control'#7#16'ShowGridCheckBox'#18'AnchorSideTop.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#21#5'Width'#3#152#0
|
||||
+#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#4#7'Caption'#6#23'ShowBo'
|
||||
+'rderSpaceCheckBox'#8'TabOrder'#2#2#0#0#9'TSpinEdit'#17'GridSizeXSpinEdit'#22
|
||||
+'AnchorSideLeft.Control'#7#14'GridSizeXLabel'#19'AnchorSideLeft.Side'#7#9'as'
|
||||
+'rBottom'#21'AnchorSideTop.Control'#7#14'GridSizeXLabel'#18'AnchorSideTop.Si'
|
||||
+'de'#7#9'asrCenter'#4'Left'#2'R'#6'Height'#2#21#3'Top'#2'>'#5'Width'#2'@'#8
|
||||
+'MaxValue'#3#128#0#8'MinValue'#2#2#14'ParentShowHint'#8#8'ShowHint'#9#8'TabO'
|
||||
+'rder'#2#3#5'Value'#2#2#0#0#9'TSpinEdit'#17'GridSizeYSpinEdit'#22'AnchorSide'
|
||||
+'Left.Control'#7#14'GridSizeYLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
||||
+'AnchorSideTop.Control'#7#14'GridSizeYLabel'#18'AnchorSideTop.Side'#7#9'asrC'
|
||||
+'enter'#4'Left'#2'R'#6'Height'#2#21#3'Top'#2'V'#5'Width'#2'@'#8'MaxValue'#3
|
||||
+#128#0#8'MinValue'#2#2#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#4#5
|
||||
+'Value'#2#2#0#0#0#242#2#1#9'TGroupBox'#18'RubberbandGroupBox'#22'AnchorSideL'
|
||||
+'eft.Control'#7#12'GridGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'A'
|
||||
+'nchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'W'#1#6'Height'#3#212#0#3'Top'
|
||||
+#2#0#5'Width'#3#194#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'Borde'
|
||||
+'rSpacing.Left'#2#6#7'Caption'#6#18'RubberbandGroupBox'#12'ClientHeight'#3
|
||||
+#194#0#11'ClientWidth'#3#190#0#5'Color'#7#9'clBtnFace'#11'ParentColor'#8#8'T'
|
||||
+'abOrder'#2#1#0#12'TColorButton'#27'RubberbandSelectColorButton'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#26'RubberbandSelectColorLabel'#21'AnchorSideTop.Control'#7
|
||||
+#26'RubberbandSelectColorLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#6#6'Height'#2#23#3'Top'#2#26#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonC'
|
||||
+'olorSize'#2#16#11'ButtonColor'#7#7'clBlack'#5'Color'#7#9'clBtnFace'#0#0#12
|
||||
+'TColorButton'#27'RubberbandCreateColorButton'#22'AnchorSideLeft.Control'#7
|
||||
+#26'RubberbandCreateColorLabel'#21'AnchorSideTop.Control'#7#26'RubberbandCre'
|
||||
+'ateColorLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#23#3'Top'#2'K'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#11
|
||||
+'ButtonColor'#7#7'clBlack'#5'Color'#7#9'clBtnFace'#0#0#6'TLabel'#26'Rubberba'
|
||||
,'ndSelectColorLabel'#22'AnchorSideLeft.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#14#3'Top'#2#6#5'Width'#3#178#0#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'RubberbandSelectC'
|
||||
+'olorLabel'#11'ParentColor'#8#0#0#6'TLabel'#26'RubberbandCreateColorLabel'#22
|
||||
+'AnchorSideLeft.Control'#7#18'RubberbandGroupBox'#21'AnchorSideTop.Control'#7
|
||||
+#27'RubberbandSelectColorButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'An'
|
||||
+'chorSideRight.Control'#7#18'RubberbandGroupBox'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'7'#5'Width'#3#178#0#7'Anchor'
|
||||
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Captio'
|
||||
+'n'#6#26'RubberbandCreateColorLabel'#11'ParentColor'#8#0#0#9'TCheckBox$Rubbe'
|
||||
+'rbandSelectsGrandChildsCheckBox'#22'AnchorSideLeft.Control'#7#18'Rubberband'
|
||||
+'GroupBox'#21'AnchorSideTop.Control'#7#27'RubberbandCreateColorButton'#18'An'
|
||||
+'chorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#18'Rubberban'
|
||||
+'dGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#17#3'Top'#2'h'#5'Width'#3#178#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||
+#0#20'BorderSpacing.Around'#2#6#7'Caption'#6'$RubberbandSelectsGrandChildsCh'
|
||||
+'eckBox'#8'TabOrder'#2#0#0#0#0#242#2#2#9'TGroupBox'#20'FormEditMiscGroupBox'
|
||||
+#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#12'GridGr'
|
||||
+'oupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#226#0#3'Top'#3#218#0#5'Width'#3'Q'#1
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#17'BorderSpacing.Top'#2#6#7
|
||||
+'Caption'#6#20'FormEditMiscGroupBox'#12'ClientHeight'#3#208#0#11'ClientWidth'
|
||||
+#3'M'#1#8'TabOrder'#2#2#0#12'TColorButton'#18'GrabberColorButton'#22'AnchorS'
|
||||
+'ideLeft.Control'#7#17'GrabberColorLabel'#19'AnchorSideLeft.Side'#7#9'asrBot'
|
||||
+'tom'#21'AnchorSideTop.Control'#7#17'GrabberColorLabel'#18'AnchorSideTop.Sid'
|
||||
+'e'#7#9'asrCenter'#4'Left'#2'f'#6'Height'#2#23#3'Top'#2'V'#5'Width'#2'2'#11
|
||||
+'BorderWidth'#2#2#15'ButtonColorSize'#2#16#11'ButtonColor'#7#7'clBlack'#5'Co'
|
||||
+'lor'#7#9'clBtnFace'#0#0#12'TColorButton'#17'MarkerColorButton'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#16'MarkerColorLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideTop.Control'#7#16'MarkerColorLabel'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrCenter'#4'Left'#2'`'#6'Height'#2#23#3'Top'#2'n'#5'Width'#2'2'#11'BorderW'
|
||||
+'idth'#2#2#15'ButtonColorSize'#2#16#11'ButtonColor'#7#7'clBlack'#5'Color'#7#9
|
||||
+'clBtnFace'#0#0#6'TLabel'#17'GrabberColorLabel'#22'AnchorSideLeft.Control'#7
|
||||
+#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#25'RightClickSelectsCh'
|
||||
+'eckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3
|
||||
+'Top'#2'Z'#5'Width'#2'Z'#17'BorderSpacing.Top'#2#4#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6#17'GrabberColorLabel'#11'ParentColor'#8#0#0#6'TLabel'#16'Mar'
|
||||
+'kerColorLabel'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'Anc'
|
||||
+'horSideTop.Control'#7#17'GrabberColorLabel'#18'AnchorSideTop.Side'#7#9'asrB'
|
||||
+'ottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'r'#5'Width'#2'T'#17'BorderSpacin'
|
||||
+'g.Top'#2#4#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'MarkerColorLabel'#11
|
||||
+'ParentColor'#8#0#0#9'TCheckBox'#29'ShowComponentCaptionsCheckBox'#22'Anchor'
|
||||
+'SideLeft.Control'#7#20'FormEditMiscGroupBox'#23'AnchorSideRight.Control'#7
|
||||
+#20'FormEditMiscGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#2#17#3'Top'#2#0#5'Width'#3#188#0#18'BorderSpacing.Left'#2#6#19'Bo'
|
||||
+'rderSpacing.Right'#2#6#7'Caption'#6#29'ShowComponentCaptionsCheckBox'#8'Tab'
|
||||
+'Order'#2#0#0#0#9'TCheckBox'#23'ShowEditorHintsCheckBox'#22'AnchorSideLeft.C'
|
||||
+'ontrol'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#29'ShowCompo'
|
||||
+'nentCaptionsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRi'
|
||||
+'ght.Control'#7#20'FormEditMiscGroupBox'#20'AnchorSideRight.Side'#7#9'asrBot'
|
||||
+'tom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#21#5'Width'#3#143#0#18'BorderSpaci'
|
||||
+'ng.Left'#2#6#17'BorderSpacing.Top'#2#4#19'BorderSpacing.Right'#2#6#7'Captio'
|
||||
+'n'#6#23'ShowEditorHintsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#29'AutoCr'
|
||||
+'eateFormsOnOpenCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupB'
|
||||
+'ox'#21'AnchorSideTop.Control'#7#23'ShowEditorHintsCheckBox'#18'AnchorSideTo'
|
||||
+'p.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#20'FormEditMiscGroupBo'
|
||||
+'x'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'
|
||||
+#2'*'#5'Width'#3#190#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#4
|
||||
+#19'BorderSpacing.Right'#2#6#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'#23'AnchorS'
|
||||
+'ideRight.Control'#7#20'FormEditMiscGroupBox'#20'AnchorSideRight.Side'#7#9'a'
|
||||
+'srBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'?'#5'Width'#3#145#0#18'Border'
|
||||
+'Spacing.Left'#2#6#17'BorderSpacing.Top'#2#4#7'Caption'#6#25'RightClickSelec'
|
||||
+'tsCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#25'DesignerPaintLazyCheckBox'
|
||||
+#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Cont'
|
||||
+'rol'#7#16'MarkerColorLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anchor'
|
||||
+'SideRight.Control'#7#20'FormEditMiscGroupBox'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#3#138#0#5'Width'#3#153#0#17'Bo'
|
||||
+'rderSpacing.Top'#2#4#20'BorderSpacing.Around'#2#6#7'Caption'#6#25'DesignerP'
|
||||
+'aintLazyCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#4#0#0#9
|
||||
+'TCheckBox'#27'CreateCompFocusNameCheckBox'#22'AnchorSideLeft.Control'#7#25
|
||||
+'DesignerPaintLazyCheckBox'#21'AnchorSideTop.Control'#7#25'DesignerPaintLazy'
|
||||
+'CheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3
|
||||
+'Top'#3#161#0#5'Width'#3#180#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#27'Cre'
|
||||
+'ateCompFocusNameCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#5
|
||||
+#0#0#0#242#2#3#9'TGroupBox'#18'GuideLinesGroupBox'#22'AnchorSideLeft.Control'
|
||||
+#7#20'FormEditMiscGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anchor'
|
||||
+'SideTop.Control'#7#18'RubberbandGroupBox'#18'AnchorSideTop.Side'#7#9'asrBot'
|
||||
+'tom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'as'
|
||||
+'rBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7
|
||||
+#9'asrBottom'#4'Left'#3'W'#1#6'Height'#3#226#0#3'Top'#3#218#0#5'Width'#3#194
|
||||
+#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#18'BorderSpacin'
|
||||
+'g.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#18'GuideLinesGroupBox'#12
|
||||
+'ClientHeight'#3#208#0#11'ClientWidth'#3#190#0#8'TabOrder'#2#3#0#12'TColorBu'
|
||||
+'tton'#27'GuideLineColorLeftTopButton'#21'AnchorSideTop.Control'#7#26'GuideL'
|
||||
+'ineColorLeftTopLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'H'
|
||||
+'eight'#2#23#3'Top'#2'b'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSiz'
|
||||
+'eight'#2#23#3'Top'#2'^'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSiz'
|
||||
+'e'#2#16#11'ButtonColor'#7#7'clBlack'#5'Color'#7#9'clBtnFace'#0#0#12'TColorB'
|
||||
+'utton'#31'GuideLineColorRightBottomButton'#21'AnchorSideTop.Control'#7#30'G'
|
||||
+'uideLineColorRightBottomLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#6#6'Height'#2#23#3'Top'#3#151#0#5'Width'#2'2'#11'BorderWidth'#2#2#15'Butt'
|
||||
+#2#6#6'Height'#2#23#3'Top'#3#143#0#5'Width'#2'2'#11'BorderWidth'#2#2#15'Butt'
|
||||
+'onColorSize'#2#16#11'ButtonColor'#7#7'clBlack'#5'Color'#7#9'clBtnFace'#0#0#6
|
||||
+'TLabel'#26'GuideLineColorLeftTopLabel'#22'AnchorSideLeft.Control'#7#18'Guid'
|
||||
+'eLinesGroupBox'#23'AnchorSideRight.Control'#7#18'GuideLinesGroupBox'#20'Anc'
|
||||
+'horSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#18#3'Top'#2'J'#5
|
||||
+'Width'#3#174#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpaci'
|
||||
+'horSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'J'#5
|
||||
+'Width'#3#178#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpaci'
|
||||
+'ng.Around'#2#6#7'Caption'#6#26'GuideLineColorLeftTopLabel'#11'ParentColor'#8
|
||||
+#0#0#6'TLabel'#30'GuideLineColorRightBottomLabel'#22'AnchorSideLeft.Control'
|
||||
+#7#18'GuideLinesGroupBox'#21'AnchorSideTop.Control'#7#27'GuideLineColorLeftT'
|
||||
+'opButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'
|
||||
+#7#18'GuideLinesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#2#18#3'Top'#2#127#5'Width'#3#174#0#7'Anchors'#11#5'akTop'#6'akLef'
|
||||
+'t'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#30'GuideLineColor'
|
||||
+'RightBottomLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#22'ShowGuideLinesCheck'
|
||||
+'Box'#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#18#3'Top'#2#0#5'Width'#3#174#0#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'ShowGui'
|
||||
+'deLinesCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#24'SnapToGuideLinesCheckB'
|
||||
+'ox'#22'AnchorSideLeft.Control'#7#18'GuideLinesGroupBox'#21'AnchorSideTop.Co'
|
||||
+'ntrol'#7#22'ShowGuideLinesCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#18'GuideLinesGroupBox'#20'AnchorSideRight.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#24#5'Width'#3#174#0#7'Anch'
|
||||
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Capt'
|
||||
+'ion'#6#24'SnapToGuideLinesCheckBox'#8'TabOrder'#2#1#0#0#0#0
|
||||
+#6'Height'#2#14#3'Top'#2'{'#5'Width'#3#178#0#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#30'GuideLineColorRig'
|
||||
+'htBottomLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#22'ShowGuideLinesCheckBox'
|
||||
+#22'AnchorSideLeft.Control'#7#18'GuideLinesGroupBox'#23'AnchorSideRight.Cont'
|
||||
+'rol'#7#18'GuideLinesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#17#3'Top'#2#0#5'Width'#3#178#0#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'ShowGuide'
|
||||
+'LinesCheckBox'#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#23#5'Width'#3#178#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#0
|
||||
]);
|
||||
|
@ -25,7 +25,7 @@ unit formed_options;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, FileUtil, LResources, Forms, StdCtrls, Dialogs,
|
||||
Classes, SysUtils, FileUtil, LResources, Forms, StdCtrls, Dialogs, Spin,
|
||||
EnvironmentOpts, LazarusIDEStrConsts, IDEProcs, IDEOptionsIntf;
|
||||
|
||||
type
|
||||
@ -42,9 +42,9 @@ type
|
||||
GridColorButton: TColorButton;
|
||||
GridColorLabel: TLabel;
|
||||
GridGroupBox: TGroupBox;
|
||||
GridSizeXComboBox: TComboBox;
|
||||
GridSizeXSpinEdit: TSpinEdit;
|
||||
GridSizeXLabel: TLabel;
|
||||
GridSizeYComboBox: TComboBox;
|
||||
GridSizeYSpinEdit: TSpinEdit;
|
||||
GridSizeYLabel: TLabel;
|
||||
GuideLineColorLeftTopButton: TColorButton;
|
||||
GuideLineColorLeftTopLabel: TLabel;
|
||||
@ -93,9 +93,9 @@ procedure TFormEditorOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||
ShowGridCheckBox.Caption:=dlgQShowGrid;
|
||||
GridColorLabel.Caption:=dlgGridColor;
|
||||
SnapToGridCheckBox.Caption:=dlgQSnapToGrid;
|
||||
GridSizeXComboBox.Hint:=dlgGridXHint;
|
||||
GridSizeXSpinEdit.Hint:=dlgGridXHint;
|
||||
GridSizeXLabel.Caption:=dlgGridX;
|
||||
GridSizeYComboBox.Hint:=dlgGridYHint;
|
||||
GridSizeYSpinEdit.Hint:=dlgGridYHint;
|
||||
GridSizeYLabel.Caption:=dlgGridY;
|
||||
end;
|
||||
|
||||
@ -151,8 +151,8 @@ begin
|
||||
ShowGridCheckBox.Checked:=ShowGrid;
|
||||
GridColorButton.ButtonColor:=GridColor;
|
||||
SnapToGridCheckBox.Checked:=SnapToGrid;
|
||||
SetComboBoxText(GridSizeXComboBox,IntToStr(GridSizeX));
|
||||
SetComboBoxText(GridSizeYComboBox,IntToStr(GridSizeY));
|
||||
GridSizeXSpinEdit.Value := GridSizeX;
|
||||
GridSizeYSpinEdit.Value := GridSizeY;
|
||||
ShowGuideLinesCheckBox.Checked:=ShowGuideLines;
|
||||
SnapToGuideLinesCheckBox.Checked:=SnapToGuideLines;
|
||||
GuideLineColorLeftTopButton.ButtonColor:=GuideLineColorLeftTop;
|
||||
@ -179,8 +179,8 @@ begin
|
||||
ShowGrid:=ShowGridCheckBox.Checked;
|
||||
GridColor:=GridColorButton.ButtonColor;
|
||||
SnapToGrid:=SnapToGridCheckBox.Checked;
|
||||
GridSizeX:=StrToIntDef(GridSizeXComboBox.Text,GridSizeX);
|
||||
GridSizeY:=StrToIntDef(GridSizeYComboBox.Text,GridSizeY);
|
||||
GridSizeX:=GridSizeXSpinEdit.Value;
|
||||
GridSizeY:=GridSizeYSpinEdit.Value;
|
||||
ShowGuideLines:=ShowGuideLinesCheckBox.Checked;
|
||||
SnapToGuideLines:=SnapToGuideLinesCheckBox.Checked;
|
||||
GuideLineColorLeftTop:=GuideLineColorLeftTopButton.ButtonColor;
|
||||
|
Loading…
Reference in New Issue
Block a user