namespace SharpImage.Forms
{
partial class siFormTool
{
///
/// 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(siFormTool));
this.menuItem = new System.Windows.Forms.ContextMenuStrip(this.components);
this.menuAdd = new System.Windows.Forms.ToolStripMenuItem();
this.menuRemove = new System.Windows.Forms.ToolStripMenuItem();
this.panelBottom = new System.Windows.Forms.Panel();
this.cmdCancel = new System.Windows.Forms.Button();
this.cmdContinue = new System.Windows.Forms.Button();
this.menuItem.SuspendLayout();
this.panelBottom.SuspendLayout();
this.SuspendLayout();
//
// menuItem
//
this.menuItem.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuAdd,
this.menuRemove});
this.menuItem.Name = "menuItem";
this.menuItem.Size = new System.Drawing.Size(125, 48);
//
// menuAdd
//
this.menuAdd.Name = "menuAdd";
this.menuAdd.Size = new System.Drawing.Size(124, 22);
this.menuAdd.Text = "Add";
//
// menuRemove
//
this.menuRemove.Name = "menuRemove";
this.menuRemove.Size = new System.Drawing.Size(124, 22);
this.menuRemove.Text = "Remove";
//
// panelBottom
//
this.panelBottom.Controls.Add(this.cmdCancel);
this.panelBottom.Controls.Add(this.cmdContinue);
this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelBottom.Location = new System.Drawing.Point(0, 231);
this.panelBottom.Name = "panelBottom";
this.panelBottom.Size = new System.Drawing.Size(363, 52);
this.panelBottom.TabIndex = 12;
//
// cmdCancel
//
this.cmdCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.OK;
this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cmdCancel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cmdCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.cmdCancel.Location = new System.Drawing.Point(224, 10);
this.cmdCancel.Name = "cmdCancel";
this.cmdCancel.Size = new System.Drawing.Size(64, 30);
this.cmdCancel.TabIndex = 10;
this.cmdCancel.Text = "Cancel";
this.cmdCancel.UseVisualStyleBackColor = true;
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
//
// cmdContinue
//
this.cmdContinue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cmdContinue.DialogResult = System.Windows.Forms.DialogResult.OK;
this.cmdContinue.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cmdContinue.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cmdContinue.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.cmdContinue.Location = new System.Drawing.Point(287, 10);
this.cmdContinue.Name = "cmdContinue";
this.cmdContinue.Size = new System.Drawing.Size(64, 30);
this.cmdContinue.TabIndex = 8;
this.cmdContinue.Text = "OK";
this.cmdContinue.UseVisualStyleBackColor = true;
this.cmdContinue.Click += new System.EventHandler(this.cmdContinue_Click);
//
// FormToolBase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(363, 283);
this.Controls.Add(this.panelBottom);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormToolBase";
this.Text = "Tool Base";
this.menuItem.ResumeLayout(false);
this.panelBottom.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button cmdContinue;
private System.Windows.Forms.ContextMenuStrip menuItem;
private System.Windows.Forms.ToolStripMenuItem menuAdd;
private System.Windows.Forms.ToolStripMenuItem menuRemove;
private System.Windows.Forms.Button cmdCancel;
public System.Windows.Forms.Panel panelBottom;
}
}