Make_LabelCheck.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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. this.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.ma_code = new System.Windows.Forms.Label();
  34. this.ma_prodcode = new System.Windows.Forms.Label();
  35. this.mcd_okqty = new System.Windows.Forms.Label();
  36. this.remain_qty = new System.Windows.Forms.Label();
  37. this.label10 = new System.Windows.Forms.Label();
  38. this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  39. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  40. this.pr_detailspec = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  41. this.showResult = new System.Windows.Forms.ListView();
  42. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  43. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  44. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  45. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  46. this.SuspendLayout();
  47. //
  48. // label1
  49. //
  50. this.label1.AutoSize = true;
  51. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  52. this.label1.Location = new System.Drawing.Point(39, 30);
  53. this.label1.Name = "label1";
  54. this.label1.Size = new System.Drawing.Size(110, 31);
  55. this.label1.TabIndex = 0;
  56. this.label1.Text = "工单编号";
  57. //
  58. // label2
  59. //
  60. this.label2.AutoSize = true;
  61. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  62. this.label2.Location = new System.Drawing.Point(429, 30);
  63. this.label2.Name = "label2";
  64. this.label2.Size = new System.Drawing.Size(110, 31);
  65. this.label2.TabIndex = 1;
  66. this.label2.Text = "产品编号";
  67. //
  68. // label3
  69. //
  70. this.label3.AutoSize = true;
  71. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  72. this.label3.Location = new System.Drawing.Point(828, 30);
  73. this.label3.Name = "label3";
  74. this.label3.Size = new System.Drawing.Size(158, 31);
  75. this.label3.TabIndex = 2;
  76. this.label3.Text = "产品名称规格";
  77. //
  78. // label4
  79. //
  80. this.label4.AutoSize = true;
  81. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  82. this.label4.Location = new System.Drawing.Point(42, 99);
  83. this.label4.Name = "label4";
  84. this.label4.Size = new System.Drawing.Size(86, 31);
  85. this.label4.TabIndex = 3;
  86. this.label4.Text = "剩余数";
  87. //
  88. // label5
  89. //
  90. this.label5.AutoSize = true;
  91. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  92. this.label5.Location = new System.Drawing.Point(432, 98);
  93. this.label5.Name = "label5";
  94. this.label5.Size = new System.Drawing.Size(62, 31);
  95. this.label5.TabIndex = 4;
  96. this.label5.Text = "计数";
  97. //
  98. // ma_code
  99. //
  100. this.ma_code.AutoSize = true;
  101. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.ma_code.Location = new System.Drawing.Point(155, 30);
  103. this.ma_code.Name = "ma_code";
  104. this.ma_code.Size = new System.Drawing.Size(0, 31);
  105. this.ma_code.TabIndex = 5;
  106. //
  107. // ma_prodcode
  108. //
  109. this.ma_prodcode.AutoSize = true;
  110. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  111. this.ma_prodcode.Location = new System.Drawing.Point(545, 30);
  112. this.ma_prodcode.Name = "ma_prodcode";
  113. this.ma_prodcode.Size = new System.Drawing.Size(0, 31);
  114. this.ma_prodcode.TabIndex = 6;
  115. //
  116. // mcd_okqty
  117. //
  118. this.mcd_okqty.AutoSize = true;
  119. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F);
  120. this.mcd_okqty.Location = new System.Drawing.Point(545, 98);
  121. this.mcd_okqty.Name = "mcd_okqty";
  122. this.mcd_okqty.Size = new System.Drawing.Size(0, 31);
  123. this.mcd_okqty.TabIndex = 7;
  124. //
  125. // remain_qty
  126. //
  127. this.remain_qty.AutoSize = true;
  128. this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
  129. this.remain_qty.Location = new System.Drawing.Point(155, 98);
  130. this.remain_qty.Name = "remain_qty";
  131. this.remain_qty.Size = new System.Drawing.Size(0, 31);
  132. this.remain_qty.TabIndex = 8;
  133. //
  134. // label10
  135. //
  136. this.label10.AutoSize = true;
  137. this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.label10.Location = new System.Drawing.Point(88, 581);
  139. this.label10.Name = "label10";
  140. this.label10.Size = new System.Drawing.Size(40, 27);
  141. this.label10.TabIndex = 12;
  142. this.label10.Text = "SN";
  143. //
  144. // sncode
  145. //
  146. this.sncode.AllPower = null;
  147. this.sncode.BackColor = System.Drawing.Color.White;
  148. this.sncode.ID = null;
  149. this.sncode.Location = new System.Drawing.Point(148, 581);
  150. this.sncode.Name = "sncode";
  151. this.sncode.Power = null;
  152. this.sncode.Size = new System.Drawing.Size(252, 28);
  153. this.sncode.Str = null;
  154. this.sncode.Str1 = null;
  155. this.sncode.Str2 = null;
  156. this.sncode.TabIndex = 14;
  157. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  158. //
  159. // OperateResult
  160. //
  161. this.OperateResult.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.OperateResult.Location = new System.Drawing.Point(45, 176);
  163. this.OperateResult.Name = "OperateResult";
  164. this.OperateResult.Size = new System.Drawing.Size(602, 383);
  165. this.OperateResult.TabIndex = 10;
  166. this.OperateResult.Text = "";
  167. //
  168. // pr_detailspec
  169. //
  170. this.pr_detailspec.AutoSize = true;
  171. this.pr_detailspec.CutLength = null;
  172. this.pr_detailspec.Font = new System.Drawing.Font("微软雅黑", 12F);
  173. this.pr_detailspec.Location = new System.Drawing.Point(992, 30);
  174. this.pr_detailspec.MaximumSize = new System.Drawing.Size(200, 0);
  175. this.pr_detailspec.Name = "pr_detailspec";
  176. this.pr_detailspec.Size = new System.Drawing.Size(0, 31);
  177. this.pr_detailspec.TabIndex = 9;
  178. //
  179. // showResult
  180. //
  181. this.showResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  182. this.columnHeader1,
  183. this.columnHeader2,
  184. this.columnHeader3,
  185. this.columnHeader4});
  186. this.showResult.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.showResult.Location = new System.Drawing.Point(708, 176);
  188. this.showResult.Name = "showResult";
  189. this.showResult.Size = new System.Drawing.Size(585, 383);
  190. this.showResult.TabIndex = 15;
  191. this.showResult.UseCompatibleStateImageBehavior = false;
  192. this.showResult.View = System.Windows.Forms.View.Details;
  193. //
  194. // columnHeader1
  195. //
  196. this.columnHeader1.Text = "";
  197. this.columnHeader1.Width = 69;
  198. //
  199. // columnHeader2
  200. //
  201. this.columnHeader2.Text = "SN";
  202. this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  203. this.columnHeader2.Width = 150;
  204. //
  205. // columnHeader3
  206. //
  207. this.columnHeader3.Text = "时间";
  208. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  209. this.columnHeader3.Width = 159;
  210. //
  211. // columnHeader4
  212. //
  213. this.columnHeader4.Text = "结果";
  214. this.columnHeader4.Width = 96;
  215. //
  216. // Make_LabelCheck
  217. //
  218. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  219. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  220. this.ClientSize = new System.Drawing.Size(1329, 651);
  221. this.Controls.Add(this.showResult);
  222. this.Controls.Add(this.sncode);
  223. this.Controls.Add(this.label10);
  224. this.Controls.Add(this.OperateResult);
  225. this.Controls.Add(this.pr_detailspec);
  226. this.Controls.Add(this.remain_qty);
  227. this.Controls.Add(this.mcd_okqty);
  228. this.Controls.Add(this.ma_prodcode);
  229. this.Controls.Add(this.ma_code);
  230. this.Controls.Add(this.label5);
  231. this.Controls.Add(this.label4);
  232. this.Controls.Add(this.label3);
  233. this.Controls.Add(this.label2);
  234. this.Controls.Add(this.label1);
  235. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  236. this.Name = "Make_LabelCheck";
  237. this.Tag = "Make!LabelCheck";
  238. this.Text = "标签核对";
  239. this.Load += new System.EventHandler(this.Make_LabelCheck_Load);
  240. this.SizeChanged += new System.EventHandler(this.Make_LabelCheck_SizeChanged);
  241. this.ResumeLayout(false);
  242. this.PerformLayout();
  243. }
  244. #endregion
  245. private System.Windows.Forms.Label label1;
  246. private System.Windows.Forms.Label label2;
  247. private System.Windows.Forms.Label label3;
  248. private System.Windows.Forms.Label label4;
  249. private System.Windows.Forms.Label label5;
  250. private System.Windows.Forms.Label ma_code;
  251. private System.Windows.Forms.Label ma_prodcode;
  252. private System.Windows.Forms.Label mcd_okqty;
  253. private System.Windows.Forms.Label remain_qty;
  254. private CustomControl.ValueLabel.ValueLabel pr_detailspec;
  255. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  256. private System.Windows.Forms.Label label10;
  257. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  258. private System.Windows.Forms.ListView showResult;
  259. private System.Windows.Forms.ColumnHeader columnHeader1;
  260. private System.Windows.Forms.ColumnHeader columnHeader2;
  261. private System.Windows.Forms.ColumnHeader columnHeader3;
  262. private System.Windows.Forms.ColumnHeader columnHeader4;
  263. }
  264. }