122 lines
4.8 KiB
C#
122 lines
4.8 KiB
C#
///
|
|
/// Copyright (c) 2015-2017 Sensus Metering Systems
|
|
///
|
|
namespace TBF.Rig.TestMethods.GenesisCommunication.GenesisHead
|
|
{
|
|
partial class GenesisHeadCfgCtrl : System.Windows.Forms.UserControl
|
|
{
|
|
/// <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.slotNrTextBox = new System.Windows.Forms.TextBox();
|
|
this.muxBoardNrLabel = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(135, 40);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(121, 20);
|
|
this.nameTextBox.TabIndex = 2;
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(25, 43);
|
|
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(132, 16);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(60, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ClassName";
|
|
//
|
|
// slotNrTextBox
|
|
//
|
|
this.slotNrTextBox.Enabled = false;
|
|
this.slotNrTextBox.Location = new System.Drawing.Point(135, 63);
|
|
this.slotNrTextBox.Name = "slotNrTextBox";
|
|
this.slotNrTextBox.Size = new System.Drawing.Size(34, 20);
|
|
this.slotNrTextBox.TabIndex = 9;
|
|
//
|
|
// muxBoardNrLabel
|
|
//
|
|
this.muxBoardNrLabel.AutoSize = true;
|
|
this.muxBoardNrLabel.Location = new System.Drawing.Point(25, 66);
|
|
this.muxBoardNrLabel.Name = "muxBoardNrLabel";
|
|
this.muxBoardNrLabel.Size = new System.Drawing.Size(37, 13);
|
|
this.muxBoardNrLabel.TabIndex = 8;
|
|
this.muxBoardNrLabel.Text = "Slot nr";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(176, 66);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(31, 13);
|
|
this.label3.TabIndex = 13;
|
|
this.label3.Text = "1 .. 6";
|
|
//
|
|
// GenesisHeadCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.slotNrTextBox);
|
|
this.Controls.Add(this.muxBoardNrLabel);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Name = "GenesisHeadCfgCtrl";
|
|
this.Size = new System.Drawing.Size(396, 123);
|
|
this.Load += new System.EventHandler(this.WaterMeterCfgCtrl_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 slotNrTextBox;
|
|
private System.Windows.Forms.Label muxBoardNrLabel;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
}
|