object CleanBuildProjectDialog: TCleanBuildProjectDialog Left = 275 Height = 492 Top = 250 Width = 537 BorderIcons = [biSystemMenu, biMaximize] Caption = 'CleanBuildProjectDialog' ClientHeight = 492 ClientWidth = 537 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize Position = poScreenCenter LCLVersion = '1.5' object ButtonPanel1: TButtonPanel Left = 6 Height = 37 Top = 449 Width = 525 OKButton.Name = 'OKButton' OKButton.DefaultCaption = True OKButton.OnClick = ButtonPanel1OKButtonClick HelpButton.Name = 'HelpButton' HelpButton.DefaultCaption = True 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 = 22 Top = 10 Width = 125 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 = 22 Top = 39 Width = 122 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 = 22 Top = 68 Width = 124 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 = 22 Top = 97 Width = 120 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 = 23 Top = 10 Width = 299 Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 10 BorderSpacing.Right = 6 ItemHeight = 17 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 = 23 Top = 39 Width = 299 Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 6 ItemHeight = 17 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 = 23 Top = 68 Width = 299 Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 6 ItemHeight = 17 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 = 23 Top = 97 Width = 299 Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 6 ItemHeight = 17 OnChange = ProjOutMaskComboBoxChange TabOrder = 7 Text = 'PkgSrcMaskComboBox' end object DeleteButton: TButton AnchorSideRight.Control = ProjOutMaskComboBox AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = ButtonPanel1 Left = 444 Height = 29 Top = 414 Width = 87 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 = 259 Top = 149 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 = 126 Width = 76 BorderSpacing.Top = 6 BorderSpacing.Bottom = 6 Caption = 'PreviewLabel' ParentColor = False end end