292 lines
14 KiB
C#
292 lines
14 KiB
C#
///
|
|
/// Copyright (c) 2018 Senus Slovensko a.s.
|
|
///
|
|
namespace TBF.UI.Bench.Metrology
|
|
{
|
|
partial class MetrologyDlgLevelMeterTab
|
|
{
|
|
/// <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.calibrationGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.calibValidDateTextBox = new System.Windows.Forms.TextBox();
|
|
this.calibValidDateLabel = new System.Windows.Forms.Label();
|
|
this.calibDateTextBox = new System.Windows.Forms.TextBox();
|
|
this.calibDateLabel = new System.Windows.Forms.Label();
|
|
this.calibCertificateNrTextBox = new System.Windows.Forms.TextBox();
|
|
this.calibCertificateNrLabel = new System.Windows.Forms.Label();
|
|
this.nameGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.pressFromToLabel = new System.Windows.Forms.Label();
|
|
this.tempFromToLabel = new System.Windows.Forms.Label();
|
|
this.cmpntNameLabel = new System.Windows.Forms.Label();
|
|
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 global::Results.Forms.ListViewEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.calibrationGroupBox.SuspendLayout();
|
|
this.nameGroupBox.SuspendLayout();
|
|
this.testGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.nameGroupBox);
|
|
this.splitContainer1.Panel1.Controls.Add(this.testGroupBox);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.listViewEx);
|
|
this.splitContainer1.Size = new System.Drawing.Size(650, 400);
|
|
this.splitContainer1.SplitterDistance = 102;
|
|
this.splitContainer1.TabIndex = 2;
|
|
//
|
|
// calibrationGroupBox
|
|
//
|
|
this.calibrationGroupBox.Controls.Add(this.calibValidDateTextBox);
|
|
this.calibrationGroupBox.Controls.Add(this.calibValidDateLabel);
|
|
this.calibrationGroupBox.Controls.Add(this.calibDateTextBox);
|
|
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(186, 10);
|
|
this.calibrationGroupBox.Name = "calibrationGroupBox";
|
|
this.calibrationGroupBox.Size = new System.Drawing.Size(228, 86);
|
|
this.calibrationGroupBox.TabIndex = 7;
|
|
this.calibrationGroupBox.TabStop = false;
|
|
this.calibrationGroupBox.Text = "Calibration";
|
|
//
|
|
// calibValidDateTextBox
|
|
//
|
|
this.calibValidDateTextBox.Enabled = false;
|
|
this.calibValidDateTextBox.Location = new System.Drawing.Point(140, 59);
|
|
this.calibValidDateTextBox.Name = "calibValidDateTextBox";
|
|
this.calibValidDateTextBox.Size = new System.Drawing.Size(82, 20);
|
|
this.calibValidDateTextBox.TabIndex = 15;
|
|
//
|
|
// 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";
|
|
//
|
|
// calibDateTextBox
|
|
//
|
|
this.calibDateTextBox.Enabled = false;
|
|
this.calibDateTextBox.Location = new System.Drawing.Point(140, 37);
|
|
this.calibDateTextBox.Name = "calibDateTextBox";
|
|
this.calibDateTextBox.Size = new System.Drawing.Size(82, 20);
|
|
this.calibDateTextBox.TabIndex = 13;
|
|
//
|
|
// 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(140, 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(69, 13);
|
|
this.calibCertificateNrLabel.TabIndex = 10;
|
|
this.calibCertificateNrLabel.Text = "Certificate nr.";
|
|
//
|
|
// nameGroupBox
|
|
//
|
|
this.nameGroupBox.Controls.Add(this.pressFromToLabel);
|
|
this.nameGroupBox.Controls.Add(this.tempFromToLabel);
|
|
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(160, 86);
|
|
this.nameGroupBox.TabIndex = 5;
|
|
this.nameGroupBox.TabStop = false;
|
|
this.nameGroupBox.Text = "Component";
|
|
//
|
|
// pressFromToLabel
|
|
//
|
|
this.pressFromToLabel.AutoSize = true;
|
|
this.pressFromToLabel.Location = new System.Drawing.Point(14, 62);
|
|
this.pressFromToLabel.Name = "pressFromToLabel";
|
|
this.pressFromToLabel.Size = new System.Drawing.Size(0, 13);
|
|
this.pressFromToLabel.TabIndex = 2;
|
|
//
|
|
// tempFromToLabel
|
|
//
|
|
this.tempFromToLabel.AutoSize = true;
|
|
this.tempFromToLabel.Location = new System.Drawing.Point(14, 44);
|
|
this.tempFromToLabel.Name = "tempFromToLabel";
|
|
this.tempFromToLabel.Size = new System.Drawing.Size(0, 13);
|
|
this.tempFromToLabel.TabIndex = 1;
|
|
//
|
|
// cmpntNameLabel
|
|
//
|
|
this.cmpntNameLabel.AutoSize = true;
|
|
this.cmpntNameLabel.Location = new System.Drawing.Point(43, 22);
|
|
this.cmpntNameLabel.Name = "cmpntNameLabel";
|
|
this.cmpntNameLabel.Size = new System.Drawing.Size(64, 13);
|
|
this.cmpntNameLabel.TabIndex = 0;
|
|
this.cmpntNameLabel.Text = "cmpntName";
|
|
//
|
|
// 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(424, 10);
|
|
this.testGroupBox.Name = "testGroupBox";
|
|
this.testGroupBox.Size = new System.Drawing.Size(170, 88);
|
|
this.testGroupBox.TabIndex = 4;
|
|
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(650, 294);
|
|
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);
|
|
//
|
|
// MetrologyDlgLevelMeterTab
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Name = "MetrologyDlgLevelMeterTab";
|
|
this.Size = new System.Drawing.Size(650, 400);
|
|
this.Load += new System.EventHandler(this.MetrologyDlgLevelMeterTab_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.nameGroupBox.ResumeLayout(false);
|
|
this.nameGroupBox.PerformLayout();
|
|
this.testGroupBox.ResumeLayout(false);
|
|
this.testGroupBox.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.Label cmpntNameLabel;
|
|
private global::Results.Forms.ListViewEx listViewEx;
|
|
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.Label measuredLabel;
|
|
private System.Windows.Forms.GroupBox nameGroupBox;
|
|
private System.Windows.Forms.GroupBox calibrationGroupBox;
|
|
private System.Windows.Forms.TextBox calibValidDateTextBox;
|
|
private System.Windows.Forms.Label calibValidDateLabel;
|
|
private System.Windows.Forms.TextBox calibDateTextBox;
|
|
private System.Windows.Forms.Label calibDateLabel;
|
|
private System.Windows.Forms.TextBox calibCertificateNrTextBox;
|
|
private System.Windows.Forms.Label calibCertificateNrLabel;
|
|
private System.Windows.Forms.Label pressFromToLabel;
|
|
private System.Windows.Forms.Label tempFromToLabel;
|
|
|
|
}
|
|
}
|