namespace WMS.UI.WORK { partial class HandInStock { /// /// 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.comboBox_type = new System.Windows.Forms.ComboBox(); this.comboBox_emptyType = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textBox_materialCode = new System.Windows.Forms.TextBox(); this.textBox_serialNumber = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.serialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label4 = new System.Windows.Forms.Label(); this.button_cancel = new System.Windows.Forms.Button(); this.button_confirm = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.comboBox_station = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(38, 20); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(130, 25); this.label1.TabIndex = 0; this.label1.Text = "入库类型:"; // // comboBox_type // this.comboBox_type.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.comboBox_type.FormattingEnabled = true; this.comboBox_type.Items.AddRange(new object[] { "空托盘", "缸体", "缸盖"}); this.comboBox_type.Location = new System.Drawing.Point(203, 17); this.comboBox_type.Name = "comboBox_type"; this.comboBox_type.Size = new System.Drawing.Size(152, 31); this.comboBox_type.TabIndex = 1; this.comboBox_type.SelectedIndexChanged += new System.EventHandler(this.comboBox_type_SelectedIndexChanged); // // comboBox_emptyType // this.comboBox_emptyType.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.comboBox_emptyType.FormattingEnabled = true; this.comboBox_emptyType.Items.AddRange(new object[] { "缸体空托盘", "缸盖空托盘"}); this.comboBox_emptyType.Location = new System.Drawing.Point(203, 119); this.comboBox_emptyType.Name = "comboBox_emptyType"; this.comboBox_emptyType.Size = new System.Drawing.Size(152, 31); this.comboBox_emptyType.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(12, 122); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(156, 25); this.label2.TabIndex = 0; this.label2.Text = "空托盘类型:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(38, 218); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(130, 25); this.label3.TabIndex = 0; this.label3.Text = "物料编码:"; // // textBox_materialCode // this.textBox_materialCode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox_materialCode.Location = new System.Drawing.Point(203, 215); this.textBox_materialCode.Name = "textBox_materialCode"; this.textBox_materialCode.Size = new System.Drawing.Size(152, 30); this.textBox_materialCode.TabIndex = 2; // // textBox_serialNumber // this.textBox_serialNumber.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox_serialNumber.Location = new System.Drawing.Point(203, 266); this.textBox_serialNumber.Name = "textBox_serialNumber"; this.textBox_serialNumber.Size = new System.Drawing.Size(152, 30); this.textBox_serialNumber.TabIndex = 2; this.textBox_serialNumber.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_serialNumber_KeyDown); // // panel1 // this.panel1.Controls.Add(this.dataGridView1); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 381); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(404, 222); this.panel1.TabIndex = 4; // // dataGridView1 // this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.serialNumber}); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 27; this.dataGridView1.Size = new System.Drawing.Size(404, 222); this.dataGridView1.TabIndex = 0; this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint); // // serialNumber // this.serialNumber.HeaderText = "流水号"; this.serialNumber.Name = "serialNumber"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(12, 269); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(156, 25); this.label4.TabIndex = 0; this.label4.Text = "添加流水号:"; // // button_cancel // this.button_cancel.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button_cancel.ForeColor = System.Drawing.Color.Red; this.button_cancel.Location = new System.Drawing.Point(224, 316); this.button_cancel.Name = "button_cancel"; this.button_cancel.Size = new System.Drawing.Size(143, 48); this.button_cancel.TabIndex = 6; this.button_cancel.Text = "取消"; this.button_cancel.UseVisualStyleBackColor = true; this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click); // // button_confirm // this.button_confirm.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button_confirm.ForeColor = System.Drawing.Color.ForestGreen; this.button_confirm.Location = new System.Drawing.Point(25, 316); this.button_confirm.Name = "button_confirm"; this.button_confirm.Size = new System.Drawing.Size(143, 48); this.button_confirm.TabIndex = 7; this.button_confirm.Text = "确定"; this.button_confirm.UseVisualStyleBackColor = true; this.button_confirm.Click += new System.EventHandler(this.button_confirm_Click); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(38, 71); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(130, 25); this.label5.TabIndex = 0; this.label5.Text = "入库站点:"; // // comboBox_station // this.comboBox_station.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.comboBox_station.FormattingEnabled = true; this.comboBox_station.Items.AddRange(new object[] { "2-39-1", "1-39-1", "1-0-1", "2-0-1"}); this.comboBox_station.Location = new System.Drawing.Point(203, 68); this.comboBox_station.Name = "comboBox_station"; this.comboBox_station.Size = new System.Drawing.Size(152, 31); this.comboBox_station.TabIndex = 1; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(38, 172); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(104, 25); this.label6.TabIndex = 0; this.label6.Text = "托盘号:"; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox1.Location = new System.Drawing.Point(203, 169); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(152, 30); this.textBox1.TabIndex = 2; // // HandInStock // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(404, 603); this.Controls.Add(this.button_cancel); this.Controls.Add(this.button_confirm); this.Controls.Add(this.panel1); this.Controls.Add(this.textBox_serialNumber); this.Controls.Add(this.textBox1); this.Controls.Add(this.textBox_materialCode); this.Controls.Add(this.comboBox_station); this.Controls.Add(this.comboBox_emptyType); this.Controls.Add(this.comboBox_type); this.Controls.Add(this.label6); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label5); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "HandInStock"; this.Text = "手动入库"; this.Load += new System.EventHandler(this.HandInStock_Load); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBox_type; private System.Windows.Forms.ComboBox comboBox_emptyType; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox_materialCode; private System.Windows.Forms.TextBox textBox_serialNumber; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.DataGridViewTextBoxColumn serialNumber; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button button_cancel; private System.Windows.Forms.Button button_confirm; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox comboBox_station; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textBox1; } }