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

798 lines
38 KiB
C#

using System.Drawing;
namespace Xylem.Common.Ui.GenesisToolBox
{
partial class FrmManCalibration
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.timer3 = new System.Windows.Forms.Timer(this.components);
this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
this.ReCalibration = new System.Windows.Forms.TabPage();
this.label25 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.lblFlowDisplay = new System.Windows.Forms.Label();
this.lblFlowChnl1 = new System.Windows.Forms.Label();
this.lblFlowChnl2 = new System.Windows.Forms.Label();
this.lblFlowChnl3 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.btnStopM = new System.Windows.Forms.Button();
this.btnRefeshM = new System.Windows.Forms.Button();
this.btnStartM = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.label19 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.nudCal3 = new System.Windows.Forms.NumericUpDown();
this.nudCal2 = new System.Windows.Forms.NumericUpDown();
this.nudCal1 = new System.Windows.Forms.NumericUpDown();
this.label13 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.nudZeroOffset3 = new System.Windows.Forms.NumericUpDown();
this.nudZeroOffset2 = new System.Windows.Forms.NumericUpDown();
this.nudZeroOffset1 = new System.Windows.Forms.NumericUpDown();
this.label17 = new System.Windows.Forms.Label();
this.btnWirte = new System.Windows.Forms.Button();
this.nudSampleRate = new System.Windows.Forms.NumericUpDown();
this.multiflancshCalibration = new System.Windows.Forms.TabControl();
this.tabInit = new System.Windows.Forms.TabPage();
this.btnSet = new System.Windows.Forms.Button();
this.btnGet = new System.Windows.Forms.Button();
this.cb_Metersize = new System.Windows.Forms.ComboBox();
this.dgvInit = new System.Windows.Forms.DataGridView();
this.cbRegister = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cCurrentValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cbRawValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tabAplitude = new System.Windows.Forms.TabPage();
this.tabTemp = new System.Windows.Forms.TabPage();
this.brnRead = new System.Windows.Forms.Button();
this.label18 = new System.Windows.Forms.Label();
this.lblTof3 = new System.Windows.Forms.Label();
this.lblTof1 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.lblTof2 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.BtnWritetemp = new System.Windows.Forms.Button();
this.nudTemp = new System.Windows.Forms.NumericUpDown();
this.tabZeroFlow = new System.Windows.Forms.TabPage();
this.tabQCal = new System.Windows.Forms.TabPage();
this.dgvAmps = new System.Windows.Forms.DataGridView();
this.btnStatAmp = new System.Windows.Forms.Button();
this.btnAmpBack = new System.Windows.Forms.Button();
this.btnApmFor = new System.Windows.Forms.Button();
this.btnLoad = new System.Windows.Forms.Button();
this.ReCalibration.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudCal3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudCal2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudCal1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudZeroOffset3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudZeroOffset2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudZeroOffset1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudSampleRate)).BeginInit();
this.multiflancshCalibration.SuspendLayout();
this.tabInit.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvInit)).BeginInit();
this.tabAplitude.SuspendLayout();
this.tabTemp.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudTemp)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvAmps)).BeginInit();
this.SuspendLayout();
//
// mainMenuStrip
//
this.mainMenuStrip.BackColor = System.Drawing.SystemColors.Control;
this.mainMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
this.mainMenuStrip.Name = "mainMenuStrip";
this.mainMenuStrip.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
this.mainMenuStrip.Size = new System.Drawing.Size(1540, 24);
this.mainMenuStrip.TabIndex = 57;
this.mainMenuStrip.Text = "menuStrip1";
//
// ReCalibration
//
this.ReCalibration.Controls.Add(this.label25);
this.ReCalibration.Controls.Add(this.label24);
this.ReCalibration.Controls.Add(this.lblFlowDisplay);
this.ReCalibration.Controls.Add(this.lblFlowChnl1);
this.ReCalibration.Controls.Add(this.lblFlowChnl2);
this.ReCalibration.Controls.Add(this.lblFlowChnl3);
this.ReCalibration.Controls.Add(this.label23);
this.ReCalibration.Controls.Add(this.label22);
this.ReCalibration.Controls.Add(this.btnStopM);
this.ReCalibration.Controls.Add(this.btnRefeshM);
this.ReCalibration.Controls.Add(this.btnStartM);
this.ReCalibration.Controls.Add(this.button3);
this.ReCalibration.Controls.Add(this.label19);
this.ReCalibration.Controls.Add(this.label20);
this.ReCalibration.Controls.Add(this.label21);
this.ReCalibration.Controls.Add(this.nudCal3);
this.ReCalibration.Controls.Add(this.nudCal2);
this.ReCalibration.Controls.Add(this.nudCal1);
this.ReCalibration.Controls.Add(this.label13);
this.ReCalibration.Controls.Add(this.label15);
this.ReCalibration.Controls.Add(this.label16);
this.ReCalibration.Controls.Add(this.nudZeroOffset3);
this.ReCalibration.Controls.Add(this.nudZeroOffset2);
this.ReCalibration.Controls.Add(this.nudZeroOffset1);
this.ReCalibration.Controls.Add(this.label17);
this.ReCalibration.Controls.Add(this.btnWirte);
this.ReCalibration.Controls.Add(this.nudSampleRate);
this.ReCalibration.Location = new System.Drawing.Point(4, 29);
this.ReCalibration.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ReCalibration.Name = "ReCalibration";
this.ReCalibration.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ReCalibration.Size = new System.Drawing.Size(1532, 789);
this.ReCalibration.TabIndex = 5;
this.ReCalibration.Text = "tabPage5";
this.ReCalibration.UseVisualStyleBackColor = true;
this.ReCalibration.Click += new System.EventHandler(this.ReCalibration_Click);
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(699, 327);
this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(97, 20);
this.label25.TabIndex = 36;
this.label25.Text = "Flow Chnl 3";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(699, 295);
this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(97, 20);
this.label24.TabIndex = 35;
this.label24.Text = "Flow Chnl 2";
//
// lblFlowDisplay
//
this.lblFlowDisplay.AutoSize = true;
this.lblFlowDisplay.Location = new System.Drawing.Point(852, 234);
this.lblFlowDisplay.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblFlowDisplay.Name = "lblFlowDisplay";
this.lblFlowDisplay.Size = new System.Drawing.Size(18, 20);
this.lblFlowDisplay.TabIndex = 34;
this.lblFlowDisplay.Text = "0";
//
// lblFlowChnl1
//
this.lblFlowChnl1.AutoSize = true;
this.lblFlowChnl1.Location = new System.Drawing.Point(852, 266);
this.lblFlowChnl1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblFlowChnl1.Name = "lblFlowChnl1";
this.lblFlowChnl1.Size = new System.Drawing.Size(18, 20);
this.lblFlowChnl1.TabIndex = 33;
this.lblFlowChnl1.Text = "0";
//
// lblFlowChnl2
//
this.lblFlowChnl2.AutoSize = true;
this.lblFlowChnl2.Location = new System.Drawing.Point(852, 295);
this.lblFlowChnl2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblFlowChnl2.Name = "lblFlowChnl2";
this.lblFlowChnl2.Size = new System.Drawing.Size(18, 20);
this.lblFlowChnl2.TabIndex = 32;
this.lblFlowChnl2.Text = "0";
//
// lblFlowChnl3
//
this.lblFlowChnl3.AutoSize = true;
this.lblFlowChnl3.Location = new System.Drawing.Point(852, 327);
this.lblFlowChnl3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblFlowChnl3.Name = "lblFlowChnl3";
this.lblFlowChnl3.Size = new System.Drawing.Size(18, 20);
this.lblFlowChnl3.TabIndex = 31;
this.lblFlowChnl3.Text = "0";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(699, 266);
this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(97, 20);
this.label23.TabIndex = 30;
this.label23.Text = "Flow Chnl 1";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(699, 234);
this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(105, 20);
this.label22.TabIndex = 29;
this.label22.Text = "Flow Display";
//
// btnStopM
//
this.btnStopM.Location = new System.Drawing.Point(777, 153);
this.btnStopM.Margin = new System.Windows.Forms.Padding(4);
this.btnStopM.Name = "btnStopM";
this.btnStopM.Size = new System.Drawing.Size(100, 28);
this.btnStopM.TabIndex = 28;
this.btnStopM.Text = "Stop";
this.btnStopM.UseVisualStyleBackColor = true;
this.btnStopM.Click += new System.EventHandler(this.btnStopM_Click);
//
// btnRefeshM
//
this.btnRefeshM.Location = new System.Drawing.Point(777, 112);
this.btnRefeshM.Margin = new System.Windows.Forms.Padding(4);
this.btnRefeshM.Name = "btnRefeshM";
this.btnRefeshM.Size = new System.Drawing.Size(100, 28);
this.btnRefeshM.TabIndex = 27;
this.btnRefeshM.Text = "Refresh";
this.btnRefeshM.UseVisualStyleBackColor = true;
this.btnRefeshM.Click += new System.EventHandler(this.btnRefeshM_Click);
//
// btnStartM
//
this.btnStartM.Location = new System.Drawing.Point(777, 76);
this.btnStartM.Margin = new System.Windows.Forms.Padding(4);
this.btnStartM.Name = "btnStartM";
this.btnStartM.Size = new System.Drawing.Size(100, 28);
this.btnStartM.TabIndex = 26;
this.btnStartM.Text = "Start";
this.btnStartM.UseVisualStyleBackColor = true;
this.btnStartM.Click += new System.EventHandler(this.btnStartM_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(399, 505);
this.button3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 25;
this.button3.Text = "Write";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(449, 405);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(56, 20);
this.label19.TabIndex = 24;
this.label19.Text = "CAL 2";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(449, 442);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(56, 20);
this.label20.TabIndex = 23;
this.label20.Text = "CAL 3";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(449, 358);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(56, 20);
this.label21.TabIndex = 22;
this.label21.Text = "CAL 1";
//
// nudCal3
//
this.nudCal3.Location = new System.Drawing.Point(548, 442);
this.nudCal3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.nudCal3.Name = "nudCal3";
this.nudCal3.Size = new System.Drawing.Size(120, 26);
this.nudCal3.TabIndex = 21;
//
// nudCal2
//
this.nudCal2.Location = new System.Drawing.Point(548, 399);
this.nudCal2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.nudCal2.Name = "nudCal2";
this.nudCal2.Size = new System.Drawing.Size(120, 26);
this.nudCal2.TabIndex = 20;
//
// nudCal1
//
this.nudCal1.Location = new System.Drawing.Point(548, 352);
this.nudCal1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.nudCal1.Name = "nudCal1";
this.nudCal1.Size = new System.Drawing.Size(120, 26);
this.nudCal1.TabIndex = 19;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(171, 409);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(85, 20);
this.label13.TabIndex = 18;
this.label13.Text = "Zero Tof 2";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(171, 446);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(85, 20);
this.label15.TabIndex = 17;
this.label15.Text = "Zero Tof 3";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(171, 362);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(85, 20);
this.label16.TabIndex = 16;
this.label16.Text = "Zero Tof 1";
//
// nudZeroOffset3
//
this.nudZeroOffset3.Location = new System.Drawing.Point(269, 446);
this.nudZeroOffset3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.nudZeroOffset3.Name = "nudZeroOffset3";
this.nudZeroOffset3.Size = new System.Drawing.Size(120, 26);
this.nudZeroOffset3.TabIndex = 15;
//
// nudZeroOffset2
//
this.nudZeroOffset2.Location = new System.Drawing.Point(269, 402);
this.nudZeroOffset2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.nudZeroOffset2.Name = "nudZeroOffset2";
this.nudZeroOffset2.Size = new System.Drawing.Size(120, 26);
this.nudZeroOffset2.TabIndex = 14;
//
// nudZeroOffset1
//
this.nudZeroOffset1.Location = new System.Drawing.Point(269, 356);
this.nudZeroOffset1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.nudZeroOffset1.Name = "nudZeroOffset1";
this.nudZeroOffset1.Size = new System.Drawing.Size(120, 26);
this.nudZeroOffset1.TabIndex = 13;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(49, 110);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(105, 20);
this.label17.TabIndex = 10;
this.label17.Text = "Sample Rate";
//
// btnWirte
//
this.btnWirte.Location = new System.Drawing.Point(379, 103);
this.btnWirte.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnWirte.Name = "btnWirte";
this.btnWirte.Size = new System.Drawing.Size(75, 23);
this.btnWirte.TabIndex = 9;
this.btnWirte.Text = "Write";
this.btnWirte.UseVisualStyleBackColor = true;
this.btnWirte.Click += new System.EventHandler(this.btnWirte_Click);
//
// nudSampleRate
//
this.nudSampleRate.Location = new System.Drawing.Point(245, 103);
this.nudSampleRate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.nudSampleRate.Name = "nudSampleRate";
this.nudSampleRate.Size = new System.Drawing.Size(120, 26);
this.nudSampleRate.TabIndex = 8;
//
// multiflancshCalibration
//
this.multiflancshCalibration.Controls.Add(this.ReCalibration);
this.multiflancshCalibration.Controls.Add(this.tabInit);
this.multiflancshCalibration.Controls.Add(this.tabAplitude);
this.multiflancshCalibration.Controls.Add(this.tabTemp);
this.multiflancshCalibration.Controls.Add(this.tabZeroFlow);
this.multiflancshCalibration.Controls.Add(this.tabQCal);
this.multiflancshCalibration.Dock = System.Windows.Forms.DockStyle.Fill;
this.multiflancshCalibration.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.multiflancshCalibration.Location = new System.Drawing.Point(0, 24);
this.multiflancshCalibration.Margin = new System.Windows.Forms.Padding(0);
this.multiflancshCalibration.Name = "multiflancshCalibration";
this.multiflancshCalibration.Padding = new System.Drawing.Point(0, 0);
this.multiflancshCalibration.SelectedIndex = 0;
this.multiflancshCalibration.Size = new System.Drawing.Size(1540, 822);
this.multiflancshCalibration.TabIndex = 55;
this.multiflancshCalibration.Tag = "";
this.multiflancshCalibration.SelectedIndexChanged += new System.EventHandler(this.multiflancshCalibration_SelectedIndexChanged);
//
// tabInit
//
this.tabInit.Controls.Add(this.btnSet);
this.tabInit.Controls.Add(this.btnGet);
this.tabInit.Controls.Add(this.cb_Metersize);
this.tabInit.Controls.Add(this.dgvInit);
this.tabInit.Location = new System.Drawing.Point(4, 29);
this.tabInit.Name = "tabInit";
this.tabInit.Padding = new System.Windows.Forms.Padding(3);
this.tabInit.Size = new System.Drawing.Size(1532, 789);
this.tabInit.TabIndex = 10;
this.tabInit.Text = "Init";
this.tabInit.UseVisualStyleBackColor = true;
this.tabInit.Click += new System.EventHandler(this.tabInit_Click);
//
// btnSet
//
this.btnSet.Location = new System.Drawing.Point(405, 63);
this.btnSet.Name = "btnSet";
this.btnSet.Size = new System.Drawing.Size(110, 27);
this.btnSet.TabIndex = 3;
this.btnSet.Text = "Set";
this.btnSet.UseVisualStyleBackColor = true;
this.btnSet.Click += new System.EventHandler(this.btnSet_Click);
//
// btnGet
//
this.btnGet.Location = new System.Drawing.Point(278, 63);
this.btnGet.Name = "btnGet";
this.btnGet.Size = new System.Drawing.Size(110, 27);
this.btnGet.TabIndex = 2;
this.btnGet.Text = "Get";
this.btnGet.UseVisualStyleBackColor = true;
this.btnGet.Click += new System.EventHandler(this.btnGet_Click);
//
// cb_Metersize
//
this.cb_Metersize.FormattingEnabled = true;
this.cb_Metersize.Location = new System.Drawing.Point(20, 63);
this.cb_Metersize.Name = "cb_Metersize";
this.cb_Metersize.Size = new System.Drawing.Size(228, 28);
this.cb_Metersize.TabIndex = 1;
//
// dgvInit
//
this.dgvInit.AllowUserToAddRows = false;
this.dgvInit.AllowUserToDeleteRows = false;
this.dgvInit.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvInit.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.cbRegister,
this.cCurrentValue,
this.cbRawValue});
this.dgvInit.Location = new System.Drawing.Point(20, 124);
this.dgvInit.Name = "dgvInit";
this.dgvInit.RowTemplate.Height = 24;
this.dgvInit.Size = new System.Drawing.Size(369, 280);
this.dgvInit.TabIndex = 0;
//
// cbRegister
//
this.cbRegister.Frozen = true;
this.cbRegister.HeaderText = "Register";
this.cbRegister.Name = "cbRegister";
this.cbRegister.ReadOnly = true;
//
// cCurrentValue
//
this.cCurrentValue.Frozen = true;
this.cCurrentValue.HeaderText = "CurrentValue";
this.cCurrentValue.Name = "cCurrentValue";
this.cCurrentValue.ReadOnly = true;
//
// cbRawValue
//
this.cbRawValue.Frozen = true;
this.cbRawValue.HeaderText = "RawValue";
this.cbRawValue.Name = "cbRawValue";
//
// tabAplitude
//
this.tabAplitude.Controls.Add(this.btnLoad);
this.tabAplitude.Controls.Add(this.btnApmFor);
this.tabAplitude.Controls.Add(this.btnAmpBack);
this.tabAplitude.Controls.Add(this.btnStatAmp);
this.tabAplitude.Controls.Add(this.dgvAmps);
this.tabAplitude.Location = new System.Drawing.Point(4, 29);
this.tabAplitude.Name = "tabAplitude";
this.tabAplitude.Padding = new System.Windows.Forms.Padding(3);
this.tabAplitude.Size = new System.Drawing.Size(1532, 789);
this.tabAplitude.TabIndex = 6;
this.tabAplitude.Text = "Amplitude";
this.tabAplitude.UseVisualStyleBackColor = true;
//
// tabTemp
//
this.tabTemp.Controls.Add(this.brnRead);
this.tabTemp.Controls.Add(this.label18);
this.tabTemp.Controls.Add(this.lblTof3);
this.tabTemp.Controls.Add(this.lblTof1);
this.tabTemp.Controls.Add(this.label14);
this.tabTemp.Controls.Add(this.lblTof2);
this.tabTemp.Controls.Add(this.label12);
this.tabTemp.Controls.Add(this.label11);
this.tabTemp.Controls.Add(this.BtnWritetemp);
this.tabTemp.Controls.Add(this.nudTemp);
this.tabTemp.Location = new System.Drawing.Point(4, 29);
this.tabTemp.Name = "tabTemp";
this.tabTemp.Size = new System.Drawing.Size(1532, 789);
this.tabTemp.TabIndex = 7;
this.tabTemp.Text = "Temp";
this.tabTemp.UseVisualStyleBackColor = true;
//
// brnRead
//
this.brnRead.Location = new System.Drawing.Point(210, 92);
this.brnRead.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.brnRead.Name = "brnRead";
this.brnRead.Size = new System.Drawing.Size(75, 23);
this.brnRead.TabIndex = 22;
this.brnRead.Text = "Read";
this.brnRead.UseVisualStyleBackColor = true;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(25, 47);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(82, 20);
this.label18.TabIndex = 21;
this.label18.Text = "Ref Temp";
//
// lblTof3
//
this.lblTof3.AutoSize = true;
this.lblTof3.Location = new System.Drawing.Point(230, 206);
this.lblTof3.Name = "lblTof3";
this.lblTof3.Size = new System.Drawing.Size(62, 20);
this.lblTof3.TabIndex = 20;
this.lblTof3.Text = "label16";
//
// lblTof1
//
this.lblTof1.AutoSize = true;
this.lblTof1.Location = new System.Drawing.Point(230, 145);
this.lblTof1.Name = "lblTof1";
this.lblTof1.Size = new System.Drawing.Size(62, 20);
this.lblTof1.TabIndex = 19;
this.lblTof1.Text = "label15";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(136, 177);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(47, 20);
this.label14.TabIndex = 18;
this.label14.Text = "Tof 2";
//
// lblTof2
//
this.lblTof2.AutoSize = true;
this.lblTof2.Location = new System.Drawing.Point(230, 177);
this.lblTof2.Name = "lblTof2";
this.lblTof2.Size = new System.Drawing.Size(62, 20);
this.lblTof2.TabIndex = 17;
this.lblTof2.Text = "label13";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(136, 206);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(47, 20);
this.label12.TabIndex = 16;
this.label12.Text = "Tof 3";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(136, 145);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(47, 20);
this.label11.TabIndex = 15;
this.label11.Text = "Tof 1";
//
// BtnWritetemp
//
this.BtnWritetemp.Location = new System.Drawing.Point(344, 46);
this.BtnWritetemp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.BtnWritetemp.Name = "BtnWritetemp";
this.BtnWritetemp.Size = new System.Drawing.Size(75, 23);
this.BtnWritetemp.TabIndex = 14;
this.BtnWritetemp.Text = "WriteTemp";
this.BtnWritetemp.UseVisualStyleBackColor = true;
//
// nudTemp
//
this.nudTemp.DecimalPlaces = 2;
this.nudTemp.Location = new System.Drawing.Point(210, 46);
this.nudTemp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.nudTemp.Name = "nudTemp";
this.nudTemp.Size = new System.Drawing.Size(120, 26);
this.nudTemp.TabIndex = 13;
//
// tabZeroFlow
//
this.tabZeroFlow.Location = new System.Drawing.Point(4, 29);
this.tabZeroFlow.Name = "tabZeroFlow";
this.tabZeroFlow.Size = new System.Drawing.Size(1532, 789);
this.tabZeroFlow.TabIndex = 8;
this.tabZeroFlow.Text = "ZeroFlow";
this.tabZeroFlow.UseVisualStyleBackColor = true;
//
// tabQCal
//
this.tabQCal.Location = new System.Drawing.Point(4, 29);
this.tabQCal.Name = "tabQCal";
this.tabQCal.Size = new System.Drawing.Size(1532, 789);
this.tabQCal.TabIndex = 9;
this.tabQCal.Text = "Q3 Calibration";
this.tabQCal.UseVisualStyleBackColor = true;
//
// dgvAmps
//
this.dgvAmps.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvAmps.Location = new System.Drawing.Point(85, 53);
this.dgvAmps.Name = "dgvAmps";
this.dgvAmps.RowTemplate.Height = 24;
this.dgvAmps.Size = new System.Drawing.Size(851, 263);
this.dgvAmps.TabIndex = 0;
//
// btnStatAmp
//
this.btnStatAmp.Location = new System.Drawing.Point(369, 15);
this.btnStatAmp.Name = "btnStatAmp";
this.btnStatAmp.Size = new System.Drawing.Size(125, 29);
this.btnStatAmp.TabIndex = 1;
this.btnStatAmp.Text = "Start";
this.btnStatAmp.UseVisualStyleBackColor = true;
//
// btnAmpBack
//
this.btnAmpBack.Location = new System.Drawing.Point(238, 15);
this.btnAmpBack.Name = "btnAmpBack";
this.btnAmpBack.Size = new System.Drawing.Size(125, 29);
this.btnAmpBack.TabIndex = 2;
this.btnAmpBack.Text = "<";
this.btnAmpBack.UseVisualStyleBackColor = true;
//
// btnApmFor
//
this.btnApmFor.Location = new System.Drawing.Point(500, 15);
this.btnApmFor.Name = "btnApmFor";
this.btnApmFor.Size = new System.Drawing.Size(125, 29);
this.btnApmFor.TabIndex = 3;
this.btnApmFor.Text = ">";
this.btnApmFor.UseVisualStyleBackColor = true;
//
// btnLoad
//
this.btnLoad.Location = new System.Drawing.Point(27, 10);
this.btnLoad.Name = "btnLoad";
this.btnLoad.Size = new System.Drawing.Size(127, 33);
this.btnLoad.TabIndex = 4;
this.btnLoad.Text = "Load";
this.btnLoad.UseVisualStyleBackColor = true;
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
//
// FrmManCalibration
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1540, 846);
this.Controls.Add(this.multiflancshCalibration);
this.Controls.Add(this.mainMenuStrip);
this.MainMenuStrip = this.mainMenuStrip;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "FrmManCalibration";
this.Text = "FrmTempMeter";
this.ReCalibration.ResumeLayout(false);
this.ReCalibration.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudCal3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudCal2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudCal1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudZeroOffset3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudZeroOffset2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudZeroOffset1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudSampleRate)).EndInit();
this.multiflancshCalibration.ResumeLayout(false);
this.tabInit.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvInit)).EndInit();
this.tabAplitude.ResumeLayout(false);
this.tabTemp.ResumeLayout(false);
this.tabTemp.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudTemp)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvAmps)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.Timer timer3;
private System.Windows.Forms.MenuStrip mainMenuStrip;
private System.Windows.Forms.TabPage ReCalibration;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label lblFlowDisplay;
private System.Windows.Forms.Label lblFlowChnl1;
private System.Windows.Forms.Label lblFlowChnl2;
private System.Windows.Forms.Label lblFlowChnl3;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Button btnStopM;
private System.Windows.Forms.Button btnRefeshM;
private System.Windows.Forms.Button btnStartM;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.NumericUpDown nudCal3;
private System.Windows.Forms.NumericUpDown nudCal2;
private System.Windows.Forms.NumericUpDown nudCal1;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.NumericUpDown nudZeroOffset3;
private System.Windows.Forms.NumericUpDown nudZeroOffset2;
private System.Windows.Forms.NumericUpDown nudZeroOffset1;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Button btnWirte;
private System.Windows.Forms.NumericUpDown nudSampleRate;
private System.Windows.Forms.TabControl multiflancshCalibration;
private System.Windows.Forms.TabPage tabInit;
private System.Windows.Forms.TabPage tabAplitude;
private System.Windows.Forms.TabPage tabTemp;
private System.Windows.Forms.Button brnRead;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label lblTof3;
private System.Windows.Forms.Label lblTof1;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label lblTof2;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Button BtnWritetemp;
private System.Windows.Forms.NumericUpDown nudTemp;
private System.Windows.Forms.TabPage tabZeroFlow;
private System.Windows.Forms.TabPage tabQCal;
private System.Windows.Forms.ComboBox cb_Metersize;
private System.Windows.Forms.DataGridView dgvInit;
private System.Windows.Forms.DataGridViewTextBoxColumn cbRegister;
private System.Windows.Forms.DataGridViewTextBoxColumn cCurrentValue;
private System.Windows.Forms.DataGridViewTextBoxColumn cbRawValue;
private System.Windows.Forms.Button btnSet;
private System.Windows.Forms.Button btnGet;
private System.Windows.Forms.Button btnLoad;
private System.Windows.Forms.Button btnApmFor;
private System.Windows.Forms.Button btnAmpBack;
private System.Windows.Forms.Button btnStatAmp;
private System.Windows.Forms.DataGridView dgvAmps;
}
}