namespace MgTestAdmin
{
partial class ParameterSetManager
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ParameterSetManager));
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lstParamSets = new System.Windows.Forms.ListBox();
this.mainToolstrip = new System.Windows.Forms.ToolStrip();
this.tbDelete = new System.Windows.Forms.ToolStripButton();
this.tbAdd = new System.Windows.Forms.ToolStripDropDownButton();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.mainToolstrip.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
this.splitContainer1.Size = new System.Drawing.Size(965, 466);
this.splitContainer1.SplitterDistance = 246;
this.splitContainer1.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lstParamSets);
this.groupBox1.Controls.Add(this.mainToolstrip);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(246, 466);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Current Parameter Sets";
//
// lstParamSets
//
this.lstParamSets.Dock = System.Windows.Forms.DockStyle.Fill;
this.lstParamSets.FormattingEnabled = true;
this.lstParamSets.Location = new System.Drawing.Point(3, 41);
this.lstParamSets.Name = "lstParamSets";
this.lstParamSets.Size = new System.Drawing.Size(240, 422);
this.lstParamSets.TabIndex = 1;
this.lstParamSets.SelectedIndexChanged += new System.EventHandler(this.lstParamSets_SelectedIndexChanged);
//
// mainToolstrip
//
this.mainToolstrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tbAdd,
this.tbDelete});
this.mainToolstrip.Location = new System.Drawing.Point(3, 16);
this.mainToolstrip.Name = "mainToolstrip";
this.mainToolstrip.Size = new System.Drawing.Size(240, 25);
this.mainToolstrip.TabIndex = 0;
this.mainToolstrip.Text = "toolStrip1";
//
// tbDelete
//
this.tbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tbDelete.Image")));
this.tbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbDelete.Name = "tbDelete";
this.tbDelete.Size = new System.Drawing.Size(60, 22);
this.tbDelete.Text = "Delete";
this.tbDelete.Click += new System.EventHandler(this.tbDelete_Click);
//
// tbAdd
//
this.tbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tbAdd.Image")));
this.tbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbAdd.Name = "tbAdd";
this.tbAdd.Size = new System.Drawing.Size(58, 22);
this.tbAdd.Text = "Add";
//
// ParameterSetManager
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.Name = "ParameterSetManager";
this.Size = new System.Drawing.Size(965, 466);
this.splitContainer1.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.mainToolstrip.ResumeLayout(false);
this.mainToolstrip.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ToolStrip mainToolstrip;
private System.Windows.Forms.ListBox lstParamSets;
private System.Windows.Forms.ToolStripButton tbDelete;
private System.Windows.Forms.ToolStripDropDownButton tbAdd;
}
}