FrmBatchPrint.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. 
  2. namespace NXWMS.Forms.Base.ChildFrm
  3. {
  4. partial class FrmBatchPrint
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  30. this.ktb_SPalletCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  31. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  32. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  33. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  34. this.knud_EachPalletNum = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  35. this.knud_BatchPalletNum = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  36. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  37. this.btnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  38. this.btnConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  39. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
  40. this.kryptonPanel1.SuspendLayout();
  41. this.tableLayoutPanel1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // kryptonPanel1
  45. //
  46. this.kryptonPanel1.Controls.Add(this.tableLayoutPanel1);
  47. this.kryptonPanel1.Controls.Add(this.knud_BatchPalletNum);
  48. this.kryptonPanel1.Controls.Add(this.knud_EachPalletNum);
  49. this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
  50. this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
  51. this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
  52. this.kryptonPanel1.Controls.Add(this.ktb_SPalletCode);
  53. this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  54. this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
  55. this.kryptonPanel1.Name = "kryptonPanel1";
  56. this.kryptonPanel1.Size = new System.Drawing.Size(311, 199);
  57. this.kryptonPanel1.TabIndex = 0;
  58. //
  59. // ktb_SPalletCode
  60. //
  61. this.ktb_SPalletCode.Location = new System.Drawing.Point(126, 21);
  62. this.ktb_SPalletCode.Name = "ktb_SPalletCode";
  63. this.ktb_SPalletCode.Size = new System.Drawing.Size(165, 23);
  64. this.ktb_SPalletCode.TabIndex = 0;
  65. //
  66. // kryptonLabel1
  67. //
  68. this.kryptonLabel1.Location = new System.Drawing.Point(22, 22);
  69. this.kryptonLabel1.Name = "kryptonLabel1";
  70. this.kryptonLabel1.Size = new System.Drawing.Size(88, 20);
  71. this.kryptonLabel1.TabIndex = 1;
  72. this.kryptonLabel1.Values.Text = "起始托盘号:";
  73. //
  74. // kryptonLabel2
  75. //
  76. this.kryptonLabel2.Location = new System.Drawing.Point(22, 60);
  77. this.kryptonLabel2.Name = "kryptonLabel2";
  78. this.kryptonLabel2.Size = new System.Drawing.Size(101, 20);
  79. this.kryptonLabel2.TabIndex = 1;
  80. this.kryptonLabel2.Values.Text = "每份打印数量:";
  81. //
  82. // kryptonLabel3
  83. //
  84. this.kryptonLabel3.Location = new System.Drawing.Point(22, 101);
  85. this.kryptonLabel3.Name = "kryptonLabel3";
  86. this.kryptonLabel3.Size = new System.Drawing.Size(101, 20);
  87. this.kryptonLabel3.TabIndex = 1;
  88. this.kryptonLabel3.Values.Text = "批量打印数量:";
  89. //
  90. // knud_EachPalletNum
  91. //
  92. this.knud_EachPalletNum.Location = new System.Drawing.Point(127, 60);
  93. this.knud_EachPalletNum.Maximum = new decimal(new int[] {
  94. 4,
  95. 0,
  96. 0,
  97. 0});
  98. this.knud_EachPalletNum.Minimum = new decimal(new int[] {
  99. 1,
  100. 0,
  101. 0,
  102. 0});
  103. this.knud_EachPalletNum.Name = "knud_EachPalletNum";
  104. this.knud_EachPalletNum.Size = new System.Drawing.Size(164, 22);
  105. this.knud_EachPalletNum.TabIndex = 2;
  106. this.knud_EachPalletNum.Value = new decimal(new int[] {
  107. 2,
  108. 0,
  109. 0,
  110. 0});
  111. //
  112. // knud_BatchPalletNum
  113. //
  114. this.knud_BatchPalletNum.Location = new System.Drawing.Point(127, 100);
  115. this.knud_BatchPalletNum.Maximum = new decimal(new int[] {
  116. 1000,
  117. 0,
  118. 0,
  119. 0});
  120. this.knud_BatchPalletNum.Minimum = new decimal(new int[] {
  121. 1,
  122. 0,
  123. 0,
  124. 0});
  125. this.knud_BatchPalletNum.Name = "knud_BatchPalletNum";
  126. this.knud_BatchPalletNum.Size = new System.Drawing.Size(164, 22);
  127. this.knud_BatchPalletNum.TabIndex = 2;
  128. this.knud_BatchPalletNum.Value = new decimal(new int[] {
  129. 1,
  130. 0,
  131. 0,
  132. 0});
  133. //
  134. // tableLayoutPanel1
  135. //
  136. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  137. this.tableLayoutPanel1.ColumnCount = 2;
  138. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  139. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  140. this.tableLayoutPanel1.Controls.Add(this.btnCancel, 0, 0);
  141. this.tableLayoutPanel1.Controls.Add(this.btnConfirm, 0, 0);
  142. this.tableLayoutPanel1.Location = new System.Drawing.Point(83, 143);
  143. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  144. this.tableLayoutPanel1.RowCount = 1;
  145. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  146. this.tableLayoutPanel1.Size = new System.Drawing.Size(155, 37);
  147. this.tableLayoutPanel1.TabIndex = 7;
  148. //
  149. // btnCancel
  150. //
  151. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  152. | System.Windows.Forms.AnchorStyles.Left)
  153. | System.Windows.Forms.AnchorStyles.Right)));
  154. this.btnCancel.Location = new System.Drawing.Point(80, 3);
  155. this.btnCancel.Name = "btnCancel";
  156. this.btnCancel.Size = new System.Drawing.Size(72, 31);
  157. this.btnCancel.TabIndex = 2;
  158. this.btnCancel.Tag = "";
  159. this.btnCancel.Values.Image = global::NXWMS.Properties.Resources.取消;
  160. this.btnCancel.Values.Text = "取消";
  161. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  162. //
  163. // btnConfirm
  164. //
  165. this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  166. | System.Windows.Forms.AnchorStyles.Left)
  167. | System.Windows.Forms.AnchorStyles.Right)));
  168. this.btnConfirm.Location = new System.Drawing.Point(3, 3);
  169. this.btnConfirm.Name = "btnConfirm";
  170. this.btnConfirm.Size = new System.Drawing.Size(71, 31);
  171. this.btnConfirm.TabIndex = 1;
  172. this.btnConfirm.Tag = "";
  173. this.btnConfirm.Values.Image = global::NXWMS.Properties.Resources.确认;
  174. this.btnConfirm.Values.Text = "确认";
  175. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  176. //
  177. // FrmBatchPrint
  178. //
  179. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  180. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  181. this.ClientSize = new System.Drawing.Size(311, 199);
  182. this.Controls.Add(this.kryptonPanel1);
  183. this.MaximizeBox = false;
  184. this.MinimizeBox = false;
  185. this.Name = "FrmBatchPrint";
  186. this.ShowIcon = false;
  187. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  188. this.Text = "批量打印托盘条码";
  189. this.Load += new System.EventHandler(this.FrmBatchPrint_Load);
  190. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
  191. this.kryptonPanel1.ResumeLayout(false);
  192. this.kryptonPanel1.PerformLayout();
  193. this.tableLayoutPanel1.ResumeLayout(false);
  194. this.ResumeLayout(false);
  195. }
  196. #endregion
  197. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1;
  198. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  199. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_SPalletCode;
  200. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown knud_EachPalletNum;
  201. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  202. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  203. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown knud_BatchPalletNum;
  204. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  205. private ComponentFactory.Krypton.Toolkit.KryptonButton btnCancel;
  206. private ComponentFactory.Krypton.Toolkit.KryptonButton btnConfirm;
  207. }
  208. }