/// /// Copyright (c) 2013-2015 Sensus Metering Systems /// namespace TBF.BenchControl.Elde { partial class ControlBoardCfgCtrl { /// /// 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.comPortNrLabel = new System.Windows.Forms.Label(); this.comPortNrTextBox = new System.Windows.Forms.TextBox(); this.classNameLabel = new System.Windows.Forms.Label(); this.nameLabel = new System.Windows.Forms.Label(); this.nameTextBox = new System.Windows.Forms.TextBox(); this.vValveRangeLoTextBox = new System.Windows.Forms.TextBox(); this.vValveRangeLoLabel = new System.Windows.Forms.Label(); this.vValveRangeHiTextBox = new System.Windows.Forms.TextBox(); this.vValveRangeHiLabel = new System.Windows.Forms.Label(); this.SuspendLayout(); // // comPortNrLabel // this.comPortNrLabel.AutoSize = true; this.comPortNrLabel.Location = new System.Drawing.Point(42, 85); this.comPortNrLabel.Name = "comPortNrLabel"; this.comPortNrLabel.Size = new System.Drawing.Size(95, 13); this.comPortNrLabel.TabIndex = 0; this.comPortNrLabel.Text = "Serial port number:"; // // comPortNrTextBox // this.comPortNrTextBox.Enabled = false; this.comPortNrTextBox.Location = new System.Drawing.Point(166, 82); this.comPortNrTextBox.Name = "comPortNrTextBox"; this.comPortNrTextBox.Size = new System.Drawing.Size(80, 20); this.comPortNrTextBox.TabIndex = 1; // // classNameLabel // this.classNameLabel.AutoSize = true; this.classNameLabel.Location = new System.Drawing.Point(163, 26); this.classNameLabel.Name = "classNameLabel"; this.classNameLabel.Size = new System.Drawing.Size(83, 13); this.classNameLabel.TabIndex = 2; this.classNameLabel.Text = "ComonentName"; // // nameLabel // this.nameLabel.AutoSize = true; this.nameLabel.Location = new System.Drawing.Point(42, 60); this.nameLabel.Name = "nameLabel"; this.nameLabel.Size = new System.Drawing.Size(35, 13); this.nameLabel.TabIndex = 3; this.nameLabel.Text = "Name"; // // nameTextBox // this.nameTextBox.Enabled = false; this.nameTextBox.Location = new System.Drawing.Point(166, 57); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(80, 20); this.nameTextBox.TabIndex = 4; // // vValveRangeLoTextBox // this.vValveRangeLoTextBox.Enabled = false; this.vValveRangeLoTextBox.Location = new System.Drawing.Point(166, 107); this.vValveRangeLoTextBox.Name = "vValveRangeLoTextBox"; this.vValveRangeLoTextBox.Size = new System.Drawing.Size(80, 20); this.vValveRangeLoTextBox.TabIndex = 6; // // vValveRangeLoLabel // this.vValveRangeLoLabel.AutoSize = true; this.vValveRangeLoLabel.Location = new System.Drawing.Point(42, 110); this.vValveRangeLoLabel.Name = "vValveRangeLoLabel"; this.vValveRangeLoLabel.Size = new System.Drawing.Size(118, 13); this.vValveRangeLoLabel.TabIndex = 5; this.vValveRangeLoLabel.Text = "Virtual valves range Lo:"; // // vValveRangeHiTextBox // this.vValveRangeHiTextBox.Enabled = false; this.vValveRangeHiTextBox.Location = new System.Drawing.Point(166, 132); this.vValveRangeHiTextBox.Name = "vValveRangeHiTextBox"; this.vValveRangeHiTextBox.Size = new System.Drawing.Size(80, 20); this.vValveRangeHiTextBox.TabIndex = 8; // // vValveRangeHiLabel // this.vValveRangeHiLabel.AutoSize = true; this.vValveRangeHiLabel.Location = new System.Drawing.Point(42, 135); this.vValveRangeHiLabel.Name = "vValveRangeHiLabel"; this.vValveRangeHiLabel.Size = new System.Drawing.Size(116, 13); this.vValveRangeHiLabel.TabIndex = 7; this.vValveRangeHiLabel.Text = "Virtual valves range Hi:"; // // ControlBoardCfgCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.vValveRangeHiTextBox); this.Controls.Add(this.vValveRangeHiLabel); this.Controls.Add(this.vValveRangeLoTextBox); this.Controls.Add(this.vValveRangeLoLabel); this.Controls.Add(this.nameTextBox); this.Controls.Add(this.nameLabel); this.Controls.Add(this.classNameLabel); this.Controls.Add(this.comPortNrTextBox); this.Controls.Add(this.comPortNrLabel); this.Name = "ControlBoardCfgCtrl"; this.Size = new System.Drawing.Size(300, 200); this.Load += new System.EventHandler(this.ControlBoardCfgCtrl_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label comPortNrLabel; private System.Windows.Forms.TextBox comPortNrTextBox; private System.Windows.Forms.Label classNameLabel; private System.Windows.Forms.Label nameLabel; private System.Windows.Forms.TextBox nameTextBox; private System.Windows.Forms.TextBox vValveRangeLoTextBox; private System.Windows.Forms.Label vValveRangeLoLabel; private System.Windows.Forms.TextBox vValveRangeHiTextBox; private System.Windows.Forms.Label vValveRangeHiLabel; } }