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 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 = 24 Top = 12 Width = 145 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 = 24 Top = 47 Width = 141 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 = 24 Top = 82 Width = 142 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 = 24 Top = 117 Width = 138 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 = 29 Top = 10 Width = 299 Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 10 BorderSpacing.Right = 6 ItemHeight = 0 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 = 29 Top = 45 Width = 299 Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 6 ItemHeight = 0 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 = 29 Top = 80 Width = 299 Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 6 ItemHeight = 0 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 = 29 Top = 115 Width = 299 Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 6 ItemHeight = 0 OnChange = ProjOutMaskComboBoxChange TabOrder = 7 Text = 'PkgSrcMaskComboBox' end object DeleteButton: TButton AnchorSideRight.Control = ProjOutMaskComboBox AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = ButtonPanel1 Left = 429 Height = 29 Top = 414 Width = 102 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 = 235 Top = 173 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 = 150 Width = 90 BorderSpacing.Top = 6 BorderSpacing.Bottom = 6 Caption = 'PreviewLabel' ParentColor = False end end