lazarus/ide/frames/codeexplorer_update_options.lfm
mattias 40778714bf IDE: improved layout of code explorer options
git-svn-id: trunk@25220 -
2010-05-05 16:37:06 +00:00

89 lines
2.4 KiB
Plaintext

inherited CodeExplorerUpdateOptionsFrame: TCodeExplorerUpdateOptionsFrame
Height = 300
Width = 400
ClientHeight = 300
ClientWidth = 400
TabOrder = 0
DesignLeft = 719
DesignTop = 260
object ModeRadioGroup: TRadioGroup[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 53
Top = 0
Width = 400
Anchors = [akTop, akLeft, akRight]
AutoFill = True
AutoSize = True
Caption = 'ModeRadioGroup'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
ClientHeight = 34
ClientWidth = 396
Columns = 2
ItemIndex = 0
Items.Strings = (
'Category'
'Source'
)
TabOrder = 1
TabStop = True
end
object RefreshRadioGroup: TRadioGroup[1]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ModeRadioGroup
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 97
Top = 59
Width = 400
Anchors = [akTop, akLeft, akRight]
AutoFill = True
AutoSize = True
BorderSpacing.Top = 6
Caption = 'RefreshRadioGroup'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 78
ClientWidth = 396
Items.Strings = (
'Manual'
'SwitchPage'
'Idle'
)
TabOrder = 0
TabStop = True
end
object FollowCursorCheckBox: TCheckBox[2]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = RefreshRadioGroup
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 162
Width = 167
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'FollowCursorCheckBox'
TabOrder = 2
Visible = False
end
end