Files
laatzen/Common/Ui/GenesisToolBox/FrmTempMeter.Designer.cs
T
2022-04-06 10:42:16 +02:00

517 lines
22 KiB
C#

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.btnConnect = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.cbComSlot = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.lblPcbId = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.tabControl1 = 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.tabPage4 = new System.Windows.Forms.TabPage();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.btnUpdateGrid = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.timer3 = new System.Windows.Forms.Timer(this.components);
this.button3 = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudRef)).BeginInit();
this.tabPage4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// btnConnect
//
this.btnConnect.Location = new System.Drawing.Point(12, 37);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(234, 24);
this.btnConnect.TabIndex = 30;
this.btnConnect.Text = "Connect";
this.btnConnect.UseVisualStyleBackColor = true;
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 14);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(28, 13);
this.label2.TabIndex = 29;
this.label2.Text = "Slot:";
//
// cbComSlot
//
this.cbComSlot.FormattingEnabled = true;
this.cbComSlot.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20"});
this.cbComSlot.Location = new System.Drawing.Point(43, 10);
this.cbComSlot.Name = "cbComSlot";
this.cbComSlot.Size = new System.Drawing.Size(37, 21);
this.cbComSlot.TabIndex = 28;
this.cbComSlot.Text = "1";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(99, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(40, 13);
this.label1.TabIndex = 33;
this.label1.Text = "PcbID:";
//
// lblPcbId
//
this.lblPcbId.AutoSize = true;
this.lblPcbId.Location = new System.Drawing.Point(153, 14);
this.lblPcbId.Name = "lblPcbId";
this.lblPcbId.Size = new System.Drawing.Size(10, 13);
this.lblPcbId.TabIndex = 34;
this.lblPcbId.Text = "-";
//
// timer1
//
this.timer1.Interval = 5000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// timer2
//
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Location = new System.Drawing.Point(12, 90);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(652, 649);
this.tabControl1.TabIndex = 55;
this.tabControl1.Tag = "";
//
// tabPage1
//
this.tabPage1.Controls.Add(this.btnRefreshLut);
this.tabPage1.Controls.Add(this.txtLuts);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(644, 623);
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, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(644, 623);
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(10, 13);
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(68, 13);
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, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(644, 623);
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(10, 13);
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(71, 13);
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(90, 13);
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(10, 13);
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(10, 13);
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(47, 13);
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(32, 13);
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;
//
// tabPage4
//
this.tabPage4.Controls.Add(this.dataGridView1);
this.tabPage4.Controls.Add(this.btnUpdateGrid);
this.tabPage4.Controls.Add(this.button2);
this.tabPage4.Controls.Add(this.button1);
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(644, 623);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "Auto Calibration";
this.tabPage4.UseVisualStyleBackColor = true;
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(27, 105);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(586, 324);
this.dataGridView1.TabIndex = 61;
//
// btnUpdateGrid
//
this.btnUpdateGrid.Location = new System.Drawing.Point(148, 6);
this.btnUpdateGrid.Name = "btnUpdateGrid";
this.btnUpdateGrid.Size = new System.Drawing.Size(61, 61);
this.btnUpdateGrid.TabIndex = 60;
this.btnUpdateGrid.Text = "Update Grid";
this.btnUpdateGrid.UseVisualStyleBackColor = true;
this.btnUpdateGrid.Click += new System.EventHandler(this.btnUpdateGrid_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(238, 6);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(89, 62);
this.button2.TabIndex = 59;
this.button2.Text = "End automatic";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(34, 6);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(89, 62);
this.button1.TabIndex = 58;
this.button1.Text = "Start automatic";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click_1);
//
// timer3
//
this.timer3.Interval = 10000;
this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
//
// button3
//
this.button3.Location = new System.Drawing.Point(641, 26);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(163, 47);
this.button3.TabIndex = 56;
this.button3.Text = "button3";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// FrmTempMeter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1245, 780);
this.Controls.Add(this.button3);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.lblPcbId);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnConnect);
this.Controls.Add(this.label2);
this.Controls.Add(this.cbComSlot);
this.Name = "FrmTempMeter";
this.Text = "FrmTempMeter";
this.tabControl1.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.tabPage4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnConnect;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbComSlot;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblPcbId;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.TabControl tabControl1;
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 tabPage4;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button btnUpdateGrid;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Timer timer3;
private System.Windows.Forms.Button button3;
}
}