Horizon – Blame information for rev 12

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