390 lines
16 KiB
C#
390 lines
16 KiB
C#
namespace TempFlansh
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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.button1 = new System.Windows.Forms.Button();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.timer2 = new System.Windows.Forms.Timer(this.components);
|
|
this.lblCheck = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.btnCheck = new System.Windows.Forms.Button();
|
|
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.btnRefreshLut = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.lblPcbId = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtLuts = new System.Windows.Forms.TextBox();
|
|
this.btnConnect = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.cbComSlot = new System.Windows.Forms.ComboBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudRef)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(254, 12);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(138, 72);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "button1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 5000;
|
|
//
|
|
// lblCheck
|
|
//
|
|
this.lblCheck.AutoSize = true;
|
|
this.lblCheck.Location = new System.Drawing.Point(157, 355);
|
|
this.lblCheck.Name = "lblCheck";
|
|
this.lblCheck.Size = new System.Drawing.Size(10, 13);
|
|
this.lblCheck.TabIndex = 75;
|
|
this.lblCheck.Text = "-";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(83, 355);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(68, 13);
|
|
this.label9.TabIndex = 74;
|
|
this.label9.Text = "Check Temp";
|
|
//
|
|
// btnCheck
|
|
//
|
|
this.btnCheck.Location = new System.Drawing.Point(13, 341);
|
|
this.btnCheck.Name = "btnCheck";
|
|
this.btnCheck.Size = new System.Drawing.Size(64, 40);
|
|
this.btnCheck.TabIndex = 73;
|
|
this.btnCheck.Text = "Start Check";
|
|
this.btnCheck.UseVisualStyleBackColor = true;
|
|
this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
|
|
//
|
|
// lblAvgDutTof
|
|
//
|
|
this.lblAvgDutTof.AutoSize = true;
|
|
this.lblAvgDutTof.Location = new System.Drawing.Point(223, 750);
|
|
this.lblAvgDutTof.Name = "lblAvgDutTof";
|
|
this.lblAvgDutTof.Size = new System.Drawing.Size(10, 13);
|
|
this.lblAvgDutTof.TabIndex = 72;
|
|
this.lblAvgDutTof.Text = "-";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(223, 727);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(71, 13);
|
|
this.label7.TabIndex = 71;
|
|
this.label7.Text = "Avg DUT Tof";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(83, 727);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(90, 13);
|
|
this.label6.TabIndex = 70;
|
|
this.label6.Text = "Avg Ref Temp C°";
|
|
//
|
|
// lblDuration
|
|
//
|
|
this.lblDuration.AutoSize = true;
|
|
this.lblDuration.Location = new System.Drawing.Point(133, 475);
|
|
this.lblDuration.Name = "lblDuration";
|
|
this.lblDuration.Size = new System.Drawing.Size(10, 13);
|
|
this.lblDuration.TabIndex = 69;
|
|
this.lblDuration.Text = "-";
|
|
//
|
|
// lblLines
|
|
//
|
|
this.lblLines.AutoSize = true;
|
|
this.lblLines.Location = new System.Drawing.Point(133, 453);
|
|
this.lblLines.Name = "lblLines";
|
|
this.lblLines.Size = new System.Drawing.Size(10, 13);
|
|
this.lblLines.TabIndex = 68;
|
|
this.lblLines.Text = "-";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(82, 475);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(47, 13);
|
|
this.label5.TabIndex = 67;
|
|
this.label5.Text = "Duration";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(82, 453);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(32, 13);
|
|
this.label4.TabIndex = 66;
|
|
this.label4.Text = "Lines";
|
|
//
|
|
// btnAddLut
|
|
//
|
|
this.btnAddLut.Location = new System.Drawing.Point(319, 730);
|
|
this.btnAddLut.Name = "btnAddLut";
|
|
this.btnAddLut.Size = new System.Drawing.Size(73, 40);
|
|
this.btnAddLut.TabIndex = 65;
|
|
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(86, 743);
|
|
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 = 64;
|
|
this.nudRef.Value = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// btnStopRecord
|
|
//
|
|
this.btnStopRecord.Location = new System.Drawing.Point(12, 730);
|
|
this.btnStopRecord.Name = "btnStopRecord";
|
|
this.btnStopRecord.Size = new System.Drawing.Size(65, 40);
|
|
this.btnStopRecord.TabIndex = 63;
|
|
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(12, 448);
|
|
this.btnStartRecord.Name = "btnStartRecord";
|
|
this.btnStartRecord.Size = new System.Drawing.Size(64, 40);
|
|
this.btnStartRecord.TabIndex = 62;
|
|
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(12, 494);
|
|
this.txtCurrentTofs.Multiline = true;
|
|
this.txtCurrentTofs.Name = "txtCurrentTofs";
|
|
this.txtCurrentTofs.Size = new System.Drawing.Size(380, 230);
|
|
this.txtCurrentTofs.TabIndex = 61;
|
|
//
|
|
// btnRefreshLut
|
|
//
|
|
this.btnRefreshLut.Location = new System.Drawing.Point(193, 77);
|
|
this.btnRefreshLut.Name = "btnRefreshLut";
|
|
this.btnRefreshLut.Size = new System.Drawing.Size(53, 20);
|
|
this.btnRefreshLut.TabIndex = 60;
|
|
this.btnRefreshLut.Text = "Refresh";
|
|
this.btnRefreshLut.UseVisualStyleBackColor = true;
|
|
this.btnRefreshLut.Click += new System.EventHandler(this.btnRefreshLut_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(13, 81);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(107, 13);
|
|
this.label3.TabIndex = 59;
|
|
this.label3.Text = "Current entrys in LUT";
|
|
//
|
|
// lblPcbId
|
|
//
|
|
this.lblPcbId.AutoSize = true;
|
|
this.lblPcbId.Location = new System.Drawing.Point(153, 8);
|
|
this.lblPcbId.Name = "lblPcbId";
|
|
this.lblPcbId.Size = new System.Drawing.Size(10, 13);
|
|
this.lblPcbId.TabIndex = 58;
|
|
this.lblPcbId.Text = "-";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(99, 8);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(40, 13);
|
|
this.label1.TabIndex = 57;
|
|
this.label1.Text = "PcbID:";
|
|
//
|
|
// txtLuts
|
|
//
|
|
this.txtLuts.Location = new System.Drawing.Point(12, 105);
|
|
this.txtLuts.Multiline = true;
|
|
this.txtLuts.Name = "txtLuts";
|
|
this.txtLuts.Size = new System.Drawing.Size(380, 230);
|
|
this.txtLuts.TabIndex = 56;
|
|
//
|
|
// btnConnect
|
|
//
|
|
this.btnConnect.Location = new System.Drawing.Point(12, 31);
|
|
this.btnConnect.Name = "btnConnect";
|
|
this.btnConnect.Size = new System.Drawing.Size(234, 24);
|
|
this.btnConnect.TabIndex = 55;
|
|
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, 8);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(28, 13);
|
|
this.label2.TabIndex = 54;
|
|
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, 4);
|
|
this.cbComSlot.Name = "cbComSlot";
|
|
this.cbComSlot.Size = new System.Drawing.Size(37, 21);
|
|
this.cbComSlot.TabIndex = 53;
|
|
this.cbComSlot.Text = "1";
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 805);
|
|
this.Controls.Add(this.lblCheck);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.btnCheck);
|
|
this.Controls.Add(this.lblAvgDutTof);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.lblDuration);
|
|
this.Controls.Add(this.lblLines);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.btnAddLut);
|
|
this.Controls.Add(this.nudRef);
|
|
this.Controls.Add(this.btnStopRecord);
|
|
this.Controls.Add(this.btnStartRecord);
|
|
this.Controls.Add(this.txtCurrentTofs);
|
|
this.Controls.Add(this.btnRefreshLut);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.lblPcbId);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.txtLuts);
|
|
this.Controls.Add(this.btnConnect);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.cbComSlot);
|
|
this.Controls.Add(this.button1);
|
|
this.Name = "Form1";
|
|
this.Text = "Form1";
|
|
((System.ComponentModel.ISupportInitialize)(this.nudRef)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.Timer timer2;
|
|
private System.Windows.Forms.Label lblCheck;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Button btnCheck;
|
|
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.Button btnRefreshLut;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label lblPcbId;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtLuts;
|
|
private System.Windows.Forms.Button btnConnect;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox cbComSlot;
|
|
}
|
|
}
|
|
|