Make_LabelCheck.Designer.cs 13 KB

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