Horizon – Rev 8
?pathlinks?
namespace Horizon.Snapshots
{
partial class SnapshotManagerForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SnapshotManagerForm));
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.revertToThisToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteFastToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.relocateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.viewHexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openInExplorerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.noteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.screenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.colorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cyanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.yellowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.orangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.limeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.violetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pinkToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.addToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.directoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fileToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.directoryToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolboxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.recomputeHashesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.normalizeDateTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.dataGridView1 = new Horizon.Snapshots.SnapshotManagerDataGridView();
this.TimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PathColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.HashColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.contextMenuStrip1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.tableLayoutPanel2.SuspendLayout();
this.SuspendLayout();
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.revertToThisToolStripMenuItem,
this.deleteToolStripMenuItem,
this.deleteFastToolStripMenuItem,
this.relocateToolStripMenuItem,
this.toolStripSeparator1,
this.viewHexToolStripMenuItem,
this.openInExplorerToolStripMenuItem,
this.toolStripSeparator3,
this.noteToolStripMenuItem,
this.screenshotToolStripMenuItem,
this.colorToolStripMenuItem,
this.toolStripSeparator2,
this.addToolStripMenuItem1,
this.saveToolStripMenuItem,
this.toolStripSeparator4,
this.toolboxToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(169, 292);
//
// revertToThisToolStripMenuItem
//
this.revertToThisToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("revertToThisToolStripMenuItem.Image")));
this.revertToThisToolStripMenuItem.Name = "revertToThisToolStripMenuItem";
this.revertToThisToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.revertToThisToolStripMenuItem.Text = "Revert to Snapshot";
this.revertToThisToolStripMenuItem.Click += new System.EventHandler(this.RevertToThisToolStripMenuItem_Click);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteToolStripMenuItem.Image")));
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.deleteToolStripMenuItem.Text = "Delete";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteToolStripMenuItem_Click);
//
// deleteFastToolStripMenuItem
//
this.deleteFastToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteFastToolStripMenuItem.Image")));
this.deleteFastToolStripMenuItem.Name = "deleteFastToolStripMenuItem";
this.deleteFastToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.deleteFastToolStripMenuItem.Text = "Delete (Fast)";
this.deleteFastToolStripMenuItem.Click += new System.EventHandler(this.DeleteFastToolStripMenuItem_Click);
//
// relocateToolStripMenuItem
//
this.relocateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("relocateToolStripMenuItem.Image")));
this.relocateToolStripMenuItem.Name = "relocateToolStripMenuItem";
this.relocateToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.relocateToolStripMenuItem.Text = "Relocate...";
this.relocateToolStripMenuItem.Click += new System.EventHandler(this.RelocateToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(165, 6);
//
// viewHexToolStripMenuItem
//
this.viewHexToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("viewHexToolStripMenuItem.Image")));
this.viewHexToolStripMenuItem.Name = "viewHexToolStripMenuItem";
this.viewHexToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.viewHexToolStripMenuItem.Text = "View (Hex)...";
this.viewHexToolStripMenuItem.Click += new System.EventHandler(this.ViewHexToolStripMenuItem_Click);
//
// openInExplorerToolStripMenuItem
//
this.openInExplorerToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openInExplorerToolStripMenuItem.Image")));
this.openInExplorerToolStripMenuItem.Name = "openInExplorerToolStripMenuItem";
this.openInExplorerToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.openInExplorerToolStripMenuItem.Text = "Open in Explorer...";
this.openInExplorerToolStripMenuItem.Click += new System.EventHandler(this.OpenInExplorerToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(165, 6);
//
// noteToolStripMenuItem
//
this.noteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("noteToolStripMenuItem.Image")));
this.noteToolStripMenuItem.Name = "noteToolStripMenuItem";
this.noteToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.noteToolStripMenuItem.Text = "Edit Note...";
this.noteToolStripMenuItem.Click += new System.EventHandler(this.NoteToolStripMenuItem_Click);
//
// screenshotToolStripMenuItem
//
this.screenshotToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.deleteToolStripMenuItem1});
this.screenshotToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("screenshotToolStripMenuItem.Image")));
this.screenshotToolStripMenuItem.Name = "screenshotToolStripMenuItem";
this.screenshotToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.screenshotToolStripMenuItem.Text = "Screenshot";
//
// deleteToolStripMenuItem1
//
this.deleteToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("deleteToolStripMenuItem1.Image")));
this.deleteToolStripMenuItem1.Name = "deleteToolStripMenuItem1";
this.deleteToolStripMenuItem1.Size = new System.Drawing.Size(105, 22);
this.deleteToolStripMenuItem1.Text = "Delete";
this.deleteToolStripMenuItem1.Click += new System.EventHandler(this.deleteToolStripMenuItem1_Click);
//
// colorToolStripMenuItem
//
this.colorToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cyanToolStripMenuItem,
this.yellowToolStripMenuItem,
this.orangeToolStripMenuItem,
this.limeToolStripMenuItem,
this.violetToolStripMenuItem,
this.tanToolStripMenuItem,
this.pinkToolStripMenuItem1,
this.noneToolStripMenuItem});
this.colorToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("colorToolStripMenuItem.Image")));
this.colorToolStripMenuItem.Name = "colorToolStripMenuItem";
this.colorToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.colorToolStripMenuItem.Text = "Color";
//
// cyanToolStripMenuItem
//
this.cyanToolStripMenuItem.BackColor = System.Drawing.Color.Cyan;
this.cyanToolStripMenuItem.Name = "cyanToolStripMenuItem";
this.cyanToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.cyanToolStripMenuItem.Text = "Cyan";
this.cyanToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
//
// yellowToolStripMenuItem
//
this.yellowToolStripMenuItem.BackColor = System.Drawing.Color.Yellow;
this.yellowToolStripMenuItem.Name = "yellowToolStripMenuItem";
this.yellowToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.yellowToolStripMenuItem.Text = "Yellow";
this.yellowToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
//
// orangeToolStripMenuItem
//
this.orangeToolStripMenuItem.BackColor = System.Drawing.Color.Orange;
this.orangeToolStripMenuItem.Name = "orangeToolStripMenuItem";
this.orangeToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.orangeToolStripMenuItem.Text = "Orange";
this.orangeToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
//
// limeToolStripMenuItem
//
this.limeToolStripMenuItem.BackColor = System.Drawing.Color.Lime;
this.limeToolStripMenuItem.Name = "limeToolStripMenuItem";
this.limeToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.limeToolStripMenuItem.Text = "Lime";
this.limeToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
//
// violetToolStripMenuItem
//
this.violetToolStripMenuItem.BackColor = System.Drawing.Color.Violet;
this.violetToolStripMenuItem.Name = "violetToolStripMenuItem";
this.violetToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.violetToolStripMenuItem.Text = "Violet";
this.violetToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
//
// tanToolStripMenuItem
//
this.tanToolStripMenuItem.BackColor = System.Drawing.Color.Tan;
this.tanToolStripMenuItem.Name = "tanToolStripMenuItem";
this.tanToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.tanToolStripMenuItem.Text = "Tan";
this.tanToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
//
// pinkToolStripMenuItem1
//
this.pinkToolStripMenuItem1.BackColor = System.Drawing.Color.Pink;
this.pinkToolStripMenuItem1.Name = "pinkToolStripMenuItem1";
this.pinkToolStripMenuItem1.Size = new System.Drawing.Size(110, 22);
this.pinkToolStripMenuItem1.Text = "Pink";
this.pinkToolStripMenuItem1.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
//
// noneToolStripMenuItem
//
this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
this.noneToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.noneToolStripMenuItem.Text = "None";
this.noneToolStripMenuItem.Click += new System.EventHandler(this.NoneToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(165, 6);
//
// addToolStripMenuItem1
//
this.addToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.directoryToolStripMenuItem});
this.addToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("addToolStripMenuItem1.Image")));
this.addToolStripMenuItem1.Name = "addToolStripMenuItem1";
this.addToolStripMenuItem1.Size = new System.Drawing.Size(168, 22);
this.addToolStripMenuItem1.Text = "Create Snapshot";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("fileToolStripMenuItem.Image")));
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.fileToolStripMenuItem.Text = "File...";
this.fileToolStripMenuItem.Click += new System.EventHandler(this.FileToolStripMenuItem_Click);
//
// directoryToolStripMenuItem
//
this.directoryToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("directoryToolStripMenuItem.Image")));
this.directoryToolStripMenuItem.Name = "directoryToolStripMenuItem";
this.directoryToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.directoryToolStripMenuItem.Text = "Directory...";
this.directoryToolStripMenuItem.Click += new System.EventHandler(this.DirectoryToolStripMenuItem_Click);
//
// saveToolStripMenuItem
//
this.saveToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem2,
this.directoryToolStripMenuItem2});
this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.saveToolStripMenuItem.Text = "Save";
//
// fileToolStripMenuItem2
//
this.fileToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("fileToolStripMenuItem2.Image")));
this.fileToolStripMenuItem2.Name = "fileToolStripMenuItem2";
this.fileToolStripMenuItem2.Size = new System.Drawing.Size(130, 22);
this.fileToolStripMenuItem2.Text = "File...";
this.fileToolStripMenuItem2.Click += new System.EventHandler(this.FileToolStripMenuItem2_Click);
//
// directoryToolStripMenuItem2
//
this.directoryToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("directoryToolStripMenuItem2.Image")));
this.directoryToolStripMenuItem2.Name = "directoryToolStripMenuItem2";
this.directoryToolStripMenuItem2.Size = new System.Drawing.Size(130, 22);
this.directoryToolStripMenuItem2.Text = "Directory...";
this.directoryToolStripMenuItem2.Click += new System.EventHandler(this.DirectoryToolStripMenuItem2_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(165, 6);
//
// toolboxToolStripMenuItem
//
this.toolboxToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.recomputeHashesToolStripMenuItem1,
this.normalizeDateTimeToolStripMenuItem});
this.toolboxToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("toolboxToolStripMenuItem.Image")));
this.toolboxToolStripMenuItem.Name = "toolboxToolStripMenuItem";
this.toolboxToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.toolboxToolStripMenuItem.Text = "Toolbox";
//
// recomputeHashesToolStripMenuItem1
//
this.recomputeHashesToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("recomputeHashesToolStripMenuItem1.Image")));
this.recomputeHashesToolStripMenuItem1.Name = "recomputeHashesToolStripMenuItem1";
this.recomputeHashesToolStripMenuItem1.Size = new System.Drawing.Size(172, 22);
this.recomputeHashesToolStripMenuItem1.Text = "Recompute Hashes";
this.recomputeHashesToolStripMenuItem1.Click += new System.EventHandler(this.RecomputeHashesToolStripMenuItem1_Click);
//
// normalizeDateTimeToolStripMenuItem
//
this.normalizeDateTimeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("normalizeDateTimeToolStripMenuItem.Image")));
this.normalizeDateTimeToolStripMenuItem.Name = "normalizeDateTimeToolStripMenuItem";
this.normalizeDateTimeToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.normalizeDateTimeToolStripMenuItem.Text = "Normalize Date-Time";
this.normalizeDateTimeToolStripMenuItem.Click += new System.EventHandler(this.NormalizeDateTimeToolStripMenuItem_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(632, 453);
this.tableLayoutPanel1.TabIndex = 1;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripProgressBar1,
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 431);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(632, 22);
this.statusStrip1.TabIndex = 0;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripProgressBar1
//
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
//
// dataGridView1
//
this.dataGridView1.AllowDrop = true;
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToResizeRows = false;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.TimeColumn,
this.NameColumn,
this.PathColumn,
this.HashColumn});
this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.DoubleBuffered = true;
this.dataGridView1.Location = new System.Drawing.Point(3, 35);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(626, 391);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellClick);
this.dataGridView1.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.DataGridView1_RowPrePaint);
this.dataGridView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.DataGridView1_DragDrop);
this.dataGridView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.DataGridView1_DragEnter);
this.dataGridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DataGridView1_MouseDown);
this.dataGridView1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.DataGridView1_MouseMove);
//
// TimeColumn
//
this.TimeColumn.HeaderText = "Time";
this.TimeColumn.Name = "TimeColumn";
this.TimeColumn.ReadOnly = true;
//
// NameColumn
//
this.NameColumn.HeaderText = "Name";
this.NameColumn.Name = "NameColumn";
this.NameColumn.ReadOnly = true;
//
// PathColumn
//
this.PathColumn.HeaderText = "Path";
this.PathColumn.Name = "PathColumn";
this.PathColumn.ReadOnly = true;
//
// HashColumn
//
this.HashColumn.HeaderText = "Hash";
this.HashColumn.Name = "HashColumn";
this.HashColumn.ReadOnly = true;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.textBox1, 1, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(626, 26);
this.tableLayoutPanel2.TabIndex = 1;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(42, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Search";
//
// textBox1
//
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBox1.Location = new System.Drawing.Point(51, 3);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(572, 20);
this.textBox1.TabIndex = 1;
this.textBox1.TextChanged += new System.EventHandler(this.TextBox1_TextChanged);
//
// SnapshotManagerForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(632, 453);
this.Controls.Add(this.tableLayoutPanel1);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimumSize = new System.Drawing.Size(640, 480);
this.Name = "SnapshotManagerForm";
this.Text = "Horizon: Snapshots";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SnapshotManagerForm_Closing);
this.Load += new System.EventHandler(this.SnapshotManagerForm_Load);
this.Resize += new System.EventHandler(this.SnapshotManagerForm_Resize);
this.contextMenuStrip1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem revertToThisToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem colorToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cyanToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem yellowToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem orangeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem limeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem violetToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tanToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pinkToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem noneToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openInExplorerToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem directoryToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem relocateToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem noteToolStripMenuItem;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.DataGridViewTextBoxColumn TimeColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn PathColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn HashColumn;
private System.Windows.Forms.ToolStripMenuItem viewHexToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem directoryToolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem deleteFastToolStripMenuItem;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.ToolStripMenuItem toolboxToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem recomputeHashesToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem normalizeDateTimeToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripMenuItem screenshotToolStripMenuItem;
private Horizon.Snapshots.SnapshotManagerDataGridView dataGridView1;
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem1;
}
}
Generated by GNU Enscript 1.6.5.90.