namespace MgTestAdmin
{
partial class TestManagerControl
{
///
/// 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(TestManagerControl));
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lstTests = new System.Windows.Forms.ListBox();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tbAddTest = new System.Windows.Forms.ToolStripButton();
this.tbDeleteTest = new System.Windows.Forms.ToolStripButton();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.toolStrip1.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(930, 501);
this.splitContainer1.SplitterDistance = 211;
this.splitContainer1.TabIndex = 1;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lstTests);
this.groupBox1.Controls.Add(this.toolStrip1);
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(211, 501);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Current Tests";
//
// lstTests
//
this.lstTests.Dock = System.Windows.Forms.DockStyle.Fill;
this.lstTests.FormattingEnabled = true;
this.lstTests.Location = new System.Drawing.Point(3, 41);
this.lstTests.Name = "lstTests";
this.lstTests.Size = new System.Drawing.Size(205, 457);
this.lstTests.TabIndex = 1;
this.lstTests.SelectedIndexChanged += new System.EventHandler(this.lstTests_SelectedIndexChanged);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tbAddTest,
this.tbDeleteTest});
this.toolStrip1.Location = new System.Drawing.Point(3, 16);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(205, 25);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// tbAddTest
//
this.tbAddTest.Image = ((System.Drawing.Image)(resources.GetObject("tbAddTest.Image")));
this.tbAddTest.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbAddTest.Name = "tbAddTest";
this.tbAddTest.Size = new System.Drawing.Size(74, 22);
this.tbAddTest.Text = "Add Test";
this.tbAddTest.Click += new System.EventHandler(this.tbAddTest_Click);
//
// tbDeleteTest
//
this.tbDeleteTest.Image = ((System.Drawing.Image)(resources.GetObject("tbDeleteTest.Image")));
this.tbDeleteTest.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbDeleteTest.Name = "tbDeleteTest";
this.tbDeleteTest.Size = new System.Drawing.Size(60, 22);
this.tbDeleteTest.Text = "Delete";
this.tbDeleteTest.Click += new System.EventHandler(this.tbDeleteTest_Click);
//
// TestManagerControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.Name = "TestManagerControl";
this.Size = new System.Drawing.Size(930, 501);
this.splitContainer1.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ListBox lstTests;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tbAddTest;
private System.Windows.Forms.ToolStripButton tbDeleteTest;
}
}