Horizon – Diff between revs 4 and 8

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 4 Rev 8
Line 47... Line 47...
47 this.directoryToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); 47 this.directoryToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
48 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); 48 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
49 this.toolboxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 49 this.toolboxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
50 this.recomputeHashesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); 50 this.recomputeHashesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
51 this.normalizeDateTimeToolStripMenuItem = 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(); 52 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
54 this.statusStrip1 = new System.Windows.Forms.StatusStrip(); 53 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
55 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar(); 54 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
56 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); 55 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
57 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); -  
58 this.label1 = new System.Windows.Forms.Label(); -  
59 this.textBox1 = new System.Windows.Forms.TextBox(); -  
60 this.dataGridView1 = new Horizon.Snapshots.SnapshotManagerDataGridView(); 56 this.dataGridView1 = new Horizon.Snapshots.SnapshotManagerDataGridView();
61 this.TimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 57 this.TimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
62 this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 58 this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
63 this.PathColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 59 this.PathColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
64 this.HashColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 60 this.HashColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
-   61 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
-   62 this.label1 = new System.Windows.Forms.Label();
-   63 this.textBox1 = new System.Windows.Forms.TextBox();
65 this.contextMenuStrip1.SuspendLayout(); 64 this.contextMenuStrip1.SuspendLayout();
66 this.tableLayoutPanel1.SuspendLayout(); 65 this.tableLayoutPanel1.SuspendLayout();
67 this.statusStrip1.SuspendLayout(); 66 this.statusStrip1.SuspendLayout();
68 this.tableLayoutPanel2.SuspendLayout(); -  
69 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); 67 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
-   68 this.tableLayoutPanel2.SuspendLayout();
70 this.SuspendLayout(); 69 this.SuspendLayout();
71 // 70 //
72 // contextMenuStrip1 71 // contextMenuStrip1
73 // 72 //
74 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 73 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
Line 339... Line 338...
339 this.normalizeDateTimeToolStripMenuItem.Name = "normalizeDateTimeToolStripMenuItem"; 338 this.normalizeDateTimeToolStripMenuItem.Name = "normalizeDateTimeToolStripMenuItem";
340 this.normalizeDateTimeToolStripMenuItem.Size = new System.Drawing.Size(172, 22); 339 this.normalizeDateTimeToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
341 this.normalizeDateTimeToolStripMenuItem.Text = "Normalize Date-Time"; 340 this.normalizeDateTimeToolStripMenuItem.Text = "Normalize Date-Time";
342 this.normalizeDateTimeToolStripMenuItem.Click += new System.EventHandler(this.NormalizeDateTimeToolStripMenuItem_Click); 341 this.normalizeDateTimeToolStripMenuItem.Click += new System.EventHandler(this.NormalizeDateTimeToolStripMenuItem_Click);
343 // 342 //
344 // openFileDialog1 -  
345 // -  
346 this.openFileDialog1.FileName = "openFileDialog1"; -  
347 // -  
348 // tableLayoutPanel1 343 // tableLayoutPanel1
349 // 344 //
350 this.tableLayoutPanel1.ColumnCount = 1; 345 this.tableLayoutPanel1.ColumnCount = 1;
351 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 346 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
352 this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 2); 347 this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 2);
Line 381... Line 376...
381 // toolStripStatusLabel1 376 // toolStripStatusLabel1
382 // 377 //
383 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; 378 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
384 this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17); 379 this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
385 // 380 //
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 // -  
420 // dataGridView1 381 // dataGridView1
421 // 382 //
422 this.dataGridView1.AllowDrop = true; 383 this.dataGridView1.AllowDrop = true;
423 this.dataGridView1.AllowUserToAddRows = false; 384 this.dataGridView1.AllowUserToAddRows = false;
424 this.dataGridView1.AllowUserToDeleteRows = false; 385 this.dataGridView1.AllowUserToDeleteRows = false;
Line 469... Line 430...
469 // 430 //
470 this.HashColumn.HeaderText = "Hash"; 431 this.HashColumn.HeaderText = "Hash";
471 this.HashColumn.Name = "HashColumn"; 432 this.HashColumn.Name = "HashColumn";
472 this.HashColumn.ReadOnly = true; 433 this.HashColumn.ReadOnly = true;
473 // 434 //
-   435 // tableLayoutPanel2
-   436 //
-   437 this.tableLayoutPanel2.ColumnCount = 2;
-   438 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F));
-   439 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   440 this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
-   441 this.tableLayoutPanel2.Controls.Add(this.textBox1, 1, 0);
-   442 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
-   443 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
-   444 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
-   445 this.tableLayoutPanel2.RowCount = 1;
-   446 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   447 this.tableLayoutPanel2.Size = new System.Drawing.Size(626, 26);
-   448 this.tableLayoutPanel2.TabIndex = 1;
-   449 //
-   450 // label1
-   451 //
-   452 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   453 this.label1.AutoSize = true;
-   454 this.label1.Location = new System.Drawing.Point(3, 6);
-   455 this.label1.Name = "label1";
-   456 this.label1.Size = new System.Drawing.Size(42, 13);
-   457 this.label1.TabIndex = 0;
-   458 this.label1.Text = "Search";
-   459 //
-   460 // textBox1
-   461 //
-   462 this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
-   463 this.textBox1.Location = new System.Drawing.Point(51, 3);
-   464 this.textBox1.Name = "textBox1";
-   465 this.textBox1.Size = new System.Drawing.Size(572, 20);
-   466 this.textBox1.TabIndex = 1;
-   467 this.textBox1.TextChanged += new System.EventHandler(this.TextBox1_TextChanged);
-   468 //
474 // SnapshotManagerForm 469 // SnapshotManagerForm
475 // 470 //
476 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 471 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
477 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 472 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
478 this.ClientSize = new System.Drawing.Size(632, 453); 473 this.ClientSize = new System.Drawing.Size(632, 453);
Line 489... Line 484...
489 this.contextMenuStrip1.ResumeLayout(false); 484 this.contextMenuStrip1.ResumeLayout(false);
490 this.tableLayoutPanel1.ResumeLayout(false); 485 this.tableLayoutPanel1.ResumeLayout(false);
491 this.tableLayoutPanel1.PerformLayout(); 486 this.tableLayoutPanel1.PerformLayout();
492 this.statusStrip1.ResumeLayout(false); 487 this.statusStrip1.ResumeLayout(false);
493 this.statusStrip1.PerformLayout(); 488 this.statusStrip1.PerformLayout();
-   489 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
494 this.tableLayoutPanel2.ResumeLayout(false); 490 this.tableLayoutPanel2.ResumeLayout(false);
495 this.tableLayoutPanel2.PerformLayout(); 491 this.tableLayoutPanel2.PerformLayout();
496 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); -  
497 this.ResumeLayout(false); 492 this.ResumeLayout(false);
Line 498... Line 493...
498   493  
Line 499... Line 494...
499 } 494 }
Line 515... Line 510...
515 private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem1; 510 private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem1;
516 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; 511 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
517 private System.Windows.Forms.ToolStripMenuItem directoryToolStripMenuItem; 512 private System.Windows.Forms.ToolStripMenuItem directoryToolStripMenuItem;
518 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; 513 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
519 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; 514 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
520 private System.Windows.Forms.OpenFileDialog openFileDialog1; -  
521 private System.Windows.Forms.ToolStripMenuItem relocateToolStripMenuItem; 515 private System.Windows.Forms.ToolStripMenuItem relocateToolStripMenuItem;
522 private System.Windows.Forms.ToolStripMenuItem noteToolStripMenuItem; 516 private System.Windows.Forms.ToolStripMenuItem noteToolStripMenuItem;
523 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 517 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
524 private System.Windows.Forms.StatusStrip statusStrip1; 518 private System.Windows.Forms.StatusStrip statusStrip1;
525 private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1; 519 private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;