laatzen/Common/Ui/GenesisToolBox/FrmTempMeter.Designer.cs
2023-10-05 09:21:54 +02:00

592 lines
31 KiB
C#

using System.Drawing;
namespace Xylem.Common.Ui.GenesisToolBox
{
partial class FrmTempMeter
{
/// <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.automaticCalibrationTabControl = 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.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.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.timer3 = new System.Windows.Forms.Timer(this.components);
this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
this.automaticCalibrationTabControl.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudRef)).BeginInit();
this.AutomaticCalibrationTab.SuspendLayout();
this.automaticControlsPanel.SuspendLayout();
this.SuspendLayout();
//
// timer1
//
this.timer1.Interval = 5000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// timer2
//
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// automaticCalibrationTabControl
//
this.automaticCalibrationTabControl.Controls.Add(this.tabPage1);
this.automaticCalibrationTabControl.Controls.Add(this.tabPage2);
this.automaticCalibrationTabControl.Controls.Add(this.tabPage3);
this.automaticCalibrationTabControl.Controls.Add(this.AutomaticCalibrationTab);
this.automaticCalibrationTabControl.Controls.Add(this.tabPage4);
this.automaticCalibrationTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.automaticCalibrationTabControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.automaticCalibrationTabControl.Location = new System.Drawing.Point(0, 24);
this.automaticCalibrationTabControl.Margin = new System.Windows.Forms.Padding(0);
this.automaticCalibrationTabControl.Name = "automaticCalibrationTabControl";
this.automaticCalibrationTabControl.Padding = new System.Drawing.Point(0, 0);
this.automaticCalibrationTabControl.SelectedIndex = 0;
this.automaticCalibrationTabControl.Size = new System.Drawing.Size(1225, 676);
this.automaticCalibrationTabControl.TabIndex = 55;
this.automaticCalibrationTabControl.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(1217, 647);
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.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(1217, 647);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Manual check temp";
this.tabPage2.UseVisualStyleBackColor = true;
//
// 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(1217, 647);
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(1217, 647);
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(886, 647);
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, 647);
this.autometicControlsSplitter.TabIndex = 1;
this.autometicControlsSplitter.TabStop = false;
//
// automaticControlsPanel
//
this.automaticControlsPanel.BackColor = System.Drawing.SystemColors.Menu;
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, 647);
this.automaticControlsPanel.TabIndex = 0;
//
// 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.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(1217, 647);
this.tabPage4.TabIndex = 4;
this.tabPage4.Text = "tabPage4";
this.tabPage4.UseVisualStyleBackColor = true;
//
// timer3
//
this.timer3.Interval = 10000;
this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
//
// mainMenuStrip
//
this.mainMenuStrip.BackColor = System.Drawing.SystemColors.Control;
this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
this.mainMenuStrip.Name = "mainMenuStrip";
this.mainMenuStrip.Size = new System.Drawing.Size(1225, 24);
this.mainMenuStrip.TabIndex = 57;
this.mainMenuStrip.Text = "menuStrip1";
//
// FrmTempMeter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1225, 700);
this.Controls.Add(this.automaticCalibrationTabControl);
this.Controls.Add(this.mainMenuStrip);
this.MainMenuStrip = this.mainMenuStrip;
this.Name = "FrmTempMeter";
this.Text = "FrmTempMeter";
this.automaticCalibrationTabControl.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.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.TabControl automaticCalibrationTabControl;
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.TabPage tabPage4;
}
}