1object CleanBuildProjectDialog: TCleanBuildProjectDialog
2  Left = 275
3  Height = 545
4  Top = 250
5  Width = 537
6  BorderIcons = [biSystemMenu, biMaximize]
7  Caption = 'CleanBuildProjectDialog'
8  ClientHeight = 545
9  ClientWidth = 537
10  OnClose = FormClose
11  OnCreate = FormCreate
12  OnDestroy = FormDestroy
13  OnResize = FormResize
14  Position = poScreenCenter
15  LCLVersion = '1.7'
16  object ButtonPanel1: TButtonPanel
17    Left = 6
18    Height = 36
19    Top = 503
20    Width = 525
21    OKButton.Name = 'OKButton'
22    OKButton.DefaultCaption = True
23    OKButton.OnClick = ButtonPanel1OKButtonClick
24    HelpButton.Name = 'HelpButton'
25    HelpButton.DefaultCaption = True
26    HelpButton.OnClick = HelpButtonClick
27    CloseButton.Name = 'CloseButton'
28    CloseButton.DefaultCaption = True
29    CancelButton.Name = 'CancelButton'
30    CancelButton.DefaultCaption = True
31    TabOrder = 10
32    ShowButtons = [pbOK, pbCancel, pbHelp]
33  end
34  object ProjOutCheckBox: TCheckBox
35    AnchorSideLeft.Control = Owner
36    AnchorSideTop.Control = ProjOutMaskComboBox
37    AnchorSideTop.Side = asrCenter
38    Left = 10
39    Height = 21
40    Top = 15
41    Width = 137
42    BorderSpacing.Left = 10
43    Caption = 'ProjOutCheckBox'
44    Checked = True
45    OnChange = ProjOutCheckBoxChange
46    State = cbChecked
47    TabOrder = 0
48  end
49  object ProjSrcCheckBox: TCheckBox
50    AnchorSideLeft.Control = ProjOutCheckBox
51    AnchorSideTop.Control = ProjSrcMaskComboBox
52    AnchorSideTop.Side = asrCenter
53    Left = 10
54    Height = 21
55    Top = 49
56    Width = 133
57    Caption = 'ProjSrcCheckBox'
58    Checked = True
59    OnChange = ProjSrcCheckBoxChange
60    State = cbChecked
61    TabOrder = 1
62  end
63  object PkgOutCheckBox: TCheckBox
64    AnchorSideLeft.Control = ProjOutCheckBox
65    AnchorSideTop.Control = PkgOutMaskComboBox
66    AnchorSideTop.Side = asrCenter
67    Left = 10
68    Height = 21
69    Top = 83
70    Width = 134
71    Caption = 'PkgOutCheckBox'
72    Checked = True
73    OnChange = PkgOutCheckBoxChange
74    State = cbChecked
75    TabOrder = 2
76  end
77  object PkgSrcCheckBox: TCheckBox
78    AnchorSideLeft.Control = ProjOutCheckBox
79    AnchorSideTop.Control = PkgSrcMaskComboBox
80    AnchorSideTop.Side = asrCenter
81    Left = 10
82    Height = 21
83    Top = 117
84    Width = 130
85    Caption = 'PkgSrcCheckBox'
86    Checked = True
87    OnChange = PkgSrcCheckBoxChange
88    State = cbChecked
89    TabOrder = 3
90  end
91  object ProjOutMaskComboBox: TComboBox
92    AnchorSideTop.Control = Owner
93    AnchorSideRight.Control = Owner
94    AnchorSideRight.Side = asrBottom
95    Left = 232
96    Height = 31
97    Top = 10
98    Width = 299
99    Anchors = [akTop, akLeft, akRight]
100    BorderSpacing.Top = 10
101    BorderSpacing.Right = 6
102    ItemHeight = 23
103    OnChange = ProjOutMaskComboBoxChange
104    TabOrder = 4
105    Text = 'ProjOutMaskComboBox'
106  end
107  object ProjSrcMaskComboBox: TComboBox
108    AnchorSideLeft.Control = ProjOutMaskComboBox
109    AnchorSideTop.Control = ProjOutMaskComboBox
110    AnchorSideTop.Side = asrBottom
111    AnchorSideRight.Control = ProjOutMaskComboBox
112    AnchorSideRight.Side = asrBottom
113    Left = 232
114    Height = 31
115    Top = 44
116    Width = 299
117    Anchors = [akTop, akLeft, akRight]
118    BorderSpacing.Top = 3
119    ItemHeight = 23
120    OnChange = ProjOutMaskComboBoxChange
121    TabOrder = 5
122    Text = 'ProjSrcMaskComboBox'
123  end
124  object PkgOutMaskComboBox: TComboBox
125    AnchorSideLeft.Control = ProjOutMaskComboBox
126    AnchorSideTop.Control = ProjSrcMaskComboBox
127    AnchorSideTop.Side = asrBottom
128    AnchorSideRight.Control = ProjOutMaskComboBox
129    AnchorSideRight.Side = asrBottom
130    Left = 232
131    Height = 31
132    Top = 78
133    Width = 299
134    Anchors = [akTop, akLeft, akRight]
135    BorderSpacing.Top = 3
136    ItemHeight = 23
137    OnChange = ProjOutMaskComboBoxChange
138    TabOrder = 6
139    Text = 'PkgOutMaskComboBox'
140  end
141  object PkgSrcMaskComboBox: TComboBox
142    AnchorSideLeft.Control = ProjOutMaskComboBox
143    AnchorSideTop.Control = PkgOutMaskComboBox
144    AnchorSideTop.Side = asrBottom
145    AnchorSideRight.Control = ProjOutMaskComboBox
146    AnchorSideRight.Side = asrBottom
147    Left = 232
148    Height = 31
149    Top = 112
150    Width = 299
151    Anchors = [akTop, akLeft, akRight]
152    BorderSpacing.Top = 3
153    ItemHeight = 23
154    OnChange = ProjOutMaskComboBoxChange
155    TabOrder = 7
156    Text = 'PkgSrcMaskComboBox'
157  end
158  object DeleteButton: TButton
159    AnchorSideRight.Control = ProjOutMaskComboBox
160    AnchorSideRight.Side = asrBottom
161    AnchorSideBottom.Control = ButtonPanel1
162    Left = 438
163    Height = 27
164    Top = 470
165    Width = 93
166    Anchors = [akRight, akBottom]
167    AutoSize = True
168    BorderSpacing.Top = 6
169    BorderSpacing.Bottom = 6
170    Caption = 'DeleteButton'
171    OnClick = DeleteButtonClick
172    TabOrder = 9
173  end
174  object FilesTreeView: TTreeView
175    AnchorSideLeft.Control = PreviewLabel
176    AnchorSideTop.Control = PreviewLabel
177    AnchorSideTop.Side = asrBottom
178    AnchorSideRight.Control = ProjOutMaskComboBox
179    AnchorSideRight.Side = asrBottom
180    AnchorSideBottom.Control = DeleteButton
181    Left = 10
182    Height = 292
183    Top = 172
184    Width = 521
185    Anchors = [akTop, akLeft, akRight, akBottom]
186    ReadOnly = True
187    TabOrder = 8
188    OnMouseDown = FilesTreeViewMouseDown
189    Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
190  end
191  object PreviewLabel: TLabel
192    AnchorSideLeft.Control = PkgSrcCheckBox
193    AnchorSideTop.Control = PkgSrcMaskComboBox
194    AnchorSideTop.Side = asrBottom
195    Left = 10
196    Height = 17
197    Top = 149
198    Width = 79
199    BorderSpacing.Top = 6
200    BorderSpacing.Bottom = 6
201    Caption = 'PreviewLabel'
202    ParentColor = False
203  end
204end
205