384 lines
19 KiB
C#
384 lines
19 KiB
C#
///
|
|
/// Copyright (c) 2015 Sensus Metering Systems
|
|
/// Author: Milan Hanajík
|
|
///
|
|
namespace TBF.BenchControl.TestMethods.iPerlCommunication
|
|
{
|
|
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.rfidPortBoard1TextBox = new System.Windows.Forms.TextBox();
|
|
this.rfidPortBoard1Label = new System.Windows.Forms.Label();
|
|
this.rfidPortBoard2TextBox = new System.Windows.Forms.TextBox();
|
|
this.rfidPortBoard2Label = new System.Windows.Forms.Label();
|
|
this.rfidPortBoard3TextBox = new System.Windows.Forms.TextBox();
|
|
this.rfidPortBoard3Label = new System.Windows.Forms.Label();
|
|
this.rfidPortBoard4TextBox = new System.Windows.Forms.TextBox();
|
|
this.rfidPortBoard4Label = 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.useMuxBrdsCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
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.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(88, 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(24, 7);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(83, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ComonentName";
|
|
//
|
|
// rfidPortBoard1TextBox
|
|
//
|
|
this.rfidPortBoard1TextBox.Enabled = false;
|
|
this.rfidPortBoard1TextBox.Location = new System.Drawing.Point(130, 38);
|
|
this.rfidPortBoard1TextBox.Name = "rfidPortBoard1TextBox";
|
|
this.rfidPortBoard1TextBox.Size = new System.Drawing.Size(45, 20);
|
|
this.rfidPortBoard1TextBox.TabIndex = 2;
|
|
//
|
|
// rfidPortBoard1Label
|
|
//
|
|
this.rfidPortBoard1Label.AutoSize = true;
|
|
this.rfidPortBoard1Label.Location = new System.Drawing.Point(12, 41);
|
|
this.rfidPortBoard1Label.Name = "rfidPortBoard1Label";
|
|
this.rfidPortBoard1Label.Size = new System.Drawing.Size(96, 13);
|
|
this.rfidPortBoard1Label.TabIndex = 1;
|
|
this.rfidPortBoard1Label.Text = "RFID COM port #1";
|
|
//
|
|
// rfidPortBoard2TextBox
|
|
//
|
|
this.rfidPortBoard2TextBox.Enabled = false;
|
|
this.rfidPortBoard2TextBox.Location = new System.Drawing.Point(130, 60);
|
|
this.rfidPortBoard2TextBox.Name = "rfidPortBoard2TextBox";
|
|
this.rfidPortBoard2TextBox.Size = new System.Drawing.Size(45, 20);
|
|
this.rfidPortBoard2TextBox.TabIndex = 4;
|
|
//
|
|
// rfidPortBoard2Label
|
|
//
|
|
this.rfidPortBoard2Label.AutoSize = true;
|
|
this.rfidPortBoard2Label.Location = new System.Drawing.Point(12, 63);
|
|
this.rfidPortBoard2Label.Name = "rfidPortBoard2Label";
|
|
this.rfidPortBoard2Label.Size = new System.Drawing.Size(96, 13);
|
|
this.rfidPortBoard2Label.TabIndex = 3;
|
|
this.rfidPortBoard2Label.Text = "RFID COM port #2";
|
|
//
|
|
// rfidPortBoard3TextBox
|
|
//
|
|
this.rfidPortBoard3TextBox.Enabled = false;
|
|
this.rfidPortBoard3TextBox.Location = new System.Drawing.Point(130, 82);
|
|
this.rfidPortBoard3TextBox.Name = "rfidPortBoard3TextBox";
|
|
this.rfidPortBoard3TextBox.Size = new System.Drawing.Size(45, 20);
|
|
this.rfidPortBoard3TextBox.TabIndex = 6;
|
|
//
|
|
// rfidPortBoard3Label
|
|
//
|
|
this.rfidPortBoard3Label.AutoSize = true;
|
|
this.rfidPortBoard3Label.Location = new System.Drawing.Point(12, 85);
|
|
this.rfidPortBoard3Label.Name = "rfidPortBoard3Label";
|
|
this.rfidPortBoard3Label.Size = new System.Drawing.Size(96, 13);
|
|
this.rfidPortBoard3Label.TabIndex = 5;
|
|
this.rfidPortBoard3Label.Text = "RFID COM port #3";
|
|
//
|
|
// rfidPortBoard4TextBox
|
|
//
|
|
this.rfidPortBoard4TextBox.Enabled = false;
|
|
this.rfidPortBoard4TextBox.Location = new System.Drawing.Point(130, 104);
|
|
this.rfidPortBoard4TextBox.Name = "rfidPortBoard4TextBox";
|
|
this.rfidPortBoard4TextBox.Size = new System.Drawing.Size(45, 20);
|
|
this.rfidPortBoard4TextBox.TabIndex = 8;
|
|
//
|
|
// rfidPortBoard4Label
|
|
//
|
|
this.rfidPortBoard4Label.AutoSize = true;
|
|
this.rfidPortBoard4Label.Location = new System.Drawing.Point(12, 107);
|
|
this.rfidPortBoard4Label.Name = "rfidPortBoard4Label";
|
|
this.rfidPortBoard4Label.Size = new System.Drawing.Size(96, 13);
|
|
this.rfidPortBoard4Label.TabIndex = 7;
|
|
this.rfidPortBoard4Label.Text = "RFID COM port #4";
|
|
//
|
|
// commTimeoutTextBox
|
|
//
|
|
this.commTimeoutTextBox.Enabled = false;
|
|
this.commTimeoutTextBox.Location = new System.Drawing.Point(173, 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(173, 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(173, 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";
|
|
//
|
|
// useMuxBrdsCheckBox
|
|
//
|
|
this.useMuxBrdsCheckBox.AutoSize = true;
|
|
this.useMuxBrdsCheckBox.Enabled = false;
|
|
this.useMuxBrdsCheckBox.Location = new System.Drawing.Point(15, 18);
|
|
this.useMuxBrdsCheckBox.Name = "useMuxBrdsCheckBox";
|
|
this.useMuxBrdsCheckBox.Size = new System.Drawing.Size(132, 17);
|
|
this.useMuxBrdsCheckBox.TabIndex = 0;
|
|
this.useMuxBrdsCheckBox.Text = "Use multiplexer boards";
|
|
this.useMuxBrdsCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.useMuxBrdsCheckBox);
|
|
this.groupBox1.Controls.Add(this.rfidPortBoard1Label);
|
|
this.groupBox1.Controls.Add(this.rfidPortBoard1TextBox);
|
|
this.groupBox1.Controls.Add(this.rfidPortBoard2Label);
|
|
this.groupBox1.Controls.Add(this.rfidPortBoard2TextBox);
|
|
this.groupBox1.Controls.Add(this.rfidPortBoard3Label);
|
|
this.groupBox1.Controls.Add(this.rfidPortBoard3TextBox);
|
|
this.groupBox1.Controls.Add(this.rfidPortBoard4Label);
|
|
this.groupBox1.Controls.Add(this.rfidPortBoard4TextBox);
|
|
this.groupBox1.Location = new System.Drawing.Point(231, 7);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(184, 134);
|
|
this.groupBox1.TabIndex = 11;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Mux. boards connected via USB";
|
|
//
|
|
// iperlCheckErrorsToStopTextBox
|
|
//
|
|
this.iperlCheckErrorsToStopTextBox.Enabled = false;
|
|
this.iperlCheckErrorsToStopTextBox.Location = new System.Drawing.Point(361, 152);
|
|
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, 155);
|
|
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(173, 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(108, 229);
|
|
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(24, 232);
|
|
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(108, 206);
|
|
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(24, 209);
|
|
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(25, 184);
|
|
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;
|
|
//
|
|
// TestMethodCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.relativeUrlTextBox);
|
|
this.Controls.Add(this.relativeUrlLabel);
|
|
this.Controls.Add(this.baseUrlTextBox);
|
|
this.Controls.Add(this.baseUrlLabel);
|
|
this.Controls.Add(this.useWebServiceCheckBox);
|
|
this.Controls.Add(this.delayBetweenRetriesTextBox);
|
|
this.Controls.Add(this.delayBetweenRetriesLabel);
|
|
this.Controls.Add(this.iperlCheckErrorsToStopTextBox);
|
|
this.Controls.Add(this.iperlCheckErrorsToStopLabel);
|
|
this.Controls.Add(this.groupBox1);
|
|
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, 305);
|
|
this.Load += new System.EventHandler(this.EntryFormCfgCtrl_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.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 rfidPortBoard1TextBox;
|
|
private System.Windows.Forms.Label rfidPortBoard1Label;
|
|
private System.Windows.Forms.TextBox rfidPortBoard2TextBox;
|
|
private System.Windows.Forms.Label rfidPortBoard2Label;
|
|
private System.Windows.Forms.TextBox rfidPortBoard3TextBox;
|
|
private System.Windows.Forms.Label rfidPortBoard3Label;
|
|
private System.Windows.Forms.TextBox rfidPortBoard4TextBox;
|
|
private System.Windows.Forms.Label rfidPortBoard4Label;
|
|
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.CheckBox useMuxBrdsCheckBox;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
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;
|
|
}
|
|
}
|