mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-16 09:02:53 +02:00
88 lines
2.3 KiB
Plaintext
88 lines
2.3 KiB
Plaintext
object CodeExplorerUpdateOptionsFrame: TCodeExplorerUpdateOptionsFrame
|
|
Left = 0
|
|
Height = 300
|
|
Top = 0
|
|
Width = 400
|
|
ClientHeight = 300
|
|
ClientWidth = 400
|
|
TabOrder = 0
|
|
DesignLeft = 719
|
|
DesignTop = 260
|
|
object ModeRadioGroup: TRadioGroup
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 43
|
|
Top = 0
|
|
Width = 400
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoFill = 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 = 25
|
|
ClientWidth = 396
|
|
Columns = 2
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'Category'
|
|
'Source'
|
|
)
|
|
TabOrder = 1
|
|
TabStop = True
|
|
end
|
|
object RefreshRadioGroup: TRadioGroup
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ModeRadioGroup
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 144
|
|
Top = 49
|
|
Width = 400
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoFill = 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 = 126
|
|
ClientWidth = 396
|
|
Items.Strings = (
|
|
'Manual'
|
|
'SwitchPage'
|
|
'Idle'
|
|
)
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object FollowCursorCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = RefreshRadioGroup
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 17
|
|
Top = 199
|
|
Width = 127
|
|
BorderSpacing.Top = 6
|
|
Caption = 'FollowCursorCheckBox'
|
|
TabOrder = 2
|
|
Visible = False
|
|
end
|
|
end
|