Commit ff5c8c23 几米阳光

1

1 个父辈 a215ee24
...@@ -200,13 +200,13 @@ ...@@ -200,13 +200,13 @@
this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabPage3 = new System.Windows.Forms.TabPage(); this.tabPage3 = new System.Windows.Forms.TabPage();
this.groupBox6 = new System.Windows.Forms.GroupBox(); this.groupBox6 = new System.Windows.Forms.GroupBox();
this.lblBatchStatus = new System.Windows.Forms.Label();
this.btnBatchOutTest = new System.Windows.Forms.Button(); this.btnBatchOutTest = new System.Windows.Forms.Button();
this.btnBatchOutEnd = new System.Windows.Forms.Button(); this.btnBatchOutEnd = new System.Windows.Forms.Button();
this.btnStartBatchInStore = new System.Windows.Forms.Button(); this.btnStartBatchInStore = new System.Windows.Forms.Button();
this.btnGetOutTray = new System.Windows.Forms.Button(); this.btnGetOutTray = new System.Windows.Forms.Button();
this.lblDoorStatus = new System.Windows.Forms.Label(); this.lblDoorStatus = new System.Windows.Forms.Label();
this.btnBatchInStore = new System.Windows.Forms.Button(); this.btnBatchInStore = new System.Windows.Forms.Button();
this.lblBatchStatus = new System.Windows.Forms.Label();
this.groupBox5.SuspendLayout(); this.groupBox5.SuspendLayout();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout(); this.groupBox2.SuspendLayout();
...@@ -2261,6 +2261,17 @@ ...@@ -2261,6 +2261,17 @@
this.groupBox6.TabStop = false; this.groupBox6.TabStop = false;
this.groupBox6.Text = "批量上下料操作"; this.groupBox6.Text = "批量上下料操作";
// //
// lblBatchStatus
//
this.lblBatchStatus.AutoSize = true;
this.lblBatchStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblBatchStatus.ForeColor = System.Drawing.Color.Green;
this.lblBatchStatus.Location = new System.Drawing.Point(14, 31);
this.lblBatchStatus.Name = "lblBatchStatus";
this.lblBatchStatus.Size = new System.Drawing.Size(65, 20);
this.lblBatchStatus.TabIndex = 229;
this.lblBatchStatus.Text = "等待启动";
//
// btnBatchOutTest // btnBatchOutTest
// //
this.btnBatchOutTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnBatchOutTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
...@@ -2275,29 +2286,30 @@ ...@@ -2275,29 +2286,30 @@
// btnBatchOutEnd // btnBatchOutEnd
// //
this.btnBatchOutEnd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnBatchOutEnd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnBatchOutEnd.Location = new System.Drawing.Point(171, 112); this.btnBatchOutEnd.Location = new System.Drawing.Point(286, 156);
this.btnBatchOutEnd.Name = "btnBatchOutEnd"; this.btnBatchOutEnd.Name = "btnBatchOutEnd";
this.btnBatchOutEnd.Size = new System.Drawing.Size(105, 38); this.btnBatchOutEnd.Size = new System.Drawing.Size(105, 38);
this.btnBatchOutEnd.TabIndex = 227; this.btnBatchOutEnd.TabIndex = 227;
this.btnBatchOutEnd.Text = "取出完成"; this.btnBatchOutEnd.Text = "取出完成";
this.btnBatchOutEnd.UseVisualStyleBackColor = true; this.btnBatchOutEnd.UseVisualStyleBackColor = true;
this.btnBatchOutEnd.Visible = false;
this.btnBatchOutEnd.Click += new System.EventHandler(this.btnBatchOutEnd_Click); this.btnBatchOutEnd.Click += new System.EventHandler(this.btnBatchOutEnd_Click);
// //
// btnStartBatchInStore // btnStartBatchInStore
// //
this.btnStartBatchInStore.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnStartBatchInStore.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStartBatchInStore.Location = new System.Drawing.Point(39, 112); this.btnStartBatchInStore.Location = new System.Drawing.Point(171, 93);
this.btnStartBatchInStore.Name = "btnStartBatchInStore"; this.btnStartBatchInStore.Name = "btnStartBatchInStore";
this.btnStartBatchInStore.Size = new System.Drawing.Size(105, 38); this.btnStartBatchInStore.Size = new System.Drawing.Size(105, 38);
this.btnStartBatchInStore.TabIndex = 226; this.btnStartBatchInStore.TabIndex = 226;
this.btnStartBatchInStore.Text = "批量入库开始"; this.btnStartBatchInStore.Text = "关闭门锁";
this.btnStartBatchInStore.UseVisualStyleBackColor = true; this.btnStartBatchInStore.UseVisualStyleBackColor = true;
this.btnStartBatchInStore.Click += new System.EventHandler(this.btnStartBatchInStore_Click); this.btnStartBatchInStore.Click += new System.EventHandler(this.btnStartBatchInStore_Click);
// //
// btnGetOutTray // btnGetOutTray
// //
this.btnGetOutTray.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnGetOutTray.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnGetOutTray.Location = new System.Drawing.Point(171, 68); this.btnGetOutTray.Location = new System.Drawing.Point(39, 113);
this.btnGetOutTray.Name = "btnGetOutTray"; this.btnGetOutTray.Name = "btnGetOutTray";
this.btnGetOutTray.Size = new System.Drawing.Size(105, 38); this.btnGetOutTray.Size = new System.Drawing.Size(105, 38);
this.btnGetOutTray.TabIndex = 225; this.btnGetOutTray.TabIndex = 225;
...@@ -2327,17 +2339,6 @@ ...@@ -2327,17 +2339,6 @@
this.btnBatchInStore.UseVisualStyleBackColor = true; this.btnBatchInStore.UseVisualStyleBackColor = true;
this.btnBatchInStore.Click += new System.EventHandler(this.btnBatchInStore_Click); this.btnBatchInStore.Click += new System.EventHandler(this.btnBatchInStore_Click);
// //
// lblBatchStatus
//
this.lblBatchStatus.AutoSize = true;
this.lblBatchStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblBatchStatus.ForeColor = System.Drawing.Color.Green;
this.lblBatchStatus.Location = new System.Drawing.Point(14, 31);
this.lblBatchStatus.Name = "lblBatchStatus";
this.lblBatchStatus.Size = new System.Drawing.Size(65, 20);
this.lblBatchStatus.TabIndex = 229;
this.lblBatchStatus.Text = "等待启动";
//
// FrmStoreBox // FrmStoreBox
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!