namespace MgTestAdmin
{
partial class ParameterSetEditor
{
///
/// 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(ParameterSetEditor));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lstParamSets = new System.Windows.Forms.ListBox();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsAdd = new System.Windows.Forms.ToolStripButton();
this.tsDelete = new System.Windows.Forms.ToolStripButton();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dgParams = new System.Windows.Forms.DataGridView();
this.COL_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.COL_VALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.apiTestResultControl = new MgTestAdmin.TestResultControl();
this.httpTestResultControl = new MgTestAdmin.TestResultControl();
this.groupBox1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgParams)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.groupBox1.Controls.Add(this.lstParamSets);
this.groupBox1.Controls.Add(this.toolStrip1);
this.groupBox1.Location = new System.Drawing.Point(3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(154, 421);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "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(148, 377);
this.lstParamSets.TabIndex = 1;
this.lstParamSets.SelectedIndexChanged += new System.EventHandler(this.lstParamSets_SelectedIndexChanged);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsAdd,
this.tsDelete});
this.toolStrip1.Location = new System.Drawing.Point(3, 16);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(148, 25);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// tsAdd
//
this.tsAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsAdd.Image")));
this.tsAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsAdd.Name = "tsAdd";
this.tsAdd.Size = new System.Drawing.Size(49, 22);
this.tsAdd.Text = "Add";
this.tsAdd.Click += new System.EventHandler(this.tsAdd_Click);
//
// tsDelete
//
this.tsDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsDelete.Image")));
this.tsDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsDelete.Name = "tsDelete";
this.tsDelete.Size = new System.Drawing.Size(60, 22);
this.tsDelete.Text = "Delete";
this.tsDelete.Click += new System.EventHandler(this.tsDelete_Click);
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.dgParams);
this.groupBox2.Location = new System.Drawing.Point(163, 3);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(445, 156);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Parameter Set Details";
//
// dgParams
//
this.dgParams.AllowUserToAddRows = false;
this.dgParams.AllowUserToDeleteRows = false;
this.dgParams.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgParams.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.COL_NAME,
this.COL_VALUE});
this.dgParams.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgParams.Location = new System.Drawing.Point(3, 16);
this.dgParams.Name = "dgParams";
this.dgParams.ReadOnly = true;
this.dgParams.Size = new System.Drawing.Size(439, 137);
this.dgParams.TabIndex = 0;
//
// COL_NAME
//
this.COL_NAME.DataPropertyName = "ParamName";
this.COL_NAME.HeaderText = "Name";
this.COL_NAME.Name = "COL_NAME";
this.COL_NAME.ReadOnly = true;
//
// COL_VALUE
//
this.COL_VALUE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.COL_VALUE.DataPropertyName = "ParamValue";
this.COL_VALUE.HeaderText = "Value";
this.COL_VALUE.Name = "COL_VALUE";
this.COL_VALUE.ReadOnly = true;
//
// splitContainer1
//
this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(163, 162);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.groupBox3);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.groupBox4);
this.splitContainer1.Size = new System.Drawing.Size(442, 259);
this.splitContainer1.SplitterDistance = 219;
this.splitContainer1.TabIndex = 2;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.apiTestResultControl);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox3.Location = new System.Drawing.Point(0, 0);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(219, 259);
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "API Test Result";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.httpTestResultControl);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox4.Location = new System.Drawing.Point(0, 0);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(219, 259);
this.groupBox4.TabIndex = 0;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "HTTP Test Result";
//
// apiTestResultControl
//
this.apiTestResultControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.apiTestResultControl.Location = new System.Drawing.Point(3, 16);
this.apiTestResultControl.Name = "apiTestResultControl";
this.apiTestResultControl.Size = new System.Drawing.Size(213, 240);
this.apiTestResultControl.TabIndex = 0;
//
// httpTestResultControl
//
this.httpTestResultControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.httpTestResultControl.Location = new System.Drawing.Point(3, 16);
this.httpTestResultControl.Name = "httpTestResultControl";
this.httpTestResultControl.Size = new System.Drawing.Size(213, 240);
this.httpTestResultControl.TabIndex = 0;
//
// ParameterSetEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "ParameterSetEditor";
this.Size = new System.Drawing.Size(611, 427);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgParams)).EndInit();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ListBox lstParamSets;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsAdd;
private System.Windows.Forms.ToolStripButton tsDelete;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dgParams;
private System.Windows.Forms.DataGridViewTextBoxColumn COL_NAME;
private System.Windows.Forms.DataGridViewTextBoxColumn COL_VALUE;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.GroupBox groupBox3;
private TestResultControl apiTestResultControl;
private System.Windows.Forms.GroupBox groupBox4;
private TestResultControl httpTestResultControl;
}
}