lazarus/ide/codeexplopts.lfm
2009-04-03 07:17:32 +00:00

134 lines
3.7 KiB
Plaintext

object CodeExplorerDlg: TCodeExplorerDlg
Left = 323
Height = 340
Top = 239
Width = 321
ActiveControl = MainNotebook
BorderStyle = bsSizeToolWin
Caption = 'CodeExplorerDlg'
ClientHeight = 340
ClientWidth = 321
OnCreate = CodeExplorerDlgCreate
OnDestroy = CodeExplorerDlgDestroy
Position = poScreenCenter
LCLVersion = '0.9.27'
object MainNotebook: TNotebook
Left = 0
Height = 302
Top = 0
Width = 321
Align = alClient
BorderSpacing.Bottom = 6
PageIndex = 0
TabOrder = 0
object UpdatePage: TPage
Caption = 'UpdatePage'
ClientWidth = 313
ClientHeight = 276
object RefreshRadioGroup: TRadioGroup
Left = 6
Height = 144
Top = 55
Width = 301
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 = 126
ClientWidth = 297
Items.Strings = (
'Manual'
'SwitchPage'
'Idle'
)
TabOrder = 0
TabStop = True
end
object FollowCursorCheckBox: TCheckBox
AnchorSideLeft.Control = UpdatePage
AnchorSideTop.Control = RefreshRadioGroup
AnchorSideTop.Side = asrBottom
Left = 6
Height = 32
Top = 205
Width = 301
Align = alTop
AutoSize = False
BorderSpacing.Around = 6
Caption = 'FollowCursorCheckBox'
TabOrder = 1
Visible = False
end
object ModeRadioGroup: TRadioGroup
Left = 6
Height = 43
Top = 6
Width = 301
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 = 25
ClientWidth = 297
Columns = 2
ItemIndex = 0
Items.Strings = (
'Category'
'Source'
)
TabOrder = 2
TabStop = True
end
end
object CategoryPage: TPage
Caption = 'CategoryPage'
ClientWidth = 313
ClientHeight = 260
object CategoriesCheckGroup: TCheckGroup
Left = 6
Height = 248
Top = 6
Width = 301
Align = alClient
AutoFill = True
BorderSpacing.Around = 6
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 ButtonPanel: TButtonPanel
Left = 6
Height = 26
Top = 308
Width = 309
TabOrder = 1
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowBevel = False
end
end