namespace UAS_MES_NEW.Packing { partial class Packing_CartonSplit { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.lock_outbox = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.pa_currentqty = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.pa_prodcode = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.packtype = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.count = new System.Windows.Forms.Label(); this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom(); this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox(); this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox(); this.SuspendLayout(); // // 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.Location = new System.Drawing.Point(26, 19); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(42, 21); this.label1.TabIndex = 0; this.label1.Text = "箱号"; // // lock_outbox // this.lock_outbox.AutoSize = true; this.lock_outbox.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lock_outbox.Location = new System.Drawing.Point(249, 19); this.lock_outbox.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.lock_outbox.Name = "lock_outbox"; this.lock_outbox.Size = new System.Drawing.Size(61, 25); this.lock_outbox.TabIndex = 2; this.lock_outbox.Text = "锁定"; this.lock_outbox.UseVisualStyleBackColor = true; this.lock_outbox.CheckedChanged += new System.EventHandler(this.lock_outbox_CheckedChanged); // // 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.Location = new System.Drawing.Point(446, 19); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(74, 21); this.label2.TabIndex = 3; this.label2.Text = "箱内数量"; // // pa_currentqty // this.pa_currentqty.AutoSize = true; this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F); this.pa_currentqty.Location = new System.Drawing.Point(535, 19); this.pa_currentqty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.pa_currentqty.Name = "pa_currentqty"; this.pa_currentqty.Size = new System.Drawing.Size(0, 21); this.pa_currentqty.TabIndex = 4; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 12F); this.label4.Location = new System.Drawing.Point(26, 77); this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(74, 21); this.label4.TabIndex = 5; this.label4.Text = "产品编号"; // // pa_prodcode // this.pa_prodcode.AutoSize = true; this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F); this.pa_prodcode.Location = new System.Drawing.Point(106, 77); this.pa_prodcode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.pa_prodcode.Name = "pa_prodcode"; this.pa_prodcode.Size = new System.Drawing.Size(0, 21); this.pa_prodcode.TabIndex = 6; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 12F); this.label6.Location = new System.Drawing.Point(446, 77); this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(81, 21); this.label6.TabIndex = 7; this.label6.Text = "工单/合同"; // // packtype // this.packtype.AutoSize = true; this.packtype.Font = new System.Drawing.Font("微软雅黑", 12F); this.packtype.Location = new System.Drawing.Point(535, 77); this.packtype.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.packtype.Name = "packtype"; this.packtype.Size = new System.Drawing.Size(0, 21); this.packtype.TabIndex = 8; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("微软雅黑", 12F); this.label8.Location = new System.Drawing.Point(26, 320); this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(58, 21); this.label8.TabIndex = 9; this.label8.Text = "序列号"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.Location = new System.Drawing.Point(369, 320); this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(37, 20); this.label9.TabIndex = 10; this.label9.Text = "计数"; // // count // this.count.AutoSize = true; this.count.Font = new System.Drawing.Font("微软雅黑", 10F); this.count.Location = new System.Drawing.Point(407, 320); this.count.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.count.Name = "count"; this.count.Size = new System.Drawing.Size(17, 20); this.count.TabIndex = 12; this.count.Text = "0"; // // OperateResult // this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OperateResult.Location = new System.Drawing.Point(21, 136); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(611, 165); this.OperateResult.TabIndex = 196; this.OperateResult.Text = ""; // // sncode // this.sncode.AllPower = null; this.sncode.BackColor = System.Drawing.Color.White; this.sncode.ID = null; this.sncode.Location = new System.Drawing.Point(85, 320); this.sncode.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.sncode.Name = "sncode"; this.sncode.Power = null; this.sncode.Size = new System.Drawing.Size(132, 21); this.sncode.Str = null; this.sncode.Str1 = null; this.sncode.Str2 = null; this.sncode.TabIndex = 11; this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown); // // pa_outboxcode // this.pa_outboxcode.AllPower = null; this.pa_outboxcode.BackColor = System.Drawing.Color.White; this.pa_outboxcode.ID = null; this.pa_outboxcode.Location = new System.Drawing.Point(106, 21); this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.pa_outboxcode.Name = "pa_outboxcode"; this.pa_outboxcode.Power = null; this.pa_outboxcode.Size = new System.Drawing.Size(132, 21); this.pa_outboxcode.Str = null; this.pa_outboxcode.Str1 = null; this.pa_outboxcode.Str2 = null; this.pa_outboxcode.TabIndex = 1; this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_outboxcode_KeyDown); this.pa_outboxcode.Leave += new System.EventHandler(this.pa_outboxcode_Leave); // // Packing_CartonSplit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(655, 357); this.Controls.Add(this.OperateResult); this.Controls.Add(this.count); this.Controls.Add(this.sncode); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.packtype); this.Controls.Add(this.label6); this.Controls.Add(this.pa_prodcode); this.Controls.Add(this.label4); this.Controls.Add(this.pa_currentqty); this.Controls.Add(this.label2); this.Controls.Add(this.lock_outbox); this.Controls.Add(this.pa_outboxcode); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.Name = "Packing_CartonSplit"; this.Tag = "Packing!CartonSplit"; this.Text = "Packing_CartonSplit"; this.Load += new System.EventHandler(this.Packing_CartonSplit_Load); this.SizeChanged += new System.EventHandler(this.Packing_CartonSplit_SizeChanged); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode; private System.Windows.Forms.CheckBox lock_outbox; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label pa_currentqty; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label pa_prodcode; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label packtype; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private CustomControl.TextBoxWithIcon.SnCollectionBox sncode; private System.Windows.Forms.Label count; private CustomControl.RichText.RichTextAutoBottom OperateResult; } }