namespace XiGang_iWareTestForm.iWareTest.DialogForm { partial class TestBatchForm { /// /// 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.tb_SalverCode = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.tb_OrderNo = new System.Windows.Forms.TextBox(); this.tb_ = new System.Windows.Forms.Label(); this.tb_SerialNumber = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tb_Log = new System.Windows.Forms.TextBox(); this.cmbItemType = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.btn_close = new System.Windows.Forms.Button(); this.tb_PlaceNo = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.tb_SalverCount = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.button5 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // tb_SalverCode // this.tb_SalverCode.Location = new System.Drawing.Point(243, 274); this.tb_SalverCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tb_SalverCode.Name = "tb_SalverCode"; this.tb_SalverCode.Size = new System.Drawing.Size(395, 25); this.tb_SalverCode.TabIndex = 77; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(152, 277); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(67, 15); this.label3.TabIndex = 76; this.label3.Text = "托盘号:"; // // tb_OrderNo // this.tb_OrderNo.Location = new System.Drawing.Point(243, 232); this.tb_OrderNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tb_OrderNo.Name = "tb_OrderNo"; this.tb_OrderNo.Size = new System.Drawing.Size(395, 25); this.tb_OrderNo.TabIndex = 75; // // tb_ // this.tb_.AutoSize = true; this.tb_.Location = new System.Drawing.Point(152, 235); this.tb_.Name = "tb_"; this.tb_.Size = new System.Drawing.Size(67, 15); this.tb_.TabIndex = 74; this.tb_.Text = "订货号:"; // // tb_SerialNumber // this.tb_SerialNumber.Location = new System.Drawing.Point(243, 191); this.tb_SerialNumber.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tb_SerialNumber.Name = "tb_SerialNumber"; this.tb_SerialNumber.Size = new System.Drawing.Size(395, 25); this.tb_SerialNumber.TabIndex = 73; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(152, 194); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 15); this.label2.TabIndex = 72; this.label2.Text = "序列号:"; // // tb_Log // this.tb_Log.Location = new System.Drawing.Point(92, 373); this.tb_Log.Margin = new System.Windows.Forms.Padding(4); this.tb_Log.Multiline = true; this.tb_Log.Name = "tb_Log"; this.tb_Log.ReadOnly = true; this.tb_Log.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.tb_Log.Size = new System.Drawing.Size(546, 213); this.tb_Log.TabIndex = 71; // // cmbItemType // this.cmbItemType.FormattingEnabled = true; this.cmbItemType.Location = new System.Drawing.Point(243, 51); this.cmbItemType.Name = "cmbItemType"; this.cmbItemType.Size = new System.Drawing.Size(395, 23); this.cmbItemType.TabIndex = 70; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(152, 51); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(67, 15); this.label5.TabIndex = 69; this.label5.Text = "物料类型"; // // btn_close // this.btn_close.BackColor = System.Drawing.Color.LightCoral; this.btn_close.Location = new System.Drawing.Point(909, 602); this.btn_close.Margin = new System.Windows.Forms.Padding(4); this.btn_close.Name = "btn_close"; this.btn_close.Size = new System.Drawing.Size(231, 78); this.btn_close.TabIndex = 68; this.btn_close.Text = "关闭"; this.btn_close.UseVisualStyleBackColor = false; // // tb_PlaceNo // this.tb_PlaceNo.Location = new System.Drawing.Point(243, 95); this.tb_PlaceNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tb_PlaceNo.Name = "tb_PlaceNo"; this.tb_PlaceNo.Size = new System.Drawing.Size(395, 25); this.tb_PlaceNo.TabIndex = 67; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(7, 105); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(227, 15); this.label6.TabIndex = 66; this.label6.Text = "库位号(立体库位或者rgv站点):"; // // button2 // this.button2.BackColor = System.Drawing.Color.Red; this.button2.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.button2.Location = new System.Drawing.Point(647, 105); this.button2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(229, 78); this.button2.TabIndex = 65; this.button2.Text = "清空立库位置的库存"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.button1.Location = new System.Drawing.Point(647, 11); this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(229, 78); this.button1.TabIndex = 64; this.button1.Text = "新增库存"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // tb_SalverCount // this.tb_SalverCount.Location = new System.Drawing.Point(243, 146); this.tb_SalverCount.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tb_SalverCount.Name = "tb_SalverCount"; this.tb_SalverCount.Size = new System.Drawing.Size(395, 25); this.tb_SalverCount.TabIndex = 63; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(152, 149); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(82, 15); this.label1.TabIndex = 62; this.label1.Text = "托盘数量:"; // // button5 // this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.button5.Location = new System.Drawing.Point(652, 221); this.button5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(379, 78); this.button5.TabIndex = 80; this.button5.Text = "按照某个库位将发动机物料改为托盘"; this.button5.UseVisualStyleBackColor = false; this.button5.Click += new System.EventHandler(this.button5_Click); // // button3 // this.button3.BackColor = System.Drawing.Color.Yellow; this.button3.Location = new System.Drawing.Point(647, 333); this.button3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(379, 78); this.button3.TabIndex = 81; this.button3.Text = "批量将发动机物料改为托盘"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // TestBatchForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1152, 695); this.Controls.Add(this.button3); this.Controls.Add(this.button5); this.Controls.Add(this.tb_SalverCode); this.Controls.Add(this.label3); this.Controls.Add(this.tb_OrderNo); this.Controls.Add(this.tb_); this.Controls.Add(this.tb_SerialNumber); this.Controls.Add(this.label2); this.Controls.Add(this.tb_Log); this.Controls.Add(this.cmbItemType); this.Controls.Add(this.label5); this.Controls.Add(this.btn_close); this.Controls.Add(this.tb_PlaceNo); this.Controls.Add(this.label6); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.tb_SalverCount); this.Controls.Add(this.label1); this.Name = "TestBatchForm"; this.Text = "TestBatchForm"; this.Load += new System.EventHandler(this.TestBatchForm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox tb_SalverCode; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox tb_OrderNo; private System.Windows.Forms.Label tb_; private System.Windows.Forms.TextBox tb_SerialNumber; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tb_Log; private System.Windows.Forms.ComboBox cmbItemType; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button btn_close; private System.Windows.Forms.TextBox tb_PlaceNo; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox tb_SalverCount; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button3; } }