雅琪诺MES智能条码管理系统
jingh
2021-03-10 aaf61dbf97e6d7faaa7568aa30ac23668cab6095
SCM/单据资料/Sc_ICMOReportToBarCode.designer.cs
@@ -159,6 +159,9 @@
            this.label12 = new System.Windows.Forms.Label();
            this.button4 = new System.Windows.Forms.Button();
            this.timer3 = new System.Windows.Forms.Timer(this.components);
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.txtHBadQty = new System.Windows.Forms.TextBox();
            this.label33 = new System.Windows.Forms.Label();
            this.Tool.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit();
@@ -184,6 +187,7 @@
            ((System.ComponentModel.ISupportInitialize)(this.grdSub)).BeginInit();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.tabPage5.SuspendLayout();
            this.SuspendLayout();
            // 
            // Tool
@@ -333,6 +337,7 @@
            // 
            this.tabControl3.Controls.Add(this.tabPage3);
            this.tabControl3.Controls.Add(this.tabPage4);
            this.tabControl3.Controls.Add(this.tabPage5);
            this.tabControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl3.Location = new System.Drawing.Point(4, 141);
            this.tabControl3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
@@ -1081,13 +1086,12 @@
            // 
            this.grdEmp.BackgroundColor = System.Drawing.Color.White;
            this.grdEmp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdEmp.Dock = System.Windows.Forms.DockStyle.Right;
            this.grdEmp.Location = new System.Drawing.Point(1264, 0);
            this.grdEmp.Location = new System.Drawing.Point(1241, 17);
            this.grdEmp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.grdEmp.Name = "grdEmp";
            this.grdEmp.RowHeadersWidth = 51;
            this.grdEmp.RowTemplate.Height = 27;
            this.grdEmp.Size = new System.Drawing.Size(83, 182);
            this.grdEmp.Size = new System.Drawing.Size(83, 35);
            this.grdEmp.TabIndex = 150;
            this.grdEmp.Visible = false;
            // 
@@ -1656,7 +1660,6 @@
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.btnBLBD);
            this.tabPage2.Controls.Add(this.grdSub);
            this.tabPage2.Controls.Add(this.groupBox3);
            this.tabPage2.Location = new System.Drawing.Point(4, 25);
@@ -1671,7 +1674,7 @@
            // btnBLBD
            // 
            this.btnBLBD.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnBLBD.Location = new System.Drawing.Point(1085, 58);
            this.btnBLBD.Location = new System.Drawing.Point(254, 18);
            this.btnBLBD.Margin = new System.Windows.Forms.Padding(4);
            this.btnBLBD.Name = "btnBLBD";
            this.btnBLBD.Size = new System.Drawing.Size(149, 66);
@@ -1702,6 +1705,7 @@
            // groupBox3
            // 
            this.groupBox3.BackColor = System.Drawing.Color.Lavender;
            this.groupBox3.Controls.Add(this.btnBLBD);
            this.groupBox3.Controls.Add(this.txtHReasonList);
            this.groupBox3.Controls.Add(this.pictureBox1);
            this.groupBox3.Controls.Add(this.btnBLHB);
@@ -1804,6 +1808,37 @@
            this.timer3.Interval = 300;
            this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
            // 
            // tabPage5
            //
            this.tabPage5.BackColor = System.Drawing.Color.Lavender;
            this.tabPage5.Controls.Add(this.txtHBadQty);
            this.tabPage5.Controls.Add(this.label33);
            this.tabPage5.Location = new System.Drawing.Point(4, 25);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Size = new System.Drawing.Size(1347, 182);
            this.tabPage5.TabIndex = 2;
            this.tabPage5.Text = "鍏朵粬淇℃伅";
            //
            // txtHBadQty
            //
            this.txtHBadQty.Font = new System.Drawing.Font("瀹嬩綋", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHBadQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHBadQty.Location = new System.Drawing.Point(148, 22);
            this.txtHBadQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHBadQty.Name = "txtHBadQty";
            this.txtHBadQty.Size = new System.Drawing.Size(137, 36);
            this.txtHBadQty.TabIndex = 115;
            //
            // label33
            //
            this.label33.AutoSize = true;
            this.label33.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label33.Location = new System.Drawing.Point(37, 22);
            this.label33.Name = "label33";
            this.label33.Size = new System.Drawing.Size(89, 20);
            this.label33.TabIndex = 114;
            this.label33.Text = "涓嶈壇绫虫暟";
            //
            // Sc_ICMOReportToBarCode
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
@@ -1855,6 +1890,8 @@
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.tabPage5.ResumeLayout(false);
            this.tabPage5.PerformLayout();
            this.ResumeLayout(false);
        }
@@ -1990,5 +2027,8 @@
        private System.Windows.Forms.Button cmdNext;
        private System.Windows.Forms.Label lblHCusModel;
        private System.Windows.Forms.TextBox txtHCusModel;
        private System.Windows.Forms.TabPage tabPage5;
        private System.Windows.Forms.Label label33;
        public System.Windows.Forms.TextBox txtHBadQty;
    }
}