Query_SN.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_SN
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_SN));
  30. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.PrintNum = new System.Windows.Forms.NumericUpDown();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.label6 = new System.Windows.Forms.Label();
  38. this.pr_detail = new System.Windows.Forms.Label();
  39. this.label7 = new System.Windows.Forms.Label();
  40. this.lade = new System.Windows.Forms.Label();
  41. this.ma_qty = new System.Windows.Forms.Label();
  42. this.ma_printcount = new System.Windows.Forms.Label();
  43. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  44. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  45. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  46. this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  47. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  48. this.PrintFuseLabel = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  49. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // label5
  53. //
  54. this.label5.AutoSize = true;
  55. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.label5.Location = new System.Drawing.Point(120, 172);
  57. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  58. this.label5.Name = "label5";
  59. this.label5.Size = new System.Drawing.Size(146, 41);
  60. this.label5.TabIndex = 11;
  61. this.label5.Text = "产品代码";
  62. //
  63. // label1
  64. //
  65. this.label1.AutoSize = true;
  66. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.label1.Location = new System.Drawing.Point(120, 39);
  68. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  69. this.label1.Name = "label1";
  70. this.label1.Size = new System.Drawing.Size(146, 41);
  71. this.label1.TabIndex = 216;
  72. this.label1.Text = "工单编号";
  73. //
  74. // label2
  75. //
  76. this.label2.AutoSize = true;
  77. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.label2.Location = new System.Drawing.Point(152, 298);
  79. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  80. this.label2.Name = "label2";
  81. this.label2.Size = new System.Drawing.Size(114, 41);
  82. this.label2.TabIndex = 220;
  83. this.label2.Text = "打印机";
  84. //
  85. // label3
  86. //
  87. this.label3.AutoSize = true;
  88. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.label3.Location = new System.Drawing.Point(184, 369);
  90. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  91. this.label3.Name = "label3";
  92. this.label3.Size = new System.Drawing.Size(82, 41);
  93. this.label3.TabIndex = 219;
  94. this.label3.Text = "标签";
  95. //
  96. // PrintNum
  97. //
  98. this.PrintNum.Location = new System.Drawing.Point(305, 460);
  99. this.PrintNum.Name = "PrintNum";
  100. this.PrintNum.Size = new System.Drawing.Size(120, 35);
  101. this.PrintNum.TabIndex = 222;
  102. //
  103. // label4
  104. //
  105. this.label4.AutoSize = true;
  106. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.label4.Location = new System.Drawing.Point(120, 454);
  108. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  109. this.label4.Name = "label4";
  110. this.label4.Size = new System.Drawing.Size(146, 41);
  111. this.label4.TabIndex = 223;
  112. this.label4.Text = "打印数量";
  113. //
  114. // label6
  115. //
  116. this.label6.AutoSize = true;
  117. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.label6.Location = new System.Drawing.Point(120, 237);
  119. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  120. this.label6.Name = "label6";
  121. this.label6.Size = new System.Drawing.Size(146, 41);
  122. this.label6.TabIndex = 226;
  123. this.label6.Text = "产品名称";
  124. //
  125. // pr_detail
  126. //
  127. this.pr_detail.AutoSize = true;
  128. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.pr_detail.Location = new System.Drawing.Point(298, 237);
  130. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  131. this.pr_detail.Name = "pr_detail";
  132. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  133. this.pr_detail.TabIndex = 227;
  134. //
  135. // label7
  136. //
  137. this.label7.AutoSize = true;
  138. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.label7.Location = new System.Drawing.Point(120, 105);
  140. this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  141. this.label7.Name = "label7";
  142. this.label7.Size = new System.Drawing.Size(146, 41);
  143. this.label7.TabIndex = 228;
  144. this.label7.Text = "工单数量";
  145. //
  146. // lade
  147. //
  148. this.lade.AutoSize = true;
  149. this.lade.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.lade.Location = new System.Drawing.Point(441, 105);
  151. this.lade.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  152. this.lade.Name = "lade";
  153. this.lade.Size = new System.Drawing.Size(146, 41);
  154. this.lade.TabIndex = 229;
  155. this.lade.Text = "已打印数";
  156. //
  157. // ma_qty
  158. //
  159. this.ma_qty.AutoSize = true;
  160. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.ma_qty.Location = new System.Drawing.Point(298, 105);
  162. this.ma_qty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  163. this.ma_qty.Name = "ma_qty";
  164. this.ma_qty.Size = new System.Drawing.Size(0, 41);
  165. this.ma_qty.TabIndex = 230;
  166. //
  167. // ma_printcount
  168. //
  169. this.ma_printcount.AutoSize = true;
  170. this.ma_printcount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.ma_printcount.Location = new System.Drawing.Point(599, 105);
  172. this.ma_printcount.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  173. this.ma_printcount.Name = "ma_printcount";
  174. this.ma_printcount.Size = new System.Drawing.Size(0, 41);
  175. this.ma_printcount.TabIndex = 231;
  176. //
  177. // pr_code
  178. //
  179. this.pr_code.AllPower = null;
  180. this.pr_code.BackColor = System.Drawing.Color.White;
  181. this.pr_code.ID = null;
  182. this.pr_code.Location = new System.Drawing.Point(305, 181);
  183. this.pr_code.Name = "pr_code";
  184. this.pr_code.Power = null;
  185. this.pr_code.Size = new System.Drawing.Size(388, 35);
  186. this.pr_code.Str = null;
  187. this.pr_code.Str1 = null;
  188. this.pr_code.Str2 = null;
  189. this.pr_code.TabIndex = 225;
  190. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  191. //
  192. // OperateResult
  193. //
  194. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.OperateResult.Location = new System.Drawing.Point(785, 39);
  196. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  197. this.OperateResult.Name = "OperateResult";
  198. this.OperateResult.Size = new System.Drawing.Size(666, 986);
  199. this.OperateResult.TabIndex = 224;
  200. this.OperateResult.Text = "";
  201. //
  202. // PrintLabel
  203. //
  204. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  205. this.PrintLabel.FormattingEnabled = true;
  206. this.PrintLabel.Location = new System.Drawing.Point(305, 375);
  207. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  208. this.PrintLabel.Name = "PrintLabel";
  209. this.PrintLabel.Size = new System.Drawing.Size(388, 32);
  210. this.PrintLabel.TabIndex = 221;
  211. //
  212. // PrinterList
  213. //
  214. this.PrinterList.Location = new System.Drawing.Point(305, 304);
  215. this.PrinterList.Margin = new System.Windows.Forms.Padding(8);
  216. this.PrinterList.Name = "PrinterList";
  217. this.PrinterList.Size = new System.Drawing.Size(388, 50);
  218. this.PrinterList.TabIndex = 218;
  219. //
  220. // ma_code
  221. //
  222. this.ma_code.AllPower = "IFALL";
  223. this.ma_code.Caller = null;
  224. this.ma_code.Condition = null;
  225. this.ma_code.DBTitle = "";
  226. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  227. this.ma_code.FormName = null;
  228. this.ma_code.Location = new System.Drawing.Point(305, 39);
  229. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  230. this.ma_code.Name = "ma_code";
  231. this.ma_code.Power = "";
  232. this.ma_code.ReturnData = null;
  233. this.ma_code.SelectField = null;
  234. this.ma_code.SetValueField = null;
  235. this.ma_code.Size = new System.Drawing.Size(409, 46);
  236. this.ma_code.TabIndex = 217;
  237. this.ma_code.TableName = null;
  238. this.ma_code.Tag = "makecode";
  239. this.ma_code.TextBoxEnable = true;
  240. this.ma_code.DbChange += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.DBSourceChange(this.pr_code_DbChange);
  241. //
  242. // PrintFuseLabel
  243. //
  244. this.PrintFuseLabel.AccessibleRole = System.Windows.Forms.AccessibleRole.PageTabList;
  245. this.PrintFuseLabel.AllPower = null;
  246. this.PrintFuseLabel.BackColor = System.Drawing.Color.Transparent;
  247. this.PrintFuseLabel.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintFuseLabel.DownImage")));
  248. this.PrintFuseLabel.Image = null;
  249. this.PrintFuseLabel.IsShowBorder = true;
  250. this.PrintFuseLabel.Location = new System.Drawing.Point(519, 742);
  251. this.PrintFuseLabel.Margin = new System.Windows.Forms.Padding(6);
  252. this.PrintFuseLabel.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintFuseLabel.MoveImage")));
  253. this.PrintFuseLabel.Name = "PrintFuseLabel";
  254. this.PrintFuseLabel.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintFuseLabel.NormalImage")));
  255. this.PrintFuseLabel.Power = null;
  256. this.PrintFuseLabel.Size = new System.Drawing.Size(150, 56);
  257. this.PrintFuseLabel.TabIndex = 27;
  258. this.PrintFuseLabel.Text = "打印";
  259. this.PrintFuseLabel.UseVisualStyleBackColor = false;
  260. this.PrintFuseLabel.Click += new System.EventHandler(this.Print_Click);
  261. //
  262. // Query_SN
  263. //
  264. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  265. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  266. this.ClientSize = new System.Drawing.Size(1494, 1075);
  267. this.Controls.Add(this.ma_printcount);
  268. this.Controls.Add(this.ma_qty);
  269. this.Controls.Add(this.lade);
  270. this.Controls.Add(this.label7);
  271. this.Controls.Add(this.pr_detail);
  272. this.Controls.Add(this.label6);
  273. this.Controls.Add(this.pr_code);
  274. this.Controls.Add(this.OperateResult);
  275. this.Controls.Add(this.label4);
  276. this.Controls.Add(this.PrintNum);
  277. this.Controls.Add(this.PrintLabel);
  278. this.Controls.Add(this.label2);
  279. this.Controls.Add(this.label3);
  280. this.Controls.Add(this.PrinterList);
  281. this.Controls.Add(this.ma_code);
  282. this.Controls.Add(this.label1);
  283. this.Controls.Add(this.PrintFuseLabel);
  284. this.Controls.Add(this.label5);
  285. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  286. this.Margin = new System.Windows.Forms.Padding(6);
  287. this.Name = "Query_SN";
  288. this.Tag = "Query!SpecialReport";
  289. this.Text = "Query_SpecialReport";
  290. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  291. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).EndInit();
  292. this.ResumeLayout(false);
  293. this.PerformLayout();
  294. }
  295. #endregion
  296. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  297. private System.Windows.Forms.Label label5;
  298. private CustomControl.ButtonUtil.NormalButton PrintFuseLabel;
  299. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  300. private System.Windows.Forms.Label label1;
  301. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  302. private System.Windows.Forms.Label label2;
  303. private System.Windows.Forms.Label label3;
  304. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  305. private System.Windows.Forms.NumericUpDown PrintNum;
  306. private System.Windows.Forms.Label label4;
  307. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  308. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
  309. private System.Windows.Forms.Label label6;
  310. private System.Windows.Forms.Label pr_detail;
  311. private System.Windows.Forms.Label label7;
  312. private System.Windows.Forms.Label lade;
  313. private System.Windows.Forms.Label ma_qty;
  314. private System.Windows.Forms.Label ma_printcount;
  315. }
  316. }