649 lines
29 KiB
C#
649 lines
29 KiB
C#
///
|
|
/// Copyright (c) 2015 Sensus Metering Systems
|
|
/// Author: Milan Hanajík
|
|
///
|
|
namespace TBF.Rig.TestMethods.GenesisCommunication
|
|
{
|
|
partial class TestMethodCfgCtrl
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.nameTextBox = new System.Windows.Forms.TextBox();
|
|
this.nameLabel = new System.Windows.Forms.Label();
|
|
this.classNameLabel = new System.Windows.Forms.Label();
|
|
this.commTimeoutTextBox = new System.Windows.Forms.TextBox();
|
|
this.commTimeoutLabel = new System.Windows.Forms.Label();
|
|
this.maxCommRetriesTextBox = new System.Windows.Forms.TextBox();
|
|
this.maxNrRetriesLabel = new System.Windows.Forms.Label();
|
|
this.nrThreadsTextBox = new System.Windows.Forms.TextBox();
|
|
this.nrThreadsLabel = new System.Windows.Forms.Label();
|
|
this.iperlCheckErrorsToStopTextBox = new System.Windows.Forms.TextBox();
|
|
this.iperlCheckErrorsToStopLabel = new System.Windows.Forms.Label();
|
|
this.delayBetweenRetriesTextBox = new System.Windows.Forms.TextBox();
|
|
this.delayBetweenRetriesLabel = new System.Windows.Forms.Label();
|
|
this.relativeUrlTextBox = new System.Windows.Forms.TextBox();
|
|
this.relativeUrlLabel = new System.Windows.Forms.Label();
|
|
this.baseUrlTextBox = new System.Windows.Forms.TextBox();
|
|
this.baseUrlLabel = new System.Windows.Forms.Label();
|
|
this.useWebServiceCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.useWebServiceGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.dfltQ2corrFactorsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.textBoxCh3_6MoreInch = new System.Windows.Forms.TextBox();
|
|
this.textBoxCh3_6inch = new System.Windows.Forms.TextBox();
|
|
this.textBoxCh3_4inch = new System.Windows.Forms.TextBox();
|
|
this.textBoxCh3_3inch = new System.Windows.Forms.TextBox();
|
|
this.textBoxCh3_2inch = new System.Windows.Forms.TextBox();
|
|
this.textBoxCh3_15inch = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textBoxCh2_6MoreInch = new System.Windows.Forms.TextBox();
|
|
this.textBoxCh2_6inch = new System.Windows.Forms.TextBox();
|
|
this.textBoxCh2_4inch = new System.Windows.Forms.TextBox();
|
|
this.textBoxCh2_3inch = new System.Windows.Forms.TextBox();
|
|
this.textBoxCh2_2inch = new System.Windows.Forms.TextBox();
|
|
this.textBoxCh2_15inch = new System.Windows.Forms.TextBox();
|
|
this.textBoxCh1_6MoreInch = new System.Windows.Forms.TextBox();
|
|
this.textBoxCh1_6inch = new System.Windows.Forms.TextBox();
|
|
this.textBoxCh1_4inch = new System.Windows.Forms.TextBox();
|
|
this.textBoxCh1_3inch = new System.Windows.Forms.TextBox();
|
|
this.textBoxCh1_2inch = new System.Windows.Forms.TextBox();
|
|
this.textBoxCh1_15inch = new System.Windows.Forms.TextBox();
|
|
this.useWebServiceGroupBox.SuspendLayout();
|
|
this.dfltQ2corrFactorsGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(356, 48);
|
|
this.nameTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(193, 26);
|
|
this.nameTextBox.TabIndex = 2;
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(34, 52);
|
|
this.nameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.nameLabel.Name = "nameLabel";
|
|
this.nameLabel.Size = new System.Drawing.Size(51, 20);
|
|
this.nameLabel.TabIndex = 1;
|
|
this.nameLabel.Text = "Name";
|
|
//
|
|
// classNameLabel
|
|
//
|
|
this.classNameLabel.AutoSize = true;
|
|
this.classNameLabel.Location = new System.Drawing.Point(351, 17);
|
|
this.classNameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(125, 20);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ComonentName";
|
|
//
|
|
// commTimeoutTextBox
|
|
//
|
|
this.commTimeoutTextBox.Enabled = false;
|
|
this.commTimeoutTextBox.Location = new System.Drawing.Point(356, 82);
|
|
this.commTimeoutTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.commTimeoutTextBox.Name = "commTimeoutTextBox";
|
|
this.commTimeoutTextBox.Size = new System.Drawing.Size(66, 26);
|
|
this.commTimeoutTextBox.TabIndex = 4;
|
|
//
|
|
// commTimeoutLabel
|
|
//
|
|
this.commTimeoutLabel.AutoSize = true;
|
|
this.commTimeoutLabel.Location = new System.Drawing.Point(34, 86);
|
|
this.commTimeoutLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.commTimeoutLabel.Name = "commTimeoutLabel";
|
|
this.commTimeoutLabel.Size = new System.Drawing.Size(149, 20);
|
|
this.commTimeoutLabel.TabIndex = 3;
|
|
this.commTimeoutLabel.Text = "Comm. timeout [ms]";
|
|
//
|
|
// maxCommRetriesTextBox
|
|
//
|
|
this.maxCommRetriesTextBox.Enabled = false;
|
|
this.maxCommRetriesTextBox.Location = new System.Drawing.Point(356, 115);
|
|
this.maxCommRetriesTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.maxCommRetriesTextBox.Name = "maxCommRetriesTextBox";
|
|
this.maxCommRetriesTextBox.Size = new System.Drawing.Size(66, 26);
|
|
this.maxCommRetriesTextBox.TabIndex = 6;
|
|
//
|
|
// maxNrRetriesLabel
|
|
//
|
|
this.maxNrRetriesLabel.AutoSize = true;
|
|
this.maxNrRetriesLabel.Location = new System.Drawing.Point(34, 120);
|
|
this.maxNrRetriesLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.maxNrRetriesLabel.Name = "maxNrRetriesLabel";
|
|
this.maxNrRetriesLabel.Size = new System.Drawing.Size(90, 20);
|
|
this.maxNrRetriesLabel.TabIndex = 5;
|
|
this.maxNrRetriesLabel.Text = "Max. retries";
|
|
//
|
|
// nrThreadsTextBox
|
|
//
|
|
this.nrThreadsTextBox.Enabled = false;
|
|
this.nrThreadsTextBox.Location = new System.Drawing.Point(356, 183);
|
|
this.nrThreadsTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.nrThreadsTextBox.Name = "nrThreadsTextBox";
|
|
this.nrThreadsTextBox.Size = new System.Drawing.Size(66, 26);
|
|
this.nrThreadsTextBox.TabIndex = 10;
|
|
//
|
|
// nrThreadsLabel
|
|
//
|
|
this.nrThreadsLabel.AutoSize = true;
|
|
this.nrThreadsLabel.Location = new System.Drawing.Point(34, 188);
|
|
this.nrThreadsLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.nrThreadsLabel.Name = "nrThreadsLabel";
|
|
this.nrThreadsLabel.Size = new System.Drawing.Size(87, 20);
|
|
this.nrThreadsLabel.TabIndex = 9;
|
|
this.nrThreadsLabel.Text = "Nr. threads";
|
|
//
|
|
// iperlCheckErrorsToStopTextBox
|
|
//
|
|
this.iperlCheckErrorsToStopTextBox.Enabled = false;
|
|
this.iperlCheckErrorsToStopTextBox.Location = new System.Drawing.Point(356, 217);
|
|
this.iperlCheckErrorsToStopTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.iperlCheckErrorsToStopTextBox.Name = "iperlCheckErrorsToStopTextBox";
|
|
this.iperlCheckErrorsToStopTextBox.Size = new System.Drawing.Size(66, 26);
|
|
this.iperlCheckErrorsToStopTextBox.TabIndex = 13;
|
|
//
|
|
// iperlCheckErrorsToStopLabel
|
|
//
|
|
this.iperlCheckErrorsToStopLabel.AutoSize = true;
|
|
this.iperlCheckErrorsToStopLabel.Location = new System.Drawing.Point(34, 222);
|
|
this.iperlCheckErrorsToStopLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.iperlCheckErrorsToStopLabel.Name = "iperlCheckErrorsToStopLabel";
|
|
this.iperlCheckErrorsToStopLabel.Size = new System.Drawing.Size(297, 20);
|
|
this.iperlCheckErrorsToStopLabel.TabIndex = 12;
|
|
this.iperlCheckErrorsToStopLabel.Text = "iperl_check errors count to stop the cycle";
|
|
//
|
|
// delayBetweenRetriesTextBox
|
|
//
|
|
this.delayBetweenRetriesTextBox.Enabled = false;
|
|
this.delayBetweenRetriesTextBox.Location = new System.Drawing.Point(356, 149);
|
|
this.delayBetweenRetriesTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.delayBetweenRetriesTextBox.Name = "delayBetweenRetriesTextBox";
|
|
this.delayBetweenRetriesTextBox.Size = new System.Drawing.Size(66, 26);
|
|
this.delayBetweenRetriesTextBox.TabIndex = 8;
|
|
//
|
|
// delayBetweenRetriesLabel
|
|
//
|
|
this.delayBetweenRetriesLabel.AutoSize = true;
|
|
this.delayBetweenRetriesLabel.Location = new System.Drawing.Point(34, 154);
|
|
this.delayBetweenRetriesLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.delayBetweenRetriesLabel.Name = "delayBetweenRetriesLabel";
|
|
this.delayBetweenRetriesLabel.Size = new System.Drawing.Size(195, 20);
|
|
this.delayBetweenRetriesLabel.TabIndex = 7;
|
|
this.delayBetweenRetriesLabel.Text = "Delay between retries [ms]";
|
|
//
|
|
// relativeUrlTextBox
|
|
//
|
|
this.relativeUrlTextBox.Enabled = false;
|
|
this.relativeUrlTextBox.Location = new System.Drawing.Point(134, 77);
|
|
this.relativeUrlTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.relativeUrlTextBox.Name = "relativeUrlTextBox";
|
|
this.relativeUrlTextBox.Size = new System.Drawing.Size(445, 26);
|
|
this.relativeUrlTextBox.TabIndex = 18;
|
|
//
|
|
// relativeUrlLabel
|
|
//
|
|
this.relativeUrlLabel.AutoSize = true;
|
|
this.relativeUrlLabel.Location = new System.Drawing.Point(20, 82);
|
|
this.relativeUrlLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.relativeUrlLabel.Name = "relativeUrlLabel";
|
|
this.relativeUrlLabel.Size = new System.Drawing.Size(103, 20);
|
|
this.relativeUrlLabel.TabIndex = 17;
|
|
this.relativeUrlLabel.Text = "Relative URL";
|
|
//
|
|
// baseUrlTextBox
|
|
//
|
|
this.baseUrlTextBox.Enabled = false;
|
|
this.baseUrlTextBox.Location = new System.Drawing.Point(134, 37);
|
|
this.baseUrlTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.baseUrlTextBox.Name = "baseUrlTextBox";
|
|
this.baseUrlTextBox.Size = new System.Drawing.Size(445, 26);
|
|
this.baseUrlTextBox.TabIndex = 16;
|
|
//
|
|
// baseUrlLabel
|
|
//
|
|
this.baseUrlLabel.AutoSize = true;
|
|
this.baseUrlLabel.Location = new System.Drawing.Point(20, 42);
|
|
this.baseUrlLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.baseUrlLabel.Name = "baseUrlLabel";
|
|
this.baseUrlLabel.Size = new System.Drawing.Size(83, 20);
|
|
this.baseUrlLabel.TabIndex = 15;
|
|
this.baseUrlLabel.Text = "Base URL";
|
|
//
|
|
// useWebServiceCheckBox
|
|
//
|
|
this.useWebServiceCheckBox.AutoSize = true;
|
|
this.useWebServiceCheckBox.Enabled = false;
|
|
this.useWebServiceCheckBox.Location = new System.Drawing.Point(22, 0);
|
|
this.useWebServiceCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.useWebServiceCheckBox.Name = "useWebServiceCheckBox";
|
|
this.useWebServiceCheckBox.Size = new System.Drawing.Size(268, 24);
|
|
this.useWebServiceCheckBox.TabIndex = 14;
|
|
this.useWebServiceCheckBox.Text = "Use web service for default values";
|
|
this.useWebServiceCheckBox.UseVisualStyleBackColor = true;
|
|
this.useWebServiceCheckBox.CheckedChanged += new System.EventHandler(this.useWebServiceCheckBox_CheckedChanged);
|
|
//
|
|
// useWebServiceGroupBox
|
|
//
|
|
this.useWebServiceGroupBox.Controls.Add(this.baseUrlTextBox);
|
|
this.useWebServiceGroupBox.Controls.Add(this.useWebServiceCheckBox);
|
|
this.useWebServiceGroupBox.Controls.Add(this.relativeUrlTextBox);
|
|
this.useWebServiceGroupBox.Controls.Add(this.relativeUrlLabel);
|
|
this.useWebServiceGroupBox.Controls.Add(this.baseUrlLabel);
|
|
this.useWebServiceGroupBox.Location = new System.Drawing.Point(16, 449);
|
|
this.useWebServiceGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.useWebServiceGroupBox.Name = "useWebServiceGroupBox";
|
|
this.useWebServiceGroupBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.useWebServiceGroupBox.Size = new System.Drawing.Size(606, 128);
|
|
this.useWebServiceGroupBox.TabIndex = 0;
|
|
this.useWebServiceGroupBox.TabStop = false;
|
|
//
|
|
// dfltQ2corrFactorsGroupBox
|
|
//
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.label9);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh3_6MoreInch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh3_6inch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh3_4inch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh3_3inch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh3_2inch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh3_15inch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.label8);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.label7);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.label6);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.label5);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.label4);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.label3);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.label2);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.label1);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh2_6MoreInch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh2_6inch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh2_4inch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh2_3inch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh2_2inch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh2_15inch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh1_6MoreInch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh1_6inch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh1_4inch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh1_3inch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh1_2inch);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBoxCh1_15inch);
|
|
this.dfltQ2corrFactorsGroupBox.Location = new System.Drawing.Point(16, 269);
|
|
this.dfltQ2corrFactorsGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.dfltQ2corrFactorsGroupBox.Name = "dfltQ2corrFactorsGroupBox";
|
|
this.dfltQ2corrFactorsGroupBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.dfltQ2corrFactorsGroupBox.Size = new System.Drawing.Size(606, 170);
|
|
this.dfltQ2corrFactorsGroupBox.TabIndex = 14;
|
|
this.dfltQ2corrFactorsGroupBox.TabStop = false;
|
|
this.dfltQ2corrFactorsGroupBox.Text = "Default Q2 correction factors";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(33, 124);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(38, 20);
|
|
this.label9.TabIndex = 26;
|
|
this.label9.Text = "Ch3";
|
|
//
|
|
// textBoxCh3_6MoreInch
|
|
//
|
|
this.textBoxCh3_6MoreInch.Enabled = false;
|
|
this.textBoxCh3_6MoreInch.Location = new System.Drawing.Point(506, 119);
|
|
this.textBoxCh3_6MoreInch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh3_6MoreInch.Name = "textBoxCh3_6MoreInch";
|
|
this.textBoxCh3_6MoreInch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh3_6MoreInch.TabIndex = 25;
|
|
//
|
|
// textBoxCh3_6inch
|
|
//
|
|
this.textBoxCh3_6inch.Enabled = false;
|
|
this.textBoxCh3_6inch.Location = new System.Drawing.Point(422, 119);
|
|
this.textBoxCh3_6inch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh3_6inch.Name = "textBoxCh3_6inch";
|
|
this.textBoxCh3_6inch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh3_6inch.TabIndex = 24;
|
|
//
|
|
// textBoxCh3_4inch
|
|
//
|
|
this.textBoxCh3_4inch.Enabled = false;
|
|
this.textBoxCh3_4inch.Location = new System.Drawing.Point(338, 119);
|
|
this.textBoxCh3_4inch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh3_4inch.Name = "textBoxCh3_4inch";
|
|
this.textBoxCh3_4inch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh3_4inch.TabIndex = 23;
|
|
//
|
|
// textBoxCh3_3inch
|
|
//
|
|
this.textBoxCh3_3inch.Enabled = false;
|
|
this.textBoxCh3_3inch.Location = new System.Drawing.Point(254, 119);
|
|
this.textBoxCh3_3inch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh3_3inch.Name = "textBoxCh3_3inch";
|
|
this.textBoxCh3_3inch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh3_3inch.TabIndex = 22;
|
|
//
|
|
// textBoxCh3_2inch
|
|
//
|
|
this.textBoxCh3_2inch.Enabled = false;
|
|
this.textBoxCh3_2inch.Location = new System.Drawing.Point(170, 119);
|
|
this.textBoxCh3_2inch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh3_2inch.Name = "textBoxCh3_2inch";
|
|
this.textBoxCh3_2inch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh3_2inch.TabIndex = 21;
|
|
//
|
|
// textBoxCh3_15inch
|
|
//
|
|
this.textBoxCh3_15inch.Enabled = false;
|
|
this.textBoxCh3_15inch.Location = new System.Drawing.Point(86, 119);
|
|
this.textBoxCh3_15inch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh3_15inch.Name = "textBoxCh3_15inch";
|
|
this.textBoxCh3_15inch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh3_15inch.TabIndex = 20;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(516, 26);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(56, 20);
|
|
this.label8.TabIndex = 19;
|
|
this.label8.Text = ">6inch";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(434, 26);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(47, 20);
|
|
this.label7.TabIndex = 18;
|
|
this.label7.Text = "6inch";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(350, 26);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(47, 20);
|
|
this.label6.TabIndex = 17;
|
|
this.label6.Text = "4inch";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(268, 24);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(47, 20);
|
|
this.label5.TabIndex = 16;
|
|
this.label5.Text = "3inch";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(182, 26);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(47, 20);
|
|
this.label4.TabIndex = 15;
|
|
this.label4.Text = "2inch";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(98, 26);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(60, 20);
|
|
this.label3.TabIndex = 14;
|
|
this.label3.Text = "1.5inch";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(33, 88);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(38, 20);
|
|
this.label2.TabIndex = 13;
|
|
this.label2.Text = "Ch2";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(33, 52);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(38, 20);
|
|
this.label1.TabIndex = 12;
|
|
this.label1.Text = "Ch1";
|
|
//
|
|
// textBoxCh2_6MoreInch
|
|
//
|
|
this.textBoxCh2_6MoreInch.Enabled = false;
|
|
this.textBoxCh2_6MoreInch.Location = new System.Drawing.Point(506, 83);
|
|
this.textBoxCh2_6MoreInch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh2_6MoreInch.Name = "textBoxCh2_6MoreInch";
|
|
this.textBoxCh2_6MoreInch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh2_6MoreInch.TabIndex = 11;
|
|
//
|
|
// textBoxCh2_6inch
|
|
//
|
|
this.textBoxCh2_6inch.Enabled = false;
|
|
this.textBoxCh2_6inch.Location = new System.Drawing.Point(422, 83);
|
|
this.textBoxCh2_6inch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh2_6inch.Name = "textBoxCh2_6inch";
|
|
this.textBoxCh2_6inch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh2_6inch.TabIndex = 10;
|
|
//
|
|
// textBoxCh2_4inch
|
|
//
|
|
this.textBoxCh2_4inch.Enabled = false;
|
|
this.textBoxCh2_4inch.Location = new System.Drawing.Point(338, 83);
|
|
this.textBoxCh2_4inch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh2_4inch.Name = "textBoxCh2_4inch";
|
|
this.textBoxCh2_4inch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh2_4inch.TabIndex = 9;
|
|
//
|
|
// textBoxCh2_3inch
|
|
//
|
|
this.textBoxCh2_3inch.Enabled = false;
|
|
this.textBoxCh2_3inch.Location = new System.Drawing.Point(254, 83);
|
|
this.textBoxCh2_3inch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh2_3inch.Name = "textBoxCh2_3inch";
|
|
this.textBoxCh2_3inch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh2_3inch.TabIndex = 8;
|
|
//
|
|
// textBoxCh2_2inch
|
|
//
|
|
this.textBoxCh2_2inch.Enabled = false;
|
|
this.textBoxCh2_2inch.Location = new System.Drawing.Point(170, 83);
|
|
this.textBoxCh2_2inch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh2_2inch.Name = "textBoxCh2_2inch";
|
|
this.textBoxCh2_2inch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh2_2inch.TabIndex = 7;
|
|
//
|
|
// textBoxCh2_15inch
|
|
//
|
|
this.textBoxCh2_15inch.Enabled = false;
|
|
this.textBoxCh2_15inch.Location = new System.Drawing.Point(86, 83);
|
|
this.textBoxCh2_15inch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh2_15inch.Name = "textBoxCh2_15inch";
|
|
this.textBoxCh2_15inch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh2_15inch.TabIndex = 6;
|
|
//
|
|
// textBoxCh1_6MoreInch
|
|
//
|
|
this.textBoxCh1_6MoreInch.Enabled = false;
|
|
this.textBoxCh1_6MoreInch.Location = new System.Drawing.Point(506, 48);
|
|
this.textBoxCh1_6MoreInch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh1_6MoreInch.Name = "textBoxCh1_6MoreInch";
|
|
this.textBoxCh1_6MoreInch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh1_6MoreInch.TabIndex = 5;
|
|
//
|
|
// textBoxCh1_6inch
|
|
//
|
|
this.textBoxCh1_6inch.Enabled = false;
|
|
this.textBoxCh1_6inch.Location = new System.Drawing.Point(422, 48);
|
|
this.textBoxCh1_6inch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh1_6inch.Name = "textBoxCh1_6inch";
|
|
this.textBoxCh1_6inch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh1_6inch.TabIndex = 4;
|
|
//
|
|
// textBoxCh1_4inch
|
|
//
|
|
this.textBoxCh1_4inch.Enabled = false;
|
|
this.textBoxCh1_4inch.Location = new System.Drawing.Point(338, 48);
|
|
this.textBoxCh1_4inch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh1_4inch.Name = "textBoxCh1_4inch";
|
|
this.textBoxCh1_4inch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh1_4inch.TabIndex = 3;
|
|
//
|
|
// textBoxCh1_3inch
|
|
//
|
|
this.textBoxCh1_3inch.Enabled = false;
|
|
this.textBoxCh1_3inch.Location = new System.Drawing.Point(254, 48);
|
|
this.textBoxCh1_3inch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh1_3inch.Name = "textBoxCh1_3inch";
|
|
this.textBoxCh1_3inch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh1_3inch.TabIndex = 2;
|
|
//
|
|
// textBoxCh1_2inch
|
|
//
|
|
this.textBoxCh1_2inch.Enabled = false;
|
|
this.textBoxCh1_2inch.Location = new System.Drawing.Point(170, 48);
|
|
this.textBoxCh1_2inch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh1_2inch.Name = "textBoxCh1_2inch";
|
|
this.textBoxCh1_2inch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh1_2inch.TabIndex = 1;
|
|
//
|
|
// textBoxCh1_15inch
|
|
//
|
|
this.textBoxCh1_15inch.Enabled = false;
|
|
this.textBoxCh1_15inch.Location = new System.Drawing.Point(86, 49);
|
|
this.textBoxCh1_15inch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxCh1_15inch.Name = "textBoxCh1_15inch";
|
|
this.textBoxCh1_15inch.Size = new System.Drawing.Size(73, 26);
|
|
this.textBoxCh1_15inch.TabIndex = 0;
|
|
//
|
|
// TestMethodCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.dfltQ2corrFactorsGroupBox);
|
|
this.Controls.Add(this.useWebServiceGroupBox);
|
|
this.Controls.Add(this.delayBetweenRetriesTextBox);
|
|
this.Controls.Add(this.delayBetweenRetriesLabel);
|
|
this.Controls.Add(this.iperlCheckErrorsToStopTextBox);
|
|
this.Controls.Add(this.iperlCheckErrorsToStopLabel);
|
|
this.Controls.Add(this.nrThreadsTextBox);
|
|
this.Controls.Add(this.nrThreadsLabel);
|
|
this.Controls.Add(this.maxCommRetriesTextBox);
|
|
this.Controls.Add(this.maxNrRetriesLabel);
|
|
this.Controls.Add(this.commTimeoutTextBox);
|
|
this.Controls.Add(this.commTimeoutLabel);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Name = "TestMethodCfgCtrl";
|
|
this.Size = new System.Drawing.Size(640, 580);
|
|
this.Load += new System.EventHandler(this.EntryFormCfgCtrl_Load);
|
|
this.useWebServiceGroupBox.ResumeLayout(false);
|
|
this.useWebServiceGroupBox.PerformLayout();
|
|
this.dfltQ2corrFactorsGroupBox.ResumeLayout(false);
|
|
this.dfltQ2corrFactorsGroupBox.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
}
|
|
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox textBoxCh3_6MoreInch;
|
|
private System.Windows.Forms.TextBox textBoxCh3_6inch;
|
|
private System.Windows.Forms.TextBox textBoxCh3_4inch;
|
|
private System.Windows.Forms.TextBox textBoxCh3_3inch;
|
|
private System.Windows.Forms.TextBox textBoxCh3_2inch;
|
|
private System.Windows.Forms.TextBox textBoxCh3_15inch;
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
|
private System.Windows.Forms.Label nameLabel;
|
|
private System.Windows.Forms.Label classNameLabel;
|
|
private System.Windows.Forms.TextBox commTimeoutTextBox;
|
|
private System.Windows.Forms.Label commTimeoutLabel;
|
|
private System.Windows.Forms.TextBox maxCommRetriesTextBox;
|
|
private System.Windows.Forms.Label maxNrRetriesLabel;
|
|
private System.Windows.Forms.TextBox nrThreadsTextBox;
|
|
private System.Windows.Forms.Label nrThreadsLabel;
|
|
private System.Windows.Forms.TextBox iperlCheckErrorsToStopTextBox;
|
|
private System.Windows.Forms.Label iperlCheckErrorsToStopLabel;
|
|
private System.Windows.Forms.TextBox delayBetweenRetriesTextBox;
|
|
private System.Windows.Forms.Label delayBetweenRetriesLabel;
|
|
private System.Windows.Forms.TextBox relativeUrlTextBox;
|
|
private System.Windows.Forms.Label relativeUrlLabel;
|
|
private System.Windows.Forms.TextBox baseUrlTextBox;
|
|
private System.Windows.Forms.Label baseUrlLabel;
|
|
private System.Windows.Forms.CheckBox useWebServiceCheckBox;
|
|
private System.Windows.Forms.GroupBox useWebServiceGroupBox;
|
|
private System.Windows.Forms.GroupBox dfltQ2corrFactorsGroupBox;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox textBoxCh2_6MoreInch;
|
|
private System.Windows.Forms.TextBox textBoxCh2_6inch;
|
|
private System.Windows.Forms.TextBox textBoxCh2_4inch;
|
|
private System.Windows.Forms.TextBox textBoxCh2_3inch;
|
|
private System.Windows.Forms.TextBox textBoxCh2_2inch;
|
|
private System.Windows.Forms.TextBox textBoxCh2_15inch;
|
|
private System.Windows.Forms.TextBox textBoxCh1_6MoreInch;
|
|
private System.Windows.Forms.TextBox textBoxCh1_6inch;
|
|
private System.Windows.Forms.TextBox textBoxCh1_4inch;
|
|
private System.Windows.Forms.TextBox textBoxCh1_3inch;
|
|
private System.Windows.Forms.TextBox textBoxCh1_2inch;
|
|
private System.Windows.Forms.TextBox textBoxCh1_15inch;
|
|
}
|
|
}
|