namespace UAS_BARCODEIO { partial class 极测_出货清单打印 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.PrinterList = new System.Windows.Forms.ComboBox(); this.label9 = new System.Windows.Forms.Label(); this.ChooseAll = new System.Windows.Forms.Button(); this.BarcodeIO = new System.Windows.Forms.DataGridView(); this.CheckBox = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.spld_detno = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.spld_module = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.spld_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.spld_proddetail = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.spld_prodspec = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.spld_produnit = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.spld_baseqty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.spld_qty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.spld_thisqty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.spld_sndetno = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.spld_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.spld_wjqty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.spld_remark = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PrintBarCode = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.spl_code = new UAS_BARCODEIO.SearchTextBox(); ((System.ComponentModel.ISupportInitialize)(this.BarcodeIO)).BeginInit(); this.SuspendLayout(); // // PrinterList // this.PrinterList.FormattingEnabled = true; this.PrinterList.Location = new System.Drawing.Point(870, 41); this.PrinterList.Name = "PrinterList"; this.PrinterList.Size = new System.Drawing.Size(312, 32); this.PrinterList.TabIndex = 37; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.Location = new System.Drawing.Point(701, 35); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(162, 38); this.label9.TabIndex = 38; this.label9.Text = "打印机列表"; // // ChooseAll // this.ChooseAll.Location = new System.Drawing.Point(27, 96); this.ChooseAll.Name = "ChooseAll"; this.ChooseAll.Size = new System.Drawing.Size(86, 45); this.ChooseAll.TabIndex = 39; this.ChooseAll.Text = "全选"; this.ChooseAll.UseVisualStyleBackColor = true; this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click); // // BarcodeIO // this.BarcodeIO.AllowUserToAddRows = false; this.BarcodeIO.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.BarcodeIO.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.BarcodeIO.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CheckBox, this.spld_detno, this.spld_module, this.spld_prodcode, this.spld_proddetail, this.spld_prodspec, this.spld_produnit, this.spld_baseqty, this.spld_qty, this.spld_thisqty, this.spld_sndetno, this.spld_sncode, this.spld_wjqty, this.spld_remark}); this.BarcodeIO.Location = new System.Drawing.Point(27, 96); this.BarcodeIO.Name = "BarcodeIO"; this.BarcodeIO.RowHeadersWidth = 82; this.BarcodeIO.RowTemplate.Height = 23; this.BarcodeIO.Size = new System.Drawing.Size(2087, 1215); this.BarcodeIO.TabIndex = 35; // // CheckBox // this.CheckBox.DataPropertyName = "CheckBox"; this.CheckBox.HeaderText = "勾选"; this.CheckBox.MinimumWidth = 10; this.CheckBox.Name = "CheckBox"; this.CheckBox.Width = 200; // // spld_detno // this.spld_detno.DataPropertyName = "spld_detno"; this.spld_detno.HeaderText = "序号"; this.spld_detno.MinimumWidth = 10; this.spld_detno.Name = "spld_detno"; this.spld_detno.Width = 200; // // spld_module // this.spld_module.DataPropertyName = "spld_module"; this.spld_module.HeaderText = "所属模块"; this.spld_module.MinimumWidth = 10; this.spld_module.Name = "spld_module"; this.spld_module.Width = 200; // // spld_prodcode // this.spld_prodcode.DataPropertyName = "spld_prodcode"; this.spld_prodcode.HeaderText = "物料编号"; this.spld_prodcode.MinimumWidth = 10; this.spld_prodcode.Name = "spld_prodcode"; this.spld_prodcode.Width = 200; // // spld_proddetail // this.spld_proddetail.DataPropertyName = "spld_proddetail"; this.spld_proddetail.HeaderText = "物料名称"; this.spld_proddetail.MinimumWidth = 10; this.spld_proddetail.Name = "spld_proddetail"; this.spld_proddetail.Width = 200; // // spld_prodspec // this.spld_prodspec.DataPropertyName = "spld_prodspec"; this.spld_prodspec.HeaderText = "物料规格"; this.spld_prodspec.MinimumWidth = 10; this.spld_prodspec.Name = "spld_prodspec"; this.spld_prodspec.Width = 200; // // spld_produnit // this.spld_produnit.DataPropertyName = "spld_produnit"; this.spld_produnit.HeaderText = "单位"; this.spld_produnit.MinimumWidth = 10; this.spld_produnit.Name = "spld_produnit"; this.spld_produnit.Width = 200; // // spld_baseqty // this.spld_baseqty.DataPropertyName = "spld_baseqty"; this.spld_baseqty.HeaderText = "单位用量"; this.spld_baseqty.MinimumWidth = 10; this.spld_baseqty.Name = "spld_baseqty"; this.spld_baseqty.Width = 200; // // spld_qty // this.spld_qty.DataPropertyName = "spld_qty"; this.spld_qty.HeaderText = "订单用量"; this.spld_qty.MinimumWidth = 10; this.spld_qty.Name = "spld_qty"; this.spld_qty.Width = 200; // // spld_thisqty // this.spld_thisqty.DataPropertyName = "spld_thisqty"; this.spld_thisqty.HeaderText = "本次发料数量"; this.spld_thisqty.MinimumWidth = 10; this.spld_thisqty.Name = "spld_thisqty"; this.spld_thisqty.Width = 200; // // spld_sndetno // this.spld_sndetno.DataPropertyName = "spld_sndetno"; this.spld_sndetno.HeaderText = "出货通知序号"; this.spld_sndetno.MinimumWidth = 10; this.spld_sndetno.Name = "spld_sndetno"; this.spld_sndetno.Width = 200; // // spld_sncode // this.spld_sncode.DataPropertyName = "spld_sncode"; this.spld_sncode.HeaderText = "出货通知单号"; this.spld_sncode.MinimumWidth = 10; this.spld_sncode.Name = "spld_sncode"; this.spld_sncode.Width = 200; // // spld_wjqty // this.spld_wjqty.DataPropertyName = "spld_wjqty"; this.spld_wjqty.HeaderText = "未发数量"; this.spld_wjqty.MinimumWidth = 10; this.spld_wjqty.Name = "spld_wjqty"; this.spld_wjqty.Width = 200; // // spld_remark // this.spld_remark.DataPropertyName = "spld_remark"; this.spld_remark.HeaderText = "备注"; this.spld_remark.MinimumWidth = 10; this.spld_remark.Name = "spld_remark"; this.spld_remark.Width = 200; // // PrintBarCode // this.PrintBarCode.Location = new System.Drawing.Point(1234, 34); this.PrintBarCode.Name = "PrintBarCode"; this.PrintBarCode.Size = new System.Drawing.Size(169, 45); this.PrintBarCode.TabIndex = 36; this.PrintBarCode.Text = "打印条码"; this.PrintBarCode.UseVisualStyleBackColor = true; this.PrintBarCode.Click += new System.EventHandler(this.PrintBarCode_Click); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(37, 38); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(133, 38); this.label3.TabIndex = 40; this.label3.Text = "单据编号"; // // spl_code // this.spl_code.AllPower = null; this.spl_code.Caller = null; this.spl_code.Condition = null; this.spl_code.DBTitle = null; this.spl_code.FormName = null; this.spl_code.Location = new System.Drawing.Point(178, 38); this.spl_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.spl_code.Name = "spl_code"; this.spl_code.Power = null; this.spl_code.ReturnData = null; this.spl_code.SelectField = null; this.spl_code.SetValueField = null; this.spl_code.Size = new System.Drawing.Size(436, 35); this.spl_code.TabIndex = 41; this.spl_code.TableName = null; this.spl_code.TextBoxEnable = false; this.spl_code.UserControlTextChanged += new UAS_BARCODEIO.SearchTextBox.OnTextChange(this.spl_code_UserControlTextChanged); // // 极测_出货清单打印 // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(2136, 1338); this.Controls.Add(this.spl_code); this.Controls.Add(this.label3); this.Controls.Add(this.ChooseAll); this.Controls.Add(this.label9); this.Controls.Add(this.PrinterList); this.Controls.Add(this.PrintBarCode); this.Controls.Add(this.BarcodeIO); this.Margin = new System.Windows.Forms.Padding(6); this.Name = "极测_出货清单打印"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "入库条码打印"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.AutoSizeChanged += new System.EventHandler(this.入库条码规则解析_AutoSizeChanged); this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.BarcodeIO)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox PrinterList; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button ChooseAll; private System.Windows.Forms.DataGridView BarcodeIO; private System.Windows.Forms.Button PrintBarCode; private SearchTextBox spl_code; private System.Windows.Forms.Label label3; private System.Windows.Forms.DataGridViewCheckBoxColumn CheckBox; private System.Windows.Forms.DataGridViewTextBoxColumn spld_detno; private System.Windows.Forms.DataGridViewTextBoxColumn spld_module; private System.Windows.Forms.DataGridViewTextBoxColumn spld_prodcode; private System.Windows.Forms.DataGridViewTextBoxColumn spld_proddetail; private System.Windows.Forms.DataGridViewTextBoxColumn spld_prodspec; private System.Windows.Forms.DataGridViewTextBoxColumn spld_produnit; private System.Windows.Forms.DataGridViewTextBoxColumn spld_baseqty; private System.Windows.Forms.DataGridViewTextBoxColumn spld_qty; private System.Windows.Forms.DataGridViewTextBoxColumn spld_thisqty; private System.Windows.Forms.DataGridViewTextBoxColumn spld_sndetno; private System.Windows.Forms.DataGridViewTextBoxColumn spld_sncode; private System.Windows.Forms.DataGridViewTextBoxColumn spld_wjqty; private System.Windows.Forms.DataGridViewTextBoxColumn spld_remark; } }