From 3cec81c0aeae708235db88c4fefa4f77fe8b5d68 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 15 十一月 2023 08:59:59 +0800
Subject: [PATCH] 1
---
WorkM/流转卡管理/MES_StationEntrustOutBill.designer.cs | 98 +++++++++++++++++++++++++------------------------
1 files changed, 50 insertions(+), 48 deletions(-)
diff --git "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationEntrustOutBill.designer.cs" "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationEntrustOutBill.designer.cs"
index eb5bfc5..20cc30e 100644
--- "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationEntrustOutBill.designer.cs"
+++ "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationEntrustOutBill.designer.cs"
@@ -64,6 +64,8 @@
this.grdCardList = new System.Windows.Forms.DataGridView();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
+ this.txtHBadCount = new System.Windows.Forms.TextBox();
+ this.label34 = new System.Windows.Forms.Label();
this.label32 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.label31 = new System.Windows.Forms.Label();
@@ -114,6 +116,8 @@
this.cmdAddNew = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.panel1 = new System.Windows.Forms.Panel();
+ this.cmdBFChecker = new System.Windows.Forms.Button();
+ this.cmdChecker = new System.Windows.Forms.Button();
this.cmdXZ = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
@@ -123,10 +127,6 @@
this.cmdCancel = new System.Windows.Forms.Button();
this.cmdOK = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
- this.cmdBFChecker = new System.Windows.Forms.Button();
- this.cmdChecker = new System.Windows.Forms.Button();
- this.txtHBadCount = new System.Windows.Forms.TextBox();
- this.label34 = new System.Windows.Forms.Label();
this.gbUp.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdCardList)).BeginInit();
@@ -602,6 +602,31 @@
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "鍩烘湰淇℃伅";
//
+ // txtHBadCount
+ //
+ this.txtHBadCount.BackColor = System.Drawing.SystemColors.Window;
+ this.txtHBadCount.Font = new System.Drawing.Font("瀹嬩綋", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.txtHBadCount.ForeColor = System.Drawing.Color.Green;
+ this.txtHBadCount.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.txtHBadCount.Location = new System.Drawing.Point(440, 336);
+ this.txtHBadCount.Name = "txtHBadCount";
+ this.txtHBadCount.Size = new System.Drawing.Size(190, 28);
+ this.txtHBadCount.TabIndex = 169;
+ this.txtHBadCount.TabStop = false;
+ this.txtHBadCount.Tag = "0";
+ this.txtHBadCount.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHBadCount_KeyDown);
+ //
+ // label34
+ //
+ this.label34.AutoSize = true;
+ this.label34.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label34.ForeColor = System.Drawing.Color.Yellow;
+ this.label34.Location = new System.Drawing.Point(328, 340);
+ this.label34.Name = "label34";
+ this.label34.Size = new System.Drawing.Size(106, 21);
+ this.label34.TabIndex = 168;
+ this.label34.Text = "涓嶈壇鍝佹暟閲忥細";
+ //
// label32
//
this.label32.AutoSize = true;
@@ -836,6 +861,7 @@
this.txtHInnerBillNo.Name = "txtHInnerBillNo";
this.txtHInnerBillNo.Size = new System.Drawing.Size(190, 28);
this.txtHInnerBillNo.TabIndex = 151;
+ this.txtHInnerBillNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHInnerBillNo_KeyDown);
//
// label14
//
@@ -1237,6 +1263,26 @@
this.panel1.Size = new System.Drawing.Size(942, 65);
this.panel1.TabIndex = 116;
//
+ // cmdBFChecker
+ //
+ this.cmdBFChecker.Location = new System.Drawing.Point(172, 10);
+ this.cmdBFChecker.Name = "cmdBFChecker";
+ this.cmdBFChecker.Size = new System.Drawing.Size(70, 40);
+ this.cmdBFChecker.TabIndex = 168;
+ this.cmdBFChecker.Text = "鎶ュ簾鍝佽川纭";
+ this.cmdBFChecker.UseVisualStyleBackColor = true;
+ this.cmdBFChecker.Click += new System.EventHandler(this.cmdBFChecker_Click);
+ //
+ // cmdChecker
+ //
+ this.cmdChecker.Location = new System.Drawing.Point(249, 10);
+ this.cmdChecker.Name = "cmdChecker";
+ this.cmdChecker.Size = new System.Drawing.Size(70, 40);
+ this.cmdChecker.TabIndex = 167;
+ this.cmdChecker.Text = "涓嶈壇鍝佽川纭";
+ this.cmdChecker.UseVisualStyleBackColor = true;
+ this.cmdChecker.Click += new System.EventHandler(this.cmdChecker_Click);
+ //
// cmdXZ
//
this.cmdXZ.Location = new System.Drawing.Point(18, 10);
@@ -1330,50 +1376,6 @@
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(942, 500);
this.panel2.TabIndex = 117;
- //
- // cmdBFChecker
- //
- this.cmdBFChecker.Location = new System.Drawing.Point(172, 10);
- this.cmdBFChecker.Name = "cmdBFChecker";
- this.cmdBFChecker.Size = new System.Drawing.Size(70, 40);
- this.cmdBFChecker.TabIndex = 168;
- this.cmdBFChecker.Text = "鎶ュ簾鍝佽川纭";
- this.cmdBFChecker.UseVisualStyleBackColor = true;
- this.cmdBFChecker.Click += new System.EventHandler(this.cmdBFChecker_Click);
- //
- // cmdChecker
- //
- this.cmdChecker.Location = new System.Drawing.Point(249, 10);
- this.cmdChecker.Name = "cmdChecker";
- this.cmdChecker.Size = new System.Drawing.Size(70, 40);
- this.cmdChecker.TabIndex = 167;
- this.cmdChecker.Text = "涓嶈壇鍝佽川纭";
- this.cmdChecker.UseVisualStyleBackColor = true;
- this.cmdChecker.Click += new System.EventHandler(this.cmdChecker_Click);
- //
- // txtHBadCount
- //
- this.txtHBadCount.BackColor = System.Drawing.SystemColors.Window;
- this.txtHBadCount.Font = new System.Drawing.Font("瀹嬩綋", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtHBadCount.ForeColor = System.Drawing.Color.Green;
- this.txtHBadCount.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.txtHBadCount.Location = new System.Drawing.Point(440, 336);
- this.txtHBadCount.Name = "txtHBadCount";
- this.txtHBadCount.Size = new System.Drawing.Size(190, 28);
- this.txtHBadCount.TabIndex = 169;
- this.txtHBadCount.TabStop = false;
- this.txtHBadCount.Tag = "0";
- //
- // label34
- //
- this.label34.AutoSize = true;
- this.label34.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label34.ForeColor = System.Drawing.Color.Yellow;
- this.label34.Location = new System.Drawing.Point(328, 340);
- this.label34.Name = "label34";
- this.label34.Size = new System.Drawing.Size(106, 21);
- this.label34.TabIndex = 168;
- this.label34.Text = "涓嶈壇鍝佹暟閲忥細";
//
// MES_StationEntrustOutBill
//
--
Gitblit v1.9.1