351 lines
17 KiB
C#
351 lines
17 KiB
C#
///
|
|
/// Copyright (c) 2013-2023 Senus Slovensko a.s.
|
|
///
|
|
namespace TBF.UI.Bench.Metrology
|
|
{
|
|
partial class MetrologyDlgScaleTab
|
|
{
|
|
/// <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.unitLabel = new System.Windows.Forms.Label();
|
|
this.unitComboBox = new System.Windows.Forms.ComboBox();
|
|
this.buoancyGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.weightStandardDensityTextBox = new System.Windows.Forms.TextBox();
|
|
this.weightStandardDensityLabel = new System.Windows.Forms.Label();
|
|
this.airDensityTextBox = new System.Windows.Forms.TextBox();
|
|
this.airDensityLabel = new System.Windows.Forms.Label();
|
|
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 Common.Forms.ListViewEx();
|
|
this.calibCertificateCtrl = new TBF.UI.Bench.Metrology.CalibCertificateCtrl();
|
|
((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(69, 16);
|
|
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.calibCertificateCtrl);
|
|
this.splitContainer1.Panel1.Controls.Add(this.unitLabel);
|
|
this.splitContainer1.Panel1.Controls.Add(this.unitComboBox);
|
|
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(700, 400);
|
|
this.splitContainer1.SplitterDistance = 160;
|
|
this.splitContainer1.TabIndex = 1;
|
|
//
|
|
// unitLabel
|
|
//
|
|
this.unitLabel.AutoSize = true;
|
|
this.unitLabel.Location = new System.Drawing.Point(537, 121);
|
|
this.unitLabel.Name = "unitLabel";
|
|
this.unitLabel.Size = new System.Drawing.Size(68, 13);
|
|
this.unitLabel.TabIndex = 12;
|
|
this.unitLabel.Text = "Unit of mass:";
|
|
//
|
|
// unitComboBox
|
|
//
|
|
this.unitComboBox.FormattingEnabled = true;
|
|
this.unitComboBox.Location = new System.Drawing.Point(622, 118);
|
|
this.unitComboBox.Name = "unitComboBox";
|
|
this.unitComboBox.Size = new System.Drawing.Size(62, 21);
|
|
this.unitComboBox.TabIndex = 11;
|
|
this.unitComboBox.SelectedIndexChanged += new System.EventHandler(this.unitComboBox_SelectedIndexChanged);
|
|
//
|
|
// buoancyGroupBox
|
|
//
|
|
this.buoancyGroupBox.Controls.Add(this.weightStandardDensityTextBox);
|
|
this.buoancyGroupBox.Controls.Add(this.weightStandardDensityLabel);
|
|
this.buoancyGroupBox.Controls.Add(this.airDensityTextBox);
|
|
this.buoancyGroupBox.Controls.Add(this.airDensityLabel);
|
|
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(262, 10);
|
|
this.buoancyGroupBox.Name = "buoancyGroupBox";
|
|
this.buoancyGroupBox.Size = new System.Drawing.Size(248, 146);
|
|
this.buoancyGroupBox.TabIndex = 5;
|
|
this.buoancyGroupBox.TabStop = false;
|
|
this.buoancyGroupBox.Text = "Buoyancy";
|
|
//
|
|
// weightStandardDensityTextBox
|
|
//
|
|
this.weightStandardDensityTextBox.Enabled = false;
|
|
this.weightStandardDensityTextBox.Location = new System.Drawing.Point(156, 107);
|
|
this.weightStandardDensityTextBox.Name = "weightStandardDensityTextBox";
|
|
this.weightStandardDensityTextBox.Size = new System.Drawing.Size(82, 20);
|
|
this.weightStandardDensityTextBox.TabIndex = 9;
|
|
//
|
|
// weightStandardDensityLabel
|
|
//
|
|
this.weightStandardDensityLabel.AutoSize = true;
|
|
this.weightStandardDensityLabel.Location = new System.Drawing.Point(13, 110);
|
|
this.weightStandardDensityLabel.Name = "weightStandardDensityLabel";
|
|
this.weightStandardDensityLabel.Size = new System.Drawing.Size(133, 13);
|
|
this.weightStandardDensityLabel.TabIndex = 8;
|
|
this.weightStandardDensityLabel.Text = "Ref. mass density [kg/m3]:";
|
|
//
|
|
// airDensityTextBox
|
|
//
|
|
this.airDensityTextBox.Enabled = false;
|
|
this.airDensityTextBox.Location = new System.Drawing.Point(156, 85);
|
|
this.airDensityTextBox.Name = "airDensityTextBox";
|
|
this.airDensityTextBox.Size = new System.Drawing.Size(82, 20);
|
|
this.airDensityTextBox.TabIndex = 7;
|
|
//
|
|
// airDensityLabel
|
|
//
|
|
this.airDensityLabel.AutoSize = true;
|
|
this.airDensityLabel.Location = new System.Drawing.Point(13, 88);
|
|
this.airDensityLabel.Name = "airDensityLabel";
|
|
this.airDensityLabel.Size = new System.Drawing.Size(95, 13);
|
|
this.airDensityLabel.TabIndex = 6;
|
|
this.airDensityLabel.Text = "Air density [kg/m3]";
|
|
//
|
|
// buoyancyHumiTextBox
|
|
//
|
|
this.buoyancyHumiTextBox.Enabled = false;
|
|
this.buoyancyHumiTextBox.Location = new System.Drawing.Point(156, 63);
|
|
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(156, 41);
|
|
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(156, 19);
|
|
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(13, 66);
|
|
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(13, 44);
|
|
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(13, 22);
|
|
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(240, 40);
|
|
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(516, 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 = "Correction test";
|
|
//
|
|
// correctedTextBox
|
|
//
|
|
this.correctedTextBox.Location = new System.Drawing.Point(91, 47);
|
|
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, 19);
|
|
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(11, 50);
|
|
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(11, 22);
|
|
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.HideSelection = false;
|
|
this.listViewEx.Location = new System.Drawing.Point(0, 0);
|
|
this.listViewEx.Name = "listViewEx";
|
|
this.listViewEx.Size = new System.Drawing.Size(700, 236);
|
|
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);
|
|
//
|
|
// calibCertificateCtrl
|
|
//
|
|
this.calibCertificateCtrl.Location = new System.Drawing.Point(16, 56);
|
|
this.calibCertificateCtrl.Name = "calibCertificateCtrl";
|
|
this.calibCertificateCtrl.Size = new System.Drawing.Size(240, 100);
|
|
this.calibCertificateCtrl.TabIndex = 13;
|
|
//
|
|
// MetrologyDlgScaleTab
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Name = "MetrologyDlgScaleTab";
|
|
this.Size = new System.Drawing.Size(700, 400);
|
|
this.Load += new System.EventHandler(this.MetrologyDlgBalanceTab_Load);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.PerformLayout();
|
|
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 Common.Forms.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;
|
|
private System.Windows.Forms.TextBox weightStandardDensityTextBox;
|
|
private System.Windows.Forms.Label weightStandardDensityLabel;
|
|
private System.Windows.Forms.TextBox airDensityTextBox;
|
|
private System.Windows.Forms.Label airDensityLabel;
|
|
private System.Windows.Forms.Label unitLabel;
|
|
private System.Windows.Forms.ComboBox unitComboBox;
|
|
private CalibCertificateCtrl calibCertificateCtrl;
|
|
}
|
|
}
|