lazarus/ide/frames/codeobserver_options.lfm
2009-04-22 08:03:25 +00:00

198 lines
5.6 KiB
Plaintext

inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
Height = 396
Width = 531
ClientHeight = 396
ClientWidth = 531
TabOrder = 0
DesignLeft = 220
DesignTop = 220
object CodeObsIgnoreConstantsLabel: TLabel[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = CodeObsCategoriesCheckGroup
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = CodeObsCharConstCheckBox
Height = 14
Top = 176
Width = 151
BorderSpacing.Top = 6
Caption = 'CodeObsIgnoreConstantsLabel'
ParentColor = False
end
object COIgnoreConstInFuncsLabel: TLabel[1]
AnchorSideLeft.Control = CodeObsLeftPanel
AnchorSideTop.Control = CodeObsCategoriesCheckGroup
AnchorSideTop.Side = asrBottom
Left = 269
Height = 14
Top = 176
Width = 139
BorderSpacing.Top = 6
Caption = 'COIgnoreConstInFuncsLabel'
ParentColor = False
end
object Label1: TLabel[2]
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
Left = 265
Height = 14
Top = 40
Width = 1
ParentColor = False
end
object CodeObsCategoriesCheckGroup: TCheckGroup[3]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Label1
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Height = 170
Width = 262
Anchors = [akTop, akLeft, akRight]
AutoFill = True
AutoSize = True
BorderSpacing.Right = 3
Caption = 'CodeObsCategoriesCheckGroup'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
Constraints.MinHeight = 170
OnItemClick = CodeObsCategoriesCheckGroupItemClick
TabOrder = 0
end
object CodeObsIgnoreConstantsMemo: TMemo[4]
AnchorSideLeft.Control = CodeObsIgnoreConstantsLabel
AnchorSideTop.Control = CodeObsIgnoreConstantsLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CodeObsCategoriesCheckGroup
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Height = 203
Top = 193
Width = 262
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 3
Lines.Strings = (
'CodeObsIgnoreConstantsMemo'
)
TabOrder = 1
end
object CodeObsLeftPanel: TPanel[5]
AnchorSideLeft.Control = Label1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
Left = 269
Height = 161
Width = 162
AutoSize = True
BorderSpacing.Left = 3
BevelOuter = bvNone
ClientHeight = 161
ClientWidth = 162
TabOrder = 2
object NestedProcCountLabel: TLabel
AnchorSideLeft.Control = CodeObsLeftPanel
AnchorSideTop.Control = LongParamListCountSpinEdit
AnchorSideTop.Side = asrBottom
Height = 14
Top = 98
Width = 110
BorderSpacing.Top = 6
Caption = 'NestedProcCountLabel'
ParentColor = False
end
object LongParamListCountLabel: TLabel
AnchorSideLeft.Control = CodeObsLeftPanel
AnchorSideTop.Control = LongProcLineCountSpinEdit
AnchorSideTop.Side = asrBottom
Height = 14
Top = 52
Width = 124
BorderSpacing.Top = 6
Caption = 'LongParamListCountLabel'
ParentColor = False
end
object LongProcLineCountLabel: TLabel
AnchorSideLeft.Control = CodeObsLeftPanel
AnchorSideTop.Control = CodeObsLeftPanel
Height = 14
Top = 6
Width = 118
BorderSpacing.Top = 6
Caption = 'LongProcLineCountLabel'
ParentColor = False
end
object CodeObsCharConstCheckBox: TCheckBox
AnchorSideLeft.Control = CodeObsLeftPanel
AnchorSideTop.Control = NestedProcCountSpinEdit
AnchorSideTop.Side = asrBottom
Height = 17
Top = 144
Width = 162
BorderSpacing.Top = 6
Caption = 'CodeObsCharConstCheckBox'
TabOrder = 0
end
object NestedProcCountSpinEdit: TSpinEdit
AnchorSideLeft.Control = CodeObsCharConstCheckBox
AnchorSideTop.Control = NestedProcCountLabel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 115
Width = 60
BorderSpacing.Left = 6
BorderSpacing.Top = 3
TabOrder = 1
end
object LongParamListCountSpinEdit: TSpinEdit
AnchorSideLeft.Control = CodeObsLeftPanel
AnchorSideTop.Control = LongParamListCountLabel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 69
Width = 60
BorderSpacing.Left = 6
BorderSpacing.Top = 3
TabOrder = 2
end
object LongProcLineCountSpinEdit: TSpinEdit
AnchorSideLeft.Control = CodeObsLeftPanel
AnchorSideTop.Control = LongProcLineCountLabel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 23
Width = 60
BorderSpacing.Left = 6
BorderSpacing.Top = 3
TabOrder = 3
end
end
object COIgnoreConstInFuncsMemo: TMemo[6]
AnchorSideLeft.Control = CodeObsLeftPanel
AnchorSideTop.Control = COIgnoreConstInFuncsLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 269
Height = 203
Top = 193
Width = 262
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 3
Lines.Strings = (
'COIgnoreConstInFuncsMemo'
)
TabOrder = 3
end
end