/// /// Copyright (c) 2015 Sensus Metering Systems /// Author: Milan Hanajík /// namespace TBF.BenchControl.TestMethods.iPerlCommunication { partial class TestMethodCfgCtrl { /// /// 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.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.SuspendLayout(); // // nameTextBox // this.nameTextBox.Enabled = false; this.nameTextBox.Location = new System.Drawing.Point(133, 25); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(130, 20); this.nameTextBox.TabIndex = 5; // // 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 = 4; this.nameLabel.Text = "Name"; // // classNameLabel // this.classNameLabel.AutoSize = true; this.classNameLabel.Location = new System.Drawing.Point(132, 7); this.classNameLabel.Name = "classNameLabel"; this.classNameLabel.Size = new System.Drawing.Size(83, 13); this.classNameLabel.TabIndex = 3; this.classNameLabel.Text = "ComonentName"; // // rfidPortBoard1TextBox // this.rfidPortBoard1TextBox.Enabled = false; this.rfidPortBoard1TextBox.Location = new System.Drawing.Point(133, 47); this.rfidPortBoard1TextBox.Name = "rfidPortBoard1TextBox"; this.rfidPortBoard1TextBox.Size = new System.Drawing.Size(45, 20); this.rfidPortBoard1TextBox.TabIndex = 9; // // rfidPortBoard1Label // this.rfidPortBoard1Label.AutoSize = true; this.rfidPortBoard1Label.Location = new System.Drawing.Point(23, 50); this.rfidPortBoard1Label.Name = "rfidPortBoard1Label"; this.rfidPortBoard1Label.Size = new System.Drawing.Size(96, 13); this.rfidPortBoard1Label.TabIndex = 8; this.rfidPortBoard1Label.Text = "RFID COM port #1"; // // rfidPortBoard2TextBox // this.rfidPortBoard2TextBox.Enabled = false; this.rfidPortBoard2TextBox.Location = new System.Drawing.Point(133, 69); this.rfidPortBoard2TextBox.Name = "rfidPortBoard2TextBox"; this.rfidPortBoard2TextBox.Size = new System.Drawing.Size(45, 20); this.rfidPortBoard2TextBox.TabIndex = 11; // // rfidPortBoard2Label // this.rfidPortBoard2Label.AutoSize = true; this.rfidPortBoard2Label.Location = new System.Drawing.Point(23, 72); this.rfidPortBoard2Label.Name = "rfidPortBoard2Label"; this.rfidPortBoard2Label.Size = new System.Drawing.Size(96, 13); this.rfidPortBoard2Label.TabIndex = 10; this.rfidPortBoard2Label.Text = "RFID COM port #2"; // // rfidPortBoard3TextBox // this.rfidPortBoard3TextBox.Enabled = false; this.rfidPortBoard3TextBox.Location = new System.Drawing.Point(133, 91); this.rfidPortBoard3TextBox.Name = "rfidPortBoard3TextBox"; this.rfidPortBoard3TextBox.Size = new System.Drawing.Size(45, 20); this.rfidPortBoard3TextBox.TabIndex = 13; // // rfidPortBoard3Label // this.rfidPortBoard3Label.AutoSize = true; this.rfidPortBoard3Label.Location = new System.Drawing.Point(23, 94); this.rfidPortBoard3Label.Name = "rfidPortBoard3Label"; this.rfidPortBoard3Label.Size = new System.Drawing.Size(96, 13); this.rfidPortBoard3Label.TabIndex = 12; this.rfidPortBoard3Label.Text = "RFID COM port #3"; // // rfidPortBoard4TextBox // this.rfidPortBoard4TextBox.Enabled = false; this.rfidPortBoard4TextBox.Location = new System.Drawing.Point(133, 113); this.rfidPortBoard4TextBox.Name = "rfidPortBoard4TextBox"; this.rfidPortBoard4TextBox.Size = new System.Drawing.Size(45, 20); this.rfidPortBoard4TextBox.TabIndex = 15; // // rfidPortBoard4Label // this.rfidPortBoard4Label.AutoSize = true; this.rfidPortBoard4Label.Location = new System.Drawing.Point(23, 116); this.rfidPortBoard4Label.Name = "rfidPortBoard4Label"; this.rfidPortBoard4Label.Size = new System.Drawing.Size(96, 13); this.rfidPortBoard4Label.TabIndex = 14; this.rfidPortBoard4Label.Text = "RFID COM port #4"; // // commTimeoutTextBox // this.commTimeoutTextBox.Enabled = false; this.commTimeoutTextBox.Location = new System.Drawing.Point(133, 135); this.commTimeoutTextBox.Name = "commTimeoutTextBox"; this.commTimeoutTextBox.Size = new System.Drawing.Size(45, 20); this.commTimeoutTextBox.TabIndex = 17; // // commTimeoutLabel // this.commTimeoutLabel.AutoSize = true; this.commTimeoutLabel.Location = new System.Drawing.Point(23, 138); this.commTimeoutLabel.Name = "commTimeoutLabel"; this.commTimeoutLabel.Size = new System.Drawing.Size(98, 13); this.commTimeoutLabel.TabIndex = 16; this.commTimeoutLabel.Text = "Comm. timeout [ms]"; // // maxNrRetriesTextBox // this.maxCommRetriesTextBox.Enabled = false; this.maxCommRetriesTextBox.Location = new System.Drawing.Point(133, 157); this.maxCommRetriesTextBox.Name = "maxNrRetriesTextBox"; this.maxCommRetriesTextBox.Size = new System.Drawing.Size(45, 20); this.maxCommRetriesTextBox.TabIndex = 19; // // maxNrRetriesLabel // this.maxNrRetriesLabel.AutoSize = true; this.maxNrRetriesLabel.Location = new System.Drawing.Point(23, 160); this.maxNrRetriesLabel.Name = "maxNrRetriesLabel"; this.maxNrRetriesLabel.Size = new System.Drawing.Size(61, 13); this.maxNrRetriesLabel.TabIndex = 18; this.maxNrRetriesLabel.Text = "Max. retries"; // // nrThreadsTextBox // this.nrThreadsTextBox.Enabled = false; this.nrThreadsTextBox.Location = new System.Drawing.Point(133, 179); this.nrThreadsTextBox.Name = "nrThreadsTextBox"; this.nrThreadsTextBox.Size = new System.Drawing.Size(45, 20); this.nrThreadsTextBox.TabIndex = 21; // // nrThreadsLabel // this.nrThreadsLabel.AutoSize = true; this.nrThreadsLabel.Location = new System.Drawing.Point(23, 182); this.nrThreadsLabel.Name = "nrThreadsLabel"; this.nrThreadsLabel.Size = new System.Drawing.Size(59, 13); this.nrThreadsLabel.TabIndex = 20; this.nrThreadsLabel.Text = "Nr. threads"; // // TestMethodCfgCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 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.rfidPortBoard4TextBox); this.Controls.Add(this.rfidPortBoard4Label); this.Controls.Add(this.rfidPortBoard3TextBox); this.Controls.Add(this.rfidPortBoard3Label); this.Controls.Add(this.rfidPortBoard2TextBox); this.Controls.Add(this.rfidPortBoard2Label); this.Controls.Add(this.rfidPortBoard1TextBox); this.Controls.Add(this.rfidPortBoard1Label); this.Controls.Add(this.nameTextBox); this.Controls.Add(this.nameLabel); this.Controls.Add(this.classNameLabel); this.Name = "TestMethodCfgCtrl"; this.Size = new System.Drawing.Size(300, 200); this.Load += new System.EventHandler(this.EntryFormCfgCtrl_Load); 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; } }