namespace MgTestAdmin
{
partial class TestCaseControl
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.numSequence = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
this.rdApi = new System.Windows.Forms.RadioButton();
this.rdHttp = new System.Windows.Forms.RadioButton();
this.label5 = new System.Windows.Forms.Label();
this.txtDescription = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtPrerequisite = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.parameterSetEditor = new MgTestAdmin.ParameterSetEditor();
this.btnSave = new System.Windows.Forms.Button();
this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numSequence)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.numSequence);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.rdApi);
this.groupBox1.Controls.Add(this.rdHttp);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtDescription);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txtPrerequisite);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(16, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(608, 164);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "1. Test Information";
//
// numSequence
//
this.numSequence.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.numSequence.Location = new System.Drawing.Point(324, 124);
this.numSequence.Maximum = new decimal(new int[] {
1215752191,
23,
0,
0});
this.numSequence.Name = "numSequence";
this.numSequence.Size = new System.Drawing.Size(262, 20);
this.numSequence.TabIndex = 10;
this.numSequence.ValueChanged += new System.EventHandler(this.numSequence_ValueChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(220, 126);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(98, 13);
this.label6.TabIndex = 9;
this.label6.Text = "Execute Sequence";
//
// rdApi
//
this.rdApi.AutoSize = true;
this.rdApi.Location = new System.Drawing.Point(160, 124);
this.rdApi.Name = "rdApi";
this.rdApi.Size = new System.Drawing.Size(40, 17);
this.rdApi.TabIndex = 8;
this.rdApi.TabStop = true;
this.rdApi.Text = "Api";
this.rdApi.UseVisualStyleBackColor = true;
this.rdApi.CheckedChanged += new System.EventHandler(this.rdApi_CheckedChanged);
//
// rdHttp
//
this.rdHttp.AutoSize = true;
this.rdHttp.Location = new System.Drawing.Point(109, 124);
this.rdHttp.Name = "rdHttp";
this.rdHttp.Size = new System.Drawing.Size(45, 17);
this.rdHttp.TabIndex = 7;
this.rdHttp.TabStop = true;
this.rdHttp.Text = "Http";
this.rdHttp.UseVisualStyleBackColor = true;
this.rdHttp.CheckedChanged += new System.EventHandler(this.rdHttp_CheckedChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(22, 126);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(55, 13);
this.label5.TabIndex = 6;
this.label5.Text = "Test Type";
//
// txtDescription
//
this.txtDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtDescription.Location = new System.Drawing.Point(109, 83);
this.txtDescription.Name = "txtDescription";
this.txtDescription.Size = new System.Drawing.Size(477, 20);
this.txtDescription.TabIndex = 5;
this.txtDescription.TextChanged += new System.EventHandler(this.txtDescription_TextChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(22, 86);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(60, 13);
this.label4.TabIndex = 4;
this.label4.Text = "Description";
//
// txtPrerequisite
//
this.txtPrerequisite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtPrerequisite.Location = new System.Drawing.Point(109, 57);
this.txtPrerequisite.Name = "txtPrerequisite";
this.txtPrerequisite.Size = new System.Drawing.Size(477, 20);
this.txtPrerequisite.TabIndex = 3;
this.txtPrerequisite.TextChanged += new System.EventHandler(this.txtPrerequisite_TextChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(22, 60);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(62, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Prerequisite";
//
// txtName
//
this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtName.Location = new System.Drawing.Point(109, 31);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(477, 20);
this.txtName.TabIndex = 1;
this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(22, 34);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 13);
this.label2.TabIndex = 0;
this.label2.Text = "Name";
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.parameterSetEditor);
this.groupBox2.Location = new System.Drawing.Point(16, 173);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(608, 384);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "2. Parameter Sets";
//
// parameterSetEditor
//
this.parameterSetEditor.Dock = System.Windows.Forms.DockStyle.Fill;
this.parameterSetEditor.Location = new System.Drawing.Point(3, 16);
this.parameterSetEditor.Name = "parameterSetEditor";
this.parameterSetEditor.ParamSets = new int[0];
this.parameterSetEditor.Size = new System.Drawing.Size(602, 365);
this.parameterSetEditor.TabIndex = 0;
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnSave.Location = new System.Drawing.Point(16, 563);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 3;
this.btnSave.Text = "Save Test";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// errorProvider
//
this.errorProvider.ContainerControl = this;
//
// TestCaseControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btnSave);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "TestCaseControl";
this.Size = new System.Drawing.Size(645, 597);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numSequence)).EndInit();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.RadioButton rdApi;
private System.Windows.Forms.RadioButton rdHttp;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtDescription;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtPrerequisite;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.NumericUpDown numSequence;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.GroupBox groupBox2;
private ParameterSetEditor parameterSetEditor;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.ErrorProvider errorProvider;
}
}