403 lines
20 KiB
C#
403 lines
20 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Senus Slovensko a.s.
|
|
///
|
|
namespace TBF.UI.Bench.Metrology
|
|
{
|
|
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.calibrationGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.calibExpirationDateTimePicker = new System.Windows.Forms.DateTimePicker();
|
|
this.calibDateTimePicker = new System.Windows.Forms.DateTimePicker();
|
|
this.calibValidDateLabel = new System.Windows.Forms.Label();
|
|
this.calibDateLabel = new System.Windows.Forms.Label();
|
|
this.calibCertificateNrTextBox = new System.Windows.Forms.TextBox();
|
|
this.calibCertificateNrLabel = new System.Windows.Forms.Label();
|
|
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();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.calibrationGroupBox.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.calibrationGroupBox);
|
|
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(668, 400);
|
|
this.splitContainer1.SplitterDistance = 150;
|
|
this.splitContainer1.TabIndex = 1;
|
|
//
|
|
// calibrationGroupBox
|
|
//
|
|
this.calibrationGroupBox.Controls.Add(this.calibExpirationDateTimePicker);
|
|
this.calibrationGroupBox.Controls.Add(this.calibDateTimePicker);
|
|
this.calibrationGroupBox.Controls.Add(this.calibValidDateLabel);
|
|
this.calibrationGroupBox.Controls.Add(this.calibDateLabel);
|
|
this.calibrationGroupBox.Controls.Add(this.calibCertificateNrTextBox);
|
|
this.calibrationGroupBox.Controls.Add(this.calibCertificateNrLabel);
|
|
this.calibrationGroupBox.Location = new System.Drawing.Point(16, 54);
|
|
this.calibrationGroupBox.Name = "calibrationGroupBox";
|
|
this.calibrationGroupBox.Size = new System.Drawing.Size(208, 86);
|
|
this.calibrationGroupBox.TabIndex = 6;
|
|
this.calibrationGroupBox.TabStop = false;
|
|
this.calibrationGroupBox.Text = "Calibration";
|
|
//
|
|
// calibExpirationDateTimePicker
|
|
//
|
|
this.calibExpirationDateTimePicker.CustomFormat = "dd.MM.yyyy";
|
|
this.calibExpirationDateTimePicker.Enabled = false;
|
|
this.calibExpirationDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.calibExpirationDateTimePicker.Location = new System.Drawing.Point(120, 59);
|
|
this.calibExpirationDateTimePicker.Name = "calibExpirationDateTimePicker";
|
|
this.calibExpirationDateTimePicker.Size = new System.Drawing.Size(82, 20);
|
|
this.calibExpirationDateTimePicker.TabIndex = 17;
|
|
//
|
|
// calibDateTimePicker
|
|
//
|
|
this.calibDateTimePicker.CustomFormat = "dd.MM.yyyy";
|
|
this.calibDateTimePicker.Enabled = false;
|
|
this.calibDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.calibDateTimePicker.Location = new System.Drawing.Point(120, 37);
|
|
this.calibDateTimePicker.Name = "calibDateTimePicker";
|
|
this.calibDateTimePicker.Size = new System.Drawing.Size(82, 20);
|
|
this.calibDateTimePicker.TabIndex = 16;
|
|
//
|
|
// calibValidDateLabel
|
|
//
|
|
this.calibValidDateLabel.AutoSize = true;
|
|
this.calibValidDateLabel.Location = new System.Drawing.Point(17, 62);
|
|
this.calibValidDateLabel.Name = "calibValidDateLabel";
|
|
this.calibValidDateLabel.Size = new System.Drawing.Size(52, 13);
|
|
this.calibValidDateLabel.TabIndex = 14;
|
|
this.calibValidDateLabel.Text = "Valid until";
|
|
//
|
|
// calibDateLabel
|
|
//
|
|
this.calibDateLabel.AutoSize = true;
|
|
this.calibDateLabel.Location = new System.Drawing.Point(17, 40);
|
|
this.calibDateLabel.Name = "calibDateLabel";
|
|
this.calibDateLabel.Size = new System.Drawing.Size(30, 13);
|
|
this.calibDateLabel.TabIndex = 12;
|
|
this.calibDateLabel.Text = "Date";
|
|
//
|
|
// calibCertificateNrTextBox
|
|
//
|
|
this.calibCertificateNrTextBox.Enabled = false;
|
|
this.calibCertificateNrTextBox.Location = new System.Drawing.Point(120, 15);
|
|
this.calibCertificateNrTextBox.Name = "calibCertificateNrTextBox";
|
|
this.calibCertificateNrTextBox.Size = new System.Drawing.Size(82, 20);
|
|
this.calibCertificateNrTextBox.TabIndex = 11;
|
|
//
|
|
// calibCertificateNrLabel
|
|
//
|
|
this.calibCertificateNrLabel.AutoSize = true;
|
|
this.calibCertificateNrLabel.Location = new System.Drawing.Point(17, 18);
|
|
this.calibCertificateNrLabel.Name = "calibCertificateNrLabel";
|
|
this.calibCertificateNrLabel.Size = new System.Drawing.Size(54, 13);
|
|
this.calibCertificateNrLabel.TabIndex = 10;
|
|
this.calibCertificateNrLabel.Text = "Certificate";
|
|
//
|
|
// 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(233, 10);
|
|
this.buoancyGroupBox.Name = "buoancyGroupBox";
|
|
this.buoancyGroupBox.Size = new System.Drawing.Size(248, 130);
|
|
this.buoancyGroupBox.TabIndex = 5;
|
|
this.buoancyGroupBox.TabStop = false;
|
|
this.buoancyGroupBox.Text = "Buoyancy";
|
|
//
|
|
// weightStandardDensityTextBox
|
|
//
|
|
this.weightStandardDensityTextBox.Enabled = false;
|
|
this.weightStandardDensityTextBox.Location = new System.Drawing.Point(160, 103);
|
|
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(17, 106);
|
|
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(160, 81);
|
|
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(17, 84);
|
|
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(160, 59);
|
|
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(160, 37);
|
|
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(160, 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, 62);
|
|
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, 40);
|
|
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(208, 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(490, 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, 37);
|
|
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(17, 40);
|
|
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(668, 246);
|
|
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(668, 400);
|
|
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.calibrationGroupBox.ResumeLayout(false);
|
|
this.calibrationGroupBox.PerformLayout();
|
|
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.GroupBox calibrationGroupBox;
|
|
private System.Windows.Forms.Label calibValidDateLabel;
|
|
private System.Windows.Forms.Label calibDateLabel;
|
|
private System.Windows.Forms.TextBox calibCertificateNrTextBox;
|
|
private System.Windows.Forms.Label calibCertificateNrLabel;
|
|
private System.Windows.Forms.DateTimePicker calibExpirationDateTimePicker;
|
|
private System.Windows.Forms.DateTimePicker calibDateTimePicker;
|
|
}
|
|
}
|