-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCleanerForm.Designer.cs
More file actions
587 lines (581 loc) · 32.2 KB
/
CleanerForm.Designer.cs
File metadata and controls
587 lines (581 loc) · 32.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
namespace Disk_Scraper
{
partial class CleanerForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges30 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges31 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges32 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges33 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges34 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges35 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges36 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges37 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges38 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges39 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges40 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges41 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges42 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges43 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges44 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges45 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges46 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges47 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges48 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges49 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges50 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges51 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges52 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges53 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges54 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges55 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges56 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges57 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges58 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
CleanerProgressBar = new Guna.UI2.WinForms.Guna2CircleProgressBar();
guna2vSeparator1 = new Guna.UI2.WinForms.Guna2VSeparator();
TempFilesCheckbox = new Guna.UI2.WinForms.Guna2CustomCheckBox();
guna2Separator1 = new Guna.UI2.WinForms.Guna2Separator();
PrefetchCheckBox = new Guna.UI2.WinForms.Guna2CustomCheckBox();
DownloadsCheckBox = new Guna.UI2.WinForms.Guna2CustomCheckBox();
LogFilesCheckBox = new Guna.UI2.WinForms.Guna2CustomCheckBox();
label1 = new Label();
label2 = new Label();
label3 = new Label();
label4 = new Label();
CustomDirectory = new Guna.UI2.WinForms.Guna2TextBox();
label5 = new Label();
CustomPathCheckBox = new Guna.UI2.WinForms.Guna2CustomCheckBox();
CustomDirectory2 = new Guna.UI2.WinForms.Guna2TextBox();
CustomDirectory3 = new Guna.UI2.WinForms.Guna2TextBox();
label6 = new Label();
CustomPathCheckBox2 = new Guna.UI2.WinForms.Guna2CustomCheckBox();
StartCleanBtn = new Guna.UI2.WinForms.Guna2Button();
label7 = new Label();
VsFilesCheckBox = new Guna.UI2.WinForms.Guna2CustomCheckBox();
label8 = new Label();
guna2CustomCheckBox2 = new Guna.UI2.WinForms.Guna2CustomCheckBox();
label9 = new Label();
CustomPathCheckBox3 = new Guna.UI2.WinForms.Guna2CustomCheckBox();
guna2Separator2 = new Guna.UI2.WinForms.Guna2Separator();
label10 = new Label();
OpenDirsCheckBox = new Guna.UI2.WinForms.Guna2CustomCheckBox();
SuspendLayout();
//
// CleanerProgressBar
//
CleanerProgressBar.FillColor = Color.FromArgb(200, 213, 218, 223);
CleanerProgressBar.Font = new Font("Segoe UI", 12F);
CleanerProgressBar.ForeColor = Color.White;
CleanerProgressBar.Location = new Point(422, 12);
CleanerProgressBar.Minimum = 0;
CleanerProgressBar.Name = "CleanerProgressBar";
CleanerProgressBar.ProgressColor = Color.Aqua;
CleanerProgressBar.ProgressColor2 = Color.RoyalBlue;
CleanerProgressBar.ShadowDecoration.CustomizableEdges = customizableEdges30;
CleanerProgressBar.ShadowDecoration.Mode = Guna.UI2.WinForms.Enums.ShadowMode.Circle;
CleanerProgressBar.ShowText = true;
CleanerProgressBar.Size = new Size(366, 366);
CleanerProgressBar.TabIndex = 0;
CleanerProgressBar.Text = "Cleaner";
//
// guna2vSeparator1
//
guna2vSeparator1.Location = new Point(405, 12);
guna2vSeparator1.Name = "guna2vSeparator1";
guna2vSeparator1.Size = new Size(11, 366);
guna2vSeparator1.TabIndex = 1;
//
// TempFilesCheckbox
//
TempFilesCheckbox.CheckedState.BorderColor = Color.FromArgb(94, 148, 255);
TempFilesCheckbox.CheckedState.BorderRadius = 2;
TempFilesCheckbox.CheckedState.BorderThickness = 0;
TempFilesCheckbox.CheckedState.FillColor = Color.FromArgb(94, 148, 255);
TempFilesCheckbox.CustomizableEdges = customizableEdges31;
TempFilesCheckbox.Location = new Point(12, 7);
TempFilesCheckbox.Name = "TempFilesCheckbox";
TempFilesCheckbox.ShadowDecoration.CustomizableEdges = customizableEdges32;
TempFilesCheckbox.Size = new Size(26, 20);
TempFilesCheckbox.TabIndex = 2;
TempFilesCheckbox.Text = "guna2CustomCheckBox1";
TempFilesCheckbox.UncheckedState.BorderColor = Color.FromArgb(125, 137, 149);
TempFilesCheckbox.UncheckedState.BorderRadius = 2;
TempFilesCheckbox.UncheckedState.BorderThickness = 0;
TempFilesCheckbox.UncheckedState.FillColor = Color.FromArgb(125, 137, 149);
//
// guna2Separator1
//
guna2Separator1.Location = new Point(12, 103);
guna2Separator1.Name = "guna2Separator1";
guna2Separator1.Size = new Size(387, 10);
guna2Separator1.TabIndex = 3;
//
// PrefetchCheckBox
//
PrefetchCheckBox.CheckedState.BorderColor = Color.FromArgb(94, 148, 255);
PrefetchCheckBox.CheckedState.BorderRadius = 2;
PrefetchCheckBox.CheckedState.BorderThickness = 0;
PrefetchCheckBox.CheckedState.FillColor = Color.FromArgb(94, 148, 255);
PrefetchCheckBox.CustomizableEdges = customizableEdges33;
PrefetchCheckBox.Location = new Point(12, 43);
PrefetchCheckBox.Name = "PrefetchCheckBox";
PrefetchCheckBox.ShadowDecoration.CustomizableEdges = customizableEdges34;
PrefetchCheckBox.Size = new Size(26, 20);
PrefetchCheckBox.TabIndex = 5;
PrefetchCheckBox.Text = "guna2CustomCheckBox2";
PrefetchCheckBox.UncheckedState.BorderColor = Color.FromArgb(125, 137, 149);
PrefetchCheckBox.UncheckedState.BorderRadius = 2;
PrefetchCheckBox.UncheckedState.BorderThickness = 0;
PrefetchCheckBox.UncheckedState.FillColor = Color.FromArgb(125, 137, 149);
//
// DownloadsCheckBox
//
DownloadsCheckBox.CheckedState.BorderColor = Color.FromArgb(94, 148, 255);
DownloadsCheckBox.CheckedState.BorderRadius = 2;
DownloadsCheckBox.CheckedState.BorderThickness = 0;
DownloadsCheckBox.CheckedState.FillColor = Color.FromArgb(94, 148, 255);
DownloadsCheckBox.CustomizableEdges = customizableEdges35;
DownloadsCheckBox.Location = new Point(159, 43);
DownloadsCheckBox.Name = "DownloadsCheckBox";
DownloadsCheckBox.ShadowDecoration.CustomizableEdges = customizableEdges36;
DownloadsCheckBox.Size = new Size(26, 20);
DownloadsCheckBox.TabIndex = 6;
DownloadsCheckBox.Text = "guna2CustomCheckBox3";
DownloadsCheckBox.UncheckedState.BorderColor = Color.FromArgb(125, 137, 149);
DownloadsCheckBox.UncheckedState.BorderRadius = 2;
DownloadsCheckBox.UncheckedState.BorderThickness = 0;
DownloadsCheckBox.UncheckedState.FillColor = Color.FromArgb(125, 137, 149);
//
// LogFilesCheckBox
//
LogFilesCheckBox.CheckedState.BorderColor = Color.FromArgb(94, 148, 255);
LogFilesCheckBox.CheckedState.BorderRadius = 2;
LogFilesCheckBox.CheckedState.BorderThickness = 0;
LogFilesCheckBox.CheckedState.FillColor = Color.FromArgb(94, 148, 255);
LogFilesCheckBox.CustomizableEdges = customizableEdges37;
LogFilesCheckBox.Location = new Point(159, 7);
LogFilesCheckBox.Name = "LogFilesCheckBox";
LogFilesCheckBox.ShadowDecoration.CustomizableEdges = customizableEdges38;
LogFilesCheckBox.Size = new Size(26, 20);
LogFilesCheckBox.TabIndex = 7;
LogFilesCheckBox.Text = "guna2CustomCheckBox4";
LogFilesCheckBox.UncheckedState.BorderColor = Color.FromArgb(125, 137, 149);
LogFilesCheckBox.UncheckedState.BorderRadius = 2;
LogFilesCheckBox.UncheckedState.BorderThickness = 0;
LogFilesCheckBox.UncheckedState.FillColor = Color.FromArgb(125, 137, 149);
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Microsoft YaHei UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
label1.ForeColor = Color.White;
label1.Location = new Point(44, 8);
label1.Name = "label1";
label1.Size = new Size(88, 19);
label1.TabIndex = 10;
label1.Text = "Temp Files";
//
// label2
//
label2.AutoSize = true;
label2.Font = new Font("Microsoft YaHei UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
label2.ForeColor = Color.White;
label2.Location = new Point(44, 44);
label2.Name = "label2";
label2.Size = new Size(109, 19);
label2.TabIndex = 11;
label2.Text = "prefetch Files";
//
// label3
//
label3.AutoSize = true;
label3.Font = new Font("Microsoft YaHei UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
label3.ForeColor = Color.White;
label3.Location = new Point(191, 7);
label3.Name = "label3";
label3.Size = new Size(73, 19);
label3.TabIndex = 12;
label3.Text = "Log Files";
//
// label4
//
label4.AutoSize = true;
label4.Font = new Font("Microsoft YaHei UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
label4.ForeColor = Color.White;
label4.Location = new Point(191, 44);
label4.Name = "label4";
label4.Size = new Size(145, 19);
label4.TabIndex = 13;
label4.Text = "Downloads Folder";
//
// CustomDirectory
//
CustomDirectory.BorderColor = Color.FromArgb(55, 55, 55);
CustomDirectory.BorderRadius = 6;
CustomDirectory.BorderThickness = 2;
CustomDirectory.CustomizableEdges = customizableEdges39;
CustomDirectory.DefaultText = "";
CustomDirectory.DisabledState.BorderColor = Color.FromArgb(208, 208, 208);
CustomDirectory.DisabledState.FillColor = Color.FromArgb(226, 226, 226);
CustomDirectory.DisabledState.ForeColor = Color.FromArgb(138, 138, 138);
CustomDirectory.DisabledState.PlaceholderForeColor = Color.FromArgb(138, 138, 138);
CustomDirectory.FillColor = Color.FromArgb(33, 33, 33);
CustomDirectory.FocusedState.BorderColor = Color.FromArgb(94, 148, 255);
CustomDirectory.Font = new Font("Segoe UI", 9F);
CustomDirectory.HoverState.BorderColor = Color.FromArgb(94, 148, 255);
CustomDirectory.Location = new Point(12, 120);
CustomDirectory.Name = "CustomDirectory";
CustomDirectory.PasswordChar = '\0';
CustomDirectory.PlaceholderText = "Custom Directory Clean";
CustomDirectory.SelectedText = "";
CustomDirectory.ShadowDecoration.CustomizableEdges = customizableEdges40;
CustomDirectory.Size = new Size(387, 36);
CustomDirectory.TabIndex = 14;
//
// label5
//
label5.AutoSize = true;
label5.Font = new Font("Microsoft YaHei UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
label5.ForeColor = Color.White;
label5.Location = new Point(44, 249);
label5.Name = "label5";
label5.Size = new Size(73, 19);
label5.TabIndex = 16;
label5.Text = "Enable 1";
//
// CustomPathCheckBox
//
CustomPathCheckBox.CheckedState.BorderColor = Color.FromArgb(94, 148, 255);
CustomPathCheckBox.CheckedState.BorderRadius = 2;
CustomPathCheckBox.CheckedState.BorderThickness = 0;
CustomPathCheckBox.CheckedState.FillColor = Color.FromArgb(94, 148, 255);
CustomPathCheckBox.CustomizableEdges = customizableEdges41;
CustomPathCheckBox.Location = new Point(12, 248);
CustomPathCheckBox.Name = "CustomPathCheckBox";
CustomPathCheckBox.ShadowDecoration.CustomizableEdges = customizableEdges42;
CustomPathCheckBox.Size = new Size(26, 20);
CustomPathCheckBox.TabIndex = 15;
CustomPathCheckBox.Text = "guna2CustomCheckBox5";
CustomPathCheckBox.UncheckedState.BorderColor = Color.FromArgb(125, 137, 149);
CustomPathCheckBox.UncheckedState.BorderRadius = 2;
CustomPathCheckBox.UncheckedState.BorderThickness = 0;
CustomPathCheckBox.UncheckedState.FillColor = Color.FromArgb(125, 137, 149);
//
// CustomDirectory2
//
CustomDirectory2.BorderColor = Color.FromArgb(55, 55, 55);
CustomDirectory2.BorderRadius = 6;
CustomDirectory2.BorderThickness = 2;
CustomDirectory2.CustomizableEdges = customizableEdges43;
CustomDirectory2.DefaultText = "";
CustomDirectory2.DisabledState.BorderColor = Color.FromArgb(208, 208, 208);
CustomDirectory2.DisabledState.FillColor = Color.FromArgb(226, 226, 226);
CustomDirectory2.DisabledState.ForeColor = Color.FromArgb(138, 138, 138);
CustomDirectory2.DisabledState.PlaceholderForeColor = Color.FromArgb(138, 138, 138);
CustomDirectory2.FillColor = Color.FromArgb(33, 33, 33);
CustomDirectory2.FocusedState.BorderColor = Color.FromArgb(94, 148, 255);
CustomDirectory2.Font = new Font("Segoe UI", 9F);
CustomDirectory2.HoverState.BorderColor = Color.FromArgb(94, 148, 255);
CustomDirectory2.Location = new Point(12, 161);
CustomDirectory2.Name = "CustomDirectory2";
CustomDirectory2.PasswordChar = '\0';
CustomDirectory2.PlaceholderText = "Custom Directory Clean 2";
CustomDirectory2.SelectedText = "";
CustomDirectory2.ShadowDecoration.CustomizableEdges = customizableEdges44;
CustomDirectory2.Size = new Size(387, 36);
CustomDirectory2.TabIndex = 17;
//
// CustomDirectory3
//
CustomDirectory3.BorderColor = Color.FromArgb(55, 55, 55);
CustomDirectory3.BorderRadius = 6;
CustomDirectory3.BorderThickness = 2;
CustomDirectory3.CustomizableEdges = customizableEdges45;
CustomDirectory3.DefaultText = "";
CustomDirectory3.DisabledState.BorderColor = Color.FromArgb(208, 208, 208);
CustomDirectory3.DisabledState.FillColor = Color.FromArgb(226, 226, 226);
CustomDirectory3.DisabledState.ForeColor = Color.FromArgb(138, 138, 138);
CustomDirectory3.DisabledState.PlaceholderForeColor = Color.FromArgb(138, 138, 138);
CustomDirectory3.FillColor = Color.FromArgb(33, 33, 33);
CustomDirectory3.FocusedState.BorderColor = Color.FromArgb(94, 148, 255);
CustomDirectory3.Font = new Font("Segoe UI", 9F);
CustomDirectory3.HoverState.BorderColor = Color.FromArgb(94, 148, 255);
CustomDirectory3.Location = new Point(12, 203);
CustomDirectory3.Name = "CustomDirectory3";
CustomDirectory3.PasswordChar = '\0';
CustomDirectory3.PlaceholderText = "Custom Directory Clean 3";
CustomDirectory3.SelectedText = "";
CustomDirectory3.ShadowDecoration.CustomizableEdges = customizableEdges46;
CustomDirectory3.Size = new Size(387, 36);
CustomDirectory3.TabIndex = 18;
//
// label6
//
label6.AutoSize = true;
label6.Font = new Font("Microsoft YaHei UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
label6.ForeColor = Color.White;
label6.Location = new Point(174, 249);
label6.Name = "label6";
label6.Size = new Size(73, 19);
label6.TabIndex = 20;
label6.Text = "Enable 2";
//
// CustomPathCheckBox2
//
CustomPathCheckBox2.CheckedState.BorderColor = Color.FromArgb(94, 148, 255);
CustomPathCheckBox2.CheckedState.BorderRadius = 2;
CustomPathCheckBox2.CheckedState.BorderThickness = 0;
CustomPathCheckBox2.CheckedState.FillColor = Color.FromArgb(94, 148, 255);
CustomPathCheckBox2.CustomizableEdges = customizableEdges47;
CustomPathCheckBox2.Location = new Point(142, 248);
CustomPathCheckBox2.Name = "CustomPathCheckBox2";
CustomPathCheckBox2.ShadowDecoration.CustomizableEdges = customizableEdges48;
CustomPathCheckBox2.Size = new Size(26, 20);
CustomPathCheckBox2.TabIndex = 19;
CustomPathCheckBox2.Text = "guna2CustomCheckBox6";
CustomPathCheckBox2.UncheckedState.BorderColor = Color.FromArgb(125, 137, 149);
CustomPathCheckBox2.UncheckedState.BorderRadius = 2;
CustomPathCheckBox2.UncheckedState.BorderThickness = 0;
CustomPathCheckBox2.UncheckedState.FillColor = Color.FromArgb(125, 137, 149);
//
// StartCleanBtn
//
StartCleanBtn.CustomizableEdges = customizableEdges49;
StartCleanBtn.DisabledState.BorderColor = Color.DarkGray;
StartCleanBtn.DisabledState.CustomBorderColor = Color.DarkGray;
StartCleanBtn.DisabledState.FillColor = Color.FromArgb(169, 169, 169);
StartCleanBtn.DisabledState.ForeColor = Color.FromArgb(141, 141, 141);
StartCleanBtn.Font = new Font("Segoe UI", 9F);
StartCleanBtn.ForeColor = Color.White;
StartCleanBtn.Location = new Point(12, 334);
StartCleanBtn.Name = "StartCleanBtn";
StartCleanBtn.ShadowDecoration.CustomizableEdges = customizableEdges50;
StartCleanBtn.Size = new Size(387, 44);
StartCleanBtn.TabIndex = 21;
StartCleanBtn.Text = "Start Cleaning Process";
StartCleanBtn.Click += StartCleanBtn_Click;
//
// label7
//
label7.AutoSize = true;
label7.Font = new Font("Microsoft YaHei UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
label7.ForeColor = Color.White;
label7.Location = new Point(44, 78);
label7.Name = "label7";
label7.Size = new Size(65, 19);
label7.TabIndex = 23;
label7.Text = "VS Files";
//
// VsFilesCheckBox
//
VsFilesCheckBox.CheckedState.BorderColor = Color.FromArgb(94, 148, 255);
VsFilesCheckBox.CheckedState.BorderRadius = 2;
VsFilesCheckBox.CheckedState.BorderThickness = 0;
VsFilesCheckBox.CheckedState.FillColor = Color.FromArgb(94, 148, 255);
VsFilesCheckBox.CustomizableEdges = customizableEdges51;
VsFilesCheckBox.Location = new Point(12, 77);
VsFilesCheckBox.Name = "VsFilesCheckBox";
VsFilesCheckBox.ShadowDecoration.CustomizableEdges = customizableEdges52;
VsFilesCheckBox.Size = new Size(26, 20);
VsFilesCheckBox.TabIndex = 22;
VsFilesCheckBox.Text = "guna2CustomCheckBox3";
VsFilesCheckBox.UncheckedState.BorderColor = Color.FromArgb(125, 137, 149);
VsFilesCheckBox.UncheckedState.BorderRadius = 2;
VsFilesCheckBox.UncheckedState.BorderThickness = 0;
VsFilesCheckBox.UncheckedState.FillColor = Color.FromArgb(125, 137, 149);
//
// label8
//
label8.AutoSize = true;
label8.Font = new Font("Microsoft YaHei UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
label8.ForeColor = Color.White;
label8.Location = new Point(191, 79);
label8.Name = "label8";
label8.Size = new Size(36, 19);
label8.TabIndex = 25;
label8.Text = "IDK";
//
// guna2CustomCheckBox2
//
guna2CustomCheckBox2.CheckedState.BorderColor = Color.FromArgb(94, 148, 255);
guna2CustomCheckBox2.CheckedState.BorderRadius = 2;
guna2CustomCheckBox2.CheckedState.BorderThickness = 0;
guna2CustomCheckBox2.CheckedState.FillColor = Color.FromArgb(94, 148, 255);
guna2CustomCheckBox2.CustomizableEdges = customizableEdges53;
guna2CustomCheckBox2.Location = new Point(159, 78);
guna2CustomCheckBox2.Name = "guna2CustomCheckBox2";
guna2CustomCheckBox2.ShadowDecoration.CustomizableEdges = customizableEdges54;
guna2CustomCheckBox2.Size = new Size(26, 20);
guna2CustomCheckBox2.TabIndex = 24;
guna2CustomCheckBox2.Text = "guna2CustomCheckBox3";
guna2CustomCheckBox2.UncheckedState.BorderColor = Color.FromArgb(125, 137, 149);
guna2CustomCheckBox2.UncheckedState.BorderRadius = 2;
guna2CustomCheckBox2.UncheckedState.BorderThickness = 0;
guna2CustomCheckBox2.UncheckedState.FillColor = Color.FromArgb(125, 137, 149);
//
// label9
//
label9.AutoSize = true;
label9.Font = new Font("Microsoft YaHei UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
label9.ForeColor = Color.White;
label9.Location = new Point(298, 249);
label9.Name = "label9";
label9.Size = new Size(73, 19);
label9.TabIndex = 27;
label9.Text = "Enable 3";
//
// CustomPathCheckBox3
//
CustomPathCheckBox3.CheckedState.BorderColor = Color.FromArgb(94, 148, 255);
CustomPathCheckBox3.CheckedState.BorderRadius = 2;
CustomPathCheckBox3.CheckedState.BorderThickness = 0;
CustomPathCheckBox3.CheckedState.FillColor = Color.FromArgb(94, 148, 255);
CustomPathCheckBox3.CustomizableEdges = customizableEdges55;
CustomPathCheckBox3.Location = new Point(266, 248);
CustomPathCheckBox3.Name = "CustomPathCheckBox3";
CustomPathCheckBox3.ShadowDecoration.CustomizableEdges = customizableEdges56;
CustomPathCheckBox3.Size = new Size(26, 20);
CustomPathCheckBox3.TabIndex = 26;
CustomPathCheckBox3.Text = "guna2CustomCheckBox1";
CustomPathCheckBox3.UncheckedState.BorderColor = Color.FromArgb(125, 137, 149);
CustomPathCheckBox3.UncheckedState.BorderRadius = 2;
CustomPathCheckBox3.UncheckedState.BorderThickness = 0;
CustomPathCheckBox3.UncheckedState.FillColor = Color.FromArgb(125, 137, 149);
//
// guna2Separator2
//
guna2Separator2.Location = new Point(12, 274);
guna2Separator2.Name = "guna2Separator2";
guna2Separator2.Size = new Size(387, 10);
guna2Separator2.TabIndex = 28;
//
// label10
//
label10.AutoSize = true;
label10.Font = new Font("Microsoft YaHei UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
label10.ForeColor = Color.White;
label10.Location = new Point(44, 291);
label10.Name = "label10";
label10.Size = new Size(160, 19);
label10.TabIndex = 30;
label10.Text = "Open All cleaned dir";
label10.Click += this.label10_Click;
//
// OpenDirsCheckBox
//
OpenDirsCheckBox.CheckedState.BorderColor = Color.FromArgb(94, 148, 255);
OpenDirsCheckBox.CheckedState.BorderRadius = 2;
OpenDirsCheckBox.CheckedState.BorderThickness = 0;
OpenDirsCheckBox.CheckedState.FillColor = Color.FromArgb(94, 148, 255);
OpenDirsCheckBox.CustomizableEdges = customizableEdges57;
OpenDirsCheckBox.Location = new Point(12, 290);
OpenDirsCheckBox.Name = "OpenDirsCheckBox";
OpenDirsCheckBox.ShadowDecoration.CustomizableEdges = customizableEdges58;
OpenDirsCheckBox.Size = new Size(26, 20);
OpenDirsCheckBox.TabIndex = 29;
OpenDirsCheckBox.Text = "guna2CustomCheckBox1";
OpenDirsCheckBox.UncheckedState.BorderColor = Color.FromArgb(125, 137, 149);
OpenDirsCheckBox.UncheckedState.BorderRadius = 2;
OpenDirsCheckBox.UncheckedState.BorderThickness = 0;
OpenDirsCheckBox.UncheckedState.FillColor = Color.FromArgb(125, 137, 149);
OpenDirsCheckBox.Click += guna2CustomCheckBox1_Click;
//
// CleanerForm
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.Black;
ClientSize = new Size(800, 390);
Controls.Add(label10);
Controls.Add(OpenDirsCheckBox);
Controls.Add(guna2Separator2);
Controls.Add(label9);
Controls.Add(CustomPathCheckBox3);
Controls.Add(label8);
Controls.Add(guna2CustomCheckBox2);
Controls.Add(label7);
Controls.Add(VsFilesCheckBox);
Controls.Add(StartCleanBtn);
Controls.Add(label6);
Controls.Add(CustomPathCheckBox2);
Controls.Add(CustomDirectory3);
Controls.Add(CustomDirectory2);
Controls.Add(label5);
Controls.Add(CustomPathCheckBox);
Controls.Add(CustomDirectory);
Controls.Add(label4);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(LogFilesCheckBox);
Controls.Add(DownloadsCheckBox);
Controls.Add(PrefetchCheckBox);
Controls.Add(guna2Separator1);
Controls.Add(TempFilesCheckbox);
Controls.Add(guna2vSeparator1);
Controls.Add(CleanerProgressBar);
FormBorderStyle = FormBorderStyle.None;
Name = "CleanerForm";
Text = "CleanerForm";
ResumeLayout(false);
PerformLayout();
}
private void label10_Click(object sender, EventArgs e)
{
throw new NotImplementedException();
}
#endregion
private Guna.UI2.WinForms.Guna2CircleProgressBar CleanerProgressBar;
private Guna.UI2.WinForms.Guna2VSeparator guna2vSeparator1;
private Guna.UI2.WinForms.Guna2CustomCheckBox TempFilesCheckbox;
private Guna.UI2.WinForms.Guna2Separator guna2Separator1;
private Guna.UI2.WinForms.Guna2CustomCheckBox PrefetchCheckBox;
private Guna.UI2.WinForms.Guna2CustomCheckBox DownloadsCheckBox;
private Guna.UI2.WinForms.Guna2CustomCheckBox LogFilesCheckBox;
private Label label1;
private Label label2;
private Label label3;
private Label label4;
private Guna.UI2.WinForms.Guna2TextBox CustomDirectory;
private Label label5;
private Guna.UI2.WinForms.Guna2CustomCheckBox CustomPathCheckBox;
private Guna.UI2.WinForms.Guna2TextBox CustomDirectory2;
private Guna.UI2.WinForms.Guna2TextBox CustomDirectory3;
private Label label6;
private Guna.UI2.WinForms.Guna2CustomCheckBox CustomPathCheckBox2;
private Guna.UI2.WinForms.Guna2Button StartCleanBtn;
private Label label7;
private Guna.UI2.WinForms.Guna2CustomCheckBox VsFilesCheckBox;
private Label label8;
private Guna.UI2.WinForms.Guna2CustomCheckBox guna2CustomCheckBox2;
private Label label9;
private Guna.UI2.WinForms.Guna2CustomCheckBox CustomPathCheckBox3;
private Guna.UI2.WinForms.Guna2Separator guna2Separator2;
private Label label10;
private Guna.UI2.WinForms.Guna2CustomCheckBox OpenDirsCheckBox;
}
}