Make_LabelCheck.Designer.cs 14 KB

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