lazarus/ide/frames/codeobserver_options.lfm
mattias 1c732c24ef IDE: code observer options: nicer layout
git-svn-id: trunk@33163 -
2011-10-30 09:27:27 +00:00

231 lines
6.7 KiB
Plaintext

inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
Height = 466
Width = 557
ClientHeight = 466
ClientWidth = 557
TabOrder = 0
DesignLeft = 250
DesignTop = 214
object CodeObsIgnoreConstantsLabel: TLabel[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = CodeObsCategoriesCheckGroup
AnchorSideTop.Side = asrBottom
Left = 0
Height = 18
Top = 226
Width = 212
BorderSpacing.Top = 6
Caption = 'CodeObsIgnoreConstantsLabel'
ParentColor = False
end
object COIgnoreConstInFuncsLabel: TLabel[1]
AnchorSideLeft.Control = CodeObsLeftPanel
AnchorSideTop.Control = CodeObsCategoriesCheckGroup
AnchorSideTop.Side = asrBottom
Left = 291
Height = 18
Top = 226
Width = 191
BorderSpacing.Top = 6
Caption = 'COIgnoreConstInFuncsLabel'
ParentColor = False
end
object CodeObsCategoriesCheckGroup: TCheckGroup[2]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 220
Top = 0
Width = 288
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 = 220
OnItemClick = CodeObsCategoriesCheckGroupItemClick
TabOrder = 0
end
object CodeObsIgnoreConstantsMemo: TMemo[3]
AnchorSideLeft.Control = CodeObsIgnoreConstantsLabel
AnchorSideTop.Control = CodeObsIgnoreConstantsLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CodeObsCategoriesCheckGroup
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 219
Top = 247
Width = 288
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 3
Lines.Strings = (
'CodeObsIgnoreConstantsMemo'
)
TabOrder = 1
end
object CodeObsLeftPanel: TPanel[4]
AnchorSideLeft.Control = CodeObsCategoriesCheckGroup
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 291
Height = 211
Top = 0
Width = 266
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 3
BevelOuter = bvNone
ClientHeight = 211
ClientWidth = 266
TabOrder = 2
object NestedProcCountLabel: TLabel
AnchorSideLeft.Control = CodeObsLeftPanel
AnchorSideTop.Control = LongParamListCountSpinEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CodeObsLeftPanel
AnchorSideRight.Side = asrBottom
Left = 0
Height = 18
Top = 114
Width = 266
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'NestedProcCountLabel'
ParentColor = False
WordWrap = True
end
object LongParamListCountLabel: TLabel
AnchorSideLeft.Control = CodeObsLeftPanel
AnchorSideTop.Control = LongProcLineCountSpinEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CodeObsLeftPanel
AnchorSideRight.Side = asrBottom
Left = 0
Height = 18
Top = 60
Width = 266
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'LongParamListCountLabel'
ParentColor = False
WordWrap = True
end
object LongProcLineCountLabel: TLabel
AnchorSideLeft.Control = CodeObsLeftPanel
AnchorSideTop.Control = CodeObsLeftPanel
AnchorSideRight.Control = CodeObsLeftPanel
AnchorSideRight.Side = asrBottom
Left = 0
Height = 18
Top = 6
Width = 266
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'LongProcLineCountLabel'
ParentColor = False
WordWrap = True
end
object UnnamedCharConstCheckBox: TCheckBox
AnchorSideLeft.Control = CodeObsLeftPanel
AnchorSideTop.Control = UnnamedCharConstLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CodeObsLeftPanel
AnchorSideRight.Side = asrBottom
Left = 6
Height = 22
Top = 189
Width = 260
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 3
Caption = 'UnnamedCharConstCheckBox'
TabOrder = 0
end
object NestedProcCountSpinEdit: TSpinEdit
AnchorSideLeft.Control = UnnamedCharConstCheckBox
AnchorSideTop.Control = NestedProcCountLabel
AnchorSideTop.Side = asrBottom
Left = 12
Height = 27
Top = 135
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 = 27
Top = 81
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 = 27
Top = 27
Width = 60
BorderSpacing.Left = 6
BorderSpacing.Top = 3
TabOrder = 3
end
object UnnamedCharConstLabel: TLabel
AnchorSideLeft.Control = CodeObsLeftPanel
AnchorSideTop.Control = NestedProcCountSpinEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CodeObsLeftPanel
AnchorSideRight.Side = asrBottom
Left = 0
Height = 18
Top = 168
Width = 266
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'UnnamedCharConstLabel'
ParentColor = False
WordWrap = True
end
end
object COIgnoreConstInFuncsMemo: TMemo[5]
AnchorSideLeft.Control = CodeObsLeftPanel
AnchorSideTop.Control = COIgnoreConstInFuncsLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 291
Height = 219
Top = 247
Width = 266
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 3
Lines.Strings = (
'COIgnoreConstInFuncsMemo'
)
TabOrder = 3
end
end