namespace WarM { partial class Sc_ICMOToBarCode { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Sc_ICMOToBarCode)); this.Tool = new System.Windows.Forms.ToolStrip(); this.tc = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); this.mrlk = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.bclk = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); this.grdMain = new System.Windows.Forms.DataGridView(); this.label1 = new System.Windows.Forms.Label(); this.txtHICMOBillNo = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtHSourceID = new System.Windows.Forms.TextBox(); this.cmdHSourceID = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.txtHEmpID = new System.Windows.Forms.TextBox(); this.cmdHEmpID = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.txtHMaterID = new System.Windows.Forms.TextBox(); this.cmdHMaterID = new System.Windows.Forms.Button(); this.gbUp = new System.Windows.Forms.GroupBox(); this.label6 = new System.Windows.Forms.Label(); this.dtpHBeginDate = new System.Windows.Forms.DateTimePicker(); this.dtpHEndDate = new System.Windows.Forms.DateTimePicker(); this.label5 = new System.Windows.Forms.Label(); this.cmdHSaveBill = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.txtHMiniQty = new System.Windows.Forms.TextBox(); this.标准装箱 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.Tool.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); this.gbUp.SuspendLayout(); this.SuspendLayout(); // // Tool // this.Tool.AutoSize = false; this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage"))); this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22); this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tc, this.toolStripSeparator3, this.toolStripSeparator9, this.mrlk, this.toolStripSeparator7, this.bclk, this.toolStripSeparator8}); this.Tool.Location = new System.Drawing.Point(0, 0); this.Tool.Name = "Tool"; this.Tool.Padding = new System.Windows.Forms.Padding(0); this.Tool.Size = new System.Drawing.Size(1172, 50); this.Tool.Stretch = true; this.Tool.TabIndex = 16; this.Tool.Text = "toolStrip1"; // // tc // this.tc.AutoSize = false; this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image"))); this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tc.ImageTransparentColor = System.Drawing.Color.White; this.tc.Name = "tc"; this.tc.Size = new System.Drawing.Size(36, 47); this.tc.Text = "退出"; this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tc.Click += new System.EventHandler(this.tc_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50); // // toolStripSeparator9 // this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator9.Name = "toolStripSeparator9"; this.toolStripSeparator9.Size = new System.Drawing.Size(6, 50); // // mrlk // this.mrlk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.mrlk.Image = ((System.Drawing.Image)(resources.GetObject("mrlk.Image"))); this.mrlk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mrlk.ImageTransparentColor = System.Drawing.Color.White; this.mrlk.Name = "mrlk"; this.mrlk.Size = new System.Drawing.Size(60, 47); this.mrlk.Text = "默认列宽"; this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.mrlk.Click += new System.EventHandler(this.mrlk_Click); // // toolStripSeparator7 // this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50); // // bclk // this.bclk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.bclk.Image = ((System.Drawing.Image)(resources.GetObject("bclk.Image"))); this.bclk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.bclk.ImageTransparentColor = System.Drawing.Color.White; this.bclk.Name = "bclk"; this.bclk.Size = new System.Drawing.Size(60, 47); this.bclk.Text = "保存列宽"; this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.bclk.Click += new System.EventHandler(this.bclk_Click); // // toolStripSeparator8 // this.toolStripSeparator8.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator8.Name = "toolStripSeparator8"; this.toolStripSeparator8.Size = new System.Drawing.Size(6, 50); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer2 // this.timer2.Enabled = true; this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // grdMain // this.grdMain.AllowUserToAddRows = false; this.grdMain.AllowUserToDeleteRows = false; this.grdMain.BackgroundColor = System.Drawing.SystemColors.ControlLightLight; this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdMain.Location = new System.Drawing.Point(12, 201); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowTemplate.Height = 23; this.grdMain.Size = new System.Drawing.Size(866, 231); this.grdMain.TabIndex = 19; this.grdMain.Paint += new System.Windows.Forms.PaintEventHandler(this.grdMain_Paint); this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DblClick); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.Black; this.label1.Location = new System.Drawing.Point(19, 35); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 16); this.label1.TabIndex = 46; this.label1.Text = "生产订单号"; // // txtHICMOBillNo // this.txtHICMOBillNo.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHICMOBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHICMOBillNo.Location = new System.Drawing.Point(112, 29); this.txtHICMOBillNo.Name = "txtHICMOBillNo"; this.txtHICMOBillNo.ReadOnly = true; this.txtHICMOBillNo.Size = new System.Drawing.Size(166, 30); this.txtHICMOBillNo.TabIndex = 47; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.Black; this.label2.Location = new System.Drawing.Point(312, 34); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(40, 16); this.label2.TabIndex = 49; this.label2.Text = "机台"; // // txtHSourceID // this.txtHSourceID.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHSourceID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHSourceID.Location = new System.Drawing.Point(364, 28); this.txtHSourceID.Name = "txtHSourceID"; this.txtHSourceID.ReadOnly = true; this.txtHSourceID.Size = new System.Drawing.Size(166, 30); this.txtHSourceID.TabIndex = 50; // // cmdHSourceID // this.cmdHSourceID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHSourceID.Image"))); this.cmdHSourceID.Location = new System.Drawing.Point(527, 27); this.cmdHSourceID.Name = "cmdHSourceID"; this.cmdHSourceID.Size = new System.Drawing.Size(32, 32); this.cmdHSourceID.TabIndex = 51; this.cmdHSourceID.UseVisualStyleBackColor = true; this.cmdHSourceID.Visible = false; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.Color.Black; this.label3.Location = new System.Drawing.Point(599, 34); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(40, 16); this.label3.TabIndex = 52; this.label3.Text = "职员"; // // txtHEmpID // this.txtHEmpID.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHEmpID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHEmpID.Location = new System.Drawing.Point(651, 28); this.txtHEmpID.Name = "txtHEmpID"; this.txtHEmpID.ReadOnly = true; this.txtHEmpID.Size = new System.Drawing.Size(166, 30); this.txtHEmpID.TabIndex = 53; // // cmdHEmpID // this.cmdHEmpID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID.Image"))); this.cmdHEmpID.Location = new System.Drawing.Point(814, 27); this.cmdHEmpID.Name = "cmdHEmpID"; this.cmdHEmpID.Size = new System.Drawing.Size(32, 32); this.cmdHEmpID.TabIndex = 54; this.cmdHEmpID.UseVisualStyleBackColor = true; this.cmdHEmpID.Visible = false; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.ForeColor = System.Drawing.Color.Black; this.label4.Location = new System.Drawing.Point(875, 34); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(40, 16); this.label4.TabIndex = 55; this.label4.Text = "物料"; // // txtHMaterID // this.txtHMaterID.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHMaterID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHMaterID.Location = new System.Drawing.Point(927, 28); this.txtHMaterID.Name = "txtHMaterID"; this.txtHMaterID.ReadOnly = true; this.txtHMaterID.Size = new System.Drawing.Size(166, 30); this.txtHMaterID.TabIndex = 56; // // cmdHMaterID // this.cmdHMaterID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHMaterID.Image"))); this.cmdHMaterID.Location = new System.Drawing.Point(1090, 27); this.cmdHMaterID.Name = "cmdHMaterID"; this.cmdHMaterID.Size = new System.Drawing.Size(32, 32); this.cmdHMaterID.TabIndex = 57; this.cmdHMaterID.UseVisualStyleBackColor = true; this.cmdHMaterID.Visible = false; // // gbUp // this.gbUp.BackColor = System.Drawing.Color.Transparent; this.gbUp.Controls.Add(this.cmdHSaveBill); this.gbUp.Controls.Add(this.dtpHEndDate); this.gbUp.Controls.Add(this.label5); this.gbUp.Controls.Add(this.dtpHBeginDate); this.gbUp.Controls.Add(this.label6); this.gbUp.Controls.Add(this.label4); this.gbUp.Controls.Add(this.txtHICMOBillNo); this.gbUp.Controls.Add(this.txtHMaterID); this.gbUp.Controls.Add(this.label1); this.gbUp.Controls.Add(this.cmdHMaterID); this.gbUp.Controls.Add(this.cmdHSourceID); this.gbUp.Controls.Add(this.label3); this.gbUp.Controls.Add(this.txtHSourceID); this.gbUp.Controls.Add(this.txtHEmpID); this.gbUp.Controls.Add(this.label2); this.gbUp.Controls.Add(this.cmdHEmpID); this.gbUp.Location = new System.Drawing.Point(12, 69); this.gbUp.Name = "gbUp"; this.gbUp.Size = new System.Drawing.Size(1148, 126); this.gbUp.TabIndex = 58; this.gbUp.TabStop = false; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.ForeColor = System.Drawing.Color.Black; this.label6.Location = new System.Drawing.Point(33, 85); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(72, 16); this.label6.TabIndex = 99; this.label6.Text = "开始日期"; // // dtpHBeginDate // this.dtpHBeginDate.Enabled = false; this.dtpHBeginDate.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpHBeginDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpHBeginDate.Location = new System.Drawing.Point(112, 77); this.dtpHBeginDate.Margin = new System.Windows.Forms.Padding(2); this.dtpHBeginDate.Name = "dtpHBeginDate"; this.dtpHBeginDate.Size = new System.Drawing.Size(213, 30); this.dtpHBeginDate.TabIndex = 100; // // dtpHEndDate // this.dtpHEndDate.Enabled = false; this.dtpHEndDate.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpHEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpHEndDate.Location = new System.Drawing.Point(478, 75); this.dtpHEndDate.Margin = new System.Windows.Forms.Padding(2); this.dtpHEndDate.Name = "dtpHEndDate"; this.dtpHEndDate.Size = new System.Drawing.Size(213, 30); this.dtpHEndDate.TabIndex = 102; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.ForeColor = System.Drawing.Color.Black; this.label5.Location = new System.Drawing.Point(399, 83); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(72, 16); this.label5.TabIndex = 101; this.label5.Text = "结束日期"; // // cmdHSaveBill // this.cmdHSaveBill.BackColor = System.Drawing.Color.White; this.cmdHSaveBill.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmdHSaveBill.Location = new System.Drawing.Point(776, 66); this.cmdHSaveBill.Margin = new System.Windows.Forms.Padding(2); this.cmdHSaveBill.Name = "cmdHSaveBill"; this.cmdHSaveBill.Size = new System.Drawing.Size(112, 50); this.cmdHSaveBill.TabIndex = 137; this.cmdHSaveBill.Text = "查询"; this.cmdHSaveBill.UseVisualStyleBackColor = false; this.cmdHSaveBill.Click += new System.EventHandler(this.cmdHSaveBill_Click); // // button4 // this.button4.BackColor = System.Drawing.Color.White; this.button4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button4.Location = new System.Drawing.Point(899, 214); this.button4.Margin = new System.Windows.Forms.Padding(2); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(112, 50); this.button4.TabIndex = 138; this.button4.Text = "生成条码"; this.button4.UseVisualStyleBackColor = false; // // button5 // this.button5.BackColor = System.Drawing.Color.White; this.button5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button5.Location = new System.Drawing.Point(1037, 214); this.button5.Margin = new System.Windows.Forms.Padding(2); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(112, 50); this.button5.TabIndex = 139; this.button5.Text = "预览"; this.button5.UseVisualStyleBackColor = false; // // button6 // this.button6.BackColor = System.Drawing.Color.White; this.button6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button6.Location = new System.Drawing.Point(1037, 292); this.button6.Margin = new System.Windows.Forms.Padding(2); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(112, 50); this.button6.TabIndex = 140; this.button6.Text = "打印"; this.button6.UseVisualStyleBackColor = false; // // txtHMiniQty // this.txtHMiniQty.Location = new System.Drawing.Point(899, 297); this.txtHMiniQty.Multiline = true; this.txtHMiniQty.Name = "txtHMiniQty"; this.txtHMiniQty.Size = new System.Drawing.Size(112, 42); this.txtHMiniQty.TabIndex = 141; // // 标准装箱 // this.标准装箱.AutoSize = true; this.标准装箱.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.标准装箱.Location = new System.Drawing.Point(895, 266); this.标准装箱.Name = "标准装箱"; this.标准装箱.Size = new System.Drawing.Size(120, 27); this.标准装箱.TabIndex = 142; this.标准装箱.Text = "标准装箱"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(878, 350); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(174, 27); this.label7.TabIndex = 144; this.label7.Text = "本次生成数量"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(902, 381); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(112, 42); this.textBox1.TabIndex = 143; // // Sc_ICMOToBarCode // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ActiveCaption; this.ClientSize = new System.Drawing.Size(1172, 599); this.Controls.Add(this.label7); this.Controls.Add(this.textBox1); this.Controls.Add(this.标准装箱); this.Controls.Add(this.txtHMiniQty); this.Controls.Add(this.button6); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.gbUp); this.Controls.Add(this.grdMain); this.Controls.Add(this.Tool); this.Name = "Sc_ICMOToBarCode"; this.Text = "快速生成条码"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Sc_ICMOToBarCode_Load); this.Tool.ResumeLayout(false); this.Tool.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); this.gbUp.ResumeLayout(false); this.gbUp.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip Tool; private System.Windows.Forms.ToolStripButton tc; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; public System.Windows.Forms.Timer timer1; private System.Windows.Forms.Timer timer2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private System.Windows.Forms.ToolStripButton mrlk; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.ToolStripButton bclk; private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; private System.Windows.Forms.DataGridView grdMain; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtHICMOBillNo; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtHSourceID; private System.Windows.Forms.Button cmdHSourceID; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtHEmpID; private System.Windows.Forms.Button cmdHEmpID; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtHMaterID; private System.Windows.Forms.Button cmdHMaterID; private System.Windows.Forms.GroupBox gbUp; private System.Windows.Forms.Button cmdHSaveBill; private System.Windows.Forms.DateTimePicker dtpHEndDate; private System.Windows.Forms.Label label5; private System.Windows.Forms.DateTimePicker dtpHBeginDate; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.TextBox txtHMiniQty; private System.Windows.Forms.Label 标准装箱; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox textBox1; } }