lazarus/ide/frames/codeexplorer_categories_options.lfm
paul 9eba2b2313 ide: finish code explorer figures options
git-svn-id: trunk@19489 -
2009-04-18 16:47:06 +00:00

35 lines
1.0 KiB
Plaintext

inherited CodeExplorerCategoriesOptionsFrame: TCodeExplorerCategoriesOptionsFrame
Height = 300
Width = 400
ClientHeight = 300
ClientWidth = 400
TabOrder = 0
DesignLeft = 154
DesignTop = 203
object CategoriesCheckGroup: TCheckGroup[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 300
Top = 0
Width = 400
Anchors = [akTop, akLeft, akRight]
AutoFill = True
AutoSize = True
Caption = 'CategoriesCheckGroup'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
TabOrder = 0
end
end