Query_SN.Designer.cs 18 KB

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