mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 02:58:16 +02:00
160 lines
4.2 KiB
Plaintext
160 lines
4.2 KiB
Plaintext
object CodeExplorerDlg: TCodeExplorerDlg
|
|
Left = 378
|
|
Height = 340
|
|
Top = 170
|
|
Width = 321
|
|
HorzScrollBar.Page = 320
|
|
VertScrollBar.Page = 339
|
|
ActiveControl = MainNotebook
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'CodeExplorerDlg'
|
|
ClientHeight = 340
|
|
ClientWidth = 321
|
|
OnCreate = CodeExplorerDlgCreate
|
|
OnDestroy = CodeExplorerDlgDestroy
|
|
Position = poScreenCenter
|
|
object MainNotebook: TNotebook
|
|
Height = 292
|
|
Width = 321
|
|
Align = alClient
|
|
PageIndex = 1
|
|
TabOrder = 0
|
|
object UpdatePage: TPage
|
|
Caption = 'UpdatePage'
|
|
ClientWidth = 317
|
|
ClientHeight = 261
|
|
object RefreshRadioGroup: TRadioGroup
|
|
Left = 6
|
|
Height = 144
|
|
Top = 55
|
|
Width = 305
|
|
Align = alTop
|
|
AutoFill = True
|
|
BorderSpacing.Around = 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 = 125
|
|
ClientWidth = 301
|
|
Items.Strings = (
|
|
'Manual'
|
|
'SwitchPage'
|
|
'Idle'
|
|
)
|
|
TabOrder = 0
|
|
end
|
|
object FollowCursorCheckBox: TCheckBox
|
|
AnchorSideTop.Control = RefreshRadioGroup
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 4
|
|
Height = 19
|
|
Top = 217
|
|
Width = 188
|
|
Align = alCustom
|
|
AutoSize = False
|
|
BorderSpacing.Top = 12
|
|
BorderSpacing.Around = 6
|
|
Caption = 'FollowCursorCheckBox'
|
|
TabOrder = 1
|
|
Visible = False
|
|
end
|
|
object ModeRadioGroup: TRadioGroup
|
|
Left = 6
|
|
Height = 43
|
|
Top = 6
|
|
Width = 305
|
|
Align = alTop
|
|
AutoFill = True
|
|
BorderSpacing.Around = 6
|
|
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 = 24
|
|
ClientWidth = 301
|
|
Columns = 2
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'Category'
|
|
'Source'
|
|
)
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object CategoryPage: TPage
|
|
Caption = 'CategoryPage'
|
|
ClientWidth = 317
|
|
ClientHeight = 261
|
|
object CategoriesCheckGroup: TCheckGroup
|
|
Height = 261
|
|
Width = 317
|
|
Align = alClient
|
|
AutoFill = 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
|
|
end
|
|
object BtnPanel: TPanel
|
|
Height = 48
|
|
Top = 292
|
|
Width = 321
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 48
|
|
ClientWidth = 321
|
|
TabOrder = 1
|
|
object OkButton: TBitBtn
|
|
Left = 174
|
|
Height = 36
|
|
Top = 6
|
|
Width = 57
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&OK'
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
OnClick = OkButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object CancelButton: TBitBtn
|
|
Left = 237
|
|
Height = 36
|
|
Top = 6
|
|
Width = 78
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|