lazarus/ide/manageexamples.lfm
2011-10-19 06:37:51 +00:00

295 lines
8.2 KiB
Plaintext

object ManageExamplesForm: TManageExamplesForm
Left = 233
Height = 490
Top = 138
Width = 798
Caption = 'ManageExamplesForm'
ClientHeight = 490
ClientWidth = 798
OnClose = FormClose
OnCreate = FormCreate
Position = poDesktopCenter
LCLVersion = '0.9.31'
object ProjectsGroupBox: TGroupBox
AnchorSideTop.Control = RootRadioGroup
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ActionGroupBox
AnchorSideBottom.Control = ButtonPanel1
Left = 1
Height = 351
Top = 93
Width = 444
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 5
Caption = 'Projects'
ClientHeight = 334
ClientWidth = 440
TabOrder = 0
object ProjectsListBox: TListBox
AnchorSideLeft.Control = ProjectsGroupBox
AnchorSideTop.Control = ProjectFilter
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ProjectsGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ProjectsGroupBox
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 305
Top = 29
Width = 440
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 5
ItemHeight = 0
MultiSelect = True
OnSelectionChange = ProjectsListBoxSelectionChange
ScrollWidth = 436
TabOrder = 0
TopIndex = -1
end
object ProjectFilter: TListFilterEdit
AnchorSideLeft.Control = ProjectsListBox
Left = 0
Height = 23
Top = 1
Width = 197
ButtonWidth = 23
NumGlyphs = 0
MaxLength = 0
TabOrder = 1
FilteredListbox = ProjectsListBox
end
object RelativeCheckBox: TCheckBox
AnchorSideLeft.Control = ProjectFilter
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ProjectFilter
AnchorSideTop.Side = asrCenter
Left = 270
Height = 26
Top = -1
Width = 116
BorderSpacing.Left = 73
Caption = 'Relative paths'
OnClick = RelativeCheckBoxClick
TabOrder = 2
Visible = False
end
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 34
Top = 450
Width = 786
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 1
ShowButtons = [pbClose, pbHelp]
end
object ActionGroupBox: TGroupBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ProjectsGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ProjectsGroupBox
AnchorSideBottom.Side = asrBottom
Left = 448
Height = 351
Top = 93
Width = 344
Anchors = [akTop, akRight, akBottom]
BorderSpacing.Left = 3
Caption = 'Action'
ClientHeight = 334
ClientWidth = 340
TabOrder = 2
object Label1: TLabel
AnchorSideTop.Control = BuildAllSelectedButton
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = BuildAllSelectedButton
AnchorSideRight.Side = asrBottom
Left = 195
Height = 16
Top = 55
Width = 131
Anchors = [akTop, akRight]
BorderSpacing.Right = 7
Caption = '(under construction)'
ParentColor = False
end
object OpenSelectedButton: TBitBtn
AnchorSideLeft.Control = ActionGroupBox
AnchorSideTop.Control = ActionGroupBox
AnchorSideRight.Control = ActionGroupBox
AnchorSideRight.Side = asrBottom
Left = 7
Height = 25
Top = 2
Width = 326
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 7
BorderSpacing.Top = 2
BorderSpacing.Right = 7
Caption = 'Open First Selected'
Enabled = False
OnClick = OpenSelectedButtonClick
TabOrder = 0
end
object BuildAllSelectedButton: TBitBtn
AnchorSideLeft.Control = OpenSelectedButton
AnchorSideTop.Control = OpenSelectedButton
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = OpenSelectedButton
AnchorSideRight.Side = asrBottom
Left = 7
Height = 25
Top = 30
Width = 326
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 3
Caption = 'Build All Selected'
Enabled = False
OnClick = BuildAllSelectedButtonClick
TabOrder = 1
end
object SelectAllButton: TBitBtn
AnchorSideLeft.Control = OpenSelectedButton
AnchorSideTop.Control = BuildAllSelectedButton
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = OpenSelectedButton
AnchorSideRight.Side = asrBottom
Left = 7
Height = 25
Top = 72
Width = 326
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 17
Caption = 'Select All'
OnClick = SelectAllButtonClick
TabOrder = 2
end
object SelectNoneButton: TBitBtn
AnchorSideLeft.Control = OpenSelectedButton
AnchorSideTop.Control = SelectAllButton
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = OpenSelectedButton
AnchorSideRight.Side = asrBottom
Left = 7
Height = 25
Top = 100
Width = 326
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 3
Caption = 'Select None'
Enabled = False
OnClick = SelectNoneButtonClick
TabOrder = 3
end
object DescriptionMemo: TMemo
AnchorSideLeft.Control = ActionGroupBox
AnchorSideTop.Control = SelectNoneButton
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ActionGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ActionGroupBox
AnchorSideBottom.Side = asrBottom
Left = 2
Height = 202
Top = 130
Width = 336
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 3
BorderSpacing.Around = 2
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 4
end
end
object RootDirectoryEdit: TDirectoryEdit
AnchorSideLeft.Control = DirectoryComboBox
AnchorSideTop.Control = DirectoryComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 237
Height = 23
Top = 65
Width = 520
ShowHidden = False
ButtonWidth = 23
NumGlyphs = 0
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 10
MaxLength = 0
TabOrder = 3
OnChange = RootDirectoryEditChange
end
object RootRadioGroup: TRadioGroup
Left = 1
Height = 86
Top = 2
Width = 231
Anchors = [akTop, akLeft, akRight]
AutoFill = True
BorderSpacing.Top = 5
Caption = 'Search projects from'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
OnClick = RootRadioGroupClick
TabOrder = 4
end
object DirectoryComboBox: TComboBox
AnchorSideLeft.Control = RootRadioGroup
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExamplesCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 237
Height = 23
Top = 32
Width = 520
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 5
BorderSpacing.Top = 1
ItemHeight = 0
OnChange = DirectoryComboBoxChange
TabOrder = 5
end
object ExamplesCheckBox: TCheckBox
AnchorSideLeft.Control = DirectoryComboBox
AnchorSideTop.Side = asrBottom
Left = 237
Height = 26
Top = 5
Width = 136
BorderSpacing.Top = 3
Caption = 'Include Examples'
Checked = True
OnChange = ExamplesCheckBoxChange
State = cbChecked
TabOrder = 6
end
object TestCaseCheckBox: TCheckBox
AnchorSideLeft.Control = ExamplesCheckBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExamplesCheckBox
AnchorSideTop.Side = asrCenter
Left = 406
Height = 26
Top = 5
Width = 139
BorderSpacing.Left = 33
Caption = 'Include Testcases'
OnChange = ExamplesCheckBoxChange
TabOrder = 7
end
end