LL18-25070103,增加上工站过站检测
This commit is contained in:
24
C-Windows-1/Form1.Designer.cs
generated
24
C-Windows-1/Form1.Designer.cs
generated
@@ -374,7 +374,7 @@
|
||||
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.Size = new System.Drawing.Size(72, 16);
|
||||
this.label36.TabIndex = 89;
|
||||
this.label36.Text = "测试进度";
|
||||
//
|
||||
@@ -384,7 +384,7 @@
|
||||
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.Size = new System.Drawing.Size(17, 16);
|
||||
this.Manual.TabIndex = 63;
|
||||
this.Manual.TabStop = true;
|
||||
this.Manual.Text = "?";
|
||||
@@ -574,6 +574,7 @@
|
||||
this.Code.TabIndex = 51;
|
||||
this.Code.TextAlignChanged += new System.EventHandler(this.Code_TextAlignChanged);
|
||||
this.Code.TextChanged += new System.EventHandler(this.Code_TextChanged);
|
||||
this.Code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Code_KeyDown);
|
||||
//
|
||||
// menuStrip1
|
||||
//
|
||||
@@ -589,7 +590,7 @@
|
||||
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.Size = new System.Drawing.Size(1021, 25);
|
||||
this.menuStrip1.TabIndex = 126;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
|
||||
@@ -641,7 +642,6 @@
|
||||
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
|
||||
@@ -768,7 +768,7 @@
|
||||
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.Size = new System.Drawing.Size(88, 16);
|
||||
this.label9.TabIndex = 143;
|
||||
this.label9.Text = "条形码长度";
|
||||
//
|
||||
@@ -778,7 +778,7 @@
|
||||
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.Size = new System.Drawing.Size(91, 20);
|
||||
this.Scancode.TabIndex = 144;
|
||||
this.Scancode.Text = "扫码启动";
|
||||
this.Scancode.UseVisualStyleBackColor = true;
|
||||
@@ -816,7 +816,7 @@
|
||||
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.Size = new System.Drawing.Size(24, 16);
|
||||
this.Passzong.TabIndex = 3;
|
||||
this.Passzong.Text = "10";
|
||||
//
|
||||
@@ -836,7 +836,7 @@
|
||||
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.Size = new System.Drawing.Size(24, 16);
|
||||
this.Sunzong.TabIndex = 1;
|
||||
this.Sunzong.Text = "10";
|
||||
this.Sunzong.Click += new System.EventHandler(this.label29_Click);
|
||||
@@ -1702,7 +1702,7 @@
|
||||
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.Size = new System.Drawing.Size(88, 16);
|
||||
this.label3.TabIndex = 61;
|
||||
this.label3.Text = "串口状态:";
|
||||
//
|
||||
@@ -1734,7 +1734,7 @@
|
||||
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.Size = new System.Drawing.Size(64, 16);
|
||||
this.label1.TabIndex = 8;
|
||||
this.label1.Text = "端口号:";
|
||||
//
|
||||
@@ -1752,7 +1752,7 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1025, 675);
|
||||
this.ClientSize = new System.Drawing.Size(1021, 675);
|
||||
this.Controls.Add(this.checkCodeRepeat);
|
||||
this.Controls.Add(this.textBox1);
|
||||
this.Controls.Add(this.label50);
|
||||
@@ -1810,7 +1810,7 @@
|
||||
this.Controls.Add(this.groupBox1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "Form1";
|
||||
this.Text = "LL18-25063001";
|
||||
this.Text = "LL18-25070103";
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user