using System.Drawing; namespace Xylem.Common.Ui.GenesisToolBox { partial class FrmTempMeter { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.multiflancshCalibration = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.btnRefreshLut = new System.Windows.Forms.Button(); this.txtLuts = new System.Windows.Forms.TextBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.txtComport = new System.Windows.Forms.TextBox(); this.lblCheck = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.btnCheck = new System.Windows.Forms.Button(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.lblAvgDutTof = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.lblDuration = new System.Windows.Forms.Label(); this.lblLines = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.btnAddLut = new System.Windows.Forms.Button(); this.nudRef = new System.Windows.Forms.NumericUpDown(); this.btnStopRecord = new System.Windows.Forms.Button(); this.btnStartRecord = new System.Windows.Forms.Button(); this.txtCurrentTofs = new System.Windows.Forms.TextBox(); this.AutomaticCalibrationTab = new System.Windows.Forms.TabPage(); this.automaticContentBox = new System.Windows.Forms.RichTextBox(); this.autometicControlsSplitter = new System.Windows.Forms.Splitter(); this.automaticControlsPanel = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.connectedMeters = new System.Windows.Forms.ListView(); this.saveSettingsBtn = new System.Windows.Forms.Button(); this.messurementDauerMS = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.stopAutomaticBtn = new System.Windows.Forms.Button(); this.startAutomaticBtn = new System.Windows.Forms.Button(); this.messurementStepMS = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.GMHPort = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.label10 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.txtInterpolTofs = new System.Windows.Forms.TextBox(); this.txtInterPolPcbId = new System.Windows.Forms.TextBox(); this.button2 = new System.Windows.Forms.Button(); this.ReCalibration = new System.Windows.Forms.TabPage(); 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.brnRead = new System.Windows.Forms.Button(); this.label18 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.btnWirte = new System.Windows.Forms.Button(); this.nudSampleRate = new System.Windows.Forms.NumericUpDown(); 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.timer3 = new System.Windows.Forms.Timer(this.components); this.mainMenuStrip = new System.Windows.Forms.MenuStrip(); this.label24 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.multiflancshCalibration.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudRef)).BeginInit(); this.AutomaticCalibrationTab.SuspendLayout(); this.automaticControlsPanel.SuspendLayout(); this.tabPage4.SuspendLayout(); 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(); ((System.ComponentModel.ISupportInitialize)(this.nudTemp)).BeginInit(); this.SuspendLayout(); // // timer1 // this.timer1.Interval = 60000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer2 // this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // multiflancshCalibration // this.multiflancshCalibration.Controls.Add(this.tabPage1); this.multiflancshCalibration.Controls.Add(this.tabPage2); this.multiflancshCalibration.Controls.Add(this.tabPage3); this.multiflancshCalibration.Controls.Add(this.AutomaticCalibrationTab); this.multiflancshCalibration.Controls.Add(this.tabPage4); this.multiflancshCalibration.Controls.Add(this.ReCalibration); 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(1155, 663); this.multiflancshCalibration.TabIndex = 55; this.multiflancshCalibration.Tag = ""; // // tabPage1 // this.tabPage1.Controls.Add(this.btnRefreshLut); this.tabPage1.Controls.Add(this.txtLuts); this.tabPage1.Location = new System.Drawing.Point(4, 25); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(1147, 634); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Current entrys in LUT"; this.tabPage1.UseVisualStyleBackColor = true; // // btnRefreshLut // this.btnRefreshLut.Location = new System.Drawing.Point(6, 7); this.btnRefreshLut.Name = "btnRefreshLut"; this.btnRefreshLut.Size = new System.Drawing.Size(196, 45); this.btnRefreshLut.TabIndex = 38; this.btnRefreshLut.Text = "Refresh"; this.btnRefreshLut.UseVisualStyleBackColor = true; this.btnRefreshLut.Click += new System.EventHandler(this.btnRefreshLut_Click); // // txtLuts // this.txtLuts.Location = new System.Drawing.Point(6, 58); this.txtLuts.Multiline = true; this.txtLuts.Name = "txtLuts"; this.txtLuts.Size = new System.Drawing.Size(380, 189); this.txtLuts.TabIndex = 37; // // tabPage2 // this.tabPage2.Controls.Add(this.txtComport); this.tabPage2.Controls.Add(this.lblCheck); this.tabPage2.Controls.Add(this.label9); this.tabPage2.Controls.Add(this.btnCheck); this.tabPage2.Location = new System.Drawing.Point(4, 25); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(1147, 634); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Manual check temp"; this.tabPage2.UseVisualStyleBackColor = true; // // txtComport // this.txtComport.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtComport.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtComport.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtComport.Location = new System.Drawing.Point(77, 24); this.txtComport.Margin = new System.Windows.Forms.Padding(0); this.txtComport.MinimumSize = new System.Drawing.Size(2, 25); this.txtComport.Name = "txtComport"; this.txtComport.Size = new System.Drawing.Size(318, 24); this.txtComport.TabIndex = 55; // // lblCheck // this.lblCheck.AutoSize = true; this.lblCheck.Location = new System.Drawing.Point(221, 66); this.lblCheck.Name = "lblCheck"; this.lblCheck.Size = new System.Drawing.Size(12, 16); this.lblCheck.TabIndex = 54; this.lblCheck.Text = "-"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(147, 66); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(85, 16); this.label9.TabIndex = 53; this.label9.Text = "Check Temp"; // // btnCheck // this.btnCheck.Location = new System.Drawing.Point(77, 52); this.btnCheck.Name = "btnCheck"; this.btnCheck.Size = new System.Drawing.Size(64, 40); this.btnCheck.TabIndex = 52; this.btnCheck.Text = "Start Check"; this.btnCheck.UseVisualStyleBackColor = true; this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click); // // tabPage3 // this.tabPage3.Controls.Add(this.lblAvgDutTof); this.tabPage3.Controls.Add(this.label7); this.tabPage3.Controls.Add(this.label6); this.tabPage3.Controls.Add(this.lblDuration); this.tabPage3.Controls.Add(this.lblLines); this.tabPage3.Controls.Add(this.label5); this.tabPage3.Controls.Add(this.label4); this.tabPage3.Controls.Add(this.btnAddLut); this.tabPage3.Controls.Add(this.nudRef); this.tabPage3.Controls.Add(this.btnStopRecord); this.tabPage3.Controls.Add(this.btnStartRecord); this.tabPage3.Controls.Add(this.txtCurrentTofs); this.tabPage3.Location = new System.Drawing.Point(4, 25); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(1147, 634); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Manual add LUT"; this.tabPage3.UseVisualStyleBackColor = true; // // lblAvgDutTof // this.lblAvgDutTof.AutoSize = true; this.lblAvgDutTof.Location = new System.Drawing.Point(235, 322); this.lblAvgDutTof.Name = "lblAvgDutTof"; this.lblAvgDutTof.Size = new System.Drawing.Size(12, 16); this.lblAvgDutTof.TabIndex = 60; this.lblAvgDutTof.Text = "-"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(235, 299); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(87, 16); this.label7.TabIndex = 59; this.label7.Text = "Avg DUT Tof"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(95, 299); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(111, 16); this.label6.TabIndex = 58; this.label6.Text = "Avg Ref Temp C°"; // // lblDuration // this.lblDuration.AutoSize = true; this.lblDuration.Location = new System.Drawing.Point(145, 47); this.lblDuration.Name = "lblDuration"; this.lblDuration.Size = new System.Drawing.Size(12, 16); this.lblDuration.TabIndex = 57; this.lblDuration.Text = "-"; // // lblLines // this.lblLines.AutoSize = true; this.lblLines.Location = new System.Drawing.Point(145, 25); this.lblLines.Name = "lblLines"; this.lblLines.Size = new System.Drawing.Size(12, 16); this.lblLines.TabIndex = 56; this.lblLines.Text = "-"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(94, 47); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(58, 16); this.label5.TabIndex = 55; this.label5.Text = "Duration"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(94, 25); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(40, 16); this.label4.TabIndex = 54; this.label4.Text = "Lines"; // // btnAddLut // this.btnAddLut.Location = new System.Drawing.Point(331, 302); this.btnAddLut.Name = "btnAddLut"; this.btnAddLut.Size = new System.Drawing.Size(73, 40); this.btnAddLut.TabIndex = 53; this.btnAddLut.Text = "Store"; this.btnAddLut.UseVisualStyleBackColor = true; this.btnAddLut.Click += new System.EventHandler(this.btnAddLut_Click); // // nudRef // this.nudRef.DecimalPlaces = 4; this.nudRef.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nudRef.Location = new System.Drawing.Point(98, 315); this.nudRef.Maximum = new decimal(new int[] { 50, 0, 0, 0}); this.nudRef.Minimum = new decimal(new int[] { 5, 0, 0, 0}); this.nudRef.Name = "nudRef"; this.nudRef.Size = new System.Drawing.Size(114, 26); this.nudRef.TabIndex = 52; this.nudRef.Value = new decimal(new int[] { 5, 0, 0, 0}); // // btnStopRecord // this.btnStopRecord.Location = new System.Drawing.Point(24, 302); this.btnStopRecord.Name = "btnStopRecord"; this.btnStopRecord.Size = new System.Drawing.Size(65, 40); this.btnStopRecord.TabIndex = 51; this.btnStopRecord.Text = "Stop Record"; this.btnStopRecord.UseVisualStyleBackColor = true; this.btnStopRecord.Click += new System.EventHandler(this.BtnStopRecord_Click); // // btnStartRecord // this.btnStartRecord.Location = new System.Drawing.Point(24, 20); this.btnStartRecord.Name = "btnStartRecord"; this.btnStartRecord.Size = new System.Drawing.Size(64, 40); this.btnStartRecord.TabIndex = 50; this.btnStartRecord.Text = "Start Record"; this.btnStartRecord.UseVisualStyleBackColor = true; this.btnStartRecord.Click += new System.EventHandler(this.BtnStartRecord_Click); // // txtCurrentTofs // this.txtCurrentTofs.Location = new System.Drawing.Point(24, 66); this.txtCurrentTofs.Multiline = true; this.txtCurrentTofs.Name = "txtCurrentTofs"; this.txtCurrentTofs.Size = new System.Drawing.Size(380, 230); this.txtCurrentTofs.TabIndex = 49; // // AutomaticCalibrationTab // this.AutomaticCalibrationTab.BackColor = System.Drawing.SystemColors.Window; this.AutomaticCalibrationTab.Controls.Add(this.automaticContentBox); this.AutomaticCalibrationTab.Controls.Add(this.autometicControlsSplitter); this.AutomaticCalibrationTab.Controls.Add(this.automaticControlsPanel); this.AutomaticCalibrationTab.Location = new System.Drawing.Point(4, 25); this.AutomaticCalibrationTab.Margin = new System.Windows.Forms.Padding(0); this.AutomaticCalibrationTab.Name = "AutomaticCalibrationTab"; this.AutomaticCalibrationTab.Size = new System.Drawing.Size(1147, 634); this.AutomaticCalibrationTab.TabIndex = 3; this.AutomaticCalibrationTab.Text = "Automatic Calibration"; // // automaticContentBox // this.automaticContentBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.automaticContentBox.Dock = System.Windows.Forms.DockStyle.Fill; this.automaticContentBox.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.automaticContentBox.Location = new System.Drawing.Point(331, 0); this.automaticContentBox.Name = "automaticContentBox"; this.automaticContentBox.Size = new System.Drawing.Size(816, 634); this.automaticContentBox.TabIndex = 2; this.automaticContentBox.Text = ""; // // autometicControlsSplitter // this.autometicControlsSplitter.BackColor = System.Drawing.SystemColors.ScrollBar; this.autometicControlsSplitter.Cursor = System.Windows.Forms.Cursors.VSplit; this.autometicControlsSplitter.Location = new System.Drawing.Point(328, 0); this.autometicControlsSplitter.Name = "autometicControlsSplitter"; this.autometicControlsSplitter.Size = new System.Drawing.Size(3, 634); this.autometicControlsSplitter.TabIndex = 1; this.autometicControlsSplitter.TabStop = false; // // automaticControlsPanel // this.automaticControlsPanel.BackColor = System.Drawing.SystemColors.Menu; this.automaticControlsPanel.Controls.Add(this.button1); this.automaticControlsPanel.Controls.Add(this.connectedMeters); this.automaticControlsPanel.Controls.Add(this.saveSettingsBtn); this.automaticControlsPanel.Controls.Add(this.messurementDauerMS); this.automaticControlsPanel.Controls.Add(this.label3); this.automaticControlsPanel.Controls.Add(this.stopAutomaticBtn); this.automaticControlsPanel.Controls.Add(this.startAutomaticBtn); this.automaticControlsPanel.Controls.Add(this.messurementStepMS); this.automaticControlsPanel.Controls.Add(this.label2); this.automaticControlsPanel.Controls.Add(this.GMHPort); this.automaticControlsPanel.Controls.Add(this.label1); this.automaticControlsPanel.Dock = System.Windows.Forms.DockStyle.Left; this.automaticControlsPanel.Location = new System.Drawing.Point(0, 0); this.automaticControlsPanel.Name = "automaticControlsPanel"; this.automaticControlsPanel.Padding = new System.Windows.Forms.Padding(5); this.automaticControlsPanel.Size = new System.Drawing.Size(328, 634); this.automaticControlsPanel.TabIndex = 0; // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.button1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.button1.Location = new System.Drawing.Point(5, 286); this.button1.Margin = new System.Windows.Forms.Padding(5); this.button1.Name = "button1"; this.button1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5); this.button1.Size = new System.Drawing.Size(318, 36); this.button1.TabIndex = 18; this.button1.Text = "Calculate LUT"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // connectedMeters // this.connectedMeters.HideSelection = false; this.connectedMeters.Location = new System.Drawing.Point(5, 330); this.connectedMeters.MultiSelect = false; this.connectedMeters.Name = "connectedMeters"; this.connectedMeters.Size = new System.Drawing.Size(318, 311); this.connectedMeters.TabIndex = 17; this.connectedMeters.UseCompatibleStateImageBehavior = false; this.connectedMeters.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.MeterSelected); // // saveSettingsBtn // this.saveSettingsBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.saveSettingsBtn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.saveSettingsBtn.Location = new System.Drawing.Point(5, 149); this.saveSettingsBtn.Margin = new System.Windows.Forms.Padding(5); this.saveSettingsBtn.Name = "saveSettingsBtn"; this.saveSettingsBtn.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5); this.saveSettingsBtn.Size = new System.Drawing.Size(318, 36); this.saveSettingsBtn.TabIndex = 16; this.saveSettingsBtn.Text = "Save settings"; this.saveSettingsBtn.UseVisualStyleBackColor = true; this.saveSettingsBtn.Click += new System.EventHandler(this.SaveSettingsBtn_Click); // // messurementDauerMS // this.messurementDauerMS.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.messurementDauerMS.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.messurementDauerMS.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.messurementDauerMS.Location = new System.Drawing.Point(5, 114); this.messurementDauerMS.Margin = new System.Windows.Forms.Padding(0); this.messurementDauerMS.Name = "messurementDauerMS"; this.messurementDauerMS.Size = new System.Drawing.Size(318, 24); this.messurementDauerMS.TabIndex = 15; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label3.Location = new System.Drawing.Point(5, 97); this.label3.Margin = new System.Windows.Forms.Padding(5); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(318, 18); this.label3.TabIndex = 14; this.label3.Text = "Messurement dauer (ms)"; this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // stopAutomaticBtn // this.stopAutomaticBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.stopAutomaticBtn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.stopAutomaticBtn.Location = new System.Drawing.Point(5, 241); this.stopAutomaticBtn.Margin = new System.Windows.Forms.Padding(5); this.stopAutomaticBtn.Name = "stopAutomaticBtn"; this.stopAutomaticBtn.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5); this.stopAutomaticBtn.Size = new System.Drawing.Size(318, 36); this.stopAutomaticBtn.TabIndex = 13; this.stopAutomaticBtn.Text = "Stop messurement"; this.stopAutomaticBtn.UseVisualStyleBackColor = true; this.stopAutomaticBtn.Click += new System.EventHandler(this.StopAutomaticBtn_Clicked); // // startAutomaticBtn // this.startAutomaticBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.startAutomaticBtn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.startAutomaticBtn.Location = new System.Drawing.Point(5, 195); this.startAutomaticBtn.Margin = new System.Windows.Forms.Padding(5); this.startAutomaticBtn.Name = "startAutomaticBtn"; this.startAutomaticBtn.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5); this.startAutomaticBtn.Size = new System.Drawing.Size(318, 36); this.startAutomaticBtn.TabIndex = 12; this.startAutomaticBtn.Text = "Start messurement"; this.startAutomaticBtn.UseVisualStyleBackColor = true; this.startAutomaticBtn.Click += new System.EventHandler(this.StartAutomaticBtn_Clicked); // // messurementStepMS // this.messurementStepMS.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.messurementStepMS.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.messurementStepMS.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.messurementStepMS.Location = new System.Drawing.Point(5, 68); this.messurementStepMS.Margin = new System.Windows.Forms.Padding(0); this.messurementStepMS.Name = "messurementStepMS"; this.messurementStepMS.Size = new System.Drawing.Size(318, 24); this.messurementStepMS.TabIndex = 3; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label2.Location = new System.Drawing.Point(5, 51); this.label2.Margin = new System.Windows.Forms.Padding(5); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(318, 18); this.label2.TabIndex = 2; this.label2.Text = "Messurement step (ms)"; this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // GMHPort // this.GMHPort.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.GMHPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.GMHPort.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.GMHPort.Location = new System.Drawing.Point(5, 22); this.GMHPort.Margin = new System.Windows.Forms.Padding(0); this.GMHPort.MinimumSize = new System.Drawing.Size(2, 25); this.GMHPort.Name = "GMHPort"; this.GMHPort.Size = new System.Drawing.Size(318, 24); this.GMHPort.TabIndex = 1; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label1.Location = new System.Drawing.Point(5, 5); this.label1.Margin = new System.Windows.Forms.Padding(5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(318, 18); this.label1.TabIndex = 0; this.label1.Text = "Messgerät (COM port)"; this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // tabPage4 // this.tabPage4.Controls.Add(this.label10); this.tabPage4.Controls.Add(this.label8); this.tabPage4.Controls.Add(this.txtInterpolTofs); this.tabPage4.Controls.Add(this.txtInterPolPcbId); this.tabPage4.Controls.Add(this.button2); this.tabPage4.Location = new System.Drawing.Point(4, 25); this.tabPage4.Name = "tabPage4"; this.tabPage4.Padding = new System.Windows.Forms.Padding(3); this.tabPage4.Size = new System.Drawing.Size(1147, 634); this.tabPage4.TabIndex = 4; this.tabPage4.Text = "Interpolation"; this.tabPage4.UseVisualStyleBackColor = true; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(27, 131); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(35, 16); this.label10.TabIndex = 43; this.label10.Text = "Tofs"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(27, 91); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(45, 16); this.label8.TabIndex = 42; this.label8.Text = "PcbID"; // // txtInterpolTofs // this.txtInterpolTofs.Location = new System.Drawing.Point(78, 128); this.txtInterpolTofs.Multiline = true; this.txtInterpolTofs.Name = "txtInterpolTofs"; this.txtInterpolTofs.Size = new System.Drawing.Size(196, 271); this.txtInterpolTofs.TabIndex = 41; // // txtInterPolPcbId // this.txtInterPolPcbId.Location = new System.Drawing.Point(78, 91); this.txtInterPolPcbId.Name = "txtInterPolPcbId"; this.txtInterPolPcbId.Size = new System.Drawing.Size(196, 22); this.txtInterPolPcbId.TabIndex = 40; // // button2 // this.button2.Location = new System.Drawing.Point(78, 24); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(196, 45); this.button2.TabIndex = 39; this.button2.Text = "Calc"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // 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.brnRead); this.ReCalibration.Controls.Add(this.label18); this.ReCalibration.Controls.Add(this.label17); this.ReCalibration.Controls.Add(this.btnWirte); this.ReCalibration.Controls.Add(this.nudSampleRate); this.ReCalibration.Controls.Add(this.lblTof3); this.ReCalibration.Controls.Add(this.lblTof1); this.ReCalibration.Controls.Add(this.label14); this.ReCalibration.Controls.Add(this.lblTof2); this.ReCalibration.Controls.Add(this.label12); this.ReCalibration.Controls.Add(this.label11); this.ReCalibration.Controls.Add(this.BtnWritetemp); this.ReCalibration.Controls.Add(this.nudTemp); this.ReCalibration.Location = new System.Drawing.Point(4, 25); this.ReCalibration.Margin = new System.Windows.Forms.Padding(2); this.ReCalibration.Name = "ReCalibration"; this.ReCalibration.Padding = new System.Windows.Forms.Padding(2); this.ReCalibration.Size = new System.Drawing.Size(1147, 634); this.ReCalibration.TabIndex = 5; this.ReCalibration.Text = "tabPage5"; this.ReCalibration.UseVisualStyleBackColor = true; this.ReCalibration.Click += new System.EventHandler(this.ReCalibration_Click); // // lblFlowDisplay // this.lblFlowDisplay.AutoSize = true; this.lblFlowDisplay.Location = new System.Drawing.Point(639, 190); this.lblFlowDisplay.Name = "lblFlowDisplay"; this.lblFlowDisplay.Size = new System.Drawing.Size(15, 16); this.lblFlowDisplay.TabIndex = 34; this.lblFlowDisplay.Text = "0"; // // lblFlowChnl1 // this.lblFlowChnl1.AutoSize = true; this.lblFlowChnl1.Location = new System.Drawing.Point(639, 216); this.lblFlowChnl1.Name = "lblFlowChnl1"; this.lblFlowChnl1.Size = new System.Drawing.Size(15, 16); this.lblFlowChnl1.TabIndex = 33; this.lblFlowChnl1.Text = "0"; // // lblFlowChnl2 // this.lblFlowChnl2.AutoSize = true; this.lblFlowChnl2.Location = new System.Drawing.Point(639, 240); this.lblFlowChnl2.Name = "lblFlowChnl2"; this.lblFlowChnl2.Size = new System.Drawing.Size(15, 16); this.lblFlowChnl2.TabIndex = 32; this.lblFlowChnl2.Text = "0"; // // lblFlowChnl3 // this.lblFlowChnl3.AutoSize = true; this.lblFlowChnl3.Location = new System.Drawing.Point(639, 266); this.lblFlowChnl3.Name = "lblFlowChnl3"; this.lblFlowChnl3.Size = new System.Drawing.Size(15, 16); this.lblFlowChnl3.TabIndex = 31; this.lblFlowChnl3.Text = "0"; // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(524, 216); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(75, 16); this.label23.TabIndex = 30; this.label23.Text = "Flow Chnl 1"; // // label22 // this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(524, 190); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(85, 16); this.label22.TabIndex = 29; this.label22.Text = "Flow Display"; // // btnStopM // this.btnStopM.Location = new System.Drawing.Point(583, 124); this.btnStopM.Name = "btnStopM"; this.btnStopM.Size = new System.Drawing.Size(75, 23); 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(583, 91); this.btnRefeshM.Name = "btnRefeshM"; this.btnRefeshM.Size = new System.Drawing.Size(75, 23); 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(583, 62); this.btnStartM.Name = "btnStartM"; this.btnStartM.Size = new System.Drawing.Size(75, 23); 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(299, 410); this.button3.Margin = new System.Windows.Forms.Padding(2); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(56, 19); 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(337, 329); this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(43, 16); this.label19.TabIndex = 24; this.label19.Text = "CAL 2"; // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(337, 359); this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(43, 16); this.label20.TabIndex = 23; this.label20.Text = "CAL 3"; // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(337, 291); this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(43, 16); this.label21.TabIndex = 22; this.label21.Text = "CAL 1"; // // nudCal3 // this.nudCal3.Location = new System.Drawing.Point(411, 359); this.nudCal3.Margin = new System.Windows.Forms.Padding(2); this.nudCal3.Name = "nudCal3"; this.nudCal3.Size = new System.Drawing.Size(90, 22); this.nudCal3.TabIndex = 21; // // nudCal2 // this.nudCal2.Location = new System.Drawing.Point(411, 324); this.nudCal2.Margin = new System.Windows.Forms.Padding(2); this.nudCal2.Name = "nudCal2"; this.nudCal2.Size = new System.Drawing.Size(90, 22); this.nudCal2.TabIndex = 20; // // nudCal1 // this.nudCal1.Location = new System.Drawing.Point(411, 286); this.nudCal1.Margin = new System.Windows.Forms.Padding(2); this.nudCal1.Name = "nudCal1"; this.nudCal1.Size = new System.Drawing.Size(90, 22); this.nudCal1.TabIndex = 19; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(128, 332); this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(69, 16); this.label13.TabIndex = 18; this.label13.Text = "Zero Tof 2"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(128, 362); this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(69, 16); this.label15.TabIndex = 17; this.label15.Text = "Zero Tof 3"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(128, 294); this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(69, 16); this.label16.TabIndex = 16; this.label16.Text = "Zero Tof 1"; // // nudZeroOffset3 // this.nudZeroOffset3.Location = new System.Drawing.Point(202, 362); this.nudZeroOffset3.Margin = new System.Windows.Forms.Padding(2); this.nudZeroOffset3.Name = "nudZeroOffset3"; this.nudZeroOffset3.Size = new System.Drawing.Size(90, 22); this.nudZeroOffset3.TabIndex = 15; // // nudZeroOffset2 // this.nudZeroOffset2.Location = new System.Drawing.Point(202, 327); this.nudZeroOffset2.Margin = new System.Windows.Forms.Padding(2); this.nudZeroOffset2.Name = "nudZeroOffset2"; this.nudZeroOffset2.Size = new System.Drawing.Size(90, 22); this.nudZeroOffset2.TabIndex = 14; // // nudZeroOffset1 // this.nudZeroOffset1.Location = new System.Drawing.Point(202, 289); this.nudZeroOffset1.Margin = new System.Windows.Forms.Padding(2); this.nudZeroOffset1.Name = "nudZeroOffset1"; this.nudZeroOffset1.Size = new System.Drawing.Size(90, 22); this.nudZeroOffset1.TabIndex = 13; // // brnRead // this.brnRead.Location = new System.Drawing.Point(184, 163); this.brnRead.Margin = new System.Windows.Forms.Padding(2); this.brnRead.Name = "brnRead"; this.brnRead.Size = new System.Drawing.Size(56, 19); this.brnRead.TabIndex = 12; this.brnRead.Text = "Read"; this.brnRead.UseVisualStyleBackColor = true; this.brnRead.Click += new System.EventHandler(this.brnRead_Click); // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(45, 127); this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(68, 16); this.label18.TabIndex = 11; this.label18.Text = "Ref Temp"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(37, 89); this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(87, 16); this.label17.TabIndex = 10; this.label17.Text = "Sample Rate"; // // btnWirte // this.btnWirte.Location = new System.Drawing.Point(284, 84); this.btnWirte.Margin = new System.Windows.Forms.Padding(2); this.btnWirte.Name = "btnWirte"; this.btnWirte.Size = new System.Drawing.Size(56, 19); 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(184, 84); this.nudSampleRate.Margin = new System.Windows.Forms.Padding(2); this.nudSampleRate.Name = "nudSampleRate"; this.nudSampleRate.Size = new System.Drawing.Size(90, 22); this.nudSampleRate.TabIndex = 8; // // lblTof3 // this.lblTof3.AutoSize = true; this.lblTof3.Location = new System.Drawing.Point(199, 256); this.lblTof3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblTof3.Name = "lblTof3"; this.lblTof3.Size = new System.Drawing.Size(52, 16); this.lblTof3.TabIndex = 7; this.lblTof3.Text = "label16"; // // lblTof1 // this.lblTof1.AutoSize = true; this.lblTof1.Location = new System.Drawing.Point(199, 206); this.lblTof1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblTof1.Name = "lblTof1"; this.lblTof1.Size = new System.Drawing.Size(52, 16); this.lblTof1.TabIndex = 6; this.lblTof1.Text = "label15"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(128, 232); this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(38, 16); this.label14.TabIndex = 5; this.label14.Text = "Tof 2"; // // lblTof2 // this.lblTof2.AutoSize = true; this.lblTof2.Location = new System.Drawing.Point(199, 232); this.lblTof2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblTof2.Name = "lblTof2"; this.lblTof2.Size = new System.Drawing.Size(52, 16); this.lblTof2.TabIndex = 4; this.lblTof2.Text = "label13"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(128, 256); this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(38, 16); this.label12.TabIndex = 3; this.label12.Text = "Tof 3"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(128, 206); this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(38, 16); this.label11.TabIndex = 2; this.label11.Text = "Tof 1"; // // BtnWritetemp // this.BtnWritetemp.Location = new System.Drawing.Point(284, 126); this.BtnWritetemp.Margin = new System.Windows.Forms.Padding(2); this.BtnWritetemp.Name = "BtnWritetemp"; this.BtnWritetemp.Size = new System.Drawing.Size(56, 19); this.BtnWritetemp.TabIndex = 1; this.BtnWritetemp.Text = "WriteTemp"; this.BtnWritetemp.UseVisualStyleBackColor = true; this.BtnWritetemp.Click += new System.EventHandler(this.BtnWritetemp_Click); // // nudTemp // this.nudTemp.DecimalPlaces = 2; this.nudTemp.Location = new System.Drawing.Point(184, 126); this.nudTemp.Margin = new System.Windows.Forms.Padding(2); this.nudTemp.Name = "nudTemp"; this.nudTemp.Size = new System.Drawing.Size(90, 22); this.nudTemp.TabIndex = 0; // // timer3 // this.timer3.Interval = 10000; this.timer3.Tick += new System.EventHandler(this.timer3_Tick); // // 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.Size = new System.Drawing.Size(1155, 24); this.mainMenuStrip.TabIndex = 57; this.mainMenuStrip.Text = "menuStrip1"; // // label24 // this.label24.AutoSize = true; this.label24.Location = new System.Drawing.Point(524, 240); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(75, 16); this.label24.TabIndex = 35; this.label24.Text = "Flow Chnl 2"; // // label25 // this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(524, 266); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(75, 16); this.label25.TabIndex = 36; this.label25.Text = "Flow Chnl 3"; // // FrmTempMeter // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1155, 687); this.Controls.Add(this.multiflancshCalibration); this.Controls.Add(this.mainMenuStrip); this.MainMenuStrip = this.mainMenuStrip; this.Name = "FrmTempMeter"; this.Text = "FrmTempMeter"; this.multiflancshCalibration.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudRef)).EndInit(); this.AutomaticCalibrationTab.ResumeLayout(false); this.automaticControlsPanel.ResumeLayout(false); this.automaticControlsPanel.PerformLayout(); this.tabPage4.ResumeLayout(false); this.tabPage4.PerformLayout(); 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(); ((System.ComponentModel.ISupportInitialize)(this.nudTemp)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Timer timer2; private System.Windows.Forms.TabControl multiflancshCalibration; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.Button btnRefreshLut; private System.Windows.Forms.TextBox txtLuts; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Label lblCheck; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button btnCheck; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.Label lblAvgDutTof; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label lblDuration; private System.Windows.Forms.Label lblLines; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnAddLut; private System.Windows.Forms.NumericUpDown nudRef; private System.Windows.Forms.Button btnStopRecord; private System.Windows.Forms.Button btnStartRecord; private System.Windows.Forms.TextBox txtCurrentTofs; private System.Windows.Forms.TabPage AutomaticCalibrationTab; private System.Windows.Forms.Timer timer3; private System.Windows.Forms.MenuStrip mainMenuStrip; private System.Windows.Forms.RichTextBox automaticContentBox; private System.Windows.Forms.Splitter autometicControlsSplitter; private System.Windows.Forms.Panel automaticControlsPanel; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox GMHPort; private System.Windows.Forms.TextBox messurementStepMS; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button stopAutomaticBtn; private System.Windows.Forms.Button startAutomaticBtn; private System.Windows.Forms.TextBox messurementDauerMS; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button saveSettingsBtn; private System.Windows.Forms.TextBox txtComport; private System.Windows.Forms.ListView connectedMeters; private System.Windows.Forms.Button button1; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtInterpolTofs; private System.Windows.Forms.TextBox txtInterPolPcbId; private System.Windows.Forms.Button button2; private System.Windows.Forms.TabPage ReCalibration; private System.Windows.Forms.Button brnRead; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label17; private System.Windows.Forms.Button btnWirte; private System.Windows.Forms.NumericUpDown nudSampleRate; 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.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.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 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.Label label25; private System.Windows.Forms.Label label24; } }