179 lines
7.8 KiB
C#
179 lines
7.8 KiB
C#
namespace TBF.BenchControl.Elde.FlowMeterTwins
|
|
{
|
|
partial class FlowMeterCfgCtrl
|
|
{
|
|
/// <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.classNameLabel = new System.Windows.Forms.Label();
|
|
this.nominalFlowTextBox = new System.Windows.Forms.TextBox();
|
|
this.nominalFlowLabel = new System.Windows.Forms.Label();
|
|
this.parentNameComboBox = new System.Windows.Forms.ComboBox();
|
|
this.flowMeter1ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.flowMeter1Label = new System.Windows.Forms.Label();
|
|
this.flowMeter2ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.flowMeter2Label = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// parentNameLabel
|
|
//
|
|
this.parentNameLabel.AutoSize = true;
|
|
this.parentNameLabel.Location = new System.Drawing.Point(30, 72);
|
|
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(140, 43);
|
|
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(30, 46);
|
|
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(137, 19);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(83, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ComonentName";
|
|
//
|
|
// nominalFlowTextBox
|
|
//
|
|
this.nominalFlowTextBox.Enabled = false;
|
|
this.nominalFlowTextBox.Location = new System.Drawing.Point(224, 150);
|
|
this.nominalFlowTextBox.Name = "nominalFlowTextBox";
|
|
this.nominalFlowTextBox.Size = new System.Drawing.Size(46, 20);
|
|
this.nominalFlowTextBox.TabIndex = 10;
|
|
//
|
|
// nominalFlowLabel
|
|
//
|
|
this.nominalFlowLabel.AutoSize = true;
|
|
this.nominalFlowLabel.Location = new System.Drawing.Point(30, 153);
|
|
this.nominalFlowLabel.Name = "nominalFlowLabel";
|
|
this.nominalFlowLabel.Size = new System.Drawing.Size(179, 13);
|
|
this.nominalFlowLabel.TabIndex = 9;
|
|
this.nominalFlowLabel.Text = "Sum of nominal flows [m3/h @4kHz]";
|
|
//
|
|
// parentNameComboBox
|
|
//
|
|
this.parentNameComboBox.Enabled = false;
|
|
this.parentNameComboBox.FormattingEnabled = true;
|
|
this.parentNameComboBox.Location = new System.Drawing.Point(140, 69);
|
|
this.parentNameComboBox.Name = "parentNameComboBox";
|
|
this.parentNameComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.parentNameComboBox.TabIndex = 4;
|
|
//
|
|
// flowMeter1ComboBox
|
|
//
|
|
this.flowMeter1ComboBox.Enabled = false;
|
|
this.flowMeter1ComboBox.FormattingEnabled = true;
|
|
this.flowMeter1ComboBox.Location = new System.Drawing.Point(140, 96);
|
|
this.flowMeter1ComboBox.Name = "flowMeter1ComboBox";
|
|
this.flowMeter1ComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.flowMeter1ComboBox.TabIndex = 6;
|
|
//
|
|
// flowMeter1Label
|
|
//
|
|
this.flowMeter1Label.AutoSize = true;
|
|
this.flowMeter1Label.Location = new System.Drawing.Point(30, 99);
|
|
this.flowMeter1Label.Name = "flowMeter1Label";
|
|
this.flowMeter1Label.Size = new System.Drawing.Size(68, 13);
|
|
this.flowMeter1Label.TabIndex = 5;
|
|
this.flowMeter1Label.Text = "Flow Meter 1";
|
|
//
|
|
// flowMeter2ComboBox
|
|
//
|
|
this.flowMeter2ComboBox.Enabled = false;
|
|
this.flowMeter2ComboBox.FormattingEnabled = true;
|
|
this.flowMeter2ComboBox.Location = new System.Drawing.Point(140, 123);
|
|
this.flowMeter2ComboBox.Name = "flowMeter2ComboBox";
|
|
this.flowMeter2ComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.flowMeter2ComboBox.TabIndex = 8;
|
|
//
|
|
// flowMeter2Label
|
|
//
|
|
this.flowMeter2Label.AutoSize = true;
|
|
this.flowMeter2Label.Location = new System.Drawing.Point(30, 126);
|
|
this.flowMeter2Label.Name = "flowMeter2Label";
|
|
this.flowMeter2Label.Size = new System.Drawing.Size(68, 13);
|
|
this.flowMeter2Label.TabIndex = 7;
|
|
this.flowMeter2Label.Text = "Flow Meter 2";
|
|
//
|
|
// FlowMeterCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.flowMeter2ComboBox);
|
|
this.Controls.Add(this.flowMeter2Label);
|
|
this.Controls.Add(this.flowMeter1ComboBox);
|
|
this.Controls.Add(this.flowMeter1Label);
|
|
this.Controls.Add(this.parentNameComboBox);
|
|
this.Controls.Add(this.nominalFlowTextBox);
|
|
this.Controls.Add(this.nominalFlowLabel);
|
|
this.Controls.Add(this.parentNameLabel);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Name = "FlowMeterCfgCtrl";
|
|
this.Size = new System.Drawing.Size(300, 200);
|
|
this.Load += new System.EventHandler(this.FlowMeterCfgCtrl_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 classNameLabel;
|
|
private System.Windows.Forms.TextBox nominalFlowTextBox;
|
|
private System.Windows.Forms.Label nominalFlowLabel;
|
|
private System.Windows.Forms.ComboBox parentNameComboBox;
|
|
private System.Windows.Forms.ComboBox flowMeter1ComboBox;
|
|
private System.Windows.Forms.Label flowMeter1Label;
|
|
private System.Windows.Forms.ComboBox flowMeter2ComboBox;
|
|
private System.Windows.Forms.Label flowMeter2Label;
|
|
}
|
|
}
|