Query_RFIDPrint.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_RFIDPrint
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_SpecialReport));
  29. this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  30. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  31. this.Prefix = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.Date = new System.Windows.Forms.DateTimePicker();
  34. this.Num = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.Rn = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  41. this.SuspendLayout();
  42. //
  43. // Export
  44. //
  45. this.Export.AllPower = null;
  46. this.Export.BackColor = System.Drawing.Color.Transparent;
  47. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  48. this.Export.Image = null;
  49. this.Export.IsShowBorder = true;
  50. this.Export.Location = new System.Drawing.Point(362, 506);
  51. this.Export.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  52. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  53. this.Export.Name = "Export";
  54. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  55. this.Export.Power = null;
  56. this.Export.Size = new System.Drawing.Size(150, 56);
  57. this.Export.TabIndex = 0;
  58. this.Export.Text = "打印";
  59. this.Export.UseVisualStyleBackColor = false;
  60. //
  61. // Prefix
  62. //
  63. this.Prefix.AllPower = null;
  64. this.Prefix.BackColor = System.Drawing.Color.White;
  65. this.Prefix.ID = null;
  66. this.Prefix.Location = new System.Drawing.Point(362, 85);
  67. this.Prefix.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  68. this.Prefix.Name = "Prefix";
  69. this.Prefix.Power = null;
  70. this.Prefix.Size = new System.Drawing.Size(278, 35);
  71. this.Prefix.Str = null;
  72. this.Prefix.Str1 = null;
  73. this.Prefix.Str2 = null;
  74. this.Prefix.TabIndex = 12;
  75. this.Prefix.TextChanged += new System.EventHandler(this.inoutno_TextChanged);
  76. //
  77. // label5
  78. //
  79. this.label5.AutoSize = true;
  80. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.label5.Location = new System.Drawing.Point(217, 79);
  82. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  83. this.label5.Name = "label5";
  84. this.label5.Size = new System.Drawing.Size(82, 41);
  85. this.label5.TabIndex = 11;
  86. this.label5.Text = "前缀";
  87. //
  88. // Date
  89. //
  90. this.Date.Location = new System.Drawing.Point(362, 190);
  91. this.Date.Name = "Date";
  92. this.Date.Size = new System.Drawing.Size(278, 35);
  93. this.Date.TabIndex = 13;
  94. //
  95. // Num
  96. //
  97. this.Num.AllPower = null;
  98. this.Num.BackColor = System.Drawing.Color.White;
  99. this.Num.ID = null;
  100. this.Num.Location = new System.Drawing.Point(362, 310);
  101. this.Num.Margin = new System.Windows.Forms.Padding(6);
  102. this.Num.Name = "Num";
  103. this.Num.Power = null;
  104. this.Num.Size = new System.Drawing.Size(278, 35);
  105. this.Num.Str = null;
  106. this.Num.Str1 = null;
  107. this.Num.Str2 = null;
  108. this.Num.TabIndex = 14;
  109. //
  110. // label1
  111. //
  112. this.label1.AutoSize = true;
  113. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.label1.Location = new System.Drawing.Point(217, 304);
  115. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  116. this.label1.Name = "label1";
  117. this.label1.Size = new System.Drawing.Size(82, 41);
  118. this.label1.TabIndex = 15;
  119. this.label1.Text = "数量";
  120. //
  121. // label2
  122. //
  123. this.label2.AutoSize = true;
  124. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.label2.Location = new System.Drawing.Point(217, 190);
  126. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  127. this.label2.Name = "label2";
  128. this.label2.Size = new System.Drawing.Size(82, 41);
  129. this.label2.TabIndex = 16;
  130. this.label2.Text = "日期";
  131. //
  132. // label3
  133. //
  134. this.label3.AutoSize = true;
  135. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.label3.Location = new System.Drawing.Point(217, 411);
  137. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  138. this.label3.Name = "label3";
  139. this.label3.Size = new System.Drawing.Size(82, 41);
  140. this.label3.TabIndex = 18;
  141. this.label3.Text = "流水";
  142. //
  143. // Rn
  144. //
  145. this.Rn.AllPower = null;
  146. this.Rn.BackColor = System.Drawing.Color.White;
  147. this.Rn.ID = null;
  148. this.Rn.Location = new System.Drawing.Point(362, 417);
  149. this.Rn.Margin = new System.Windows.Forms.Padding(6);
  150. this.Rn.Name = "Rn";
  151. this.Rn.Power = null;
  152. this.Rn.Size = new System.Drawing.Size(278, 35);
  153. this.Rn.Str = null;
  154. this.Rn.Str1 = null;
  155. this.Rn.Str2 = null;
  156. this.Rn.TabIndex = 17;
  157. this.Rn.Text = "1";
  158. //
  159. // label4
  160. //
  161. this.label4.AutoSize = true;
  162. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.label4.Location = new System.Drawing.Point(801, 85);
  164. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  165. this.label4.Name = "label4";
  166. this.label4.Size = new System.Drawing.Size(114, 41);
  167. this.label4.TabIndex = 186;
  168. this.label4.Text = "打印机";
  169. //
  170. // Printer
  171. //
  172. this.Printer.Location = new System.Drawing.Point(960, 85);
  173. this.Printer.Margin = new System.Windows.Forms.Padding(8);
  174. this.Printer.Name = "Printer";
  175. this.Printer.Size = new System.Drawing.Size(291, 50);
  176. this.Printer.TabIndex = 185;
  177. //
  178. // Query_SpecialReport
  179. //
  180. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  181. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  182. this.ClientSize = new System.Drawing.Size(1494, 1075);
  183. this.Controls.Add(this.label4);
  184. this.Controls.Add(this.Printer);
  185. this.Controls.Add(this.label3);
  186. this.Controls.Add(this.Rn);
  187. this.Controls.Add(this.label2);
  188. this.Controls.Add(this.label1);
  189. this.Controls.Add(this.Num);
  190. this.Controls.Add(this.Date);
  191. this.Controls.Add(this.Prefix);
  192. this.Controls.Add(this.label5);
  193. this.Controls.Add(this.Export);
  194. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  195. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  196. this.Name = "Query_SpecialReport";
  197. this.Tag = "Query!SpecialReport";
  198. this.Text = "Query_SpecialReport";
  199. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  200. this.ResumeLayout(true);
  201. this.PerformLayout();
  202. }
  203. #endregion
  204. private CustomControl.ButtonUtil.NormalButton Export;
  205. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  206. private CustomControl.TextBoxWithIcon.EnterTextBox Prefix;
  207. private System.Windows.Forms.Label label5;
  208. private System.Windows.Forms.DateTimePicker Date;
  209. private CustomControl.TextBoxWithIcon.EnterTextBox Num;
  210. private System.Windows.Forms.Label label1;
  211. private System.Windows.Forms.Label label2;
  212. private System.Windows.Forms.Label label3;
  213. private CustomControl.TextBoxWithIcon.EnterTextBox Rn;
  214. private System.Windows.Forms.Label label4;
  215. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  216. }
  217. }