tbf/Statistics/UserControls/MidOrWaterMetersCtrl.Designer.cs

872 lines
43 KiB
C#
Raw Normal View History

namespace Statistics.UserControls
{
partial class MidOrWaterMetersCtrl
{
/// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.flow3GroupBox = new System.Windows.Forms.GroupBox();
this.flow3ToExclamation = new System.Windows.Forms.Label();
this.flow3FromExclamation = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.toLabel4 = new System.Windows.Forms.Label();
this.fromLabel4 = new System.Windows.Forms.Label();
this.flow3ToTextBox = new System.Windows.Forms.TextBox();
this.flow3FromTextBox = new System.Windows.Forms.TextBox();
this.flow3CheckBox = new System.Windows.Forms.CheckBox();
this.flow2GroupBox = new System.Windows.Forms.GroupBox();
this.flow2ToExclamation = new System.Windows.Forms.Label();
this.flow2FromExclamation = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.toLabel3 = new System.Windows.Forms.Label();
this.fromLabel3 = new System.Windows.Forms.Label();
this.flow2ToTextBox = new System.Windows.Forms.TextBox();
this.flow2FromTextBox = new System.Windows.Forms.TextBox();
this.flow2CheckBox = new System.Windows.Forms.CheckBox();
this.flow1GroupBox = new System.Windows.Forms.GroupBox();
this.flow1ToExclamation = new System.Windows.Forms.Label();
this.flow1FromExclamation = new System.Windows.Forms.Label();
this.m3hLabel2 = new System.Windows.Forms.Label();
this.m3hLabel1 = new System.Windows.Forms.Label();
this.toLabel2 = new System.Windows.Forms.Label();
this.fromLabel2 = new System.Windows.Forms.Label();
this.flow1ToTextBox = new System.Windows.Forms.TextBox();
this.flow1FromTextBox = new System.Windows.Forms.TextBox();
this.flow1CheckBox = new System.Windows.Forms.CheckBox();
this.benchesTabControl = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.tabPage5 = new System.Windows.Forms.TabPage();
this.tabPage6 = new System.Windows.Forms.TabPage();
2018-12-21 07:14:42 +00:00
this.flow4GroupBox = new System.Windows.Forms.GroupBox();
this.flow4ToExclamation = new System.Windows.Forms.Label();
this.flow4FromExclamation = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.toLabel5 = new System.Windows.Forms.Label();
this.fromLabel5 = new System.Windows.Forms.Label();
this.flow4ToTextBox = new System.Windows.Forms.TextBox();
this.flow4FromTextBox = new System.Windows.Forms.TextBox();
this.flow4CheckBox = new System.Windows.Forms.CheckBox();
this.flow5GroupBox = new System.Windows.Forms.GroupBox();
this.flow5ToExclamation = new System.Windows.Forms.Label();
this.flow5FromExclamation = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.toLabel6 = new System.Windows.Forms.Label();
this.fromLabel6 = new System.Windows.Forms.Label();
this.flow5ToTextBox = new System.Windows.Forms.TextBox();
this.flow5FromTextBox = new System.Windows.Forms.TextBox();
this.flow5CheckBox = new System.Windows.Forms.CheckBox();
this.wr10StatisticsCtrl1 = new Statistics.UserControls.StatisticsCtrl();
this.wr11StatisticsCtrl = new Statistics.UserControls.StatisticsCtrl();
this.wr13StatisticsCtrl = new Statistics.UserControls.StatisticsCtrl();
this.wr14StatisticsCtrl = new Statistics.UserControls.StatisticsCtrl();
this.wr15StatisticsCtrl = new Statistics.UserControls.StatisticsCtrl();
this.pt7StatisticsCtrl = new Statistics.UserControls.StatisticsCtrl();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.flow3GroupBox.SuspendLayout();
this.flow2GroupBox.SuspendLayout();
this.flow1GroupBox.SuspendLayout();
this.benchesTabControl.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
this.tabPage5.SuspendLayout();
this.tabPage6.SuspendLayout();
2018-12-21 07:14:42 +00:00
this.flow4GroupBox.SuspendLayout();
this.flow5GroupBox.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.IsSplitterFixed = true;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
2018-12-21 07:14:42 +00:00
this.splitContainer1.Panel1.Controls.Add(this.flow5GroupBox);
this.splitContainer1.Panel1.Controls.Add(this.flow4GroupBox);
this.splitContainer1.Panel1.Controls.Add(this.flow3GroupBox);
this.splitContainer1.Panel1.Controls.Add(this.flow2GroupBox);
this.splitContainer1.Panel1.Controls.Add(this.flow1GroupBox);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.benchesTabControl);
2018-12-21 07:14:42 +00:00
this.splitContainer1.Size = new System.Drawing.Size(1202, 450);
this.splitContainer1.SplitterDistance = 90;
this.splitContainer1.TabIndex = 0;
//
// flow3GroupBox
//
this.flow3GroupBox.Controls.Add(this.flow3ToExclamation);
this.flow3GroupBox.Controls.Add(this.flow3FromExclamation);
this.flow3GroupBox.Controls.Add(this.label3);
this.flow3GroupBox.Controls.Add(this.label4);
this.flow3GroupBox.Controls.Add(this.toLabel4);
this.flow3GroupBox.Controls.Add(this.fromLabel4);
this.flow3GroupBox.Controls.Add(this.flow3ToTextBox);
this.flow3GroupBox.Controls.Add(this.flow3FromTextBox);
this.flow3GroupBox.Controls.Add(this.flow3CheckBox);
this.flow3GroupBox.Location = new System.Drawing.Point(473, 7);
this.flow3GroupBox.Name = "flow3GroupBox";
this.flow3GroupBox.Size = new System.Drawing.Size(221, 77);
this.flow3GroupBox.TabIndex = 6;
this.flow3GroupBox.TabStop = false;
//
// flow3ToExclamation
//
this.flow3ToExclamation.AutoSize = true;
this.flow3ToExclamation.ForeColor = System.Drawing.Color.Red;
this.flow3ToExclamation.Location = new System.Drawing.Point(167, 48);
this.flow3ToExclamation.Name = "flow3ToExclamation";
this.flow3ToExclamation.Size = new System.Drawing.Size(10, 13);
this.flow3ToExclamation.TabIndex = 9;
this.flow3ToExclamation.Text = "!";
this.flow3ToExclamation.Visible = false;
//
// flow3FromExclamation
//
this.flow3FromExclamation.AutoSize = true;
this.flow3FromExclamation.ForeColor = System.Drawing.Color.Red;
this.flow3FromExclamation.Location = new System.Drawing.Point(167, 24);
this.flow3FromExclamation.Name = "flow3FromExclamation";
this.flow3FromExclamation.Size = new System.Drawing.Size(10, 13);
this.flow3FromExclamation.TabIndex = 8;
this.flow3FromExclamation.Text = "!";
this.flow3FromExclamation.Visible = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(178, 48);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(32, 13);
this.label3.TabIndex = 6;
this.label3.Text = "m3/h";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(177, 23);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(32, 13);
this.label4.TabIndex = 5;
this.label4.Text = "m3/h";
//
// toLabel4
//
this.toLabel4.AutoSize = true;
this.toLabel4.Location = new System.Drawing.Point(14, 48);
this.toLabel4.Name = "toLabel4";
this.toLabel4.Size = new System.Drawing.Size(20, 13);
this.toLabel4.TabIndex = 4;
this.toLabel4.Text = "To";
//
// fromLabel4
//
this.fromLabel4.AutoSize = true;
this.fromLabel4.Location = new System.Drawing.Point(14, 23);
this.fromLabel4.Name = "fromLabel4";
this.fromLabel4.Size = new System.Drawing.Size(30, 13);
this.fromLabel4.TabIndex = 3;
this.fromLabel4.Text = "From";
//
// flow3ToTextBox
//
this.flow3ToTextBox.Location = new System.Drawing.Point(65, 45);
this.flow3ToTextBox.Name = "flow3ToTextBox";
this.flow3ToTextBox.Size = new System.Drawing.Size(100, 20);
this.flow3ToTextBox.TabIndex = 2;
this.flow3ToTextBox.TextChanged += new System.EventHandler(this.flow3ToTextBox_TextChanged);
//
// flow3FromTextBox
//
this.flow3FromTextBox.Location = new System.Drawing.Point(65, 20);
this.flow3FromTextBox.Name = "flow3FromTextBox";
this.flow3FromTextBox.Size = new System.Drawing.Size(100, 20);
this.flow3FromTextBox.TabIndex = 1;
this.flow3FromTextBox.TextChanged += new System.EventHandler(this.flow3FromTextBox_TextChanged);
//
// flow3CheckBox
//
this.flow3CheckBox.AutoSize = true;
this.flow3CheckBox.Location = new System.Drawing.Point(10, 0);
this.flow3CheckBox.Name = "flow3CheckBox";
this.flow3CheckBox.Size = new System.Drawing.Size(57, 17);
this.flow3CheckBox.TabIndex = 0;
this.flow3CheckBox.Text = "Flow 3";
this.flow3CheckBox.UseVisualStyleBackColor = true;
this.flow3CheckBox.CheckedChanged += new System.EventHandler(this.flow3CheckBox_CheckedChanged);
//
// flow2GroupBox
//
this.flow2GroupBox.Controls.Add(this.flow2ToExclamation);
this.flow2GroupBox.Controls.Add(this.flow2FromExclamation);
this.flow2GroupBox.Controls.Add(this.label1);
this.flow2GroupBox.Controls.Add(this.label2);
this.flow2GroupBox.Controls.Add(this.toLabel3);
this.flow2GroupBox.Controls.Add(this.fromLabel3);
this.flow2GroupBox.Controls.Add(this.flow2ToTextBox);
this.flow2GroupBox.Controls.Add(this.flow2FromTextBox);
this.flow2GroupBox.Controls.Add(this.flow2CheckBox);
this.flow2GroupBox.Location = new System.Drawing.Point(240, 7);
this.flow2GroupBox.Name = "flow2GroupBox";
this.flow2GroupBox.Size = new System.Drawing.Size(221, 77);
this.flow2GroupBox.TabIndex = 5;
this.flow2GroupBox.TabStop = false;
//
// flow2ToExclamation
//
this.flow2ToExclamation.AutoSize = true;
this.flow2ToExclamation.ForeColor = System.Drawing.Color.Red;
this.flow2ToExclamation.Location = new System.Drawing.Point(167, 49);
this.flow2ToExclamation.Name = "flow2ToExclamation";
this.flow2ToExclamation.Size = new System.Drawing.Size(10, 13);
this.flow2ToExclamation.TabIndex = 9;
this.flow2ToExclamation.Text = "!";
this.flow2ToExclamation.Visible = false;
//
// flow2FromExclamation
//
this.flow2FromExclamation.AutoSize = true;
this.flow2FromExclamation.ForeColor = System.Drawing.Color.Red;
this.flow2FromExclamation.Location = new System.Drawing.Point(167, 24);
this.flow2FromExclamation.Name = "flow2FromExclamation";
this.flow2FromExclamation.Size = new System.Drawing.Size(10, 13);
this.flow2FromExclamation.TabIndex = 8;
this.flow2FromExclamation.Text = "!";
this.flow2FromExclamation.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(178, 48);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(32, 13);
this.label1.TabIndex = 6;
this.label1.Text = "m3/h";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(177, 23);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(32, 13);
this.label2.TabIndex = 5;
this.label2.Text = "m3/h";
//
// toLabel3
//
this.toLabel3.AutoSize = true;
this.toLabel3.Location = new System.Drawing.Point(14, 48);
this.toLabel3.Name = "toLabel3";
this.toLabel3.Size = new System.Drawing.Size(20, 13);
this.toLabel3.TabIndex = 4;
this.toLabel3.Text = "To";
//
// fromLabel3
//
this.fromLabel3.AutoSize = true;
this.fromLabel3.Location = new System.Drawing.Point(14, 23);
this.fromLabel3.Name = "fromLabel3";
this.fromLabel3.Size = new System.Drawing.Size(30, 13);
this.fromLabel3.TabIndex = 3;
this.fromLabel3.Text = "From";
//
// flow2ToTextBox
//
this.flow2ToTextBox.Location = new System.Drawing.Point(65, 45);
this.flow2ToTextBox.Name = "flow2ToTextBox";
this.flow2ToTextBox.Size = new System.Drawing.Size(100, 20);
this.flow2ToTextBox.TabIndex = 2;
this.flow2ToTextBox.TextChanged += new System.EventHandler(this.flow2ToTextBox_TextChanged);
//
// flow2FromTextBox
//
this.flow2FromTextBox.Location = new System.Drawing.Point(65, 20);
this.flow2FromTextBox.Name = "flow2FromTextBox";
this.flow2FromTextBox.Size = new System.Drawing.Size(100, 20);
this.flow2FromTextBox.TabIndex = 1;
this.flow2FromTextBox.TextChanged += new System.EventHandler(this.flow2FromTextBox_TextChanged);
//
// flow2CheckBox
//
this.flow2CheckBox.AutoSize = true;
this.flow2CheckBox.Location = new System.Drawing.Point(6, 0);
this.flow2CheckBox.Name = "flow2CheckBox";
this.flow2CheckBox.Size = new System.Drawing.Size(57, 17);
this.flow2CheckBox.TabIndex = 0;
this.flow2CheckBox.Text = "Flow 2";
this.flow2CheckBox.UseVisualStyleBackColor = true;
this.flow2CheckBox.CheckedChanged += new System.EventHandler(this.flow2CheckBox_CheckedChanged);
//
// flow1GroupBox
//
this.flow1GroupBox.Controls.Add(this.flow1ToExclamation);
this.flow1GroupBox.Controls.Add(this.flow1FromExclamation);
this.flow1GroupBox.Controls.Add(this.m3hLabel2);
this.flow1GroupBox.Controls.Add(this.m3hLabel1);
this.flow1GroupBox.Controls.Add(this.toLabel2);
this.flow1GroupBox.Controls.Add(this.fromLabel2);
this.flow1GroupBox.Controls.Add(this.flow1ToTextBox);
this.flow1GroupBox.Controls.Add(this.flow1FromTextBox);
this.flow1GroupBox.Controls.Add(this.flow1CheckBox);
this.flow1GroupBox.Location = new System.Drawing.Point(7, 7);
this.flow1GroupBox.Name = "flow1GroupBox";
this.flow1GroupBox.Size = new System.Drawing.Size(221, 77);
this.flow1GroupBox.TabIndex = 4;
this.flow1GroupBox.TabStop = false;
//
// flow1ToExclamation
//
this.flow1ToExclamation.AutoSize = true;
this.flow1ToExclamation.ForeColor = System.Drawing.Color.Red;
this.flow1ToExclamation.Location = new System.Drawing.Point(167, 49);
this.flow1ToExclamation.Name = "flow1ToExclamation";
this.flow1ToExclamation.Size = new System.Drawing.Size(10, 13);
this.flow1ToExclamation.TabIndex = 8;
this.flow1ToExclamation.Text = "!";
this.flow1ToExclamation.Visible = false;
//
// flow1FromExclamation
//
this.flow1FromExclamation.AutoSize = true;
this.flow1FromExclamation.ForeColor = System.Drawing.Color.Red;
this.flow1FromExclamation.Location = new System.Drawing.Point(167, 24);
this.flow1FromExclamation.Name = "flow1FromExclamation";
this.flow1FromExclamation.Size = new System.Drawing.Size(10, 13);
this.flow1FromExclamation.TabIndex = 7;
this.flow1FromExclamation.Text = "!";
this.flow1FromExclamation.Visible = false;
//
// m3hLabel2
//
this.m3hLabel2.AutoSize = true;
this.m3hLabel2.Location = new System.Drawing.Point(178, 48);
this.m3hLabel2.Name = "m3hLabel2";
this.m3hLabel2.Size = new System.Drawing.Size(32, 13);
this.m3hLabel2.TabIndex = 6;
this.m3hLabel2.Text = "m3/h";
//
// m3hLabel1
//
this.m3hLabel1.AutoSize = true;
this.m3hLabel1.Location = new System.Drawing.Point(177, 23);
this.m3hLabel1.Name = "m3hLabel1";
this.m3hLabel1.Size = new System.Drawing.Size(32, 13);
this.m3hLabel1.TabIndex = 5;
this.m3hLabel1.Text = "m3/h";
//
// toLabel2
//
this.toLabel2.AutoSize = true;
this.toLabel2.Location = new System.Drawing.Point(14, 48);
this.toLabel2.Name = "toLabel2";
this.toLabel2.Size = new System.Drawing.Size(20, 13);
this.toLabel2.TabIndex = 4;
this.toLabel2.Text = "To";
//
// fromLabel2
//
this.fromLabel2.AutoSize = true;
this.fromLabel2.Location = new System.Drawing.Point(14, 23);
this.fromLabel2.Name = "fromLabel2";
this.fromLabel2.Size = new System.Drawing.Size(30, 13);
this.fromLabel2.TabIndex = 3;
this.fromLabel2.Text = "From";
//
// flow1ToTextBox
//
this.flow1ToTextBox.Location = new System.Drawing.Point(65, 45);
this.flow1ToTextBox.Name = "flow1ToTextBox";
this.flow1ToTextBox.Size = new System.Drawing.Size(100, 20);
this.flow1ToTextBox.TabIndex = 2;
this.flow1ToTextBox.TextChanged += new System.EventHandler(this.flow1ToTextBox_TextChanged);
//
// flow1FromTextBox
//
this.flow1FromTextBox.Location = new System.Drawing.Point(65, 20);
this.flow1FromTextBox.Name = "flow1FromTextBox";
this.flow1FromTextBox.Size = new System.Drawing.Size(100, 20);
this.flow1FromTextBox.TabIndex = 1;
this.flow1FromTextBox.TextChanged += new System.EventHandler(this.flow1FromTextBox_TextChanged);
//
// flow1CheckBox
//
this.flow1CheckBox.AutoSize = true;
this.flow1CheckBox.Location = new System.Drawing.Point(6, 0);
this.flow1CheckBox.Name = "flow1CheckBox";
this.flow1CheckBox.Size = new System.Drawing.Size(57, 17);
this.flow1CheckBox.TabIndex = 0;
this.flow1CheckBox.Text = "Flow 1";
this.flow1CheckBox.UseVisualStyleBackColor = true;
this.flow1CheckBox.CheckedChanged += new System.EventHandler(this.flow1CheckBox_CheckedChanged);
//
// benchesTabControl
//
this.benchesTabControl.Controls.Add(this.tabPage1);
this.benchesTabControl.Controls.Add(this.tabPage2);
this.benchesTabControl.Controls.Add(this.tabPage3);
this.benchesTabControl.Controls.Add(this.tabPage4);
this.benchesTabControl.Controls.Add(this.tabPage5);
this.benchesTabControl.Controls.Add(this.tabPage6);
this.benchesTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.benchesTabControl.Location = new System.Drawing.Point(0, 0);
this.benchesTabControl.Name = "benchesTabControl";
this.benchesTabControl.SelectedIndex = 0;
2018-12-21 07:14:42 +00:00
this.benchesTabControl.Size = new System.Drawing.Size(1202, 356);
this.benchesTabControl.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.wr10StatisticsCtrl1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
2018-12-21 07:14:42 +00:00
this.tabPage1.Size = new System.Drawing.Size(1194, 330);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "WR10";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.wr11StatisticsCtrl);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
2018-12-21 07:14:42 +00:00
this.tabPage2.Size = new System.Drawing.Size(1194, 330);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "WR11";
this.tabPage2.UseVisualStyleBackColor = true;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.wr13StatisticsCtrl);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
2018-12-21 07:14:42 +00:00
this.tabPage3.Size = new System.Drawing.Size(1194, 330);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "WR13";
this.tabPage3.UseVisualStyleBackColor = true;
//
// tabPage4
//
this.tabPage4.Controls.Add(this.wr14StatisticsCtrl);
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4";
2018-12-21 07:14:42 +00:00
this.tabPage4.Size = new System.Drawing.Size(1194, 330);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "WR14";
this.tabPage4.UseVisualStyleBackColor = true;
//
// tabPage5
//
this.tabPage5.Controls.Add(this.wr15StatisticsCtrl);
this.tabPage5.Location = new System.Drawing.Point(4, 22);
this.tabPage5.Name = "tabPage5";
2018-12-21 07:14:42 +00:00
this.tabPage5.Size = new System.Drawing.Size(1194, 330);
this.tabPage5.TabIndex = 4;
this.tabPage5.Text = "WR15";
this.tabPage5.UseVisualStyleBackColor = true;
//
// tabPage6
//
this.tabPage6.Controls.Add(this.pt7StatisticsCtrl);
this.tabPage6.Location = new System.Drawing.Point(4, 22);
this.tabPage6.Name = "tabPage6";
2018-12-21 07:14:42 +00:00
this.tabPage6.Size = new System.Drawing.Size(1194, 330);
this.tabPage6.TabIndex = 5;
this.tabPage6.Text = "PT7";
this.tabPage6.UseVisualStyleBackColor = true;
//
2018-12-21 07:14:42 +00:00
// flow4GroupBox
//
this.flow4GroupBox.Controls.Add(this.flow4ToExclamation);
this.flow4GroupBox.Controls.Add(this.flow4FromExclamation);
this.flow4GroupBox.Controls.Add(this.label7);
this.flow4GroupBox.Controls.Add(this.label8);
this.flow4GroupBox.Controls.Add(this.toLabel5);
this.flow4GroupBox.Controls.Add(this.fromLabel5);
this.flow4GroupBox.Controls.Add(this.flow4ToTextBox);
this.flow4GroupBox.Controls.Add(this.flow4FromTextBox);
this.flow4GroupBox.Controls.Add(this.flow4CheckBox);
this.flow4GroupBox.Location = new System.Drawing.Point(706, 7);
this.flow4GroupBox.Name = "flow4GroupBox";
this.flow4GroupBox.Size = new System.Drawing.Size(221, 77);
this.flow4GroupBox.TabIndex = 7;
this.flow4GroupBox.TabStop = false;
//
// flow4ToExclamation
//
this.flow4ToExclamation.AutoSize = true;
this.flow4ToExclamation.ForeColor = System.Drawing.Color.Red;
this.flow4ToExclamation.Location = new System.Drawing.Point(167, 48);
this.flow4ToExclamation.Name = "flow4ToExclamation";
this.flow4ToExclamation.Size = new System.Drawing.Size(10, 13);
this.flow4ToExclamation.TabIndex = 9;
this.flow4ToExclamation.Text = "!";
this.flow4ToExclamation.Visible = false;
//
// flow4FromExclamation
//
this.flow4FromExclamation.AutoSize = true;
this.flow4FromExclamation.ForeColor = System.Drawing.Color.Red;
this.flow4FromExclamation.Location = new System.Drawing.Point(167, 24);
this.flow4FromExclamation.Name = "flow4FromExclamation";
this.flow4FromExclamation.Size = new System.Drawing.Size(10, 13);
this.flow4FromExclamation.TabIndex = 8;
this.flow4FromExclamation.Text = "!";
this.flow4FromExclamation.Visible = false;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(178, 48);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(32, 13);
this.label7.TabIndex = 6;
this.label7.Text = "m3/h";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(177, 23);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(32, 13);
this.label8.TabIndex = 5;
this.label8.Text = "m3/h";
//
// toLabel5
//
this.toLabel5.AutoSize = true;
this.toLabel5.Location = new System.Drawing.Point(14, 48);
this.toLabel5.Name = "toLabel5";
this.toLabel5.Size = new System.Drawing.Size(20, 13);
this.toLabel5.TabIndex = 4;
this.toLabel5.Text = "To";
//
// fromLabel5
//
this.fromLabel5.AutoSize = true;
this.fromLabel5.Location = new System.Drawing.Point(14, 23);
this.fromLabel5.Name = "fromLabel5";
this.fromLabel5.Size = new System.Drawing.Size(30, 13);
this.fromLabel5.TabIndex = 3;
this.fromLabel5.Text = "From";
//
// flow4ToTextBox
//
this.flow4ToTextBox.Location = new System.Drawing.Point(65, 45);
this.flow4ToTextBox.Name = "flow4ToTextBox";
this.flow4ToTextBox.Size = new System.Drawing.Size(100, 20);
this.flow4ToTextBox.TabIndex = 2;
this.flow4ToTextBox.TextChanged += new System.EventHandler(this.flow4ToTextBox_TextChanged);
//
// flow4FromTextBox
//
this.flow4FromTextBox.Location = new System.Drawing.Point(65, 20);
this.flow4FromTextBox.Name = "flow4FromTextBox";
this.flow4FromTextBox.Size = new System.Drawing.Size(100, 20);
this.flow4FromTextBox.TabIndex = 1;
this.flow4FromTextBox.TextChanged += new System.EventHandler(this.flow4FromTextBox_TextChanged);
//
// flow4CheckBox
//
this.flow4CheckBox.AutoSize = true;
this.flow4CheckBox.Location = new System.Drawing.Point(10, 0);
this.flow4CheckBox.Name = "flow4CheckBox";
this.flow4CheckBox.Size = new System.Drawing.Size(57, 17);
this.flow4CheckBox.TabIndex = 0;
this.flow4CheckBox.Text = "Flow 4";
this.flow4CheckBox.UseVisualStyleBackColor = true;
this.flow4CheckBox.CheckedChanged += new System.EventHandler(this.flow4CheckBox_CheckedChanged);
//
// flow5GroupBox
//
this.flow5GroupBox.Controls.Add(this.flow5ToExclamation);
this.flow5GroupBox.Controls.Add(this.flow5FromExclamation);
this.flow5GroupBox.Controls.Add(this.label9);
this.flow5GroupBox.Controls.Add(this.label10);
this.flow5GroupBox.Controls.Add(this.toLabel6);
this.flow5GroupBox.Controls.Add(this.fromLabel6);
this.flow5GroupBox.Controls.Add(this.flow5ToTextBox);
this.flow5GroupBox.Controls.Add(this.flow5FromTextBox);
this.flow5GroupBox.Controls.Add(this.flow5CheckBox);
this.flow5GroupBox.Location = new System.Drawing.Point(939, 7);
this.flow5GroupBox.Name = "flow5GroupBox";
this.flow5GroupBox.Size = new System.Drawing.Size(221, 77);
this.flow5GroupBox.TabIndex = 8;
this.flow5GroupBox.TabStop = false;
//
// flow5ToExclamation
//
this.flow5ToExclamation.AutoSize = true;
this.flow5ToExclamation.ForeColor = System.Drawing.Color.Red;
this.flow5ToExclamation.Location = new System.Drawing.Point(167, 48);
this.flow5ToExclamation.Name = "flow5ToExclamation";
this.flow5ToExclamation.Size = new System.Drawing.Size(10, 13);
this.flow5ToExclamation.TabIndex = 9;
this.flow5ToExclamation.Text = "!";
this.flow5ToExclamation.Visible = false;
//
// flow5FromExclamation
//
this.flow5FromExclamation.AutoSize = true;
this.flow5FromExclamation.ForeColor = System.Drawing.Color.Red;
this.flow5FromExclamation.Location = new System.Drawing.Point(167, 24);
this.flow5FromExclamation.Name = "flow5FromExclamation";
this.flow5FromExclamation.Size = new System.Drawing.Size(10, 13);
this.flow5FromExclamation.TabIndex = 8;
this.flow5FromExclamation.Text = "!";
this.flow5FromExclamation.Visible = false;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(178, 48);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(32, 13);
this.label9.TabIndex = 6;
this.label9.Text = "m3/h";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(177, 23);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(32, 13);
this.label10.TabIndex = 5;
this.label10.Text = "m3/h";
//
// toLabel6
//
this.toLabel6.AutoSize = true;
this.toLabel6.Location = new System.Drawing.Point(14, 48);
this.toLabel6.Name = "toLabel6";
this.toLabel6.Size = new System.Drawing.Size(20, 13);
this.toLabel6.TabIndex = 4;
this.toLabel6.Text = "To";
//
// fromLabel6
//
this.fromLabel6.AutoSize = true;
this.fromLabel6.Location = new System.Drawing.Point(14, 23);
this.fromLabel6.Name = "fromLabel6";
this.fromLabel6.Size = new System.Drawing.Size(30, 13);
this.fromLabel6.TabIndex = 3;
this.fromLabel6.Text = "From";
//
// flow5ToTextBox
//
this.flow5ToTextBox.Location = new System.Drawing.Point(65, 45);
this.flow5ToTextBox.Name = "flow5ToTextBox";
this.flow5ToTextBox.Size = new System.Drawing.Size(100, 20);
this.flow5ToTextBox.TabIndex = 2;
this.flow5ToTextBox.TextChanged += new System.EventHandler(this.flow5ToTextBox_TextChanged);
//
// flow5FromTextBox
//
this.flow5FromTextBox.Location = new System.Drawing.Point(65, 20);
this.flow5FromTextBox.Name = "flow5FromTextBox";
this.flow5FromTextBox.Size = new System.Drawing.Size(100, 20);
this.flow5FromTextBox.TabIndex = 1;
this.flow5FromTextBox.TextChanged += new System.EventHandler(this.flow5FromTextBox_TextChanged);
//
// flow5CheckBox
//
this.flow5CheckBox.AutoSize = true;
this.flow5CheckBox.Location = new System.Drawing.Point(10, 0);
this.flow5CheckBox.Name = "flow5CheckBox";
this.flow5CheckBox.Size = new System.Drawing.Size(57, 17);
this.flow5CheckBox.TabIndex = 0;
this.flow5CheckBox.Text = "Flow 5";
this.flow5CheckBox.UseVisualStyleBackColor = true;
this.flow5CheckBox.CheckedChanged += new System.EventHandler(this.flow5CheckBox_CheckedChanged);
//
// wr10StatisticsCtrl1
//
this.wr10StatisticsCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.wr10StatisticsCtrl1.Location = new System.Drawing.Point(3, 3);
this.wr10StatisticsCtrl1.Name = "wr10StatisticsCtrl1";
this.wr10StatisticsCtrl1.Size = new System.Drawing.Size(1188, 324);
this.wr10StatisticsCtrl1.TabIndex = 0;
//
// wr11StatisticsCtrl
//
this.wr11StatisticsCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
this.wr11StatisticsCtrl.Location = new System.Drawing.Point(3, 3);
this.wr11StatisticsCtrl.Name = "wr11StatisticsCtrl";
this.wr11StatisticsCtrl.Size = new System.Drawing.Size(1188, 324);
this.wr11StatisticsCtrl.TabIndex = 0;
//
// wr13StatisticsCtrl
//
this.wr13StatisticsCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
this.wr13StatisticsCtrl.Location = new System.Drawing.Point(0, 0);
this.wr13StatisticsCtrl.Name = "wr13StatisticsCtrl";
this.wr13StatisticsCtrl.Size = new System.Drawing.Size(1194, 330);
this.wr13StatisticsCtrl.TabIndex = 0;
//
// wr14StatisticsCtrl
//
this.wr14StatisticsCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
this.wr14StatisticsCtrl.Location = new System.Drawing.Point(0, 0);
this.wr14StatisticsCtrl.Name = "wr14StatisticsCtrl";
this.wr14StatisticsCtrl.Size = new System.Drawing.Size(1194, 330);
this.wr14StatisticsCtrl.TabIndex = 0;
//
// wr15StatisticsCtrl
//
this.wr15StatisticsCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
this.wr15StatisticsCtrl.Location = new System.Drawing.Point(0, 0);
this.wr15StatisticsCtrl.Name = "wr15StatisticsCtrl";
this.wr15StatisticsCtrl.Size = new System.Drawing.Size(1194, 330);
this.wr15StatisticsCtrl.TabIndex = 0;
//
// pt7StatisticsCtrl
//
this.pt7StatisticsCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
this.pt7StatisticsCtrl.Location = new System.Drawing.Point(0, 0);
this.pt7StatisticsCtrl.Name = "pt7StatisticsCtrl";
2018-12-21 07:14:42 +00:00
this.pt7StatisticsCtrl.Size = new System.Drawing.Size(1194, 330);
this.pt7StatisticsCtrl.TabIndex = 0;
//
// MidOrWaterMetersCtrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.Name = "MidOrWaterMetersCtrl";
2018-12-21 07:14:42 +00:00
this.Size = new System.Drawing.Size(1202, 450);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.flow3GroupBox.ResumeLayout(false);
this.flow3GroupBox.PerformLayout();
this.flow2GroupBox.ResumeLayout(false);
this.flow2GroupBox.PerformLayout();
this.flow1GroupBox.ResumeLayout(false);
this.flow1GroupBox.PerformLayout();
this.benchesTabControl.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.tabPage4.ResumeLayout(false);
this.tabPage5.ResumeLayout(false);
this.tabPage6.ResumeLayout(false);
2018-12-21 07:14:42 +00:00
this.flow4GroupBox.ResumeLayout(false);
this.flow4GroupBox.PerformLayout();
this.flow5GroupBox.ResumeLayout(false);
this.flow5GroupBox.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TabControl benchesTabControl;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.TabPage tabPage5;
private System.Windows.Forms.TabPage tabPage6;
private StatisticsCtrl wr10StatisticsCtrl1;
private StatisticsCtrl wr11StatisticsCtrl;
private StatisticsCtrl wr13StatisticsCtrl;
private StatisticsCtrl wr14StatisticsCtrl;
private StatisticsCtrl wr15StatisticsCtrl;
private StatisticsCtrl pt7StatisticsCtrl;
private System.Windows.Forms.GroupBox flow3GroupBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label toLabel4;
private System.Windows.Forms.Label fromLabel4;
private System.Windows.Forms.TextBox flow3ToTextBox;
private System.Windows.Forms.TextBox flow3FromTextBox;
private System.Windows.Forms.CheckBox flow3CheckBox;
private System.Windows.Forms.GroupBox flow2GroupBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label toLabel3;
private System.Windows.Forms.Label fromLabel3;
private System.Windows.Forms.TextBox flow2ToTextBox;
private System.Windows.Forms.TextBox flow2FromTextBox;
private System.Windows.Forms.CheckBox flow2CheckBox;
private System.Windows.Forms.GroupBox flow1GroupBox;
private System.Windows.Forms.Label m3hLabel2;
private System.Windows.Forms.Label m3hLabel1;
private System.Windows.Forms.Label toLabel2;
private System.Windows.Forms.Label fromLabel2;
private System.Windows.Forms.TextBox flow1ToTextBox;
private System.Windows.Forms.TextBox flow1FromTextBox;
private System.Windows.Forms.CheckBox flow1CheckBox;
private System.Windows.Forms.Label flow1ToExclamation;
private System.Windows.Forms.Label flow1FromExclamation;
private System.Windows.Forms.Label flow3ToExclamation;
private System.Windows.Forms.Label flow3FromExclamation;
private System.Windows.Forms.Label flow2ToExclamation;
private System.Windows.Forms.Label flow2FromExclamation;
2018-12-21 07:14:42 +00:00
private System.Windows.Forms.GroupBox flow5GroupBox;
private System.Windows.Forms.Label flow5ToExclamation;
private System.Windows.Forms.Label flow5FromExclamation;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label toLabel6;
private System.Windows.Forms.Label fromLabel6;
private System.Windows.Forms.TextBox flow5ToTextBox;
private System.Windows.Forms.TextBox flow5FromTextBox;
private System.Windows.Forms.CheckBox flow5CheckBox;
private System.Windows.Forms.GroupBox flow4GroupBox;
private System.Windows.Forms.Label flow4ToExclamation;
private System.Windows.Forms.Label flow4FromExclamation;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label toLabel5;
private System.Windows.Forms.Label fromLabel5;
private System.Windows.Forms.TextBox flow4ToTextBox;
private System.Windows.Forms.TextBox flow4FromTextBox;
private System.Windows.Forms.CheckBox flow4CheckBox;
}
}