lazarus/ide/buildprojectdlg.lfm
2016-03-11 22:59:58 +00:00

205 lines
5.5 KiB
Plaintext

object CleanBuildProjectDialog: TCleanBuildProjectDialog
Left = 275
Height = 545
Top = 250
Width = 537
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'CleanBuildProjectDialog'
ClientHeight = 545
ClientWidth = 537
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnResize = FormResize
Position = poScreenCenter
LCLVersion = '1.7'
object ButtonPanel1: TButtonPanel
Left = 6
Height = 36
Top = 503
Width = 525
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
OKButton.OnClick = ButtonPanel1OKButtonClick
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
HelpButton.OnClick = HelpButtonClick
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 10
ShowButtons = [pbOK, pbCancel, pbHelp]
end
object ProjOutCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ProjOutMaskComboBox
AnchorSideTop.Side = asrCenter
Left = 10
Height = 21
Top = 15
Width = 137
BorderSpacing.Left = 10
Caption = 'ProjOutCheckBox'
Checked = True
OnChange = ProjOutCheckBoxChange
State = cbChecked
TabOrder = 0
end
object ProjSrcCheckBox: TCheckBox
AnchorSideLeft.Control = ProjOutCheckBox
AnchorSideTop.Control = ProjSrcMaskComboBox
AnchorSideTop.Side = asrCenter
Left = 10
Height = 21
Top = 49
Width = 133
Caption = 'ProjSrcCheckBox'
Checked = True
OnChange = ProjSrcCheckBoxChange
State = cbChecked
TabOrder = 1
end
object PkgOutCheckBox: TCheckBox
AnchorSideLeft.Control = ProjOutCheckBox
AnchorSideTop.Control = PkgOutMaskComboBox
AnchorSideTop.Side = asrCenter
Left = 10
Height = 21
Top = 83
Width = 134
Caption = 'PkgOutCheckBox'
Checked = True
OnChange = PkgOutCheckBoxChange
State = cbChecked
TabOrder = 2
end
object PkgSrcCheckBox: TCheckBox
AnchorSideLeft.Control = ProjOutCheckBox
AnchorSideTop.Control = PkgSrcMaskComboBox
AnchorSideTop.Side = asrCenter
Left = 10
Height = 21
Top = 117
Width = 130
Caption = 'PkgSrcCheckBox'
Checked = True
OnChange = PkgSrcCheckBoxChange
State = cbChecked
TabOrder = 3
end
object ProjOutMaskComboBox: TComboBox
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 232
Height = 31
Top = 10
Width = 299
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 10
BorderSpacing.Right = 6
ItemHeight = 23
OnChange = ProjOutMaskComboBoxChange
TabOrder = 4
Text = 'ProjOutMaskComboBox'
end
object ProjSrcMaskComboBox: TComboBox
AnchorSideLeft.Control = ProjOutMaskComboBox
AnchorSideTop.Control = ProjOutMaskComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ProjOutMaskComboBox
AnchorSideRight.Side = asrBottom
Left = 232
Height = 31
Top = 44
Width = 299
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 3
ItemHeight = 23
OnChange = ProjOutMaskComboBoxChange
TabOrder = 5
Text = 'ProjSrcMaskComboBox'
end
object PkgOutMaskComboBox: TComboBox
AnchorSideLeft.Control = ProjOutMaskComboBox
AnchorSideTop.Control = ProjSrcMaskComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ProjOutMaskComboBox
AnchorSideRight.Side = asrBottom
Left = 232
Height = 31
Top = 78
Width = 299
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 3
ItemHeight = 23
OnChange = ProjOutMaskComboBoxChange
TabOrder = 6
Text = 'PkgOutMaskComboBox'
end
object PkgSrcMaskComboBox: TComboBox
AnchorSideLeft.Control = ProjOutMaskComboBox
AnchorSideTop.Control = PkgOutMaskComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ProjOutMaskComboBox
AnchorSideRight.Side = asrBottom
Left = 232
Height = 31
Top = 112
Width = 299
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 3
ItemHeight = 23
OnChange = ProjOutMaskComboBoxChange
TabOrder = 7
Text = 'PkgSrcMaskComboBox'
end
object DeleteButton: TButton
AnchorSideRight.Control = ProjOutMaskComboBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel1
Left = 438
Height = 27
Top = 470
Width = 93
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
Caption = 'DeleteButton'
OnClick = DeleteButtonClick
TabOrder = 9
end
object FilesTreeView: TTreeView
AnchorSideLeft.Control = PreviewLabel
AnchorSideTop.Control = PreviewLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ProjOutMaskComboBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = DeleteButton
Left = 10
Height = 292
Top = 172
Width = 521
Anchors = [akTop, akLeft, akRight, akBottom]
ReadOnly = True
TabOrder = 8
OnMouseDown = FilesTreeViewMouseDown
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
object PreviewLabel: TLabel
AnchorSideLeft.Control = PkgSrcCheckBox
AnchorSideTop.Control = PkgSrcMaskComboBox
AnchorSideTop.Side = asrBottom
Left = 10
Height = 17
Top = 149
Width = 79
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
Caption = 'PreviewLabel'
ParentColor = False
end
end