Refactor `ISmartReader` and related classes to support `SmartHeadsUni`. Remove redundant `IperlHeadsUni` references and introduce `SmartMeterFlyingStartMassCollection` functionality. Enhance regex-based head position extraction.
521 lines
25 KiB
C#
521 lines
25 KiB
C#
///
|
|
/// Copyright (c) 2015 Sensus Metering Systems
|
|
/// Author: Milan Hanajík
|
|
///
|
|
namespace TBF.Rig.TestMethods.SmartMeterFlyingStartMassCollection
|
|
{
|
|
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.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.textBox40lr = new System.Windows.Forms.TextBox();
|
|
this.textBox32lr = new System.Windows.Forms.TextBox();
|
|
this.textBox25_10lr = new System.Windows.Forms.TextBox();
|
|
this.textBox25_63lr = new System.Windows.Forms.TextBox();
|
|
this.textBox20lr = new System.Windows.Forms.TextBox();
|
|
this.textBox15lr = new System.Windows.Forms.TextBox();
|
|
this.textBox40rl = new System.Windows.Forms.TextBox();
|
|
this.textBox32rl = new System.Windows.Forms.TextBox();
|
|
this.textBox25_10rl = new System.Windows.Forms.TextBox();
|
|
this.textBox25_63rl = new System.Windows.Forms.TextBox();
|
|
this.textBox20rl = new System.Windows.Forms.TextBox();
|
|
this.textBox15rl = 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(237, 31);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(130, 20);
|
|
this.nameTextBox.TabIndex = 2;
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(23, 34);
|
|
this.nameLabel.Name = "nameLabel";
|
|
this.nameLabel.Size = new System.Drawing.Size(35, 13);
|
|
this.nameLabel.TabIndex = 1;
|
|
this.nameLabel.Text = "Name";
|
|
//
|
|
// classNameLabel
|
|
//
|
|
this.classNameLabel.AutoSize = true;
|
|
this.classNameLabel.Location = new System.Drawing.Point(234, 11);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(83, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ComonentName";
|
|
//
|
|
// commTimeoutTextBox
|
|
//
|
|
this.commTimeoutTextBox.Enabled = false;
|
|
this.commTimeoutTextBox.Location = new System.Drawing.Point(237, 53);
|
|
this.commTimeoutTextBox.Name = "commTimeoutTextBox";
|
|
this.commTimeoutTextBox.Size = new System.Drawing.Size(45, 20);
|
|
this.commTimeoutTextBox.TabIndex = 4;
|
|
//
|
|
// commTimeoutLabel
|
|
//
|
|
this.commTimeoutLabel.AutoSize = true;
|
|
this.commTimeoutLabel.Location = new System.Drawing.Point(23, 56);
|
|
this.commTimeoutLabel.Name = "commTimeoutLabel";
|
|
this.commTimeoutLabel.Size = new System.Drawing.Size(98, 13);
|
|
this.commTimeoutLabel.TabIndex = 3;
|
|
this.commTimeoutLabel.Text = "Comm. timeout [ms]";
|
|
//
|
|
// maxCommRetriesTextBox
|
|
//
|
|
this.maxCommRetriesTextBox.Enabled = false;
|
|
this.maxCommRetriesTextBox.Location = new System.Drawing.Point(237, 75);
|
|
this.maxCommRetriesTextBox.Name = "maxCommRetriesTextBox";
|
|
this.maxCommRetriesTextBox.Size = new System.Drawing.Size(45, 20);
|
|
this.maxCommRetriesTextBox.TabIndex = 6;
|
|
//
|
|
// maxNrRetriesLabel
|
|
//
|
|
this.maxNrRetriesLabel.AutoSize = true;
|
|
this.maxNrRetriesLabel.Location = new System.Drawing.Point(23, 78);
|
|
this.maxNrRetriesLabel.Name = "maxNrRetriesLabel";
|
|
this.maxNrRetriesLabel.Size = new System.Drawing.Size(61, 13);
|
|
this.maxNrRetriesLabel.TabIndex = 5;
|
|
this.maxNrRetriesLabel.Text = "Max. retries";
|
|
//
|
|
// nrThreadsTextBox
|
|
//
|
|
this.nrThreadsTextBox.Enabled = false;
|
|
this.nrThreadsTextBox.Location = new System.Drawing.Point(237, 119);
|
|
this.nrThreadsTextBox.Name = "nrThreadsTextBox";
|
|
this.nrThreadsTextBox.Size = new System.Drawing.Size(45, 20);
|
|
this.nrThreadsTextBox.TabIndex = 10;
|
|
//
|
|
// nrThreadsLabel
|
|
//
|
|
this.nrThreadsLabel.AutoSize = true;
|
|
this.nrThreadsLabel.Location = new System.Drawing.Point(23, 122);
|
|
this.nrThreadsLabel.Name = "nrThreadsLabel";
|
|
this.nrThreadsLabel.Size = new System.Drawing.Size(59, 13);
|
|
this.nrThreadsLabel.TabIndex = 9;
|
|
this.nrThreadsLabel.Text = "Nr. threads";
|
|
//
|
|
// iperlCheckErrorsToStopTextBox
|
|
//
|
|
this.iperlCheckErrorsToStopTextBox.Enabled = false;
|
|
this.iperlCheckErrorsToStopTextBox.Location = new System.Drawing.Point(237, 141);
|
|
this.iperlCheckErrorsToStopTextBox.Name = "iperlCheckErrorsToStopTextBox";
|
|
this.iperlCheckErrorsToStopTextBox.Size = new System.Drawing.Size(45, 20);
|
|
this.iperlCheckErrorsToStopTextBox.TabIndex = 13;
|
|
//
|
|
// iperlCheckErrorsToStopLabel
|
|
//
|
|
this.iperlCheckErrorsToStopLabel.AutoSize = true;
|
|
this.iperlCheckErrorsToStopLabel.Location = new System.Drawing.Point(23, 144);
|
|
this.iperlCheckErrorsToStopLabel.Name = "iperlCheckErrorsToStopLabel";
|
|
this.iperlCheckErrorsToStopLabel.Size = new System.Drawing.Size(202, 13);
|
|
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(237, 97);
|
|
this.delayBetweenRetriesTextBox.Name = "delayBetweenRetriesTextBox";
|
|
this.delayBetweenRetriesTextBox.Size = new System.Drawing.Size(45, 20);
|
|
this.delayBetweenRetriesTextBox.TabIndex = 8;
|
|
//
|
|
// delayBetweenRetriesLabel
|
|
//
|
|
this.delayBetweenRetriesLabel.AutoSize = true;
|
|
this.delayBetweenRetriesLabel.Location = new System.Drawing.Point(23, 100);
|
|
this.delayBetweenRetriesLabel.Name = "delayBetweenRetriesLabel";
|
|
this.delayBetweenRetriesLabel.Size = new System.Drawing.Size(131, 13);
|
|
this.delayBetweenRetriesLabel.TabIndex = 7;
|
|
this.delayBetweenRetriesLabel.Text = "Delay between retries [ms]";
|
|
//
|
|
// relativeUrlTextBox
|
|
//
|
|
this.relativeUrlTextBox.Enabled = false;
|
|
this.relativeUrlTextBox.Location = new System.Drawing.Point(89, 50);
|
|
this.relativeUrlTextBox.Name = "relativeUrlTextBox";
|
|
this.relativeUrlTextBox.Size = new System.Drawing.Size(298, 20);
|
|
this.relativeUrlTextBox.TabIndex = 18;
|
|
//
|
|
// relativeUrlLabel
|
|
//
|
|
this.relativeUrlLabel.AutoSize = true;
|
|
this.relativeUrlLabel.Location = new System.Drawing.Point(13, 53);
|
|
this.relativeUrlLabel.Name = "relativeUrlLabel";
|
|
this.relativeUrlLabel.Size = new System.Drawing.Size(71, 13);
|
|
this.relativeUrlLabel.TabIndex = 17;
|
|
this.relativeUrlLabel.Text = "Relative URL";
|
|
//
|
|
// baseUrlTextBox
|
|
//
|
|
this.baseUrlTextBox.Enabled = false;
|
|
this.baseUrlTextBox.Location = new System.Drawing.Point(89, 24);
|
|
this.baseUrlTextBox.Name = "baseUrlTextBox";
|
|
this.baseUrlTextBox.Size = new System.Drawing.Size(298, 20);
|
|
this.baseUrlTextBox.TabIndex = 16;
|
|
//
|
|
// baseUrlLabel
|
|
//
|
|
this.baseUrlLabel.AutoSize = true;
|
|
this.baseUrlLabel.Location = new System.Drawing.Point(13, 27);
|
|
this.baseUrlLabel.Name = "baseUrlLabel";
|
|
this.baseUrlLabel.Size = new System.Drawing.Size(56, 13);
|
|
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(15, 0);
|
|
this.useWebServiceCheckBox.Name = "useWebServiceCheckBox";
|
|
this.useWebServiceCheckBox.Size = new System.Drawing.Size(189, 17);
|
|
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(11, 266);
|
|
this.useWebServiceGroupBox.Name = "useWebServiceGroupBox";
|
|
this.useWebServiceGroupBox.Size = new System.Drawing.Size(404, 83);
|
|
this.useWebServiceGroupBox.TabIndex = 0;
|
|
this.useWebServiceGroupBox.TabStop = false;
|
|
//
|
|
// dfltQ2corrFactorsGroupBox
|
|
//
|
|
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.textBox40lr);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBox32lr);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBox25_10lr);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBox25_63lr);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBox20lr);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBox15lr);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBox40rl);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBox32rl);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBox25_10rl);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBox25_63rl);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBox20rl);
|
|
this.dfltQ2corrFactorsGroupBox.Controls.Add(this.textBox15rl);
|
|
this.dfltQ2corrFactorsGroupBox.Location = new System.Drawing.Point(11, 175);
|
|
this.dfltQ2corrFactorsGroupBox.Name = "dfltQ2corrFactorsGroupBox";
|
|
this.dfltQ2corrFactorsGroupBox.Size = new System.Drawing.Size(404, 85);
|
|
this.dfltQ2corrFactorsGroupBox.TabIndex = 14;
|
|
this.dfltQ2corrFactorsGroupBox.TabStop = false;
|
|
this.dfltQ2corrFactorsGroupBox.Text = "Default Q2 correction factors";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(344, 17);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(35, 13);
|
|
this.label8.TabIndex = 19;
|
|
this.label8.Text = "DN40";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(289, 17);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(35, 13);
|
|
this.label7.TabIndex = 18;
|
|
this.label7.Text = "DN32";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(233, 17);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(45, 13);
|
|
this.label6.TabIndex = 17;
|
|
this.label6.Text = "...Q3 10";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(163, 17);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(70, 13);
|
|
this.label5.TabIndex = 16;
|
|
this.label5.Text = "DN25 Q3 6.3";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(121, 17);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(35, 13);
|
|
this.label4.TabIndex = 15;
|
|
this.label4.Text = "DN20";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(65, 17);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(35, 13);
|
|
this.label3.TabIndex = 14;
|
|
this.label3.Text = "DN15";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(22, 57);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(24, 13);
|
|
this.label2.TabIndex = 13;
|
|
this.label2.Text = "L-R";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(22, 34);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(24, 13);
|
|
this.label1.TabIndex = 12;
|
|
this.label1.Text = "R-L";
|
|
//
|
|
// textBox40lr
|
|
//
|
|
this.textBox40lr.Enabled = false;
|
|
this.textBox40lr.Location = new System.Drawing.Point(337, 54);
|
|
this.textBox40lr.Name = "textBox40lr";
|
|
this.textBox40lr.Size = new System.Drawing.Size(50, 20);
|
|
this.textBox40lr.TabIndex = 11;
|
|
//
|
|
// textBox32lr
|
|
//
|
|
this.textBox32lr.Enabled = false;
|
|
this.textBox32lr.Location = new System.Drawing.Point(281, 54);
|
|
this.textBox32lr.Name = "textBox32lr";
|
|
this.textBox32lr.Size = new System.Drawing.Size(50, 20);
|
|
this.textBox32lr.TabIndex = 10;
|
|
//
|
|
// textBox25_10lr
|
|
//
|
|
this.textBox25_10lr.Enabled = false;
|
|
this.textBox25_10lr.Location = new System.Drawing.Point(225, 54);
|
|
this.textBox25_10lr.Name = "textBox25_10lr";
|
|
this.textBox25_10lr.Size = new System.Drawing.Size(50, 20);
|
|
this.textBox25_10lr.TabIndex = 9;
|
|
//
|
|
// textBox25_63lr
|
|
//
|
|
this.textBox25_63lr.Enabled = false;
|
|
this.textBox25_63lr.Location = new System.Drawing.Point(169, 54);
|
|
this.textBox25_63lr.Name = "textBox25_63lr";
|
|
this.textBox25_63lr.Size = new System.Drawing.Size(50, 20);
|
|
this.textBox25_63lr.TabIndex = 8;
|
|
//
|
|
// textBox20lr
|
|
//
|
|
this.textBox20lr.Enabled = false;
|
|
this.textBox20lr.Location = new System.Drawing.Point(113, 54);
|
|
this.textBox20lr.Name = "textBox20lr";
|
|
this.textBox20lr.Size = new System.Drawing.Size(50, 20);
|
|
this.textBox20lr.TabIndex = 7;
|
|
//
|
|
// textBox15lr
|
|
//
|
|
this.textBox15lr.Enabled = false;
|
|
this.textBox15lr.Location = new System.Drawing.Point(57, 54);
|
|
this.textBox15lr.Name = "textBox15lr";
|
|
this.textBox15lr.Size = new System.Drawing.Size(50, 20);
|
|
this.textBox15lr.TabIndex = 6;
|
|
//
|
|
// textBox40rl
|
|
//
|
|
this.textBox40rl.Enabled = false;
|
|
this.textBox40rl.Location = new System.Drawing.Point(337, 31);
|
|
this.textBox40rl.Name = "textBox40rl";
|
|
this.textBox40rl.Size = new System.Drawing.Size(50, 20);
|
|
this.textBox40rl.TabIndex = 5;
|
|
//
|
|
// textBox32rl
|
|
//
|
|
this.textBox32rl.Enabled = false;
|
|
this.textBox32rl.Location = new System.Drawing.Point(281, 31);
|
|
this.textBox32rl.Name = "textBox32rl";
|
|
this.textBox32rl.Size = new System.Drawing.Size(50, 20);
|
|
this.textBox32rl.TabIndex = 4;
|
|
//
|
|
// textBox25_10rl
|
|
//
|
|
this.textBox25_10rl.Enabled = false;
|
|
this.textBox25_10rl.Location = new System.Drawing.Point(225, 31);
|
|
this.textBox25_10rl.Name = "textBox25_10rl";
|
|
this.textBox25_10rl.Size = new System.Drawing.Size(50, 20);
|
|
this.textBox25_10rl.TabIndex = 3;
|
|
//
|
|
// textBox25_63rl
|
|
//
|
|
this.textBox25_63rl.Enabled = false;
|
|
this.textBox25_63rl.Location = new System.Drawing.Point(169, 31);
|
|
this.textBox25_63rl.Name = "textBox25_63rl";
|
|
this.textBox25_63rl.Size = new System.Drawing.Size(50, 20);
|
|
this.textBox25_63rl.TabIndex = 2;
|
|
//
|
|
// textBox20rl
|
|
//
|
|
this.textBox20rl.Enabled = false;
|
|
this.textBox20rl.Location = new System.Drawing.Point(113, 31);
|
|
this.textBox20rl.Name = "textBox20rl";
|
|
this.textBox20rl.Size = new System.Drawing.Size(50, 20);
|
|
this.textBox20rl.TabIndex = 1;
|
|
//
|
|
// textBox15rl
|
|
//
|
|
this.textBox15rl.Enabled = false;
|
|
this.textBox15rl.Location = new System.Drawing.Point(57, 31);
|
|
this.textBox15rl.Name = "textBox15rl";
|
|
this.textBox15rl.Size = new System.Drawing.Size(50, 20);
|
|
this.textBox15rl.TabIndex = 0;
|
|
//
|
|
// TestMethodCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
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.Name = "TestMethodCfgCtrl";
|
|
this.Size = new System.Drawing.Size(427, 363);
|
|
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();
|
|
|
|
}
|
|
|
|
#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 textBox40lr;
|
|
private System.Windows.Forms.TextBox textBox32lr;
|
|
private System.Windows.Forms.TextBox textBox25_10lr;
|
|
private System.Windows.Forms.TextBox textBox25_63lr;
|
|
private System.Windows.Forms.TextBox textBox20lr;
|
|
private System.Windows.Forms.TextBox textBox15lr;
|
|
private System.Windows.Forms.TextBox textBox40rl;
|
|
private System.Windows.Forms.TextBox textBox32rl;
|
|
private System.Windows.Forms.TextBox textBox25_10rl;
|
|
private System.Windows.Forms.TextBox textBox25_63rl;
|
|
private System.Windows.Forms.TextBox textBox20rl;
|
|
private System.Windows.Forms.TextBox textBox15rl;
|
|
}
|
|
}
|