469 lines
22 KiB
C#
469 lines
22 KiB
C#
// ConductivityMeterCfgCtrl.Designer.cs
|
|
namespace TBF.Rig.Modbus.ConductivityMeter
|
|
{
|
|
partial class ConductivityMeterCfgCtrl
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
private System.Windows.Forms.Label componentNameLabel;
|
|
|
|
private System.Windows.Forms.Label nameLabel;
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
|
|
|
private System.Windows.Forms.Label parentLabel;
|
|
private System.Windows.Forms.ComboBox parentNameComboBox;
|
|
|
|
private System.Windows.Forms.Label modbusAddressLabel;
|
|
private System.Windows.Forms.TextBox modbusAddressTextBox;
|
|
|
|
private System.Windows.Forms.Label fnLabel;
|
|
private System.Windows.Forms.ComboBox fnComboBox;
|
|
|
|
private System.Windows.Forms.Label firstRegisterLabel;
|
|
private System.Windows.Forms.TextBox firstRegisterTextBox;
|
|
|
|
private System.Windows.Forms.Label registerCountLabel;
|
|
private System.Windows.Forms.TextBox registerCountTextBox;
|
|
|
|
private System.Windows.Forms.CheckBox enablePollingCheckBox;
|
|
|
|
private System.Windows.Forms.Label channelLabel;
|
|
private System.Windows.Forms.TextBox channelTextBox;
|
|
|
|
private System.Windows.Forms.Label rawFormatLabel;
|
|
private System.Windows.Forms.ComboBox rawFormatComboBox;
|
|
|
|
private System.Windows.Forms.Label raw4Label;
|
|
private System.Windows.Forms.TextBox raw4TextBox;
|
|
|
|
private System.Windows.Forms.Label raw20Label;
|
|
private System.Windows.Forms.TextBox raw20TextBox;
|
|
|
|
private System.Windows.Forms.Label cond4Label;
|
|
private System.Windows.Forms.TextBox cond4TextBox;
|
|
|
|
private System.Windows.Forms.Label cond20Label;
|
|
private System.Windows.Forms.TextBox cond20TextBox;
|
|
|
|
private System.Windows.Forms.Label unitLabel;
|
|
private System.Windows.Forms.TextBox unitTextBox;
|
|
|
|
private System.Windows.Forms.Label formatLabel;
|
|
private System.Windows.Forms.TextBox formatTextBox;
|
|
|
|
private System.Windows.Forms.Label limLoLabel;
|
|
private System.Windows.Forms.TextBox limLoTextBox;
|
|
|
|
private System.Windows.Forms.Label limHiLabel;
|
|
private System.Windows.Forms.TextBox limHiTextBox;
|
|
|
|
private System.Windows.Forms.Label freshnessLabel;
|
|
private System.Windows.Forms.TextBox freshnessTextBox;
|
|
|
|
private System.Windows.Forms.Button diagnosticsButton;
|
|
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
components.Dispose();
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
this.componentNameLabel = new System.Windows.Forms.Label();
|
|
this.nameLabel = new System.Windows.Forms.Label();
|
|
this.nameTextBox = new System.Windows.Forms.TextBox();
|
|
this.parentLabel = new System.Windows.Forms.Label();
|
|
this.parentNameComboBox = new System.Windows.Forms.ComboBox();
|
|
this.modbusAddressLabel = new System.Windows.Forms.Label();
|
|
this.modbusAddressTextBox = new System.Windows.Forms.TextBox();
|
|
this.fnLabel = new System.Windows.Forms.Label();
|
|
this.fnComboBox = new System.Windows.Forms.ComboBox();
|
|
this.firstRegisterLabel = new System.Windows.Forms.Label();
|
|
this.firstRegisterTextBox = new System.Windows.Forms.TextBox();
|
|
this.registerCountLabel = new System.Windows.Forms.Label();
|
|
this.registerCountTextBox = new System.Windows.Forms.TextBox();
|
|
this.enablePollingCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.channelLabel = new System.Windows.Forms.Label();
|
|
this.channelTextBox = new System.Windows.Forms.TextBox();
|
|
this.rawFormatLabel = new System.Windows.Forms.Label();
|
|
this.rawFormatComboBox = new System.Windows.Forms.ComboBox();
|
|
this.raw4Label = new System.Windows.Forms.Label();
|
|
this.raw4TextBox = new System.Windows.Forms.TextBox();
|
|
this.raw20Label = new System.Windows.Forms.Label();
|
|
this.raw20TextBox = new System.Windows.Forms.TextBox();
|
|
this.cond4Label = new System.Windows.Forms.Label();
|
|
this.cond4TextBox = new System.Windows.Forms.TextBox();
|
|
this.cond20Label = new System.Windows.Forms.Label();
|
|
this.cond20TextBox = new System.Windows.Forms.TextBox();
|
|
this.unitLabel = new System.Windows.Forms.Label();
|
|
this.unitTextBox = new System.Windows.Forms.TextBox();
|
|
this.formatLabel = new System.Windows.Forms.Label();
|
|
this.formatTextBox = new System.Windows.Forms.TextBox();
|
|
this.limLoLabel = new System.Windows.Forms.Label();
|
|
this.limLoTextBox = new System.Windows.Forms.TextBox();
|
|
this.limHiLabel = new System.Windows.Forms.Label();
|
|
this.limHiTextBox = new System.Windows.Forms.TextBox();
|
|
this.freshnessLabel = new System.Windows.Forms.Label();
|
|
this.freshnessTextBox = new System.Windows.Forms.TextBox();
|
|
this.diagnosticsButton = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// componentNameLabel
|
|
//
|
|
this.componentNameLabel.AutoSize = true;
|
|
this.componentNameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
|
|
this.componentNameLabel.Location = new System.Drawing.Point(12, 10);
|
|
this.componentNameLabel.Name = "componentNameLabel";
|
|
this.componentNameLabel.Size = new System.Drawing.Size(120, 15);
|
|
this.componentNameLabel.TabIndex = 0;
|
|
this.componentNameLabel.Text = "ConductivityMeter";
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(12, 40);
|
|
this.nameLabel.Name = "nameLabel";
|
|
this.nameLabel.Size = new System.Drawing.Size(35, 13);
|
|
this.nameLabel.TabIndex = 1;
|
|
this.nameLabel.Text = "Name";
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Location = new System.Drawing.Point(170, 37);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(220, 20);
|
|
this.nameTextBox.TabIndex = 2;
|
|
//
|
|
// parentLabel
|
|
//
|
|
this.parentLabel.AutoSize = true;
|
|
this.parentLabel.Location = new System.Drawing.Point(12, 66);
|
|
this.parentLabel.Name = "parentLabel";
|
|
this.parentLabel.Size = new System.Drawing.Size(95, 13);
|
|
this.parentLabel.TabIndex = 3;
|
|
this.parentLabel.Text = "Parent Component";
|
|
//
|
|
// parentNameComboBox
|
|
//
|
|
this.parentNameComboBox.FormattingEnabled = true;
|
|
this.parentNameComboBox.Location = new System.Drawing.Point(170, 63);
|
|
this.parentNameComboBox.Name = "parentNameComboBox";
|
|
this.parentNameComboBox.Size = new System.Drawing.Size(220, 21);
|
|
this.parentNameComboBox.TabIndex = 4;
|
|
//
|
|
// modbusAddressLabel
|
|
//
|
|
this.modbusAddressLabel.AutoSize = true;
|
|
this.modbusAddressLabel.Location = new System.Drawing.Point(12, 93);
|
|
this.modbusAddressLabel.Name = "modbusAddressLabel";
|
|
this.modbusAddressLabel.Size = new System.Drawing.Size(86, 13);
|
|
this.modbusAddressLabel.TabIndex = 5;
|
|
this.modbusAddressLabel.Text = "Modbus Address";
|
|
//
|
|
// modbusAddressTextBox
|
|
//
|
|
this.modbusAddressTextBox.Location = new System.Drawing.Point(170, 90);
|
|
this.modbusAddressTextBox.Name = "modbusAddressTextBox";
|
|
this.modbusAddressTextBox.Size = new System.Drawing.Size(80, 20);
|
|
this.modbusAddressTextBox.TabIndex = 6;
|
|
//
|
|
// fnLabel
|
|
//
|
|
this.fnLabel.AutoSize = true;
|
|
this.fnLabel.Location = new System.Drawing.Point(12, 119);
|
|
this.fnLabel.Name = "fnLabel";
|
|
this.fnLabel.Size = new System.Drawing.Size(92, 13);
|
|
this.fnLabel.TabIndex = 7;
|
|
this.fnLabel.Text = "Function (03 / 04)";
|
|
//
|
|
// fnComboBox
|
|
//
|
|
this.fnComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.fnComboBox.FormattingEnabled = true;
|
|
this.fnComboBox.Location = new System.Drawing.Point(170, 116);
|
|
this.fnComboBox.Name = "fnComboBox";
|
|
this.fnComboBox.Size = new System.Drawing.Size(220, 21);
|
|
this.fnComboBox.TabIndex = 8;
|
|
//
|
|
// firstRegisterLabel
|
|
//
|
|
this.firstRegisterLabel.AutoSize = true;
|
|
this.firstRegisterLabel.Location = new System.Drawing.Point(12, 146);
|
|
this.firstRegisterLabel.Name = "firstRegisterLabel";
|
|
this.firstRegisterLabel.Size = new System.Drawing.Size(68, 13);
|
|
this.firstRegisterLabel.TabIndex = 9;
|
|
this.firstRegisterLabel.Text = "First Register";
|
|
//
|
|
// firstRegisterTextBox
|
|
//
|
|
this.firstRegisterTextBox.Location = new System.Drawing.Point(170, 143);
|
|
this.firstRegisterTextBox.Name = "firstRegisterTextBox";
|
|
this.firstRegisterTextBox.Size = new System.Drawing.Size(120, 20);
|
|
this.firstRegisterTextBox.TabIndex = 10;
|
|
//
|
|
// registerCountLabel
|
|
//
|
|
this.registerCountLabel.AutoSize = true;
|
|
this.registerCountLabel.Location = new System.Drawing.Point(12, 172);
|
|
this.registerCountLabel.Name = "registerCountLabel";
|
|
this.registerCountLabel.Size = new System.Drawing.Size(77, 13);
|
|
this.registerCountLabel.TabIndex = 11;
|
|
this.registerCountLabel.Text = "Register Count";
|
|
//
|
|
// registerCountTextBox
|
|
//
|
|
this.registerCountTextBox.Location = new System.Drawing.Point(170, 169);
|
|
this.registerCountTextBox.Name = "registerCountTextBox";
|
|
this.registerCountTextBox.Size = new System.Drawing.Size(120, 20);
|
|
this.registerCountTextBox.TabIndex = 12;
|
|
//
|
|
// enablePollingCheckBox
|
|
//
|
|
this.enablePollingCheckBox.AutoSize = true;
|
|
this.enablePollingCheckBox.Location = new System.Drawing.Point(170, 197);
|
|
this.enablePollingCheckBox.Name = "enablePollingCheckBox";
|
|
this.enablePollingCheckBox.Size = new System.Drawing.Size(93, 17);
|
|
this.enablePollingCheckBox.TabIndex = 13;
|
|
this.enablePollingCheckBox.Text = "Enable Polling";
|
|
this.enablePollingCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// channelLabel
|
|
//
|
|
this.channelLabel.AutoSize = true;
|
|
this.channelLabel.Location = new System.Drawing.Point(12, 224);
|
|
this.channelLabel.Name = "channelLabel";
|
|
this.channelLabel.Size = new System.Drawing.Size(46, 13);
|
|
this.channelLabel.TabIndex = 14;
|
|
this.channelLabel.Text = "Channel";
|
|
//
|
|
// channelTextBox
|
|
//
|
|
this.channelTextBox.Location = new System.Drawing.Point(170, 221);
|
|
this.channelTextBox.Name = "channelTextBox";
|
|
this.channelTextBox.Size = new System.Drawing.Size(80, 20);
|
|
this.channelTextBox.TabIndex = 15;
|
|
//
|
|
// rawFormatLabel
|
|
//
|
|
this.rawFormatLabel.AutoSize = true;
|
|
this.rawFormatLabel.Location = new System.Drawing.Point(12, 250);
|
|
this.rawFormatLabel.Name = "rawFormatLabel";
|
|
this.rawFormatLabel.Size = new System.Drawing.Size(64, 13);
|
|
this.rawFormatLabel.TabIndex = 16;
|
|
this.rawFormatLabel.Text = "Raw Format";
|
|
//
|
|
// rawFormatComboBox
|
|
//
|
|
this.rawFormatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.rawFormatComboBox.FormattingEnabled = true;
|
|
this.rawFormatComboBox.Location = new System.Drawing.Point(170, 247);
|
|
this.rawFormatComboBox.Name = "rawFormatComboBox";
|
|
this.rawFormatComboBox.Size = new System.Drawing.Size(220, 21);
|
|
this.rawFormatComboBox.TabIndex = 17;
|
|
//
|
|
// raw4Label
|
|
//
|
|
this.raw4Label.AutoSize = true;
|
|
this.raw4Label.Location = new System.Drawing.Point(12, 277);
|
|
this.raw4Label.Name = "raw4Label";
|
|
this.raw4Label.Size = new System.Drawing.Size(100, 13);
|
|
this.raw4Label.TabIndex = 18;
|
|
this.raw4Label.Text = "Raw Value @ 4 mA";
|
|
//
|
|
// raw4TextBox
|
|
//
|
|
this.raw4TextBox.Location = new System.Drawing.Point(170, 274);
|
|
this.raw4TextBox.Name = "raw4TextBox";
|
|
this.raw4TextBox.Size = new System.Drawing.Size(120, 20);
|
|
this.raw4TextBox.TabIndex = 19;
|
|
//
|
|
// raw20Label
|
|
//
|
|
this.raw20Label.AutoSize = true;
|
|
this.raw20Label.Location = new System.Drawing.Point(12, 303);
|
|
this.raw20Label.Name = "raw20Label";
|
|
this.raw20Label.Size = new System.Drawing.Size(106, 13);
|
|
this.raw20Label.TabIndex = 20;
|
|
this.raw20Label.Text = "Raw Value @ 20 mA";
|
|
//
|
|
// raw20TextBox
|
|
//
|
|
this.raw20TextBox.Location = new System.Drawing.Point(170, 300);
|
|
this.raw20TextBox.Name = "raw20TextBox";
|
|
this.raw20TextBox.Size = new System.Drawing.Size(120, 20);
|
|
this.raw20TextBox.TabIndex = 21;
|
|
//
|
|
// cond4Label
|
|
//
|
|
this.cond4Label.AutoSize = true;
|
|
this.cond4Label.Location = new System.Drawing.Point(12, 329);
|
|
this.cond4Label.Name = "cond4Label";
|
|
this.cond4Label.Size = new System.Drawing.Size(106, 13);
|
|
this.cond4Label.TabIndex = 22;
|
|
this.cond4Label.Text = "Conductivity @ 4 mA";
|
|
//
|
|
// cond4TextBox
|
|
//
|
|
this.cond4TextBox.Location = new System.Drawing.Point(170, 326);
|
|
this.cond4TextBox.Name = "cond4TextBox";
|
|
this.cond4TextBox.Size = new System.Drawing.Size(120, 20);
|
|
this.cond4TextBox.TabIndex = 23;
|
|
//
|
|
// cond20Label
|
|
//
|
|
this.cond20Label.AutoSize = true;
|
|
this.cond20Label.Location = new System.Drawing.Point(12, 355);
|
|
this.cond20Label.Name = "cond20Label";
|
|
this.cond20Label.Size = new System.Drawing.Size(112, 13);
|
|
this.cond20Label.TabIndex = 24;
|
|
this.cond20Label.Text = "Conductivity @ 20 mA";
|
|
//
|
|
// cond20TextBox
|
|
//
|
|
this.cond20TextBox.Location = new System.Drawing.Point(170, 352);
|
|
this.cond20TextBox.Name = "cond20TextBox";
|
|
this.cond20TextBox.Size = new System.Drawing.Size(120, 20);
|
|
this.cond20TextBox.TabIndex = 25;
|
|
//
|
|
// unitLabel
|
|
//
|
|
this.unitLabel.AutoSize = true;
|
|
this.unitLabel.Location = new System.Drawing.Point(12, 381);
|
|
this.unitLabel.Name = "unitLabel";
|
|
this.unitLabel.Size = new System.Drawing.Size(26, 13);
|
|
this.unitLabel.TabIndex = 26;
|
|
this.unitLabel.Text = "Unit";
|
|
//
|
|
// unitTextBox
|
|
//
|
|
this.unitTextBox.Location = new System.Drawing.Point(170, 378);
|
|
this.unitTextBox.Name = "unitTextBox";
|
|
this.unitTextBox.Size = new System.Drawing.Size(120, 20);
|
|
this.unitTextBox.TabIndex = 27;
|
|
//
|
|
// formatLabel
|
|
//
|
|
this.formatLabel.AutoSize = true;
|
|
this.formatLabel.Location = new System.Drawing.Point(12, 407);
|
|
this.formatLabel.Name = "formatLabel";
|
|
this.formatLabel.Size = new System.Drawing.Size(76, 13);
|
|
this.formatLabel.TabIndex = 28;
|
|
this.formatLabel.Text = "Display Format";
|
|
//
|
|
// formatTextBox
|
|
//
|
|
this.formatTextBox.Location = new System.Drawing.Point(170, 404);
|
|
this.formatTextBox.Name = "formatTextBox";
|
|
this.formatTextBox.Size = new System.Drawing.Size(220, 20);
|
|
this.formatTextBox.TabIndex = 29;
|
|
//
|
|
// limLoLabel
|
|
//
|
|
this.limLoLabel.AutoSize = true;
|
|
this.limLoLabel.Location = new System.Drawing.Point(12, 433);
|
|
this.limLoLabel.Name = "limLoLabel";
|
|
this.limLoLabel.Size = new System.Drawing.Size(51, 13);
|
|
this.limLoLabel.TabIndex = 30;
|
|
this.limLoLabel.Text = "Low Limit";
|
|
//
|
|
// limLoTextBox
|
|
//
|
|
this.limLoTextBox.Location = new System.Drawing.Point(170, 430);
|
|
this.limLoTextBox.Name = "limLoTextBox";
|
|
this.limLoTextBox.Size = new System.Drawing.Size(120, 20);
|
|
this.limLoTextBox.TabIndex = 31;
|
|
//
|
|
// limHiLabel
|
|
//
|
|
this.limHiLabel.AutoSize = true;
|
|
this.limHiLabel.Location = new System.Drawing.Point(12, 459);
|
|
this.limHiLabel.Name = "limHiLabel";
|
|
this.limHiLabel.Size = new System.Drawing.Size(53, 13);
|
|
this.limHiLabel.TabIndex = 32;
|
|
this.limHiLabel.Text = "High Limit";
|
|
//
|
|
// limHiTextBox
|
|
//
|
|
this.limHiTextBox.Location = new System.Drawing.Point(170, 456);
|
|
this.limHiTextBox.Name = "limHiTextBox";
|
|
this.limHiTextBox.Size = new System.Drawing.Size(120, 20);
|
|
this.limHiTextBox.TabIndex = 33;
|
|
//
|
|
// freshnessLabel
|
|
//
|
|
this.freshnessLabel.AutoSize = true;
|
|
this.freshnessLabel.Location = new System.Drawing.Point(12, 485);
|
|
this.freshnessLabel.Name = "freshnessLabel";
|
|
this.freshnessLabel.Size = new System.Drawing.Size(93, 13);
|
|
this.freshnessLabel.TabIndex = 34;
|
|
this.freshnessLabel.Text = "Data Timeout (ms)";
|
|
//
|
|
// freshnessTextBox
|
|
//
|
|
this.freshnessTextBox.Location = new System.Drawing.Point(170, 482);
|
|
this.freshnessTextBox.Name = "freshnessTextBox";
|
|
this.freshnessTextBox.Size = new System.Drawing.Size(120, 20);
|
|
this.freshnessTextBox.TabIndex = 35;
|
|
//
|
|
// diagnosticsButton
|
|
//
|
|
this.diagnosticsButton.Location = new System.Drawing.Point(170, 512);
|
|
this.diagnosticsButton.Name = "diagnosticsButton";
|
|
this.diagnosticsButton.Size = new System.Drawing.Size(120, 27);
|
|
this.diagnosticsButton.TabIndex = 36;
|
|
this.diagnosticsButton.Text = "Diagnostics...";
|
|
this.diagnosticsButton.UseVisualStyleBackColor = true;
|
|
this.diagnosticsButton.Click += new System.EventHandler(this.diagnosticsButton_Click);
|
|
//
|
|
// ConductivityMeterCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.componentNameLabel);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.parentLabel);
|
|
this.Controls.Add(this.parentNameComboBox);
|
|
this.Controls.Add(this.modbusAddressLabel);
|
|
this.Controls.Add(this.modbusAddressTextBox);
|
|
this.Controls.Add(this.fnLabel);
|
|
this.Controls.Add(this.fnComboBox);
|
|
this.Controls.Add(this.firstRegisterLabel);
|
|
this.Controls.Add(this.firstRegisterTextBox);
|
|
this.Controls.Add(this.registerCountLabel);
|
|
this.Controls.Add(this.registerCountTextBox);
|
|
this.Controls.Add(this.enablePollingCheckBox);
|
|
this.Controls.Add(this.channelLabel);
|
|
this.Controls.Add(this.channelTextBox);
|
|
this.Controls.Add(this.rawFormatLabel);
|
|
this.Controls.Add(this.rawFormatComboBox);
|
|
this.Controls.Add(this.raw4Label);
|
|
this.Controls.Add(this.raw4TextBox);
|
|
this.Controls.Add(this.raw20Label);
|
|
this.Controls.Add(this.raw20TextBox);
|
|
this.Controls.Add(this.cond4Label);
|
|
this.Controls.Add(this.cond4TextBox);
|
|
this.Controls.Add(this.cond20Label);
|
|
this.Controls.Add(this.cond20TextBox);
|
|
this.Controls.Add(this.unitLabel);
|
|
this.Controls.Add(this.unitTextBox);
|
|
this.Controls.Add(this.formatLabel);
|
|
this.Controls.Add(this.formatTextBox);
|
|
this.Controls.Add(this.limLoLabel);
|
|
this.Controls.Add(this.limLoTextBox);
|
|
this.Controls.Add(this.limHiLabel);
|
|
this.Controls.Add(this.limHiTextBox);
|
|
this.Controls.Add(this.freshnessLabel);
|
|
this.Controls.Add(this.freshnessTextBox);
|
|
this.Controls.Add(this.diagnosticsButton);
|
|
this.Name = "ConductivityMeterCfgCtrl";
|
|
this.Size = new System.Drawing.Size(420, 551);
|
|
this.Load += new System.EventHandler(this.ConductivityMeterCfgCtrl_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
}
|
|
} |