namespace UAS_LabelMachine { partial class 生成条码 { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(生成条码)); this.pi_inoutno_label = new System.Windows.Forms.Label(); this.pi_class_label = new System.Windows.Forms.Label(); this.pi_class = new System.Windows.Forms.Label(); this.pr_kind_label = new System.Windows.Forms.Label(); this.pr_kind = new System.Windows.Forms.ComboBox(); this.MidCapacity_label = new System.Windows.Forms.Label(); this.ResetSerialNum = new UAS_LabelMachine.CustomControl.NormalButton(); this.SetMidCapacity = new UAS_LabelMachine.CustomControl.NormalButton(); this.ChooseAll = new UAS_LabelMachine.CustomControl.ChooseAllButton(); this.GenerateBarCode = new UAS_LabelMachine.CustomControl.NormalButton(); this.Screen = new UAS_LabelMachine.CustomControl.NormalButton(); this.ProdIoInfDGV = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum(); this.pi_inoutno = new UAS_LabelMachine.CustomControl.EnterTextBox(); this.MidCapacity = new UAS_LabelMachine.CustomControl.EnterTextBox(); this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.pd_orderdetno = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pd_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pr_id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pd_ordercode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pd_pocode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pr_madein = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pr_brand = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pr_unit = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pd_totalqty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pd_qty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pr_zxbzs = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mid_qty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mid_num = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mid_remain = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.ProdIoInfDGV)).BeginInit(); this.SuspendLayout(); // // pi_inoutno_label // this.pi_inoutno_label.AutoSize = true; this.pi_inoutno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pi_inoutno_label.Location = new System.Drawing.Point(25, 29); this.pi_inoutno_label.Name = "pi_inoutno_label"; this.pi_inoutno_label.Size = new System.Drawing.Size(90, 21); this.pi_inoutno_label.TabIndex = 148; this.pi_inoutno_label.Text = "出入库单号"; // // pi_class_label // this.pi_class_label.AutoSize = true; this.pi_class_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pi_class_label.Location = new System.Drawing.Point(266, 29); this.pi_class_label.Name = "pi_class_label"; this.pi_class_label.Size = new System.Drawing.Size(74, 21); this.pi_class_label.TabIndex = 150; this.pi_class_label.Text = "单据类型"; // // pi_class // this.pi_class.AutoSize = true; this.pi_class.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pi_class.Location = new System.Drawing.Point(355, 29); this.pi_class.Name = "pi_class"; this.pi_class.Size = new System.Drawing.Size(0, 21); this.pi_class.TabIndex = 152; // // pr_kind_label // this.pr_kind_label.AutoSize = true; this.pr_kind_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pr_kind_label.Location = new System.Drawing.Point(476, 29); this.pr_kind_label.Name = "pr_kind_label"; this.pr_kind_label.Size = new System.Drawing.Size(74, 21); this.pr_kind_label.TabIndex = 156; this.pr_kind_label.Text = "物料类型"; // // pr_kind // this.pr_kind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.pr_kind.FormattingEnabled = true; this.pr_kind.Items.AddRange(new object[] { "单件管控", "批管控", "全部"}); this.pr_kind.Location = new System.Drawing.Point(563, 30); this.pr_kind.Name = "pr_kind"; this.pr_kind.Size = new System.Drawing.Size(121, 20); this.pr_kind.TabIndex = 157; // // MidCapacity_label // this.MidCapacity_label.AutoSize = true; this.MidCapacity_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.MidCapacity_label.Location = new System.Drawing.Point(703, 29); this.MidCapacity_label.Name = "MidCapacity_label"; this.MidCapacity_label.Size = new System.Drawing.Size(74, 21); this.MidCapacity_label.TabIndex = 158; this.MidCapacity_label.Text = "中盘容量"; // // ResetSerialNum // this.ResetSerialNum.Image = ((System.Drawing.Image)(resources.GetObject("ResetSerialNum.Image"))); this.ResetSerialNum.Location = new System.Drawing.Point(661, 78); this.ResetSerialNum.Name = "ResetSerialNum"; this.ResetSerialNum.Size = new System.Drawing.Size(64, 24); this.ResetSerialNum.TabIndex = 161; this.ResetSerialNum.Text = "流水重置"; this.ResetSerialNum.UseVisualStyleBackColor = true; this.ResetSerialNum.Click += new System.EventHandler(this.ResetSerialNum_Click); // // SetMidCapacity // this.SetMidCapacity.Image = ((System.Drawing.Image)(resources.GetObject("SetMidCapacity.Image"))); this.SetMidCapacity.Location = new System.Drawing.Point(911, 28); this.SetMidCapacity.Name = "SetMidCapacity"; this.SetMidCapacity.Size = new System.Drawing.Size(50, 23); this.SetMidCapacity.TabIndex = 160; this.SetMidCapacity.Text = "刷新"; this.SetMidCapacity.UseVisualStyleBackColor = true; this.SetMidCapacity.Click += new System.EventHandler(this.SetMidCapacity_Click); // // ChooseAll // this.ChooseAll.Location = new System.Drawing.Point(1, 102); this.ChooseAll.Name = "ChooseAll"; this.ChooseAll.Size = new System.Drawing.Size(46, 23); this.ChooseAll.TabIndex = 155; this.ChooseAll.Text = "全选"; this.ChooseAll.UseVisualStyleBackColor = true; // // GenerateBarCode // this.GenerateBarCode.Image = ((System.Drawing.Image)(resources.GetObject("GenerateBarCode.Image"))); this.GenerateBarCode.Location = new System.Drawing.Point(574, 78); this.GenerateBarCode.Name = "GenerateBarCode"; this.GenerateBarCode.Size = new System.Drawing.Size(64, 24); this.GenerateBarCode.TabIndex = 154; this.GenerateBarCode.Text = "生成条码"; this.GenerateBarCode.UseVisualStyleBackColor = true; this.GenerateBarCode.Click += new System.EventHandler(this.GenerateBarCode_Click); // // Screen // this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image"))); this.Screen.Location = new System.Drawing.Point(486, 78); this.Screen.Name = "Screen"; this.Screen.Size = new System.Drawing.Size(64, 24); this.Screen.TabIndex = 153; this.Screen.Text = "筛选"; this.Screen.UseVisualStyleBackColor = true; this.Screen.Click += new System.EventHandler(this.Screen_Click); // // ProdIoInfDGV // this.ProdIoInfDGV.AllowUserToAddRows = false; this.ProdIoInfDGV.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ProdIoInfDGV.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight; this.ProdIoInfDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.ProdIoInfDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Choose, this.pd_orderdetno, this.pd_pdno, this.pr_id, this.pd_id, this.pd_prodcode, this.pr_detail, this.pd_ordercode, this.pr_spec, this.pd_pocode, this.pr_madein, this.pr_brand, this.pr_unit, this.pd_totalqty, this.pd_qty, this.pr_zxbzs, this.mid_qty, this.mid_num, this.mid_remain}); this.ProdIoInfDGV.GridColor = System.Drawing.SystemColors.ButtonFace; this.ProdIoInfDGV.Location = new System.Drawing.Point(0, 125); this.ProdIoInfDGV.Name = "ProdIoInfDGV"; this.ProdIoInfDGV.RowTemplate.Height = 23; this.ProdIoInfDGV.Size = new System.Drawing.Size(1200, 427); this.ProdIoInfDGV.TabIndex = 151; this.ProdIoInfDGV.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.ProdIoInfDGV_CellEndEdit); this.ProdIoInfDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.ProdIoInfDGV_CellPainting); // // pi_inoutno // this.pi_inoutno.ID = null; this.pi_inoutno.Location = new System.Drawing.Point(128, 29); this.pi_inoutno.Name = "pi_inoutno"; this.pi_inoutno.Size = new System.Drawing.Size(121, 21); this.pi_inoutno.Str = null; this.pi_inoutno.Str1 = null; this.pi_inoutno.Str2 = null; this.pi_inoutno.TabIndex = 149; this.pi_inoutno.Tag = "cu_name"; this.pi_inoutno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bi_inoutno_KeyDown); // // MidCapacity // this.MidCapacity.ID = null; this.MidCapacity.Location = new System.Drawing.Point(783, 30); this.MidCapacity.Name = "MidCapacity"; this.MidCapacity.Size = new System.Drawing.Size(121, 21); this.MidCapacity.Str = null; this.MidCapacity.Str1 = null; this.MidCapacity.Str2 = null; this.MidCapacity.TabIndex = 162; this.MidCapacity.Tag = "cu_name"; // // Choose // this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.Choose.HeaderText = "勾选"; this.Choose.Name = "Choose"; this.Choose.Width = 60; // // pd_orderdetno // this.pd_orderdetno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.pd_orderdetno.DataPropertyName = "pd_orderdetno"; this.pd_orderdetno.HeaderText = "订单序号"; this.pd_orderdetno.Name = "pd_orderdetno"; this.pd_orderdetno.Width = 78; // // pd_pdno // this.pd_pdno.DataPropertyName = "pd_pdno"; this.pd_pdno.HeaderText = "pd_pdno"; this.pd_pdno.Name = "pd_pdno"; this.pd_pdno.Visible = false; // // pr_id // this.pr_id.DataPropertyName = "pr_id"; this.pr_id.HeaderText = "pr_id"; this.pr_id.Name = "pr_id"; this.pr_id.Visible = false; // // pd_id // this.pd_id.DataPropertyName = "pd_id"; this.pd_id.HeaderText = "pd_id"; this.pd_id.Name = "pd_id"; this.pd_id.Visible = false; // // pd_prodcode // this.pd_prodcode.DataPropertyName = "pd_prodcode"; this.pd_prodcode.HeaderText = "物料编号"; this.pd_prodcode.Name = "pd_prodcode"; this.pd_prodcode.ReadOnly = true; // // pr_detail // this.pr_detail.DataPropertyName = "pr_detail"; this.pr_detail.HeaderText = "物料名称"; this.pr_detail.Name = "pr_detail"; this.pr_detail.ReadOnly = true; // // pd_ordercode // this.pd_ordercode.DataPropertyName = "pd_ordercode"; this.pd_ordercode.HeaderText = "订单编号"; this.pd_ordercode.Name = "pd_ordercode"; // // pr_spec // this.pr_spec.DataPropertyName = "pr_spec"; this.pr_spec.HeaderText = "规格描述"; this.pr_spec.Name = "pr_spec"; this.pr_spec.ReadOnly = true; // // pd_pocode // this.pd_pocode.DataPropertyName = "pd_pocode"; this.pd_pocode.HeaderText = "客户PO"; this.pd_pocode.Name = "pd_pocode"; // // pr_madein // this.pr_madein.DataPropertyName = "pr_madein"; this.pr_madein.HeaderText = "产地"; this.pr_madein.Name = "pr_madein"; // // pr_brand // this.pr_brand.DataPropertyName = "pr_brand"; this.pr_brand.HeaderText = "品牌"; this.pr_brand.Name = "pr_brand"; this.pr_brand.ReadOnly = true; this.pr_brand.Width = 80; // // pr_unit // this.pr_unit.DataPropertyName = "pr_unit"; this.pr_unit.HeaderText = "单位"; this.pr_unit.Name = "pr_unit"; this.pr_unit.ReadOnly = true; this.pr_unit.Width = 80; // // pd_totalqty // this.pd_totalqty.DataPropertyName = "pd_totalqty"; this.pd_totalqty.HeaderText = "总数"; this.pd_totalqty.Name = "pd_totalqty"; this.pd_totalqty.ReadOnly = true; this.pd_totalqty.Width = 80; // // pd_qty // this.pd_qty.DataPropertyName = "pd_qty"; this.pd_qty.HeaderText = "本次数量"; this.pd_qty.Name = "pd_qty"; // // pr_zxbzs // this.pr_zxbzs.DataPropertyName = "pr_zxbzs"; this.pr_zxbzs.HeaderText = "单盘数量"; this.pr_zxbzs.Name = "pr_zxbzs"; // // mid_qty // this.mid_qty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.mid_qty.HeaderText = "中盒容量(盘)"; this.mid_qty.Name = "mid_qty"; this.mid_qty.Width = 140; // // mid_num // this.mid_num.HeaderText = "中盒盘数"; this.mid_num.Name = "mid_num"; this.mid_num.ReadOnly = true; // // mid_remain // this.mid_remain.HeaderText = "中盒尾数"; this.mid_remain.Name = "mid_remain"; this.mid_remain.ReadOnly = true; // // 生成条码 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1201, 554); this.Controls.Add(this.MidCapacity); this.Controls.Add(this.ResetSerialNum); this.Controls.Add(this.SetMidCapacity); this.Controls.Add(this.MidCapacity_label); this.Controls.Add(this.pr_kind); this.Controls.Add(this.pr_kind_label); this.Controls.Add(this.ChooseAll); this.Controls.Add(this.GenerateBarCode); this.Controls.Add(this.Screen); this.Controls.Add(this.pi_class); this.Controls.Add(this.ProdIoInfDGV); this.Controls.Add(this.pi_class_label); this.Controls.Add(this.pi_inoutno); this.Controls.Add(this.pi_inoutno_label); this.Name = "生成条码"; this.Text = "生成条码"; this.Load += new System.EventHandler(this.生成条码_Load); this.SizeChanged += new System.EventHandler(this.生成条码_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.ProdIoInfDGV)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CustomControl.EnterTextBox pi_inoutno; private System.Windows.Forms.Label pi_inoutno_label; private System.Windows.Forms.Label pi_class_label; private CustomControl.DataGridViewWithSerialNum ProdIoInfDGV; private System.Windows.Forms.Label pi_class; private CustomControl.NormalButton Screen; private CustomControl.NormalButton GenerateBarCode; private CustomControl.ChooseAllButton ChooseAll; private System.Windows.Forms.Label pr_kind_label; private System.Windows.Forms.ComboBox pr_kind; private System.Windows.Forms.Label MidCapacity_label; private CustomControl.NormalButton SetMidCapacity; private CustomControl.NormalButton ResetSerialNum; private CustomControl.EnterTextBox MidCapacity; private System.Windows.Forms.DataGridViewCheckBoxColumn Choose; private System.Windows.Forms.DataGridViewTextBoxColumn pd_orderdetno; private System.Windows.Forms.DataGridViewTextBoxColumn pd_pdno; private System.Windows.Forms.DataGridViewTextBoxColumn pr_id; private System.Windows.Forms.DataGridViewTextBoxColumn pd_id; private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode; private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail; private System.Windows.Forms.DataGridViewTextBoxColumn pd_ordercode; private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec; private System.Windows.Forms.DataGridViewTextBoxColumn pd_pocode; private System.Windows.Forms.DataGridViewTextBoxColumn pr_madein; private System.Windows.Forms.DataGridViewTextBoxColumn pr_brand; private System.Windows.Forms.DataGridViewTextBoxColumn pr_unit; private System.Windows.Forms.DataGridViewTextBoxColumn pd_totalqty; private System.Windows.Forms.DataGridViewTextBoxColumn pd_qty; private System.Windows.Forms.DataGridViewTextBoxColumn pr_zxbzs; private System.Windows.Forms.DataGridViewTextBoxColumn mid_qty; private System.Windows.Forms.DataGridViewTextBoxColumn mid_num; private System.Windows.Forms.DataGridViewTextBoxColumn mid_remain; } }