mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 22:23:49 +02:00
90 lines
2.4 KiB
Plaintext
90 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 = 55
|
|
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 = 392
|
|
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 = 99
|
|
Top = 61
|
|
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 = 392
|
|
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 = 166
|
|
Width = 178
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
Caption = 'FollowCursorCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 2
|
|
end
|
|
end
|