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