Make_ImeiCheck.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_ImeiCheck
  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.SuspendLayout();
  48. //
  49. // columnHeader4
  50. //
  51. this.columnHeader4.Text = "结果";
  52. this.columnHeader4.Width = 96;
  53. //
  54. // columnHeader3
  55. //
  56. this.columnHeader3.Text = "时间";
  57. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  58. this.columnHeader3.Width = 170;
  59. //
  60. // columnHeader2
  61. //
  62. this.columnHeader2.Text = "SN";
  63. this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  64. this.columnHeader2.Width = 136;
  65. //
  66. // columnHeader1
  67. //
  68. this.columnHeader1.Text = "";
  69. this.columnHeader1.Width = 50;
  70. //
  71. // pr_detail
  72. //
  73. this.pr_detail.AutoSize = true;
  74. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  75. this.pr_detail.Location = new System.Drawing.Point(629, 19);
  76. this.pr_detail.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  77. this.pr_detail.Name = "pr_detail";
  78. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  79. this.pr_detail.TabIndex = 31;
  80. //
  81. // showResult
  82. //
  83. this.showResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  84. this.columnHeader1,
  85. this.columnHeader2,
  86. this.columnHeader3,
  87. this.columnHeader4});
  88. this.showResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.showResult.Location = new System.Drawing.Point(471, 117);
  90. this.showResult.Margin = new System.Windows.Forms.Padding(2);
  91. this.showResult.Name = "showResult";
  92. this.showResult.Size = new System.Drawing.Size(391, 257);
  93. this.showResult.TabIndex = 30;
  94. this.showResult.UseCompatibleStateImageBehavior = false;
  95. this.showResult.View = System.Windows.Forms.View.Details;
  96. //
  97. // label10
  98. //
  99. this.label10.AutoSize = true;
  100. this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.label10.Location = new System.Drawing.Point(32, 394);
  102. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  103. this.label10.Name = "label10";
  104. this.label10.Size = new System.Drawing.Size(28, 20);
  105. this.label10.TabIndex = 28;
  106. this.label10.Text = "SN";
  107. //
  108. // remain_qty
  109. //
  110. this.remain_qty.AutoSize = true;
  111. this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
  112. this.remain_qty.Location = new System.Drawing.Point(102, 65);
  113. this.remain_qty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  114. this.remain_qty.Name = "remain_qty";
  115. this.remain_qty.Size = new System.Drawing.Size(0, 21);
  116. this.remain_qty.TabIndex = 26;
  117. //
  118. // mcd_okqty
  119. //
  120. this.mcd_okqty.AutoSize = true;
  121. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F);
  122. this.mcd_okqty.Location = new System.Drawing.Point(362, 65);
  123. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  124. this.mcd_okqty.Name = "mcd_okqty";
  125. this.mcd_okqty.Size = new System.Drawing.Size(0, 21);
  126. this.mcd_okqty.TabIndex = 25;
  127. //
  128. // ma_prodcode
  129. //
  130. this.ma_prodcode.AutoSize = true;
  131. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  132. this.ma_prodcode.Location = new System.Drawing.Point(362, 19);
  133. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  134. this.ma_prodcode.Name = "ma_prodcode";
  135. this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
  136. this.ma_prodcode.TabIndex = 24;
  137. //
  138. // ma_code
  139. //
  140. this.ma_code.AutoSize = true;
  141. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.ma_code.Location = new System.Drawing.Point(102, 19);
  143. this.ma_code.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  144. this.ma_code.Name = "ma_code";
  145. this.ma_code.Size = new System.Drawing.Size(0, 21);
  146. this.ma_code.TabIndex = 23;
  147. //
  148. // label5
  149. //
  150. this.label5.AutoSize = true;
  151. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  152. this.label5.Location = new System.Drawing.Point(287, 65);
  153. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  154. this.label5.Name = "label5";
  155. this.label5.Size = new System.Drawing.Size(106, 21);
  156. this.label5.TabIndex = 22;
  157. this.label5.Text = "当前工单计数";
  158. //
  159. // label4
  160. //
  161. this.label4.AutoSize = true;
  162. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  163. this.label4.Location = new System.Drawing.Point(27, 65);
  164. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  165. this.label4.Name = "label4";
  166. this.label4.Size = new System.Drawing.Size(58, 21);
  167. this.label4.TabIndex = 21;
  168. this.label4.Text = "剩余数";
  169. //
  170. // label3
  171. //
  172. this.label3.AutoSize = true;
  173. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  174. this.label3.Location = new System.Drawing.Point(551, 19);
  175. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  176. this.label3.Name = "label3";
  177. this.label3.Size = new System.Drawing.Size(74, 21);
  178. this.label3.TabIndex = 20;
  179. this.label3.Text = "产品名称";
  180. //
  181. // label2
  182. //
  183. this.label2.AutoSize = true;
  184. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  185. this.label2.Location = new System.Drawing.Point(285, 19);
  186. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  187. this.label2.Name = "label2";
  188. this.label2.Size = new System.Drawing.Size(74, 21);
  189. this.label2.TabIndex = 19;
  190. this.label2.Text = "产品编号";
  191. //
  192. // label1
  193. //
  194. this.label1.AutoSize = true;
  195. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  196. this.label1.Location = new System.Drawing.Point(25, 19);
  197. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  198. this.label1.Name = "label1";
  199. this.label1.Size = new System.Drawing.Size(74, 21);
  200. this.label1.TabIndex = 18;
  201. this.label1.Text = "工单编号";
  202. //
  203. // StepCount
  204. //
  205. this.StepCount.LineCode = null;
  206. this.StepCount.Location = new System.Drawing.Point(551, 65);
  207. this.StepCount.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  208. this.StepCount.Name = "StepCount";
  209. this.StepCount.Size = new System.Drawing.Size(88, 22);
  210. this.StepCount.Source = null;
  211. this.StepCount.StepCode = null;
  212. this.StepCount.TabIndex = 32;
  213. //
  214. // sncode
  215. //
  216. this.sncode.AllPower = null;
  217. this.sncode.BackColor = System.Drawing.Color.White;
  218. this.sncode.ID = null;
  219. this.sncode.Location = new System.Drawing.Point(72, 394);
  220. this.sncode.Margin = new System.Windows.Forms.Padding(2);
  221. this.sncode.Name = "sncode";
  222. this.sncode.Power = null;
  223. this.sncode.Size = new System.Drawing.Size(169, 21);
  224. this.sncode.Str = null;
  225. this.sncode.Str1 = null;
  226. this.sncode.Str2 = null;
  227. this.sncode.TabIndex = 29;
  228. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  229. //
  230. // OperateResult
  231. //
  232. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.OperateResult.Location = new System.Drawing.Point(29, 117);
  234. this.OperateResult.Margin = new System.Windows.Forms.Padding(2);
  235. this.OperateResult.Name = "OperateResult";
  236. this.OperateResult.Size = new System.Drawing.Size(403, 257);
  237. this.OperateResult.TabIndex = 27;
  238. this.OperateResult.Text = "";
  239. //
  240. // Make_ImeiCheck
  241. //
  242. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  243. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  244. this.ClientSize = new System.Drawing.Size(886, 433);
  245. this.Controls.Add(this.StepCount);
  246. this.Controls.Add(this.pr_detail);
  247. this.Controls.Add(this.showResult);
  248. this.Controls.Add(this.sncode);
  249. this.Controls.Add(this.label10);
  250. this.Controls.Add(this.OperateResult);
  251. this.Controls.Add(this.remain_qty);
  252. this.Controls.Add(this.mcd_okqty);
  253. this.Controls.Add(this.ma_prodcode);
  254. this.Controls.Add(this.ma_code);
  255. this.Controls.Add(this.label5);
  256. this.Controls.Add(this.label4);
  257. this.Controls.Add(this.label3);
  258. this.Controls.Add(this.label2);
  259. this.Controls.Add(this.label1);
  260. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  261. this.Margin = new System.Windows.Forms.Padding(2);
  262. this.Name = "Make_ImeiCheck";
  263. this.Tag = "Make!ImeiCheck";
  264. this.Load += new System.EventHandler(this.Make_LabelCheck_Load);
  265. this.SizeChanged += new System.EventHandler(this.Make_LabelCheck_SizeChanged);
  266. this.ResumeLayout(true);
  267. this.PerformLayout();
  268. }
  269. #endregion
  270. private System.Windows.Forms.ColumnHeader columnHeader4;
  271. private System.Windows.Forms.ColumnHeader columnHeader3;
  272. private System.Windows.Forms.ColumnHeader columnHeader2;
  273. private System.Windows.Forms.ColumnHeader columnHeader1;
  274. private System.Windows.Forms.Label pr_detail;
  275. private System.Windows.Forms.ListView showResult;
  276. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  277. private System.Windows.Forms.Label label10;
  278. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  279. private System.Windows.Forms.Label remain_qty;
  280. private System.Windows.Forms.Label mcd_okqty;
  281. private System.Windows.Forms.Label ma_prodcode;
  282. private System.Windows.Forms.Label ma_code;
  283. private System.Windows.Forms.Label label5;
  284. private System.Windows.Forms.Label label4;
  285. private System.Windows.Forms.Label label3;
  286. private System.Windows.Forms.Label label2;
  287. private System.Windows.Forms.Label label1;
  288. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  289. }
  290. }