Make_ImeiCheck_ThreeLabel.Designer.cs 14 KB

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