157 lines
6.6 KiB
C#
157 lines
6.6 KiB
C#
///
|
|
/// Copyright (c) 2017 Sensus Metering Systems
|
|
///
|
|
namespace TBF.Rig.Modbus.Easytherm
|
|
{
|
|
partial class EasythermCfgCtrl
|
|
{
|
|
/// <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.parentNameLabel = new System.Windows.Forms.Label();
|
|
this.nameTextBox = new System.Windows.Forms.TextBox();
|
|
this.nameLabel = new System.Windows.Forms.Label();
|
|
this.componentNameLabel = new System.Windows.Forms.Label();
|
|
this.modbusAddressLabel = new System.Windows.Forms.Label();
|
|
this.modbusAddressTextBox = new System.Windows.Forms.TextBox();
|
|
this.parentNameComboBox = new System.Windows.Forms.ComboBox();
|
|
this.reservoirNrTextBox = new System.Windows.Forms.TextBox();
|
|
this.reservoirNrLabel = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// parentNameLabel
|
|
//
|
|
this.parentNameLabel.AutoSize = true;
|
|
this.parentNameLabel.Location = new System.Drawing.Point(28, 81);
|
|
this.parentNameLabel.Name = "parentNameLabel";
|
|
this.parentNameLabel.Size = new System.Drawing.Size(69, 13);
|
|
this.parentNameLabel.TabIndex = 3;
|
|
this.parentNameLabel.Text = "Parent Name";
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(138, 52);
|
|
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(28, 55);
|
|
this.nameLabel.Name = "nameLabel";
|
|
this.nameLabel.Size = new System.Drawing.Size(35, 13);
|
|
this.nameLabel.TabIndex = 1;
|
|
this.nameLabel.Text = "Name";
|
|
//
|
|
// componentNameLabel
|
|
//
|
|
this.componentNameLabel.AutoSize = true;
|
|
this.componentNameLabel.Location = new System.Drawing.Point(135, 28);
|
|
this.componentNameLabel.Name = "componentNameLabel";
|
|
this.componentNameLabel.Size = new System.Drawing.Size(83, 13);
|
|
this.componentNameLabel.TabIndex = 0;
|
|
this.componentNameLabel.Text = "ComonentName";
|
|
//
|
|
// modbusAddressLabel
|
|
//
|
|
this.modbusAddressLabel.AutoSize = true;
|
|
this.modbusAddressLabel.Location = new System.Drawing.Point(28, 108);
|
|
this.modbusAddressLabel.Name = "modbusAddressLabel";
|
|
this.modbusAddressLabel.Size = new System.Drawing.Size(86, 13);
|
|
this.modbusAddressLabel.TabIndex = 7;
|
|
this.modbusAddressLabel.Text = "Modbus Address";
|
|
//
|
|
// modbusAddressTextBox
|
|
//
|
|
this.modbusAddressTextBox.Enabled = false;
|
|
this.modbusAddressTextBox.Location = new System.Drawing.Point(138, 105);
|
|
this.modbusAddressTextBox.Name = "modbusAddressTextBox";
|
|
this.modbusAddressTextBox.Size = new System.Drawing.Size(46, 20);
|
|
this.modbusAddressTextBox.TabIndex = 8;
|
|
//
|
|
// parentNameComboBox
|
|
//
|
|
this.parentNameComboBox.Enabled = false;
|
|
this.parentNameComboBox.FormattingEnabled = true;
|
|
this.parentNameComboBox.Location = new System.Drawing.Point(138, 78);
|
|
this.parentNameComboBox.Name = "parentNameComboBox";
|
|
this.parentNameComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.parentNameComboBox.TabIndex = 4;
|
|
//
|
|
// reservoirNrTextBox
|
|
//
|
|
this.reservoirNrTextBox.Enabled = false;
|
|
this.reservoirNrTextBox.Location = new System.Drawing.Point(138, 130);
|
|
this.reservoirNrTextBox.Name = "reservoirNrTextBox";
|
|
this.reservoirNrTextBox.Size = new System.Drawing.Size(46, 20);
|
|
this.reservoirNrTextBox.TabIndex = 10;
|
|
//
|
|
// reservoirNrLabel
|
|
//
|
|
this.reservoirNrLabel.AutoSize = true;
|
|
this.reservoirNrLabel.Location = new System.Drawing.Point(28, 133);
|
|
this.reservoirNrLabel.Name = "reservoirNrLabel";
|
|
this.reservoirNrLabel.Size = new System.Drawing.Size(67, 13);
|
|
this.reservoirNrLabel.TabIndex = 9;
|
|
this.reservoirNrLabel.Text = "Reservoir nr.";
|
|
//
|
|
// EasythermCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.reservoirNrTextBox);
|
|
this.Controls.Add(this.reservoirNrLabel);
|
|
this.Controls.Add(this.parentNameComboBox);
|
|
this.Controls.Add(this.modbusAddressTextBox);
|
|
this.Controls.Add(this.modbusAddressLabel);
|
|
this.Controls.Add(this.parentNameLabel);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.componentNameLabel);
|
|
this.Name = "EasythermCfgCtrl";
|
|
this.Size = new System.Drawing.Size(300, 200);
|
|
this.Load += new System.EventHandler(this.QuidoRSCfgCtrl_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label parentNameLabel;
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
|
private System.Windows.Forms.Label nameLabel;
|
|
private System.Windows.Forms.Label componentNameLabel;
|
|
private System.Windows.Forms.Label modbusAddressLabel;
|
|
private System.Windows.Forms.TextBox modbusAddressTextBox;
|
|
private System.Windows.Forms.ComboBox parentNameComboBox;
|
|
private System.Windows.Forms.TextBox reservoirNrTextBox;
|
|
private System.Windows.Forms.Label reservoirNrLabel;
|
|
}
|
|
}
|