355 lines
16 KiB
C#
355 lines
16 KiB
C#
///
|
|
/// Copyright (c) 2018 Sensus Slovensko a.s.
|
|
///
|
|
namespace TBF.BenchControl.Various.TankWithLevelMsrmnt
|
|
{
|
|
partial class TankCfgCtrl
|
|
{
|
|
/// <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.capacityLabel = new System.Windows.Forms.Label();
|
|
this.capacityTextBox = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.emptyTextBox = new System.Windows.Forms.TextBox();
|
|
this.emptyLabel = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.drainTimeTextBox = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.drainValveComboBox = new System.Windows.Forms.ComboBox();
|
|
this.drainValveLabel = new System.Windows.Forms.Label();
|
|
this.levelMeasurementComboBox = new System.Windows.Forms.ComboBox();
|
|
this.levelMeasurementLabel = new System.Windows.Forms.Label();
|
|
this.calibrationTableTextBox = new System.Windows.Forms.TextBox();
|
|
this.calibrationTableLabel = new System.Windows.Forms.Label();
|
|
this.drainValve2ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.drainValve2Label = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.thresholdLevel1TextBox = new System.Windows.Forms.TextBox();
|
|
this.thresholdLevelsLabel = new System.Windows.Forms.Label();
|
|
this.thresholdLevel2TextBox = new System.Windows.Forms.TextBox();
|
|
this.thresholdLevel3TextBox = new System.Windows.Forms.TextBox();
|
|
this.thresholdLevel4TextBox = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(127, 33);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(142, 20);
|
|
this.nameTextBox.TabIndex = 2;
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(16, 36);
|
|
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(124, 14);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(89, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ComponentName";
|
|
//
|
|
// capacityLabel
|
|
//
|
|
this.capacityLabel.AutoSize = true;
|
|
this.capacityLabel.Location = new System.Drawing.Point(16, 58);
|
|
this.capacityLabel.Name = "capacityLabel";
|
|
this.capacityLabel.Size = new System.Drawing.Size(75, 13);
|
|
this.capacityLabel.TabIndex = 3;
|
|
this.capacityLabel.Text = "Tank capacity";
|
|
//
|
|
// capacityTextBox
|
|
//
|
|
this.capacityTextBox.Enabled = false;
|
|
this.capacityTextBox.Location = new System.Drawing.Point(127, 55);
|
|
this.capacityTextBox.Name = "capacityTextBox";
|
|
this.capacityTextBox.Size = new System.Drawing.Size(43, 20);
|
|
this.capacityTextBox.TabIndex = 4;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(173, 58);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(23, 13);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "liter";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(173, 80);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(23, 13);
|
|
this.label3.TabIndex = 8;
|
|
this.label3.Text = "liter";
|
|
//
|
|
// emptyTextBox
|
|
//
|
|
this.emptyTextBox.Enabled = false;
|
|
this.emptyTextBox.Location = new System.Drawing.Point(127, 77);
|
|
this.emptyTextBox.Name = "emptyTextBox";
|
|
this.emptyTextBox.Size = new System.Drawing.Size(43, 20);
|
|
this.emptyTextBox.TabIndex = 7;
|
|
//
|
|
// emptyLabel
|
|
//
|
|
this.emptyLabel.AutoSize = true;
|
|
this.emptyLabel.Location = new System.Drawing.Point(16, 80);
|
|
this.emptyLabel.Name = "emptyLabel";
|
|
this.emptyLabel.Size = new System.Drawing.Size(109, 13);
|
|
this.emptyLabel.TabIndex = 6;
|
|
this.emptyLabel.Text = "Tank empty threshold";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(176, 148);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(24, 13);
|
|
this.label4.TabIndex = 15;
|
|
this.label4.Text = "sec";
|
|
//
|
|
// drainTimeTextBox
|
|
//
|
|
this.drainTimeTextBox.Enabled = false;
|
|
this.drainTimeTextBox.Location = new System.Drawing.Point(127, 145);
|
|
this.drainTimeTextBox.Name = "drainTimeTextBox";
|
|
this.drainTimeTextBox.Size = new System.Drawing.Size(43, 20);
|
|
this.drainTimeTextBox.TabIndex = 14;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(16, 148);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(54, 13);
|
|
this.label5.TabIndex = 13;
|
|
this.label5.Text = "Drain time";
|
|
//
|
|
// drainValveComboBox
|
|
//
|
|
this.drainValveComboBox.Enabled = false;
|
|
this.drainValveComboBox.FormattingEnabled = true;
|
|
this.drainValveComboBox.Location = new System.Drawing.Point(127, 99);
|
|
this.drainValveComboBox.Name = "drainValveComboBox";
|
|
this.drainValveComboBox.Size = new System.Drawing.Size(143, 21);
|
|
this.drainValveComboBox.TabIndex = 10;
|
|
//
|
|
// drainValveLabel
|
|
//
|
|
this.drainValveLabel.AutoSize = true;
|
|
this.drainValveLabel.Location = new System.Drawing.Point(16, 102);
|
|
this.drainValveLabel.Name = "drainValveLabel";
|
|
this.drainValveLabel.Size = new System.Drawing.Size(61, 13);
|
|
this.drainValveLabel.TabIndex = 9;
|
|
this.drainValveLabel.Text = "Drain valve";
|
|
//
|
|
// levelMeasurementComboBox
|
|
//
|
|
this.levelMeasurementComboBox.Enabled = false;
|
|
this.levelMeasurementComboBox.FormattingEnabled = true;
|
|
this.levelMeasurementComboBox.Location = new System.Drawing.Point(127, 167);
|
|
this.levelMeasurementComboBox.Name = "levelMeasurementComboBox";
|
|
this.levelMeasurementComboBox.Size = new System.Drawing.Size(143, 21);
|
|
this.levelMeasurementComboBox.TabIndex = 17;
|
|
//
|
|
// levelMeasurementLabel
|
|
//
|
|
this.levelMeasurementLabel.AutoSize = true;
|
|
this.levelMeasurementLabel.Location = new System.Drawing.Point(16, 170);
|
|
this.levelMeasurementLabel.Name = "levelMeasurementLabel";
|
|
this.levelMeasurementLabel.Size = new System.Drawing.Size(99, 13);
|
|
this.levelMeasurementLabel.TabIndex = 16;
|
|
this.levelMeasurementLabel.Text = "Level measurement";
|
|
//
|
|
// calibrationTableTextBox
|
|
//
|
|
this.calibrationTableTextBox.Enabled = false;
|
|
this.calibrationTableTextBox.Location = new System.Drawing.Point(127, 212);
|
|
this.calibrationTableTextBox.Name = "calibrationTableTextBox";
|
|
this.calibrationTableTextBox.Size = new System.Drawing.Size(244, 20);
|
|
this.calibrationTableTextBox.TabIndex = 25;
|
|
//
|
|
// calibrationTableLabel
|
|
//
|
|
this.calibrationTableLabel.AutoSize = true;
|
|
this.calibrationTableLabel.Location = new System.Drawing.Point(16, 215);
|
|
this.calibrationTableLabel.Name = "calibrationTableLabel";
|
|
this.calibrationTableLabel.Size = new System.Drawing.Size(82, 13);
|
|
this.calibrationTableLabel.TabIndex = 24;
|
|
this.calibrationTableLabel.Text = "Calibration table";
|
|
//
|
|
// drainValve2ComboBox
|
|
//
|
|
this.drainValve2ComboBox.Enabled = false;
|
|
this.drainValve2ComboBox.FormattingEnabled = true;
|
|
this.drainValve2ComboBox.Location = new System.Drawing.Point(127, 122);
|
|
this.drainValve2ComboBox.Name = "drainValve2ComboBox";
|
|
this.drainValve2ComboBox.Size = new System.Drawing.Size(143, 21);
|
|
this.drainValve2ComboBox.TabIndex = 12;
|
|
//
|
|
// drainValve2Label
|
|
//
|
|
this.drainValve2Label.AutoSize = true;
|
|
this.drainValve2Label.Location = new System.Drawing.Point(16, 125);
|
|
this.drainValve2Label.Name = "drainValve2Label";
|
|
this.drainValve2Label.Size = new System.Drawing.Size(70, 13);
|
|
this.drainValve2Label.TabIndex = 11;
|
|
this.drainValve2Label.Text = "Drain valve 2";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(324, 193);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(23, 13);
|
|
this.label1.TabIndex = 23;
|
|
this.label1.Text = "liter";
|
|
//
|
|
// thresholdLevel1TextBox
|
|
//
|
|
this.thresholdLevel1TextBox.Enabled = false;
|
|
this.thresholdLevel1TextBox.Location = new System.Drawing.Point(127, 190);
|
|
this.thresholdLevel1TextBox.Name = "thresholdLevel1TextBox";
|
|
this.thresholdLevel1TextBox.Size = new System.Drawing.Size(43, 20);
|
|
this.thresholdLevel1TextBox.TabIndex = 19;
|
|
//
|
|
// thresholdLevelsLabel
|
|
//
|
|
this.thresholdLevelsLabel.AutoSize = true;
|
|
this.thresholdLevelsLabel.Location = new System.Drawing.Point(16, 193);
|
|
this.thresholdLevelsLabel.Name = "thresholdLevelsLabel";
|
|
this.thresholdLevelsLabel.Size = new System.Drawing.Size(84, 13);
|
|
this.thresholdLevelsLabel.TabIndex = 18;
|
|
this.thresholdLevelsLabel.Text = "Threshold levels";
|
|
//
|
|
// thresholdLevel2TextBox
|
|
//
|
|
this.thresholdLevel2TextBox.Enabled = false;
|
|
this.thresholdLevel2TextBox.Location = new System.Drawing.Point(177, 190);
|
|
this.thresholdLevel2TextBox.Name = "thresholdLevel2TextBox";
|
|
this.thresholdLevel2TextBox.Size = new System.Drawing.Size(43, 20);
|
|
this.thresholdLevel2TextBox.TabIndex = 20;
|
|
//
|
|
// thresholdLevel3TextBox
|
|
//
|
|
this.thresholdLevel3TextBox.Enabled = false;
|
|
this.thresholdLevel3TextBox.Location = new System.Drawing.Point(226, 190);
|
|
this.thresholdLevel3TextBox.Name = "thresholdLevel3TextBox";
|
|
this.thresholdLevel3TextBox.Size = new System.Drawing.Size(43, 20);
|
|
this.thresholdLevel3TextBox.TabIndex = 21;
|
|
//
|
|
// thresholdLevel4TextBox
|
|
//
|
|
this.thresholdLevel4TextBox.Enabled = false;
|
|
this.thresholdLevel4TextBox.Location = new System.Drawing.Point(275, 190);
|
|
this.thresholdLevel4TextBox.Name = "thresholdLevel4TextBox";
|
|
this.thresholdLevel4TextBox.Size = new System.Drawing.Size(43, 20);
|
|
this.thresholdLevel4TextBox.TabIndex = 22;
|
|
//
|
|
// TankCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.thresholdLevel4TextBox);
|
|
this.Controls.Add(this.thresholdLevel3TextBox);
|
|
this.Controls.Add(this.thresholdLevel2TextBox);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.thresholdLevel1TextBox);
|
|
this.Controls.Add(this.thresholdLevelsLabel);
|
|
this.Controls.Add(this.drainValve2ComboBox);
|
|
this.Controls.Add(this.drainValve2Label);
|
|
this.Controls.Add(this.calibrationTableTextBox);
|
|
this.Controls.Add(this.calibrationTableLabel);
|
|
this.Controls.Add(this.levelMeasurementComboBox);
|
|
this.Controls.Add(this.levelMeasurementLabel);
|
|
this.Controls.Add(this.drainValveComboBox);
|
|
this.Controls.Add(this.drainValveLabel);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.drainTimeTextBox);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.emptyTextBox);
|
|
this.Controls.Add(this.emptyLabel);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.capacityTextBox);
|
|
this.Controls.Add(this.capacityLabel);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Name = "TankCfgCtrl";
|
|
this.Size = new System.Drawing.Size(415, 250);
|
|
this.Load += new System.EventHandler(this.BalanceCfgCtrl_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.Label capacityLabel;
|
|
private System.Windows.Forms.TextBox capacityTextBox;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox emptyTextBox;
|
|
private System.Windows.Forms.Label emptyLabel;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox drainTimeTextBox;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.ComboBox drainValveComboBox;
|
|
private System.Windows.Forms.Label drainValveLabel;
|
|
private System.Windows.Forms.ComboBox levelMeasurementComboBox;
|
|
private System.Windows.Forms.Label levelMeasurementLabel;
|
|
private System.Windows.Forms.TextBox calibrationTableTextBox;
|
|
private System.Windows.Forms.Label calibrationTableLabel;
|
|
private System.Windows.Forms.ComboBox drainValve2ComboBox;
|
|
private System.Windows.Forms.Label drainValve2Label;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox thresholdLevel1TextBox;
|
|
private System.Windows.Forms.Label thresholdLevelsLabel;
|
|
private System.Windows.Forms.TextBox thresholdLevel2TextBox;
|
|
private System.Windows.Forms.TextBox thresholdLevel3TextBox;
|
|
private System.Windows.Forms.TextBox thresholdLevel4TextBox;
|
|
}
|
|
}
|