namespace WMS.UI.SynthesizeQuery { partial class FrmPangLuGongWei { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.lbl_materialCode = new System.Windows.Forms.Label(); this.lbl_materialName = new System.Windows.Forms.Label(); this.lbl_SourceStation = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.cmb_outStorePosition = new System.Windows.Forms.ComboBox(); this.label24 = new System.Windows.Forms.Label(); this.button_cancel = new System.Windows.Forms.Button(); this.button_confirm = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.lbl_materialCode); this.panel1.Controls.Add(this.lbl_materialName); this.panel1.Controls.Add(this.lbl_SourceStation); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.cmb_outStorePosition); this.panel1.Controls.Add(this.label24); this.panel1.Controls.Add(this.button_cancel); this.panel1.Controls.Add(this.button_confirm); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 35); this.panel1.Margin = new System.Windows.Forms.Padding(2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(358, 310); this.panel1.TabIndex = 3; // // lbl_materialCode // this.lbl_materialCode.AutoSize = true; this.lbl_materialCode.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbl_materialCode.Location = new System.Drawing.Point(57, 28); this.lbl_materialCode.Name = "lbl_materialCode"; this.lbl_materialCode.Size = new System.Drawing.Size(134, 27); this.lbl_materialCode.TabIndex = 41; this.lbl_materialCode.Text = "物料编号:"; // // lbl_materialName // this.lbl_materialName.AutoSize = true; this.lbl_materialName.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbl_materialName.Location = new System.Drawing.Point(57, 68); this.lbl_materialName.Name = "lbl_materialName"; this.lbl_materialName.Size = new System.Drawing.Size(134, 27); this.lbl_materialName.TabIndex = 40; this.lbl_materialName.Text = "物料名称:"; // // lbl_SourceStation // this.lbl_SourceStation.AutoSize = true; this.lbl_SourceStation.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbl_SourceStation.Location = new System.Drawing.Point(164, 112); this.lbl_SourceStation.Name = "lbl_SourceStation"; this.lbl_SourceStation.Size = new System.Drawing.Size(0, 27); this.lbl_SourceStation.TabIndex = 37; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(57, 112); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(134, 27); this.label1.TabIndex = 36; this.label1.Text = "来源库位:"; // // cmb_outStorePosition // this.cmb_outStorePosition.AutoCompleteCustomSource.AddRange(new string[] { "的"}); this.cmb_outStorePosition.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cmb_outStorePosition.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmb_outStorePosition.FormattingEnabled = true; this.cmb_outStorePosition.Location = new System.Drawing.Point(169, 158); this.cmb_outStorePosition.Name = "cmb_outStorePosition"; this.cmb_outStorePosition.Size = new System.Drawing.Size(104, 28); this.cmb_outStorePosition.TabIndex = 35; // // label24 // this.label24.AutoSize = true; this.label24.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label24.Location = new System.Drawing.Point(58, 161); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(107, 27); this.label24.TabIndex = 34; this.label24.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(179, 201); this.button_cancel.Margin = new System.Windows.Forms.Padding(2); this.button_cancel.Name = "button_cancel"; this.button_cancel.Size = new System.Drawing.Size(107, 44); 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(46, 201); this.button_confirm.Margin = new System.Windows.Forms.Padding(2); this.button_confirm.Name = "button_confirm"; this.button_confirm.Size = new System.Drawing.Size(107, 44); 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); // // FrmPangLuGongWei // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 27F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(358, 345); this.Controls.Add(this.panel1); this.Name = "FrmPangLuGongWei"; this.Text = "旁路工位下发任务"; this.Load += new System.EventHandler(this.FrmHandOutStore_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button_cancel; private System.Windows.Forms.Button button_confirm; private System.Windows.Forms.ComboBox cmb_outStorePosition; private System.Windows.Forms.Label label24; private System.Windows.Forms.Label lbl_SourceStation; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lbl_materialCode; private System.Windows.Forms.Label lbl_materialName; } }