namespace DockSample
{
partial class DummyDocTest
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DummyDocTest));
this.contextMenuTabPage = new System.Windows.Forms.ContextMenuStrip(this.components);
this.menuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.menuItem4 = new System.Windows.Forms.ToolStripMenuItem();
this.menuItem5 = new System.Windows.Forms.ToolStripMenuItem();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.contextMenuTabPage.SuspendLayout();
this.SuspendLayout();
//
// contextMenuTabPage
//
this.contextMenuTabPage.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuItem3,
this.menuItem4,
this.menuItem5});
this.contextMenuTabPage.Name = "contextMenuTabPage";
this.contextMenuTabPage.Size = new System.Drawing.Size(121, 70);
//
// menuItem3
//
this.menuItem3.Name = "menuItem3";
this.menuItem3.Size = new System.Drawing.Size(120, 22);
this.menuItem3.Text = "Option &1";
//
// menuItem4
//
this.menuItem4.Name = "menuItem4";
this.menuItem4.Size = new System.Drawing.Size(120, 22);
this.menuItem4.Text = "Option &2";
//
// menuItem5
//
this.menuItem5.Name = "menuItem5";
this.menuItem5.Size = new System.Drawing.Size(120, 22);
this.menuItem5.Text = "Option &3";
//
// DummyDocTest
//
this.ClientSize = new System.Drawing.Size(448, 393);
this.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "DummyDocTest";
this.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
this.TabPageContextMenuStrip = this.contextMenuTabPage;
this.TabText = "";
this.Text = "test";
this.DockStateChanged += new System.EventHandler(this.DummyDocTest_DockStateChanged);
this.Resize += new System.EventHandler(this.DummyDocTest_Resize);
this.contextMenuTabPage.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ContextMenuStrip contextMenuTabPage;
private System.Windows.Forms.ToolStripMenuItem menuItem3;
private System.Windows.Forms.ToolStripMenuItem menuItem4;
private System.Windows.Forms.ToolStripMenuItem menuItem5;
private System.Windows.Forms.ToolTip toolTip;
}
}