2008 lines
93 KiB
C#
2008 lines
93 KiB
C#
namespace C_Windows_1
|
||
{
|
||
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();
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
||
this.SerialPort1 = new System.IO.Ports.SerialPort(this.components);
|
||
this.ReceiveText = new System.Windows.Forms.TextBox();
|
||
this.SendText = new System.Windows.Forms.TextBox();
|
||
this.Timer1 = new System.Windows.Forms.Timer(this.components);
|
||
this.Timer2 = new System.Windows.Forms.Timer(this.components);
|
||
this.Timer3 = new System.Windows.Forms.Timer(this.components);
|
||
this.Timer4 = new System.Windows.Forms.Timer(this.components);
|
||
this.DataGridView1 = new System.Windows.Forms.DataGridView();
|
||
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.progressBar2 = new System.Windows.Forms.ProgressBar();
|
||
this.label36 = new System.Windows.Forms.Label();
|
||
this.Manual = new System.Windows.Forms.LinkLabel();
|
||
this.Timer8 = new System.Windows.Forms.Timer(this.components);
|
||
this.Timer9 = new System.Windows.Forms.Timer(this.components);
|
||
this.Timer10 = new System.Windows.Forms.Timer(this.components);
|
||
this.Timer16 = new System.Windows.Forms.Timer(this.components);
|
||
this.MachineStatus = new System.Windows.Forms.Label();
|
||
this.Tlight = new System.Windows.Forms.Label();
|
||
this.label31 = new System.Windows.Forms.Label();
|
||
this.label33 = new System.Windows.Forms.Label();
|
||
this.PressureUnit = new System.Windows.Forms.Label();
|
||
this.label30 = new System.Windows.Forms.Label();
|
||
this.label32 = new System.Windows.Forms.Label();
|
||
this.LeakUnit = new System.Windows.Forms.Label();
|
||
this.Station = new System.Windows.Forms.ComboBox();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.BtnReset = new System.Windows.Forms.Button();
|
||
this.BtnStart = new System.Windows.Forms.Button();
|
||
this.CodeLength = new System.Windows.Forms.TextBox();
|
||
this.label19 = new System.Windows.Forms.Label();
|
||
this.label18 = new System.Windows.Forms.Label();
|
||
this.Code = new System.Windows.Forms.TextBox();
|
||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||
this.登录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.修改密码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.串口设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.基本设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.测试参数ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.存储设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.mESSetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.注销登录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.label35 = new System.Windows.Forms.Label();
|
||
this.ChkExcel = new System.Windows.Forms.CheckBox();
|
||
this.path = new System.Windows.Forms.TextBox();
|
||
this.MESStatus = new System.Windows.Forms.Label();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.LeakPressure = new System.Windows.Forms.Label();
|
||
this.Leak = new System.Windows.Forms.Label();
|
||
this.ChkCSV = new System.Windows.Forms.CheckBox();
|
||
this.Timer11 = new System.Windows.Forms.Timer(this.components);
|
||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||
this.codecheck = new System.Windows.Forms.TextBox();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.Scancode = new System.Windows.Forms.CheckBox();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.button10 = new System.Windows.Forms.Button();
|
||
this.Passzong = new System.Windows.Forms.Label();
|
||
this.label34 = new System.Windows.Forms.Label();
|
||
this.Sunzong = new System.Windows.Forms.Label();
|
||
this.label28 = new System.Windows.Forms.Label();
|
||
this.CodePort1 = new System.IO.Ports.SerialPort(this.components);
|
||
this.Baudrate = new System.Windows.Forms.TextBox();
|
||
this.ChkSql = new System.Windows.Forms.CheckBox();
|
||
this.CeckScanning = new System.Windows.Forms.CheckBox();
|
||
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||
this.label29 = new System.Windows.Forms.Label();
|
||
this.CH1Tlight = new System.Windows.Forms.Button();
|
||
this.button3 = new System.Windows.Forms.Button();
|
||
this.button4 = new System.Windows.Forms.Button();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
this.JIG_Number1 = new System.Windows.Forms.TextBox();
|
||
this.label37 = new System.Windows.Forms.Label();
|
||
this.strstation = new System.Windows.Forms.TextBox();
|
||
this.strbatch = new System.Windows.Forms.TextBox();
|
||
this.strlocation = new System.Windows.Forms.TextBox();
|
||
this.strlinename = new System.Windows.Forms.TextBox();
|
||
this.label42 = new System.Windows.Forms.Label();
|
||
this.label43 = new System.Windows.Forms.Label();
|
||
this.label48 = new System.Windows.Forms.Label();
|
||
this.label50 = new System.Windows.Forms.Label();
|
||
this.textBox3 = new System.Windows.Forms.TextBox();
|
||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.timerCH1 = new System.Windows.Forms.Timer(this.components);
|
||
this.checkCodeRepeat = new System.Windows.Forms.CheckBox();
|
||
this.myGroupBox4 = new C_Windows_1.MyGroupBox(this.components);
|
||
this.PUnit = new System.Windows.Forms.ComboBox();
|
||
this.label47 = new System.Windows.Forms.Label();
|
||
this.LUnit = new System.Windows.Forms.ComboBox();
|
||
this.label46 = new System.Windows.Forms.Label();
|
||
this.label53 = new System.Windows.Forms.Label();
|
||
this.label52 = new System.Windows.Forms.Label();
|
||
this.SBalanTime = new System.Windows.Forms.TextBox();
|
||
this.BBalanTime = new System.Windows.Forms.TextBox();
|
||
this.FPtoplimit = new System.Windows.Forms.TextBox();
|
||
this.label12 = new System.Windows.Forms.Label();
|
||
this.label13 = new System.Windows.Forms.Label();
|
||
this.BLeakLPre = new System.Windows.Forms.TextBox();
|
||
this.Leaklowlimit = new System.Windows.Forms.TextBox();
|
||
this.label16 = new System.Windows.Forms.Label();
|
||
this.label44 = new System.Windows.Forms.Label();
|
||
this.Leaktoplimit = new System.Windows.Forms.TextBox();
|
||
this.label45 = new System.Windows.Forms.Label();
|
||
this.label17 = new System.Windows.Forms.Label();
|
||
this.FPlowlimit = new System.Windows.Forms.TextBox();
|
||
this.BLeakTPre = new System.Windows.Forms.TextBox();
|
||
this.myGroupBox3 = new C_Windows_1.MyGroupBox(this.components);
|
||
this.URL = new System.Windows.Forms.TextBox();
|
||
this.label27 = new System.Windows.Forms.Label();
|
||
this.method = new System.Windows.Forms.TextBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label20 = new System.Windows.Forms.Label();
|
||
this.label15 = new System.Windows.Forms.Label();
|
||
this.appkey = new System.Windows.Forms.TextBox();
|
||
this.TestStatus = new System.Windows.Forms.TextBox();
|
||
this.label21 = new System.Windows.Forms.Label();
|
||
this.ChkMES = new System.Windows.Forms.CheckBox();
|
||
this.TestTime2 = new System.Windows.Forms.TextBox();
|
||
this.appid = new System.Windows.Forms.TextBox();
|
||
this.label22 = new System.Windows.Forms.Label();
|
||
this.FullTime = new System.Windows.Forms.TextBox();
|
||
this.MESStation = new System.Windows.Forms.TextBox();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.label23 = new System.Windows.Forms.Label();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.Machinemodel = new System.Windows.Forms.TextBox();
|
||
this.label10 = new System.Windows.Forms.Label();
|
||
this.label24 = new System.Windows.Forms.Label();
|
||
this.ExhaustTime = new System.Windows.Forms.TextBox();
|
||
this.Type = new System.Windows.Forms.TextBox();
|
||
this.label11 = new System.Windows.Forms.Label();
|
||
this.label25 = new System.Windows.Forms.Label();
|
||
this.TestTime1 = new System.Windows.Forms.TextBox();
|
||
this.Dept = new System.Windows.Forms.TextBox();
|
||
this.BalanTime = new System.Windows.Forms.TextBox();
|
||
this.label26 = new System.Windows.Forms.Label();
|
||
this.label14 = new System.Windows.Forms.Label();
|
||
this.Evolume = new System.Windows.Forms.TextBox();
|
||
this.BypassTIme = new System.Windows.Forms.TextBox();
|
||
this.label40 = new System.Windows.Forms.Label();
|
||
this.label38 = new System.Windows.Forms.Label();
|
||
this.DelayTime1 = new System.Windows.Forms.TextBox();
|
||
this.label39 = new System.Windows.Forms.Label();
|
||
this.DelayTime2 = new System.Windows.Forms.TextBox();
|
||
this.myGroupBox1 = new C_Windows_1.MyGroupBox(this.components);
|
||
this.PortNum = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.BtnBreak = new System.Windows.Forms.Button();
|
||
this.BtnCon1 = new System.Windows.Forms.Button();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
((System.ComponentModel.ISupportInitialize)(this.DataGridView1)).BeginInit();
|
||
this.menuStrip1.SuspendLayout();
|
||
this.groupBox1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||
this.groupBox2.SuspendLayout();
|
||
this.myGroupBox4.SuspendLayout();
|
||
this.myGroupBox3.SuspendLayout();
|
||
this.myGroupBox1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// SerialPort1
|
||
//
|
||
this.SerialPort1.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.SerialPort1_DataReceived);
|
||
//
|
||
// ReceiveText
|
||
//
|
||
this.ReceiveText.Location = new System.Drawing.Point(1755, 95);
|
||
this.ReceiveText.Multiline = true;
|
||
this.ReceiveText.Name = "ReceiveText";
|
||
this.ReceiveText.Size = new System.Drawing.Size(185, 97);
|
||
this.ReceiveText.TabIndex = 17;
|
||
//
|
||
// SendText
|
||
//
|
||
this.SendText.Location = new System.Drawing.Point(1755, 204);
|
||
this.SendText.Multiline = true;
|
||
this.SendText.Name = "SendText";
|
||
this.SendText.Size = new System.Drawing.Size(185, 63);
|
||
this.SendText.TabIndex = 20;
|
||
//
|
||
// Timer1
|
||
//
|
||
this.Timer1.Tick += new System.EventHandler(this.Timer1_Tick);
|
||
//
|
||
// Timer2
|
||
//
|
||
this.Timer2.Tick += new System.EventHandler(this.Timer2_Tick);
|
||
//
|
||
// Timer3
|
||
//
|
||
this.Timer3.Tick += new System.EventHandler(this.Timer3_Tick);
|
||
//
|
||
// Timer4
|
||
//
|
||
this.Timer4.Tick += new System.EventHandler(this.Timer4_Tick);
|
||
//
|
||
// DataGridView1
|
||
//
|
||
this.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.DataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
this.Column1,
|
||
this.Column2,
|
||
this.Column3,
|
||
this.Column4,
|
||
this.Column5,
|
||
this.Column16,
|
||
this.Column6,
|
||
this.Column7,
|
||
this.Column8,
|
||
this.Column9,
|
||
this.Column10,
|
||
this.Column11,
|
||
this.Column12,
|
||
this.Column13,
|
||
this.Column17,
|
||
this.Column14,
|
||
this.Column15});
|
||
this.DataGridView1.Location = new System.Drawing.Point(17, 420);
|
||
this.DataGridView1.Name = "DataGridView1";
|
||
this.DataGridView1.RowTemplate.Height = 23;
|
||
this.DataGridView1.Size = new System.Drawing.Size(999, 243);
|
||
this.DataGridView1.TabIndex = 58;
|
||
//
|
||
// Column1
|
||
//
|
||
this.Column1.HeaderText = "时间";
|
||
this.Column1.Name = "Column1";
|
||
//
|
||
// Column2
|
||
//
|
||
this.Column2.HeaderText = "条形码";
|
||
this.Column2.Name = "Column2";
|
||
this.Column2.Width = 300;
|
||
//
|
||
// Column3
|
||
//
|
||
this.Column3.HeaderText = "充气时间";
|
||
this.Column3.Name = "Column3";
|
||
//
|
||
// Column4
|
||
//
|
||
this.Column4.HeaderText = "平衡时间";
|
||
this.Column4.Name = "Column4";
|
||
//
|
||
// Column5
|
||
//
|
||
this.Column5.HeaderText = "检测时间";
|
||
this.Column5.Name = "Column5";
|
||
//
|
||
// Column16
|
||
//
|
||
this.Column16.HeaderText = "排气时间";
|
||
this.Column16.Name = "Column16";
|
||
//
|
||
// Column6
|
||
//
|
||
this.Column6.HeaderText = "充气压力上限";
|
||
this.Column6.Name = "Column6";
|
||
//
|
||
// Column7
|
||
//
|
||
this.Column7.HeaderText = "充气压力下限";
|
||
this.Column7.Name = "Column7";
|
||
//
|
||
// Column8
|
||
//
|
||
this.Column8.HeaderText = "大漏压差上限";
|
||
this.Column8.Name = "Column8";
|
||
//
|
||
// Column9
|
||
//
|
||
this.Column9.HeaderText = "大漏压差下限";
|
||
this.Column9.Name = "Column9";
|
||
//
|
||
// Column10
|
||
//
|
||
this.Column10.HeaderText = "泄漏量上限";
|
||
this.Column10.Name = "Column10";
|
||
//
|
||
// Column11
|
||
//
|
||
this.Column11.HeaderText = "泄漏量下限";
|
||
this.Column11.Name = "Column11";
|
||
//
|
||
// Column12
|
||
//
|
||
this.Column12.HeaderText = "测试结果";
|
||
this.Column12.Name = "Column12";
|
||
//
|
||
// Column13
|
||
//
|
||
this.Column13.HeaderText = "测试压力";
|
||
this.Column13.Name = "Column13";
|
||
//
|
||
// Column17
|
||
//
|
||
this.Column17.HeaderText = "压力单位";
|
||
this.Column17.Name = "Column17";
|
||
//
|
||
// Column14
|
||
//
|
||
this.Column14.HeaderText = "泄漏量";
|
||
this.Column14.Name = "Column14";
|
||
//
|
||
// Column15
|
||
//
|
||
this.Column15.HeaderText = "泄漏量单位";
|
||
this.Column15.Name = "Column15";
|
||
//
|
||
// progressBar2
|
||
//
|
||
this.progressBar2.Location = new System.Drawing.Point(238, 318);
|
||
this.progressBar2.MarqueeAnimationSpeed = 50;
|
||
this.progressBar2.Name = "progressBar2";
|
||
this.progressBar2.Size = new System.Drawing.Size(561, 31);
|
||
this.progressBar2.Step = 2;
|
||
this.progressBar2.TabIndex = 91;
|
||
//
|
||
// label36
|
||
//
|
||
this.label36.AutoSize = true;
|
||
this.label36.Font = new System.Drawing.Font("宋体", 12F);
|
||
this.label36.Location = new System.Drawing.Point(162, 326);
|
||
this.label36.Name = "label36";
|
||
this.label36.Size = new System.Drawing.Size(71, 16);
|
||
this.label36.TabIndex = 89;
|
||
this.label36.Text = "测试进度";
|
||
//
|
||
// Manual
|
||
//
|
||
this.Manual.AutoSize = true;
|
||
this.Manual.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
this.Manual.Location = new System.Drawing.Point(777, 5);
|
||
this.Manual.Name = "Manual";
|
||
this.Manual.Size = new System.Drawing.Size(16, 16);
|
||
this.Manual.TabIndex = 63;
|
||
this.Manual.TabStop = true;
|
||
this.Manual.Text = "?";
|
||
this.Manual.Visible = false;
|
||
this.Manual.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.Manual_LinkClicked);
|
||
//
|
||
// Timer8
|
||
//
|
||
this.Timer8.Tick += new System.EventHandler(this.timer8_Tick);
|
||
//
|
||
// Timer9
|
||
//
|
||
this.Timer9.Tick += new System.EventHandler(this.Timer9_Tick);
|
||
//
|
||
// Timer10
|
||
//
|
||
this.Timer10.Tick += new System.EventHandler(this.Timer10_Tick);
|
||
//
|
||
// Timer16
|
||
//
|
||
this.Timer16.Tick += new System.EventHandler(this.Timer16_Tick);
|
||
//
|
||
// MachineStatus
|
||
//
|
||
this.MachineStatus.AutoSize = true;
|
||
this.MachineStatus.Font = new System.Drawing.Font("宋体", 40F);
|
||
this.MachineStatus.Location = new System.Drawing.Point(390, 147);
|
||
this.MachineStatus.Name = "MachineStatus";
|
||
this.MachineStatus.Size = new System.Drawing.Size(185, 54);
|
||
this.MachineStatus.TabIndex = 47;
|
||
this.MachineStatus.Text = "待机中";
|
||
//
|
||
// Tlight
|
||
//
|
||
this.Tlight.AutoSize = true;
|
||
this.Tlight.Font = new System.Drawing.Font("宋体", 80F);
|
||
this.Tlight.Location = new System.Drawing.Point(640, 145);
|
||
this.Tlight.Name = "Tlight";
|
||
this.Tlight.Size = new System.Drawing.Size(153, 107);
|
||
this.Tlight.TabIndex = 42;
|
||
this.Tlight.Text = "NG";
|
||
//
|
||
// label31
|
||
//
|
||
this.label31.AutoSize = true;
|
||
this.label31.Font = new System.Drawing.Font("宋体", 18F);
|
||
this.label31.Location = new System.Drawing.Point(161, 201);
|
||
this.label31.Name = "label31";
|
||
this.label31.Size = new System.Drawing.Size(82, 24);
|
||
this.label31.TabIndex = 83;
|
||
this.label31.Text = "泄漏量";
|
||
//
|
||
// label33
|
||
//
|
||
this.label33.AutoSize = true;
|
||
this.label33.Font = new System.Drawing.Font("宋体", 18F);
|
||
this.label33.Location = new System.Drawing.Point(641, 115);
|
||
this.label33.Name = "label33";
|
||
this.label33.Size = new System.Drawing.Size(130, 24);
|
||
this.label33.TabIndex = 85;
|
||
this.label33.Text = "测试结果:";
|
||
this.label33.Click += new System.EventHandler(this.label33_Click);
|
||
//
|
||
// PressureUnit
|
||
//
|
||
this.PressureUnit.AutoSize = true;
|
||
this.PressureUnit.Font = new System.Drawing.Font("宋体", 18F);
|
||
this.PressureUnit.Location = new System.Drawing.Point(317, 115);
|
||
this.PressureUnit.Name = "PressureUnit";
|
||
this.PressureUnit.Size = new System.Drawing.Size(58, 24);
|
||
this.PressureUnit.TabIndex = 116;
|
||
this.PressureUnit.Text = "单位";
|
||
//
|
||
// label30
|
||
//
|
||
this.label30.AutoSize = true;
|
||
this.label30.Font = new System.Drawing.Font("宋体", 18F);
|
||
this.label30.Location = new System.Drawing.Point(161, 115);
|
||
this.label30.Name = "label30";
|
||
this.label30.Size = new System.Drawing.Size(106, 24);
|
||
this.label30.TabIndex = 82;
|
||
this.label30.Text = "测试压力";
|
||
//
|
||
// label32
|
||
//
|
||
this.label32.AutoSize = true;
|
||
this.label32.Font = new System.Drawing.Font("宋体", 18F);
|
||
this.label32.Location = new System.Drawing.Point(395, 115);
|
||
this.label32.Name = "label32";
|
||
this.label32.Size = new System.Drawing.Size(130, 24);
|
||
this.label32.TabIndex = 84;
|
||
this.label32.Text = "仪器状态:";
|
||
this.label32.Click += new System.EventHandler(this.label32_Click);
|
||
//
|
||
// LeakUnit
|
||
//
|
||
this.LeakUnit.AutoSize = true;
|
||
this.LeakUnit.Font = new System.Drawing.Font("宋体", 18F);
|
||
this.LeakUnit.Location = new System.Drawing.Point(317, 201);
|
||
this.LeakUnit.Name = "LeakUnit";
|
||
this.LeakUnit.Size = new System.Drawing.Size(58, 24);
|
||
this.LeakUnit.TabIndex = 113;
|
||
this.LeakUnit.Text = "单位";
|
||
//
|
||
// Station
|
||
//
|
||
this.Station.FormattingEnabled = true;
|
||
this.Station.Items.AddRange(new object[] {
|
||
"01",
|
||
"02",
|
||
"03",
|
||
"04",
|
||
"05",
|
||
"06",
|
||
"07",
|
||
"08",
|
||
"09",
|
||
"10"});
|
||
this.Station.Location = new System.Drawing.Point(1444, 273);
|
||
this.Station.Name = "Station";
|
||
this.Station.Size = new System.Drawing.Size(61, 20);
|
||
this.Station.TabIndex = 23;
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Location = new System.Drawing.Point(1442, 258);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(29, 12);
|
||
this.label8.TabIndex = 24;
|
||
this.label8.Text = "站号";
|
||
//
|
||
// BtnReset
|
||
//
|
||
this.BtnReset.Font = new System.Drawing.Font("宋体", 12F);
|
||
this.BtnReset.Location = new System.Drawing.Point(33, 358);
|
||
this.BtnReset.Name = "BtnReset";
|
||
this.BtnReset.Size = new System.Drawing.Size(90, 37);
|
||
this.BtnReset.TabIndex = 46;
|
||
this.BtnReset.Text = "复位仪器";
|
||
this.BtnReset.UseVisualStyleBackColor = true;
|
||
this.BtnReset.Click += new System.EventHandler(this.BtnReset_Click);
|
||
//
|
||
// BtnStart
|
||
//
|
||
this.BtnStart.Font = new System.Drawing.Font("宋体", 12F);
|
||
this.BtnStart.Location = new System.Drawing.Point(33, 315);
|
||
this.BtnStart.Name = "BtnStart";
|
||
this.BtnStart.Size = new System.Drawing.Size(90, 37);
|
||
this.BtnStart.TabIndex = 21;
|
||
this.BtnStart.Text = "启动仪器";
|
||
this.BtnStart.UseVisualStyleBackColor = true;
|
||
this.BtnStart.Click += new System.EventHandler(this.BtnStart_Click);
|
||
//
|
||
// CodeLength
|
||
//
|
||
this.CodeLength.Location = new System.Drawing.Point(1444, 308);
|
||
this.CodeLength.Name = "CodeLength";
|
||
this.CodeLength.Size = new System.Drawing.Size(61, 21);
|
||
this.CodeLength.TabIndex = 59;
|
||
//
|
||
// label19
|
||
//
|
||
this.label19.AutoSize = true;
|
||
this.label19.Location = new System.Drawing.Point(1442, 293);
|
||
this.label19.Name = "label19";
|
||
this.label19.Size = new System.Drawing.Size(65, 12);
|
||
this.label19.TabIndex = 71;
|
||
this.label19.Text = "条形码长度";
|
||
//
|
||
// label18
|
||
//
|
||
this.label18.AutoSize = true;
|
||
this.label18.Font = new System.Drawing.Font("宋体", 15F);
|
||
this.label18.Location = new System.Drawing.Point(161, 51);
|
||
this.label18.Name = "label18";
|
||
this.label18.Size = new System.Drawing.Size(69, 20);
|
||
this.label18.TabIndex = 70;
|
||
this.label18.Text = "条形码";
|
||
//
|
||
// Code
|
||
//
|
||
this.Code.Font = new System.Drawing.Font("宋体", 18F);
|
||
this.Code.Location = new System.Drawing.Point(238, 44);
|
||
this.Code.Name = "Code";
|
||
this.Code.Size = new System.Drawing.Size(533, 35);
|
||
this.Code.TabIndex = 51;
|
||
this.Code.TextAlignChanged += new System.EventHandler(this.Code_TextAlignChanged);
|
||
this.Code.TextChanged += new System.EventHandler(this.Code_TextChanged);
|
||
//
|
||
// menuStrip1
|
||
//
|
||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.登录ToolStripMenuItem,
|
||
this.修改密码ToolStripMenuItem,
|
||
this.串口设置ToolStripMenuItem,
|
||
this.基本设置ToolStripMenuItem,
|
||
this.测试参数ToolStripMenuItem,
|
||
this.存储设置ToolStripMenuItem,
|
||
this.mESSetToolStripMenuItem,
|
||
this.注销登录ToolStripMenuItem,
|
||
this.帮助ToolStripMenuItem});
|
||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||
this.menuStrip1.Name = "menuStrip1";
|
||
this.menuStrip1.Size = new System.Drawing.Size(1025, 25);
|
||
this.menuStrip1.TabIndex = 126;
|
||
this.menuStrip1.Text = "menuStrip1";
|
||
this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
|
||
//
|
||
// 登录ToolStripMenuItem
|
||
//
|
||
this.登录ToolStripMenuItem.Name = "登录ToolStripMenuItem";
|
||
this.登录ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
||
this.登录ToolStripMenuItem.Text = "登录";
|
||
this.登录ToolStripMenuItem.Click += new System.EventHandler(this.登录ToolStripMenuItem_Click);
|
||
//
|
||
// 修改密码ToolStripMenuItem
|
||
//
|
||
this.修改密码ToolStripMenuItem.Name = "修改密码ToolStripMenuItem";
|
||
this.修改密码ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
|
||
this.修改密码ToolStripMenuItem.Text = "修改密码";
|
||
this.修改密码ToolStripMenuItem.Click += new System.EventHandler(this.修改密码ToolStripMenuItem_Click);
|
||
//
|
||
// 串口设置ToolStripMenuItem
|
||
//
|
||
this.串口设置ToolStripMenuItem.Name = "串口设置ToolStripMenuItem";
|
||
this.串口设置ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
|
||
this.串口设置ToolStripMenuItem.Text = "串口设置";
|
||
this.串口设置ToolStripMenuItem.Click += new System.EventHandler(this.串口设置ToolStripMenuItem_Click);
|
||
//
|
||
// 基本设置ToolStripMenuItem
|
||
//
|
||
this.基本设置ToolStripMenuItem.Name = "基本设置ToolStripMenuItem";
|
||
this.基本设置ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
|
||
this.基本设置ToolStripMenuItem.Text = "基本设置";
|
||
this.基本设置ToolStripMenuItem.Click += new System.EventHandler(this.基本设置ToolStripMenuItem_Click);
|
||
//
|
||
// 测试参数ToolStripMenuItem
|
||
//
|
||
this.测试参数ToolStripMenuItem.Name = "测试参数ToolStripMenuItem";
|
||
this.测试参数ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
|
||
this.测试参数ToolStripMenuItem.Text = "测试参数";
|
||
this.测试参数ToolStripMenuItem.Click += new System.EventHandler(this.测试参数ToolStripMenuItem_Click);
|
||
//
|
||
// 存储设置ToolStripMenuItem
|
||
//
|
||
this.存储设置ToolStripMenuItem.Name = "存储设置ToolStripMenuItem";
|
||
this.存储设置ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
|
||
this.存储设置ToolStripMenuItem.Text = "存储设置";
|
||
this.存储设置ToolStripMenuItem.Click += new System.EventHandler(this.存储设置ToolStripMenuItem_Click);
|
||
//
|
||
// mESSetToolStripMenuItem
|
||
//
|
||
this.mESSetToolStripMenuItem.Name = "mESSetToolStripMenuItem";
|
||
this.mESSetToolStripMenuItem.Size = new System.Drawing.Size(70, 21);
|
||
this.mESSetToolStripMenuItem.Text = "MES设置";
|
||
this.mESSetToolStripMenuItem.Visible = false;
|
||
this.mESSetToolStripMenuItem.Click += new System.EventHandler(this.mESSetToolStripMenuItem_Click);
|
||
//
|
||
// 注销登录ToolStripMenuItem
|
||
//
|
||
this.注销登录ToolStripMenuItem.Name = "注销登录ToolStripMenuItem";
|
||
this.注销登录ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
|
||
this.注销登录ToolStripMenuItem.Text = "注销登录";
|
||
this.注销登录ToolStripMenuItem.Click += new System.EventHandler(this.注销登录ToolStripMenuItem_Click);
|
||
//
|
||
// 帮助ToolStripMenuItem
|
||
//
|
||
this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
|
||
this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
||
this.帮助ToolStripMenuItem.Text = "帮助";
|
||
this.帮助ToolStripMenuItem.Visible = false;
|
||
this.帮助ToolStripMenuItem.Click += new System.EventHandler(this.帮助ToolStripMenuItem_Click);
|
||
//
|
||
// label35
|
||
//
|
||
this.label35.AutoSize = true;
|
||
this.label35.Location = new System.Drawing.Point(1442, 332);
|
||
this.label35.Name = "label35";
|
||
this.label35.Size = new System.Drawing.Size(29, 12);
|
||
this.label35.TabIndex = 132;
|
||
this.label35.Text = "文件";
|
||
//
|
||
// ChkExcel
|
||
//
|
||
this.ChkExcel.AutoSize = true;
|
||
this.ChkExcel.Font = new System.Drawing.Font("宋体", 9F);
|
||
this.ChkExcel.Location = new System.Drawing.Point(1444, 371);
|
||
this.ChkExcel.Name = "ChkExcel";
|
||
this.ChkExcel.Size = new System.Drawing.Size(90, 16);
|
||
this.ChkExcel.TabIndex = 129;
|
||
this.ChkExcel.Text = "导出到Excel";
|
||
this.ChkExcel.UseVisualStyleBackColor = true;
|
||
//
|
||
// path
|
||
//
|
||
this.path.Location = new System.Drawing.Point(1444, 347);
|
||
this.path.Name = "path";
|
||
this.path.Size = new System.Drawing.Size(61, 21);
|
||
this.path.TabIndex = 127;
|
||
//
|
||
// MESStatus
|
||
//
|
||
this.MESStatus.AutoSize = true;
|
||
this.MESStatus.Font = new System.Drawing.Font("宋体", 40F);
|
||
this.MESStatus.Location = new System.Drawing.Point(1463, 134);
|
||
this.MESStatus.Name = "MESStatus";
|
||
this.MESStatus.Size = new System.Drawing.Size(131, 54);
|
||
this.MESStatus.TabIndex = 135;
|
||
this.MESStatus.Text = "PASS";
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.Font = new System.Drawing.Font("宋体", 18F);
|
||
this.label7.Location = new System.Drawing.Point(1463, 104);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(118, 24);
|
||
this.label7.TabIndex = 136;
|
||
this.label7.Text = "MES状态:";
|
||
//
|
||
// LeakPressure
|
||
//
|
||
this.LeakPressure.AutoSize = true;
|
||
this.LeakPressure.Font = new System.Drawing.Font("宋体", 36F);
|
||
this.LeakPressure.Location = new System.Drawing.Point(162, 139);
|
||
this.LeakPressure.Name = "LeakPressure";
|
||
this.LeakPressure.Size = new System.Drawing.Size(212, 48);
|
||
this.LeakPressure.TabIndex = 137;
|
||
this.LeakPressure.Text = "11111111";
|
||
//
|
||
// Leak
|
||
//
|
||
this.Leak.AutoSize = true;
|
||
this.Leak.Font = new System.Drawing.Font("宋体", 36F);
|
||
this.Leak.Location = new System.Drawing.Point(158, 231);
|
||
this.Leak.Name = "Leak";
|
||
this.Leak.Size = new System.Drawing.Size(212, 48);
|
||
this.Leak.TabIndex = 138;
|
||
this.Leak.Text = "11111111";
|
||
//
|
||
// ChkCSV
|
||
//
|
||
this.ChkCSV.AutoSize = true;
|
||
this.ChkCSV.Font = new System.Drawing.Font("宋体", 9F);
|
||
this.ChkCSV.Location = new System.Drawing.Point(1432, 256);
|
||
this.ChkCSV.Name = "ChkCSV";
|
||
this.ChkCSV.Size = new System.Drawing.Size(78, 16);
|
||
this.ChkCSV.TabIndex = 139;
|
||
this.ChkCSV.Text = "导出到csv";
|
||
this.ChkCSV.UseVisualStyleBackColor = true;
|
||
//
|
||
// Timer11
|
||
//
|
||
this.Timer11.Tick += new System.EventHandler(this.Timer11_Tick);
|
||
//
|
||
// checkBox1
|
||
//
|
||
this.checkBox1.AutoSize = true;
|
||
this.checkBox1.Location = new System.Drawing.Point(869, 104);
|
||
this.checkBox1.Name = "checkBox1";
|
||
this.checkBox1.Size = new System.Drawing.Size(96, 16);
|
||
this.checkBox1.TabIndex = 141;
|
||
this.checkBox1.Text = "条码长度检测";
|
||
this.checkBox1.UseVisualStyleBackColor = true;
|
||
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
||
//
|
||
// codecheck
|
||
//
|
||
this.codecheck.Enabled = false;
|
||
this.codecheck.Location = new System.Drawing.Point(865, 77);
|
||
this.codecheck.Name = "codecheck";
|
||
this.codecheck.ReadOnly = true;
|
||
this.codecheck.Size = new System.Drawing.Size(100, 21);
|
||
this.codecheck.TabIndex = 142;
|
||
this.codecheck.TextChanged += new System.EventHandler(this.codecheck_TextChanged);
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.AutoSize = true;
|
||
this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label9.Location = new System.Drawing.Point(872, 50);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(87, 16);
|
||
this.label9.TabIndex = 143;
|
||
this.label9.Text = "条形码长度";
|
||
//
|
||
// Scancode
|
||
//
|
||
this.Scancode.AutoSize = true;
|
||
this.Scancode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.Scancode.Location = new System.Drawing.Point(1596, 57);
|
||
this.Scancode.Name = "Scancode";
|
||
this.Scancode.Size = new System.Drawing.Size(90, 20);
|
||
this.Scancode.TabIndex = 144;
|
||
this.Scancode.Text = "扫码启动";
|
||
this.Scancode.UseVisualStyleBackColor = true;
|
||
this.Scancode.Visible = false;
|
||
this.Scancode.CheckedChanged += new System.EventHandler(this.Scancode_CheckedChanged);
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.button10);
|
||
this.groupBox1.Controls.Add(this.Passzong);
|
||
this.groupBox1.Controls.Add(this.label34);
|
||
this.groupBox1.Controls.Add(this.Sunzong);
|
||
this.groupBox1.Controls.Add(this.label28);
|
||
this.groupBox1.Location = new System.Drawing.Point(1443, 490);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(200, 161);
|
||
this.groupBox1.TabIndex = 145;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "产测计数";
|
||
this.groupBox1.Visible = false;
|
||
//
|
||
// button10
|
||
//
|
||
this.button10.Location = new System.Drawing.Point(63, 132);
|
||
this.button10.Name = "button10";
|
||
this.button10.Size = new System.Drawing.Size(75, 23);
|
||
this.button10.TabIndex = 4;
|
||
this.button10.Text = "清除计数";
|
||
this.button10.UseVisualStyleBackColor = true;
|
||
this.button10.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// Passzong
|
||
//
|
||
this.Passzong.AutoSize = true;
|
||
this.Passzong.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.Passzong.Location = new System.Drawing.Point(84, 99);
|
||
this.Passzong.Name = "Passzong";
|
||
this.Passzong.Size = new System.Drawing.Size(23, 16);
|
||
this.Passzong.TabIndex = 3;
|
||
this.Passzong.Text = "10";
|
||
//
|
||
// label34
|
||
//
|
||
this.label34.AutoSize = true;
|
||
this.label34.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label34.Location = new System.Drawing.Point(54, 68);
|
||
this.label34.Name = "label34";
|
||
this.label34.Size = new System.Drawing.Size(93, 20);
|
||
this.label34.TabIndex = 2;
|
||
this.label34.Text = "合格数量";
|
||
//
|
||
// Sunzong
|
||
//
|
||
this.Sunzong.AutoSize = true;
|
||
this.Sunzong.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.Sunzong.Location = new System.Drawing.Point(84, 49);
|
||
this.Sunzong.Name = "Sunzong";
|
||
this.Sunzong.Size = new System.Drawing.Size(23, 16);
|
||
this.Sunzong.TabIndex = 1;
|
||
this.Sunzong.Text = "10";
|
||
this.Sunzong.Click += new System.EventHandler(this.label29_Click);
|
||
//
|
||
// label28
|
||
//
|
||
this.label28.AutoSize = true;
|
||
this.label28.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label28.Location = new System.Drawing.Point(54, 17);
|
||
this.label28.Name = "label28";
|
||
this.label28.Size = new System.Drawing.Size(93, 20);
|
||
this.label28.TabIndex = 0;
|
||
this.label28.Text = "测试数量";
|
||
//
|
||
// CodePort1
|
||
//
|
||
this.CodePort1.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.CodePort1_DataReceived_1);
|
||
//
|
||
// Baudrate
|
||
//
|
||
this.Baudrate.Location = new System.Drawing.Point(1595, 534);
|
||
this.Baudrate.Name = "Baudrate";
|
||
this.Baudrate.Size = new System.Drawing.Size(100, 21);
|
||
this.Baudrate.TabIndex = 140;
|
||
this.Baudrate.Visible = false;
|
||
//
|
||
// ChkSql
|
||
//
|
||
this.ChkSql.AutoSize = true;
|
||
this.ChkSql.Font = new System.Drawing.Font("宋体", 9F);
|
||
this.ChkSql.Location = new System.Drawing.Point(1596, 570);
|
||
this.ChkSql.Name = "ChkSql";
|
||
this.ChkSql.Size = new System.Drawing.Size(114, 16);
|
||
this.ChkSql.TabIndex = 131;
|
||
this.ChkSql.Text = "导出到SqlServer";
|
||
this.ChkSql.UseVisualStyleBackColor = true;
|
||
//
|
||
// CeckScanning
|
||
//
|
||
this.CeckScanning.AutoSize = true;
|
||
this.CeckScanning.Font = new System.Drawing.Font("宋体", 9F);
|
||
this.CeckScanning.Location = new System.Drawing.Point(1710, 528);
|
||
this.CeckScanning.Name = "CeckScanning";
|
||
this.CeckScanning.Size = new System.Drawing.Size(132, 16);
|
||
this.CeckScanning.TabIndex = 170;
|
||
this.CeckScanning.Text = "是否使用串口扫码枪";
|
||
this.CeckScanning.UseVisualStyleBackColor = true;
|
||
this.CeckScanning.Visible = false;
|
||
//
|
||
// checkBox2
|
||
//
|
||
this.checkBox2.AutoSize = true;
|
||
this.checkBox2.Location = new System.Drawing.Point(870, 172);
|
||
this.checkBox2.Name = "checkBox2";
|
||
this.checkBox2.Size = new System.Drawing.Size(90, 16);
|
||
this.checkBox2.TabIndex = 173;
|
||
this.checkBox2.Text = "MES过站检测";
|
||
this.checkBox2.UseVisualStyleBackColor = true;
|
||
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
|
||
//
|
||
// pictureBox1
|
||
//
|
||
this.pictureBox1.Location = new System.Drawing.Point(907, 371);
|
||
this.pictureBox1.Name = "pictureBox1";
|
||
this.pictureBox1.Size = new System.Drawing.Size(82, 28);
|
||
this.pictureBox1.TabIndex = 172;
|
||
this.pictureBox1.TabStop = false;
|
||
this.pictureBox1.Visible = false;
|
||
//
|
||
// label29
|
||
//
|
||
this.label29.AutoSize = true;
|
||
this.label29.Font = new System.Drawing.Font("宋体", 14F);
|
||
this.label29.Location = new System.Drawing.Point(903, 349);
|
||
this.label29.Name = "label29";
|
||
this.label29.Size = new System.Drawing.Size(87, 19);
|
||
this.label29.TabIndex = 171;
|
||
this.label29.Text = "MES状态:";
|
||
this.label29.Visible = false;
|
||
//
|
||
// CH1Tlight
|
||
//
|
||
this.CH1Tlight.Font = new System.Drawing.Font("宋体", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.CH1Tlight.Location = new System.Drawing.Point(1351, 127);
|
||
this.CH1Tlight.Name = "CH1Tlight";
|
||
this.CH1Tlight.Size = new System.Drawing.Size(129, 87);
|
||
this.CH1Tlight.TabIndex = 174;
|
||
this.CH1Tlight.Text = "OK";
|
||
this.CH1Tlight.UseVisualStyleBackColor = true;
|
||
//
|
||
// button3
|
||
//
|
||
this.button3.Location = new System.Drawing.Point(1335, 227);
|
||
this.button3.Name = "button3";
|
||
this.button3.Size = new System.Drawing.Size(75, 49);
|
||
this.button3.TabIndex = 178;
|
||
this.button3.Text = "检测";
|
||
this.button3.UseVisualStyleBackColor = true;
|
||
//
|
||
// button4
|
||
//
|
||
this.button4.Location = new System.Drawing.Point(1478, 227);
|
||
this.button4.Name = "button4";
|
||
this.button4.Size = new System.Drawing.Size(75, 49);
|
||
this.button4.TabIndex = 177;
|
||
this.button4.Text = "排气";
|
||
this.button4.UseVisualStyleBackColor = true;
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Location = new System.Drawing.Point(1192, 227);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(75, 49);
|
||
this.button2.TabIndex = 176;
|
||
this.button2.Text = "平衡";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(1066, 227);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(75, 49);
|
||
this.button1.TabIndex = 175;
|
||
this.button1.Text = "充气";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
||
//
|
||
// groupBox2
|
||
//
|
||
this.groupBox2.Controls.Add(this.JIG_Number1);
|
||
this.groupBox2.Controls.Add(this.label37);
|
||
this.groupBox2.Controls.Add(this.strstation);
|
||
this.groupBox2.Controls.Add(this.strbatch);
|
||
this.groupBox2.Controls.Add(this.strlocation);
|
||
this.groupBox2.Controls.Add(this.strlinename);
|
||
this.groupBox2.Controls.Add(this.label42);
|
||
this.groupBox2.Controls.Add(this.label43);
|
||
this.groupBox2.Controls.Add(this.label48);
|
||
this.groupBox2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.groupBox2.Location = new System.Drawing.Point(1034, 196);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Size = new System.Drawing.Size(256, 449);
|
||
this.groupBox2.TabIndex = 179;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = "Mes配置";
|
||
this.groupBox2.Visible = false;
|
||
//
|
||
// JIG_Number1
|
||
//
|
||
this.JIG_Number1.Location = new System.Drawing.Point(34, 413);
|
||
this.JIG_Number1.Name = "JIG_Number1";
|
||
this.JIG_Number1.Size = new System.Drawing.Size(216, 30);
|
||
this.JIG_Number1.TabIndex = 9;
|
||
this.JIG_Number1.TextChanged += new System.EventHandler(this.JIG_Number1_TextChanged);
|
||
//
|
||
// label37
|
||
//
|
||
this.label37.AutoSize = true;
|
||
this.label37.Location = new System.Drawing.Point(30, 375);
|
||
this.label37.Name = "label37";
|
||
this.label37.Size = new System.Drawing.Size(99, 20);
|
||
this.label37.TabIndex = 8;
|
||
this.label37.Text = "MAC地址:";
|
||
//
|
||
// strstation
|
||
//
|
||
this.strstation.Location = new System.Drawing.Point(34, 329);
|
||
this.strstation.Name = "strstation";
|
||
this.strstation.Size = new System.Drawing.Size(216, 30);
|
||
this.strstation.TabIndex = 7;
|
||
this.strstation.TextChanged += new System.EventHandler(this.strstation_TextChanged);
|
||
//
|
||
// strbatch
|
||
//
|
||
this.strbatch.Location = new System.Drawing.Point(34, 245);
|
||
this.strbatch.Name = "strbatch";
|
||
this.strbatch.Size = new System.Drawing.Size(216, 30);
|
||
this.strbatch.TabIndex = 6;
|
||
this.strbatch.TextChanged += new System.EventHandler(this.strbatch_TextChanged);
|
||
//
|
||
// strlocation
|
||
//
|
||
this.strlocation.Location = new System.Drawing.Point(34, 158);
|
||
this.strlocation.Name = "strlocation";
|
||
this.strlocation.Size = new System.Drawing.Size(216, 30);
|
||
this.strlocation.TabIndex = 5;
|
||
this.strlocation.TextChanged += new System.EventHandler(this.strlocation_TextChanged);
|
||
//
|
||
// strlinename
|
||
//
|
||
this.strlinename.Location = new System.Drawing.Point(34, 74);
|
||
this.strlinename.Name = "strlinename";
|
||
this.strlinename.Size = new System.Drawing.Size(216, 30);
|
||
this.strlinename.TabIndex = 4;
|
||
this.strlinename.TextChanged += new System.EventHandler(this.strlinename_TextChanged);
|
||
//
|
||
// label42
|
||
//
|
||
this.label42.AutoSize = true;
|
||
this.label42.Location = new System.Drawing.Point(21, 119);
|
||
this.label42.Name = "label42";
|
||
this.label42.Size = new System.Drawing.Size(109, 20);
|
||
this.label42.TabIndex = 2;
|
||
this.label42.Text = "物料编码:";
|
||
//
|
||
// label43
|
||
//
|
||
this.label43.AutoSize = true;
|
||
this.label43.Location = new System.Drawing.Point(30, 203);
|
||
this.label43.Name = "label43";
|
||
this.label43.Size = new System.Drawing.Size(69, 20);
|
||
this.label43.TabIndex = 1;
|
||
this.label43.Text = "批次:";
|
||
//
|
||
// label48
|
||
//
|
||
this.label48.AutoSize = true;
|
||
this.label48.Location = new System.Drawing.Point(20, 41);
|
||
this.label48.Name = "label48";
|
||
this.label48.Size = new System.Drawing.Size(109, 20);
|
||
this.label48.TabIndex = 0;
|
||
this.label48.Text = "线别名称:";
|
||
//
|
||
// label50
|
||
//
|
||
this.label50.AutoSize = true;
|
||
this.label50.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label50.Location = new System.Drawing.Point(866, 201);
|
||
this.label50.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label50.Name = "label50";
|
||
this.label50.Size = new System.Drawing.Size(87, 22);
|
||
this.label50.TabIndex = 185;
|
||
this.label50.Text = "MES返回";
|
||
//
|
||
// textBox3
|
||
//
|
||
this.textBox3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.textBox3.Location = new System.Drawing.Point(865, 233);
|
||
this.textBox3.Multiline = true;
|
||
this.textBox3.Name = "textBox3";
|
||
this.textBox3.Size = new System.Drawing.Size(148, 101);
|
||
this.textBox3.TabIndex = 184;
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Location = new System.Drawing.Point(1422, 58);
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.Size = new System.Drawing.Size(100, 21);
|
||
this.textBox1.TabIndex = 186;
|
||
//
|
||
// timerCH1
|
||
//
|
||
this.timerCH1.Tick += new System.EventHandler(this.timer5_Tick);
|
||
//
|
||
// checkCodeRepeat
|
||
//
|
||
this.checkCodeRepeat.AutoSize = true;
|
||
this.checkCodeRepeat.Location = new System.Drawing.Point(869, 128);
|
||
this.checkCodeRepeat.Name = "checkCodeRepeat";
|
||
this.checkCodeRepeat.Size = new System.Drawing.Size(96, 16);
|
||
this.checkCodeRepeat.TabIndex = 187;
|
||
this.checkCodeRepeat.Text = "条码重复检测";
|
||
this.checkCodeRepeat.UseVisualStyleBackColor = true;
|
||
this.checkCodeRepeat.CheckedChanged += new System.EventHandler(this.checkCodeRepeat_CheckedChanged);
|
||
//
|
||
// myGroupBox4
|
||
//
|
||
this.myGroupBox4.Controls.Add(this.PUnit);
|
||
this.myGroupBox4.Controls.Add(this.label47);
|
||
this.myGroupBox4.Controls.Add(this.LUnit);
|
||
this.myGroupBox4.Controls.Add(this.label46);
|
||
this.myGroupBox4.Controls.Add(this.label53);
|
||
this.myGroupBox4.Controls.Add(this.label52);
|
||
this.myGroupBox4.Controls.Add(this.SBalanTime);
|
||
this.myGroupBox4.Controls.Add(this.BBalanTime);
|
||
this.myGroupBox4.Controls.Add(this.FPtoplimit);
|
||
this.myGroupBox4.Controls.Add(this.label12);
|
||
this.myGroupBox4.Controls.Add(this.label13);
|
||
this.myGroupBox4.Controls.Add(this.BLeakLPre);
|
||
this.myGroupBox4.Controls.Add(this.Leaklowlimit);
|
||
this.myGroupBox4.Controls.Add(this.label16);
|
||
this.myGroupBox4.Controls.Add(this.label44);
|
||
this.myGroupBox4.Controls.Add(this.Leaktoplimit);
|
||
this.myGroupBox4.Controls.Add(this.label45);
|
||
this.myGroupBox4.Controls.Add(this.label17);
|
||
this.myGroupBox4.Controls.Add(this.FPlowlimit);
|
||
this.myGroupBox4.Controls.Add(this.BLeakTPre);
|
||
this.myGroupBox4.Location = new System.Drawing.Point(1588, 84);
|
||
this.myGroupBox4.Name = "myGroupBox4";
|
||
this.myGroupBox4.Size = new System.Drawing.Size(161, 222);
|
||
this.myGroupBox4.TabIndex = 122;
|
||
this.myGroupBox4.TabStop = false;
|
||
this.myGroupBox4.Text = "压力参数";
|
||
//
|
||
// PUnit
|
||
//
|
||
this.PUnit.FormattingEnabled = true;
|
||
this.PUnit.Items.AddRange(new object[] {
|
||
"Pa",
|
||
"KPa",
|
||
"MPa",
|
||
"bar",
|
||
"psi",
|
||
"kg/cm2",
|
||
"atm",
|
||
"mmHg"});
|
||
this.PUnit.Location = new System.Drawing.Point(6, 195);
|
||
this.PUnit.Name = "PUnit";
|
||
this.PUnit.Size = new System.Drawing.Size(62, 20);
|
||
this.PUnit.TabIndex = 118;
|
||
//
|
||
// label47
|
||
//
|
||
this.label47.AutoSize = true;
|
||
this.label47.Location = new System.Drawing.Point(6, 178);
|
||
this.label47.Name = "label47";
|
||
this.label47.Size = new System.Drawing.Size(53, 12);
|
||
this.label47.TabIndex = 120;
|
||
this.label47.Text = "压力单位";
|
||
//
|
||
// LUnit
|
||
//
|
||
this.LUnit.FormattingEnabled = true;
|
||
this.LUnit.Items.AddRange(new object[] {
|
||
"Pa",
|
||
"KPa",
|
||
"mbar",
|
||
"sccm",
|
||
"ccm/s",
|
||
"Pa·m3/s"});
|
||
this.LUnit.Location = new System.Drawing.Point(74, 196);
|
||
this.LUnit.Name = "LUnit";
|
||
this.LUnit.Size = new System.Drawing.Size(62, 20);
|
||
this.LUnit.TabIndex = 117;
|
||
//
|
||
// label46
|
||
//
|
||
this.label46.AutoSize = true;
|
||
this.label46.Location = new System.Drawing.Point(72, 179);
|
||
this.label46.Name = "label46";
|
||
this.label46.Size = new System.Drawing.Size(65, 12);
|
||
this.label46.TabIndex = 119;
|
||
this.label46.Text = "泄漏量单位";
|
||
//
|
||
// label53
|
||
//
|
||
this.label53.AutoSize = true;
|
||
this.label53.Location = new System.Drawing.Point(4, 143);
|
||
this.label53.Name = "label53";
|
||
this.label53.Size = new System.Drawing.Size(77, 12);
|
||
this.label53.TabIndex = 116;
|
||
this.label53.Text = "微漏平衡时间";
|
||
//
|
||
// label52
|
||
//
|
||
this.label52.AutoSize = true;
|
||
this.label52.Location = new System.Drawing.Point(6, 101);
|
||
this.label52.Name = "label52";
|
||
this.label52.Size = new System.Drawing.Size(77, 12);
|
||
this.label52.TabIndex = 115;
|
||
this.label52.Text = "大漏平衡时间";
|
||
//
|
||
// SBalanTime
|
||
//
|
||
this.SBalanTime.Location = new System.Drawing.Point(6, 160);
|
||
this.SBalanTime.Name = "SBalanTime";
|
||
this.SBalanTime.Size = new System.Drawing.Size(62, 21);
|
||
this.SBalanTime.TabIndex = 114;
|
||
//
|
||
// BBalanTime
|
||
//
|
||
this.BBalanTime.Location = new System.Drawing.Point(6, 118);
|
||
this.BBalanTime.Name = "BBalanTime";
|
||
this.BBalanTime.Size = new System.Drawing.Size(62, 21);
|
||
this.BBalanTime.TabIndex = 113;
|
||
//
|
||
// FPtoplimit
|
||
//
|
||
this.FPtoplimit.Location = new System.Drawing.Point(6, 36);
|
||
this.FPtoplimit.Name = "FPtoplimit";
|
||
this.FPtoplimit.Size = new System.Drawing.Size(62, 21);
|
||
this.FPtoplimit.TabIndex = 30;
|
||
//
|
||
// label12
|
||
//
|
||
this.label12.AutoSize = true;
|
||
this.label12.Location = new System.Drawing.Point(4, 19);
|
||
this.label12.Name = "label12";
|
||
this.label12.Size = new System.Drawing.Size(77, 12);
|
||
this.label12.TabIndex = 64;
|
||
this.label12.Text = "充气压力上限";
|
||
//
|
||
// label13
|
||
//
|
||
this.label13.AutoSize = true;
|
||
this.label13.Location = new System.Drawing.Point(4, 60);
|
||
this.label13.Name = "label13";
|
||
this.label13.Size = new System.Drawing.Size(77, 12);
|
||
this.label13.TabIndex = 65;
|
||
this.label13.Text = "充气压力下限";
|
||
//
|
||
// BLeakLPre
|
||
//
|
||
this.BLeakLPre.Location = new System.Drawing.Point(74, 77);
|
||
this.BLeakLPre.Name = "BLeakLPre";
|
||
this.BLeakLPre.Size = new System.Drawing.Size(62, 21);
|
||
this.BLeakLPre.TabIndex = 102;
|
||
//
|
||
// Leaklowlimit
|
||
//
|
||
this.Leaklowlimit.Location = new System.Drawing.Point(74, 158);
|
||
this.Leaklowlimit.Name = "Leaklowlimit";
|
||
this.Leaklowlimit.Size = new System.Drawing.Size(62, 21);
|
||
this.Leaklowlimit.TabIndex = 35;
|
||
//
|
||
// label16
|
||
//
|
||
this.label16.AutoSize = true;
|
||
this.label16.Location = new System.Drawing.Point(72, 101);
|
||
this.label16.Name = "label16";
|
||
this.label16.Size = new System.Drawing.Size(65, 12);
|
||
this.label16.TabIndex = 68;
|
||
this.label16.Text = "泄漏量上限";
|
||
//
|
||
// label44
|
||
//
|
||
this.label44.AutoSize = true;
|
||
this.label44.Location = new System.Drawing.Point(72, 19);
|
||
this.label44.Name = "label44";
|
||
this.label44.Size = new System.Drawing.Size(77, 12);
|
||
this.label44.TabIndex = 109;
|
||
this.label44.Text = "大漏压差上限";
|
||
//
|
||
// Leaktoplimit
|
||
//
|
||
this.Leaktoplimit.Location = new System.Drawing.Point(74, 117);
|
||
this.Leaktoplimit.Name = "Leaktoplimit";
|
||
this.Leaktoplimit.Size = new System.Drawing.Size(62, 21);
|
||
this.Leaktoplimit.TabIndex = 34;
|
||
//
|
||
// label45
|
||
//
|
||
this.label45.AutoSize = true;
|
||
this.label45.Location = new System.Drawing.Point(72, 60);
|
||
this.label45.Name = "label45";
|
||
this.label45.Size = new System.Drawing.Size(77, 12);
|
||
this.label45.TabIndex = 110;
|
||
this.label45.Text = "大漏压差下限";
|
||
//
|
||
// label17
|
||
//
|
||
this.label17.AutoSize = true;
|
||
this.label17.Location = new System.Drawing.Point(72, 143);
|
||
this.label17.Name = "label17";
|
||
this.label17.Size = new System.Drawing.Size(65, 12);
|
||
this.label17.TabIndex = 69;
|
||
this.label17.Text = "泄漏量下限";
|
||
//
|
||
// FPlowlimit
|
||
//
|
||
this.FPlowlimit.Location = new System.Drawing.Point(6, 77);
|
||
this.FPlowlimit.Name = "FPlowlimit";
|
||
this.FPlowlimit.Size = new System.Drawing.Size(62, 21);
|
||
this.FPlowlimit.TabIndex = 31;
|
||
//
|
||
// BLeakTPre
|
||
//
|
||
this.BLeakTPre.Location = new System.Drawing.Point(74, 36);
|
||
this.BLeakTPre.Name = "BLeakTPre";
|
||
this.BLeakTPre.Size = new System.Drawing.Size(62, 21);
|
||
this.BLeakTPre.TabIndex = 100;
|
||
//
|
||
// myGroupBox3
|
||
//
|
||
this.myGroupBox3.Controls.Add(this.URL);
|
||
this.myGroupBox3.Controls.Add(this.label27);
|
||
this.myGroupBox3.Controls.Add(this.method);
|
||
this.myGroupBox3.Controls.Add(this.label2);
|
||
this.myGroupBox3.Controls.Add(this.label20);
|
||
this.myGroupBox3.Controls.Add(this.label15);
|
||
this.myGroupBox3.Controls.Add(this.appkey);
|
||
this.myGroupBox3.Controls.Add(this.TestStatus);
|
||
this.myGroupBox3.Controls.Add(this.label21);
|
||
this.myGroupBox3.Controls.Add(this.ChkMES);
|
||
this.myGroupBox3.Controls.Add(this.TestTime2);
|
||
this.myGroupBox3.Controls.Add(this.appid);
|
||
this.myGroupBox3.Controls.Add(this.label22);
|
||
this.myGroupBox3.Controls.Add(this.FullTime);
|
||
this.myGroupBox3.Controls.Add(this.MESStation);
|
||
this.myGroupBox3.Controls.Add(this.label5);
|
||
this.myGroupBox3.Controls.Add(this.label23);
|
||
this.myGroupBox3.Controls.Add(this.label4);
|
||
this.myGroupBox3.Controls.Add(this.Machinemodel);
|
||
this.myGroupBox3.Controls.Add(this.label10);
|
||
this.myGroupBox3.Controls.Add(this.label24);
|
||
this.myGroupBox3.Controls.Add(this.ExhaustTime);
|
||
this.myGroupBox3.Controls.Add(this.Type);
|
||
this.myGroupBox3.Controls.Add(this.label11);
|
||
this.myGroupBox3.Controls.Add(this.label25);
|
||
this.myGroupBox3.Controls.Add(this.TestTime1);
|
||
this.myGroupBox3.Controls.Add(this.Dept);
|
||
this.myGroupBox3.Controls.Add(this.BalanTime);
|
||
this.myGroupBox3.Controls.Add(this.label26);
|
||
this.myGroupBox3.Controls.Add(this.label14);
|
||
this.myGroupBox3.Controls.Add(this.Evolume);
|
||
this.myGroupBox3.Controls.Add(this.BypassTIme);
|
||
this.myGroupBox3.Controls.Add(this.label40);
|
||
this.myGroupBox3.Controls.Add(this.label38);
|
||
this.myGroupBox3.Controls.Add(this.DelayTime1);
|
||
this.myGroupBox3.Controls.Add(this.label39);
|
||
this.myGroupBox3.Controls.Add(this.DelayTime2);
|
||
this.myGroupBox3.Location = new System.Drawing.Point(1588, 306);
|
||
this.myGroupBox3.Name = "myGroupBox3";
|
||
this.myGroupBox3.Size = new System.Drawing.Size(362, 222);
|
||
this.myGroupBox3.TabIndex = 121;
|
||
this.myGroupBox3.TabStop = false;
|
||
this.myGroupBox3.Text = "基本参数";
|
||
//
|
||
// URL
|
||
//
|
||
this.URL.Location = new System.Drawing.Point(121, 153);
|
||
this.URL.Margin = new System.Windows.Forms.Padding(5);
|
||
this.URL.Name = "URL";
|
||
this.URL.Size = new System.Drawing.Size(23, 21);
|
||
this.URL.TabIndex = 190;
|
||
//
|
||
// label27
|
||
//
|
||
this.label27.AutoSize = true;
|
||
this.label27.Location = new System.Drawing.Point(121, 143);
|
||
this.label27.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||
this.label27.Name = "label27";
|
||
this.label27.Size = new System.Drawing.Size(23, 12);
|
||
this.label27.TabIndex = 191;
|
||
this.label27.Text = "URL";
|
||
//
|
||
// method
|
||
//
|
||
this.method.Location = new System.Drawing.Point(121, 119);
|
||
this.method.Margin = new System.Windows.Forms.Padding(5);
|
||
this.method.Name = "method";
|
||
this.method.Size = new System.Drawing.Size(39, 21);
|
||
this.method.TabIndex = 188;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(63, 181);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(53, 12);
|
||
this.label2.TabIndex = 140;
|
||
this.label2.Text = "测试状态";
|
||
//
|
||
// label20
|
||
//
|
||
this.label20.AutoSize = true;
|
||
this.label20.Location = new System.Drawing.Point(119, 102);
|
||
this.label20.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||
this.label20.Name = "label20";
|
||
this.label20.Size = new System.Drawing.Size(41, 12);
|
||
this.label20.TabIndex = 189;
|
||
this.label20.Text = "method";
|
||
//
|
||
// label15
|
||
//
|
||
this.label15.AutoSize = true;
|
||
this.label15.Location = new System.Drawing.Point(2, 140);
|
||
this.label15.Name = "label15";
|
||
this.label15.Size = new System.Drawing.Size(59, 12);
|
||
this.label15.TabIndex = 120;
|
||
this.label15.Text = "检测时间2";
|
||
//
|
||
// appkey
|
||
//
|
||
this.appkey.Location = new System.Drawing.Point(120, 82);
|
||
this.appkey.Margin = new System.Windows.Forms.Padding(5);
|
||
this.appkey.Name = "appkey";
|
||
this.appkey.Size = new System.Drawing.Size(39, 21);
|
||
this.appkey.TabIndex = 186;
|
||
//
|
||
// TestStatus
|
||
//
|
||
this.TestStatus.Location = new System.Drawing.Point(63, 196);
|
||
this.TestStatus.Name = "TestStatus";
|
||
this.TestStatus.Size = new System.Drawing.Size(58, 21);
|
||
this.TestStatus.TabIndex = 139;
|
||
//
|
||
// label21
|
||
//
|
||
this.label21.AutoSize = true;
|
||
this.label21.Location = new System.Drawing.Point(118, 70);
|
||
this.label21.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||
this.label21.Name = "label21";
|
||
this.label21.Size = new System.Drawing.Size(41, 12);
|
||
this.label21.TabIndex = 187;
|
||
this.label21.Text = "appKey";
|
||
//
|
||
// ChkMES
|
||
//
|
||
this.ChkMES.AutoSize = true;
|
||
this.ChkMES.Font = new System.Drawing.Font("宋体", 9F);
|
||
this.ChkMES.Location = new System.Drawing.Point(120, 18);
|
||
this.ChkMES.Name = "ChkMES";
|
||
this.ChkMES.Size = new System.Drawing.Size(78, 16);
|
||
this.ChkMES.TabIndex = 133;
|
||
this.ChkMES.Text = "导出到mes";
|
||
this.ChkMES.UseVisualStyleBackColor = true;
|
||
//
|
||
// TestTime2
|
||
//
|
||
this.TestTime2.Location = new System.Drawing.Point(4, 157);
|
||
this.TestTime2.Name = "TestTime2";
|
||
this.TestTime2.Size = new System.Drawing.Size(51, 21);
|
||
this.TestTime2.TabIndex = 119;
|
||
//
|
||
// appid
|
||
//
|
||
this.appid.Location = new System.Drawing.Point(112, 52);
|
||
this.appid.Margin = new System.Windows.Forms.Padding(5);
|
||
this.appid.Name = "appid";
|
||
this.appid.Size = new System.Drawing.Size(39, 21);
|
||
this.appid.TabIndex = 184;
|
||
//
|
||
// label22
|
||
//
|
||
this.label22.AutoSize = true;
|
||
this.label22.Location = new System.Drawing.Point(119, 35);
|
||
this.label22.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||
this.label22.Name = "label22";
|
||
this.label22.Size = new System.Drawing.Size(35, 12);
|
||
this.label22.TabIndex = 185;
|
||
this.label22.Text = "appid";
|
||
//
|
||
// FullTime
|
||
//
|
||
this.FullTime.Location = new System.Drawing.Point(6, 35);
|
||
this.FullTime.Name = "FullTime";
|
||
this.FullTime.Size = new System.Drawing.Size(51, 21);
|
||
this.FullTime.TabIndex = 26;
|
||
//
|
||
// MESStation
|
||
//
|
||
this.MESStation.Location = new System.Drawing.Point(164, 175);
|
||
this.MESStation.Margin = new System.Windows.Forms.Padding(5);
|
||
this.MESStation.Name = "MESStation";
|
||
this.MESStation.Size = new System.Drawing.Size(39, 21);
|
||
this.MESStation.TabIndex = 182;
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new System.Drawing.Point(4, 59);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(53, 12);
|
||
this.label5.TabIndex = 61;
|
||
this.label5.Text = "平衡时间";
|
||
//
|
||
// label23
|
||
//
|
||
this.label23.AutoSize = true;
|
||
this.label23.Location = new System.Drawing.Point(161, 161);
|
||
this.label23.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||
this.label23.Name = "label23";
|
||
this.label23.Size = new System.Drawing.Size(107, 12);
|
||
this.label23.TabIndex = 183;
|
||
this.label23.Text = "测试站编号station";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(4, 18);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(53, 12);
|
||
this.label4.TabIndex = 60;
|
||
this.label4.Text = "充气时间";
|
||
//
|
||
// Machinemodel
|
||
//
|
||
this.Machinemodel.Location = new System.Drawing.Point(164, 135);
|
||
this.Machinemodel.Margin = new System.Windows.Forms.Padding(5);
|
||
this.Machinemodel.Name = "Machinemodel";
|
||
this.Machinemodel.Size = new System.Drawing.Size(39, 21);
|
||
this.Machinemodel.TabIndex = 180;
|
||
//
|
||
// label10
|
||
//
|
||
this.label10.AutoSize = true;
|
||
this.label10.Location = new System.Drawing.Point(2, 97);
|
||
this.label10.Name = "label10";
|
||
this.label10.Size = new System.Drawing.Size(59, 12);
|
||
this.label10.TabIndex = 62;
|
||
this.label10.Text = "检测时间1";
|
||
//
|
||
// label24
|
||
//
|
||
this.label24.AutoSize = true;
|
||
this.label24.Location = new System.Drawing.Point(161, 118);
|
||
this.label24.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||
this.label24.Name = "label24";
|
||
this.label24.Size = new System.Drawing.Size(59, 12);
|
||
this.label24.TabIndex = 181;
|
||
this.label24.Text = "机型model";
|
||
//
|
||
// ExhaustTime
|
||
//
|
||
this.ExhaustTime.Location = new System.Drawing.Point(4, 195);
|
||
this.ExhaustTime.Name = "ExhaustTime";
|
||
this.ExhaustTime.Size = new System.Drawing.Size(51, 21);
|
||
this.ExhaustTime.TabIndex = 29;
|
||
//
|
||
// Type
|
||
//
|
||
this.Type.Location = new System.Drawing.Point(163, 93);
|
||
this.Type.Margin = new System.Windows.Forms.Padding(5);
|
||
this.Type.Name = "Type";
|
||
this.Type.Size = new System.Drawing.Size(39, 21);
|
||
this.Type.TabIndex = 178;
|
||
//
|
||
// label11
|
||
//
|
||
this.label11.AutoSize = true;
|
||
this.label11.Location = new System.Drawing.Point(2, 178);
|
||
this.label11.Name = "label11";
|
||
this.label11.Size = new System.Drawing.Size(53, 12);
|
||
this.label11.TabIndex = 63;
|
||
this.label11.Text = "排气时间";
|
||
//
|
||
// label25
|
||
//
|
||
this.label25.AutoSize = true;
|
||
this.label25.Location = new System.Drawing.Point(160, 76);
|
||
this.label25.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||
this.label25.Name = "label25";
|
||
this.label25.Size = new System.Drawing.Size(77, 12);
|
||
this.label25.TabIndex = 179;
|
||
this.label25.Text = "测试物料类型";
|
||
//
|
||
// TestTime1
|
||
//
|
||
this.TestTime1.Location = new System.Drawing.Point(4, 114);
|
||
this.TestTime1.Name = "TestTime1";
|
||
this.TestTime1.Size = new System.Drawing.Size(51, 21);
|
||
this.TestTime1.TabIndex = 28;
|
||
//
|
||
// Dept
|
||
//
|
||
this.Dept.Location = new System.Drawing.Point(164, 50);
|
||
this.Dept.Margin = new System.Windows.Forms.Padding(5);
|
||
this.Dept.Name = "Dept";
|
||
this.Dept.Size = new System.Drawing.Size(39, 21);
|
||
this.Dept.TabIndex = 176;
|
||
//
|
||
// BalanTime
|
||
//
|
||
this.BalanTime.Location = new System.Drawing.Point(6, 76);
|
||
this.BalanTime.Name = "BalanTime";
|
||
this.BalanTime.Size = new System.Drawing.Size(51, 21);
|
||
this.BalanTime.TabIndex = 27;
|
||
//
|
||
// label26
|
||
//
|
||
this.label26.AutoSize = true;
|
||
this.label26.Location = new System.Drawing.Point(161, 34);
|
||
this.label26.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||
this.label26.Name = "label26";
|
||
this.label26.Size = new System.Drawing.Size(41, 12);
|
||
this.label26.TabIndex = 177;
|
||
this.label26.Text = "机构名";
|
||
//
|
||
// label14
|
||
//
|
||
this.label14.AutoSize = true;
|
||
this.label14.Location = new System.Drawing.Point(59, 139);
|
||
this.label14.Name = "label14";
|
||
this.label14.Size = new System.Drawing.Size(53, 12);
|
||
this.label14.TabIndex = 114;
|
||
this.label14.Text = "等效容积";
|
||
//
|
||
// Evolume
|
||
//
|
||
this.Evolume.Location = new System.Drawing.Point(61, 158);
|
||
this.Evolume.Name = "Evolume";
|
||
this.Evolume.Size = new System.Drawing.Size(51, 21);
|
||
this.Evolume.TabIndex = 113;
|
||
//
|
||
// BypassTIme
|
||
//
|
||
this.BypassTIme.Location = new System.Drawing.Point(59, 33);
|
||
this.BypassTIme.Name = "BypassTIme";
|
||
this.BypassTIme.Size = new System.Drawing.Size(51, 21);
|
||
this.BypassTIme.TabIndex = 94;
|
||
//
|
||
// label40
|
||
//
|
||
this.label40.AutoSize = true;
|
||
this.label40.Location = new System.Drawing.Point(59, 100);
|
||
this.label40.Name = "label40";
|
||
this.label40.Size = new System.Drawing.Size(35, 12);
|
||
this.label40.TabIndex = 105;
|
||
this.label40.Text = "延时2";
|
||
//
|
||
// label38
|
||
//
|
||
this.label38.AutoSize = true;
|
||
this.label38.Location = new System.Drawing.Point(61, 20);
|
||
this.label38.Name = "label38";
|
||
this.label38.Size = new System.Drawing.Size(53, 12);
|
||
this.label38.TabIndex = 95;
|
||
this.label38.Text = "旁路时间";
|
||
//
|
||
// DelayTime1
|
||
//
|
||
this.DelayTime1.Location = new System.Drawing.Point(63, 77);
|
||
this.DelayTime1.Name = "DelayTime1";
|
||
this.DelayTime1.Size = new System.Drawing.Size(51, 21);
|
||
this.DelayTime1.TabIndex = 96;
|
||
//
|
||
// label39
|
||
//
|
||
this.label39.AutoSize = true;
|
||
this.label39.Location = new System.Drawing.Point(61, 60);
|
||
this.label39.Name = "label39";
|
||
this.label39.Size = new System.Drawing.Size(35, 12);
|
||
this.label39.TabIndex = 104;
|
||
this.label39.Text = "延时1";
|
||
//
|
||
// DelayTime2
|
||
//
|
||
this.DelayTime2.Location = new System.Drawing.Point(61, 118);
|
||
this.DelayTime2.Name = "DelayTime2";
|
||
this.DelayTime2.Size = new System.Drawing.Size(51, 21);
|
||
this.DelayTime2.TabIndex = 97;
|
||
//
|
||
// myGroupBox1
|
||
//
|
||
this.myGroupBox1.Controls.Add(this.PortNum);
|
||
this.myGroupBox1.Controls.Add(this.label3);
|
||
this.myGroupBox1.Controls.Add(this.BtnBreak);
|
||
this.myGroupBox1.Controls.Add(this.BtnCon1);
|
||
this.myGroupBox1.Controls.Add(this.label1);
|
||
this.myGroupBox1.Controls.Add(this.label6);
|
||
this.myGroupBox1.Font = new System.Drawing.Font("宋体", 12F);
|
||
this.myGroupBox1.Location = new System.Drawing.Point(12, 49);
|
||
this.myGroupBox1.Name = "myGroupBox1";
|
||
this.myGroupBox1.Size = new System.Drawing.Size(139, 225);
|
||
this.myGroupBox1.TabIndex = 119;
|
||
this.myGroupBox1.TabStop = false;
|
||
this.myGroupBox1.Text = "串口设置";
|
||
//
|
||
// PortNum
|
||
//
|
||
this.PortNum.AutoSize = true;
|
||
this.PortNum.Font = new System.Drawing.Font("宋体", 20F);
|
||
this.PortNum.Location = new System.Drawing.Point(21, 49);
|
||
this.PortNum.Name = "PortNum";
|
||
this.PortNum.Size = new System.Drawing.Size(96, 27);
|
||
this.PortNum.TabIndex = 62;
|
||
this.PortNum.Text = "label2";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Font = new System.Drawing.Font("宋体", 12F);
|
||
this.label3.Location = new System.Drawing.Point(25, 79);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(87, 16);
|
||
this.label3.TabIndex = 61;
|
||
this.label3.Text = "串口状态:";
|
||
//
|
||
// BtnBreak
|
||
//
|
||
this.BtnBreak.Font = new System.Drawing.Font("宋体", 12F);
|
||
this.BtnBreak.Location = new System.Drawing.Point(28, 179);
|
||
this.BtnBreak.Name = "BtnBreak";
|
||
this.BtnBreak.Size = new System.Drawing.Size(83, 33);
|
||
this.BtnBreak.TabIndex = 6;
|
||
this.BtnBreak.Text = "断开连接";
|
||
this.BtnBreak.UseVisualStyleBackColor = true;
|
||
this.BtnBreak.Click += new System.EventHandler(this.BtnBreak_Click);
|
||
//
|
||
// BtnCon1
|
||
//
|
||
this.BtnCon1.Font = new System.Drawing.Font("宋体", 12F);
|
||
this.BtnCon1.Location = new System.Drawing.Point(28, 140);
|
||
this.BtnCon1.Name = "BtnCon1";
|
||
this.BtnCon1.Size = new System.Drawing.Size(83, 33);
|
||
this.BtnCon1.TabIndex = 5;
|
||
this.BtnCon1.Text = "连接串口";
|
||
this.BtnCon1.UseVisualStyleBackColor = true;
|
||
this.BtnCon1.Click += new System.EventHandler(this.BtnCon1_Click);
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Font = new System.Drawing.Font("宋体", 12F);
|
||
this.label1.Location = new System.Drawing.Point(37, 32);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(63, 16);
|
||
this.label1.TabIndex = 8;
|
||
this.label1.Text = "端口号:";
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Font = new System.Drawing.Font("宋体", 19F);
|
||
this.label6.Location = new System.Drawing.Point(21, 99);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(90, 26);
|
||
this.label6.TabIndex = 15;
|
||
this.label6.Text = "label6";
|
||
//
|
||
// Form1
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1025, 675);
|
||
this.Controls.Add(this.checkCodeRepeat);
|
||
this.Controls.Add(this.textBox1);
|
||
this.Controls.Add(this.label50);
|
||
this.Controls.Add(this.textBox3);
|
||
this.Controls.Add(this.groupBox2);
|
||
this.Controls.Add(this.button3);
|
||
this.Controls.Add(this.button4);
|
||
this.Controls.Add(this.button2);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.CH1Tlight);
|
||
this.Controls.Add(this.checkBox2);
|
||
this.Controls.Add(this.pictureBox1);
|
||
this.Controls.Add(this.label29);
|
||
this.Controls.Add(this.CeckScanning);
|
||
this.Controls.Add(this.Scancode);
|
||
this.Controls.Add(this.label9);
|
||
this.Controls.Add(this.codecheck);
|
||
this.Controls.Add(this.checkBox1);
|
||
this.Controls.Add(this.Baudrate);
|
||
this.Controls.Add(this.DataGridView1);
|
||
this.Controls.Add(this.ChkCSV);
|
||
this.Controls.Add(this.Leak);
|
||
this.Controls.Add(this.LeakPressure);
|
||
this.Controls.Add(this.MESStatus);
|
||
this.Controls.Add(this.label7);
|
||
this.Controls.Add(this.label35);
|
||
this.Controls.Add(this.ChkExcel);
|
||
this.Controls.Add(this.path);
|
||
this.Controls.Add(this.Manual);
|
||
this.Controls.Add(this.MachineStatus);
|
||
this.Controls.Add(this.ChkSql);
|
||
this.Controls.Add(this.Tlight);
|
||
this.Controls.Add(this.Station);
|
||
this.Controls.Add(this.label8);
|
||
this.Controls.Add(this.label31);
|
||
this.Controls.Add(this.menuStrip1);
|
||
this.Controls.Add(this.label33);
|
||
this.Controls.Add(this.CodeLength);
|
||
this.Controls.Add(this.PressureUnit);
|
||
this.Controls.Add(this.myGroupBox4);
|
||
this.Controls.Add(this.label30);
|
||
this.Controls.Add(this.label19);
|
||
this.Controls.Add(this.label32);
|
||
this.Controls.Add(this.BtnReset);
|
||
this.Controls.Add(this.LeakUnit);
|
||
this.Controls.Add(this.label18);
|
||
this.Controls.Add(this.Code);
|
||
this.Controls.Add(this.BtnStart);
|
||
this.Controls.Add(this.myGroupBox3);
|
||
this.Controls.Add(this.myGroupBox1);
|
||
this.Controls.Add(this.progressBar2);
|
||
this.Controls.Add(this.label36);
|
||
this.Controls.Add(this.SendText);
|
||
this.Controls.Add(this.ReceiveText);
|
||
this.Controls.Add(this.groupBox1);
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.Name = "Form1";
|
||
this.Text = "LL18-25063001";
|
||
this.Activated += new System.EventHandler(this.Form1_Activated);
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
|
||
this.Load += new System.EventHandler(this.Form1_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.DataGridView1)).EndInit();
|
||
this.menuStrip1.ResumeLayout(false);
|
||
this.menuStrip1.PerformLayout();
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||
this.groupBox2.ResumeLayout(false);
|
||
this.groupBox2.PerformLayout();
|
||
this.myGroupBox4.ResumeLayout(false);
|
||
this.myGroupBox4.PerformLayout();
|
||
this.myGroupBox3.ResumeLayout(false);
|
||
this.myGroupBox3.PerformLayout();
|
||
this.myGroupBox1.ResumeLayout(false);
|
||
this.myGroupBox1.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
private System.Windows.Forms.Button BtnBreak;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.TextBox ReceiveText;
|
||
private System.Windows.Forms.TextBox SendText;
|
||
private System.Windows.Forms.Button BtnStart;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.Timer Timer2;
|
||
private System.Windows.Forms.Timer Timer3;
|
||
private System.Windows.Forms.Timer Timer4;
|
||
private System.Windows.Forms.Label Tlight;
|
||
private System.Windows.Forms.Button BtnReset;
|
||
private System.Windows.Forms.DataGridView DataGridView1;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.TextBox FullTime;
|
||
private System.Windows.Forms.TextBox BalanTime;
|
||
private System.Windows.Forms.TextBox TestTime1;
|
||
private System.Windows.Forms.TextBox ExhaustTime;
|
||
private System.Windows.Forms.TextBox FPtoplimit;
|
||
private System.Windows.Forms.TextBox FPlowlimit;
|
||
private System.Windows.Forms.TextBox Leaktoplimit;
|
||
private System.Windows.Forms.TextBox Leaklowlimit;
|
||
private System.Windows.Forms.TextBox Code;
|
||
private System.Windows.Forms.Label label33;
|
||
private System.Windows.Forms.Label label32;
|
||
private System.Windows.Forms.Label label31;
|
||
private System.Windows.Forms.Label label30;
|
||
private System.Windows.Forms.Label label19;
|
||
private System.Windows.Forms.Label label18;
|
||
private System.Windows.Forms.Label label17;
|
||
private System.Windows.Forms.Label label16;
|
||
private System.Windows.Forms.Label label13;
|
||
private System.Windows.Forms.Label label12;
|
||
private System.Windows.Forms.Label label11;
|
||
private System.Windows.Forms.Label label10;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.LinkLabel Manual;
|
||
private System.Windows.Forms.Label label36;
|
||
private System.Windows.Forms.Timer Timer8;
|
||
private System.Windows.Forms.ProgressBar progressBar2;
|
||
private System.Windows.Forms.TextBox BypassTIme;
|
||
private System.Windows.Forms.Label label38;
|
||
private System.Windows.Forms.TextBox DelayTime1;
|
||
private System.Windows.Forms.TextBox DelayTime2;
|
||
private System.Windows.Forms.TextBox BLeakTPre;
|
||
private System.Windows.Forms.TextBox BLeakLPre;
|
||
private System.Windows.Forms.Label label39;
|
||
private System.Windows.Forms.Label label40;
|
||
private System.Windows.Forms.Label label44;
|
||
private System.Windows.Forms.Label label45;
|
||
private System.Windows.Forms.TextBox Evolume;
|
||
private System.Windows.Forms.Label label14;
|
||
private System.Windows.Forms.Timer Timer9;
|
||
private System.Windows.Forms.Label PressureUnit;
|
||
private System.Windows.Forms.Label LeakUnit;
|
||
private MyGroupBox myGroupBox1;
|
||
private MyGroupBox myGroupBox3;
|
||
private MyGroupBox myGroupBox4;
|
||
private System.Windows.Forms.Label label15;
|
||
private System.Windows.Forms.TextBox TestTime2;
|
||
private System.Windows.Forms.Label label53;
|
||
private System.Windows.Forms.Label label52;
|
||
private System.Windows.Forms.TextBox SBalanTime;
|
||
private System.Windows.Forms.TextBox BBalanTime;
|
||
private System.Windows.Forms.Timer Timer10;
|
||
private System.Windows.Forms.Timer Timer16;
|
||
private System.Windows.Forms.MenuStrip menuStrip1;
|
||
private System.Windows.Forms.ToolStripMenuItem 登录ToolStripMenuItem;
|
||
public System.Windows.Forms.ToolStripMenuItem 修改密码ToolStripMenuItem;
|
||
public System.Windows.Forms.ToolStripMenuItem 串口设置ToolStripMenuItem;
|
||
public System.Windows.Forms.ToolStripMenuItem 基本设置ToolStripMenuItem;
|
||
public System.Windows.Forms.ToolStripMenuItem 测试参数ToolStripMenuItem;
|
||
public System.Windows.Forms.ToolStripMenuItem 存储设置ToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;
|
||
public System.Windows.Forms.Label label6;
|
||
public System.IO.Ports.SerialPort SerialPort1;
|
||
public System.Windows.Forms.Timer Timer1;
|
||
public System.Windows.Forms.ComboBox Station;
|
||
private System.Windows.Forms.Label label35;
|
||
public System.Windows.Forms.CheckBox ChkMES;
|
||
public System.Windows.Forms.CheckBox ChkExcel;
|
||
public System.Windows.Forms.TextBox path;
|
||
public System.Windows.Forms.CheckBox ChkSql;
|
||
private System.Windows.Forms.ComboBox PUnit;
|
||
private System.Windows.Forms.Label label47;
|
||
private System.Windows.Forms.ComboBox LUnit;
|
||
private System.Windows.Forms.Label label46;
|
||
private System.Windows.Forms.Label MESStatus;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.Label LeakPressure;
|
||
private System.Windows.Forms.Label Leak;
|
||
public System.Windows.Forms.Label MachineStatus;
|
||
public System.Windows.Forms.TextBox CodeLength;
|
||
public System.Windows.Forms.Label PortNum;
|
||
public System.Windows.Forms.TextBox TestStatus;
|
||
private System.Windows.Forms.Label label2;
|
||
public System.Windows.Forms.Button BtnCon1;
|
||
private System.Windows.Forms.ToolStripMenuItem 注销登录ToolStripMenuItem;
|
||
private System.Windows.Forms.Label label20;
|
||
private System.Windows.Forms.Label label21;
|
||
private System.Windows.Forms.Label label22;
|
||
private System.Windows.Forms.Label label23;
|
||
private System.Windows.Forms.Label label24;
|
||
private System.Windows.Forms.Label label25;
|
||
private System.Windows.Forms.Label label26;
|
||
public System.Windows.Forms.TextBox method;
|
||
public System.Windows.Forms.TextBox appkey;
|
||
public System.Windows.Forms.TextBox appid;
|
||
public System.Windows.Forms.TextBox MESStation;
|
||
public System.Windows.Forms.TextBox Machinemodel;
|
||
public System.Windows.Forms.TextBox Type;
|
||
public System.Windows.Forms.TextBox Dept;
|
||
private System.Windows.Forms.Label label27;
|
||
public System.Windows.Forms.TextBox URL;
|
||
public System.Windows.Forms.CheckBox ChkCSV;
|
||
private System.Windows.Forms.Timer Timer11;
|
||
public System.Windows.Forms.TextBox Baudrate;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.CheckBox Scancode;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column14;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
|
||
public System.Windows.Forms.TextBox codecheck;
|
||
public System.Windows.Forms.CheckBox checkBox1;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.Label Sunzong;
|
||
private System.Windows.Forms.Label label28;
|
||
private System.Windows.Forms.Label Passzong;
|
||
private System.Windows.Forms.Label label34;
|
||
private System.Windows.Forms.Button button10;
|
||
public System.IO.Ports.SerialPort CodePort1;
|
||
public System.Windows.Forms.CheckBox CeckScanning;
|
||
private System.Windows.Forms.CheckBox checkBox2;
|
||
private System.Windows.Forms.PictureBox pictureBox1;
|
||
private System.Windows.Forms.Label label29;
|
||
private System.Windows.Forms.Button CH1Tlight;
|
||
private System.Windows.Forms.Button button3;
|
||
private System.Windows.Forms.Button button4;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.GroupBox groupBox2;
|
||
private System.Windows.Forms.TextBox JIG_Number1;
|
||
private System.Windows.Forms.Label label37;
|
||
private System.Windows.Forms.TextBox strstation;
|
||
private System.Windows.Forms.TextBox strbatch;
|
||
private System.Windows.Forms.TextBox strlocation;
|
||
private System.Windows.Forms.TextBox strlinename;
|
||
private System.Windows.Forms.Label label42;
|
||
private System.Windows.Forms.Label label43;
|
||
private System.Windows.Forms.Label label48;
|
||
private System.Windows.Forms.Label label50;
|
||
private System.Windows.Forms.TextBox textBox3;
|
||
private System.Windows.Forms.TextBox textBox1;
|
||
private System.Windows.Forms.Timer timerCH1;
|
||
private System.Windows.Forms.CheckBox checkCodeRepeat;
|
||
private System.Windows.Forms.ToolStripMenuItem mESSetToolStripMenuItem;
|
||
}
|
||
} |