common/Ui/GenesisZeroFlow/MainWindows.Designer.cs
2026-04-23 17:50:07 +02:00

2398 lines
148 KiB
C#

namespace Ui.GenesisZeroFlow
{
partial class MainWindows
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindows));
this.btn_Report_Generate = new System.Windows.Forms.Button();
this.serialPortCmdMeter1 = new System.IO.Ports.SerialPort(this.components);
this.tab_Maintab = new System.Windows.Forms.TabControl();
this.tab_Report = new System.Windows.Forms.TabPage();
this.groupBox_report = new System.Windows.Forms.GroupBox();
this.gB_ReportTitlepage = new System.Windows.Forms.GroupBox();
this.rTB_ReportEnterSerialNumber = new System.Windows.Forms.RichTextBox();
this.label_Report_EnterSerialNumber = new System.Windows.Forms.Label();
this.l_ReportIntro = new System.Windows.Forms.Label();
this.rtB_ReportTitlepageIntro = new System.Windows.Forms.RichTextBox();
this.rTB_ReportEnterTitle = new System.Windows.Forms.RichTextBox();
this.label_Report_EnterTitle = new System.Windows.Forms.Label();
this.label_Report_EnterOperator = new System.Windows.Forms.Label();
this.rTB_ReportEnterDate = new System.Windows.Forms.RichTextBox();
this.rTB_ReportEnterOperator = new System.Windows.Forms.RichTextBox();
this.label_Report_EnterDate = new System.Windows.Forms.Label();
this.tab_Settings = new System.Windows.Forms.TabPage();
this.gB_Settings_TemperatureCalibration = new System.Windows.Forms.GroupBox();
this.cB_TempCalFiles = new System.Windows.Forms.CheckBox();
this.pB_Logo3 = new System.Windows.Forms.PictureBox();
this.gB_Passwords = new System.Windows.Forms.GroupBox();
this.l_PasswordMeter10 = new System.Windows.Forms.Label();
this.l_PasswordMeter9 = new System.Windows.Forms.Label();
this.l_PasswordMeter8 = new System.Windows.Forms.Label();
this.l_PasswordMeter7 = new System.Windows.Forms.Label();
this.l_PasswordMeter6 = new System.Windows.Forms.Label();
this.l_PasswordMeter5 = new System.Windows.Forms.Label();
this.l_PasswordMeter4 = new System.Windows.Forms.Label();
this.l_PasswordMeter3 = new System.Windows.Forms.Label();
this.l_PasswordMeter2 = new System.Windows.Forms.Label();
this.l_PasswordMeter1 = new System.Windows.Forms.Label();
this.rTB_PasswordMeter10 = new System.Windows.Forms.RichTextBox();
this.rTB_PasswordMeter9 = new System.Windows.Forms.RichTextBox();
this.rTB_PasswordMeter8 = new System.Windows.Forms.RichTextBox();
this.rTB_PasswordMeter7 = new System.Windows.Forms.RichTextBox();
this.rTB_PasswordMeter6 = new System.Windows.Forms.RichTextBox();
this.rTB_PasswordMeter5 = new System.Windows.Forms.RichTextBox();
this.rTB_PasswordMeter4 = new System.Windows.Forms.RichTextBox();
this.rTB_PasswordMeter3 = new System.Windows.Forms.RichTextBox();
this.rTB_PasswordMeter2 = new System.Windows.Forms.RichTextBox();
this.rTB_PasswordMeter1 = new System.Windows.Forms.RichTextBox();
this.gB_Settings_Preparation = new System.Windows.Forms.GroupBox();
this.nUD_Settings_Preparation_StabiTime = new System.Windows.Forms.NumericUpDown();
this.l_Settings_Preparation_StabiTime = new System.Windows.Forms.Label();
this.gB_Settings_ZeroflowOffsetTest = new System.Windows.Forms.GroupBox();
this.l_Settings_ZeroflowOffsetTestNumberOfLines = new System.Windows.Forms.Label();
this.nUD_Settings_ZeroflowOffsetTestNumberOfLines = new System.Windows.Forms.NumericUpDown();
this.l_Settings_ZeroFlowTestSettlingTime = new System.Windows.Forms.Label();
this.nUD_Settings_ZeroflowOffsetTestSettlingTime = new System.Windows.Forms.NumericUpDown();
this.l_Settings_ZeroFlowTestOffsetLimit = new System.Windows.Forms.Label();
this.nUD_Settings_ZeroflowOffsetTestOffsetLimit = new System.Windows.Forms.NumericUpDown();
this.l_Settings_ZeroflowOffsetTestLowerLimit = new System.Windows.Forms.Label();
this.l_Settings_ZeroflowOffsetTestUpperLimit = new System.Windows.Forms.Label();
this.nUD_Settings_ZeroflowOffsetTestLowerLimit = new System.Windows.Forms.NumericUpDown();
this.nUD_Settings_ZeroflowOffsetTestUpperLimit = new System.Windows.Forms.NumericUpDown();
this.gB_Settings_AmplitudeTest = new System.Windows.Forms.GroupBox();
this.cB_MeanAmplitudeFiles = new System.Windows.Forms.CheckBox();
this.nUD_PercentageStop = new System.Windows.Forms.NumericUpDown();
this.l_PercentageStop = new System.Windows.Forms.Label();
this.l_PercentageStart = new System.Windows.Forms.Label();
this.nUD_PercentageStart = new System.Windows.Forms.NumericUpDown();
this.l__Settings_AmplitudeTestMinDistance = new System.Windows.Forms.Label();
this.nUD_Settings_AmplitudeTestMinDistance = new System.Windows.Forms.NumericUpDown();
this.l_Settings_AmplitudeTestLowerLimit = new System.Windows.Forms.Label();
this.l_Settings_AmplitudeTestUpperLimit = new System.Windows.Forms.Label();
this.nUD_Settings_AmplitudeTestLowerLimit = new System.Windows.Forms.NumericUpDown();
this.nUD_Settings_AmplitudeTestUpperLimit = new System.Windows.Forms.NumericUpDown();
this.pB_AvailableImages = new System.Windows.Forms.PictureBox();
this.tab_About = new System.Windows.Forms.TabPage();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.l_BasedOn = new System.Windows.Forms.Label();
this.l_FwVersion = new System.Windows.Forms.Label();
this.l_Author = new System.Windows.Forms.Label();
this.pB_DocumentVersion = new System.Windows.Forms.PictureBox();
this.pB_Logo2 = new System.Windows.Forms.PictureBox();
this.l_Version = new System.Windows.Forms.Label();
this.l_About_Info = new System.Windows.Forms.Label();
this.l_About_Author = new System.Windows.Forms.Label();
this.l_About_Version = new System.Windows.Forms.Label();
this.tab_ZeroFlowCal = new System.Windows.Forms.TabPage();
this.cB_TempCalEnable = new System.Windows.Forms.CheckBox();
this.cB_ZeroFlowOffsetTestEnable = new System.Windows.Forms.CheckBox();
this.cB_AmplitudeTestEnable = new System.Windows.Forms.CheckBox();
this.p_ZeroFlowCal_TempCal = new System.Windows.Forms.Panel();
this.l_ZeroFlowCal_TempCal = new System.Windows.Forms.Label();
this.btn_ZeroFlowCal_Pdf = new System.Windows.Forms.Button();
this.btn_ZeroFlowCal_Save = new System.Windows.Forms.Button();
this.rTB_forDebugging = new System.Windows.Forms.RichTextBox();
this.l_CrcCheck = new System.Windows.Forms.Label();
this.btn_ZeroFlowCal_Clear = new System.Windows.Forms.Button();
this.p_ZeroFlowCal_Detect = new System.Windows.Forms.Panel();
this.l_ZeroFlowCal_Detect = new System.Windows.Forms.Label();
this.p_ZeroFlowCal_Completion = new System.Windows.Forms.Panel();
this.l_ZeroFlowCal_Completion = new System.Windows.Forms.Label();
this.p_ZeroFlowCal_Offset = new System.Windows.Forms.Panel();
this.l_ZeroFlowCal_Offset = new System.Windows.Forms.Label();
this.p_ZeroFlowCal_Amplitude = new System.Windows.Forms.Panel();
this.l_ZeroFlowCal_Amplitude = new System.Windows.Forms.Label();
this.p_ZeroFlowCal_Prepare = new System.Windows.Forms.Panel();
this.l_ZeroFlowCal_Prepare = new System.Windows.Forms.Label();
this.btn_ZeroFlowCal_Abort = new System.Windows.Forms.Button();
this.l_ZeroFlowCal_ResttimeDisplayValue = new System.Windows.Forms.Label();
this.l_ZeroFlowCal_Resttime = new System.Windows.Forms.Label();
this.pB_ZeroFlowCal_Progress = new System.Windows.Forms.ProgressBar();
this.cB_ZeroFlowCal_EnableMeter10 = new System.Windows.Forms.CheckBox();
this.cB_ZeroFlowCal_EnableMeter9 = new System.Windows.Forms.CheckBox();
this.cB_ZeroFlowCal_EnableMeter8 = new System.Windows.Forms.CheckBox();
this.cB_ZeroFlowCal_EnableMeter7 = new System.Windows.Forms.CheckBox();
this.cB_ZeroFlowCal_EnableMeter6 = new System.Windows.Forms.CheckBox();
this.cB_ZeroFlowCal_EnableMeter5 = new System.Windows.Forms.CheckBox();
this.cB_ZeroFlowCal_EnableMeter4 = new System.Windows.Forms.CheckBox();
this.cB_ZeroFlowCal_EnableMeter3 = new System.Windows.Forms.CheckBox();
this.cB_ZeroFlowCal_EnableMeter2 = new System.Windows.Forms.CheckBox();
this.cB_ZeroFlowCal_EnableMeter1 = new System.Windows.Forms.CheckBox();
this.btn_ZeroFlowCal_Start = new System.Windows.Forms.Button();
this.btn_ZeroFlowCal_Detect = new System.Windows.Forms.Button();
this.rTB_ZeroFlowCal = new System.Windows.Forms.RichTextBox();
this.l_ZeroFlowCal_Status = new System.Windows.Forms.Label();
this.p_ZeroFlowCal_Meter10 = new System.Windows.Forms.Panel();
this.pB_ZeroFlowCal_Meter10 = new System.Windows.Forms.PictureBox();
this.l_ZeroFlowCal_Meter10 = new System.Windows.Forms.Label();
this.p_ZeroFlowCal_Meter9 = new System.Windows.Forms.Panel();
this.pB_ZeroFlowCal_Meter9 = new System.Windows.Forms.PictureBox();
this.l_ZeroFlowCal_Meter9 = new System.Windows.Forms.Label();
this.p_ZeroFlowCal_Meter8 = new System.Windows.Forms.Panel();
this.pB_ZeroFlowCal_Meter8 = new System.Windows.Forms.PictureBox();
this.l_ZeroFlowCal_Meter8 = new System.Windows.Forms.Label();
this.p_ZeroFlowCal_Meter7 = new System.Windows.Forms.Panel();
this.pB_ZeroFlowCal_Meter7 = new System.Windows.Forms.PictureBox();
this.l_ZeroFlowCal_Meter7 = new System.Windows.Forms.Label();
this.p_ZeroFlowCal_Meter6 = new System.Windows.Forms.Panel();
this.pB_ZeroFlowCal_Meter6 = new System.Windows.Forms.PictureBox();
this.l_ZeroFlowCal_Meter6 = new System.Windows.Forms.Label();
this.p_ZeroFlowCal_Meter5 = new System.Windows.Forms.Panel();
this.pB_ZeroFlowCal_Meter5 = new System.Windows.Forms.PictureBox();
this.l_ZeroFlowCal_Meter5 = new System.Windows.Forms.Label();
this.p_ZeroFlowCal_Meter4 = new System.Windows.Forms.Panel();
this.pB_ZeroFlowCal_Meter4 = new System.Windows.Forms.PictureBox();
this.l_ZeroFlowCal_Meter4 = new System.Windows.Forms.Label();
this.p_ZeroFlowCal_Meter3 = new System.Windows.Forms.Panel();
this.pB_ZeroFlowCal_Meter3 = new System.Windows.Forms.PictureBox();
this.l_Meter3 = new System.Windows.Forms.Label();
this.p_ZeroFlowCal_Meter2 = new System.Windows.Forms.Panel();
this.pB_ZeroFlowCal_Meter2 = new System.Windows.Forms.PictureBox();
this.l_ZeroFlowCal_Meter2 = new System.Windows.Forms.Label();
this.p_ZeroFlowCal_Meter1 = new System.Windows.Forms.Panel();
this.pB_ZeroFlowCal_Meter1 = new System.Windows.Forms.PictureBox();
this.l_ZeroFlowCal_Meter1 = new System.Windows.Forms.Label();
this.pB_Logo1 = new System.Windows.Forms.PictureBox();
this.pB_Bubbles1 = new System.Windows.Forms.PictureBox();
this.serialPortDataMeter1 = new System.IO.Ports.SerialPort(this.components);
this.serialPortDataMeter2 = new System.IO.Ports.SerialPort(this.components);
this.serialPortDataMeter3 = new System.IO.Ports.SerialPort(this.components);
this.serialPortCmdMeter2 = new System.IO.Ports.SerialPort(this.components);
this.serialPortCmdMeter3 = new System.IO.Ports.SerialPort(this.components);
this.serialPortDataMeter4 = new System.IO.Ports.SerialPort(this.components);
this.serialPortDataMeter5 = new System.IO.Ports.SerialPort(this.components);
this.serialPortDataMeter6 = new System.IO.Ports.SerialPort(this.components);
this.serialPortDataMeter7 = new System.IO.Ports.SerialPort(this.components);
this.serialPortDataMeter8 = new System.IO.Ports.SerialPort(this.components);
this.serialPortDataMeter9 = new System.IO.Ports.SerialPort(this.components);
this.serialPortDataMeter10 = new System.IO.Ports.SerialPort(this.components);
this.serialPortCmdMeter4 = new System.IO.Ports.SerialPort(this.components);
this.serialPortCmdMeter5 = new System.IO.Ports.SerialPort(this.components);
this.serialPortCmdMeter6 = new System.IO.Ports.SerialPort(this.components);
this.serialPortCmdMeter7 = new System.IO.Ports.SerialPort(this.components);
this.serialPortCmdMeter8 = new System.IO.Ports.SerialPort(this.components);
this.serialPortCmdMeter9 = new System.IO.Ports.SerialPort(this.components);
this.serialPortCmdMeter10 = new System.IO.Ports.SerialPort(this.components);
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.tab_Maintab.SuspendLayout();
this.tab_Report.SuspendLayout();
this.groupBox_report.SuspendLayout();
this.gB_ReportTitlepage.SuspendLayout();
this.tab_Settings.SuspendLayout();
this.gB_Settings_TemperatureCalibration.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_Logo3)).BeginInit();
this.gB_Passwords.SuspendLayout();
this.gB_Settings_Preparation.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_Preparation_StabiTime)).BeginInit();
this.gB_Settings_ZeroflowOffsetTest.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_ZeroflowOffsetTestNumberOfLines)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_ZeroflowOffsetTestSettlingTime)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_ZeroflowOffsetTestOffsetLimit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_ZeroflowOffsetTestLowerLimit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_ZeroflowOffsetTestUpperLimit)).BeginInit();
this.gB_Settings_AmplitudeTest.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nUD_PercentageStop)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_PercentageStart)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_AmplitudeTestMinDistance)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_AmplitudeTestLowerLimit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_AmplitudeTestUpperLimit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pB_AvailableImages)).BeginInit();
this.tab_About.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pB_DocumentVersion)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pB_Logo2)).BeginInit();
this.tab_ZeroFlowCal.SuspendLayout();
this.p_ZeroFlowCal_TempCal.SuspendLayout();
this.p_ZeroFlowCal_Detect.SuspendLayout();
this.p_ZeroFlowCal_Completion.SuspendLayout();
this.p_ZeroFlowCal_Offset.SuspendLayout();
this.p_ZeroFlowCal_Amplitude.SuspendLayout();
this.p_ZeroFlowCal_Prepare.SuspendLayout();
this.p_ZeroFlowCal_Meter10.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter10)).BeginInit();
this.p_ZeroFlowCal_Meter9.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter9)).BeginInit();
this.p_ZeroFlowCal_Meter8.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter8)).BeginInit();
this.p_ZeroFlowCal_Meter7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter7)).BeginInit();
this.p_ZeroFlowCal_Meter6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter6)).BeginInit();
this.p_ZeroFlowCal_Meter5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter5)).BeginInit();
this.p_ZeroFlowCal_Meter4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter4)).BeginInit();
this.p_ZeroFlowCal_Meter3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter3)).BeginInit();
this.p_ZeroFlowCal_Meter2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter2)).BeginInit();
this.p_ZeroFlowCal_Meter1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pB_Logo1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pB_Bubbles1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
this.SuspendLayout();
//
// btn_Report_Generate
//
this.btn_Report_Generate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Report_Generate.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_Report_Generate.Location = new System.Drawing.Point(180, 596);
this.btn_Report_Generate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btn_Report_Generate.Name = "btn_Report_Generate";
this.btn_Report_Generate.Size = new System.Drawing.Size(210, 140);
this.btn_Report_Generate.TabIndex = 0;
this.btn_Report_Generate.Text = "Generate Report";
this.btn_Report_Generate.UseVisualStyleBackColor = true;
//
// tab_Maintab
//
this.tab_Maintab.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tab_Maintab.Controls.Add(this.tab_Report);
this.tab_Maintab.Controls.Add(this.tab_Settings);
this.tab_Maintab.Controls.Add(this.tab_About);
this.tab_Maintab.Controls.Add(this.tab_ZeroFlowCal);
this.tab_Maintab.Location = new System.Drawing.Point(37, 27);
this.tab_Maintab.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tab_Maintab.Name = "tab_Maintab";
this.tab_Maintab.SelectedIndex = 0;
this.tab_Maintab.Size = new System.Drawing.Size(1393, 885);
this.tab_Maintab.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight;
this.tab_Maintab.TabIndex = 1;
//
// tab_Report
//
this.tab_Report.BackColor = System.Drawing.Color.Honeydew;
this.tab_Report.Controls.Add(this.pictureBox1);
this.tab_Report.Controls.Add(this.groupBox_report);
this.tab_Report.Location = new System.Drawing.Point(4, 25);
this.tab_Report.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tab_Report.Name = "tab_Report";
this.tab_Report.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tab_Report.Size = new System.Drawing.Size(1385, 856);
this.tab_Report.TabIndex = 1;
this.tab_Report.Text = "Report";
//
// groupBox_report
//
this.groupBox_report.Anchor = System.Windows.Forms.AnchorStyles.None;
this.groupBox_report.Controls.Add(this.gB_ReportTitlepage);
this.groupBox_report.Controls.Add(this.btn_Report_Generate);
this.groupBox_report.Location = new System.Drawing.Point(391, 20);
this.groupBox_report.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBox_report.Name = "groupBox_report";
this.groupBox_report.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBox_report.Size = new System.Drawing.Size(555, 818);
this.groupBox_report.TabIndex = 2;
this.groupBox_report.TabStop = false;
this.groupBox_report.Text = "Select Options";
//
// gB_ReportTitlepage
//
this.gB_ReportTitlepage.Controls.Add(this.rTB_ReportEnterSerialNumber);
this.gB_ReportTitlepage.Controls.Add(this.label_Report_EnterSerialNumber);
this.gB_ReportTitlepage.Controls.Add(this.l_ReportIntro);
this.gB_ReportTitlepage.Controls.Add(this.rtB_ReportTitlepageIntro);
this.gB_ReportTitlepage.Controls.Add(this.rTB_ReportEnterTitle);
this.gB_ReportTitlepage.Controls.Add(this.label_Report_EnterTitle);
this.gB_ReportTitlepage.Controls.Add(this.label_Report_EnterOperator);
this.gB_ReportTitlepage.Controls.Add(this.rTB_ReportEnterDate);
this.gB_ReportTitlepage.Controls.Add(this.rTB_ReportEnterOperator);
this.gB_ReportTitlepage.Controls.Add(this.label_Report_EnterDate);
this.gB_ReportTitlepage.Location = new System.Drawing.Point(23, 20);
this.gB_ReportTitlepage.Name = "gB_ReportTitlepage";
this.gB_ReportTitlepage.Size = new System.Drawing.Size(500, 472);
this.gB_ReportTitlepage.TabIndex = 16;
this.gB_ReportTitlepage.TabStop = false;
this.gB_ReportTitlepage.Text = "Titelpage";
//
// rTB_ReportEnterSerialNumber
//
this.rTB_ReportEnterSerialNumber.Location = new System.Drawing.Point(226, 114);
this.rTB_ReportEnterSerialNumber.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rTB_ReportEnterSerialNumber.Name = "rTB_ReportEnterSerialNumber";
this.rTB_ReportEnterSerialNumber.Size = new System.Drawing.Size(220, 25);
this.rTB_ReportEnterSerialNumber.TabIndex = 18;
this.rTB_ReportEnterSerialNumber.Text = "";
//
// label_Report_EnterSerialNumber
//
this.label_Report_EnterSerialNumber.AutoSize = true;
this.label_Report_EnterSerialNumber.Location = new System.Drawing.Point(34, 114);
this.label_Report_EnterSerialNumber.Name = "label_Report_EnterSerialNumber";
this.label_Report_EnterSerialNumber.Size = new System.Drawing.Size(186, 17);
this.label_Report_EnterSerialNumber.TabIndex = 17;
this.label_Report_EnterSerialNumber.Text = "Please enter Serial Number:";
//
// l_ReportIntro
//
this.l_ReportIntro.AutoSize = true;
this.l_ReportIntro.Location = new System.Drawing.Point(34, 145);
this.l_ReportIntro.Name = "l_ReportIntro";
this.l_ReportIntro.Size = new System.Drawing.Size(109, 17);
this.l_ReportIntro.TabIndex = 16;
this.l_ReportIntro.Text = "Enter Comment:";
//
// rtB_ReportTitlepageIntro
//
this.rtB_ReportTitlepageIntro.Location = new System.Drawing.Point(37, 165);
this.rtB_ReportTitlepageIntro.Name = "rtB_ReportTitlepageIntro";
this.rtB_ReportTitlepageIntro.Size = new System.Drawing.Size(430, 279);
this.rtB_ReportTitlepageIntro.TabIndex = 15;
this.rtB_ReportTitlepageIntro.Text = resources.GetString("rtB_ReportTitlepageIntro.Text");
//
// rTB_ReportEnterTitle
//
this.rTB_ReportEnterTitle.Location = new System.Drawing.Point(226, 29);
this.rTB_ReportEnterTitle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rTB_ReportEnterTitle.Name = "rTB_ReportEnterTitle";
this.rTB_ReportEnterTitle.Size = new System.Drawing.Size(220, 25);
this.rTB_ReportEnterTitle.TabIndex = 10;
this.rTB_ReportEnterTitle.Text = "Genesis Measurement Report";
//
// label_Report_EnterTitle
//
this.label_Report_EnterTitle.AutoSize = true;
this.label_Report_EnterTitle.Location = new System.Drawing.Point(34, 32);
this.label_Report_EnterTitle.Name = "label_Report_EnterTitle";
this.label_Report_EnterTitle.Size = new System.Drawing.Size(118, 17);
this.label_Report_EnterTitle.TabIndex = 9;
this.label_Report_EnterTitle.Text = "Please enter title:";
//
// label_Report_EnterOperator
//
this.label_Report_EnterOperator.AutoSize = true;
this.label_Report_EnterOperator.Location = new System.Drawing.Point(34, 88);
this.label_Report_EnterOperator.Name = "label_Report_EnterOperator";
this.label_Report_EnterOperator.Size = new System.Drawing.Size(150, 17);
this.label_Report_EnterOperator.TabIndex = 14;
this.label_Report_EnterOperator.Text = "Please enter operator:";
//
// rTB_ReportEnterDate
//
this.rTB_ReportEnterDate.Location = new System.Drawing.Point(226, 57);
this.rTB_ReportEnterDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rTB_ReportEnterDate.Name = "rTB_ReportEnterDate";
this.rTB_ReportEnterDate.Size = new System.Drawing.Size(220, 25);
this.rTB_ReportEnterDate.TabIndex = 12;
this.rTB_ReportEnterDate.Text = "";
//
// rTB_ReportEnterOperator
//
this.rTB_ReportEnterOperator.Location = new System.Drawing.Point(226, 86);
this.rTB_ReportEnterOperator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rTB_ReportEnterOperator.Name = "rTB_ReportEnterOperator";
this.rTB_ReportEnterOperator.Size = new System.Drawing.Size(220, 25);
this.rTB_ReportEnterOperator.TabIndex = 13;
this.rTB_ReportEnterOperator.Text = "[John Doe]";
//
// label_Report_EnterDate
//
this.label_Report_EnterDate.AutoSize = true;
this.label_Report_EnterDate.Location = new System.Drawing.Point(34, 60);
this.label_Report_EnterDate.Name = "label_Report_EnterDate";
this.label_Report_EnterDate.Size = new System.Drawing.Size(124, 17);
this.label_Report_EnterDate.TabIndex = 11;
this.label_Report_EnterDate.Text = "Please enter date:";
//
// tab_Settings
//
this.tab_Settings.BackColor = System.Drawing.Color.Honeydew;
this.tab_Settings.Controls.Add(this.gB_Settings_TemperatureCalibration);
this.tab_Settings.Controls.Add(this.pB_Logo3);
this.tab_Settings.Controls.Add(this.gB_Passwords);
this.tab_Settings.Controls.Add(this.gB_Settings_Preparation);
this.tab_Settings.Controls.Add(this.gB_Settings_ZeroflowOffsetTest);
this.tab_Settings.Controls.Add(this.gB_Settings_AmplitudeTest);
this.tab_Settings.Controls.Add(this.pB_AvailableImages);
this.tab_Settings.Location = new System.Drawing.Point(4, 25);
this.tab_Settings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tab_Settings.Name = "tab_Settings";
this.tab_Settings.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tab_Settings.Size = new System.Drawing.Size(1385, 856);
this.tab_Settings.TabIndex = 8;
this.tab_Settings.Text = "Settings";
//
// gB_Settings_TemperatureCalibration
//
this.gB_Settings_TemperatureCalibration.Controls.Add(this.cB_TempCalFiles);
this.gB_Settings_TemperatureCalibration.Location = new System.Drawing.Point(774, 35);
this.gB_Settings_TemperatureCalibration.Name = "gB_Settings_TemperatureCalibration";
this.gB_Settings_TemperatureCalibration.Size = new System.Drawing.Size(339, 397);
this.gB_Settings_TemperatureCalibration.TabIndex = 28;
this.gB_Settings_TemperatureCalibration.TabStop = false;
this.gB_Settings_TemperatureCalibration.Text = "Temperature Calibration";
//
// cB_TempCalFiles
//
this.cB_TempCalFiles.AutoSize = true;
this.cB_TempCalFiles.Checked = true;
this.cB_TempCalFiles.CheckState = System.Windows.Forms.CheckState.Checked;
this.cB_TempCalFiles.Location = new System.Drawing.Point(62, 40);
this.cB_TempCalFiles.Name = "cB_TempCalFiles";
this.cB_TempCalFiles.Size = new System.Drawing.Size(151, 21);
this.cB_TempCalFiles.TabIndex = 10;
this.cB_TempCalFiles.Text = "Generate Log Files";
this.cB_TempCalFiles.UseVisualStyleBackColor = true;
//
// pB_Logo3
//
this.pB_Logo3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pB_Logo3.Image = ((System.Drawing.Image)(resources.GetObject("pB_Logo3.Image")));
this.pB_Logo3.InitialImage = null;
this.pB_Logo3.Location = new System.Drawing.Point(1206, 26);
this.pB_Logo3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pB_Logo3.Name = "pB_Logo3";
this.pB_Logo3.Size = new System.Drawing.Size(114, 48);
this.pB_Logo3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pB_Logo3.TabIndex = 31;
this.pB_Logo3.TabStop = false;
//
// gB_Passwords
//
this.gB_Passwords.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.gB_Passwords.Controls.Add(this.l_PasswordMeter10);
this.gB_Passwords.Controls.Add(this.l_PasswordMeter9);
this.gB_Passwords.Controls.Add(this.l_PasswordMeter8);
this.gB_Passwords.Controls.Add(this.l_PasswordMeter7);
this.gB_Passwords.Controls.Add(this.l_PasswordMeter6);
this.gB_Passwords.Controls.Add(this.l_PasswordMeter5);
this.gB_Passwords.Controls.Add(this.l_PasswordMeter4);
this.gB_Passwords.Controls.Add(this.l_PasswordMeter3);
this.gB_Passwords.Controls.Add(this.l_PasswordMeter2);
this.gB_Passwords.Controls.Add(this.l_PasswordMeter1);
this.gB_Passwords.Controls.Add(this.rTB_PasswordMeter10);
this.gB_Passwords.Controls.Add(this.rTB_PasswordMeter9);
this.gB_Passwords.Controls.Add(this.rTB_PasswordMeter8);
this.gB_Passwords.Controls.Add(this.rTB_PasswordMeter7);
this.gB_Passwords.Controls.Add(this.rTB_PasswordMeter6);
this.gB_Passwords.Controls.Add(this.rTB_PasswordMeter5);
this.gB_Passwords.Controls.Add(this.rTB_PasswordMeter4);
this.gB_Passwords.Controls.Add(this.rTB_PasswordMeter3);
this.gB_Passwords.Controls.Add(this.rTB_PasswordMeter2);
this.gB_Passwords.Controls.Add(this.rTB_PasswordMeter1);
this.gB_Passwords.Location = new System.Drawing.Point(52, 452);
this.gB_Passwords.Name = "gB_Passwords";
this.gB_Passwords.Size = new System.Drawing.Size(339, 359);
this.gB_Passwords.TabIndex = 30;
this.gB_Passwords.TabStop = false;
this.gB_Passwords.Text = "Passwords";
//
// l_PasswordMeter10
//
this.l_PasswordMeter10.AutoSize = true;
this.l_PasswordMeter10.Location = new System.Drawing.Point(35, 318);
this.l_PasswordMeter10.Name = "l_PasswordMeter10";
this.l_PasswordMeter10.Size = new System.Drawing.Size(76, 17);
this.l_PasswordMeter10.TabIndex = 33;
this.l_PasswordMeter10.Text = "METER10:";
//
// l_PasswordMeter9
//
this.l_PasswordMeter9.AutoSize = true;
this.l_PasswordMeter9.Location = new System.Drawing.Point(35, 287);
this.l_PasswordMeter9.Name = "l_PasswordMeter9";
this.l_PasswordMeter9.Size = new System.Drawing.Size(68, 17);
this.l_PasswordMeter9.TabIndex = 32;
this.l_PasswordMeter9.Text = "METER9:";
//
// l_PasswordMeter8
//
this.l_PasswordMeter8.AutoSize = true;
this.l_PasswordMeter8.Location = new System.Drawing.Point(35, 256);
this.l_PasswordMeter8.Name = "l_PasswordMeter8";
this.l_PasswordMeter8.Size = new System.Drawing.Size(68, 17);
this.l_PasswordMeter8.TabIndex = 31;
this.l_PasswordMeter8.Text = "METER8:";
//
// l_PasswordMeter7
//
this.l_PasswordMeter7.AutoSize = true;
this.l_PasswordMeter7.Location = new System.Drawing.Point(35, 225);
this.l_PasswordMeter7.Name = "l_PasswordMeter7";
this.l_PasswordMeter7.Size = new System.Drawing.Size(68, 17);
this.l_PasswordMeter7.TabIndex = 30;
this.l_PasswordMeter7.Text = "METER7:";
//
// l_PasswordMeter6
//
this.l_PasswordMeter6.AutoSize = true;
this.l_PasswordMeter6.Location = new System.Drawing.Point(35, 194);
this.l_PasswordMeter6.Name = "l_PasswordMeter6";
this.l_PasswordMeter6.Size = new System.Drawing.Size(68, 17);
this.l_PasswordMeter6.TabIndex = 29;
this.l_PasswordMeter6.Text = "METER6:";
//
// l_PasswordMeter5
//
this.l_PasswordMeter5.AutoSize = true;
this.l_PasswordMeter5.Location = new System.Drawing.Point(35, 163);
this.l_PasswordMeter5.Name = "l_PasswordMeter5";
this.l_PasswordMeter5.Size = new System.Drawing.Size(68, 17);
this.l_PasswordMeter5.TabIndex = 28;
this.l_PasswordMeter5.Text = "METER5:";
//
// l_PasswordMeter4
//
this.l_PasswordMeter4.AutoSize = true;
this.l_PasswordMeter4.Location = new System.Drawing.Point(35, 132);
this.l_PasswordMeter4.Name = "l_PasswordMeter4";
this.l_PasswordMeter4.Size = new System.Drawing.Size(68, 17);
this.l_PasswordMeter4.TabIndex = 27;
this.l_PasswordMeter4.Text = "METER4:";
//
// l_PasswordMeter3
//
this.l_PasswordMeter3.AutoSize = true;
this.l_PasswordMeter3.Location = new System.Drawing.Point(35, 101);
this.l_PasswordMeter3.Name = "l_PasswordMeter3";
this.l_PasswordMeter3.Size = new System.Drawing.Size(68, 17);
this.l_PasswordMeter3.TabIndex = 26;
this.l_PasswordMeter3.Text = "METER3:";
//
// l_PasswordMeter2
//
this.l_PasswordMeter2.AutoSize = true;
this.l_PasswordMeter2.Location = new System.Drawing.Point(35, 70);
this.l_PasswordMeter2.Name = "l_PasswordMeter2";
this.l_PasswordMeter2.Size = new System.Drawing.Size(68, 17);
this.l_PasswordMeter2.TabIndex = 25;
this.l_PasswordMeter2.Text = "METER2:";
//
// l_PasswordMeter1
//
this.l_PasswordMeter1.AutoSize = true;
this.l_PasswordMeter1.Location = new System.Drawing.Point(35, 39);
this.l_PasswordMeter1.Name = "l_PasswordMeter1";
this.l_PasswordMeter1.Size = new System.Drawing.Size(68, 17);
this.l_PasswordMeter1.TabIndex = 24;
this.l_PasswordMeter1.Text = "METER1:";
//
// rTB_PasswordMeter10
//
this.rTB_PasswordMeter10.Location = new System.Drawing.Point(152, 315);
this.rTB_PasswordMeter10.MaxLength = 12;
this.rTB_PasswordMeter10.Name = "rTB_PasswordMeter10";
this.rTB_PasswordMeter10.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.rTB_PasswordMeter10.Size = new System.Drawing.Size(160, 25);
this.rTB_PasswordMeter10.TabIndex = 23;
this.rTB_PasswordMeter10.Text = "";
//
// rTB_PasswordMeter9
//
this.rTB_PasswordMeter9.Location = new System.Drawing.Point(152, 284);
this.rTB_PasswordMeter9.MaxLength = 12;
this.rTB_PasswordMeter9.Name = "rTB_PasswordMeter9";
this.rTB_PasswordMeter9.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.rTB_PasswordMeter9.Size = new System.Drawing.Size(160, 25);
this.rTB_PasswordMeter9.TabIndex = 22;
this.rTB_PasswordMeter9.Text = "";
//
// rTB_PasswordMeter8
//
this.rTB_PasswordMeter8.Location = new System.Drawing.Point(152, 253);
this.rTB_PasswordMeter8.MaxLength = 12;
this.rTB_PasswordMeter8.Name = "rTB_PasswordMeter8";
this.rTB_PasswordMeter8.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.rTB_PasswordMeter8.Size = new System.Drawing.Size(160, 25);
this.rTB_PasswordMeter8.TabIndex = 21;
this.rTB_PasswordMeter8.Text = "";
//
// rTB_PasswordMeter7
//
this.rTB_PasswordMeter7.Location = new System.Drawing.Point(152, 222);
this.rTB_PasswordMeter7.MaxLength = 12;
this.rTB_PasswordMeter7.Name = "rTB_PasswordMeter7";
this.rTB_PasswordMeter7.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.rTB_PasswordMeter7.Size = new System.Drawing.Size(160, 25);
this.rTB_PasswordMeter7.TabIndex = 20;
this.rTB_PasswordMeter7.Text = "";
//
// rTB_PasswordMeter6
//
this.rTB_PasswordMeter6.Location = new System.Drawing.Point(152, 191);
this.rTB_PasswordMeter6.MaxLength = 12;
this.rTB_PasswordMeter6.Name = "rTB_PasswordMeter6";
this.rTB_PasswordMeter6.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.rTB_PasswordMeter6.Size = new System.Drawing.Size(160, 25);
this.rTB_PasswordMeter6.TabIndex = 19;
this.rTB_PasswordMeter6.Text = "";
//
// rTB_PasswordMeter5
//
this.rTB_PasswordMeter5.Location = new System.Drawing.Point(152, 160);
this.rTB_PasswordMeter5.MaxLength = 12;
this.rTB_PasswordMeter5.Name = "rTB_PasswordMeter5";
this.rTB_PasswordMeter5.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.rTB_PasswordMeter5.Size = new System.Drawing.Size(160, 25);
this.rTB_PasswordMeter5.TabIndex = 18;
this.rTB_PasswordMeter5.Text = "";
//
// rTB_PasswordMeter4
//
this.rTB_PasswordMeter4.Location = new System.Drawing.Point(152, 129);
this.rTB_PasswordMeter4.MaxLength = 12;
this.rTB_PasswordMeter4.Name = "rTB_PasswordMeter4";
this.rTB_PasswordMeter4.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.rTB_PasswordMeter4.Size = new System.Drawing.Size(160, 25);
this.rTB_PasswordMeter4.TabIndex = 17;
this.rTB_PasswordMeter4.Text = "";
//
// rTB_PasswordMeter3
//
this.rTB_PasswordMeter3.Location = new System.Drawing.Point(152, 98);
this.rTB_PasswordMeter3.MaxLength = 12;
this.rTB_PasswordMeter3.Name = "rTB_PasswordMeter3";
this.rTB_PasswordMeter3.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.rTB_PasswordMeter3.Size = new System.Drawing.Size(160, 25);
this.rTB_PasswordMeter3.TabIndex = 16;
this.rTB_PasswordMeter3.Text = "";
//
// rTB_PasswordMeter2
//
this.rTB_PasswordMeter2.Location = new System.Drawing.Point(152, 67);
this.rTB_PasswordMeter2.MaxLength = 12;
this.rTB_PasswordMeter2.Name = "rTB_PasswordMeter2";
this.rTB_PasswordMeter2.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.rTB_PasswordMeter2.Size = new System.Drawing.Size(160, 25);
this.rTB_PasswordMeter2.TabIndex = 15;
this.rTB_PasswordMeter2.Text = "";
//
// rTB_PasswordMeter1
//
this.rTB_PasswordMeter1.Location = new System.Drawing.Point(152, 36);
this.rTB_PasswordMeter1.MaxLength = 12;
this.rTB_PasswordMeter1.Name = "rTB_PasswordMeter1";
this.rTB_PasswordMeter1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.rTB_PasswordMeter1.Size = new System.Drawing.Size(160, 25);
this.rTB_PasswordMeter1.TabIndex = 14;
this.rTB_PasswordMeter1.Text = "";
//
// gB_Settings_Preparation
//
this.gB_Settings_Preparation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.gB_Settings_Preparation.Controls.Add(this.nUD_Settings_Preparation_StabiTime);
this.gB_Settings_Preparation.Controls.Add(this.l_Settings_Preparation_StabiTime);
this.gB_Settings_Preparation.Location = new System.Drawing.Point(413, 452);
this.gB_Settings_Preparation.Name = "gB_Settings_Preparation";
this.gB_Settings_Preparation.Size = new System.Drawing.Size(339, 359);
this.gB_Settings_Preparation.TabIndex = 29;
this.gB_Settings_Preparation.TabStop = false;
this.gB_Settings_Preparation.Text = "Preparation";
//
// nUD_Settings_Preparation_StabiTime
//
this.nUD_Settings_Preparation_StabiTime.Location = new System.Drawing.Point(211, 39);
this.nUD_Settings_Preparation_StabiTime.Maximum = new decimal(new int[] {
2000,
0,
0,
0});
this.nUD_Settings_Preparation_StabiTime.Minimum = new decimal(new int[] {
5,
0,
0,
0});
this.nUD_Settings_Preparation_StabiTime.Name = "nUD_Settings_Preparation_StabiTime";
this.nUD_Settings_Preparation_StabiTime.Size = new System.Drawing.Size(77, 22);
this.nUD_Settings_Preparation_StabiTime.TabIndex = 18;
this.nUD_Settings_Preparation_StabiTime.Value = new decimal(new int[] {
120,
0,
0,
0});
//
// l_Settings_Preparation_StabiTime
//
this.l_Settings_Preparation_StabiTime.AutoSize = true;
this.l_Settings_Preparation_StabiTime.Location = new System.Drawing.Point(29, 39);
this.l_Settings_Preparation_StabiTime.Name = "l_Settings_Preparation_StabiTime";
this.l_Settings_Preparation_StabiTime.Size = new System.Drawing.Size(144, 17);
this.l_Settings_Preparation_StabiTime.TabIndex = 18;
this.l_Settings_Preparation_StabiTime.Text = "Stabilization Time (s):";
//
// gB_Settings_ZeroflowOffsetTest
//
this.gB_Settings_ZeroflowOffsetTest.Controls.Add(this.l_Settings_ZeroflowOffsetTestNumberOfLines);
this.gB_Settings_ZeroflowOffsetTest.Controls.Add(this.nUD_Settings_ZeroflowOffsetTestNumberOfLines);
this.gB_Settings_ZeroflowOffsetTest.Controls.Add(this.l_Settings_ZeroFlowTestSettlingTime);
this.gB_Settings_ZeroflowOffsetTest.Controls.Add(this.nUD_Settings_ZeroflowOffsetTestSettlingTime);
this.gB_Settings_ZeroflowOffsetTest.Controls.Add(this.l_Settings_ZeroFlowTestOffsetLimit);
this.gB_Settings_ZeroflowOffsetTest.Controls.Add(this.nUD_Settings_ZeroflowOffsetTestOffsetLimit);
this.gB_Settings_ZeroflowOffsetTest.Controls.Add(this.l_Settings_ZeroflowOffsetTestLowerLimit);
this.gB_Settings_ZeroflowOffsetTest.Controls.Add(this.l_Settings_ZeroflowOffsetTestUpperLimit);
this.gB_Settings_ZeroflowOffsetTest.Controls.Add(this.nUD_Settings_ZeroflowOffsetTestLowerLimit);
this.gB_Settings_ZeroflowOffsetTest.Controls.Add(this.nUD_Settings_ZeroflowOffsetTestUpperLimit);
this.gB_Settings_ZeroflowOffsetTest.Location = new System.Drawing.Point(413, 35);
this.gB_Settings_ZeroflowOffsetTest.Name = "gB_Settings_ZeroflowOffsetTest";
this.gB_Settings_ZeroflowOffsetTest.Size = new System.Drawing.Size(339, 397);
this.gB_Settings_ZeroflowOffsetTest.TabIndex = 28;
this.gB_Settings_ZeroflowOffsetTest.TabStop = false;
this.gB_Settings_ZeroflowOffsetTest.Text = "Zeroflow Offset Test";
//
// l_Settings_ZeroflowOffsetTestNumberOfLines
//
this.l_Settings_ZeroflowOffsetTestNumberOfLines.AutoSize = true;
this.l_Settings_ZeroflowOffsetTestNumberOfLines.Location = new System.Drawing.Point(30, 334);
this.l_Settings_ZeroflowOffsetTestNumberOfLines.Name = "l_Settings_ZeroflowOffsetTestNumberOfLines";
this.l_Settings_ZeroflowOffsetTestNumberOfLines.Size = new System.Drawing.Size(111, 17);
this.l_Settings_ZeroflowOffsetTestNumberOfLines.TabIndex = 17;
this.l_Settings_ZeroflowOffsetTestNumberOfLines.Text = "Number of lines:";
//
// nUD_Settings_ZeroflowOffsetTestNumberOfLines
//
this.nUD_Settings_ZeroflowOffsetTestNumberOfLines.Location = new System.Drawing.Point(211, 332);
this.nUD_Settings_ZeroflowOffsetTestNumberOfLines.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.nUD_Settings_ZeroflowOffsetTestNumberOfLines.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nUD_Settings_ZeroflowOffsetTestNumberOfLines.Name = "nUD_Settings_ZeroflowOffsetTestNumberOfLines";
this.nUD_Settings_ZeroflowOffsetTestNumberOfLines.Size = new System.Drawing.Size(77, 22);
this.nUD_Settings_ZeroflowOffsetTestNumberOfLines.TabIndex = 16;
this.nUD_Settings_ZeroflowOffsetTestNumberOfLines.Value = new decimal(new int[] {
3600,
0,
0,
0});
//
// l_Settings_ZeroFlowTestSettlingTime
//
this.l_Settings_ZeroFlowTestSettlingTime.AutoSize = true;
this.l_Settings_ZeroFlowTestSettlingTime.Location = new System.Drawing.Point(31, 280);
this.l_Settings_ZeroFlowTestSettlingTime.Name = "l_Settings_ZeroFlowTestSettlingTime";
this.l_Settings_ZeroFlowTestSettlingTime.Size = new System.Drawing.Size(110, 17);
this.l_Settings_ZeroFlowTestSettlingTime.TabIndex = 15;
this.l_Settings_ZeroFlowTestSettlingTime.Text = "Settling time (s):";
//
// nUD_Settings_ZeroflowOffsetTestSettlingTime
//
this.nUD_Settings_ZeroflowOffsetTestSettlingTime.Location = new System.Drawing.Point(211, 278);
this.nUD_Settings_ZeroflowOffsetTestSettlingTime.Maximum = new decimal(new int[] {
2000,
0,
0,
0});
this.nUD_Settings_ZeroflowOffsetTestSettlingTime.Minimum = new decimal(new int[] {
5,
0,
0,
0});
this.nUD_Settings_ZeroflowOffsetTestSettlingTime.Name = "nUD_Settings_ZeroflowOffsetTestSettlingTime";
this.nUD_Settings_ZeroflowOffsetTestSettlingTime.Size = new System.Drawing.Size(77, 22);
this.nUD_Settings_ZeroflowOffsetTestSettlingTime.TabIndex = 14;
this.nUD_Settings_ZeroflowOffsetTestSettlingTime.Value = new decimal(new int[] {
60,
0,
0,
0});
//
// l_Settings_ZeroFlowTestOffsetLimit
//
this.l_Settings_ZeroFlowTestOffsetLimit.AutoSize = true;
this.l_Settings_ZeroFlowTestOffsetLimit.Location = new System.Drawing.Point(29, 219);
this.l_Settings_ZeroFlowTestOffsetLimit.Name = "l_Settings_ZeroFlowTestOffsetLimit";
this.l_Settings_ZeroFlowTestOffsetLimit.Size = new System.Drawing.Size(112, 17);
this.l_Settings_ZeroFlowTestOffsetLimit.TabIndex = 13;
this.l_Settings_ZeroFlowTestOffsetLimit.Text = "Offset Limit (ps):";
//
// nUD_Settings_ZeroflowOffsetTestOffsetLimit
//
this.nUD_Settings_ZeroflowOffsetTestOffsetLimit.Location = new System.Drawing.Point(211, 217);
this.nUD_Settings_ZeroflowOffsetTestOffsetLimit.Maximum = new decimal(new int[] {
600,
0,
0,
0});
this.nUD_Settings_ZeroflowOffsetTestOffsetLimit.Minimum = new decimal(new int[] {
50,
0,
0,
0});
this.nUD_Settings_ZeroflowOffsetTestOffsetLimit.Name = "nUD_Settings_ZeroflowOffsetTestOffsetLimit";
this.nUD_Settings_ZeroflowOffsetTestOffsetLimit.Size = new System.Drawing.Size(77, 22);
this.nUD_Settings_ZeroflowOffsetTestOffsetLimit.TabIndex = 12;
this.nUD_Settings_ZeroflowOffsetTestOffsetLimit.Value = new decimal(new int[] {
300,
0,
0,
0});
//
// l_Settings_ZeroflowOffsetTestLowerLimit
//
this.l_Settings_ZeroflowOffsetTestLowerLimit.AutoSize = true;
this.l_Settings_ZeroflowOffsetTestLowerLimit.Location = new System.Drawing.Point(29, 156);
this.l_Settings_ZeroflowOffsetTestLowerLimit.Name = "l_Settings_ZeroflowOffsetTestLowerLimit";
this.l_Settings_ZeroflowOffsetTestLowerLimit.Size = new System.Drawing.Size(169, 17);
this.l_Settings_ZeroflowOffsetTestLowerLimit.TabIndex = 3;
this.l_Settings_ZeroflowOffsetTestLowerLimit.Text = "Lower Voltage Limit (mV):";
//
// l_Settings_ZeroflowOffsetTestUpperLimit
//
this.l_Settings_ZeroflowOffsetTestUpperLimit.AutoSize = true;
this.l_Settings_ZeroflowOffsetTestUpperLimit.Location = new System.Drawing.Point(29, 101);
this.l_Settings_ZeroflowOffsetTestUpperLimit.Name = "l_Settings_ZeroflowOffsetTestUpperLimit";
this.l_Settings_ZeroflowOffsetTestUpperLimit.Size = new System.Drawing.Size(170, 17);
this.l_Settings_ZeroflowOffsetTestUpperLimit.TabIndex = 2;
this.l_Settings_ZeroflowOffsetTestUpperLimit.Text = "Upper Voltage Limit (mV):";
//
// nUD_Settings_ZeroflowOffsetTestLowerLimit
//
this.nUD_Settings_ZeroflowOffsetTestLowerLimit.Location = new System.Drawing.Point(211, 153);
this.nUD_Settings_ZeroflowOffsetTestLowerLimit.Maximum = new decimal(new int[] {
600,
0,
0,
0});
this.nUD_Settings_ZeroflowOffsetTestLowerLimit.Name = "nUD_Settings_ZeroflowOffsetTestLowerLimit";
this.nUD_Settings_ZeroflowOffsetTestLowerLimit.Size = new System.Drawing.Size(77, 22);
this.nUD_Settings_ZeroflowOffsetTestLowerLimit.TabIndex = 1;
this.nUD_Settings_ZeroflowOffsetTestLowerLimit.Value = new decimal(new int[] {
200,
0,
0,
0});
//
// nUD_Settings_ZeroflowOffsetTestUpperLimit
//
this.nUD_Settings_ZeroflowOffsetTestUpperLimit.Location = new System.Drawing.Point(211, 99);
this.nUD_Settings_ZeroflowOffsetTestUpperLimit.Maximum = new decimal(new int[] {
3000,
0,
0,
0});
this.nUD_Settings_ZeroflowOffsetTestUpperLimit.Name = "nUD_Settings_ZeroflowOffsetTestUpperLimit";
this.nUD_Settings_ZeroflowOffsetTestUpperLimit.Size = new System.Drawing.Size(77, 22);
this.nUD_Settings_ZeroflowOffsetTestUpperLimit.TabIndex = 0;
this.nUD_Settings_ZeroflowOffsetTestUpperLimit.Value = new decimal(new int[] {
650,
0,
0,
0});
//
// gB_Settings_AmplitudeTest
//
this.gB_Settings_AmplitudeTest.Controls.Add(this.cB_MeanAmplitudeFiles);
this.gB_Settings_AmplitudeTest.Controls.Add(this.nUD_PercentageStop);
this.gB_Settings_AmplitudeTest.Controls.Add(this.l_PercentageStop);
this.gB_Settings_AmplitudeTest.Controls.Add(this.l_PercentageStart);
this.gB_Settings_AmplitudeTest.Controls.Add(this.nUD_PercentageStart);
this.gB_Settings_AmplitudeTest.Controls.Add(this.l__Settings_AmplitudeTestMinDistance);
this.gB_Settings_AmplitudeTest.Controls.Add(this.nUD_Settings_AmplitudeTestMinDistance);
this.gB_Settings_AmplitudeTest.Controls.Add(this.l_Settings_AmplitudeTestLowerLimit);
this.gB_Settings_AmplitudeTest.Controls.Add(this.l_Settings_AmplitudeTestUpperLimit);
this.gB_Settings_AmplitudeTest.Controls.Add(this.nUD_Settings_AmplitudeTestLowerLimit);
this.gB_Settings_AmplitudeTest.Controls.Add(this.nUD_Settings_AmplitudeTestUpperLimit);
this.gB_Settings_AmplitudeTest.Location = new System.Drawing.Point(52, 35);
this.gB_Settings_AmplitudeTest.Name = "gB_Settings_AmplitudeTest";
this.gB_Settings_AmplitudeTest.Size = new System.Drawing.Size(339, 397);
this.gB_Settings_AmplitudeTest.TabIndex = 27;
this.gB_Settings_AmplitudeTest.TabStop = false;
this.gB_Settings_AmplitudeTest.Text = "Amplitude Test";
//
// cB_MeanAmplitudeFiles
//
this.cB_MeanAmplitudeFiles.AutoSize = true;
this.cB_MeanAmplitudeFiles.Checked = true;
this.cB_MeanAmplitudeFiles.CheckState = System.Windows.Forms.CheckState.Checked;
this.cB_MeanAmplitudeFiles.Location = new System.Drawing.Point(62, 40);
this.cB_MeanAmplitudeFiles.Name = "cB_MeanAmplitudeFiles";
this.cB_MeanAmplitudeFiles.Size = new System.Drawing.Size(202, 21);
this.cB_MeanAmplitudeFiles.TabIndex = 10;
this.cB_MeanAmplitudeFiles.Text = "Generate Mean Value Files";
this.cB_MeanAmplitudeFiles.UseVisualStyleBackColor = true;
//
// nUD_PercentageStop
//
this.nUD_PercentageStop.Location = new System.Drawing.Point(226, 332);
this.nUD_PercentageStop.Maximum = new decimal(new int[] {
50,
0,
0,
0});
this.nUD_PercentageStop.Minimum = new decimal(new int[] {
30,
0,
0,
0});
this.nUD_PercentageStop.Name = "nUD_PercentageStop";
this.nUD_PercentageStop.Size = new System.Drawing.Size(86, 22);
this.nUD_PercentageStop.TabIndex = 9;
this.nUD_PercentageStop.Value = new decimal(new int[] {
40,
0,
0,
0});
//
// l_PercentageStop
//
this.l_PercentageStop.AutoSize = true;
this.l_PercentageStop.Location = new System.Drawing.Point(39, 334);
this.l_PercentageStop.Name = "l_PercentageStop";
this.l_PercentageStop.Size = new System.Drawing.Size(158, 17);
this.l_PercentageStop.TabIndex = 8;
this.l_PercentageStop.Text = "Percentage Stop Value:";
//
// l_PercentageStart
//
this.l_PercentageStart.AutoSize = true;
this.l_PercentageStart.Location = new System.Drawing.Point(38, 278);
this.l_PercentageStart.Name = "l_PercentageStart";
this.l_PercentageStart.Size = new System.Drawing.Size(159, 17);
this.l_PercentageStart.TabIndex = 7;
this.l_PercentageStart.Text = "Percentage Start Value:";
//
// nUD_PercentageStart
//
this.nUD_PercentageStart.Location = new System.Drawing.Point(226, 276);
this.nUD_PercentageStart.Maximum = new decimal(new int[] {
20,
0,
0,
0});
this.nUD_PercentageStart.Name = "nUD_PercentageStart";
this.nUD_PercentageStart.Size = new System.Drawing.Size(86, 22);
this.nUD_PercentageStart.TabIndex = 6;
this.nUD_PercentageStart.Value = new decimal(new int[] {
5,
0,
0,
0});
//
// l__Settings_AmplitudeTestMinDistance
//
this.l__Settings_AmplitudeTestMinDistance.AutoSize = true;
this.l__Settings_AmplitudeTestMinDistance.Location = new System.Drawing.Point(39, 219);
this.l__Settings_AmplitudeTestMinDistance.Name = "l__Settings_AmplitudeTestMinDistance";
this.l__Settings_AmplitudeTestMinDistance.Size = new System.Drawing.Size(97, 17);
this.l__Settings_AmplitudeTestMinDistance.TabIndex = 5;
this.l__Settings_AmplitudeTestMinDistance.Text = "min. Distance:";
//
// nUD_Settings_AmplitudeTestMinDistance
//
this.nUD_Settings_AmplitudeTestMinDistance.Location = new System.Drawing.Point(226, 219);
this.nUD_Settings_AmplitudeTestMinDistance.Maximum = new decimal(new int[] {
10,
0,
0,
0});
this.nUD_Settings_AmplitudeTestMinDistance.Name = "nUD_Settings_AmplitudeTestMinDistance";
this.nUD_Settings_AmplitudeTestMinDistance.Size = new System.Drawing.Size(86, 22);
this.nUD_Settings_AmplitudeTestMinDistance.TabIndex = 4;
this.nUD_Settings_AmplitudeTestMinDistance.Value = new decimal(new int[] {
7,
0,
0,
0});
//
// l_Settings_AmplitudeTestLowerLimit
//
this.l_Settings_AmplitudeTestLowerLimit.AutoSize = true;
this.l_Settings_AmplitudeTestLowerLimit.Location = new System.Drawing.Point(38, 158);
this.l_Settings_AmplitudeTestLowerLimit.Name = "l_Settings_AmplitudeTestLowerLimit";
this.l_Settings_AmplitudeTestLowerLimit.Size = new System.Drawing.Size(171, 17);
this.l_Settings_AmplitudeTestLowerLimit.TabIndex = 3;
this.l_Settings_AmplitudeTestLowerLimit.Text = "Optimal Point Lower Limit:";
//
// l_Settings_AmplitudeTestUpperLimit
//
this.l_Settings_AmplitudeTestUpperLimit.AutoSize = true;
this.l_Settings_AmplitudeTestUpperLimit.Location = new System.Drawing.Point(39, 101);
this.l_Settings_AmplitudeTestUpperLimit.Name = "l_Settings_AmplitudeTestUpperLimit";
this.l_Settings_AmplitudeTestUpperLimit.Size = new System.Drawing.Size(172, 17);
this.l_Settings_AmplitudeTestUpperLimit.TabIndex = 2;
this.l_Settings_AmplitudeTestUpperLimit.Text = "Optimal Point Upper Limit:";
//
// nUD_Settings_AmplitudeTestLowerLimit
//
this.nUD_Settings_AmplitudeTestLowerLimit.Location = new System.Drawing.Point(226, 156);
this.nUD_Settings_AmplitudeTestLowerLimit.Maximum = new decimal(new int[] {
30,
0,
0,
0});
this.nUD_Settings_AmplitudeTestLowerLimit.Name = "nUD_Settings_AmplitudeTestLowerLimit";
this.nUD_Settings_AmplitudeTestLowerLimit.Size = new System.Drawing.Size(86, 22);
this.nUD_Settings_AmplitudeTestLowerLimit.TabIndex = 1;
this.nUD_Settings_AmplitudeTestLowerLimit.Value = new decimal(new int[] {
12,
0,
0,
0});
//
// nUD_Settings_AmplitudeTestUpperLimit
//
this.nUD_Settings_AmplitudeTestUpperLimit.Location = new System.Drawing.Point(226, 99);
this.nUD_Settings_AmplitudeTestUpperLimit.Maximum = new decimal(new int[] {
40,
0,
0,
0});
this.nUD_Settings_AmplitudeTestUpperLimit.Name = "nUD_Settings_AmplitudeTestUpperLimit";
this.nUD_Settings_AmplitudeTestUpperLimit.Size = new System.Drawing.Size(86, 22);
this.nUD_Settings_AmplitudeTestUpperLimit.TabIndex = 0;
this.nUD_Settings_AmplitudeTestUpperLimit.Value = new decimal(new int[] {
32,
0,
0,
0});
//
// pB_AvailableImages
//
this.pB_AvailableImages.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pB_AvailableImages.BackColor = System.Drawing.Color.Transparent;
this.pB_AvailableImages.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pB_AvailableImages.ErrorImage")));
this.pB_AvailableImages.Image = ((System.Drawing.Image)(resources.GetObject("pB_AvailableImages.Image")));
this.pB_AvailableImages.InitialImage = ((System.Drawing.Image)(resources.GetObject("pB_AvailableImages.InitialImage")));
this.pB_AvailableImages.Location = new System.Drawing.Point(1235, 102);
this.pB_AvailableImages.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pB_AvailableImages.Name = "pB_AvailableImages";
this.pB_AvailableImages.Size = new System.Drawing.Size(66, 50);
this.pB_AvailableImages.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pB_AvailableImages.TabIndex = 26;
this.pB_AvailableImages.TabStop = false;
//
// tab_About
//
this.tab_About.BackColor = System.Drawing.Color.Honeydew;
this.tab_About.Controls.Add(this.pictureBox3);
this.tab_About.Controls.Add(this.pictureBox2);
this.tab_About.Controls.Add(this.l_BasedOn);
this.tab_About.Controls.Add(this.l_FwVersion);
this.tab_About.Controls.Add(this.l_Author);
this.tab_About.Controls.Add(this.pB_DocumentVersion);
this.tab_About.Controls.Add(this.pB_Logo2);
this.tab_About.Controls.Add(this.l_Version);
this.tab_About.Controls.Add(this.l_About_Info);
this.tab_About.Controls.Add(this.l_About_Author);
this.tab_About.Controls.Add(this.l_About_Version);
this.tab_About.Location = new System.Drawing.Point(4, 25);
this.tab_About.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tab_About.Name = "tab_About";
this.tab_About.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tab_About.Size = new System.Drawing.Size(1385, 856);
this.tab_About.TabIndex = 7;
this.tab_About.Text = "About";
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(847, 265);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(425, 452);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 54;
this.pictureBox2.TabStop = false;
//
// l_BasedOn
//
this.l_BasedOn.AutoSize = true;
this.l_BasedOn.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_BasedOn.Location = new System.Drawing.Point(289, 237);
this.l_BasedOn.Name = "l_BasedOn";
this.l_BasedOn.Size = new System.Drawing.Size(101, 25);
this.l_BasedOn.TabIndex = 9;
this.l_BasedOn.Text = "Based on:";
//
// l_FwVersion
//
this.l_FwVersion.AutoSize = true;
this.l_FwVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_FwVersion.Location = new System.Drawing.Point(289, 775);
this.l_FwVersion.Name = "l_FwVersion";
this.l_FwVersion.Size = new System.Drawing.Size(313, 25);
this.l_FwVersion.TabIndex = 8;
this.l_FwVersion.Text = "Tested with Firmware Version r145";
//
// l_Author
//
this.l_Author.AutoSize = true;
this.l_Author.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_Author.Location = new System.Drawing.Point(289, 166);
this.l_Author.Name = "l_Author";
this.l_Author.Size = new System.Drawing.Size(131, 25);
this.l_Author.TabIndex = 7;
this.l_Author.Text = "Stefan Rohde";
//
// pB_DocumentVersion
//
this.pB_DocumentVersion.Image = ((System.Drawing.Image)(resources.GetObject("pB_DocumentVersion.Image")));
this.pB_DocumentVersion.Location = new System.Drawing.Point(232, 265);
this.pB_DocumentVersion.Name = "pB_DocumentVersion";
this.pB_DocumentVersion.Size = new System.Drawing.Size(622, 437);
this.pB_DocumentVersion.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pB_DocumentVersion.TabIndex = 6;
this.pB_DocumentVersion.TabStop = false;
//
// pB_Logo2
//
this.pB_Logo2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pB_Logo2.Image = ((System.Drawing.Image)(resources.GetObject("pB_Logo2.Image")));
this.pB_Logo2.InitialImage = null;
this.pB_Logo2.Location = new System.Drawing.Point(1206, 26);
this.pB_Logo2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pB_Logo2.Name = "pB_Logo2";
this.pB_Logo2.Size = new System.Drawing.Size(114, 48);
this.pB_Logo2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pB_Logo2.TabIndex = 5;
this.pB_Logo2.TabStop = false;
//
// l_Version
//
this.l_Version.AutoSize = true;
this.l_Version.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_Version.Location = new System.Drawing.Point(288, 129);
this.l_Version.Name = "l_Version";
this.l_Version.Size = new System.Drawing.Size(224, 25);
this.l_Version.TabIndex = 4;
this.l_Version.Text = "Version 0.6/ 2018-01-31";
//
// l_About_Info
//
this.l_About_Info.AutoSize = true;
this.l_About_Info.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_About_Info.Location = new System.Drawing.Point(289, 732);
this.l_About_Info.Name = "l_About_Info";
this.l_About_Info.Size = new System.Drawing.Size(463, 25);
this.l_About_Info.TabIndex = 3;
this.l_About_Info.Text = "Supports GENESIS Beta Board protocol version \"h\"";
//
// l_About_Author
//
this.l_About_Author.AutoSize = true;
this.l_About_Author.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_About_Author.Location = new System.Drawing.Point(463, 308);
this.l_About_Author.Name = "l_About_Author";
this.l_About_Author.Size = new System.Drawing.Size(17, 25);
this.l_About_Author.TabIndex = 2;
this.l_About_Author.Text = " ";
//
// l_About_Version
//
this.l_About_Version.AutoSize = true;
this.l_About_Version.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_About_Version.Location = new System.Drawing.Point(286, 65);
this.l_About_Version.Name = "l_About_Version";
this.l_About_Version.Size = new System.Drawing.Size(667, 46);
this.l_About_Version.TabIndex = 1;
this.l_About_Version.Text = "GENESIS Zeroflow calibration tool";
//
// tab_ZeroFlowCal
//
this.tab_ZeroFlowCal.AutoScroll = true;
this.tab_ZeroFlowCal.BackColor = System.Drawing.Color.Honeydew;
this.tab_ZeroFlowCal.Controls.Add(this.cB_TempCalEnable);
this.tab_ZeroFlowCal.Controls.Add(this.cB_ZeroFlowOffsetTestEnable);
this.tab_ZeroFlowCal.Controls.Add(this.cB_AmplitudeTestEnable);
this.tab_ZeroFlowCal.Controls.Add(this.p_ZeroFlowCal_TempCal);
this.tab_ZeroFlowCal.Controls.Add(this.btn_ZeroFlowCal_Pdf);
this.tab_ZeroFlowCal.Controls.Add(this.btn_ZeroFlowCal_Save);
this.tab_ZeroFlowCal.Controls.Add(this.rTB_forDebugging);
this.tab_ZeroFlowCal.Controls.Add(this.l_CrcCheck);
this.tab_ZeroFlowCal.Controls.Add(this.btn_ZeroFlowCal_Clear);
this.tab_ZeroFlowCal.Controls.Add(this.p_ZeroFlowCal_Detect);
this.tab_ZeroFlowCal.Controls.Add(this.p_ZeroFlowCal_Completion);
this.tab_ZeroFlowCal.Controls.Add(this.p_ZeroFlowCal_Offset);
this.tab_ZeroFlowCal.Controls.Add(this.p_ZeroFlowCal_Amplitude);
this.tab_ZeroFlowCal.Controls.Add(this.p_ZeroFlowCal_Prepare);
this.tab_ZeroFlowCal.Controls.Add(this.btn_ZeroFlowCal_Abort);
this.tab_ZeroFlowCal.Controls.Add(this.l_ZeroFlowCal_ResttimeDisplayValue);
this.tab_ZeroFlowCal.Controls.Add(this.l_ZeroFlowCal_Resttime);
this.tab_ZeroFlowCal.Controls.Add(this.pB_ZeroFlowCal_Progress);
this.tab_ZeroFlowCal.Controls.Add(this.cB_ZeroFlowCal_EnableMeter10);
this.tab_ZeroFlowCal.Controls.Add(this.cB_ZeroFlowCal_EnableMeter9);
this.tab_ZeroFlowCal.Controls.Add(this.cB_ZeroFlowCal_EnableMeter8);
this.tab_ZeroFlowCal.Controls.Add(this.cB_ZeroFlowCal_EnableMeter7);
this.tab_ZeroFlowCal.Controls.Add(this.cB_ZeroFlowCal_EnableMeter6);
this.tab_ZeroFlowCal.Controls.Add(this.cB_ZeroFlowCal_EnableMeter5);
this.tab_ZeroFlowCal.Controls.Add(this.cB_ZeroFlowCal_EnableMeter4);
this.tab_ZeroFlowCal.Controls.Add(this.cB_ZeroFlowCal_EnableMeter3);
this.tab_ZeroFlowCal.Controls.Add(this.cB_ZeroFlowCal_EnableMeter2);
this.tab_ZeroFlowCal.Controls.Add(this.cB_ZeroFlowCal_EnableMeter1);
this.tab_ZeroFlowCal.Controls.Add(this.btn_ZeroFlowCal_Start);
this.tab_ZeroFlowCal.Controls.Add(this.btn_ZeroFlowCal_Detect);
this.tab_ZeroFlowCal.Controls.Add(this.rTB_ZeroFlowCal);
this.tab_ZeroFlowCal.Controls.Add(this.l_ZeroFlowCal_Status);
this.tab_ZeroFlowCal.Controls.Add(this.p_ZeroFlowCal_Meter10);
this.tab_ZeroFlowCal.Controls.Add(this.p_ZeroFlowCal_Meter9);
this.tab_ZeroFlowCal.Controls.Add(this.p_ZeroFlowCal_Meter8);
this.tab_ZeroFlowCal.Controls.Add(this.p_ZeroFlowCal_Meter7);
this.tab_ZeroFlowCal.Controls.Add(this.p_ZeroFlowCal_Meter6);
this.tab_ZeroFlowCal.Controls.Add(this.p_ZeroFlowCal_Meter5);
this.tab_ZeroFlowCal.Controls.Add(this.p_ZeroFlowCal_Meter4);
this.tab_ZeroFlowCal.Controls.Add(this.p_ZeroFlowCal_Meter3);
this.tab_ZeroFlowCal.Controls.Add(this.p_ZeroFlowCal_Meter2);
this.tab_ZeroFlowCal.Controls.Add(this.p_ZeroFlowCal_Meter1);
this.tab_ZeroFlowCal.Controls.Add(this.pB_Logo1);
this.tab_ZeroFlowCal.Controls.Add(this.pB_Bubbles1);
this.tab_ZeroFlowCal.Location = new System.Drawing.Point(4, 25);
this.tab_ZeroFlowCal.Name = "tab_ZeroFlowCal";
this.tab_ZeroFlowCal.Padding = new System.Windows.Forms.Padding(3);
this.tab_ZeroFlowCal.Size = new System.Drawing.Size(1385, 856);
this.tab_ZeroFlowCal.TabIndex = 15;
this.tab_ZeroFlowCal.Text = "Zero flow calibration";
//
// cB_TempCalEnable
//
this.cB_TempCalEnable.AutoSize = true;
this.cB_TempCalEnable.Checked = true;
this.cB_TempCalEnable.CheckState = System.Windows.Forms.CheckState.Checked;
this.cB_TempCalEnable.Location = new System.Drawing.Point(639, 534);
this.cB_TempCalEnable.Name = "cB_TempCalEnable";
this.cB_TempCalEnable.Size = new System.Drawing.Size(73, 21);
this.cB_TempCalEnable.TabIndex = 52;
this.cB_TempCalEnable.Text = "enable";
this.cB_TempCalEnable.UseVisualStyleBackColor = true;
//
// cB_ZeroFlowOffsetTestEnable
//
this.cB_ZeroFlowOffsetTestEnable.AutoSize = true;
this.cB_ZeroFlowOffsetTestEnable.Checked = true;
this.cB_ZeroFlowOffsetTestEnable.CheckState = System.Windows.Forms.CheckState.Checked;
this.cB_ZeroFlowOffsetTestEnable.Location = new System.Drawing.Point(485, 534);
this.cB_ZeroFlowOffsetTestEnable.Name = "cB_ZeroFlowOffsetTestEnable";
this.cB_ZeroFlowOffsetTestEnable.Size = new System.Drawing.Size(73, 21);
this.cB_ZeroFlowOffsetTestEnable.TabIndex = 51;
this.cB_ZeroFlowOffsetTestEnable.Text = "enable";
this.cB_ZeroFlowOffsetTestEnable.UseVisualStyleBackColor = true;
//
// cB_AmplitudeTestEnable
//
this.cB_AmplitudeTestEnable.AutoSize = true;
this.cB_AmplitudeTestEnable.Checked = true;
this.cB_AmplitudeTestEnable.CheckState = System.Windows.Forms.CheckState.Checked;
this.cB_AmplitudeTestEnable.Location = new System.Drawing.Point(340, 534);
this.cB_AmplitudeTestEnable.Name = "cB_AmplitudeTestEnable";
this.cB_AmplitudeTestEnable.Size = new System.Drawing.Size(73, 21);
this.cB_AmplitudeTestEnable.TabIndex = 50;
this.cB_AmplitudeTestEnable.Text = "enable";
this.cB_AmplitudeTestEnable.UseVisualStyleBackColor = true;
//
// p_ZeroFlowCal_TempCal
//
this.p_ZeroFlowCal_TempCal.BackColor = System.Drawing.Color.Gainsboro;
this.p_ZeroFlowCal_TempCal.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.p_ZeroFlowCal_TempCal.Controls.Add(this.l_ZeroFlowCal_TempCal);
this.p_ZeroFlowCal_TempCal.Location = new System.Drawing.Point(620, 561);
this.p_ZeroFlowCal_TempCal.Name = "p_ZeroFlowCal_TempCal";
this.p_ZeroFlowCal_TempCal.Size = new System.Drawing.Size(150, 80);
this.p_ZeroFlowCal_TempCal.TabIndex = 41;
//
// l_ZeroFlowCal_TempCal
//
this.l_ZeroFlowCal_TempCal.AutoSize = true;
this.l_ZeroFlowCal_TempCal.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_ZeroFlowCal_TempCal.ForeColor = System.Drawing.Color.Gray;
this.l_ZeroFlowCal_TempCal.Location = new System.Drawing.Point(1, 19);
this.l_ZeroFlowCal_TempCal.Name = "l_ZeroFlowCal_TempCal";
this.l_ZeroFlowCal_TempCal.Size = new System.Drawing.Size(145, 40);
this.l_ZeroFlowCal_TempCal.TabIndex = 40;
this.l_ZeroFlowCal_TempCal.Text = "TEMPERATURE\r\nCALIBRATION";
this.l_ZeroFlowCal_TempCal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btn_ZeroFlowCal_Pdf
//
this.btn_ZeroFlowCal_Pdf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btn_ZeroFlowCal_Pdf.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_ZeroFlowCal_Pdf.Location = new System.Drawing.Point(1271, 662);
this.btn_ZeroFlowCal_Pdf.Name = "btn_ZeroFlowCal_Pdf";
this.btn_ZeroFlowCal_Pdf.Size = new System.Drawing.Size(69, 48);
this.btn_ZeroFlowCal_Pdf.TabIndex = 48;
this.btn_ZeroFlowCal_Pdf.Text = "PDF";
this.btn_ZeroFlowCal_Pdf.UseVisualStyleBackColor = true;
// this.btn_ZeroFlowCal_Pdf.Click += new System.EventHandler(this.btn_ZeroFlowCal_Pdf_Click);
//
// btn_ZeroFlowCal_Save
//
this.btn_ZeroFlowCal_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btn_ZeroFlowCal_Save.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_ZeroFlowCal_Save.Location = new System.Drawing.Point(1271, 729);
this.btn_ZeroFlowCal_Save.Name = "btn_ZeroFlowCal_Save";
this.btn_ZeroFlowCal_Save.Size = new System.Drawing.Size(69, 48);
this.btn_ZeroFlowCal_Save.TabIndex = 47;
this.btn_ZeroFlowCal_Save.Text = "Save";
this.btn_ZeroFlowCal_Save.UseVisualStyleBackColor = true;
//this.btn_ZeroFlowCal_Save.Click += new System.EventHandler(this.btn_ZeroFlowCal_Save_Click);
//
// rTB_forDebugging
//
this.rTB_forDebugging.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.rTB_forDebugging.EnableAutoDragDrop = true;
this.rTB_forDebugging.Location = new System.Drawing.Point(340, 41);
this.rTB_forDebugging.Name = "rTB_forDebugging";
this.rTB_forDebugging.Size = new System.Drawing.Size(731, 96);
this.rTB_forDebugging.TabIndex = 46;
this.rTB_forDebugging.Text = "";
this.rTB_forDebugging.Visible = false;
//
// l_CrcCheck
//
this.l_CrcCheck.AutoSize = true;
this.l_CrcCheck.Location = new System.Drawing.Point(948, 606);
this.l_CrcCheck.Name = "l_CrcCheck";
this.l_CrcCheck.Size = new System.Drawing.Size(23, 17);
this.l_CrcCheck.TabIndex = 42;
this.l_CrcCheck.Text = "---";
this.l_CrcCheck.Visible = false;
//
// btn_ZeroFlowCal_Clear
//
this.btn_ZeroFlowCal_Clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btn_ZeroFlowCal_Clear.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_ZeroFlowCal_Clear.Location = new System.Drawing.Point(1271, 795);
this.btn_ZeroFlowCal_Clear.Name = "btn_ZeroFlowCal_Clear";
this.btn_ZeroFlowCal_Clear.Size = new System.Drawing.Size(69, 48);
this.btn_ZeroFlowCal_Clear.TabIndex = 41;
this.btn_ZeroFlowCal_Clear.Text = "Clear";
this.btn_ZeroFlowCal_Clear.UseVisualStyleBackColor = true;
//this.btn_ZeroFlowCal_Clear.Click += new System.EventHandler(this.btn_ZeroFlowCal_Clear_Click);
//
// p_ZeroFlowCal_Detect
//
this.p_ZeroFlowCal_Detect.BackColor = System.Drawing.Color.Gainsboro;
this.p_ZeroFlowCal_Detect.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.p_ZeroFlowCal_Detect.Controls.Add(this.l_ZeroFlowCal_Detect);
this.p_ZeroFlowCal_Detect.Location = new System.Drawing.Point(18, 561);
this.p_ZeroFlowCal_Detect.Name = "p_ZeroFlowCal_Detect";
this.p_ZeroFlowCal_Detect.Size = new System.Drawing.Size(150, 80);
this.p_ZeroFlowCal_Detect.TabIndex = 40;
//
// l_ZeroFlowCal_Detect
//
this.l_ZeroFlowCal_Detect.AutoSize = true;
this.l_ZeroFlowCal_Detect.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_ZeroFlowCal_Detect.ForeColor = System.Drawing.Color.Gray;
this.l_ZeroFlowCal_Detect.Location = new System.Drawing.Point(30, 28);
this.l_ZeroFlowCal_Detect.Name = "l_ZeroFlowCal_Detect";
this.l_ZeroFlowCal_Detect.Size = new System.Drawing.Size(82, 20);
this.l_ZeroFlowCal_Detect.TabIndex = 39;
this.l_ZeroFlowCal_Detect.Text = "DETECT";
//
// p_ZeroFlowCal_Completion
//
this.p_ZeroFlowCal_Completion.BackColor = System.Drawing.Color.Gainsboro;
this.p_ZeroFlowCal_Completion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.p_ZeroFlowCal_Completion.Controls.Add(this.l_ZeroFlowCal_Completion);
this.p_ZeroFlowCal_Completion.Location = new System.Drawing.Point(770, 561);
this.p_ZeroFlowCal_Completion.Name = "p_ZeroFlowCal_Completion";
this.p_ZeroFlowCal_Completion.Size = new System.Drawing.Size(145, 80);
this.p_ZeroFlowCal_Completion.TabIndex = 32;
//
// l_ZeroFlowCal_Completion
//
this.l_ZeroFlowCal_Completion.AutoSize = true;
this.l_ZeroFlowCal_Completion.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_ZeroFlowCal_Completion.ForeColor = System.Drawing.Color.Gray;
this.l_ZeroFlowCal_Completion.Location = new System.Drawing.Point(8, 30);
this.l_ZeroFlowCal_Completion.Name = "l_ZeroFlowCal_Completion";
this.l_ZeroFlowCal_Completion.Size = new System.Drawing.Size(129, 20);
this.l_ZeroFlowCal_Completion.TabIndex = 40;
this.l_ZeroFlowCal_Completion.Text = "COMPLETION";
this.l_ZeroFlowCal_Completion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// p_ZeroFlowCal_Offset
//
this.p_ZeroFlowCal_Offset.BackColor = System.Drawing.Color.Gainsboro;
this.p_ZeroFlowCal_Offset.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.p_ZeroFlowCal_Offset.Controls.Add(this.l_ZeroFlowCal_Offset);
this.p_ZeroFlowCal_Offset.Location = new System.Drawing.Point(470, 561);
this.p_ZeroFlowCal_Offset.Name = "p_ZeroFlowCal_Offset";
this.p_ZeroFlowCal_Offset.Size = new System.Drawing.Size(150, 80);
this.p_ZeroFlowCal_Offset.TabIndex = 32;
//
// l_ZeroFlowCal_Offset
//
this.l_ZeroFlowCal_Offset.AutoSize = true;
this.l_ZeroFlowCal_Offset.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_ZeroFlowCal_Offset.ForeColor = System.Drawing.Color.Gray;
this.l_ZeroFlowCal_Offset.Location = new System.Drawing.Point(32, 19);
this.l_ZeroFlowCal_Offset.Name = "l_ZeroFlowCal_Offset";
this.l_ZeroFlowCal_Offset.Size = new System.Drawing.Size(80, 40);
this.l_ZeroFlowCal_Offset.TabIndex = 40;
this.l_ZeroFlowCal_Offset.Text = "OFFSET\r\nTEST";
this.l_ZeroFlowCal_Offset.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// p_ZeroFlowCal_Amplitude
//
this.p_ZeroFlowCal_Amplitude.BackColor = System.Drawing.Color.Gainsboro;
this.p_ZeroFlowCal_Amplitude.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.p_ZeroFlowCal_Amplitude.Controls.Add(this.l_ZeroFlowCal_Amplitude);
this.p_ZeroFlowCal_Amplitude.Location = new System.Drawing.Point(319, 561);
this.p_ZeroFlowCal_Amplitude.Name = "p_ZeroFlowCal_Amplitude";
this.p_ZeroFlowCal_Amplitude.Size = new System.Drawing.Size(150, 80);
this.p_ZeroFlowCal_Amplitude.TabIndex = 32;
//
// l_ZeroFlowCal_Amplitude
//
this.l_ZeroFlowCal_Amplitude.AutoSize = true;
this.l_ZeroFlowCal_Amplitude.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_ZeroFlowCal_Amplitude.ForeColor = System.Drawing.Color.Gray;
this.l_ZeroFlowCal_Amplitude.Location = new System.Drawing.Point(15, 20);
this.l_ZeroFlowCal_Amplitude.Name = "l_ZeroFlowCal_Amplitude";
this.l_ZeroFlowCal_Amplitude.Size = new System.Drawing.Size(114, 40);
this.l_ZeroFlowCal_Amplitude.TabIndex = 39;
this.l_ZeroFlowCal_Amplitude.Text = "AMPLITUDE\r\nTEST";
this.l_ZeroFlowCal_Amplitude.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// p_ZeroFlowCal_Prepare
//
this.p_ZeroFlowCal_Prepare.BackColor = System.Drawing.Color.Gainsboro;
this.p_ZeroFlowCal_Prepare.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.p_ZeroFlowCal_Prepare.Controls.Add(this.l_ZeroFlowCal_Prepare);
this.p_ZeroFlowCal_Prepare.Location = new System.Drawing.Point(169, 561);
this.p_ZeroFlowCal_Prepare.Name = "p_ZeroFlowCal_Prepare";
this.p_ZeroFlowCal_Prepare.Size = new System.Drawing.Size(150, 80);
this.p_ZeroFlowCal_Prepare.TabIndex = 31;
//
// l_ZeroFlowCal_Prepare
//
this.l_ZeroFlowCal_Prepare.AutoSize = true;
this.l_ZeroFlowCal_Prepare.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_ZeroFlowCal_Prepare.ForeColor = System.Drawing.Color.Gray;
this.l_ZeroFlowCal_Prepare.Location = new System.Drawing.Point(26, 28);
this.l_ZeroFlowCal_Prepare.Name = "l_ZeroFlowCal_Prepare";
this.l_ZeroFlowCal_Prepare.Size = new System.Drawing.Size(95, 20);
this.l_ZeroFlowCal_Prepare.TabIndex = 39;
this.l_ZeroFlowCal_Prepare.Text = "PREPARE";
//
// btn_ZeroFlowCal_Abort
//
this.btn_ZeroFlowCal_Abort.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_ZeroFlowCal_Abort.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_ZeroFlowCal_Abort.Location = new System.Drawing.Point(1194, 547);
this.btn_ZeroFlowCal_Abort.Name = "btn_ZeroFlowCal_Abort";
this.btn_ZeroFlowCal_Abort.Size = new System.Drawing.Size(146, 48);
this.btn_ZeroFlowCal_Abort.TabIndex = 38;
this.btn_ZeroFlowCal_Abort.Text = "ABORT";
this.btn_ZeroFlowCal_Abort.UseVisualStyleBackColor = true;
//this.btn_ZeroFlowCal_Abort.Click += new System.EventHandler(this.btn_ZeroFlowCal_Abort_Click);
//
// l_ZeroFlowCal_ResttimeDisplayValue
//
this.l_ZeroFlowCal_ResttimeDisplayValue.AutoSize = true;
this.l_ZeroFlowCal_ResttimeDisplayValue.Location = new System.Drawing.Point(1106, 544);
this.l_ZeroFlowCal_ResttimeDisplayValue.Name = "l_ZeroFlowCal_ResttimeDisplayValue";
this.l_ZeroFlowCal_ResttimeDisplayValue.Size = new System.Drawing.Size(64, 17);
this.l_ZeroFlowCal_ResttimeDisplayValue.TabIndex = 37;
this.l_ZeroFlowCal_ResttimeDisplayValue.Text = "00:00:00";
this.l_ZeroFlowCal_ResttimeDisplayValue.Visible = false;
//
// l_ZeroFlowCal_Resttime
//
this.l_ZeroFlowCal_Resttime.AutoSize = true;
this.l_ZeroFlowCal_Resttime.Location = new System.Drawing.Point(947, 544);
this.l_ZeroFlowCal_Resttime.Name = "l_ZeroFlowCal_Resttime";
this.l_ZeroFlowCal_Resttime.Size = new System.Drawing.Size(161, 17);
this.l_ZeroFlowCal_Resttime.TabIndex = 36;
this.l_ZeroFlowCal_Resttime.Text = "Estimated time to finish: ";
this.l_ZeroFlowCal_Resttime.Visible = false;
//
// pB_ZeroFlowCal_Progress
//
this.pB_ZeroFlowCal_Progress.Location = new System.Drawing.Point(951, 572);
this.pB_ZeroFlowCal_Progress.Name = "pB_ZeroFlowCal_Progress";
this.pB_ZeroFlowCal_Progress.Size = new System.Drawing.Size(220, 23);
this.pB_ZeroFlowCal_Progress.TabIndex = 35;
this.pB_ZeroFlowCal_Progress.Visible = false;
//
// cB_ZeroFlowCal_EnableMeter10
//
this.cB_ZeroFlowCal_EnableMeter10.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cB_ZeroFlowCal_EnableMeter10.AutoSize = true;
this.cB_ZeroFlowCal_EnableMeter10.Location = new System.Drawing.Point(1223, 289);
this.cB_ZeroFlowCal_EnableMeter10.Name = "cB_ZeroFlowCal_EnableMeter10";
this.cB_ZeroFlowCal_EnableMeter10.Size = new System.Drawing.Size(73, 21);
this.cB_ZeroFlowCal_EnableMeter10.TabIndex = 34;
this.cB_ZeroFlowCal_EnableMeter10.Text = "enable";
this.cB_ZeroFlowCal_EnableMeter10.UseVisualStyleBackColor = true;
//
// cB_ZeroFlowCal_EnableMeter9
//
this.cB_ZeroFlowCal_EnableMeter9.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cB_ZeroFlowCal_EnableMeter9.AutoSize = true;
this.cB_ZeroFlowCal_EnableMeter9.Location = new System.Drawing.Point(1095, 289);
this.cB_ZeroFlowCal_EnableMeter9.Name = "cB_ZeroFlowCal_EnableMeter9";
this.cB_ZeroFlowCal_EnableMeter9.Size = new System.Drawing.Size(73, 21);
this.cB_ZeroFlowCal_EnableMeter9.TabIndex = 33;
this.cB_ZeroFlowCal_EnableMeter9.Text = "enable";
this.cB_ZeroFlowCal_EnableMeter9.UseVisualStyleBackColor = true;
//
// cB_ZeroFlowCal_EnableMeter8
//
this.cB_ZeroFlowCal_EnableMeter8.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cB_ZeroFlowCal_EnableMeter8.AutoSize = true;
this.cB_ZeroFlowCal_EnableMeter8.Location = new System.Drawing.Point(968, 289);
this.cB_ZeroFlowCal_EnableMeter8.Name = "cB_ZeroFlowCal_EnableMeter8";
this.cB_ZeroFlowCal_EnableMeter8.Size = new System.Drawing.Size(73, 21);
this.cB_ZeroFlowCal_EnableMeter8.TabIndex = 32;
this.cB_ZeroFlowCal_EnableMeter8.Text = "enable";
this.cB_ZeroFlowCal_EnableMeter8.UseVisualStyleBackColor = true;
//
// cB_ZeroFlowCal_EnableMeter7
//
this.cB_ZeroFlowCal_EnableMeter7.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cB_ZeroFlowCal_EnableMeter7.AutoSize = true;
this.cB_ZeroFlowCal_EnableMeter7.Location = new System.Drawing.Point(839, 289);
this.cB_ZeroFlowCal_EnableMeter7.Name = "cB_ZeroFlowCal_EnableMeter7";
this.cB_ZeroFlowCal_EnableMeter7.Size = new System.Drawing.Size(73, 21);
this.cB_ZeroFlowCal_EnableMeter7.TabIndex = 31;
this.cB_ZeroFlowCal_EnableMeter7.Text = "enable";
this.cB_ZeroFlowCal_EnableMeter7.UseVisualStyleBackColor = true;
//
// cB_ZeroFlowCal_EnableMeter6
//
this.cB_ZeroFlowCal_EnableMeter6.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cB_ZeroFlowCal_EnableMeter6.AutoSize = true;
this.cB_ZeroFlowCal_EnableMeter6.Location = new System.Drawing.Point(707, 289);
this.cB_ZeroFlowCal_EnableMeter6.Name = "cB_ZeroFlowCal_EnableMeter6";
this.cB_ZeroFlowCal_EnableMeter6.Size = new System.Drawing.Size(73, 21);
this.cB_ZeroFlowCal_EnableMeter6.TabIndex = 30;
this.cB_ZeroFlowCal_EnableMeter6.Text = "enable";
this.cB_ZeroFlowCal_EnableMeter6.UseVisualStyleBackColor = true;
//
// cB_ZeroFlowCal_EnableMeter5
//
this.cB_ZeroFlowCal_EnableMeter5.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cB_ZeroFlowCal_EnableMeter5.AutoSize = true;
this.cB_ZeroFlowCal_EnableMeter5.Location = new System.Drawing.Point(577, 289);
this.cB_ZeroFlowCal_EnableMeter5.Name = "cB_ZeroFlowCal_EnableMeter5";
this.cB_ZeroFlowCal_EnableMeter5.Size = new System.Drawing.Size(73, 21);
this.cB_ZeroFlowCal_EnableMeter5.TabIndex = 29;
this.cB_ZeroFlowCal_EnableMeter5.Text = "enable";
this.cB_ZeroFlowCal_EnableMeter5.UseVisualStyleBackColor = true;
//
// cB_ZeroFlowCal_EnableMeter4
//
this.cB_ZeroFlowCal_EnableMeter4.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cB_ZeroFlowCal_EnableMeter4.AutoSize = true;
this.cB_ZeroFlowCal_EnableMeter4.Location = new System.Drawing.Point(451, 289);
this.cB_ZeroFlowCal_EnableMeter4.Name = "cB_ZeroFlowCal_EnableMeter4";
this.cB_ZeroFlowCal_EnableMeter4.Size = new System.Drawing.Size(73, 21);
this.cB_ZeroFlowCal_EnableMeter4.TabIndex = 28;
this.cB_ZeroFlowCal_EnableMeter4.Text = "enable";
this.cB_ZeroFlowCal_EnableMeter4.UseVisualStyleBackColor = true;
//
// cB_ZeroFlowCal_EnableMeter3
//
this.cB_ZeroFlowCal_EnableMeter3.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cB_ZeroFlowCal_EnableMeter3.AutoSize = true;
this.cB_ZeroFlowCal_EnableMeter3.Location = new System.Drawing.Point(323, 289);
this.cB_ZeroFlowCal_EnableMeter3.Name = "cB_ZeroFlowCal_EnableMeter3";
this.cB_ZeroFlowCal_EnableMeter3.Size = new System.Drawing.Size(73, 21);
this.cB_ZeroFlowCal_EnableMeter3.TabIndex = 27;
this.cB_ZeroFlowCal_EnableMeter3.Text = "enable";
this.cB_ZeroFlowCal_EnableMeter3.UseVisualStyleBackColor = true;
//
// cB_ZeroFlowCal_EnableMeter2
//
this.cB_ZeroFlowCal_EnableMeter2.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cB_ZeroFlowCal_EnableMeter2.AutoSize = true;
this.cB_ZeroFlowCal_EnableMeter2.Location = new System.Drawing.Point(191, 289);
this.cB_ZeroFlowCal_EnableMeter2.Name = "cB_ZeroFlowCal_EnableMeter2";
this.cB_ZeroFlowCal_EnableMeter2.Size = new System.Drawing.Size(73, 21);
this.cB_ZeroFlowCal_EnableMeter2.TabIndex = 26;
this.cB_ZeroFlowCal_EnableMeter2.Text = "enable";
this.cB_ZeroFlowCal_EnableMeter2.UseVisualStyleBackColor = true;
//
// cB_ZeroFlowCal_EnableMeter1
//
this.cB_ZeroFlowCal_EnableMeter1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cB_ZeroFlowCal_EnableMeter1.AutoSize = true;
this.cB_ZeroFlowCal_EnableMeter1.Location = new System.Drawing.Point(54, 289);
this.cB_ZeroFlowCal_EnableMeter1.Name = "cB_ZeroFlowCal_EnableMeter1";
this.cB_ZeroFlowCal_EnableMeter1.Size = new System.Drawing.Size(73, 21);
this.cB_ZeroFlowCal_EnableMeter1.TabIndex = 25;
this.cB_ZeroFlowCal_EnableMeter1.Text = "enable";
this.cB_ZeroFlowCal_EnableMeter1.UseVisualStyleBackColor = true;
//
// btn_ZeroFlowCal_Start
//
this.btn_ZeroFlowCal_Start.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_ZeroFlowCal_Start.Enabled = false;
this.btn_ZeroFlowCal_Start.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_ZeroFlowCal_Start.Location = new System.Drawing.Point(1194, 439);
this.btn_ZeroFlowCal_Start.Name = "btn_ZeroFlowCal_Start";
this.btn_ZeroFlowCal_Start.Size = new System.Drawing.Size(146, 85);
this.btn_ZeroFlowCal_Start.TabIndex = 24;
this.btn_ZeroFlowCal_Start.Text = "START";
this.btn_ZeroFlowCal_Start.UseVisualStyleBackColor = true;
//this.btn_ZeroFlowCal_Start.Click += new System.EventHandler(this.btn_ZeroFlowCal_Start_Click);
//
// btn_ZeroFlowCal_Detect
//
this.btn_ZeroFlowCal_Detect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_ZeroFlowCal_Detect.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_ZeroFlowCal_Detect.Location = new System.Drawing.Point(1194, 339);
this.btn_ZeroFlowCal_Detect.Name = "btn_ZeroFlowCal_Detect";
this.btn_ZeroFlowCal_Detect.Size = new System.Drawing.Size(146, 85);
this.btn_ZeroFlowCal_Detect.TabIndex = 23;
this.btn_ZeroFlowCal_Detect.Text = "DETECT";
this.btn_ZeroFlowCal_Detect.UseVisualStyleBackColor = true;
//this.btn_ZeroFlowCal_Detect.Click += new System.EventHandler(this.btn_ZeroFlowCal_Detect_Click);
//
// rTB_ZeroFlowCal
//
this.rTB_ZeroFlowCal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.rTB_ZeroFlowCal.Location = new System.Drawing.Point(18, 662);
this.rTB_ZeroFlowCal.Name = "rTB_ZeroFlowCal";
this.rTB_ZeroFlowCal.ReadOnly = true;
this.rTB_ZeroFlowCal.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
this.rTB_ZeroFlowCal.Size = new System.Drawing.Size(1232, 190);
this.rTB_ZeroFlowCal.TabIndex = 22;
this.rTB_ZeroFlowCal.Text = "";
//
// l_ZeroFlowCal_Status
//
this.l_ZeroFlowCal_Status.AutoSize = true;
this.l_ZeroFlowCal_Status.Font = new System.Drawing.Font("Microsoft Sans Serif", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_ZeroFlowCal_Status.Location = new System.Drawing.Point(89, 414);
this.l_ZeroFlowCal_Status.Name = "l_ZeroFlowCal_Status";
this.l_ZeroFlowCal_Status.Size = new System.Drawing.Size(305, 44);
this.l_ZeroFlowCal_Status.TabIndex = 21;
this.l_ZeroFlowCal_Status.Text = "Press \'DETECT\'";
//
// p_ZeroFlowCal_Meter10
//
this.p_ZeroFlowCal_Meter10.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.p_ZeroFlowCal_Meter10.BackColor = System.Drawing.Color.Cornsilk;
this.p_ZeroFlowCal_Meter10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.p_ZeroFlowCal_Meter10.Controls.Add(this.pB_ZeroFlowCal_Meter10);
this.p_ZeroFlowCal_Meter10.Controls.Add(this.l_ZeroFlowCal_Meter10);
this.p_ZeroFlowCal_Meter10.Location = new System.Drawing.Point(1206, 153);
this.p_ZeroFlowCal_Meter10.Name = "p_ZeroFlowCal_Meter10";
this.p_ZeroFlowCal_Meter10.Size = new System.Drawing.Size(110, 130);
this.p_ZeroFlowCal_Meter10.TabIndex = 20;
//
// pB_ZeroFlowCal_Meter10
//
this.pB_ZeroFlowCal_Meter10.BackColor = System.Drawing.Color.Transparent;
this.pB_ZeroFlowCal_Meter10.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter10.ErrorImage")));
this.pB_ZeroFlowCal_Meter10.Image = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter10.Image")));
this.pB_ZeroFlowCal_Meter10.InitialImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter10.InitialImage")));
this.pB_ZeroFlowCal_Meter10.Location = new System.Drawing.Point(22, 25);
this.pB_ZeroFlowCal_Meter10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pB_ZeroFlowCal_Meter10.Name = "pB_ZeroFlowCal_Meter10";
this.pB_ZeroFlowCal_Meter10.Size = new System.Drawing.Size(66, 50);
this.pB_ZeroFlowCal_Meter10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pB_ZeroFlowCal_Meter10.TabIndex = 28;
this.pB_ZeroFlowCal_Meter10.TabStop = false;
//
// l_ZeroFlowCal_Meter10
//
this.l_ZeroFlowCal_Meter10.AutoSize = true;
this.l_ZeroFlowCal_Meter10.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_ZeroFlowCal_Meter10.Location = new System.Drawing.Point(20, 100);
this.l_ZeroFlowCal_Meter10.Name = "l_ZeroFlowCal_Meter10";
this.l_ZeroFlowCal_Meter10.Size = new System.Drawing.Size(79, 17);
this.l_ZeroFlowCal_Meter10.TabIndex = 26;
this.l_ZeroFlowCal_Meter10.Text = "METER10";
//
// p_ZeroFlowCal_Meter9
//
this.p_ZeroFlowCal_Meter9.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.p_ZeroFlowCal_Meter9.BackColor = System.Drawing.Color.Cornsilk;
this.p_ZeroFlowCal_Meter9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.p_ZeroFlowCal_Meter9.Controls.Add(this.pB_ZeroFlowCal_Meter9);
this.p_ZeroFlowCal_Meter9.Controls.Add(this.l_ZeroFlowCal_Meter9);
this.p_ZeroFlowCal_Meter9.Location = new System.Drawing.Point(1078, 153);
this.p_ZeroFlowCal_Meter9.Name = "p_ZeroFlowCal_Meter9";
this.p_ZeroFlowCal_Meter9.Size = new System.Drawing.Size(110, 130);
this.p_ZeroFlowCal_Meter9.TabIndex = 19;
//
// pB_ZeroFlowCal_Meter9
//
this.pB_ZeroFlowCal_Meter9.BackColor = System.Drawing.Color.Transparent;
this.pB_ZeroFlowCal_Meter9.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter9.ErrorImage")));
this.pB_ZeroFlowCal_Meter9.Image = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter9.Image")));
this.pB_ZeroFlowCal_Meter9.InitialImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter9.InitialImage")));
this.pB_ZeroFlowCal_Meter9.Location = new System.Drawing.Point(22, 25);
this.pB_ZeroFlowCal_Meter9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pB_ZeroFlowCal_Meter9.Name = "pB_ZeroFlowCal_Meter9";
this.pB_ZeroFlowCal_Meter9.Size = new System.Drawing.Size(66, 50);
this.pB_ZeroFlowCal_Meter9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pB_ZeroFlowCal_Meter9.TabIndex = 28;
this.pB_ZeroFlowCal_Meter9.TabStop = false;
//
// l_ZeroFlowCal_Meter9
//
this.l_ZeroFlowCal_Meter9.AutoSize = true;
this.l_ZeroFlowCal_Meter9.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_ZeroFlowCal_Meter9.Location = new System.Drawing.Point(20, 100);
this.l_ZeroFlowCal_Meter9.Name = "l_ZeroFlowCal_Meter9";
this.l_ZeroFlowCal_Meter9.Size = new System.Drawing.Size(70, 17);
this.l_ZeroFlowCal_Meter9.TabIndex = 32;
this.l_ZeroFlowCal_Meter9.Text = "METER9";
//
// p_ZeroFlowCal_Meter8
//
this.p_ZeroFlowCal_Meter8.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.p_ZeroFlowCal_Meter8.BackColor = System.Drawing.Color.Cornsilk;
this.p_ZeroFlowCal_Meter8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.p_ZeroFlowCal_Meter8.Controls.Add(this.pB_ZeroFlowCal_Meter8);
this.p_ZeroFlowCal_Meter8.Controls.Add(this.l_ZeroFlowCal_Meter8);
this.p_ZeroFlowCal_Meter8.Location = new System.Drawing.Point(951, 153);
this.p_ZeroFlowCal_Meter8.Name = "p_ZeroFlowCal_Meter8";
this.p_ZeroFlowCal_Meter8.Size = new System.Drawing.Size(110, 130);
this.p_ZeroFlowCal_Meter8.TabIndex = 18;
//
// pB_ZeroFlowCal_Meter8
//
this.pB_ZeroFlowCal_Meter8.BackColor = System.Drawing.Color.Transparent;
this.pB_ZeroFlowCal_Meter8.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter8.ErrorImage")));
this.pB_ZeroFlowCal_Meter8.Image = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter8.Image")));
this.pB_ZeroFlowCal_Meter8.InitialImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter8.InitialImage")));
this.pB_ZeroFlowCal_Meter8.Location = new System.Drawing.Point(22, 25);
this.pB_ZeroFlowCal_Meter8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pB_ZeroFlowCal_Meter8.Name = "pB_ZeroFlowCal_Meter8";
this.pB_ZeroFlowCal_Meter8.Size = new System.Drawing.Size(66, 50);
this.pB_ZeroFlowCal_Meter8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pB_ZeroFlowCal_Meter8.TabIndex = 28;
this.pB_ZeroFlowCal_Meter8.TabStop = false;
//
// l_ZeroFlowCal_Meter8
//
this.l_ZeroFlowCal_Meter8.AutoSize = true;
this.l_ZeroFlowCal_Meter8.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_ZeroFlowCal_Meter8.Location = new System.Drawing.Point(20, 100);
this.l_ZeroFlowCal_Meter8.Name = "l_ZeroFlowCal_Meter8";
this.l_ZeroFlowCal_Meter8.Size = new System.Drawing.Size(70, 17);
this.l_ZeroFlowCal_Meter8.TabIndex = 31;
this.l_ZeroFlowCal_Meter8.Text = "METER8";
//
// p_ZeroFlowCal_Meter7
//
this.p_ZeroFlowCal_Meter7.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.p_ZeroFlowCal_Meter7.BackColor = System.Drawing.Color.Cornsilk;
this.p_ZeroFlowCal_Meter7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.p_ZeroFlowCal_Meter7.Controls.Add(this.pB_ZeroFlowCal_Meter7);
this.p_ZeroFlowCal_Meter7.Controls.Add(this.l_ZeroFlowCal_Meter7);
this.p_ZeroFlowCal_Meter7.Location = new System.Drawing.Point(820, 153);
this.p_ZeroFlowCal_Meter7.Name = "p_ZeroFlowCal_Meter7";
this.p_ZeroFlowCal_Meter7.Size = new System.Drawing.Size(110, 130);
this.p_ZeroFlowCal_Meter7.TabIndex = 17;
//
// pB_ZeroFlowCal_Meter7
//
this.pB_ZeroFlowCal_Meter7.BackColor = System.Drawing.Color.Transparent;
this.pB_ZeroFlowCal_Meter7.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter7.ErrorImage")));
this.pB_ZeroFlowCal_Meter7.Image = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter7.Image")));
this.pB_ZeroFlowCal_Meter7.InitialImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter7.InitialImage")));
this.pB_ZeroFlowCal_Meter7.Location = new System.Drawing.Point(22, 25);
this.pB_ZeroFlowCal_Meter7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pB_ZeroFlowCal_Meter7.Name = "pB_ZeroFlowCal_Meter7";
this.pB_ZeroFlowCal_Meter7.Size = new System.Drawing.Size(66, 50);
this.pB_ZeroFlowCal_Meter7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pB_ZeroFlowCal_Meter7.TabIndex = 28;
this.pB_ZeroFlowCal_Meter7.TabStop = false;
//
// l_ZeroFlowCal_Meter7
//
this.l_ZeroFlowCal_Meter7.AutoSize = true;
this.l_ZeroFlowCal_Meter7.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_ZeroFlowCal_Meter7.Location = new System.Drawing.Point(20, 100);
this.l_ZeroFlowCal_Meter7.Name = "l_ZeroFlowCal_Meter7";
this.l_ZeroFlowCal_Meter7.Size = new System.Drawing.Size(70, 17);
this.l_ZeroFlowCal_Meter7.TabIndex = 30;
this.l_ZeroFlowCal_Meter7.Text = "METER7";
//
// p_ZeroFlowCal_Meter6
//
this.p_ZeroFlowCal_Meter6.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.p_ZeroFlowCal_Meter6.BackColor = System.Drawing.Color.Cornsilk;
this.p_ZeroFlowCal_Meter6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.p_ZeroFlowCal_Meter6.Controls.Add(this.pB_ZeroFlowCal_Meter6);
this.p_ZeroFlowCal_Meter6.Controls.Add(this.l_ZeroFlowCal_Meter6);
this.p_ZeroFlowCal_Meter6.Location = new System.Drawing.Point(690, 153);
this.p_ZeroFlowCal_Meter6.Name = "p_ZeroFlowCal_Meter6";
this.p_ZeroFlowCal_Meter6.Size = new System.Drawing.Size(110, 130);
this.p_ZeroFlowCal_Meter6.TabIndex = 16;
//
// pB_ZeroFlowCal_Meter6
//
this.pB_ZeroFlowCal_Meter6.BackColor = System.Drawing.Color.Transparent;
this.pB_ZeroFlowCal_Meter6.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter6.ErrorImage")));
this.pB_ZeroFlowCal_Meter6.Image = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter6.Image")));
this.pB_ZeroFlowCal_Meter6.InitialImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter6.InitialImage")));
this.pB_ZeroFlowCal_Meter6.Location = new System.Drawing.Point(22, 25);
this.pB_ZeroFlowCal_Meter6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pB_ZeroFlowCal_Meter6.Name = "pB_ZeroFlowCal_Meter6";
this.pB_ZeroFlowCal_Meter6.Size = new System.Drawing.Size(66, 50);
this.pB_ZeroFlowCal_Meter6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pB_ZeroFlowCal_Meter6.TabIndex = 27;
this.pB_ZeroFlowCal_Meter6.TabStop = false;
//
// l_ZeroFlowCal_Meter6
//
this.l_ZeroFlowCal_Meter6.AutoSize = true;
this.l_ZeroFlowCal_Meter6.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_ZeroFlowCal_Meter6.Location = new System.Drawing.Point(20, 100);
this.l_ZeroFlowCal_Meter6.Name = "l_ZeroFlowCal_Meter6";
this.l_ZeroFlowCal_Meter6.Size = new System.Drawing.Size(70, 17);
this.l_ZeroFlowCal_Meter6.TabIndex = 29;
this.l_ZeroFlowCal_Meter6.Text = "METER6";
//
// p_ZeroFlowCal_Meter5
//
this.p_ZeroFlowCal_Meter5.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.p_ZeroFlowCal_Meter5.BackColor = System.Drawing.Color.Cornsilk;
this.p_ZeroFlowCal_Meter5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.p_ZeroFlowCal_Meter5.Controls.Add(this.pB_ZeroFlowCal_Meter5);
this.p_ZeroFlowCal_Meter5.Controls.Add(this.l_ZeroFlowCal_Meter5);
this.p_ZeroFlowCal_Meter5.Location = new System.Drawing.Point(560, 153);
this.p_ZeroFlowCal_Meter5.Name = "p_ZeroFlowCal_Meter5";
this.p_ZeroFlowCal_Meter5.Size = new System.Drawing.Size(110, 130);
this.p_ZeroFlowCal_Meter5.TabIndex = 15;
//
// pB_ZeroFlowCal_Meter5
//
this.pB_ZeroFlowCal_Meter5.BackColor = System.Drawing.Color.Transparent;
this.pB_ZeroFlowCal_Meter5.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter5.ErrorImage")));
this.pB_ZeroFlowCal_Meter5.Image = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter5.Image")));
this.pB_ZeroFlowCal_Meter5.InitialImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter5.InitialImage")));
this.pB_ZeroFlowCal_Meter5.Location = new System.Drawing.Point(22, 25);
this.pB_ZeroFlowCal_Meter5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pB_ZeroFlowCal_Meter5.Name = "pB_ZeroFlowCal_Meter5";
this.pB_ZeroFlowCal_Meter5.Size = new System.Drawing.Size(66, 50);
this.pB_ZeroFlowCal_Meter5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pB_ZeroFlowCal_Meter5.TabIndex = 27;
this.pB_ZeroFlowCal_Meter5.TabStop = false;
//
// l_ZeroFlowCal_Meter5
//
this.l_ZeroFlowCal_Meter5.AutoSize = true;
this.l_ZeroFlowCal_Meter5.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_ZeroFlowCal_Meter5.Location = new System.Drawing.Point(20, 100);
this.l_ZeroFlowCal_Meter5.Name = "l_ZeroFlowCal_Meter5";
this.l_ZeroFlowCal_Meter5.Size = new System.Drawing.Size(70, 17);
this.l_ZeroFlowCal_Meter5.TabIndex = 28;
this.l_ZeroFlowCal_Meter5.Text = "METER5";
//
// p_ZeroFlowCal_Meter4
//
this.p_ZeroFlowCal_Meter4.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.p_ZeroFlowCal_Meter4.BackColor = System.Drawing.Color.Cornsilk;
this.p_ZeroFlowCal_Meter4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.p_ZeroFlowCal_Meter4.Controls.Add(this.pB_ZeroFlowCal_Meter4);
this.p_ZeroFlowCal_Meter4.Controls.Add(this.l_ZeroFlowCal_Meter4);
this.p_ZeroFlowCal_Meter4.Location = new System.Drawing.Point(434, 153);
this.p_ZeroFlowCal_Meter4.Name = "p_ZeroFlowCal_Meter4";
this.p_ZeroFlowCal_Meter4.Size = new System.Drawing.Size(110, 130);
this.p_ZeroFlowCal_Meter4.TabIndex = 14;
//
// pB_ZeroFlowCal_Meter4
//
this.pB_ZeroFlowCal_Meter4.BackColor = System.Drawing.Color.Transparent;
this.pB_ZeroFlowCal_Meter4.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter4.ErrorImage")));
this.pB_ZeroFlowCal_Meter4.Image = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter4.Image")));
this.pB_ZeroFlowCal_Meter4.InitialImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter4.InitialImage")));
this.pB_ZeroFlowCal_Meter4.Location = new System.Drawing.Point(22, 25);
this.pB_ZeroFlowCal_Meter4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pB_ZeroFlowCal_Meter4.Name = "pB_ZeroFlowCal_Meter4";
this.pB_ZeroFlowCal_Meter4.Size = new System.Drawing.Size(66, 50);
this.pB_ZeroFlowCal_Meter4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pB_ZeroFlowCal_Meter4.TabIndex = 27;
this.pB_ZeroFlowCal_Meter4.TabStop = false;
//
// l_ZeroFlowCal_Meter4
//
this.l_ZeroFlowCal_Meter4.AutoSize = true;
this.l_ZeroFlowCal_Meter4.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_ZeroFlowCal_Meter4.Location = new System.Drawing.Point(20, 100);
this.l_ZeroFlowCal_Meter4.Name = "l_ZeroFlowCal_Meter4";
this.l_ZeroFlowCal_Meter4.Size = new System.Drawing.Size(70, 17);
this.l_ZeroFlowCal_Meter4.TabIndex = 27;
this.l_ZeroFlowCal_Meter4.Text = "METER4";
//
// p_ZeroFlowCal_Meter3
//
this.p_ZeroFlowCal_Meter3.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.p_ZeroFlowCal_Meter3.BackColor = System.Drawing.Color.Cornsilk;
this.p_ZeroFlowCal_Meter3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.p_ZeroFlowCal_Meter3.Controls.Add(this.pB_ZeroFlowCal_Meter3);
this.p_ZeroFlowCal_Meter3.Controls.Add(this.l_Meter3);
this.p_ZeroFlowCal_Meter3.Location = new System.Drawing.Point(304, 153);
this.p_ZeroFlowCal_Meter3.Name = "p_ZeroFlowCal_Meter3";
this.p_ZeroFlowCal_Meter3.Size = new System.Drawing.Size(110, 130);
this.p_ZeroFlowCal_Meter3.TabIndex = 13;
//
// pB_ZeroFlowCal_Meter3
//
this.pB_ZeroFlowCal_Meter3.BackColor = System.Drawing.Color.Transparent;
this.pB_ZeroFlowCal_Meter3.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter3.ErrorImage")));
this.pB_ZeroFlowCal_Meter3.Image = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter3.Image")));
this.pB_ZeroFlowCal_Meter3.InitialImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter3.InitialImage")));
this.pB_ZeroFlowCal_Meter3.Location = new System.Drawing.Point(22, 25);
this.pB_ZeroFlowCal_Meter3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pB_ZeroFlowCal_Meter3.Name = "pB_ZeroFlowCal_Meter3";
this.pB_ZeroFlowCal_Meter3.Size = new System.Drawing.Size(66, 50);
this.pB_ZeroFlowCal_Meter3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pB_ZeroFlowCal_Meter3.TabIndex = 27;
this.pB_ZeroFlowCal_Meter3.TabStop = false;
//
// l_Meter3
//
this.l_Meter3.AutoSize = true;
this.l_Meter3.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_Meter3.Location = new System.Drawing.Point(20, 100);
this.l_Meter3.Name = "l_Meter3";
this.l_Meter3.Size = new System.Drawing.Size(70, 17);
this.l_Meter3.TabIndex = 26;
this.l_Meter3.Text = "METER3";
//
// p_ZeroFlowCal_Meter2
//
this.p_ZeroFlowCal_Meter2.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.p_ZeroFlowCal_Meter2.BackColor = System.Drawing.Color.Cornsilk;
this.p_ZeroFlowCal_Meter2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.p_ZeroFlowCal_Meter2.Controls.Add(this.pB_ZeroFlowCal_Meter2);
this.p_ZeroFlowCal_Meter2.Controls.Add(this.l_ZeroFlowCal_Meter2);
this.p_ZeroFlowCal_Meter2.Location = new System.Drawing.Point(174, 153);
this.p_ZeroFlowCal_Meter2.Name = "p_ZeroFlowCal_Meter2";
this.p_ZeroFlowCal_Meter2.Size = new System.Drawing.Size(110, 130);
this.p_ZeroFlowCal_Meter2.TabIndex = 12;
//
// pB_ZeroFlowCal_Meter2
//
this.pB_ZeroFlowCal_Meter2.BackColor = System.Drawing.Color.Transparent;
this.pB_ZeroFlowCal_Meter2.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter2.ErrorImage")));
this.pB_ZeroFlowCal_Meter2.Image = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter2.Image")));
this.pB_ZeroFlowCal_Meter2.InitialImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter2.InitialImage")));
this.pB_ZeroFlowCal_Meter2.Location = new System.Drawing.Point(22, 25);
this.pB_ZeroFlowCal_Meter2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pB_ZeroFlowCal_Meter2.Name = "pB_ZeroFlowCal_Meter2";
this.pB_ZeroFlowCal_Meter2.Size = new System.Drawing.Size(66, 50);
this.pB_ZeroFlowCal_Meter2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pB_ZeroFlowCal_Meter2.TabIndex = 26;
this.pB_ZeroFlowCal_Meter2.TabStop = false;
//
// l_ZeroFlowCal_Meter2
//
this.l_ZeroFlowCal_Meter2.AutoSize = true;
this.l_ZeroFlowCal_Meter2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_ZeroFlowCal_Meter2.Location = new System.Drawing.Point(20, 100);
this.l_ZeroFlowCal_Meter2.Name = "l_ZeroFlowCal_Meter2";
this.l_ZeroFlowCal_Meter2.Size = new System.Drawing.Size(70, 17);
this.l_ZeroFlowCal_Meter2.TabIndex = 26;
this.l_ZeroFlowCal_Meter2.Text = "METER2";
//
// p_ZeroFlowCal_Meter1
//
this.p_ZeroFlowCal_Meter1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.p_ZeroFlowCal_Meter1.BackColor = System.Drawing.Color.Cornsilk;
this.p_ZeroFlowCal_Meter1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.p_ZeroFlowCal_Meter1.Controls.Add(this.pB_ZeroFlowCal_Meter1);
this.p_ZeroFlowCal_Meter1.Controls.Add(this.l_ZeroFlowCal_Meter1);
this.p_ZeroFlowCal_Meter1.Location = new System.Drawing.Point(37, 153);
this.p_ZeroFlowCal_Meter1.Name = "p_ZeroFlowCal_Meter1";
this.p_ZeroFlowCal_Meter1.Size = new System.Drawing.Size(110, 130);
this.p_ZeroFlowCal_Meter1.TabIndex = 11;
//
// pB_ZeroFlowCal_Meter1
//
this.pB_ZeroFlowCal_Meter1.BackColor = System.Drawing.Color.Transparent;
this.pB_ZeroFlowCal_Meter1.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter1.ErrorImage")));
this.pB_ZeroFlowCal_Meter1.Image = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter1.Image")));
this.pB_ZeroFlowCal_Meter1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pB_ZeroFlowCal_Meter1.InitialImage")));
this.pB_ZeroFlowCal_Meter1.Location = new System.Drawing.Point(22, 25);
this.pB_ZeroFlowCal_Meter1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pB_ZeroFlowCal_Meter1.Name = "pB_ZeroFlowCal_Meter1";
this.pB_ZeroFlowCal_Meter1.Size = new System.Drawing.Size(66, 50);
this.pB_ZeroFlowCal_Meter1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pB_ZeroFlowCal_Meter1.TabIndex = 25;
this.pB_ZeroFlowCal_Meter1.TabStop = false;
//
// l_ZeroFlowCal_Meter1
//
this.l_ZeroFlowCal_Meter1.AutoSize = true;
this.l_ZeroFlowCal_Meter1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l_ZeroFlowCal_Meter1.Location = new System.Drawing.Point(20, 100);
this.l_ZeroFlowCal_Meter1.Name = "l_ZeroFlowCal_Meter1";
this.l_ZeroFlowCal_Meter1.Size = new System.Drawing.Size(70, 17);
this.l_ZeroFlowCal_Meter1.TabIndex = 25;
this.l_ZeroFlowCal_Meter1.Text = "METER1";
//
// pB_Logo1
//
this.pB_Logo1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pB_Logo1.Image = ((System.Drawing.Image)(resources.GetObject("pB_Logo1.Image")));
this.pB_Logo1.InitialImage = null;
this.pB_Logo1.Location = new System.Drawing.Point(1206, 26);
this.pB_Logo1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pB_Logo1.Name = "pB_Logo1";
this.pB_Logo1.Size = new System.Drawing.Size(114, 48);
this.pB_Logo1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pB_Logo1.TabIndex = 2;
this.pB_Logo1.TabStop = false;
//
// pB_Bubbles1
//
this.pB_Bubbles1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.pB_Bubbles1.Image = ((System.Drawing.Image)(resources.GetObject("pB_Bubbles1.Image")));
this.pB_Bubbles1.Location = new System.Drawing.Point(0, 3);
this.pB_Bubbles1.Name = "pB_Bubbles1";
this.pB_Bubbles1.Size = new System.Drawing.Size(334, 249);
this.pB_Bubbles1.TabIndex = 53;
this.pB_Bubbles1.TabStop = false;
this.pB_Bubbles1.Visible = false;
//
// serialPortDataMeter1
//
this.serialPortDataMeter1.BaudRate = 115200;
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
//
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.ErrorImage")));
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage")));
this.pictureBox1.Location = new System.Drawing.Point(1275, 44);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(66, 50);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 27;
this.pictureBox1.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
this.pictureBox3.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox3.ErrorImage")));
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
this.pictureBox3.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox3.InitialImage")));
this.pictureBox3.Location = new System.Drawing.Point(1231, 104);
this.pictureBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(66, 50);
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox3.TabIndex = 55;
this.pictureBox3.TabStop = false;
//
// GenesisZeroFlow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BackColor = System.Drawing.Color.AliceBlue;
this.ClientSize = new System.Drawing.Size(1464, 923);
this.Controls.Add(this.tab_Maintab);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "GenesisZeroFlow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SENSUS Hannover - GENESIS zeroflow calibration tool";
// this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
// this.Load += new System.EventHandler(this.Form1_FormOpening);
this.tab_Maintab.ResumeLayout(false);
this.tab_Report.ResumeLayout(false);
this.groupBox_report.ResumeLayout(false);
this.gB_ReportTitlepage.ResumeLayout(false);
this.gB_ReportTitlepage.PerformLayout();
this.tab_Settings.ResumeLayout(false);
this.gB_Settings_TemperatureCalibration.ResumeLayout(false);
this.gB_Settings_TemperatureCalibration.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_Logo3)).EndInit();
this.gB_Passwords.ResumeLayout(false);
this.gB_Passwords.PerformLayout();
this.gB_Settings_Preparation.ResumeLayout(false);
this.gB_Settings_Preparation.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_Preparation_StabiTime)).EndInit();
this.gB_Settings_ZeroflowOffsetTest.ResumeLayout(false);
this.gB_Settings_ZeroflowOffsetTest.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_ZeroflowOffsetTestNumberOfLines)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_ZeroflowOffsetTestSettlingTime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_ZeroflowOffsetTestOffsetLimit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_ZeroflowOffsetTestLowerLimit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_ZeroflowOffsetTestUpperLimit)).EndInit();
this.gB_Settings_AmplitudeTest.ResumeLayout(false);
this.gB_Settings_AmplitudeTest.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nUD_PercentageStop)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_PercentageStart)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_AmplitudeTestMinDistance)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_AmplitudeTestLowerLimit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nUD_Settings_AmplitudeTestUpperLimit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pB_AvailableImages)).EndInit();
this.tab_About.ResumeLayout(false);
this.tab_About.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pB_DocumentVersion)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pB_Logo2)).EndInit();
this.tab_ZeroFlowCal.ResumeLayout(false);
this.tab_ZeroFlowCal.PerformLayout();
this.p_ZeroFlowCal_TempCal.ResumeLayout(false);
this.p_ZeroFlowCal_TempCal.PerformLayout();
this.p_ZeroFlowCal_Detect.ResumeLayout(false);
this.p_ZeroFlowCal_Detect.PerformLayout();
this.p_ZeroFlowCal_Completion.ResumeLayout(false);
this.p_ZeroFlowCal_Completion.PerformLayout();
this.p_ZeroFlowCal_Offset.ResumeLayout(false);
this.p_ZeroFlowCal_Offset.PerformLayout();
this.p_ZeroFlowCal_Amplitude.ResumeLayout(false);
this.p_ZeroFlowCal_Amplitude.PerformLayout();
this.p_ZeroFlowCal_Prepare.ResumeLayout(false);
this.p_ZeroFlowCal_Prepare.PerformLayout();
this.p_ZeroFlowCal_Meter10.ResumeLayout(false);
this.p_ZeroFlowCal_Meter10.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter10)).EndInit();
this.p_ZeroFlowCal_Meter9.ResumeLayout(false);
this.p_ZeroFlowCal_Meter9.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter9)).EndInit();
this.p_ZeroFlowCal_Meter8.ResumeLayout(false);
this.p_ZeroFlowCal_Meter8.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter8)).EndInit();
this.p_ZeroFlowCal_Meter7.ResumeLayout(false);
this.p_ZeroFlowCal_Meter7.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter7)).EndInit();
this.p_ZeroFlowCal_Meter6.ResumeLayout(false);
this.p_ZeroFlowCal_Meter6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter6)).EndInit();
this.p_ZeroFlowCal_Meter5.ResumeLayout(false);
this.p_ZeroFlowCal_Meter5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter5)).EndInit();
this.p_ZeroFlowCal_Meter4.ResumeLayout(false);
this.p_ZeroFlowCal_Meter4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter4)).EndInit();
this.p_ZeroFlowCal_Meter3.ResumeLayout(false);
this.p_ZeroFlowCal_Meter3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter3)).EndInit();
this.p_ZeroFlowCal_Meter2.ResumeLayout(false);
this.p_ZeroFlowCal_Meter2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter2)).EndInit();
this.p_ZeroFlowCal_Meter1.ResumeLayout(false);
this.p_ZeroFlowCal_Meter1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pB_ZeroFlowCal_Meter1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pB_Logo1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pB_Bubbles1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btn_Report_Generate;
private System.Windows.Forms.TabPage tab_Report;
private System.Windows.Forms.TabPage tab_About;
private System.Windows.Forms.Label l_About_Version;
private System.Windows.Forms.Label l_About_Author;
private System.Windows.Forms.TabPage tab_Settings;
private System.Windows.Forms.PictureBox pB_Logo1;
private System.Windows.Forms.GroupBox groupBox_report;
private System.Windows.Forms.RichTextBox rTB_ReportEnterTitle;
private System.Windows.Forms.Label label_Report_EnterTitle;
private System.Windows.Forms.RichTextBox rTB_ReportEnterDate;
private System.Windows.Forms.Label label_Report_EnterDate;
private System.Windows.Forms.Label label_Report_EnterOperator;
private System.Windows.Forms.RichTextBox rTB_ReportEnterOperator;
private System.Windows.Forms.GroupBox gB_ReportTitlepage;
private System.Windows.Forms.RichTextBox rtB_ReportTitlepageIntro;
private System.Windows.Forms.Label l_ReportIntro;
private System.Windows.Forms.Label l_About_Info;
private System.Windows.Forms.RichTextBox rTB_ReportEnterSerialNumber;
private System.Windows.Forms.Label label_Report_EnterSerialNumber;
public System.IO.Ports.SerialPort serialPortCmdMeter1;
private System.Windows.Forms.TabPage tab_ZeroFlowCal;
private System.Windows.Forms.Panel p_ZeroFlowCal_Meter1;
private System.Windows.Forms.Label l_ZeroFlowCal_Meter10;
private System.Windows.Forms.Label l_ZeroFlowCal_Meter9;
private System.Windows.Forms.Label l_ZeroFlowCal_Meter8;
private System.Windows.Forms.Label l_ZeroFlowCal_Meter7;
private System.Windows.Forms.Label l_ZeroFlowCal_Meter6;
private System.Windows.Forms.Label l_ZeroFlowCal_Meter5;
private System.Windows.Forms.Label l_ZeroFlowCal_Meter4;
private System.Windows.Forms.Button btn_ZeroFlowCal_Start;
private System.Windows.Forms.Button btn_ZeroFlowCal_Detect;
private System.Windows.Forms.Panel p_ZeroFlowCal_Meter10;
private System.Windows.Forms.Panel p_ZeroFlowCal_Meter9;
private System.Windows.Forms.Panel p_ZeroFlowCal_Meter8;
private System.Windows.Forms.Panel p_ZeroFlowCal_Meter7;
private System.Windows.Forms.Panel p_ZeroFlowCal_Meter6;
private System.Windows.Forms.Panel p_ZeroFlowCal_Meter5;
private System.Windows.Forms.Panel p_ZeroFlowCal_Meter4;
private System.Windows.Forms.Panel p_ZeroFlowCal_Meter3;
private System.Windows.Forms.Label l_Meter3;
private System.Windows.Forms.Panel p_ZeroFlowCal_Meter2;
private System.Windows.Forms.Label l_ZeroFlowCal_Meter2;
private System.Windows.Forms.Label l_ZeroFlowCal_Meter1;
private System.Windows.Forms.PictureBox pB_ZeroFlowCal_Meter1;
private System.Windows.Forms.PictureBox pB_ZeroFlowCal_Meter6;
private System.Windows.Forms.PictureBox pB_ZeroFlowCal_Meter5;
private System.Windows.Forms.PictureBox pB_ZeroFlowCal_Meter4;
private System.Windows.Forms.PictureBox pB_ZeroFlowCal_Meter3;
private System.Windows.Forms.PictureBox pB_ZeroFlowCal_Meter2;
private System.Windows.Forms.PictureBox pB_ZeroFlowCal_Meter10;
private System.Windows.Forms.PictureBox pB_ZeroFlowCal_Meter9;
private System.Windows.Forms.PictureBox pB_ZeroFlowCal_Meter8;
private System.Windows.Forms.PictureBox pB_ZeroFlowCal_Meter7;
private System.Windows.Forms.CheckBox cB_ZeroFlowCal_EnableMeter1;
private System.Windows.Forms.CheckBox cB_ZeroFlowCal_EnableMeter9;
private System.Windows.Forms.CheckBox cB_ZeroFlowCal_EnableMeter8;
private System.Windows.Forms.CheckBox cB_ZeroFlowCal_EnableMeter7;
private System.Windows.Forms.CheckBox cB_ZeroFlowCal_EnableMeter6;
private System.Windows.Forms.CheckBox cB_ZeroFlowCal_EnableMeter5;
private System.Windows.Forms.CheckBox cB_ZeroFlowCal_EnableMeter4;
private System.Windows.Forms.CheckBox cB_ZeroFlowCal_EnableMeter3;
private System.Windows.Forms.CheckBox cB_ZeroFlowCal_EnableMeter2;
private System.Windows.Forms.CheckBox cB_ZeroFlowCal_EnableMeter10;
private System.Windows.Forms.PictureBox pB_AvailableImages;
private System.Windows.Forms.ProgressBar pB_ZeroFlowCal_Progress;
private System.Windows.Forms.Label l_ZeroFlowCal_ResttimeDisplayValue;
private System.Windows.Forms.Label l_ZeroFlowCal_Resttime;
private System.Windows.Forms.Panel p_ZeroFlowCal_Prepare;
private System.Windows.Forms.Panel p_ZeroFlowCal_Completion;
private System.Windows.Forms.Panel p_ZeroFlowCal_Offset;
private System.Windows.Forms.Panel p_ZeroFlowCal_Amplitude;
private System.Windows.Forms.Label l_ZeroFlowCal_Amplitude;
private System.Windows.Forms.Label l_ZeroFlowCal_Prepare;
private System.Windows.Forms.Label l_ZeroFlowCal_Completion;
private System.Windows.Forms.Label l_ZeroFlowCal_Offset;
private System.Windows.Forms.Panel p_ZeroFlowCal_Detect;
private System.Windows.Forms.Label l_ZeroFlowCal_Detect;
private System.Windows.Forms.Button btn_ZeroFlowCal_Clear;
public System.Windows.Forms.RichTextBox rTB_ZeroFlowCal;
private System.Windows.Forms.GroupBox gB_Settings_AmplitudeTest;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.NumericUpDown nUD_Settings_AmplitudeTestLowerLimit;
private System.Windows.Forms.NumericUpDown nUD_Settings_AmplitudeTestUpperLimit;
private System.Windows.Forms.Label l_Settings_AmplitudeTestLowerLimit;
private System.Windows.Forms.Label l_Settings_AmplitudeTestUpperLimit;
private System.Windows.Forms.Label l__Settings_AmplitudeTestMinDistance;
private System.Windows.Forms.NumericUpDown nUD_Settings_AmplitudeTestMinDistance;
private System.Windows.Forms.Label l_Version;
private System.Windows.Forms.GroupBox gB_Settings_ZeroflowOffsetTest;
private System.Windows.Forms.Label l_Settings_ZeroflowOffsetTestLowerLimit;
private System.Windows.Forms.Label l_Settings_ZeroflowOffsetTestUpperLimit;
private System.Windows.Forms.NumericUpDown nUD_Settings_ZeroflowOffsetTestLowerLimit;
private System.Windows.Forms.NumericUpDown nUD_Settings_ZeroflowOffsetTestUpperLimit;
private System.Windows.Forms.Label l_Settings_ZeroFlowTestOffsetLimit;
private System.Windows.Forms.NumericUpDown nUD_Settings_ZeroflowOffsetTestOffsetLimit;
private System.Windows.Forms.Label l_Settings_ZeroFlowTestSettlingTime;
public System.Windows.Forms.Label l_ZeroFlowCal_Status;
private System.Windows.Forms.GroupBox gB_Settings_Preparation;
private System.Windows.Forms.Label l_CrcCheck;
private System.Windows.Forms.RichTextBox rTB_forDebugging;
private System.Windows.Forms.NumericUpDown nUD_Settings_ZeroflowOffsetTestSettlingTime;
private System.Windows.Forms.GroupBox gB_Passwords;
private System.Windows.Forms.Label l_PercentageStart;
private System.Windows.Forms.NumericUpDown nUD_PercentageStart;
private System.Windows.Forms.NumericUpDown nUD_PercentageStop;
private System.Windows.Forms.Label l_PercentageStop;
private System.Windows.Forms.Label l_PasswordMeter10;
private System.Windows.Forms.Label l_PasswordMeter9;
private System.Windows.Forms.Label l_PasswordMeter8;
private System.Windows.Forms.Label l_PasswordMeter7;
private System.Windows.Forms.Label l_PasswordMeter6;
private System.Windows.Forms.Label l_PasswordMeter5;
private System.Windows.Forms.Label l_PasswordMeter4;
private System.Windows.Forms.Label l_PasswordMeter3;
private System.Windows.Forms.Label l_PasswordMeter2;
private System.Windows.Forms.Label l_PasswordMeter1;
private System.Windows.Forms.RichTextBox rTB_PasswordMeter10;
private System.Windows.Forms.RichTextBox rTB_PasswordMeter9;
private System.Windows.Forms.RichTextBox rTB_PasswordMeter8;
private System.Windows.Forms.RichTextBox rTB_PasswordMeter7;
private System.Windows.Forms.RichTextBox rTB_PasswordMeter6;
private System.Windows.Forms.RichTextBox rTB_PasswordMeter5;
private System.Windows.Forms.RichTextBox rTB_PasswordMeter4;
private System.Windows.Forms.RichTextBox rTB_PasswordMeter3;
private System.Windows.Forms.RichTextBox rTB_PasswordMeter2;
private System.Windows.Forms.RichTextBox rTB_PasswordMeter1;
private System.Windows.Forms.PictureBox pB_Logo3;
private System.Windows.Forms.PictureBox pB_Logo2;
private System.Windows.Forms.PictureBox pB_DocumentVersion;
private System.Windows.Forms.Label l_Author;
private System.Windows.Forms.Label l_FwVersion;
private System.Windows.Forms.Label l_BasedOn;
public System.Windows.Forms.CheckBox cB_MeanAmplitudeFiles;
private System.Windows.Forms.Button btn_ZeroFlowCal_Save;
private System.Windows.Forms.Label l_Settings_ZeroflowOffsetTestNumberOfLines;
private System.Windows.Forms.NumericUpDown nUD_Settings_ZeroflowOffsetTestNumberOfLines;
private System.Windows.Forms.Button btn_ZeroFlowCal_Pdf;
private System.Windows.Forms.Label l_Settings_Preparation_StabiTime;
private System.Windows.Forms.NumericUpDown nUD_Settings_Preparation_StabiTime;
public System.IO.Ports.SerialPort serialPortDataMeter1;
public System.IO.Ports.SerialPort serialPortDataMeter2;
public System.IO.Ports.SerialPort serialPortDataMeter3;
public System.IO.Ports.SerialPort serialPortCmdMeter2;
public System.IO.Ports.SerialPort serialPortCmdMeter3;
public System.IO.Ports.SerialPort serialPortDataMeter4;
public System.IO.Ports.SerialPort serialPortDataMeter5;
public System.IO.Ports.SerialPort serialPortDataMeter6;
public System.IO.Ports.SerialPort serialPortDataMeter7;
public System.IO.Ports.SerialPort serialPortDataMeter8;
public System.IO.Ports.SerialPort serialPortDataMeter9;
public System.IO.Ports.SerialPort serialPortDataMeter10;
public System.IO.Ports.SerialPort serialPortCmdMeter4;
public System.IO.Ports.SerialPort serialPortCmdMeter5;
public System.IO.Ports.SerialPort serialPortCmdMeter6;
public System.IO.Ports.SerialPort serialPortCmdMeter7;
public System.IO.Ports.SerialPort serialPortCmdMeter8;
public System.IO.Ports.SerialPort serialPortCmdMeter9;
public System.IO.Ports.SerialPort serialPortCmdMeter10;
private System.Windows.Forms.Button btn_ZeroFlowCal_Abort;
private System.Windows.Forms.Panel p_ZeroFlowCal_TempCal;
private System.Windows.Forms.Label l_ZeroFlowCal_TempCal;
private System.Windows.Forms.CheckBox cB_TempCalEnable;
private System.Windows.Forms.CheckBox cB_ZeroFlowOffsetTestEnable;
private System.Windows.Forms.CheckBox cB_AmplitudeTestEnable;
private System.Windows.Forms.GroupBox gB_Settings_TemperatureCalibration;
public System.Windows.Forms.CheckBox cB_TempCalFiles;
private System.Windows.Forms.TabControl tab_Maintab;
private System.Windows.Forms.PictureBox pB_Bubbles1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox3;
}
}