324 lines
16 KiB
C#
324 lines
16 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.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(165, 25);
|
|
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, 28);
|
|
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(164, 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(289, 20);
|
|
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(171, 23);
|
|
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(289, 42);
|
|
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(171, 45);
|
|
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(289, 64);
|
|
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(171, 67);
|
|
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(289, 86);
|
|
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(171, 89);
|
|
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(165, 47);
|
|
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, 50);
|
|
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(165, 69);
|
|
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, 72);
|
|
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(165, 113);
|
|
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, 116);
|
|
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, 22);
|
|
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(26, 142);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(363, 117);
|
|
this.groupBox1.TabIndex = 11;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Multiplexer boards connected to USB ports";
|
|
//
|
|
// iperlCheckErrorsToStopTextBox
|
|
//
|
|
this.iperlCheckErrorsToStopTextBox.Enabled = false;
|
|
this.iperlCheckErrorsToStopTextBox.Location = new System.Drawing.Point(239, 267);
|
|
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, 270);
|
|
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(165, 91);
|
|
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, 94);
|
|
this.delayBetweenRetriesLabel.Name = "delayBetweenRetriesLabel";
|
|
this.delayBetweenRetriesLabel.Size = new System.Drawing.Size(131, 13);
|
|
this.delayBetweenRetriesLabel.TabIndex = 7;
|
|
this.delayBetweenRetriesLabel.Text = "Delay between retries [ms]";
|
|
//
|
|
// TestMethodCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
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;
|
|
}
|
|
}
|