Form1.Designer.cs 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. namespace MaterialPrint
  2. {
  3. partial class Form1
  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.SuspendLayout();
  40. //
  41. // label4
  42. //
  43. this.label4.AutoSize = true;
  44. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.label4.Location = new System.Drawing.Point(846, 129);
  46. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  47. this.label4.Name = "label4";
  48. this.label4.Size = new System.Drawing.Size(114, 41);
  49. this.label4.TabIndex = 192;
  50. this.label4.Text = "打印机";
  51. //
  52. // label3
  53. //
  54. this.label3.AutoSize = true;
  55. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.label3.Location = new System.Drawing.Point(76, 393);
  57. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  58. this.label3.Name = "label3";
  59. this.label3.Size = new System.Drawing.Size(146, 41);
  60. this.label3.TabIndex = 191;
  61. this.label3.Text = "起始流水";
  62. //
  63. // label2
  64. //
  65. this.label2.AutoSize = true;
  66. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.label2.Location = new System.Drawing.Point(76, 212);
  68. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  69. this.label2.Name = "label2";
  70. this.label2.Size = new System.Drawing.Size(146, 41);
  71. this.label2.TabIndex = 190;
  72. this.label2.Text = "生产日期";
  73. //
  74. // label1
  75. //
  76. this.label1.AutoSize = true;
  77. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.label1.Location = new System.Drawing.Point(140, 303);
  79. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  80. this.label1.Name = "label1";
  81. this.label1.Size = new System.Drawing.Size(82, 41);
  82. this.label1.TabIndex = 189;
  83. this.label1.Text = "数量";
  84. //
  85. // Date
  86. //
  87. this.Date.Location = new System.Drawing.Point(254, 218);
  88. this.Date.Name = "Date";
  89. this.Date.Size = new System.Drawing.Size(488, 35);
  90. this.Date.TabIndex = 188;
  91. //
  92. // label5
  93. //
  94. this.label5.AutoSize = true;
  95. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.label5.Location = new System.Drawing.Point(140, 126);
  97. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  98. this.label5.Name = "label5";
  99. this.label5.Size = new System.Drawing.Size(82, 41);
  100. this.label5.TabIndex = 187;
  101. this.label5.Text = "前缀";
  102. //
  103. // Prefix
  104. //
  105. this.Prefix.Location = new System.Drawing.Point(254, 129);
  106. this.Prefix.Name = "Prefix";
  107. this.Prefix.Size = new System.Drawing.Size(488, 35);
  108. this.Prefix.TabIndex = 193;
  109. //
  110. // Num
  111. //
  112. this.Num.Location = new System.Drawing.Point(254, 309);
  113. this.Num.Name = "Num";
  114. this.Num.Size = new System.Drawing.Size(488, 35);
  115. this.Num.TabIndex = 194;
  116. //
  117. // Rn
  118. //
  119. this.Rn.Location = new System.Drawing.Point(254, 399);
  120. this.Rn.Name = "Rn";
  121. this.Rn.Size = new System.Drawing.Size(488, 35);
  122. this.Rn.TabIndex = 195;
  123. //
  124. // PrinterList
  125. //
  126. this.PrinterList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  127. this.PrinterList.FormattingEnabled = true;
  128. this.PrinterList.Location = new System.Drawing.Point(987, 138);
  129. this.PrinterList.Name = "PrinterList";
  130. this.PrinterList.Size = new System.Drawing.Size(372, 32);
  131. this.PrinterList.TabIndex = 196;
  132. //
  133. // Print
  134. //
  135. this.Print.Location = new System.Drawing.Point(653, 470);
  136. this.Print.Name = "Print";
  137. this.Print.Size = new System.Drawing.Size(168, 51);
  138. this.Print.TabIndex = 197;
  139. this.Print.Text = "打印";
  140. this.Print.UseVisualStyleBackColor = true;
  141. this.Print.Click += new System.EventHandler(this.Print_Click);
  142. //
  143. // Form1
  144. //
  145. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  146. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  147. this.ClientSize = new System.Drawing.Size(1487, 751);
  148. this.Controls.Add(this.Print);
  149. this.Controls.Add(this.PrinterList);
  150. this.Controls.Add(this.Rn);
  151. this.Controls.Add(this.Num);
  152. this.Controls.Add(this.Prefix);
  153. this.Controls.Add(this.label4);
  154. this.Controls.Add(this.label3);
  155. this.Controls.Add(this.label2);
  156. this.Controls.Add(this.label1);
  157. this.Controls.Add(this.Date);
  158. this.Controls.Add(this.label5);
  159. this.Name = "Form1";
  160. this.Text = "Form1";
  161. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
  162. this.Load += new System.EventHandler(this.Form1_Load);
  163. this.ResumeLayout(false);
  164. this.PerformLayout();
  165. }
  166. #endregion
  167. private System.Windows.Forms.Label label4;
  168. private System.Windows.Forms.Label label3;
  169. private System.Windows.Forms.Label label2;
  170. private System.Windows.Forms.Label label1;
  171. private System.Windows.Forms.DateTimePicker Date;
  172. private System.Windows.Forms.Label label5;
  173. private System.Windows.Forms.TextBox Prefix;
  174. private System.Windows.Forms.TextBox Num;
  175. private System.Windows.Forms.TextBox Rn;
  176. private System.Windows.Forms.ComboBox PrinterList;
  177. private System.Windows.Forms.Button Print;
  178. }
  179. }