218 lines
9.9 KiB
C#
218 lines
9.9 KiB
C#
///
|
|
/// Copyright (c) 2019-2023 Sensus Slovensko a.s.
|
|
///
|
|
namespace TBF.UI.Bench.Metrology
|
|
{
|
|
partial class MetrologyDlgEvaporationTab
|
|
{
|
|
/// <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.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 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.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.calibCertificateCtrl);
|
|
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 = 112;
|
|
this.splitContainer1.TabIndex = 2;
|
|
//
|
|
// 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, 99);
|
|
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(429, 10);
|
|
this.testGroupBox.Name = "testGroupBox";
|
|
this.testGroupBox.Size = new System.Drawing.Size(170, 99);
|
|
this.testGroupBox.TabIndex = 4;
|
|
this.testGroupBox.TabStop = false;
|
|
this.testGroupBox.Text = "Correction test";
|
|
//
|
|
// correctedTextBox
|
|
//
|
|
this.correctedTextBox.Location = new System.Drawing.Point(91, 50);
|
|
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, 25);
|
|
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, 53);
|
|
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, 28);
|
|
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(650, 284);
|
|
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(183, 10);
|
|
this.calibCertificateCtrl.Name = "calibCertificateCtrl";
|
|
this.calibCertificateCtrl.Size = new System.Drawing.Size(240, 100);
|
|
this.calibCertificateCtrl.TabIndex = 6;
|
|
//
|
|
// MetrologyDlgEvaporationTab
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Name = "MetrologyDlgEvaporationTab";
|
|
this.Size = new System.Drawing.Size(650, 400);
|
|
this.Load += new System.EventHandler(this.MetrologyDlgEvaporationTab_Load);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
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 Common.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.Label pressFromToLabel;
|
|
private System.Windows.Forms.Label tempFromToLabel;
|
|
private CalibCertificateCtrl calibCertificateCtrl;
|
|
}
|
|
}
|