269 lines
13 KiB
C#
269 lines
13 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.UiControls
|
|
{
|
|
partial class MetrologyDlgBalanceTab
|
|
{
|
|
/// <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.cmpntNameLabel = new System.Windows.Forms.Label();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.buoancyGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.buoyancyHumiTextBox = new System.Windows.Forms.TextBox();
|
|
this.buoyancyPressTextBox = new System.Windows.Forms.TextBox();
|
|
this.buoyancyTempTextBox = new System.Windows.Forms.TextBox();
|
|
this.buoyancyHumiLabel = new System.Windows.Forms.Label();
|
|
this.buoyancyPressLabel = new System.Windows.Forms.Label();
|
|
this.buoyancyTempLabel = new System.Windows.Forms.Label();
|
|
this.nameGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.testGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.correctedTextBox = new System.Windows.Forms.TextBox();
|
|
this.measuredTextBox = new System.Windows.Forms.TextBox();
|
|
this.correctedLabel = new System.Windows.Forms.Label();
|
|
this.measuredLabel = new System.Windows.Forms.Label();
|
|
this.listViewEx = new TBF.UiControls.ListViewEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.buoancyGroupBox.SuspendLayout();
|
|
this.nameGroupBox.SuspendLayout();
|
|
this.testGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// cmpntNameLabel
|
|
//
|
|
this.cmpntNameLabel.AutoSize = true;
|
|
this.cmpntNameLabel.Location = new System.Drawing.Point(20, 41);
|
|
this.cmpntNameLabel.Name = "cmpntNameLabel";
|
|
this.cmpntNameLabel.Size = new System.Drawing.Size(64, 13);
|
|
this.cmpntNameLabel.TabIndex = 0;
|
|
this.cmpntNameLabel.Text = "cmpntName";
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.buoancyGroupBox);
|
|
this.splitContainer1.Panel1.Controls.Add(this.nameGroupBox);
|
|
this.splitContainer1.Panel1.Controls.Add(this.testGroupBox);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.listViewEx);
|
|
this.splitContainer1.Size = new System.Drawing.Size(550, 300);
|
|
this.splitContainer1.SplitterDistance = 105;
|
|
this.splitContainer1.TabIndex = 1;
|
|
//
|
|
// buoancyGroupBox
|
|
//
|
|
this.buoancyGroupBox.Controls.Add(this.buoyancyHumiTextBox);
|
|
this.buoancyGroupBox.Controls.Add(this.buoyancyPressTextBox);
|
|
this.buoancyGroupBox.Controls.Add(this.buoyancyTempTextBox);
|
|
this.buoancyGroupBox.Controls.Add(this.buoyancyHumiLabel);
|
|
this.buoancyGroupBox.Controls.Add(this.buoyancyPressLabel);
|
|
this.buoancyGroupBox.Controls.Add(this.buoyancyTempLabel);
|
|
this.buoancyGroupBox.Location = new System.Drawing.Point(112, 10);
|
|
this.buoancyGroupBox.Name = "buoancyGroupBox";
|
|
this.buoancyGroupBox.Size = new System.Drawing.Size(228, 88);
|
|
this.buoancyGroupBox.TabIndex = 5;
|
|
this.buoancyGroupBox.TabStop = false;
|
|
this.buoancyGroupBox.Text = "Buoyancy";
|
|
//
|
|
// buoyancyHumiTextBox
|
|
//
|
|
this.buoyancyHumiTextBox.Enabled = false;
|
|
this.buoyancyHumiTextBox.Location = new System.Drawing.Point(140, 61);
|
|
this.buoyancyHumiTextBox.Name = "buoyancyHumiTextBox";
|
|
this.buoyancyHumiTextBox.Size = new System.Drawing.Size(82, 20);
|
|
this.buoyancyHumiTextBox.TabIndex = 5;
|
|
//
|
|
// buoyancyPressTextBox
|
|
//
|
|
this.buoyancyPressTextBox.Enabled = false;
|
|
this.buoyancyPressTextBox.Location = new System.Drawing.Point(140, 38);
|
|
this.buoyancyPressTextBox.Name = "buoyancyPressTextBox";
|
|
this.buoyancyPressTextBox.Size = new System.Drawing.Size(82, 20);
|
|
this.buoyancyPressTextBox.TabIndex = 4;
|
|
//
|
|
// buoyancyTempTextBox
|
|
//
|
|
this.buoyancyTempTextBox.Enabled = false;
|
|
this.buoyancyTempTextBox.Location = new System.Drawing.Point(140, 15);
|
|
this.buoyancyTempTextBox.Name = "buoyancyTempTextBox";
|
|
this.buoyancyTempTextBox.Size = new System.Drawing.Size(82, 20);
|
|
this.buoyancyTempTextBox.TabIndex = 3;
|
|
//
|
|
// buoyancyHumiLabel
|
|
//
|
|
this.buoyancyHumiLabel.AutoSize = true;
|
|
this.buoyancyHumiLabel.Location = new System.Drawing.Point(17, 64);
|
|
this.buoyancyHumiLabel.Name = "buoyancyHumiLabel";
|
|
this.buoyancyHumiLabel.Size = new System.Drawing.Size(72, 13);
|
|
this.buoyancyHumiLabel.TabIndex = 2;
|
|
this.buoyancyHumiLabel.Text = "Humidity [R%]";
|
|
//
|
|
// buoyancyPressLabel
|
|
//
|
|
this.buoyancyPressLabel.AutoSize = true;
|
|
this.buoyancyPressLabel.Location = new System.Drawing.Point(17, 41);
|
|
this.buoyancyPressLabel.Name = "buoyancyPressLabel";
|
|
this.buoyancyPressLabel.Size = new System.Drawing.Size(76, 13);
|
|
this.buoyancyPressLabel.TabIndex = 1;
|
|
this.buoyancyPressLabel.Text = "Pressure [hPa]";
|
|
//
|
|
// buoyancyTempLabel
|
|
//
|
|
this.buoyancyTempLabel.AutoSize = true;
|
|
this.buoyancyTempLabel.Location = new System.Drawing.Point(17, 18);
|
|
this.buoyancyTempLabel.Name = "buoyancyTempLabel";
|
|
this.buoyancyTempLabel.Size = new System.Drawing.Size(83, 13);
|
|
this.buoyancyTempLabel.TabIndex = 0;
|
|
this.buoyancyTempLabel.Text = "Temperature [C]";
|
|
//
|
|
// nameGroupBox
|
|
//
|
|
this.nameGroupBox.Controls.Add(this.cmpntNameLabel);
|
|
this.nameGroupBox.Location = new System.Drawing.Point(16, 10);
|
|
this.nameGroupBox.Name = "nameGroupBox";
|
|
this.nameGroupBox.Size = new System.Drawing.Size(90, 88);
|
|
this.nameGroupBox.TabIndex = 4;
|
|
this.nameGroupBox.TabStop = false;
|
|
this.nameGroupBox.Text = "Component";
|
|
//
|
|
// testGroupBox
|
|
//
|
|
this.testGroupBox.Controls.Add(this.correctedTextBox);
|
|
this.testGroupBox.Controls.Add(this.measuredTextBox);
|
|
this.testGroupBox.Controls.Add(this.correctedLabel);
|
|
this.testGroupBox.Controls.Add(this.measuredLabel);
|
|
this.testGroupBox.Location = new System.Drawing.Point(346, 10);
|
|
this.testGroupBox.Name = "testGroupBox";
|
|
this.testGroupBox.Size = new System.Drawing.Size(170, 88);
|
|
this.testGroupBox.TabIndex = 3;
|
|
this.testGroupBox.TabStop = false;
|
|
this.testGroupBox.Text = "Test correction";
|
|
//
|
|
// correctedTextBox
|
|
//
|
|
this.correctedTextBox.Location = new System.Drawing.Point(91, 38);
|
|
this.correctedTextBox.Name = "correctedTextBox";
|
|
this.correctedTextBox.ReadOnly = true;
|
|
this.correctedTextBox.Size = new System.Drawing.Size(73, 20);
|
|
this.correctedTextBox.TabIndex = 5;
|
|
//
|
|
// measuredTextBox
|
|
//
|
|
this.measuredTextBox.Location = new System.Drawing.Point(91, 15);
|
|
this.measuredTextBox.Name = "measuredTextBox";
|
|
this.measuredTextBox.Size = new System.Drawing.Size(73, 20);
|
|
this.measuredTextBox.TabIndex = 4;
|
|
this.measuredTextBox.TextChanged += new System.EventHandler(this.measuredTextBox_TextChanged);
|
|
//
|
|
// correctedLabel
|
|
//
|
|
this.correctedLabel.AutoSize = true;
|
|
this.correctedLabel.Location = new System.Drawing.Point(18, 41);
|
|
this.correctedLabel.Name = "correctedLabel";
|
|
this.correctedLabel.Size = new System.Drawing.Size(53, 13);
|
|
this.correctedLabel.TabIndex = 3;
|
|
this.correctedLabel.Text = "Corrected";
|
|
//
|
|
// measuredLabel
|
|
//
|
|
this.measuredLabel.AutoSize = true;
|
|
this.measuredLabel.Location = new System.Drawing.Point(17, 18);
|
|
this.measuredLabel.Name = "measuredLabel";
|
|
this.measuredLabel.Size = new System.Drawing.Size(54, 13);
|
|
this.measuredLabel.TabIndex = 2;
|
|
this.measuredLabel.Text = "Measured";
|
|
//
|
|
// listViewEx
|
|
//
|
|
this.listViewEx.AllowColumnReorder = true;
|
|
this.listViewEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.listViewEx.DoubleClickActivation = false;
|
|
this.listViewEx.FullRowSelect = true;
|
|
this.listViewEx.GridLines = true;
|
|
this.listViewEx.Location = new System.Drawing.Point(0, 0);
|
|
this.listViewEx.Name = "listViewEx";
|
|
this.listViewEx.Size = new System.Drawing.Size(550, 191);
|
|
this.listViewEx.TabIndex = 0;
|
|
this.listViewEx.UseCompatibleStateImageBehavior = false;
|
|
this.listViewEx.View = System.Windows.Forms.View.Details;
|
|
this.listViewEx.SelectedIndexChanged += new System.EventHandler(this.listViewEx_SelectedIndexChanged);
|
|
//
|
|
// MetrologyDlgBalanceTab
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Name = "MetrologyDlgBalanceTab";
|
|
this.Size = new System.Drawing.Size(550, 300);
|
|
this.Load += new System.EventHandler(this.MetrologyDlgBalanceTab_Load);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.buoancyGroupBox.ResumeLayout(false);
|
|
this.buoancyGroupBox.PerformLayout();
|
|
this.nameGroupBox.ResumeLayout(false);
|
|
this.nameGroupBox.PerformLayout();
|
|
this.testGroupBox.ResumeLayout(false);
|
|
this.testGroupBox.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label cmpntNameLabel;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private ListViewEx listViewEx;
|
|
private System.Windows.Forms.Label measuredLabel;
|
|
private System.Windows.Forms.GroupBox testGroupBox;
|
|
private System.Windows.Forms.TextBox correctedTextBox;
|
|
private System.Windows.Forms.TextBox measuredTextBox;
|
|
private System.Windows.Forms.Label correctedLabel;
|
|
private System.Windows.Forms.GroupBox buoancyGroupBox;
|
|
private System.Windows.Forms.GroupBox nameGroupBox;
|
|
private System.Windows.Forms.TextBox buoyancyHumiTextBox;
|
|
private System.Windows.Forms.TextBox buoyancyPressTextBox;
|
|
private System.Windows.Forms.TextBox buoyancyTempTextBox;
|
|
private System.Windows.Forms.Label buoyancyHumiLabel;
|
|
private System.Windows.Forms.Label buoyancyPressLabel;
|
|
private System.Windows.Forms.Label buoyancyTempLabel;
|
|
}
|
|
}
|