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_KeHuJiShouKuWei = 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.tb_SalverCount = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.button3 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.tb_FilePath = new System.Windows.Forms.TextBox(); this.btn_SelectFile = new System.Windows.Forms.Button(); this.button2 = 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.tb_Yitter = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // tb_KeHuJiShouKuWei // this.tb_KeHuJiShouKuWei.Location = new System.Drawing.Point(116, 227); this.tb_KeHuJiShouKuWei.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tb_KeHuJiShouKuWei.Name = "tb_KeHuJiShouKuWei"; this.tb_KeHuJiShouKuWei.Size = new System.Drawing.Size(297, 21); this.tb_KeHuJiShouKuWei.TabIndex = 77; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(8, 230); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(113, 12); this.label3.TabIndex = 76; this.label3.Text = "客户寄售的库位号:"; // // tb_OrderNo // this.tb_OrderNo.Location = new System.Drawing.Point(182, 186); this.tb_OrderNo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tb_OrderNo.Name = "tb_OrderNo"; this.tb_OrderNo.Size = new System.Drawing.Size(297, 21); this.tb_OrderNo.TabIndex = 75; // // tb_ // this.tb_.AutoSize = true; this.tb_.Location = new System.Drawing.Point(114, 188); this.tb_.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.tb_.Name = "tb_"; this.tb_.Size = new System.Drawing.Size(53, 12); this.tb_.TabIndex = 74; this.tb_.Text = "订货号:"; // // tb_SerialNumber // this.tb_SerialNumber.Location = new System.Drawing.Point(182, 153); this.tb_SerialNumber.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tb_SerialNumber.Name = "tb_SerialNumber"; this.tb_SerialNumber.Size = new System.Drawing.Size(297, 21); this.tb_SerialNumber.TabIndex = 73; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(114, 155); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 72; this.label2.Text = "序列号:"; // // tb_Log // this.tb_Log.Location = new System.Drawing.Point(17, 312); 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(410, 171); this.tb_Log.TabIndex = 71; // // cmbItemType // this.cmbItemType.FormattingEnabled = true; this.cmbItemType.Location = new System.Drawing.Point(182, 41); this.cmbItemType.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.cmbItemType.Name = "cmbItemType"; this.cmbItemType.Size = new System.Drawing.Size(297, 20); this.cmbItemType.TabIndex = 70; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(114, 41); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); 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(682, 482); this.btn_close.Name = "btn_close"; this.btn_close.Size = new System.Drawing.Size(173, 62); this.btn_close.TabIndex = 68; this.btn_close.Text = "关闭"; this.btn_close.UseVisualStyleBackColor = false; // // tb_PlaceNo // this.tb_PlaceNo.Location = new System.Drawing.Point(182, 76); this.tb_PlaceNo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tb_PlaceNo.Name = "tb_PlaceNo"; this.tb_PlaceNo.Size = new System.Drawing.Size(297, 21); this.tb_PlaceNo.TabIndex = 67; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(5, 84); this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(179, 12); this.label6.TabIndex = 66; this.label6.Text = "库位号(立体库位或者rgv站点):"; // // tb_SalverCount // this.tb_SalverCount.Location = new System.Drawing.Point(182, 117); this.tb_SalverCount.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tb_SalverCount.Name = "tb_SalverCount"; this.tb_SalverCount.Size = new System.Drawing.Size(297, 21); this.tb_SalverCount.TabIndex = 63; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(114, 119); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 62; this.label1.Text = "托盘数量:"; // // button3 // this.button3.BackColor = System.Drawing.Color.Yellow; this.button3.Location = new System.Drawing.Point(490, 9); this.button3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(284, 62); this.button3.TabIndex = 81; this.button3.Text = "测试打印"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // button1 // this.button1.BackColor = System.Drawing.Color.Yellow; this.button1.Location = new System.Drawing.Point(490, 84); this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(284, 62); this.button1.TabIndex = 82; this.button1.Text = "零件归还管理增加"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // tb_FilePath // this.tb_FilePath.Enabled = false; this.tb_FilePath.Location = new System.Drawing.Point(76, 260); this.tb_FilePath.Name = "tb_FilePath"; this.tb_FilePath.Size = new System.Drawing.Size(310, 21); this.tb_FilePath.TabIndex = 83; // // btn_SelectFile // this.btn_SelectFile.Location = new System.Drawing.Point(402, 251); this.btn_SelectFile.Name = "btn_SelectFile"; this.btn_SelectFile.Size = new System.Drawing.Size(99, 34); this.btn_SelectFile.TabIndex = 84; this.btn_SelectFile.Text = "选择文件"; this.btn_SelectFile.UseVisualStyleBackColor = true; this.btn_SelectFile.Click += new System.EventHandler(this.btn_SelectFile_Click); // // button2 // this.button2.Location = new System.Drawing.Point(536, 251); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(136, 34); this.button2.TabIndex = 85; this.button2.Text = "批量导入客户寄售区库存"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click_1); // // button4 // this.button4.BackColor = System.Drawing.Color.Yellow; this.button4.Location = new System.Drawing.Point(490, 155); this.button4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(284, 62); this.button4.TabIndex = 86; this.button4.Text = "采购单明细中没有行号的赋值为有值"; this.button4.UseVisualStyleBackColor = false; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.Location = new System.Drawing.Point(536, 303); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(136, 34); this.button5.TabIndex = 87; this.button5.Text = "批量更新容器的栅格数(生产库用)"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button6 // this.button6.Location = new System.Drawing.Point(433, 368); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(136, 34); this.button6.TabIndex = 88; this.button6.Text = "生成唯一ID"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // tb_Yitter // this.tb_Yitter.Location = new System.Drawing.Point(595, 377); this.tb_Yitter.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tb_Yitter.Name = "tb_Yitter"; this.tb_Yitter.Size = new System.Drawing.Size(248, 21); this.tb_Yitter.TabIndex = 89; // // TestBatchForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(864, 556); this.Controls.Add(this.tb_Yitter); this.Controls.Add(this.button6); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button2); this.Controls.Add(this.btn_SelectFile); this.Controls.Add(this.tb_FilePath); this.Controls.Add(this.button1); this.Controls.Add(this.button3); this.Controls.Add(this.tb_KeHuJiShouKuWei); 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.tb_SalverCount); this.Controls.Add(this.label1); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); 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_KeHuJiShouKuWei; 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.TextBox tb_SalverCount; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox tb_FilePath; private System.Windows.Forms.Button btn_SelectFile; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.TextBox tb_Yitter; } }