namespace MgTestAdmin { partial class ParameterSetControl { /// /// 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.label1 = new System.Windows.Forms.Label(); this.txtOperation = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtParamSetId = new System.Windows.Forms.TextBox(); this.dgParameters = new System.Windows.Forms.DataGridView(); this.COL_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.COL_VALUE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnSave = new System.Windows.Forms.Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.apiTestResultControl = new MgTestAdmin.TestResultControl(); this.httpTestResultControl = new MgTestAdmin.TestResultControl(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dgParameters)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(21, 45); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 13); this.label1.TabIndex = 0; this.label1.Text = "Operation"; // // txtOperation // this.txtOperation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtOperation.Location = new System.Drawing.Point(133, 42); this.txtOperation.Name = "txtOperation"; this.txtOperation.ReadOnly = true; this.txtOperation.Size = new System.Drawing.Size(662, 20); this.txtOperation.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(21, 68); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(60, 13); this.label2.TabIndex = 2; this.label2.Text = "Parameters"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(21, 19); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(88, 13); this.label3.TabIndex = 3; this.label3.Text = "Parameter Set ID"; // // txtParamSetId // this.txtParamSetId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtParamSetId.Location = new System.Drawing.Point(133, 16); this.txtParamSetId.Name = "txtParamSetId"; this.txtParamSetId.ReadOnly = true; this.txtParamSetId.Size = new System.Drawing.Size(662, 20); this.txtParamSetId.TabIndex = 4; // // dgParameters // this.dgParameters.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgParameters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgParameters.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.COL_NAME, this.COL_VALUE}); this.dgParameters.Location = new System.Drawing.Point(133, 68); this.dgParameters.Name = "dgParameters"; this.dgParameters.Size = new System.Drawing.Size(662, 121); this.dgParameters.TabIndex = 5; // // COL_NAME // this.COL_NAME.DataPropertyName = "ParamName"; this.COL_NAME.HeaderText = "Name"; this.COL_NAME.Name = "COL_NAME"; // // 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"; // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Location = new System.Drawing.Point(677, 465); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(118, 23); this.btnSave.TabIndex = 6; this.btnSave.Text = "Save Parameter Set"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // 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(24, 199); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.label4); this.splitContainer1.Panel1.Controls.Add(this.apiTestResultControl); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.label5); this.splitContainer1.Panel2.Controls.Add(this.httpTestResultControl); this.splitContainer1.Size = new System.Drawing.Size(771, 260); this.splitContainer1.SplitterDistance = 379; this.splitContainer1.TabIndex = 9; // // apiTestResultControl // this.apiTestResultControl.Location = new System.Drawing.Point(0, 17); this.apiTestResultControl.Name = "apiTestResultControl"; this.apiTestResultControl.Size = new System.Drawing.Size(379, 243); this.apiTestResultControl.TabIndex = 8; // // httpTestResultControl // this.httpTestResultControl.Location = new System.Drawing.Point(0, 17); this.httpTestResultControl.Name = "httpTestResultControl"; this.httpTestResultControl.Size = new System.Drawing.Size(388, 243); this.httpTestResultControl.TabIndex = 9; // // label4 // this.label4.AutoSize = true; this.label4.Dock = System.Windows.Forms.DockStyle.Top; this.label4.Location = new System.Drawing.Point(0, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(81, 13); this.label4.TabIndex = 9; this.label4.Text = "API Test Result"; // // label5 // this.label5.AutoSize = true; this.label5.Dock = System.Windows.Forms.DockStyle.Top; this.label5.Location = new System.Drawing.Point(0, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(93, 13); this.label5.TabIndex = 10; this.label5.Text = "HTTP Test Result"; // // ParameterSetControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Controls.Add(this.btnSave); this.Controls.Add(this.dgParameters); this.Controls.Add(this.txtParamSetId); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.txtOperation); this.Controls.Add(this.label1); this.Name = "ParameterSetControl"; this.Size = new System.Drawing.Size(818, 504); ((System.ComponentModel.ISupportInitialize)(this.dgParameters)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtOperation; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtParamSetId; private System.Windows.Forms.DataGridView dgParameters; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.DataGridViewTextBoxColumn COL_NAME; private System.Windows.Forms.DataGridViewTextBoxColumn COL_VALUE; private System.Windows.Forms.SplitContainer splitContainer1; private TestResultControl apiTestResultControl; private TestResultControl httpTestResultControl; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; } }