-
Notifications
You must be signed in to change notification settings - Fork 0
/
Settings.Designer.cs
executable file
·758 lines (749 loc) · 41 KB
/
Settings.Designer.cs
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
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
using System.Collections.Generic;
using System.ComponentModel;
using System.Windows.Forms;
using GUIUtils;
namespace Elucidate
{
partial class Settings
{
/// <summary>
/// Required designer variable.
/// </summary>
private 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Settings));
this.DRUnit_NewNode = new System.Windows.Forms.ToolStripMenuItem();
this.driveAndDirTreeView = new System.Windows.Forms.TreeView();
this.drivesAndDirectoriesMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.refreshStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.advancedSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.imageListUnits = new System.Windows.Forms.ImageList(this.components);
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.labelRaid6 = new System.Windows.Forms.Label();
this.raid6Location = new System.Windows.Forms.TextBox();
this.findRaid6 = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.raid5Location = new System.Windows.Forms.TextBox();
this.findRaid5 = new System.Windows.Forms.Button();
this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.SnapShotsMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.snapShotSourcesTreeView = new System.Windows.Forms.TreeView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.driveSpace = new GUIUtils.DriveSpaceDisplay();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.btnGetRecommended = new System.Windows.Forms.Button();
this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
this.numAutoSaveGB = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
this.numBlockSizeKB = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.exludedFilesView = new System.Windows.Forms.DataGridView();
this.ExcludedFilesPatterns = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.btnSave = new System.Windows.Forms.Button();
this.btnReset = new System.Windows.Forms.Button();
this.configFileLocation = new System.Windows.Forms.TextBox();
this.snapRAIDFileLocation = new System.Windows.Forms.TextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.findConfigFile = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.findExeFile = new System.Windows.Forms.Button();
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.helpProvider1 = new System.Windows.Forms.HelpProvider();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.drivesAndDirectoriesMenu.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SnapShotsMenu.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numAutoSaveGB)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numBlockSizeKB)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.exludedFilesView)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// DRUnit_NewNode
//
this.DRUnit_NewNode.Name = "DRUnit_NewNode";
this.DRUnit_NewNode.ShortcutKeys = System.Windows.Forms.Keys.Insert;
this.DRUnit_NewNode.Size = new System.Drawing.Size(155, 22);
this.DRUnit_NewNode.Text = "&New Node";
this.DRUnit_NewNode.Click += new System.EventHandler(this.DRUnit_NewNode_MenuItem_Click);
//
// driveAndDirTreeView
//
this.driveAndDirTreeView.ContextMenuStrip = this.drivesAndDirectoriesMenu;
this.driveAndDirTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
this.helpProvider1.SetHelpKeyword(this.driveAndDirTreeView, "PossibleProtection");
this.helpProvider1.SetHelpNavigator(this.driveAndDirTreeView, System.Windows.Forms.HelpNavigator.Topic);
this.driveAndDirTreeView.ImageIndex = 0;
this.driveAndDirTreeView.ImageList = this.imageListUnits;
this.driveAndDirTreeView.LabelEdit = true;
this.driveAndDirTreeView.Location = new System.Drawing.Point(0, 0);
this.driveAndDirTreeView.Name = "driveAndDirTreeView";
this.driveAndDirTreeView.SelectedImageIndex = 0;
this.helpProvider1.SetShowHelp(this.driveAndDirTreeView, true);
this.driveAndDirTreeView.Size = new System.Drawing.Size(318, 357);
this.driveAndDirTreeView.TabIndex = 0;
this.toolTip1.SetToolTip(this.driveAndDirTreeView, "Possible sources to be used for snap shot.");
this.driveAndDirTreeView.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.driveAndDirTreeView_BeforeExpand);
this.driveAndDirTreeView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.driveAndDirTreeView_MouseDoubleClick);
this.driveAndDirTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.driveAndDirTreeView_MouseDown);
this.driveAndDirTreeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.driveAndDirTreeView_MouseUp);
//
// drivesAndDirectoriesMenu
//
this.drivesAndDirectoriesMenu.Font = new System.Drawing.Font("Tahoma", 9F);
this.drivesAndDirectoriesMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.refreshStripMenuItem,
this.toolStripMenuItem1,
this.advancedSettingsToolStripMenuItem});
this.drivesAndDirectoriesMenu.Name = "unitsMenu";
this.drivesAndDirectoriesMenu.Size = new System.Drawing.Size(198, 70);
//
// refreshStripMenuItem
//
this.refreshStripMenuItem.Name = "refreshStripMenuItem";
this.refreshStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
this.refreshStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.refreshStripMenuItem.Text = "&Refresh";
this.refreshStripMenuItem.Click += new System.EventHandler(this.refreshStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.Insert;
this.toolStripMenuItem1.Size = new System.Drawing.Size(197, 22);
this.toolStripMenuItem1.Text = "&Add To Snap shot";
//
// advancedSettingsToolStripMenuItem
//
this.advancedSettingsToolStripMenuItem.Name = "advancedSettingsToolStripMenuItem";
this.advancedSettingsToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.advancedSettingsToolStripMenuItem.Text = "Advanced &Settings...";
//
// imageListUnits
//
this.imageListUnits.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListUnits.ImageStream")));
this.imageListUnits.TransparentColor = System.Drawing.Color.Transparent;
this.imageListUnits.Images.SetKeyName(0, "My Computer.ico");
this.imageListUnits.Images.SetKeyName(1, "2.5 Floppy.ico");
this.imageListUnits.Images.SetKeyName(2, "5.25 Floppy.ico");
this.imageListUnits.Images.SetKeyName(3, "Hard Drive.ico");
this.imageListUnits.Images.SetKeyName(4, "CD Rom Drive.ico");
this.imageListUnits.Images.SetKeyName(5, "Network.ico");
this.imageListUnits.Images.SetKeyName(6, "Misc Removeable.ico");
this.imageListUnits.Images.SetKeyName(7, "Closed Folder.ico");
this.imageListUnits.Images.SetKeyName(8, "Open Folder.ico");
this.imageListUnits.Images.SetKeyName(9, "Network Folder.ico");
this.imageListUnits.Images.SetKeyName(10, "Disconnected Network.ico");
//
// groupBox2
//
this.groupBox2.Controls.Add(this.labelRaid6);
this.groupBox2.Controls.Add(this.raid6Location);
this.groupBox2.Controls.Add(this.findRaid6);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.raid5Location);
this.groupBox2.Controls.Add(this.findRaid5);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Font = new System.Drawing.Font("Tahoma", 9F);
this.groupBox2.ForeColor = System.Drawing.SystemColors.WindowText;
this.groupBox2.Location = new System.Drawing.Point(3, 361);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(528, 80);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Parity file locations:";
//
// labelRaid6
//
this.labelRaid6.Location = new System.Drawing.Point(4, 47);
this.labelRaid6.Name = "labelRaid6";
this.labelRaid6.Size = new System.Drawing.Size(50, 25);
this.labelRaid6.TabIndex = 3;
this.labelRaid6.Text = "Raid &6:";
this.labelRaid6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.toolTip1.SetToolTip(this.labelRaid6, "Optional 2 disk failure protection root location.");
//
// raid6Location
//
this.raid6Location.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.raid6Location.BackColor = System.Drawing.SystemColors.Window;
this.errorProvider1.SetError(this.raid6Location, "Config File does not exist");
this.helpProvider1.SetHelpKeyword(this.raid6Location, "ParityLocs");
this.helpProvider1.SetHelpNavigator(this.raid6Location, System.Windows.Forms.HelpNavigator.Topic);
this.raid6Location.Location = new System.Drawing.Point(60, 49);
this.raid6Location.Name = "raid6Location";
this.helpProvider1.SetShowHelp(this.raid6Location, true);
this.raid6Location.Size = new System.Drawing.Size(407, 22);
this.raid6Location.TabIndex = 4;
this.toolTip1.SetToolTip(this.raid6Location, "Optional 2 disk failure protection root location.");
this.raid6Location.TextChanged += new System.EventHandler(this.raid6Location_TextChanged);
//
// findRaid6
//
this.findRaid6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.findRaid6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.findRaid6.Location = new System.Drawing.Point(487, 47);
this.findRaid6.Name = "findRaid6";
this.findRaid6.Size = new System.Drawing.Size(35, 25);
this.findRaid6.TabIndex = 5;
this.findRaid6.Text = "...";
this.toolTip1.SetToolTip(this.findRaid6, "Optional 2 disk failure protection root location.");
this.findRaid6.UseVisualStyleBackColor = true;
this.findRaid6.Click += new System.EventHandler(this.findRaid6_Click);
//
// label5
//
this.label5.Location = new System.Drawing.Point(4, 17);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(50, 25);
this.label5.TabIndex = 0;
this.label5.Text = "Raid &5:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.toolTip1.SetToolTip(this.label5, "Mandatory root location for minimum protection");
//
// raid5Location
//
this.raid5Location.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.raid5Location.BackColor = System.Drawing.SystemColors.Window;
this.errorProvider1.SetError(this.raid5Location, "Executeable Not found");
this.helpProvider1.SetHelpKeyword(this.raid5Location, "ParityLocs");
this.helpProvider1.SetHelpNavigator(this.raid5Location, System.Windows.Forms.HelpNavigator.Topic);
this.raid5Location.Location = new System.Drawing.Point(60, 19);
this.raid5Location.Name = "raid5Location";
this.helpProvider1.SetShowHelp(this.raid5Location, true);
this.raid5Location.Size = new System.Drawing.Size(407, 22);
this.raid5Location.TabIndex = 1;
this.raid5Location.Text = "Z:\\";
this.toolTip1.SetToolTip(this.raid5Location, "Mandatory root location for minimum protection");
this.raid5Location.TextChanged += new System.EventHandler(this.raid5Location_TextChanged);
//
// findRaid5
//
this.findRaid5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.findRaid5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.findRaid5.Location = new System.Drawing.Point(487, 16);
this.findRaid5.Name = "findRaid5";
this.findRaid5.Size = new System.Drawing.Size(35, 26);
this.findRaid5.TabIndex = 2;
this.findRaid5.Text = "...";
this.toolTip1.SetToolTip(this.findRaid5, "Mandatory root location for minimum protection");
this.findRaid5.UseVisualStyleBackColor = true;
this.findRaid5.Click += new System.EventHandler(this.findRaid5_Click);
//
// removeToolStripMenuItem
//
this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
this.removeToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete;
this.removeToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
this.removeToolStripMenuItem.Text = "&Delete";
this.removeToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.deleteToolStripMenuItem_Click);
this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
//
// SnapShotsMenu
//
this.SnapShotsMenu.Font = new System.Drawing.Font("Tahoma", 9F);
this.SnapShotsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.removeToolStripMenuItem,
this.DRUnit_NewNode});
this.SnapShotsMenu.Name = "unitsMenu";
this.SnapShotsMenu.Size = new System.Drawing.Size(156, 48);
//
// snapShotSourcesTreeView
//
this.snapShotSourcesTreeView.AllowDrop = true;
this.snapShotSourcesTreeView.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.snapShotSourcesTreeView.ContextMenuStrip = this.SnapShotsMenu;
this.snapShotSourcesTreeView.Dock = System.Windows.Forms.DockStyle.Left;
this.snapShotSourcesTreeView.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.helpProvider1.SetHelpKeyword(this.snapShotSourcesTreeView, "SnapShotSources");
this.helpProvider1.SetHelpNavigator(this.snapShotSourcesTreeView, System.Windows.Forms.HelpNavigator.Topic);
this.snapShotSourcesTreeView.ImageIndex = 0;
this.snapShotSourcesTreeView.ImageList = this.imageListUnits;
this.snapShotSourcesTreeView.Location = new System.Drawing.Point(3, 18);
this.snapShotSourcesTreeView.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
this.snapShotSourcesTreeView.Name = "snapShotSourcesTreeView";
this.snapShotSourcesTreeView.SelectedImageIndex = 0;
this.helpProvider1.SetShowHelp(this.snapShotSourcesTreeView, true);
this.snapShotSourcesTreeView.ShowLines = false;
this.snapShotSourcesTreeView.ShowPlusMinus = false;
this.snapShotSourcesTreeView.ShowRootLines = false;
this.snapShotSourcesTreeView.Size = new System.Drawing.Size(228, 331);
this.snapShotSourcesTreeView.TabIndex = 0;
this.toolTip1.SetToolTip(this.snapShotSourcesTreeView, "The order is relevant for parity, do not change it!");
this.snapShotSourcesTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.snapShotSourcesTreeView_DragDrop);
this.snapShotSourcesTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.snapShotSourcesTreeView_DragOver);
this.snapShotSourcesTreeView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.snapShotSourcesTreeView_KeyUp);
this.snapShotSourcesTreeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.snapShotSourcesTreeView_MouseUp);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.driveSpace);
this.groupBox1.Controls.Add(this.snapShotSourcesTreeView);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Font = new System.Drawing.Font("Tahoma", 9F);
this.groupBox1.ForeColor = System.Drawing.SystemColors.WindowText;
this.groupBox1.Location = new System.Drawing.Point(3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(528, 352);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "S&nap Shot Sources";
//
// driveSpace
//
this.driveSpace.Dock = System.Windows.Forms.DockStyle.Right;
this.driveSpace.Location = new System.Drawing.Point(233, 18);
this.driveSpace.Margin = new System.Windows.Forms.Padding(0);
this.driveSpace.Name = "driveSpace";
this.driveSpace.ShowXAxisText = false;
this.driveSpace.ShowYAxisText = false;
this.driveSpace.Size = new System.Drawing.Size(292, 331);
this.driveSpace.TabIndex = 1;
this.toolTip1.SetToolTip(this.driveSpace, "Shows the space in GBytes");
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 65);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.driveAndDirTreeView);
this.splitContainer1.Panel1.Controls.Add(this.groupBox3);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel1);
this.splitContainer1.Size = new System.Drawing.Size(857, 534);
this.splitContainer1.SplitterDistance = 318;
this.splitContainer1.SplitterWidth = 5;
this.splitContainer1.TabIndex = 4;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.btnGetRecommended);
this.groupBox3.Controls.Add(this.checkedListBox1);
this.groupBox3.Controls.Add(this.numAutoSaveGB);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.numBlockSizeKB);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.groupBox3.Location = new System.Drawing.Point(0, 357);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(318, 177);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Advanced";
this.toolTip1.SetToolTip(this.groupBox3, "Unusual settings.");
//
// btnGetRecommended
//
this.btnGetRecommended.Location = new System.Drawing.Point(175, 22);
this.btnGetRecommended.Name = "btnGetRecommended";
this.btnGetRecommended.Size = new System.Drawing.Size(137, 24);
this.btnGetRecommended.TabIndex = 8;
this.btnGetRecommended.Text = "C&alculate ..";
this.btnGetRecommended.UseVisualStyleBackColor = true;
this.btnGetRecommended.Click += new System.EventHandler(this.btnGetRecommended_Click);
//
// checkedListBox1
//
this.checkedListBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.checkedListBox1.CheckOnClick = true;
this.checkedListBox1.FormattingEnabled = true;
this.helpProvider1.SetHelpString(this.checkedListBox1, "UseVerbose");
this.checkedListBox1.IntegralHeight = false;
this.checkedListBox1.Location = new System.Drawing.Point(10, 79);
this.checkedListBox1.Name = "checkedListBox1";
this.checkedListBox1.ScrollAlwaysVisible = true;
this.helpProvider1.SetShowHelp(this.checkedListBox1, true);
this.checkedListBox1.Size = new System.Drawing.Size(302, 95);
this.checkedListBox1.TabIndex = 7;
this.checkedListBox1.ThreeDCheckBoxes = true;
this.toolTip1.SetToolTip(this.checkedListBox1, "Caution: You must know wat these settings are.");
this.checkedListBox1.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox1_ItemCheck);
this.checkedListBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.checkedListBox1_MouseMove);
//
// numAutoSaveGB
//
this.numAutoSaveGB.Increment = new decimal(new int[] {
50,
0,
0,
0});
this.numAutoSaveGB.Location = new System.Drawing.Point(95, 51);
this.numAutoSaveGB.Maximum = new decimal(new int[] {
1024,
0,
0,
0});
this.numAutoSaveGB.Name = "numAutoSaveGB";
this.numAutoSaveGB.Size = new System.Drawing.Size(74, 22);
this.numAutoSaveGB.TabIndex = 4;
this.toolTip1.SetToolTip(this.numAutoSaveGB, "You could increase this value if you do not have enough RAM memory to run SnapRAI" +
"D\r\nAs a rule of thumb, with 4GB or more memory use the default 256, with 2GB use" +
" 512, and with 1GB use 1024.");
this.numAutoSaveGB.Value = new decimal(new int[] {
250,
0,
0,
0});
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(7, 53);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(83, 14);
this.label6.TabIndex = 3;
this.label6.Text = "AutoSave &GB:";
this.toolTip1.SetToolTip(this.label6, "The number of processed GigaBytes before a save; 0 is off.");
//
// numBlockSizeKB
//
this.numBlockSizeKB.Increment = new decimal(new int[] {
64,
0,
0,
0});
this.numBlockSizeKB.Location = new System.Drawing.Point(95, 24);
this.numBlockSizeKB.Maximum = new decimal(new int[] {
1024,
0,
0,
0});
this.numBlockSizeKB.Minimum = new decimal(new int[] {
32,
0,
0,
0});
this.numBlockSizeKB.Name = "numBlockSizeKB";
this.numBlockSizeKB.Size = new System.Drawing.Size(74, 22);
this.numBlockSizeKB.TabIndex = 2;
this.toolTip1.SetToolTip(this.numBlockSizeKB, "You could increase this value if you do not have enough RAM memory to run SnapRAI" +
"D\r\nAs a rule of thumb, with 4GB or more memory use the default 256, with 2GB use" +
" 512, and with 1GB use 1024.");
this.numBlockSizeKB.Value = new decimal(new int[] {
256,
0,
0,
0});
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(7, 26);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(82, 14);
this.label4.TabIndex = 1;
this.label4.Text = "&Block Size KB:";
this.toolTip1.SetToolTip(this.label4, "You could increase this value if you do not have enough RAM memory to run SnapRAI" +
"D\r\nAs a rule of thumb, with 4GB or more memory use the default 256, with 2GB use" +
" 512, and with 1GB use 1024.");
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.exludedFilesView, 0, 2);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(534, 534);
this.tableLayoutPanel1.TabIndex = 7;
//
// exludedFilesView
//
this.exludedFilesView.BackgroundColor = System.Drawing.SystemColors.Window;
this.exludedFilesView.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.exludedFilesView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ExcludedFilesPatterns});
this.exludedFilesView.Dock = System.Windows.Forms.DockStyle.Fill;
this.exludedFilesView.Font = new System.Drawing.Font("Tahoma", 9F);
this.helpProvider1.SetHelpKeyword(this.exludedFilesView, "FilterExclusions");
this.helpProvider1.SetHelpNavigator(this.exludedFilesView, System.Windows.Forms.HelpNavigator.Topic);
this.exludedFilesView.Location = new System.Drawing.Point(3, 447);
this.exludedFilesView.Name = "exludedFilesView";
this.exludedFilesView.ShowCellToolTips = false;
this.helpProvider1.SetShowHelp(this.exludedFilesView, true);
this.exludedFilesView.Size = new System.Drawing.Size(528, 84);
this.exludedFilesView.TabIndex = 2;
this.exludedFilesView.TabStop = false;
this.exludedFilesView.Text = "&Exclude Patterns:";
this.toolTip1.SetToolTip(this.exludedFilesView, "Add files and directories filter items here.");
//
// ExcludedFilesPatterns
//
this.ExcludedFilesPatterns.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.ExcludedFilesPatterns.HeaderText = "Excluded File pattern(s)";
this.ExcludedFilesPatterns.MaxInputLength = 256;
this.ExcludedFilesPatterns.Name = "ExcludedFilesPatterns";
this.ExcludedFilesPatterns.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// btnSave
//
this.helpProvider1.SetHelpKeyword(this.btnSave, "SaveSettings");
this.helpProvider1.SetHelpNavigator(this.btnSave, System.Windows.Forms.HelpNavigator.Topic);
this.errorProvider1.SetIconAlignment(this.btnSave, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
this.btnSave.Location = new System.Drawing.Point(740, 31);
this.btnSave.Name = "btnSave";
this.helpProvider1.SetShowHelp(this.btnSave, true);
this.btnSave.Size = new System.Drawing.Size(111, 27);
this.btnSave.TabIndex = 9;
this.btnSave.Text = "&Save settings";
this.toolTip1.SetToolTip(this.btnSave, "Save these settings to the config file.");
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnReset
//
this.btnReset.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.helpProvider1.SetHelpKeyword(this.btnReset, "ResetToLastConfig");
this.helpProvider1.SetHelpNavigator(this.btnReset, System.Windows.Forms.HelpNavigator.Topic);
this.btnReset.Location = new System.Drawing.Point(737, 2);
this.btnReset.Name = "btnReset";
this.helpProvider1.SetShowHelp(this.btnReset, true);
this.btnReset.Size = new System.Drawing.Size(127, 27);
this.btnReset.TabIndex = 8;
this.btnReset.Text = "Reset to &last config";
this.toolTip1.SetToolTip(this.btnReset, "Reset the values to the config file.");
this.btnReset.UseVisualStyleBackColor = true;
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
//
// configFileLocation
//
this.configFileLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.configFileLocation.BackColor = System.Drawing.SystemColors.Window;
this.errorProvider1.SetError(this.configFileLocation, "Config File does not exist");
this.helpProvider1.SetHelpKeyword(this.configFileLocation, "SnapRAID.config");
this.helpProvider1.SetHelpNavigator(this.configFileLocation, System.Windows.Forms.HelpNavigator.Topic);
this.configFileLocation.Location = new System.Drawing.Point(135, 35);
this.configFileLocation.Name = "configFileLocation";
this.helpProvider1.SetShowHelp(this.configFileLocation, true);
this.configFileLocation.Size = new System.Drawing.Size(551, 22);
this.configFileLocation.TabIndex = 4;
this.configFileLocation.Text = "Stick some text in here for config";
this.toolTip1.SetToolTip(this.configFileLocation, "Full path to the SnapRAID config file.");
this.configFileLocation.TextChanged += new System.EventHandler(this.configFileLocation_TextChanged);
//
// snapRAIDFileLocation
//
this.snapRAIDFileLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.snapRAIDFileLocation.BackColor = System.Drawing.SystemColors.Window;
this.errorProvider1.SetError(this.snapRAIDFileLocation, "Executeable Not found");
this.helpProvider1.SetHelpKeyword(this.snapRAIDFileLocation, "SnapRAID.Exe");
this.helpProvider1.SetHelpNavigator(this.snapRAIDFileLocation, System.Windows.Forms.HelpNavigator.Topic);
this.helpProvider1.SetHelpString(this.snapRAIDFileLocation, "");
this.snapRAIDFileLocation.Location = new System.Drawing.Point(135, 5);
this.snapRAIDFileLocation.Name = "snapRAIDFileLocation";
this.helpProvider1.SetShowHelp(this.snapRAIDFileLocation, true);
this.snapRAIDFileLocation.Size = new System.Drawing.Size(551, 22);
this.snapRAIDFileLocation.TabIndex = 1;
this.snapRAIDFileLocation.Text = "Stick some text in here";
this.toolTip1.SetToolTip(this.snapRAIDFileLocation, "Full path to the SnapRAID application.");
this.snapRAIDFileLocation.TextChanged += new System.EventHandler(this.snapRAIDFileLocation_TextChanged);
//
// panel2
//
this.panel2.Controls.Add(this.btnReset);
this.panel2.Controls.Add(this.btnSave);
this.panel2.Controls.Add(this.label1);
this.panel2.Controls.Add(this.configFileLocation);
this.panel2.Controls.Add(this.findConfigFile);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.snapRAIDFileLocation);
this.panel2.Controls.Add(this.findExeFile);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(857, 65);
this.panel2.TabIndex = 1;
//
// label1
//
this.label1.Location = new System.Drawing.Point(3, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(126, 25);
this.label1.TabIndex = 3;
this.label1.Text = "SnapRAID &Config file:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// findConfigFile
//
this.findConfigFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.findConfigFile.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.findConfigFile.Location = new System.Drawing.Point(702, 32);
this.findConfigFile.Name = "findConfigFile";
this.findConfigFile.Size = new System.Drawing.Size(35, 25);
this.findConfigFile.TabIndex = 5;
this.findConfigFile.Text = "...";
this.findConfigFile.UseVisualStyleBackColor = true;
this.findConfigFile.Click += new System.EventHandler(this.findConfigFile_Click);
//
// label2
//
this.label2.Location = new System.Drawing.Point(24, 2);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(104, 25);
this.label2.TabIndex = 0;
this.label2.Text = "Snap&RAID.exe:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// findExeFile
//
this.findExeFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.findExeFile.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.findExeFile.Location = new System.Drawing.Point(702, 3);
this.findExeFile.Name = "findExeFile";
this.findExeFile.Size = new System.Drawing.Size(35, 25);
this.findExeFile.TabIndex = 2;
this.findExeFile.Text = "...";
this.findExeFile.UseVisualStyleBackColor = true;
this.findExeFile.Click += new System.EventHandler(this.findExeFile_Click);
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// helpProvider1
//
this.helpProvider1.HelpNamespace = "http://elucidate.codeplex.com/wikipage?title=Settings";
//
// Settings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(857, 599);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.panel2);
this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.HelpButton = true;
this.helpProvider1.SetHelpKeyword(this, "d");
this.helpProvider1.SetHelpNavigator(this, System.Windows.Forms.HelpNavigator.Topic);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Settings";
this.helpProvider1.SetShowHelp(this, true);
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "Settings to control SnapRAID";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Settings_FormClosing);
this.Load += new System.EventHandler(this.Settings_Load);
this.Shown += new System.EventHandler(this.Settings_Shown);
this.drivesAndDirectoriesMenu.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.SnapShotsMenu.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numAutoSaveGB)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numBlockSizeKB)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.exludedFilesView)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private ToolStripMenuItem DRUnit_NewNode;
private TreeView driveAndDirTreeView;
private ContextMenuStrip drivesAndDirectoriesMenu;
private ToolStripMenuItem refreshStripMenuItem;
private ToolStripMenuItem toolStripMenuItem1;
private ToolStripMenuItem advancedSettingsToolStripMenuItem;
private ImageList imageListUnits;
private ToolTip toolTip1;
private GroupBox groupBox2;
private ToolStripMenuItem removeToolStripMenuItem;
private ContextMenuStrip SnapShotsMenu;
private TreeView snapShotSourcesTreeView;
private GroupBox groupBox1;
private SplitContainer splitContainer1;
private TableLayoutPanel tableLayoutPanel1;
private Panel panel2;
private DataGridView exludedFilesView;
private Label label1;
private TextBox configFileLocation;
private ErrorProvider errorProvider1;
private Button findConfigFile;
private Label label2;
private TextBox snapRAIDFileLocation;
private Button findExeFile;
private Label labelRaid6;
private TextBox raid6Location;
private Button findRaid6;
private Label label5;
private TextBox raid5Location;
private Button findRaid5;
private DataGridViewTextBoxColumn ExcludedFilesPatterns;
private Button btnReset;
private Button btnSave;
private HelpProvider helpProvider1;
private FolderBrowserDialog folderBrowserDialog1;
private CheckedListBox checkedListBox1;
private GroupBox groupBox3;
private NumericUpDown numBlockSizeKB;
private Label label4;
private NumericUpDown numAutoSaveGB;
private Label label6;
private DriveSpaceDisplay driveSpace;
private Button btnGetRecommended;
private List<string> IncludePatterns { get; set; }
}
}