Horizon – Blame information for rev 31

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