mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:02:41 +02:00
ide: fix layout of figures options
git-svn-id: trunk@19514 -
This commit is contained in:
parent
884e566a1e
commit
84c2d005ca
@ -1,52 +1,59 @@
|
|||||||
inherited CodeExplorerFiguresOptionsFrame: TCodeExplorerFiguresOptionsFrame
|
inherited CodeExplorerFiguresOptionsFrame: TCodeExplorerFiguresOptionsFrame
|
||||||
Height = 396
|
Height = 396
|
||||||
Width = 478
|
Width = 531
|
||||||
ClientHeight = 396
|
ClientHeight = 396
|
||||||
ClientWidth = 478
|
ClientWidth = 531
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
DesignLeft = 681
|
DesignLeft = 756
|
||||||
DesignTop = 339
|
DesignTop = 357
|
||||||
object IgnoreFigureConstantsLabel: TLabel[0]
|
object IgnoreFigureConstantsLabel: TLabel[0]
|
||||||
AnchorSideLeft.Control = FigureLeftPanel
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideLeft.Side = asrBottom
|
|
||||||
AnchorSideTop.Control = FigureCategoriesCheckGroup
|
AnchorSideTop.Control = FigureCategoriesCheckGroup
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideBottom.Control = FigureCharConstCheckBox
|
AnchorSideBottom.Control = FigureCharConstCheckBox
|
||||||
Left = 155
|
Left = 0
|
||||||
Height = 14
|
Height = 14
|
||||||
Top = 56
|
Top = 176
|
||||||
Width = 137
|
Width = 137
|
||||||
BorderSpacing.Left = 10
|
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'IgnoreFigureConstantsLabel'
|
Caption = 'IgnoreFigureConstantsLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object IgnoreFigConstInFuncsLabel: TLabel[1]
|
object IgnoreFigConstInFuncsLabel: TLabel[1]
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = FigureLeftPanel
|
||||||
AnchorSideTop.Control = FigureLeftPanel
|
AnchorSideTop.Control = FigureCategoriesCheckGroup
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 269
|
||||||
Height = 14
|
Height = 14
|
||||||
Top = 223
|
Top = 176
|
||||||
Width = 138
|
Width = 138
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'IgnoreFigConstInFuncsLabel'
|
Caption = 'IgnoreFigConstInFuncsLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object FigureCategoriesCheckGroup: TCheckGroup[2]
|
object Label1: TLabel[2]
|
||||||
|
AnchorSideLeft.Control = Owner
|
||||||
|
AnchorSideLeft.Side = asrCenter
|
||||||
|
Left = 265
|
||||||
|
Height = 14
|
||||||
|
Top = 40
|
||||||
|
Width = 1
|
||||||
|
ParentColor = False
|
||||||
|
end
|
||||||
|
object FigureCategoriesCheckGroup: TCheckGroup[3]
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Label1
|
||||||
AnchorSideRight.Side = asrBottom
|
|
||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 50
|
Height = 170
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 478
|
Width = 262
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoFill = True
|
AutoFill = True
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
BorderSpacing.Right = 3
|
||||||
Caption = 'FigureCategoriesCheckGroup'
|
Caption = 'FigureCategoriesCheckGroup'
|
||||||
ChildSizing.LeftRightSpacing = 6
|
ChildSizing.LeftRightSpacing = 6
|
||||||
ChildSizing.TopBottomSpacing = 6
|
ChildSizing.TopBottomSpacing = 6
|
||||||
@ -56,21 +63,21 @@ inherited CodeExplorerFiguresOptionsFrame: TCodeExplorerFiguresOptionsFrame
|
|||||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||||
ChildSizing.ControlsPerLine = 1
|
ChildSizing.ControlsPerLine = 1
|
||||||
Constraints.MinHeight = 50
|
Constraints.MinHeight = 170
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object IgnoreFigureConstantsMemo: TMemo[3]
|
object IgnoreFigureConstantsMemo: TMemo[4]
|
||||||
AnchorSideLeft.Control = IgnoreFigureConstantsLabel
|
AnchorSideLeft.Control = IgnoreFigureConstantsLabel
|
||||||
AnchorSideTop.Control = IgnoreFigureConstantsLabel
|
AnchorSideTop.Control = IgnoreFigureConstantsLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = FigureCategoriesCheckGroup
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = FigureLeftPanel
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 155
|
Left = 0
|
||||||
Height = 144
|
Height = 203
|
||||||
Top = 73
|
Top = 193
|
||||||
Width = 323
|
Width = 262
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
Lines.Strings = (
|
Lines.Strings = (
|
||||||
@ -78,16 +85,16 @@ inherited CodeExplorerFiguresOptionsFrame: TCodeExplorerFiguresOptionsFrame
|
|||||||
)
|
)
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
object FigureLeftPanel: TPanel[4]
|
object FigureLeftPanel: TPanel[5]
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Label1
|
||||||
AnchorSideTop.Control = FigureCategoriesCheckGroup
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Control = Owner
|
||||||
Left = 0
|
Left = 269
|
||||||
Height = 161
|
Height = 161
|
||||||
Top = 56
|
Top = 0
|
||||||
Width = 145
|
Width = 145
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Left = 3
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 161
|
ClientHeight = 161
|
||||||
ClientWidth = 145
|
ClientWidth = 145
|
||||||
@ -176,18 +183,18 @@ inherited CodeExplorerFiguresOptionsFrame: TCodeExplorerFiguresOptionsFrame
|
|||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object IgnoreFigConstInFuncsMemo: TMemo[5]
|
object IgnoreFigConstInFuncsMemo: TMemo[6]
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = FigureLeftPanel
|
||||||
AnchorSideTop.Control = IgnoreFigConstInFuncsLabel
|
AnchorSideTop.Control = IgnoreFigConstInFuncsLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 0
|
Left = 269
|
||||||
Height = 156
|
Height = 203
|
||||||
Top = 240
|
Top = 193
|
||||||
Width = 478
|
Width = 262
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
Lines.Strings = (
|
Lines.Strings = (
|
||||||
|
@ -1,77 +1,81 @@
|
|||||||
|
{ This is an automatically generated lazarus resource file }
|
||||||
|
|
||||||
LazarusResources.Add('TCodeExplorerFiguresOptionsFrame','FORMDATA',[
|
LazarusResources.Add('TCodeExplorerFiguresOptionsFrame','FORMDATA',[
|
||||||
'TPF0'#241' TCodeExplorerFiguresOptionsFrame'#31'CodeExplorerFiguresOptionsFr'
|
'TPF0'#241' TCodeExplorerFiguresOptionsFrame'#31'CodeExplorerFiguresOptionsFr'
|
||||||
+'ame'#6'Height'#3#140#1#5'Width'#3#222#1#12'ClientHeight'#3#140#1#11'ClientW'
|
+'ame'#6'Height'#3#140#1#5'Width'#3#19#2#12'ClientHeight'#3#140#1#11'ClientWi'
|
||||||
+'idth'#3#222#1#8'TabOrder'#2#0#10'DesignLeft'#3#169#2#9'DesignTop'#3'S'#1#0
|
+'dth'#3#19#2#8'TabOrder'#2#0#10'DesignLeft'#3#244#2#9'DesignTop'#3'e'#1#0#242
|
||||||
+#242#2#0#6'TLabel'#26'IgnoreFigureConstantsLabel'#22'AnchorSideLeft.Control'
|
+#2#0#6'TLabel'#26'IgnoreFigureConstantsLabel'#22'AnchorSideLeft.Control'#7#5
|
||||||
+#7#15'FigureLeftPanel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT'
|
+'Owner'#21'AnchorSideTop.Control'#7#26'FigureCategoriesCheckGroup'#18'Anchor'
|
||||||
+'op.Control'#7#26'FigureCategoriesCheckGroup'#18'AnchorSideTop.Side'#7#9'asr'
|
+'SideTop.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#23'FigureCharCo'
|
||||||
+'Bottom'#24'AnchorSideBottom.Control'#7#23'FigureCharConstCheckBox'#4'Left'#3
|
+'nstCheckBox'#4'Left'#2#0#6'Height'#2#14#3'Top'#3#176#0#5'Width'#3#137#0#17
|
||||||
+#155#0#6'Height'#2#14#3'Top'#2'8'#5'Width'#3#137#0#18'BorderSpacing.Left'#2
|
+'BorderSpacing.Top'#2#6#7'Caption'#6#26'IgnoreFigureConstantsLabel'#11'Paren'
|
||||||
+#10#17'BorderSpacing.Top'#2#6#7'Caption'#6#26'IgnoreFigureConstantsLabel'#11
|
+'tColor'#8#0#0#242#2#1#6'TLabel'#26'IgnoreFigConstInFuncsLabel'#22'AnchorSid'
|
||||||
+'ParentColor'#8#0#0#242#2#1#6'TLabel'#26'IgnoreFigConstInFuncsLabel'#22'Anch'
|
+'eLeft.Control'#7#15'FigureLeftPanel'#21'AnchorSideTop.Control'#7#26'FigureC'
|
||||||
+'orSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#15'FigureLeftPan'
|
+'ategoriesCheckGroup'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#13#1#6
|
||||||
+'el'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#14#3'Top'
|
+'Height'#2#14#3'Top'#3#176#0#5'Width'#3#138#0#17'BorderSpacing.Top'#2#6#7'Ca'
|
||||||
+#3#223#0#5'Width'#3#138#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#26'IgnoreFi'
|
+'ption'#6#26'IgnoreFigConstInFuncsLabel'#11'ParentColor'#8#0#0#242#2#2#6'TLa'
|
||||||
+'gConstInFuncsLabel'#11'ParentColor'#8#0#0#242#2#2#11'TCheckGroup'#26'Figure'
|
+'bel'#6'Label1'#22'AnchorSideLeft.Control'#7#5'Owner'#19'AnchorSideLeft.Side'
|
||||||
+'CategoriesCheckGroup'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTo'
|
+#7#9'asrCenter'#4'Left'#3#9#1#6'Height'#2#14#3'Top'#2'('#5'Width'#2#1#11'Par'
|
||||||
+'p.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideR'
|
+'entColor'#8#0#0#242#2#3#11'TCheckGroup'#26'FigureCategoriesCheckGroup'#22'A'
|
||||||
+'ight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'Anchor'
|
+'nchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#23'A'
|
||||||
+'SideBottom.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2'2'#3'Top'#2#0#5'Wid'
|
+'nchorSideRight.Control'#7#6'Label1'#24'AnchorSideBottom.Control'#7#5'Owner'
|
||||||
+'th'#3#222#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#8'A'
|
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#170#0#3'To'
|
||||||
+'utoSize'#9#7'Caption'#6#26'FigureCategoriesCheckGroup'#28'ChildSizing.LeftR'
|
+'p'#2#0#5'Width'#3#6#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoF'
|
||||||
+'ightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.Enlarg'
|
+'ill'#9#8'AutoSize'#9#19'BorderSpacing.Right'#2#3#7'Caption'#6#26'FigureCate'
|
||||||
+'eHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'
|
+'goriesCheckGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBo'
|
||||||
+#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsSca'
|
+'ttomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildR'
|
||||||
+'leChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizin'
|
+'esize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'Ch'
|
||||||
+'g.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLin'
|
+'ildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVerti'
|
||||||
+'e'#2#1#21'Constraints.MinHeight'#2'2'#8'TabOrder'#2#0#0#0#242#2#3#5'TMemo'
|
+'cal'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTop'
|
||||||
+#25'IgnoreFigureConstantsMemo'#22'AnchorSideLeft.Control'#7#26'IgnoreFigureC'
|
+'ToBottom'#27'ChildSizing.ControlsPerLine'#2#1#21'Constraints.MinHeight'#3
|
||||||
+'onstantsLabel'#21'AnchorSideTop.Control'#7#26'IgnoreFigureConstantsLabel'#18
|
+#170#0#8'TabOrder'#2#0#0#0#242#2#4#5'TMemo'#25'IgnoreFigureConstantsMemo'#22
|
||||||
+'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20
|
+'AnchorSideLeft.Control'#7#26'IgnoreFigureConstantsLabel'#21'AnchorSideTop.C'
|
||||||
+'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#15'Figu'
|
+'ontrol'#7#26'IgnoreFigureConstantsLabel'#18'AnchorSideTop.Side'#7#9'asrBott'
|
||||||
+'reLeftPanel'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#155#0#6'Hei'
|
+'om'#23'AnchorSideRight.Control'#7#26'FigureCategoriesCheckGroup'#20'AnchorS'
|
||||||
+'ght'#3#144#0#3'Top'#2'I'#5'Width'#3'C'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
+'ideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'An'
|
||||||
+'akRight'#8'akBottom'#0#17'BorderSpacing.Top'#2#3#13'Lines.Strings'#1#6#25'I'
|
+'chorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#203#0#3'Top'#3
|
||||||
+'gnoreFigureConstantsMemo'#0#8'TabOrder'#2#1#0#0#242#2#4#6'TPanel'#15'Figure'
|
+#193#0#5'Width'#3#6#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'
|
||||||
+'LeftPanel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7
|
+#0#17'BorderSpacing.Top'#2#3#13'Lines.Strings'#1#6#25'IgnoreFigureConstantsM'
|
||||||
+#26'FigureCategoriesCheckGroup'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
+'emo'#0#8'TabOrder'#2#1#0#0#242#2#5#6'TPanel'#15'FigureLeftPanel'#22'AnchorS'
|
||||||
+#2#0#6'Height'#3#161#0#3'Top'#2'8'#5'Width'#3#145#0#8'AutoSize'#9#17'BorderS'
|
+'ideLeft.Control'#7#6'Label1'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anch'
|
||||||
+'pacing.Top'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#3#161#0#11'Clie'
|
+'orSideTop.Control'#7#5'Owner'#4'Left'#3#13#1#6'Height'#3#161#0#3'Top'#2#0#5
|
||||||
+'ntWidth'#3#145#0#8'TabOrder'#2#2#0#6'TLabel'#20'NestedProcCountLabel'#22'An'
|
+'Width'#3#145#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#3#10'BevelOuter'#7#6
|
||||||
+'chorSideLeft.Control'#7#15'FigureLeftPanel'#21'AnchorSideTop.Control'#7#26
|
+'bvNone'#12'ClientHeight'#3#161#0#11'ClientWidth'#3#145#0#8'TabOrder'#2#2#0#6
|
||||||
+'LongParamListCountSpinEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2
|
+'TLabel'#20'NestedProcCountLabel'#22'AnchorSideLeft.Control'#7#15'FigureLeft'
|
||||||
+#0#6'Height'#2#14#3'Top'#2'b'#5'Width'#2'n'#17'BorderSpacing.Top'#2#6#7'Capt'
|
+'Panel'#21'AnchorSideTop.Control'#7#26'LongParamListCountSpinEdit'#18'Anchor'
|
||||||
+'ion'#6#20'NestedProcCountLabel'#11'ParentColor'#8#0#0#6'TLabel'#23'LongPara'
|
+'SideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#14#3'Top'#2'b'#5'Width'
|
||||||
+'mListCountLabel'#22'AnchorSideLeft.Control'#7#15'FigureLeftPanel'#21'Anchor'
|
+#2'n'#17'BorderSpacing.Top'#2#6#7'Caption'#6#20'NestedProcCountLabel'#11'Par'
|
||||||
+'SideTop.Control'#7#25'LongProcLineCountSpinEdit'#18'AnchorSideTop.Side'#7#9
|
+'entColor'#8#0#0#6'TLabel'#23'LongParamListCountLabel'#22'AnchorSideLeft.Con'
|
||||||
+'asrBottom'#4'Left'#2#0#6'Height'#2#14#3'Top'#2'4'#5'Width'#2'|'#17'BorderSp'
|
+'trol'#7#15'FigureLeftPanel'#21'AnchorSideTop.Control'#7#25'LongProcLineCoun'
|
||||||
+'acing.Top'#2#6#7'Caption'#6#23'LongParamListCountLabel'#11'ParentColor'#8#0
|
+'tSpinEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#14
|
||||||
+#0#6'TLabel'#22'LongProcLineCountLabel'#22'AnchorSideLeft.Control'#7#15'Figu'
|
+#3'Top'#2'4'#5'Width'#2'|'#17'BorderSpacing.Top'#2#6#7'Caption'#6#23'LongPar'
|
||||||
+'reLeftPanel'#21'AnchorSideTop.Control'#7#15'FigureLeftPanel'#4'Left'#2#0#6
|
+'amListCountLabel'#11'ParentColor'#8#0#0#6'TLabel'#22'LongProcLineCountLabel'
|
||||||
+'Height'#2#14#3'Top'#2#6#5'Width'#2'v'#17'BorderSpacing.Top'#2#6#7'Caption'#6
|
+#22'AnchorSideLeft.Control'#7#15'FigureLeftPanel'#21'AnchorSideTop.Control'#7
|
||||||
+#22'LongProcLineCountLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#23'FigureChar'
|
+#15'FigureLeftPanel'#4'Left'#2#0#6'Height'#2#14#3'Top'#2#6#5'Width'#2'v'#17
|
||||||
+'ConstCheckBox'#22'AnchorSideLeft.Control'#7#15'FigureLeftPanel'#21'AnchorSi'
|
+'BorderSpacing.Top'#2#6#7'Caption'#6#22'LongProcLineCountLabel'#11'ParentCol'
|
||||||
+'deTop.Control'#7#23'NestedProcCountSpinEdit'#18'AnchorSideTop.Side'#7#9'asr'
|
+'or'#8#0#0#9'TCheckBox'#23'FigureCharConstCheckBox'#22'AnchorSideLeft.Contro'
|
||||||
+'Bottom'#4'Left'#2#0#6'Height'#2#17#3'Top'#3#144#0#5'Width'#3#145#0#17'Borde'
|
+'l'#7#15'FigureLeftPanel'#21'AnchorSideTop.Control'#7#23'NestedProcCountSpin'
|
||||||
+'rSpacing.Top'#2#6#7'Caption'#6#23'FigureCharConstCheckBox'#8'TabOrder'#2#0#0
|
+'Edit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#17#3'To'
|
||||||
+#0#9'TSpinEdit'#23'NestedProcCountSpinEdit'#22'AnchorSideLeft.Control'#7#23
|
+'p'#3#144#0#5'Width'#3#145#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#23'Figur'
|
||||||
+'FigureCharConstCheckBox'#21'AnchorSideTop.Control'#7#20'NestedProcCountLabe'
|
+'eCharConstCheckBox'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#23'NestedProcCountSpin'
|
||||||
+'l'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2
|
+'Edit'#22'AnchorSideLeft.Control'#7#23'FigureCharConstCheckBox'#21'AnchorSid'
|
||||||
+'s'#5'Width'#2'<'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#8'Tab'
|
+'eTop.Control'#7#20'NestedProcCountLabel'#18'AnchorSideTop.Side'#7#9'asrBott'
|
||||||
+'Order'#2#1#0#0#9'TSpinEdit'#26'LongParamListCountSpinEdit'#22'AnchorSideLef'
|
+'om'#4'Left'#2#6#6'Height'#2#23#3'Top'#2's'#5'Width'#2'<'#18'BorderSpacing.L'
|
||||||
+'t.Control'#7#15'FigureLeftPanel'#21'AnchorSideTop.Control'#7#23'LongParamLi'
|
+'eft'#2#6#17'BorderSpacing.Top'#2#3#8'TabOrder'#2#1#0#0#9'TSpinEdit'#26'Long'
|
||||||
+'stCountLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
+'ParamListCountSpinEdit'#22'AnchorSideLeft.Control'#7#15'FigureLeftPanel'#21
|
||||||
+#23#3'Top'#2'E'#5'Width'#2'<'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.To'
|
+'AnchorSideTop.Control'#7#23'LongParamListCountLabel'#18'AnchorSideTop.Side'
|
||||||
+'p'#2#3#8'TabOrder'#2#2#0#0#9'TSpinEdit'#25'LongProcLineCountSpinEdit'#22'An'
|
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'E'#5'Width'#2'<'#18'Bord'
|
||||||
,'chorSideLeft.Control'#7#15'FigureLeftPanel'#21'AnchorSideTop.Control'#7#22
|
,'erSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#8'TabOrder'#2#2#0#0#9'TSpinEd'
|
||||||
+'LongProcLineCountLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
+'it'#25'LongProcLineCountSpinEdit'#22'AnchorSideLeft.Control'#7#15'FigureLef'
|
||||||
+'Height'#2#23#3'Top'#2#23#5'Width'#2'<'#18'BorderSpacing.Left'#2#6#17'Border'
|
+'tPanel'#21'AnchorSideTop.Control'#7#22'LongProcLineCountLabel'#18'AnchorSid'
|
||||||
+'Spacing.Top'#2#3#8'TabOrder'#2#3#0#0#0#242#2#5#5'TMemo'#25'IgnoreFigConstIn'
|
+'eTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#23#5'Width'#2
|
||||||
+'FuncsMemo'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7
|
+'<'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#8'TabOrder'#2#3#0#0
|
||||||
+#26'IgnoreFigConstInFuncsLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anc'
|
+#0#242#2#6#5'TMemo'#25'IgnoreFigConstInFuncsMemo'#22'AnchorSideLeft.Control'
|
||||||
+'horSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24
|
+#7#15'FigureLeftPanel'#21'AnchorSideTop.Control'#7#26'IgnoreFigConstInFuncsL'
|
||||||
+'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBotto'
|
+'abel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5
|
||||||
+'m'#4'Left'#2#0#6'Height'#3#156#0#3'Top'#3#240#0#5'Width'#3#222#1#7'Anchors'
|
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'
|
||||||
+#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'BorderSpacing.Top'#2#3#13
|
+#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#13#1#6'Height'
|
||||||
+'Lines.Strings'#1#6#25'IgnoreFigConstInFuncsMemo'#0#8'TabOrder'#2#3#0#0#0
|
+#3#203#0#3'Top'#3#193#0#5'Width'#3#6#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak'
|
||||||
|
+'Right'#8'akBottom'#0#17'BorderSpacing.Top'#2#3#13'Lines.Strings'#1#6#25'Ign'
|
||||||
|
+'oreFigConstInFuncsMemo'#0#8'TabOrder'#2#3#0#0#0
|
||||||
]);
|
]);
|
||||||
|
@ -37,6 +37,7 @@ type
|
|||||||
FigureCategoriesCheckGroup: TCheckGroup;
|
FigureCategoriesCheckGroup: TCheckGroup;
|
||||||
IgnoreFigureConstantsLabel: TLabel;
|
IgnoreFigureConstantsLabel: TLabel;
|
||||||
IgnoreFigConstInFuncsLabel: TLabel;
|
IgnoreFigConstInFuncsLabel: TLabel;
|
||||||
|
Label1: TLabel;
|
||||||
LongProcLineCountLabel: TLabel;
|
LongProcLineCountLabel: TLabel;
|
||||||
LongParamListCountLabel: TLabel;
|
LongParamListCountLabel: TLabel;
|
||||||
IgnoreFigureConstantsMemo: TMemo;
|
IgnoreFigureConstantsMemo: TMemo;
|
||||||
|
Loading…
Reference in New Issue
Block a user