namespace NXWMS.Forms.Base.ChildFrm { partial class FrmBatchPrint { /// /// 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.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.ktb_SPalletCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.knud_EachPalletNum = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown(); this.knud_BatchPalletNum = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.btnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.btnConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit(); this.kryptonPanel1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // kryptonPanel1 // this.kryptonPanel1.Controls.Add(this.tableLayoutPanel1); this.kryptonPanel1.Controls.Add(this.knud_BatchPalletNum); this.kryptonPanel1.Controls.Add(this.knud_EachPalletNum); this.kryptonPanel1.Controls.Add(this.kryptonLabel3); this.kryptonPanel1.Controls.Add(this.kryptonLabel2); this.kryptonPanel1.Controls.Add(this.kryptonLabel1); this.kryptonPanel1.Controls.Add(this.ktb_SPalletCode); this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonPanel1.Location = new System.Drawing.Point(0, 0); this.kryptonPanel1.Name = "kryptonPanel1"; this.kryptonPanel1.Size = new System.Drawing.Size(311, 199); this.kryptonPanel1.TabIndex = 0; // // ktb_SPalletCode // this.ktb_SPalletCode.Location = new System.Drawing.Point(126, 21); this.ktb_SPalletCode.Name = "ktb_SPalletCode"; this.ktb_SPalletCode.Size = new System.Drawing.Size(165, 23); this.ktb_SPalletCode.TabIndex = 0; // // kryptonLabel1 // this.kryptonLabel1.Location = new System.Drawing.Point(22, 22); this.kryptonLabel1.Name = "kryptonLabel1"; this.kryptonLabel1.Size = new System.Drawing.Size(88, 20); this.kryptonLabel1.TabIndex = 1; this.kryptonLabel1.Values.Text = "起始托盘号:"; // // kryptonLabel2 // this.kryptonLabel2.Location = new System.Drawing.Point(22, 60); this.kryptonLabel2.Name = "kryptonLabel2"; this.kryptonLabel2.Size = new System.Drawing.Size(101, 20); this.kryptonLabel2.TabIndex = 1; this.kryptonLabel2.Values.Text = "每份打印数量:"; // // kryptonLabel3 // this.kryptonLabel3.Location = new System.Drawing.Point(22, 101); this.kryptonLabel3.Name = "kryptonLabel3"; this.kryptonLabel3.Size = new System.Drawing.Size(101, 20); this.kryptonLabel3.TabIndex = 1; this.kryptonLabel3.Values.Text = "批量打印数量:"; // // knud_EachPalletNum // this.knud_EachPalletNum.Location = new System.Drawing.Point(127, 60); this.knud_EachPalletNum.Maximum = new decimal(new int[] { 4, 0, 0, 0}); this.knud_EachPalletNum.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.knud_EachPalletNum.Name = "knud_EachPalletNum"; this.knud_EachPalletNum.Size = new System.Drawing.Size(164, 22); this.knud_EachPalletNum.TabIndex = 2; this.knud_EachPalletNum.Value = new decimal(new int[] { 2, 0, 0, 0}); // // knud_BatchPalletNum // this.knud_BatchPalletNum.Location = new System.Drawing.Point(127, 100); this.knud_BatchPalletNum.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.knud_BatchPalletNum.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.knud_BatchPalletNum.Name = "knud_BatchPalletNum"; this.knud_BatchPalletNum.Size = new System.Drawing.Size(164, 22); this.knud_BatchPalletNum.TabIndex = 2; this.knud_BatchPalletNum.Value = new decimal(new int[] { 1, 0, 0, 0}); // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.btnCancel, 0, 0); this.tableLayoutPanel1.Controls.Add(this.btnConfirm, 0, 0); this.tableLayoutPanel1.Location = new System.Drawing.Point(83, 143); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(155, 37); this.tableLayoutPanel1.TabIndex = 7; // // btnCancel // this.btnCancel.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.btnCancel.Location = new System.Drawing.Point(80, 3); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(72, 31); this.btnCancel.TabIndex = 2; this.btnCancel.Tag = ""; this.btnCancel.Values.Image = global::NXWMS.Properties.Resources.取消; this.btnCancel.Values.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnConfirm // this.btnConfirm.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.btnConfirm.Location = new System.Drawing.Point(3, 3); this.btnConfirm.Name = "btnConfirm"; this.btnConfirm.Size = new System.Drawing.Size(71, 31); this.btnConfirm.TabIndex = 1; this.btnConfirm.Tag = ""; this.btnConfirm.Values.Image = global::NXWMS.Properties.Resources.确认; this.btnConfirm.Values.Text = "确认"; this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click); // // FrmBatchPrint // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(311, 199); this.Controls.Add(this.kryptonPanel1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmBatchPrint"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "批量打印托盘条码"; this.Load += new System.EventHandler(this.FrmBatchPrint_Load); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit(); this.kryptonPanel1.ResumeLayout(false); this.kryptonPanel1.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1; private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_SPalletCode; private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown knud_EachPalletNum; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2; private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown knud_BatchPalletNum; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private ComponentFactory.Krypton.Toolkit.KryptonButton btnCancel; private ComponentFactory.Krypton.Toolkit.KryptonButton btnConfirm; } }