Make_LabelCheck.Designer.cs 15 KB

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