Horizon – Diff between revs 4 and 8

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 4 Rev 8
1  1 
2 namespace Horizon 2 namespace Horizon
3 { 3 {
4 partial class ManageFoldersForm 4 partial class ManageFoldersForm
5 { 5 {
6 /// <summary> 6 /// <summary>
7 /// Required designer variable. 7 /// Required designer variable.
8 /// </summary> 8 /// </summary>
9 private System.ComponentModel.IContainer components = null; 9 private System.ComponentModel.IContainer components = null;
10   10  
11 #region Windows Form Designer generated code 11 #region Windows Form Designer generated code
12   12  
13 /// <summary> 13 /// <summary>
14 /// Required method for Designer support - do not modify 14 /// Required method for Designer support - do not modify
15 /// the contents of this method with the code editor. 15 /// the contents of this method with the code editor.
16 /// </summary> 16 /// </summary>
17 private void InitializeComponent() 17 private void InitializeComponent()
18 { 18 {
19 this.components = new System.ComponentModel.Container(); 19 this.components = new System.ComponentModel.Container();
20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ManageFoldersForm)); 20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ManageFoldersForm));
21 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 21 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
22 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 22 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
23 this.button2 = new System.Windows.Forms.Button(); 23 this.button2 = new System.Windows.Forms.Button();
24 this.button1 = new System.Windows.Forms.Button(); 24 this.button1 = new System.Windows.Forms.Button();
25 this.dataGridView1 = new Horizon.Utilities.Controls.DoubleBufferedDataGridView(); 25 this.dataGridView1 = new Horizon.Utilities.Controls.DoubleBufferedDataGridView();
26 this.EnableColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 26 this.EnableColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
27 this.PathColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 27 this.PathColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
28 this.RecursiveColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 28 this.RecursiveColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
29 this.DelayColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 29 this.DelayColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
30 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); 30 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
31 this.createSnapshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 31 this.createSnapshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
32 this.selectedDirectoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 32 this.selectedDirectoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
33 this.recursiveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 33 this.recursiveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34 this.colorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 34 this.colorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35 this.cyanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 35 this.cyanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36 this.yellowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 36 this.yellowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37 this.orangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 37 this.orangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38 this.limeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 38 this.limeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39 this.violetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 39 this.violetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40 this.tanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 40 this.tanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41 this.pinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 41 this.pinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42 this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 42 this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43 this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); -  
44 this.tableLayoutPanel1.SuspendLayout(); 43 this.tableLayoutPanel1.SuspendLayout();
45 this.tableLayoutPanel2.SuspendLayout(); 44 this.tableLayoutPanel2.SuspendLayout();
46 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); 45 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
47 this.contextMenuStrip1.SuspendLayout(); 46 this.contextMenuStrip1.SuspendLayout();
48 this.SuspendLayout(); 47 this.SuspendLayout();
49 // 48 //
50 // tableLayoutPanel1 49 // tableLayoutPanel1
51 // 50 //
52 this.tableLayoutPanel1.ColumnCount = 1; 51 this.tableLayoutPanel1.ColumnCount = 1;
53 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 52 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
54 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); 53 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
55 this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 0); 54 this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 0);
56 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; 55 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
57 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); 56 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
58 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 57 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
59 this.tableLayoutPanel1.RowCount = 2; 58 this.tableLayoutPanel1.RowCount = 2;
60 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 59 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
61 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F)); 60 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
62 this.tableLayoutPanel1.Size = new System.Drawing.Size(576, 283); 61 this.tableLayoutPanel1.Size = new System.Drawing.Size(576, 283);
63 this.tableLayoutPanel1.TabIndex = 0; 62 this.tableLayoutPanel1.TabIndex = 0;
64 // 63 //
65 // tableLayoutPanel2 64 // tableLayoutPanel2
66 // 65 //
67 this.tableLayoutPanel2.ColumnCount = 2; 66 this.tableLayoutPanel2.ColumnCount = 2;
68 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 67 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
69 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 68 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
70 this.tableLayoutPanel2.Controls.Add(this.button2, 1, 0); 69 this.tableLayoutPanel2.Controls.Add(this.button2, 1, 0);
71 this.tableLayoutPanel2.Controls.Add(this.button1, 0, 0); 70 this.tableLayoutPanel2.Controls.Add(this.button1, 0, 0);
72 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; 71 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
73 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 244); 72 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 244);
74 this.tableLayoutPanel2.Name = "tableLayoutPanel2"; 73 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
75 this.tableLayoutPanel2.RowCount = 1; 74 this.tableLayoutPanel2.RowCount = 1;
76 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 75 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
77 this.tableLayoutPanel2.Size = new System.Drawing.Size(570, 36); 76 this.tableLayoutPanel2.Size = new System.Drawing.Size(570, 36);
78 this.tableLayoutPanel2.TabIndex = 1; 77 this.tableLayoutPanel2.TabIndex = 1;
79 // 78 //
80 // button2 79 // button2
81 // 80 //
82 this.button2.Dock = System.Windows.Forms.DockStyle.Fill; 81 this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
83 this.button2.Location = new System.Drawing.Point(288, 3); 82 this.button2.Location = new System.Drawing.Point(288, 3);
84 this.button2.Name = "button2"; 83 this.button2.Name = "button2";
85 this.button2.Size = new System.Drawing.Size(279, 30); 84 this.button2.Size = new System.Drawing.Size(279, 30);
86 this.button2.TabIndex = 1; 85 this.button2.TabIndex = 1;
87 this.button2.Text = "Remove"; 86 this.button2.Text = "Remove";
88 this.button2.UseVisualStyleBackColor = true; 87 this.button2.UseVisualStyleBackColor = true;
89 this.button2.Click += new System.EventHandler(this.Button2_Click); 88 this.button2.Click += new System.EventHandler(this.Button2_Click);
90 // 89 //
91 // button1 90 // button1
92 // 91 //
93 this.button1.Dock = System.Windows.Forms.DockStyle.Fill; 92 this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
94 this.button1.Location = new System.Drawing.Point(3, 3); 93 this.button1.Location = new System.Drawing.Point(3, 3);
95 this.button1.Name = "button1"; 94 this.button1.Name = "button1";
96 this.button1.Size = new System.Drawing.Size(279, 30); 95 this.button1.Size = new System.Drawing.Size(279, 30);
97 this.button1.TabIndex = 0; 96 this.button1.TabIndex = 0;
98 this.button1.Text = "Add"; 97 this.button1.Text = "Add";
99 this.button1.UseVisualStyleBackColor = true; 98 this.button1.UseVisualStyleBackColor = true;
100 this.button1.Click += new System.EventHandler(this.Button1_Click); 99 this.button1.Click += new System.EventHandler(this.Button1_Click);
101 // 100 //
102 // dataGridView1 101 // dataGridView1
103 // 102 //
104 this.dataGridView1.AllowDrop = true; 103 this.dataGridView1.AllowDrop = true;
105 this.dataGridView1.AllowUserToAddRows = false; 104 this.dataGridView1.AllowUserToAddRows = false;
106 this.dataGridView1.AllowUserToDeleteRows = false; 105 this.dataGridView1.AllowUserToDeleteRows = false;
107 this.dataGridView1.AllowUserToResizeRows = false; 106 this.dataGridView1.AllowUserToResizeRows = false;
108 this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 107 this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
109 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 108 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
110 this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 109 this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
111 this.EnableColumn, 110 this.EnableColumn,
112 this.PathColumn, 111 this.PathColumn,
113 this.RecursiveColumn, 112 this.RecursiveColumn,
114 this.DelayColumn}); 113 this.DelayColumn});
115 this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1; 114 this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
116 this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; 115 this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
117 this.dataGridView1.DoubleBuffered = true; 116 this.dataGridView1.DoubleBuffered = true;
118 this.dataGridView1.Location = new System.Drawing.Point(3, 3); 117 this.dataGridView1.Location = new System.Drawing.Point(3, 3);
119 this.dataGridView1.Name = "dataGridView1"; 118 this.dataGridView1.Name = "dataGridView1";
120 this.dataGridView1.RowHeadersVisible = false; 119 this.dataGridView1.RowHeadersVisible = false;
121 this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; 120 this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
122 this.dataGridView1.Size = new System.Drawing.Size(570, 235); 121 this.dataGridView1.Size = new System.Drawing.Size(570, 235);
123 this.dataGridView1.TabIndex = 2; 122 this.dataGridView1.TabIndex = 2;
124 this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentClick); 123 this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentClick);
125 this.dataGridView1.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentDoubleClick); 124 this.dataGridView1.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentDoubleClick);
126 this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellDoubleClick); 125 this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellDoubleClick);
127 this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit); 126 this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit);
128 this.dataGridView1.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView1_CellMouseUp); 127 this.dataGridView1.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView1_CellMouseUp);
129 this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellValueChanged); 128 this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellValueChanged);
130 this.dataGridView1.CurrentCellDirtyStateChanged += new System.EventHandler(this.DataGridView1_CurrentCellDirtyStateChanged); 129 this.dataGridView1.CurrentCellDirtyStateChanged += new System.EventHandler(this.DataGridView1_CurrentCellDirtyStateChanged);
131 this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView1_DataError); 130 this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView1_DataError);
132 this.dataGridView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.DataGridView1_DragDrop); 131 this.dataGridView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.DataGridView1_DragDrop);
133 this.dataGridView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.DataGridView1_DragEnter); 132 this.dataGridView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.DataGridView1_DragEnter);
134 // 133 //
135 // EnableColumn 134 // EnableColumn
136 // 135 //
137 this.EnableColumn.HeaderText = "Enable"; 136 this.EnableColumn.HeaderText = "Enable";
138 this.EnableColumn.Name = "EnableColumn"; 137 this.EnableColumn.Name = "EnableColumn";
139 this.EnableColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; 138 this.EnableColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
140 this.EnableColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; 139 this.EnableColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
141 // 140 //
142 // PathColumn 141 // PathColumn
143 // 142 //
144 this.PathColumn.HeaderText = "Path"; 143 this.PathColumn.HeaderText = "Path";
145 this.PathColumn.Name = "PathColumn"; 144 this.PathColumn.Name = "PathColumn";
146 this.PathColumn.ReadOnly = true; 145 this.PathColumn.ReadOnly = true;
147 // 146 //
148 // RecursiveColumn 147 // RecursiveColumn
149 // 148 //
150 this.RecursiveColumn.HeaderText = "Recursive"; 149 this.RecursiveColumn.HeaderText = "Recursive";
151 this.RecursiveColumn.Name = "RecursiveColumn"; 150 this.RecursiveColumn.Name = "RecursiveColumn";
152 // 151 //
153 // DelayColumn 152 // DelayColumn
154 // 153 //
155 this.DelayColumn.HeaderText = "Delay (ms)"; 154 this.DelayColumn.HeaderText = "Delay (ms)";
156 this.DelayColumn.Name = "DelayColumn"; 155 this.DelayColumn.Name = "DelayColumn";
157 // 156 //
158 // contextMenuStrip1 157 // contextMenuStrip1
159 // 158 //
160 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 159 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
161 this.createSnapshotToolStripMenuItem, 160 this.createSnapshotToolStripMenuItem,
162 this.colorToolStripMenuItem}); 161 this.colorToolStripMenuItem});
163 this.contextMenuStrip1.Name = "contextMenuStrip1"; 162 this.contextMenuStrip1.Name = "contextMenuStrip1";
164 this.contextMenuStrip1.Size = new System.Drawing.Size(168, 48); 163 this.contextMenuStrip1.Size = new System.Drawing.Size(168, 48);
165 // 164 //
166 // createSnapshotToolStripMenuItem 165 // createSnapshotToolStripMenuItem
167 // 166 //
168 this.createSnapshotToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 167 this.createSnapshotToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
169 this.selectedDirectoryToolStripMenuItem, 168 this.selectedDirectoryToolStripMenuItem,
170 this.recursiveToolStripMenuItem}); 169 this.recursiveToolStripMenuItem});
171 this.createSnapshotToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("createSnapshotToolStripMenuItem.Image"))); 170 this.createSnapshotToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("createSnapshotToolStripMenuItem.Image")));
172 this.createSnapshotToolStripMenuItem.Name = "createSnapshotToolStripMenuItem"; 171 this.createSnapshotToolStripMenuItem.Name = "createSnapshotToolStripMenuItem";
173 this.createSnapshotToolStripMenuItem.Size = new System.Drawing.Size(167, 22); 172 this.createSnapshotToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
174 this.createSnapshotToolStripMenuItem.Text = "Create Snapshot..."; 173 this.createSnapshotToolStripMenuItem.Text = "Create Snapshot...";
175 // 174 //
176 // selectedDirectoryToolStripMenuItem 175 // selectedDirectoryToolStripMenuItem
177 // 176 //
178 this.selectedDirectoryToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("selectedDirectoryToolStripMenuItem.Image"))); 177 this.selectedDirectoryToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("selectedDirectoryToolStripMenuItem.Image")));
179 this.selectedDirectoryToolStripMenuItem.Name = "selectedDirectoryToolStripMenuItem"; 178 this.selectedDirectoryToolStripMenuItem.Name = "selectedDirectoryToolStripMenuItem";
180 this.selectedDirectoryToolStripMenuItem.Size = new System.Drawing.Size(162, 22); 179 this.selectedDirectoryToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
181 this.selectedDirectoryToolStripMenuItem.Text = "Selected Directory"; 180 this.selectedDirectoryToolStripMenuItem.Text = "Selected Directory";
182 this.selectedDirectoryToolStripMenuItem.Click += new System.EventHandler(this.SelectedDirectoryToolStripMenuItem_Click); 181 this.selectedDirectoryToolStripMenuItem.Click += new System.EventHandler(this.SelectedDirectoryToolStripMenuItem_Click);
183 // 182 //
184 // recursiveToolStripMenuItem 183 // recursiveToolStripMenuItem
185 // 184 //
186 this.recursiveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("recursiveToolStripMenuItem.Image"))); 185 this.recursiveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("recursiveToolStripMenuItem.Image")));
187 this.recursiveToolStripMenuItem.Name = "recursiveToolStripMenuItem"; 186 this.recursiveToolStripMenuItem.Name = "recursiveToolStripMenuItem";
188 this.recursiveToolStripMenuItem.Size = new System.Drawing.Size(162, 22); 187 this.recursiveToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
189 this.recursiveToolStripMenuItem.Text = "Recursive"; 188 this.recursiveToolStripMenuItem.Text = "Recursive";
190 this.recursiveToolStripMenuItem.Click += new System.EventHandler(this.RecursiveToolStripMenuItem_Click); 189 this.recursiveToolStripMenuItem.Click += new System.EventHandler(this.RecursiveToolStripMenuItem_Click);
191 // 190 //
192 // colorToolStripMenuItem 191 // colorToolStripMenuItem
193 // 192 //
194 this.colorToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 193 this.colorToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
195 this.cyanToolStripMenuItem, 194 this.cyanToolStripMenuItem,
196 this.yellowToolStripMenuItem, 195 this.yellowToolStripMenuItem,
197 this.orangeToolStripMenuItem, 196 this.orangeToolStripMenuItem,
198 this.limeToolStripMenuItem, 197 this.limeToolStripMenuItem,
199 this.violetToolStripMenuItem, 198 this.violetToolStripMenuItem,
200 this.tanToolStripMenuItem, 199 this.tanToolStripMenuItem,
201 this.pinkToolStripMenuItem, 200 this.pinkToolStripMenuItem,
202 this.noneToolStripMenuItem}); 201 this.noneToolStripMenuItem});
203 this.colorToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("colorToolStripMenuItem.Image"))); 202 this.colorToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("colorToolStripMenuItem.Image")));
204 this.colorToolStripMenuItem.Name = "colorToolStripMenuItem"; 203 this.colorToolStripMenuItem.Name = "colorToolStripMenuItem";
205 this.colorToolStripMenuItem.Size = new System.Drawing.Size(167, 22); 204 this.colorToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
206 this.colorToolStripMenuItem.Text = "Color"; 205 this.colorToolStripMenuItem.Text = "Color";
207 // 206 //
208 // cyanToolStripMenuItem 207 // cyanToolStripMenuItem
209 // 208 //
210 this.cyanToolStripMenuItem.BackColor = System.Drawing.Color.Cyan; 209 this.cyanToolStripMenuItem.BackColor = System.Drawing.Color.Cyan;
211 this.cyanToolStripMenuItem.Name = "cyanToolStripMenuItem"; 210 this.cyanToolStripMenuItem.Name = "cyanToolStripMenuItem";
212 this.cyanToolStripMenuItem.Size = new System.Drawing.Size(110, 22); 211 this.cyanToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
213 this.cyanToolStripMenuItem.Text = "Cyan"; 212 this.cyanToolStripMenuItem.Text = "Cyan";
214 this.cyanToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click); 213 this.cyanToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
215 // 214 //
216 // yellowToolStripMenuItem 215 // yellowToolStripMenuItem
217 // 216 //
218 this.yellowToolStripMenuItem.BackColor = System.Drawing.Color.Yellow; 217 this.yellowToolStripMenuItem.BackColor = System.Drawing.Color.Yellow;
219 this.yellowToolStripMenuItem.Name = "yellowToolStripMenuItem"; 218 this.yellowToolStripMenuItem.Name = "yellowToolStripMenuItem";
220 this.yellowToolStripMenuItem.Size = new System.Drawing.Size(110, 22); 219 this.yellowToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
221 this.yellowToolStripMenuItem.Text = "Yellow"; 220 this.yellowToolStripMenuItem.Text = "Yellow";
222 this.yellowToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click); 221 this.yellowToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
223 // 222 //
224 // orangeToolStripMenuItem 223 // orangeToolStripMenuItem
225 // 224 //
226 this.orangeToolStripMenuItem.BackColor = System.Drawing.Color.Orange; 225 this.orangeToolStripMenuItem.BackColor = System.Drawing.Color.Orange;
227 this.orangeToolStripMenuItem.Name = "orangeToolStripMenuItem"; 226 this.orangeToolStripMenuItem.Name = "orangeToolStripMenuItem";
228 this.orangeToolStripMenuItem.Size = new System.Drawing.Size(110, 22); 227 this.orangeToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
229 this.orangeToolStripMenuItem.Text = "Orange"; 228 this.orangeToolStripMenuItem.Text = "Orange";
230 this.orangeToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click); 229 this.orangeToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
231 // 230 //
232 // limeToolStripMenuItem 231 // limeToolStripMenuItem
233 // 232 //
234 this.limeToolStripMenuItem.BackColor = System.Drawing.Color.Lime; 233 this.limeToolStripMenuItem.BackColor = System.Drawing.Color.Lime;
235 this.limeToolStripMenuItem.Name = "limeToolStripMenuItem"; 234 this.limeToolStripMenuItem.Name = "limeToolStripMenuItem";
236 this.limeToolStripMenuItem.Size = new System.Drawing.Size(110, 22); 235 this.limeToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
237 this.limeToolStripMenuItem.Text = "Lime"; 236 this.limeToolStripMenuItem.Text = "Lime";
238 this.limeToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click); 237 this.limeToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
239 // 238 //
240 // violetToolStripMenuItem 239 // violetToolStripMenuItem
241 // 240 //
242 this.violetToolStripMenuItem.BackColor = System.Drawing.Color.Violet; 241 this.violetToolStripMenuItem.BackColor = System.Drawing.Color.Violet;
243 this.violetToolStripMenuItem.Name = "violetToolStripMenuItem"; 242 this.violetToolStripMenuItem.Name = "violetToolStripMenuItem";
244 this.violetToolStripMenuItem.Size = new System.Drawing.Size(110, 22); 243 this.violetToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
245 this.violetToolStripMenuItem.Text = "Violet"; 244 this.violetToolStripMenuItem.Text = "Violet";
246 this.violetToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click); 245 this.violetToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
247 // 246 //
248 // tanToolStripMenuItem 247 // tanToolStripMenuItem
249 // 248 //
250 this.tanToolStripMenuItem.BackColor = System.Drawing.Color.Tan; 249 this.tanToolStripMenuItem.BackColor = System.Drawing.Color.Tan;
251 this.tanToolStripMenuItem.Name = "tanToolStripMenuItem"; 250 this.tanToolStripMenuItem.Name = "tanToolStripMenuItem";
252 this.tanToolStripMenuItem.Size = new System.Drawing.Size(110, 22); 251 this.tanToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
253 this.tanToolStripMenuItem.Text = "Tan"; 252 this.tanToolStripMenuItem.Text = "Tan";
254 this.tanToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click); 253 this.tanToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
255 // 254 //
256 // pinkToolStripMenuItem 255 // pinkToolStripMenuItem
257 // 256 //
258 this.pinkToolStripMenuItem.BackColor = System.Drawing.Color.Pink; 257 this.pinkToolStripMenuItem.BackColor = System.Drawing.Color.Pink;
259 this.pinkToolStripMenuItem.Name = "pinkToolStripMenuItem"; 258 this.pinkToolStripMenuItem.Name = "pinkToolStripMenuItem";
260 this.pinkToolStripMenuItem.Size = new System.Drawing.Size(110, 22); 259 this.pinkToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
261 this.pinkToolStripMenuItem.Text = "Pink"; 260 this.pinkToolStripMenuItem.Text = "Pink";
262 this.pinkToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click); 261 this.pinkToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
263 // 262 //
264 // noneToolStripMenuItem 263 // noneToolStripMenuItem
265 // 264 //
266 this.noneToolStripMenuItem.Name = "noneToolStripMenuItem"; 265 this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
267 this.noneToolStripMenuItem.Size = new System.Drawing.Size(110, 22); 266 this.noneToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
268 this.noneToolStripMenuItem.Text = "None"; 267 this.noneToolStripMenuItem.Text = "None";
269 this.noneToolStripMenuItem.Click += new System.EventHandler(this.NoneToolStripMenuItem_Click); 268 this.noneToolStripMenuItem.Click += new System.EventHandler(this.NoneToolStripMenuItem_Click);
270 // 269 //
271 // openFileDialog1 -  
272 // -  
273 this.openFileDialog1.FileName = "openFileDialog1"; -  
274 // -  
275 // ManageFoldersForm 270 // ManageFoldersForm
276 // 271 //
277 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 272 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
278 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 273 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
279 this.ClientSize = new System.Drawing.Size(576, 283); 274 this.ClientSize = new System.Drawing.Size(576, 283);
280 this.Controls.Add(this.tableLayoutPanel1); 275 this.Controls.Add(this.tableLayoutPanel1);
281 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 276 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
282 this.MinimumSize = new System.Drawing.Size(512, 256); 277 this.MinimumSize = new System.Drawing.Size(512, 256);
283 this.Name = "ManageFoldersForm"; 278 this.Name = "ManageFoldersForm";
284 this.Text = "Horizon: Manage Folders"; 279 this.Text = "Horizon: Manage Folders";
285 this.Load += new System.EventHandler(this.ManageFoldersForm_Load); 280 this.Load += new System.EventHandler(this.ManageFoldersForm_Load);
286 this.tableLayoutPanel1.ResumeLayout(false); 281 this.tableLayoutPanel1.ResumeLayout(false);
287 this.tableLayoutPanel2.ResumeLayout(false); 282 this.tableLayoutPanel2.ResumeLayout(false);
288 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); 283 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
289 this.contextMenuStrip1.ResumeLayout(false); 284 this.contextMenuStrip1.ResumeLayout(false);
290 this.ResumeLayout(false); 285 this.ResumeLayout(false);
291   286  
292 } 287 }
293   288  
294 #endregion 289 #endregion
295   290  
296 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 291 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
297 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; 292 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
298 private System.Windows.Forms.Button button2; 293 private System.Windows.Forms.Button button2;
299 private System.Windows.Forms.Button button1; 294 private System.Windows.Forms.Button button1;
300 private System.Windows.Forms.OpenFileDialog openFileDialog1; -  
301 private Utilities.Controls.DoubleBufferedDataGridView dataGridView1; 295 private Utilities.Controls.DoubleBufferedDataGridView dataGridView1;
302 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; 296 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
303 private System.Windows.Forms.ToolStripMenuItem createSnapshotToolStripMenuItem; 297 private System.Windows.Forms.ToolStripMenuItem createSnapshotToolStripMenuItem;
304 private System.Windows.Forms.ToolStripMenuItem selectedDirectoryToolStripMenuItem; 298 private System.Windows.Forms.ToolStripMenuItem selectedDirectoryToolStripMenuItem;
305 private System.Windows.Forms.ToolStripMenuItem recursiveToolStripMenuItem; 299 private System.Windows.Forms.ToolStripMenuItem recursiveToolStripMenuItem;
306 private System.Windows.Forms.DataGridViewCheckBoxColumn EnableColumn; 300 private System.Windows.Forms.DataGridViewCheckBoxColumn EnableColumn;
307 private System.Windows.Forms.DataGridViewTextBoxColumn PathColumn; 301 private System.Windows.Forms.DataGridViewTextBoxColumn PathColumn;
308 private System.Windows.Forms.DataGridViewCheckBoxColumn RecursiveColumn; 302 private System.Windows.Forms.DataGridViewCheckBoxColumn RecursiveColumn;
309 private System.Windows.Forms.DataGridViewTextBoxColumn DelayColumn; 303 private System.Windows.Forms.DataGridViewTextBoxColumn DelayColumn;
310 private System.Windows.Forms.ToolStripMenuItem colorToolStripMenuItem; 304 private System.Windows.Forms.ToolStripMenuItem colorToolStripMenuItem;
311 private System.Windows.Forms.ToolStripMenuItem cyanToolStripMenuItem; 305 private System.Windows.Forms.ToolStripMenuItem cyanToolStripMenuItem;
312 private System.Windows.Forms.ToolStripMenuItem yellowToolStripMenuItem; 306 private System.Windows.Forms.ToolStripMenuItem yellowToolStripMenuItem;
313 private System.Windows.Forms.ToolStripMenuItem orangeToolStripMenuItem; 307 private System.Windows.Forms.ToolStripMenuItem orangeToolStripMenuItem;
314 private System.Windows.Forms.ToolStripMenuItem limeToolStripMenuItem; 308 private System.Windows.Forms.ToolStripMenuItem limeToolStripMenuItem;
315 private System.Windows.Forms.ToolStripMenuItem violetToolStripMenuItem; 309 private System.Windows.Forms.ToolStripMenuItem violetToolStripMenuItem;
316 private System.Windows.Forms.ToolStripMenuItem tanToolStripMenuItem; 310 private System.Windows.Forms.ToolStripMenuItem tanToolStripMenuItem;
317 private System.Windows.Forms.ToolStripMenuItem pinkToolStripMenuItem; 311 private System.Windows.Forms.ToolStripMenuItem pinkToolStripMenuItem;
318 private System.Windows.Forms.ToolStripMenuItem noneToolStripMenuItem; 312 private System.Windows.Forms.ToolStripMenuItem noneToolStripMenuItem;
319 } 313 }
320 } 314 }
321   315  
322
Generated by GNU Enscript 1.6.5.90.
316
Generated by GNU Enscript 1.6.5.90.
323   317  
324   318  
325   319