Horizon

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 22  →  ?path2? @ 23
/Horizon/Snapshots/SnapshotManagerForm.Designer.cs
@@ -63,6 +63,9 @@
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.clipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.copyHashToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.statusStrip1.SuspendLayout();
@@ -81,6 +84,8 @@
this.viewHexToolStripMenuItem,
this.openInExplorerToolStripMenuItem,
this.toolStripSeparator3,
this.clipboardToolStripMenuItem,
this.toolStripSeparator6,
this.noteToolStripMenuItem,
this.screenshotToolStripMenuItem,
this.colorToolStripMenuItem,
@@ -92,7 +97,7 @@
this.toolStripSeparator5,
this.shareToToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(181, 342);
this.contextMenuStrip1.Size = new System.Drawing.Size(181, 370);
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened);
//
@@ -175,7 +180,7 @@
//
this.deleteToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("deleteToolStripMenuItem1.Image")));
this.deleteToolStripMenuItem1.Name = "deleteToolStripMenuItem1";
this.deleteToolStripMenuItem1.Size = new System.Drawing.Size(107, 22);
this.deleteToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
this.deleteToolStripMenuItem1.Text = "Delete";
this.deleteToolStripMenuItem1.Click += new System.EventHandler(this.deleteToolStripMenuItem1_Click);
//
@@ -199,7 +204,7 @@
//
this.cyanToolStripMenuItem.BackColor = System.Drawing.Color.Cyan;
this.cyanToolStripMenuItem.Name = "cyanToolStripMenuItem";
this.cyanToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
this.cyanToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.cyanToolStripMenuItem.Text = "Cyan";
this.cyanToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
//
@@ -207,7 +212,7 @@
//
this.yellowToolStripMenuItem.BackColor = System.Drawing.Color.Yellow;
this.yellowToolStripMenuItem.Name = "yellowToolStripMenuItem";
this.yellowToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
this.yellowToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.yellowToolStripMenuItem.Text = "Yellow";
this.yellowToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
//
@@ -215,7 +220,7 @@
//
this.orangeToolStripMenuItem.BackColor = System.Drawing.Color.Orange;
this.orangeToolStripMenuItem.Name = "orangeToolStripMenuItem";
this.orangeToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
this.orangeToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.orangeToolStripMenuItem.Text = "Orange";
this.orangeToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
//
@@ -223,7 +228,7 @@
//
this.limeToolStripMenuItem.BackColor = System.Drawing.Color.Lime;
this.limeToolStripMenuItem.Name = "limeToolStripMenuItem";
this.limeToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
this.limeToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.limeToolStripMenuItem.Text = "Lime";
this.limeToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
//
@@ -231,7 +236,7 @@
//
this.violetToolStripMenuItem.BackColor = System.Drawing.Color.Violet;
this.violetToolStripMenuItem.Name = "violetToolStripMenuItem";
this.violetToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
this.violetToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.violetToolStripMenuItem.Text = "Violet";
this.violetToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
//
@@ -239,7 +244,7 @@
//
this.tanToolStripMenuItem.BackColor = System.Drawing.Color.Tan;
this.tanToolStripMenuItem.Name = "tanToolStripMenuItem";
this.tanToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
this.tanToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.tanToolStripMenuItem.Text = "Tan";
this.tanToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
//
@@ -247,7 +252,7 @@
//
this.pinkToolStripMenuItem1.BackColor = System.Drawing.Color.Pink;
this.pinkToolStripMenuItem1.Name = "pinkToolStripMenuItem1";
this.pinkToolStripMenuItem1.Size = new System.Drawing.Size(111, 22);
this.pinkToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
this.pinkToolStripMenuItem1.Text = "Pink";
this.pinkToolStripMenuItem1.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
//
@@ -254,7 +259,7 @@
// noneToolStripMenuItem
//
this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
this.noneToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
this.noneToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.noneToolStripMenuItem.Text = "None";
this.noneToolStripMenuItem.Click += new System.EventHandler(this.NoneToolStripMenuItem_Click);
//
@@ -277,7 +282,7 @@
//
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.Size = new System.Drawing.Size(180, 22);
this.fileToolStripMenuItem.Text = "File...";
this.fileToolStripMenuItem.Click += new System.EventHandler(this.FileToolStripMenuItem_Click);
//
@@ -285,7 +290,7 @@
//
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.Size = new System.Drawing.Size(180, 22);
this.directoryToolStripMenuItem.Text = "Directory...";
this.directoryToolStripMenuItem.Click += new System.EventHandler(this.DirectoryToolStripMenuItem_Click);
//
@@ -484,6 +489,28 @@
this.textBox1.TabIndex = 1;
this.textBox1.TextChanged += new System.EventHandler(this.TextBox1_TextChanged);
//
// clipboardToolStripMenuItem
//
this.clipboardToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.copyHashToolStripMenuItem});
this.clipboardToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("clipboardToolStripMenuItem.Image")));
this.clipboardToolStripMenuItem.Name = "clipboardToolStripMenuItem";
this.clipboardToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.clipboardToolStripMenuItem.Text = "Clipboard";
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(177, 6);
//
// copyHashToolStripMenuItem
//
this.copyHashToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyHashToolStripMenuItem.Image")));
this.copyHashToolStripMenuItem.Name = "copyHashToolStripMenuItem";
this.copyHashToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.copyHashToolStripMenuItem.Text = "Copy Hash";
this.copyHashToolStripMenuItem.Click += new System.EventHandler(this.copyHashToolStripMenuItem_Click);
//
// SnapshotManagerForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -558,5 +585,8 @@
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripMenuItem shareToToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem clipboardToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem copyHashToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
}
}