Make_ImeiCheck_ThreeLabelNEW.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_ImeiCheck_ThreeLabelNEW
  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.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  29. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  30. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  31. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  32. this.pr_detail = new System.Windows.Forms.Label();
  33. this.showResult = new System.Windows.Forms.ListView();
  34. this.label10 = new System.Windows.Forms.Label();
  35. this.remain_qty = new System.Windows.Forms.Label();
  36. this.mcd_okqty = new System.Windows.Forms.Label();
  37. this.ma_prodcode = new System.Windows.Forms.Label();
  38. this.ma_code = new System.Windows.Forms.Label();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  45. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  46. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  47. this.sn1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  48. this.label6 = new System.Windows.Forms.Label();
  49. this.sn2 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  50. this.label7 = new System.Windows.Forms.Label();
  51. this.sn3 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  52. this.label8 = new System.Windows.Forms.Label();
  53. this.SuspendLayout();
  54. //
  55. // columnHeader4
  56. //
  57. this.columnHeader4.Text = "结果";
  58. this.columnHeader4.Width = 96;
  59. //
  60. // columnHeader3
  61. //
  62. this.columnHeader3.Text = "时间";
  63. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  64. this.columnHeader3.Width = 170;
  65. //
  66. // columnHeader2
  67. //
  68. this.columnHeader2.Text = "SN";
  69. this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  70. this.columnHeader2.Width = 136;
  71. //
  72. // columnHeader1
  73. //
  74. this.columnHeader1.Text = "";
  75. this.columnHeader1.Width = 50;
  76. //
  77. // pr_detail
  78. //
  79. this.pr_detail.AutoSize = true;
  80. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  81. this.pr_detail.Location = new System.Drawing.Point(1258, 38);
  82. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  83. this.pr_detail.Name = "pr_detail";
  84. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  85. this.pr_detail.TabIndex = 31;
  86. //
  87. // showResult
  88. //
  89. this.showResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  90. this.columnHeader1,
  91. this.columnHeader2,
  92. this.columnHeader3,
  93. this.columnHeader4});
  94. this.showResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.showResult.HideSelection = false;
  96. this.showResult.Location = new System.Drawing.Point(1186, 234);
  97. this.showResult.Margin = new System.Windows.Forms.Padding(4);
  98. this.showResult.Name = "showResult";
  99. this.showResult.Size = new System.Drawing.Size(534, 510);
  100. this.showResult.TabIndex = 30;
  101. this.showResult.UseCompatibleStateImageBehavior = false;
  102. this.showResult.View = System.Windows.Forms.View.Details;
  103. //
  104. // label10
  105. //
  106. this.label10.AutoSize = true;
  107. this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.label10.Location = new System.Drawing.Point(13, 786);
  109. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  110. this.label10.Name = "label10";
  111. this.label10.Size = new System.Drawing.Size(96, 35);
  112. this.label10.TabIndex = 28;
  113. this.label10.Text = "输入框";
  114. //
  115. // remain_qty
  116. //
  117. this.remain_qty.AutoSize = true;
  118. this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
  119. this.remain_qty.Location = new System.Drawing.Point(204, 130);
  120. this.remain_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  121. this.remain_qty.Name = "remain_qty";
  122. this.remain_qty.Size = new System.Drawing.Size(0, 41);
  123. this.remain_qty.TabIndex = 26;
  124. //
  125. // mcd_okqty
  126. //
  127. this.mcd_okqty.AutoSize = true;
  128. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F);
  129. this.mcd_okqty.Location = new System.Drawing.Point(724, 130);
  130. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  131. this.mcd_okqty.Name = "mcd_okqty";
  132. this.mcd_okqty.Size = new System.Drawing.Size(0, 41);
  133. this.mcd_okqty.TabIndex = 25;
  134. //
  135. // ma_prodcode
  136. //
  137. this.ma_prodcode.AutoSize = true;
  138. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  139. this.ma_prodcode.Location = new System.Drawing.Point(724, 38);
  140. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  141. this.ma_prodcode.Name = "ma_prodcode";
  142. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  143. this.ma_prodcode.TabIndex = 24;
  144. //
  145. // ma_code
  146. //
  147. this.ma_code.AutoSize = true;
  148. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.ma_code.Location = new System.Drawing.Point(204, 38);
  150. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  151. this.ma_code.Name = "ma_code";
  152. this.ma_code.Size = new System.Drawing.Size(0, 41);
  153. this.ma_code.TabIndex = 23;
  154. //
  155. // label5
  156. //
  157. this.label5.AutoSize = true;
  158. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  159. this.label5.Location = new System.Drawing.Point(574, 130);
  160. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  161. this.label5.Name = "label5";
  162. this.label5.Size = new System.Drawing.Size(210, 41);
  163. this.label5.TabIndex = 22;
  164. this.label5.Text = "当前工单计数";
  165. //
  166. // label4
  167. //
  168. this.label4.AutoSize = true;
  169. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  170. this.label4.Location = new System.Drawing.Point(54, 130);
  171. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  172. this.label4.Name = "label4";
  173. this.label4.Size = new System.Drawing.Size(114, 41);
  174. this.label4.TabIndex = 21;
  175. this.label4.Text = "剩余数";
  176. //
  177. // label3
  178. //
  179. this.label3.AutoSize = true;
  180. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  181. this.label3.Location = new System.Drawing.Point(1102, 38);
  182. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  183. this.label3.Name = "label3";
  184. this.label3.Size = new System.Drawing.Size(146, 41);
  185. this.label3.TabIndex = 20;
  186. this.label3.Text = "产品名称";
  187. //
  188. // label2
  189. //
  190. this.label2.AutoSize = true;
  191. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  192. this.label2.Location = new System.Drawing.Point(570, 38);
  193. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  194. this.label2.Name = "label2";
  195. this.label2.Size = new System.Drawing.Size(146, 41);
  196. this.label2.TabIndex = 19;
  197. this.label2.Text = "产品编号";
  198. //
  199. // label1
  200. //
  201. this.label1.AutoSize = true;
  202. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  203. this.label1.Location = new System.Drawing.Point(50, 38);
  204. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  205. this.label1.Name = "label1";
  206. this.label1.Size = new System.Drawing.Size(146, 41);
  207. this.label1.TabIndex = 18;
  208. this.label1.Text = "工单编号";
  209. //
  210. // StepCount
  211. //
  212. this.StepCount.LineCode = null;
  213. this.StepCount.Location = new System.Drawing.Point(1102, 130);
  214. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  215. this.StepCount.Name = "StepCount";
  216. this.StepCount.Size = new System.Drawing.Size(176, 44);
  217. this.StepCount.Source = null;
  218. this.StepCount.StepCode = null;
  219. this.StepCount.TabIndex = 32;
  220. //
  221. // sncode
  222. //
  223. this.sncode.AllPower = null;
  224. this.sncode.BackColor = System.Drawing.Color.White;
  225. this.sncode.ID = null;
  226. this.sncode.Location = new System.Drawing.Point(135, 786);
  227. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  228. this.sncode.Name = "sncode";
  229. this.sncode.Power = null;
  230. this.sncode.Size = new System.Drawing.Size(334, 35);
  231. this.sncode.Str = null;
  232. this.sncode.Str1 = null;
  233. this.sncode.Str2 = null;
  234. this.sncode.TabIndex = 29;
  235. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  236. //
  237. // OperateResult
  238. //
  239. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.OperateResult.Location = new System.Drawing.Point(497, 234);
  241. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  242. this.OperateResult.Name = "OperateResult";
  243. this.OperateResult.Size = new System.Drawing.Size(649, 510);
  244. this.OperateResult.TabIndex = 27;
  245. this.OperateResult.Text = "";
  246. //
  247. // sn1
  248. //
  249. this.sn1.AllPower = null;
  250. this.sn1.BackColor = System.Drawing.Color.White;
  251. this.sn1.ID = null;
  252. this.sn1.Location = new System.Drawing.Point(135, 408);
  253. this.sn1.Margin = new System.Windows.Forms.Padding(4);
  254. this.sn1.Name = "sn1";
  255. this.sn1.Power = null;
  256. this.sn1.Size = new System.Drawing.Size(334, 35);
  257. this.sn1.Str = null;
  258. this.sn1.Str1 = null;
  259. this.sn1.Str2 = null;
  260. this.sn1.TabIndex = 34;
  261. //
  262. // label6
  263. //
  264. this.label6.AutoSize = true;
  265. this.label6.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.label6.Location = new System.Drawing.Point(55, 408);
  267. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  268. this.label6.Name = "label6";
  269. this.label6.Size = new System.Drawing.Size(53, 35);
  270. this.label6.TabIndex = 33;
  271. this.label6.Text = "SN";
  272. //
  273. // sn2
  274. //
  275. this.sn2.AllPower = null;
  276. this.sn2.BackColor = System.Drawing.Color.White;
  277. this.sn2.ID = null;
  278. this.sn2.Location = new System.Drawing.Point(135, 504);
  279. this.sn2.Margin = new System.Windows.Forms.Padding(4);
  280. this.sn2.Name = "sn2";
  281. this.sn2.Power = null;
  282. this.sn2.Size = new System.Drawing.Size(334, 35);
  283. this.sn2.Str = null;
  284. this.sn2.Str1 = null;
  285. this.sn2.Str2 = null;
  286. this.sn2.TabIndex = 36;
  287. //
  288. // label7
  289. //
  290. this.label7.AutoSize = true;
  291. this.label7.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.label7.Location = new System.Drawing.Point(55, 504);
  293. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  294. this.label7.Name = "label7";
  295. this.label7.Size = new System.Drawing.Size(69, 35);
  296. this.label7.TabIndex = 35;
  297. this.label7.Text = "SN2";
  298. //
  299. // sn3
  300. //
  301. this.sn3.AllPower = null;
  302. this.sn3.BackColor = System.Drawing.Color.White;
  303. this.sn3.ID = null;
  304. this.sn3.Location = new System.Drawing.Point(135, 614);
  305. this.sn3.Margin = new System.Windows.Forms.Padding(4);
  306. this.sn3.Name = "sn3";
  307. this.sn3.Power = null;
  308. this.sn3.Size = new System.Drawing.Size(334, 35);
  309. this.sn3.Str = null;
  310. this.sn3.Str1 = null;
  311. this.sn3.Str2 = null;
  312. this.sn3.TabIndex = 38;
  313. //
  314. // label8
  315. //
  316. this.label8.AutoSize = true;
  317. this.label8.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.label8.Location = new System.Drawing.Point(55, 614);
  319. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  320. this.label8.Name = "label8";
  321. this.label8.Size = new System.Drawing.Size(69, 35);
  322. this.label8.TabIndex = 37;
  323. this.label8.Text = "SN3";
  324. //
  325. // Make_ImeiCheck_ThreeLabelNEW
  326. //
  327. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  328. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  329. this.ClientSize = new System.Drawing.Size(1772, 866);
  330. this.Controls.Add(this.sn3);
  331. this.Controls.Add(this.label8);
  332. this.Controls.Add(this.sn2);
  333. this.Controls.Add(this.label7);
  334. this.Controls.Add(this.sn1);
  335. this.Controls.Add(this.label6);
  336. this.Controls.Add(this.StepCount);
  337. this.Controls.Add(this.pr_detail);
  338. this.Controls.Add(this.showResult);
  339. this.Controls.Add(this.sncode);
  340. this.Controls.Add(this.label10);
  341. this.Controls.Add(this.OperateResult);
  342. this.Controls.Add(this.remain_qty);
  343. this.Controls.Add(this.mcd_okqty);
  344. this.Controls.Add(this.ma_prodcode);
  345. this.Controls.Add(this.ma_code);
  346. this.Controls.Add(this.label5);
  347. this.Controls.Add(this.label4);
  348. this.Controls.Add(this.label3);
  349. this.Controls.Add(this.label2);
  350. this.Controls.Add(this.label1);
  351. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  352. this.Margin = new System.Windows.Forms.Padding(4);
  353. this.Name = "Make_ImeiCheck_ThreeLabelNEW";
  354. this.Tag = "Make!ImeiCheck";
  355. this.Load += new System.EventHandler(this.Make_LabelCheck_Load);
  356. this.SizeChanged += new System.EventHandler(this.Make_LabelCheck_SizeChanged);
  357. this.ResumeLayout(false);
  358. this.PerformLayout();
  359. }
  360. #endregion
  361. private System.Windows.Forms.ColumnHeader columnHeader4;
  362. private System.Windows.Forms.ColumnHeader columnHeader3;
  363. private System.Windows.Forms.ColumnHeader columnHeader2;
  364. private System.Windows.Forms.ColumnHeader columnHeader1;
  365. private System.Windows.Forms.Label pr_detail;
  366. private System.Windows.Forms.ListView showResult;
  367. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  368. private System.Windows.Forms.Label label10;
  369. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  370. private System.Windows.Forms.Label remain_qty;
  371. private System.Windows.Forms.Label mcd_okqty;
  372. private System.Windows.Forms.Label ma_prodcode;
  373. private System.Windows.Forms.Label ma_code;
  374. private System.Windows.Forms.Label label5;
  375. private System.Windows.Forms.Label label4;
  376. private System.Windows.Forms.Label label3;
  377. private System.Windows.Forms.Label label2;
  378. private System.Windows.Forms.Label label1;
  379. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  380. private CustomControl.TextBoxWithIcon.SnCollectionBox sn1;
  381. private System.Windows.Forms.Label label6;
  382. private CustomControl.TextBoxWithIcon.SnCollectionBox sn2;
  383. private System.Windows.Forms.Label label7;
  384. private CustomControl.TextBoxWithIcon.SnCollectionBox sn3;
  385. private System.Windows.Forms.Label label8;
  386. }
  387. }