Horizon – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 namespace Horizon.Snapshots
2 {
3 partial class SnapshotManagerForm
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9  
10 #region Windows Form Designer generated code
11  
12 /// <summary>
13 /// Required method for Designer support - do not modify
14 /// the contents of this method with the code editor.
15 /// </summary>
16 private void InitializeComponent()
17 {
18 this.components = new System.ComponentModel.Container();
19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SnapshotManagerForm));
20 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
21 this.revertToThisToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
22 this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
23 this.deleteFastToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
24 this.relocateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
25 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
26 this.viewHexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
27 this.openInExplorerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
28 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
29 this.noteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
30 this.screenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
31 this.deleteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
32 this.colorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
33 this.cyanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34 this.yellowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35 this.orangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36 this.limeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37 this.violetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38 this.tanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39 this.pinkToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
40 this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
42 this.addToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
43 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
44 this.directoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45 this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46 this.fileToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
47 this.directoryToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
48 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
49 this.toolboxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
50 this.recomputeHashesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
51 this.normalizeDateTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52 this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
53 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
54 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
55 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
56 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
4 office 57 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
58 this.label1 = new System.Windows.Forms.Label();
59 this.textBox1 = new System.Windows.Forms.TextBox();
1 office 60 this.dataGridView1 = new Horizon.Snapshots.SnapshotManagerDataGridView();
61 this.TimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
62 this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
63 this.PathColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
64 this.HashColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
65 this.contextMenuStrip1.SuspendLayout();
66 this.tableLayoutPanel1.SuspendLayout();
67 this.statusStrip1.SuspendLayout();
4 office 68 this.tableLayoutPanel2.SuspendLayout();
1 office 69 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
70 this.SuspendLayout();
71 //
72 // contextMenuStrip1
73 //
74 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
75 this.revertToThisToolStripMenuItem,
76 this.deleteToolStripMenuItem,
77 this.deleteFastToolStripMenuItem,
78 this.relocateToolStripMenuItem,
79 this.toolStripSeparator1,
80 this.viewHexToolStripMenuItem,
81 this.openInExplorerToolStripMenuItem,
82 this.toolStripSeparator3,
83 this.noteToolStripMenuItem,
84 this.screenshotToolStripMenuItem,
85 this.colorToolStripMenuItem,
86 this.toolStripSeparator2,
87 this.addToolStripMenuItem1,
88 this.saveToolStripMenuItem,
89 this.toolStripSeparator4,
90 this.toolboxToolStripMenuItem});
91 this.contextMenuStrip1.Name = "contextMenuStrip1";
4 office 92 this.contextMenuStrip1.Size = new System.Drawing.Size(169, 292);
1 office 93 //
94 // revertToThisToolStripMenuItem
95 //
96 this.revertToThisToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("revertToThisToolStripMenuItem.Image")));
97 this.revertToThisToolStripMenuItem.Name = "revertToThisToolStripMenuItem";
4 office 98 this.revertToThisToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
1 office 99 this.revertToThisToolStripMenuItem.Text = "Revert to Snapshot";
100 this.revertToThisToolStripMenuItem.Click += new System.EventHandler(this.RevertToThisToolStripMenuItem_Click);
101 //
102 // deleteToolStripMenuItem
103 //
104 this.deleteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteToolStripMenuItem.Image")));
105 this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
4 office 106 this.deleteToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
1 office 107 this.deleteToolStripMenuItem.Text = "Delete";
108 this.deleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteToolStripMenuItem_Click);
109 //
110 // deleteFastToolStripMenuItem
111 //
112 this.deleteFastToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteFastToolStripMenuItem.Image")));
113 this.deleteFastToolStripMenuItem.Name = "deleteFastToolStripMenuItem";
4 office 114 this.deleteFastToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
1 office 115 this.deleteFastToolStripMenuItem.Text = "Delete (Fast)";
116 this.deleteFastToolStripMenuItem.Click += new System.EventHandler(this.DeleteFastToolStripMenuItem_Click);
117 //
118 // relocateToolStripMenuItem
119 //
120 this.relocateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("relocateToolStripMenuItem.Image")));
121 this.relocateToolStripMenuItem.Name = "relocateToolStripMenuItem";
4 office 122 this.relocateToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
1 office 123 this.relocateToolStripMenuItem.Text = "Relocate...";
124 this.relocateToolStripMenuItem.Click += new System.EventHandler(this.RelocateToolStripMenuItem_Click);
125 //
126 // toolStripSeparator1
127 //
128 this.toolStripSeparator1.Name = "toolStripSeparator1";
4 office 129 this.toolStripSeparator1.Size = new System.Drawing.Size(165, 6);
1 office 130 //
131 // viewHexToolStripMenuItem
132 //
133 this.viewHexToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("viewHexToolStripMenuItem.Image")));
134 this.viewHexToolStripMenuItem.Name = "viewHexToolStripMenuItem";
4 office 135 this.viewHexToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
1 office 136 this.viewHexToolStripMenuItem.Text = "View (Hex)...";
137 this.viewHexToolStripMenuItem.Click += new System.EventHandler(this.ViewHexToolStripMenuItem_Click);
138 //
139 // openInExplorerToolStripMenuItem
140 //
141 this.openInExplorerToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openInExplorerToolStripMenuItem.Image")));
142 this.openInExplorerToolStripMenuItem.Name = "openInExplorerToolStripMenuItem";
4 office 143 this.openInExplorerToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
1 office 144 this.openInExplorerToolStripMenuItem.Text = "Open in Explorer...";
145 this.openInExplorerToolStripMenuItem.Click += new System.EventHandler(this.OpenInExplorerToolStripMenuItem_Click);
146 //
147 // toolStripSeparator3
148 //
149 this.toolStripSeparator3.Name = "toolStripSeparator3";
4 office 150 this.toolStripSeparator3.Size = new System.Drawing.Size(165, 6);
1 office 151 //
152 // noteToolStripMenuItem
153 //
154 this.noteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("noteToolStripMenuItem.Image")));
155 this.noteToolStripMenuItem.Name = "noteToolStripMenuItem";
4 office 156 this.noteToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
1 office 157 this.noteToolStripMenuItem.Text = "Edit Note...";
158 this.noteToolStripMenuItem.Click += new System.EventHandler(this.NoteToolStripMenuItem_Click);
159 //
160 // screenshotToolStripMenuItem
161 //
162 this.screenshotToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
163 this.deleteToolStripMenuItem1});
164 this.screenshotToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("screenshotToolStripMenuItem.Image")));
165 this.screenshotToolStripMenuItem.Name = "screenshotToolStripMenuItem";
4 office 166 this.screenshotToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
1 office 167 this.screenshotToolStripMenuItem.Text = "Screenshot";
168 //
169 // deleteToolStripMenuItem1
170 //
171 this.deleteToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("deleteToolStripMenuItem1.Image")));
172 this.deleteToolStripMenuItem1.Name = "deleteToolStripMenuItem1";
4 office 173 this.deleteToolStripMenuItem1.Size = new System.Drawing.Size(105, 22);
1 office 174 this.deleteToolStripMenuItem1.Text = "Delete";
175 this.deleteToolStripMenuItem1.Click += new System.EventHandler(this.deleteToolStripMenuItem1_Click);
176 //
177 // colorToolStripMenuItem
178 //
179 this.colorToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
180 this.cyanToolStripMenuItem,
181 this.yellowToolStripMenuItem,
182 this.orangeToolStripMenuItem,
183 this.limeToolStripMenuItem,
184 this.violetToolStripMenuItem,
185 this.tanToolStripMenuItem,
186 this.pinkToolStripMenuItem1,
187 this.noneToolStripMenuItem});
188 this.colorToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("colorToolStripMenuItem.Image")));
189 this.colorToolStripMenuItem.Name = "colorToolStripMenuItem";
4 office 190 this.colorToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
1 office 191 this.colorToolStripMenuItem.Text = "Color";
192 //
193 // cyanToolStripMenuItem
194 //
195 this.cyanToolStripMenuItem.BackColor = System.Drawing.Color.Cyan;
196 this.cyanToolStripMenuItem.Name = "cyanToolStripMenuItem";
4 office 197 this.cyanToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
1 office 198 this.cyanToolStripMenuItem.Text = "Cyan";
199 this.cyanToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
200 //
201 // yellowToolStripMenuItem
202 //
203 this.yellowToolStripMenuItem.BackColor = System.Drawing.Color.Yellow;
204 this.yellowToolStripMenuItem.Name = "yellowToolStripMenuItem";
4 office 205 this.yellowToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
1 office 206 this.yellowToolStripMenuItem.Text = "Yellow";
207 this.yellowToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
208 //
209 // orangeToolStripMenuItem
210 //
211 this.orangeToolStripMenuItem.BackColor = System.Drawing.Color.Orange;
212 this.orangeToolStripMenuItem.Name = "orangeToolStripMenuItem";
4 office 213 this.orangeToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
1 office 214 this.orangeToolStripMenuItem.Text = "Orange";
215 this.orangeToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
216 //
217 // limeToolStripMenuItem
218 //
219 this.limeToolStripMenuItem.BackColor = System.Drawing.Color.Lime;
220 this.limeToolStripMenuItem.Name = "limeToolStripMenuItem";
4 office 221 this.limeToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
1 office 222 this.limeToolStripMenuItem.Text = "Lime";
223 this.limeToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
224 //
225 // violetToolStripMenuItem
226 //
227 this.violetToolStripMenuItem.BackColor = System.Drawing.Color.Violet;
228 this.violetToolStripMenuItem.Name = "violetToolStripMenuItem";
4 office 229 this.violetToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
1 office 230 this.violetToolStripMenuItem.Text = "Violet";
231 this.violetToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
232 //
233 // tanToolStripMenuItem
234 //
235 this.tanToolStripMenuItem.BackColor = System.Drawing.Color.Tan;
236 this.tanToolStripMenuItem.Name = "tanToolStripMenuItem";
4 office 237 this.tanToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
1 office 238 this.tanToolStripMenuItem.Text = "Tan";
239 this.tanToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
240 //
241 // pinkToolStripMenuItem1
242 //
243 this.pinkToolStripMenuItem1.BackColor = System.Drawing.Color.Pink;
244 this.pinkToolStripMenuItem1.Name = "pinkToolStripMenuItem1";
4 office 245 this.pinkToolStripMenuItem1.Size = new System.Drawing.Size(110, 22);
1 office 246 this.pinkToolStripMenuItem1.Text = "Pink";
247 this.pinkToolStripMenuItem1.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
248 //
249 // noneToolStripMenuItem
250 //
251 this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
4 office 252 this.noneToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
1 office 253 this.noneToolStripMenuItem.Text = "None";
254 this.noneToolStripMenuItem.Click += new System.EventHandler(this.NoneToolStripMenuItem_Click);
255 //
256 // toolStripSeparator2
257 //
258 this.toolStripSeparator2.Name = "toolStripSeparator2";
4 office 259 this.toolStripSeparator2.Size = new System.Drawing.Size(165, 6);
1 office 260 //
261 // addToolStripMenuItem1
262 //
263 this.addToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
264 this.fileToolStripMenuItem,
265 this.directoryToolStripMenuItem});
266 this.addToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("addToolStripMenuItem1.Image")));
267 this.addToolStripMenuItem1.Name = "addToolStripMenuItem1";
4 office 268 this.addToolStripMenuItem1.Size = new System.Drawing.Size(168, 22);
1 office 269 this.addToolStripMenuItem1.Text = "Create Snapshot";
270 //
271 // fileToolStripMenuItem
272 //
273 this.fileToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("fileToolStripMenuItem.Image")));
274 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
275 this.fileToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
276 this.fileToolStripMenuItem.Text = "File...";
277 this.fileToolStripMenuItem.Click += new System.EventHandler(this.FileToolStripMenuItem_Click);
278 //
279 // directoryToolStripMenuItem
280 //
281 this.directoryToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("directoryToolStripMenuItem.Image")));
282 this.directoryToolStripMenuItem.Name = "directoryToolStripMenuItem";
283 this.directoryToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
284 this.directoryToolStripMenuItem.Text = "Directory...";
285 this.directoryToolStripMenuItem.Click += new System.EventHandler(this.DirectoryToolStripMenuItem_Click);
286 //
287 // saveToolStripMenuItem
288 //
289 this.saveToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
290 this.fileToolStripMenuItem2,
291 this.directoryToolStripMenuItem2});
292 this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
293 this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
4 office 294 this.saveToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
1 office 295 this.saveToolStripMenuItem.Text = "Save";
296 //
297 // fileToolStripMenuItem2
298 //
299 this.fileToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("fileToolStripMenuItem2.Image")));
300 this.fileToolStripMenuItem2.Name = "fileToolStripMenuItem2";
301 this.fileToolStripMenuItem2.Size = new System.Drawing.Size(130, 22);
302 this.fileToolStripMenuItem2.Text = "File...";
303 this.fileToolStripMenuItem2.Click += new System.EventHandler(this.FileToolStripMenuItem2_Click);
304 //
305 // directoryToolStripMenuItem2
306 //
307 this.directoryToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("directoryToolStripMenuItem2.Image")));
308 this.directoryToolStripMenuItem2.Name = "directoryToolStripMenuItem2";
309 this.directoryToolStripMenuItem2.Size = new System.Drawing.Size(130, 22);
310 this.directoryToolStripMenuItem2.Text = "Directory...";
311 this.directoryToolStripMenuItem2.Click += new System.EventHandler(this.DirectoryToolStripMenuItem2_Click);
312 //
313 // toolStripSeparator4
314 //
315 this.toolStripSeparator4.Name = "toolStripSeparator4";
4 office 316 this.toolStripSeparator4.Size = new System.Drawing.Size(165, 6);
1 office 317 //
318 // toolboxToolStripMenuItem
319 //
320 this.toolboxToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
321 this.recomputeHashesToolStripMenuItem1,
322 this.normalizeDateTimeToolStripMenuItem});
323 this.toolboxToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("toolboxToolStripMenuItem.Image")));
324 this.toolboxToolStripMenuItem.Name = "toolboxToolStripMenuItem";
4 office 325 this.toolboxToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
1 office 326 this.toolboxToolStripMenuItem.Text = "Toolbox";
327 //
328 // recomputeHashesToolStripMenuItem1
329 //
330 this.recomputeHashesToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("recomputeHashesToolStripMenuItem1.Image")));
331 this.recomputeHashesToolStripMenuItem1.Name = "recomputeHashesToolStripMenuItem1";
4 office 332 this.recomputeHashesToolStripMenuItem1.Size = new System.Drawing.Size(172, 22);
1 office 333 this.recomputeHashesToolStripMenuItem1.Text = "Recompute Hashes";
334 this.recomputeHashesToolStripMenuItem1.Click += new System.EventHandler(this.RecomputeHashesToolStripMenuItem1_Click);
335 //
336 // normalizeDateTimeToolStripMenuItem
337 //
338 this.normalizeDateTimeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("normalizeDateTimeToolStripMenuItem.Image")));
339 this.normalizeDateTimeToolStripMenuItem.Name = "normalizeDateTimeToolStripMenuItem";
4 office 340 this.normalizeDateTimeToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
1 office 341 this.normalizeDateTimeToolStripMenuItem.Text = "Normalize Date-Time";
342 this.normalizeDateTimeToolStripMenuItem.Click += new System.EventHandler(this.NormalizeDateTimeToolStripMenuItem_Click);
343 //
344 // openFileDialog1
345 //
346 this.openFileDialog1.FileName = "openFileDialog1";
347 //
348 // tableLayoutPanel1
349 //
350 this.tableLayoutPanel1.ColumnCount = 1;
351 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
352 this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 2);
353 this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 1);
354 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
355 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
356 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
357 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
358 this.tableLayoutPanel1.RowCount = 3;
359 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
360 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
361 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
4 office 362 this.tableLayoutPanel1.Size = new System.Drawing.Size(632, 453);
1 office 363 this.tableLayoutPanel1.TabIndex = 1;
364 //
365 // statusStrip1
366 //
367 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
368 this.toolStripProgressBar1,
369 this.toolStripStatusLabel1});
4 office 370 this.statusStrip1.Location = new System.Drawing.Point(0, 431);
1 office 371 this.statusStrip1.Name = "statusStrip1";
4 office 372 this.statusStrip1.Size = new System.Drawing.Size(632, 22);
1 office 373 this.statusStrip1.TabIndex = 0;
374 this.statusStrip1.Text = "statusStrip1";
375 //
376 // toolStripProgressBar1
377 //
378 this.toolStripProgressBar1.Name = "toolStripProgressBar1";
379 this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
380 //
381 // toolStripStatusLabel1
382 //
383 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
384 this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
385 //
4 office 386 // tableLayoutPanel2
387 //
388 this.tableLayoutPanel2.ColumnCount = 2;
389 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F));
390 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
391 this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
392 this.tableLayoutPanel2.Controls.Add(this.textBox1, 1, 0);
393 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
394 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
395 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
396 this.tableLayoutPanel2.RowCount = 1;
397 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
398 this.tableLayoutPanel2.Size = new System.Drawing.Size(626, 26);
399 this.tableLayoutPanel2.TabIndex = 1;
400 //
401 // label1
402 //
403 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
404 this.label1.AutoSize = true;
405 this.label1.Location = new System.Drawing.Point(3, 6);
406 this.label1.Name = "label1";
407 this.label1.Size = new System.Drawing.Size(42, 13);
408 this.label1.TabIndex = 0;
409 this.label1.Text = "Search";
410 //
411 // textBox1
412 //
413 this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
414 this.textBox1.Location = new System.Drawing.Point(51, 3);
415 this.textBox1.Name = "textBox1";
416 this.textBox1.Size = new System.Drawing.Size(572, 20);
417 this.textBox1.TabIndex = 1;
418 this.textBox1.TextChanged += new System.EventHandler(this.TextBox1_TextChanged);
419 //
1 office 420 // dataGridView1
421 //
422 this.dataGridView1.AllowDrop = true;
423 this.dataGridView1.AllowUserToAddRows = false;
424 this.dataGridView1.AllowUserToDeleteRows = false;
425 this.dataGridView1.AllowUserToResizeRows = false;
426 this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
427 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
428 this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
429 this.TimeColumn,
430 this.NameColumn,
431 this.PathColumn,
432 this.HashColumn});
433 this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
434 this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
435 this.dataGridView1.DoubleBuffered = true;
436 this.dataGridView1.Location = new System.Drawing.Point(3, 35);
437 this.dataGridView1.Name = "dataGridView1";
438 this.dataGridView1.ReadOnly = true;
439 this.dataGridView1.RowHeadersVisible = false;
440 this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
4 office 441 this.dataGridView1.Size = new System.Drawing.Size(626, 391);
1 office 442 this.dataGridView1.TabIndex = 0;
443 this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellClick);
444 this.dataGridView1.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.DataGridView1_RowPrePaint);
445 this.dataGridView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.DataGridView1_DragDrop);
446 this.dataGridView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.DataGridView1_DragEnter);
447 this.dataGridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DataGridView1_MouseDown);
448 this.dataGridView1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.DataGridView1_MouseMove);
449 //
450 // TimeColumn
451 //
452 this.TimeColumn.HeaderText = "Time";
453 this.TimeColumn.Name = "TimeColumn";
454 this.TimeColumn.ReadOnly = true;
455 //
456 // NameColumn
457 //
458 this.NameColumn.HeaderText = "Name";
459 this.NameColumn.Name = "NameColumn";
460 this.NameColumn.ReadOnly = true;
461 //
462 // PathColumn
463 //
464 this.PathColumn.HeaderText = "Path";
465 this.PathColumn.Name = "PathColumn";
466 this.PathColumn.ReadOnly = true;
467 //
468 // HashColumn
469 //
470 this.HashColumn.HeaderText = "Hash";
471 this.HashColumn.Name = "HashColumn";
472 this.HashColumn.ReadOnly = true;
473 //
474 // SnapshotManagerForm
475 //
476 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
477 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
4 office 478 this.ClientSize = new System.Drawing.Size(632, 453);
1 office 479 this.Controls.Add(this.tableLayoutPanel1);
480 this.DoubleBuffered = true;
481 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
482 this.MaximizeBox = false;
4 office 483 this.MinimumSize = new System.Drawing.Size(640, 480);
1 office 484 this.Name = "SnapshotManagerForm";
485 this.Text = "Horizon: Snapshots";
486 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SnapshotManagerForm_Closing);
487 this.Load += new System.EventHandler(this.SnapshotManagerForm_Load);
488 this.Resize += new System.EventHandler(this.SnapshotManagerForm_Resize);
489 this.contextMenuStrip1.ResumeLayout(false);
490 this.tableLayoutPanel1.ResumeLayout(false);
491 this.tableLayoutPanel1.PerformLayout();
492 this.statusStrip1.ResumeLayout(false);
493 this.statusStrip1.PerformLayout();
494 this.tableLayoutPanel2.ResumeLayout(false);
495 this.tableLayoutPanel2.PerformLayout();
4 office 496 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
1 office 497 this.ResumeLayout(false);
498  
499 }
500  
501 #endregion
502 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
503 private System.Windows.Forms.ToolStripMenuItem revertToThisToolStripMenuItem;
504 private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
505 private System.Windows.Forms.ToolStripMenuItem colorToolStripMenuItem;
506 private System.Windows.Forms.ToolStripMenuItem cyanToolStripMenuItem;
507 private System.Windows.Forms.ToolStripMenuItem yellowToolStripMenuItem;
508 private System.Windows.Forms.ToolStripMenuItem orangeToolStripMenuItem;
509 private System.Windows.Forms.ToolStripMenuItem limeToolStripMenuItem;
510 private System.Windows.Forms.ToolStripMenuItem violetToolStripMenuItem;
511 private System.Windows.Forms.ToolStripMenuItem tanToolStripMenuItem;
512 private System.Windows.Forms.ToolStripMenuItem pinkToolStripMenuItem1;
513 private System.Windows.Forms.ToolStripMenuItem noneToolStripMenuItem;
514 private System.Windows.Forms.ToolStripMenuItem openInExplorerToolStripMenuItem;
515 private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem1;
516 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
517 private System.Windows.Forms.ToolStripMenuItem directoryToolStripMenuItem;
518 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
519 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
520 private System.Windows.Forms.OpenFileDialog openFileDialog1;
521 private System.Windows.Forms.ToolStripMenuItem relocateToolStripMenuItem;
522 private System.Windows.Forms.ToolStripMenuItem noteToolStripMenuItem;
523 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
524 private System.Windows.Forms.StatusStrip statusStrip1;
525 private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
526 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
527 private System.Windows.Forms.DataGridViewTextBoxColumn TimeColumn;
528 private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn;
529 private System.Windows.Forms.DataGridViewTextBoxColumn PathColumn;
530 private System.Windows.Forms.DataGridViewTextBoxColumn HashColumn;
531 private System.Windows.Forms.ToolStripMenuItem viewHexToolStripMenuItem;
532 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
533 private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
534 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem2;
535 private System.Windows.Forms.ToolStripMenuItem directoryToolStripMenuItem2;
536 private System.Windows.Forms.ToolStripMenuItem deleteFastToolStripMenuItem;
537 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
538 private System.Windows.Forms.Label label1;
539 private System.Windows.Forms.TextBox textBox1;
540 private System.Windows.Forms.ToolStripMenuItem toolboxToolStripMenuItem;
541 private System.Windows.Forms.ToolStripMenuItem recomputeHashesToolStripMenuItem1;
542 private System.Windows.Forms.ToolStripMenuItem normalizeDateTimeToolStripMenuItem;
543 private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
544 private System.Windows.Forms.ToolStripMenuItem screenshotToolStripMenuItem;
545 private Horizon.Snapshots.SnapshotManagerDataGridView dataGridView1;
546 private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem1;
547 }
548 }