Form2.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. namespace MaterialPrint
  2. {
  3. partial class Form2
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label4 = new System.Windows.Forms.Label();
  29. this.label3 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.Date = new System.Windows.Forms.DateTimePicker();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.Prefix = new System.Windows.Forms.TextBox();
  35. this.Num = new System.Windows.Forms.TextBox();
  36. this.Rn = new System.Windows.Forms.TextBox();
  37. this.PrinterList = new System.Windows.Forms.ComboBox();
  38. this.Print = new System.Windows.Forms.Button();
  39. this.label6 = new System.Windows.Forms.Label();
  40. this.OutBoxCode = new System.Windows.Forms.TextBox();
  41. this.label7 = new System.Windows.Forms.Label();
  42. this.OutBoxNum = new System.Windows.Forms.TextBox();
  43. this.InnerBoxNum = new System.Windows.Forms.TextBox();
  44. this.label8 = new System.Windows.Forms.Label();
  45. this.SuspendLayout();
  46. //
  47. // label4
  48. //
  49. this.label4.AutoSize = true;
  50. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.label4.Location = new System.Drawing.Point(853, 319);
  52. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  53. this.label4.Name = "label4";
  54. this.label4.Size = new System.Drawing.Size(114, 41);
  55. this.label4.TabIndex = 192;
  56. this.label4.Text = "打印机";
  57. //
  58. // label3
  59. //
  60. this.label3.AutoSize = true;
  61. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.label3.Location = new System.Drawing.Point(83, 583);
  63. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  64. this.label3.Name = "label3";
  65. this.label3.Size = new System.Drawing.Size(146, 41);
  66. this.label3.TabIndex = 191;
  67. this.label3.Text = "起始流水";
  68. //
  69. // label2
  70. //
  71. this.label2.AutoSize = true;
  72. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.label2.Location = new System.Drawing.Point(83, 402);
  74. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  75. this.label2.Name = "label2";
  76. this.label2.Size = new System.Drawing.Size(146, 41);
  77. this.label2.TabIndex = 190;
  78. this.label2.Text = "生产日期";
  79. //
  80. // label1
  81. //
  82. this.label1.AutoSize = true;
  83. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.label1.Location = new System.Drawing.Point(147, 493);
  85. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  86. this.label1.Name = "label1";
  87. this.label1.Size = new System.Drawing.Size(82, 41);
  88. this.label1.TabIndex = 189;
  89. this.label1.Text = "数量";
  90. //
  91. // Date
  92. //
  93. this.Date.Location = new System.Drawing.Point(261, 408);
  94. this.Date.Name = "Date";
  95. this.Date.Size = new System.Drawing.Size(488, 35);
  96. this.Date.TabIndex = 188;
  97. //
  98. // label5
  99. //
  100. this.label5.AutoSize = true;
  101. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.label5.Location = new System.Drawing.Point(147, 316);
  103. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  104. this.label5.Name = "label5";
  105. this.label5.Size = new System.Drawing.Size(82, 41);
  106. this.label5.TabIndex = 187;
  107. this.label5.Text = "前缀";
  108. //
  109. // Prefix
  110. //
  111. this.Prefix.Location = new System.Drawing.Point(261, 319);
  112. this.Prefix.Name = "Prefix";
  113. this.Prefix.Size = new System.Drawing.Size(488, 35);
  114. this.Prefix.TabIndex = 193;
  115. //
  116. // Num
  117. //
  118. this.Num.Enabled = false;
  119. this.Num.Location = new System.Drawing.Point(261, 499);
  120. this.Num.Name = "Num";
  121. this.Num.Size = new System.Drawing.Size(488, 35);
  122. this.Num.TabIndex = 194;
  123. //
  124. // Rn
  125. //
  126. this.Rn.Location = new System.Drawing.Point(261, 589);
  127. this.Rn.Name = "Rn";
  128. this.Rn.Size = new System.Drawing.Size(488, 35);
  129. this.Rn.TabIndex = 195;
  130. //
  131. // PrinterList
  132. //
  133. this.PrinterList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  134. this.PrinterList.FormattingEnabled = true;
  135. this.PrinterList.Location = new System.Drawing.Point(994, 328);
  136. this.PrinterList.Name = "PrinterList";
  137. this.PrinterList.Size = new System.Drawing.Size(372, 32);
  138. this.PrinterList.TabIndex = 196;
  139. //
  140. // Print
  141. //
  142. this.Print.Location = new System.Drawing.Point(660, 660);
  143. this.Print.Name = "Print";
  144. this.Print.Size = new System.Drawing.Size(168, 51);
  145. this.Print.TabIndex = 197;
  146. this.Print.Text = "打印";
  147. this.Print.UseVisualStyleBackColor = true;
  148. this.Print.Click += new System.EventHandler(this.Print_Click);
  149. //
  150. // label6
  151. //
  152. this.label6.AutoSize = true;
  153. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.label6.Location = new System.Drawing.Point(115, 46);
  155. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  156. this.label6.Name = "label6";
  157. this.label6.Size = new System.Drawing.Size(114, 41);
  158. this.label6.TabIndex = 198;
  159. this.label6.Text = "外箱号";
  160. //
  161. // OutBoxCode
  162. //
  163. this.OutBoxCode.Location = new System.Drawing.Point(261, 52);
  164. this.OutBoxCode.Name = "OutBoxCode";
  165. this.OutBoxCode.Size = new System.Drawing.Size(379, 35);
  166. this.OutBoxCode.TabIndex = 199;
  167. //
  168. // label7
  169. //
  170. this.label7.AutoSize = true;
  171. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.label7.Location = new System.Drawing.Point(91, 134);
  173. this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  174. this.label7.Name = "label7";
  175. this.label7.Size = new System.Drawing.Size(146, 41);
  176. this.label7.TabIndex = 200;
  177. this.label7.Text = "外箱数量";
  178. //
  179. // OutBoxNum
  180. //
  181. this.OutBoxNum.Location = new System.Drawing.Point(261, 140);
  182. this.OutBoxNum.Name = "OutBoxNum";
  183. this.OutBoxNum.Size = new System.Drawing.Size(379, 35);
  184. this.OutBoxNum.TabIndex = 201;
  185. //
  186. // InnerBoxNum
  187. //
  188. this.InnerBoxNum.Location = new System.Drawing.Point(261, 229);
  189. this.InnerBoxNum.Name = "InnerBoxNum";
  190. this.InnerBoxNum.Size = new System.Drawing.Size(379, 35);
  191. this.InnerBoxNum.TabIndex = 203;
  192. //
  193. // label8
  194. //
  195. this.label8.AutoSize = true;
  196. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.label8.Location = new System.Drawing.Point(91, 223);
  198. this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  199. this.label8.Name = "label8";
  200. this.label8.Size = new System.Drawing.Size(146, 41);
  201. this.label8.TabIndex = 202;
  202. this.label8.Text = "箱内数量";
  203. //
  204. // Form1
  205. //
  206. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  207. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  208. this.ClientSize = new System.Drawing.Size(1487, 751);
  209. this.Controls.Add(this.InnerBoxNum);
  210. this.Controls.Add(this.label8);
  211. this.Controls.Add(this.OutBoxNum);
  212. this.Controls.Add(this.label7);
  213. this.Controls.Add(this.OutBoxCode);
  214. this.Controls.Add(this.label6);
  215. this.Controls.Add(this.Print);
  216. this.Controls.Add(this.PrinterList);
  217. this.Controls.Add(this.Rn);
  218. this.Controls.Add(this.Num);
  219. this.Controls.Add(this.Prefix);
  220. this.Controls.Add(this.label4);
  221. this.Controls.Add(this.label3);
  222. this.Controls.Add(this.label2);
  223. this.Controls.Add(this.label1);
  224. this.Controls.Add(this.Date);
  225. this.Controls.Add(this.label5);
  226. this.Name = "Form1";
  227. this.Text = "Form1";
  228. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
  229. this.Load += new System.EventHandler(this.Form1_Load);
  230. this.ResumeLayout(false);
  231. this.PerformLayout();
  232. }
  233. #endregion
  234. private System.Windows.Forms.Label label4;
  235. private System.Windows.Forms.Label label3;
  236. private System.Windows.Forms.Label label2;
  237. private System.Windows.Forms.Label label1;
  238. private System.Windows.Forms.DateTimePicker Date;
  239. private System.Windows.Forms.Label label5;
  240. private System.Windows.Forms.TextBox Prefix;
  241. private System.Windows.Forms.TextBox Num;
  242. private System.Windows.Forms.TextBox Rn;
  243. private System.Windows.Forms.ComboBox PrinterList;
  244. private System.Windows.Forms.Button Print;
  245. private System.Windows.Forms.Label label6;
  246. private System.Windows.Forms.TextBox OutBoxCode;
  247. private System.Windows.Forms.Label label7;
  248. private System.Windows.Forms.TextBox OutBoxNum;
  249. private System.Windows.Forms.TextBox InnerBoxNum;
  250. private System.Windows.Forms.Label label8;
  251. }
  252. }