Make_GetReMakeSN.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_GetReMakeSN
  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.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  29. this.ma_id = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  30. this.ma_craftcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  31. this.ma_saveimei = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  32. this.ma_savemacbt = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  33. this.LockCheckBox = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
  34. this.ma_code_label = new System.Windows.Forms.Label();
  35. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  36. this.pr_spec = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  37. this.getsnqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  38. this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  39. this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  40. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  41. this.pr_code_label = new System.Windows.Forms.Label();
  42. this.pr_spec_label = new System.Windows.Forms.Label();
  43. this.getsnqty_label = new System.Windows.Forms.Label();
  44. this.pr_detail_label = new System.Windows.Forms.Label();
  45. this.ma_qty_label = new System.Windows.Forms.Label();
  46. this.groupBoxWithBorder2 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.PrintNum = new System.Windows.Forms.NumericUpDown();
  49. this.PrintLabel = new System.Windows.Forms.ComboBox();
  50. this.PrintLabel_label = new System.Windows.Forms.Label();
  51. this.AutoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  52. this.PrinterList_label = new System.Windows.Forms.Label();
  53. this.PrinterList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  54. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  55. this.groupBoxWithBorder3 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  56. this.ReWorkAsRelateTSN = new System.Windows.Forms.RadioButton();
  57. this.ReWorkAsCurrentSN = new System.Windows.Forms.RadioButton();
  58. this.label1 = new System.Windows.Forms.Label();
  59. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  60. this.groupBoxWithBorder1.SuspendLayout();
  61. this.groupBoxWithBorder2.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
  63. this.groupBoxWithBorder3.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // groupBoxWithBorder1
  67. //
  68. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  69. this.groupBoxWithBorder1.Controls.Add(this.ma_id);
  70. this.groupBoxWithBorder1.Controls.Add(this.ma_craftcode);
  71. this.groupBoxWithBorder1.Controls.Add(this.ma_saveimei);
  72. this.groupBoxWithBorder1.Controls.Add(this.ma_savemacbt);
  73. this.groupBoxWithBorder1.Controls.Add(this.LockCheckBox);
  74. this.groupBoxWithBorder1.Controls.Add(this.ma_code_label);
  75. this.groupBoxWithBorder1.Controls.Add(this.ma_code);
  76. this.groupBoxWithBorder1.Controls.Add(this.pr_spec);
  77. this.groupBoxWithBorder1.Controls.Add(this.getsnqty);
  78. this.groupBoxWithBorder1.Controls.Add(this.pr_code);
  79. this.groupBoxWithBorder1.Controls.Add(this.ma_qty);
  80. this.groupBoxWithBorder1.Controls.Add(this.pr_detail);
  81. this.groupBoxWithBorder1.Controls.Add(this.pr_code_label);
  82. this.groupBoxWithBorder1.Controls.Add(this.pr_spec_label);
  83. this.groupBoxWithBorder1.Controls.Add(this.getsnqty_label);
  84. this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label);
  85. this.groupBoxWithBorder1.Controls.Add(this.ma_qty_label);
  86. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.groupBoxWithBorder1.Location = new System.Drawing.Point(12, 12);
  88. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  89. this.groupBoxWithBorder1.Size = new System.Drawing.Size(1091, 183);
  90. this.groupBoxWithBorder1.TabIndex = 0;
  91. this.groupBoxWithBorder1.TabStop = false;
  92. this.groupBoxWithBorder1.Text = "工单信息";
  93. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  94. //
  95. // ma_id
  96. //
  97. this.ma_id.AutoSize = true;
  98. this.ma_id.CutLength = null;
  99. this.ma_id.Location = new System.Drawing.Point(793, 143);
  100. this.ma_id.MaximumSize = new System.Drawing.Size(200, 0);
  101. this.ma_id.Name = "ma_id";
  102. this.ma_id.Size = new System.Drawing.Size(0, 27);
  103. this.ma_id.TabIndex = 16;
  104. this.ma_id.Visible = false;
  105. //
  106. // ma_craftcode
  107. //
  108. this.ma_craftcode.AutoSize = true;
  109. this.ma_craftcode.CutLength = null;
  110. this.ma_craftcode.Location = new System.Drawing.Point(720, 143);
  111. this.ma_craftcode.MaximumSize = new System.Drawing.Size(200, 0);
  112. this.ma_craftcode.Name = "ma_craftcode";
  113. this.ma_craftcode.Size = new System.Drawing.Size(0, 27);
  114. this.ma_craftcode.TabIndex = 15;
  115. this.ma_craftcode.Visible = false;
  116. //
  117. // ma_saveimei
  118. //
  119. this.ma_saveimei.AutoSize = true;
  120. this.ma_saveimei.Location = new System.Drawing.Point(418, 139);
  121. this.ma_saveimei.Name = "ma_saveimei";
  122. this.ma_saveimei.Power = null;
  123. this.ma_saveimei.Size = new System.Drawing.Size(246, 31);
  124. this.ma_saveimei.TabIndex = 14;
  125. this.ma_saveimei.Text = "保留原有IMEI/网标信息";
  126. this.ma_saveimei.UseVisualStyleBackColor = true;
  127. //
  128. // ma_savemacbt
  129. //
  130. this.ma_savemacbt.AutoSize = true;
  131. this.ma_savemacbt.Location = new System.Drawing.Point(43, 139);
  132. this.ma_savemacbt.Name = "ma_savemacbt";
  133. this.ma_savemacbt.Power = null;
  134. this.ma_savemacbt.Size = new System.Drawing.Size(234, 31);
  135. this.ma_savemacbt.TabIndex = 13;
  136. this.ma_savemacbt.Text = "保留原有MAC/BT信息";
  137. this.ma_savemacbt.UseVisualStyleBackColor = true;
  138. //
  139. // LockCheckBox
  140. //
  141. this.LockCheckBox.AutoSize = true;
  142. this.LockCheckBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.LockCheckBox.LeaveEvent = false;
  144. this.LockCheckBox.Location = new System.Drawing.Point(322, 46);
  145. this.LockCheckBox.Name = "LockCheckBox";
  146. this.LockCheckBox.Size = new System.Drawing.Size(61, 24);
  147. this.LockCheckBox.TabIndex = 12;
  148. this.LockCheckBox.Text = "锁定";
  149. this.LockCheckBox.UseVisualStyleBackColor = true;
  150. //
  151. // ma_code_label
  152. //
  153. this.ma_code_label.AutoSize = true;
  154. this.ma_code_label.Location = new System.Drawing.Point(38, 42);
  155. this.ma_code_label.Name = "ma_code_label";
  156. this.ma_code_label.Size = new System.Drawing.Size(92, 27);
  157. this.ma_code_label.TabIndex = 11;
  158. this.ma_code_label.Text = "返工单号";
  159. //
  160. // ma_code
  161. //
  162. this.ma_code.AllPower = null;
  163. this.ma_code.Caller = null;
  164. this.ma_code.Condition = null;
  165. this.ma_code.DBTitle = null;
  166. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.ma_code.FormName = null;
  168. this.ma_code.Location = new System.Drawing.Point(153, 42);
  169. this.ma_code.Name = "ma_code";
  170. this.ma_code.Power = null;
  171. this.ma_code.ReturnData = null;
  172. this.ma_code.SelectField = null;
  173. this.ma_code.SetValueField = null;
  174. this.ma_code.Size = new System.Drawing.Size(156, 28);
  175. this.ma_code.TabIndex = 10;
  176. this.ma_code.TableName = null;
  177. this.ma_code.TextBoxEnable = true;
  178. this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  179. //
  180. // pr_spec
  181. //
  182. this.pr_spec.AutoSize = true;
  183. this.pr_spec.CutLength = null;
  184. this.pr_spec.Location = new System.Drawing.Point(826, 96);
  185. this.pr_spec.MaximumSize = new System.Drawing.Size(200, 0);
  186. this.pr_spec.Name = "pr_spec";
  187. this.pr_spec.Size = new System.Drawing.Size(0, 27);
  188. this.pr_spec.TabIndex = 9;
  189. //
  190. // getsnqty
  191. //
  192. this.getsnqty.AutoSize = true;
  193. this.getsnqty.CutLength = null;
  194. this.getsnqty.Location = new System.Drawing.Point(826, 40);
  195. this.getsnqty.MaximumSize = new System.Drawing.Size(200, 0);
  196. this.getsnqty.Name = "getsnqty";
  197. this.getsnqty.Size = new System.Drawing.Size(0, 27);
  198. this.getsnqty.TabIndex = 8;
  199. //
  200. // pr_code
  201. //
  202. this.pr_code.AutoSize = true;
  203. this.pr_code.CutLength = null;
  204. this.pr_code.Location = new System.Drawing.Point(148, 96);
  205. this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
  206. this.pr_code.Name = "pr_code";
  207. this.pr_code.Size = new System.Drawing.Size(0, 27);
  208. this.pr_code.TabIndex = 7;
  209. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  210. //
  211. // ma_qty
  212. //
  213. this.ma_qty.AutoSize = true;
  214. this.ma_qty.CutLength = null;
  215. this.ma_qty.Location = new System.Drawing.Point(523, 40);
  216. this.ma_qty.MaximumSize = new System.Drawing.Size(200, 0);
  217. this.ma_qty.Name = "ma_qty";
  218. this.ma_qty.Size = new System.Drawing.Size(0, 27);
  219. this.ma_qty.TabIndex = 6;
  220. //
  221. // pr_detail
  222. //
  223. this.pr_detail.AutoSize = true;
  224. this.pr_detail.CutLength = null;
  225. this.pr_detail.Location = new System.Drawing.Point(523, 96);
  226. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  227. this.pr_detail.Name = "pr_detail";
  228. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  229. this.pr_detail.TabIndex = 5;
  230. //
  231. // pr_code_label
  232. //
  233. this.pr_code_label.AutoSize = true;
  234. this.pr_code_label.Location = new System.Drawing.Point(38, 96);
  235. this.pr_code_label.Name = "pr_code_label";
  236. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  237. this.pr_code_label.TabIndex = 4;
  238. this.pr_code_label.Text = "产品编号";
  239. //
  240. // pr_spec_label
  241. //
  242. this.pr_spec_label.AutoSize = true;
  243. this.pr_spec_label.Location = new System.Drawing.Point(720, 96);
  244. this.pr_spec_label.Name = "pr_spec_label";
  245. this.pr_spec_label.Size = new System.Drawing.Size(92, 27);
  246. this.pr_spec_label.TabIndex = 3;
  247. this.pr_spec_label.Text = "产品规格";
  248. //
  249. // getsnqty_label
  250. //
  251. this.getsnqty_label.AutoSize = true;
  252. this.getsnqty_label.Location = new System.Drawing.Point(720, 40);
  253. this.getsnqty_label.Name = "getsnqty_label";
  254. this.getsnqty_label.Size = new System.Drawing.Size(92, 27);
  255. this.getsnqty_label.TabIndex = 2;
  256. this.getsnqty_label.Text = "已维护数";
  257. //
  258. // pr_detail_label
  259. //
  260. this.pr_detail_label.AutoSize = true;
  261. this.pr_detail_label.Location = new System.Drawing.Point(413, 96);
  262. this.pr_detail_label.Name = "pr_detail_label";
  263. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  264. this.pr_detail_label.TabIndex = 1;
  265. this.pr_detail_label.Text = "产品名称";
  266. //
  267. // ma_qty_label
  268. //
  269. this.ma_qty_label.AutoSize = true;
  270. this.ma_qty_label.Location = new System.Drawing.Point(413, 40);
  271. this.ma_qty_label.Name = "ma_qty_label";
  272. this.ma_qty_label.Size = new System.Drawing.Size(92, 27);
  273. this.ma_qty_label.TabIndex = 0;
  274. this.ma_qty_label.Text = "工单数量";
  275. //
  276. // groupBoxWithBorder2
  277. //
  278. this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
  279. this.groupBoxWithBorder2.Controls.Add(this.label2);
  280. this.groupBoxWithBorder2.Controls.Add(this.PrintNum);
  281. this.groupBoxWithBorder2.Controls.Add(this.PrintLabel);
  282. this.groupBoxWithBorder2.Controls.Add(this.PrintLabel_label);
  283. this.groupBoxWithBorder2.Controls.Add(this.AutoPrint);
  284. this.groupBoxWithBorder2.Controls.Add(this.PrinterList_label);
  285. this.groupBoxWithBorder2.Controls.Add(this.PrinterList);
  286. this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.groupBoxWithBorder2.Location = new System.Drawing.Point(12, 201);
  288. this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
  289. this.groupBoxWithBorder2.Size = new System.Drawing.Size(536, 177);
  290. this.groupBoxWithBorder2.TabIndex = 13;
  291. this.groupBoxWithBorder2.TabStop = false;
  292. this.groupBoxWithBorder2.Text = "打印设置";
  293. this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
  294. //
  295. // label2
  296. //
  297. this.label2.AutoSize = true;
  298. this.label2.Location = new System.Drawing.Point(301, 139);
  299. this.label2.Name = "label2";
  300. this.label2.Size = new System.Drawing.Size(92, 27);
  301. this.label2.TabIndex = 18;
  302. this.label2.Text = "打印份数";
  303. //
  304. // PrintNum
  305. //
  306. this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F);
  307. this.PrintNum.Location = new System.Drawing.Point(403, 139);
  308. this.PrintNum.Name = "PrintNum";
  309. this.PrintNum.Size = new System.Drawing.Size(120, 27);
  310. this.PrintNum.TabIndex = 17;
  311. this.PrintNum.Value = new decimal(new int[] {
  312. 1,
  313. 0,
  314. 0,
  315. 0});
  316. //
  317. // PrintLabel
  318. //
  319. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  320. this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F);
  321. this.PrintLabel.FormattingEnabled = true;
  322. this.PrintLabel.Location = new System.Drawing.Point(141, 93);
  323. this.PrintLabel.Name = "PrintLabel";
  324. this.PrintLabel.Size = new System.Drawing.Size(252, 28);
  325. this.PrintLabel.TabIndex = 16;
  326. //
  327. // PrintLabel_label
  328. //
  329. this.PrintLabel_label.AutoSize = true;
  330. this.PrintLabel_label.Location = new System.Drawing.Point(18, 96);
  331. this.PrintLabel_label.Name = "PrintLabel_label";
  332. this.PrintLabel_label.Size = new System.Drawing.Size(92, 27);
  333. this.PrintLabel_label.TabIndex = 15;
  334. this.PrintLabel_label.Text = "产品名称";
  335. //
  336. // AutoPrint
  337. //
  338. this.AutoPrint.Checked = false;
  339. this.AutoPrint.Location = new System.Drawing.Point(141, 139);
  340. this.AutoPrint.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  341. this.AutoPrint.Name = "AutoPrint";
  342. this.AutoPrint.Size = new System.Drawing.Size(124, 31);
  343. this.AutoPrint.TabIndex = 14;
  344. //
  345. // PrinterList_label
  346. //
  347. this.PrinterList_label.AutoSize = true;
  348. this.PrinterList_label.Location = new System.Drawing.Point(18, 40);
  349. this.PrinterList_label.Name = "PrinterList_label";
  350. this.PrinterList_label.Size = new System.Drawing.Size(112, 27);
  351. this.PrinterList_label.TabIndex = 13;
  352. this.PrinterList_label.Text = "打印机列表";
  353. //
  354. // PrinterList
  355. //
  356. this.PrinterList.Font = new System.Drawing.Font("微软雅黑", 9F);
  357. this.PrinterList.Location = new System.Drawing.Point(141, 39);
  358. this.PrinterList.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  359. this.PrinterList.Name = "PrinterList";
  360. this.PrinterList.Size = new System.Drawing.Size(252, 28);
  361. this.PrinterList.TabIndex = 0;
  362. //
  363. // OperateResult
  364. //
  365. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.OperateResult.Location = new System.Drawing.Point(12, 384);
  367. this.OperateResult.Name = "OperateResult";
  368. this.OperateResult.Size = new System.Drawing.Size(1091, 213);
  369. this.OperateResult.TabIndex = 14;
  370. this.OperateResult.Text = "";
  371. //
  372. // groupBoxWithBorder3
  373. //
  374. this.groupBoxWithBorder3.BorderColor = System.Drawing.Color.Black;
  375. this.groupBoxWithBorder3.Controls.Add(this.ReWorkAsRelateTSN);
  376. this.groupBoxWithBorder3.Controls.Add(this.ReWorkAsCurrentSN);
  377. this.groupBoxWithBorder3.Controls.Add(this.label1);
  378. this.groupBoxWithBorder3.Controls.Add(this.sn_code);
  379. this.groupBoxWithBorder3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.groupBoxWithBorder3.Location = new System.Drawing.Point(12, 603);
  381. this.groupBoxWithBorder3.Name = "groupBoxWithBorder3";
  382. this.groupBoxWithBorder3.Size = new System.Drawing.Size(1091, 77);
  383. this.groupBoxWithBorder3.TabIndex = 14;
  384. this.groupBoxWithBorder3.TabStop = false;
  385. this.groupBoxWithBorder3.Text = "输入信息";
  386. this.groupBoxWithBorder3.TextColor = System.Drawing.Color.Black;
  387. //
  388. // ReWorkAsRelateTSN
  389. //
  390. this.ReWorkAsRelateTSN.AutoSize = true;
  391. this.ReWorkAsRelateTSN.Location = new System.Drawing.Point(653, 32);
  392. this.ReWorkAsRelateTSN.Name = "ReWorkAsRelateTSN";
  393. this.ReWorkAsRelateTSN.Size = new System.Drawing.Size(220, 31);
  394. this.ReWorkAsRelateTSN.TabIndex = 15;
  395. this.ReWorkAsRelateTSN.Text = "以SN关联的TSN返工";
  396. this.ReWorkAsRelateTSN.UseVisualStyleBackColor = true;
  397. //
  398. // ReWorkAsCurrentSN
  399. //
  400. this.ReWorkAsCurrentSN.AutoSize = true;
  401. this.ReWorkAsCurrentSN.Checked = true;
  402. this.ReWorkAsCurrentSN.Location = new System.Drawing.Point(465, 32);
  403. this.ReWorkAsCurrentSN.Name = "ReWorkAsCurrentSN";
  404. this.ReWorkAsCurrentSN.Size = new System.Drawing.Size(153, 31);
  405. this.ReWorkAsCurrentSN.TabIndex = 14;
  406. this.ReWorkAsCurrentSN.TabStop = true;
  407. this.ReWorkAsCurrentSN.Text = "以当前号返工";
  408. this.ReWorkAsCurrentSN.UseVisualStyleBackColor = true;
  409. //
  410. // label1
  411. //
  412. this.label1.AutoSize = true;
  413. this.label1.Location = new System.Drawing.Point(56, 34);
  414. this.label1.Name = "label1";
  415. this.label1.Size = new System.Drawing.Size(72, 27);
  416. this.label1.TabIndex = 13;
  417. this.label1.Text = "输入框";
  418. //
  419. // sn_code
  420. //
  421. this.sn_code.AllPower = null;
  422. this.sn_code.BackColor = System.Drawing.Color.White;
  423. this.sn_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  424. this.sn_code.ID = null;
  425. this.sn_code.Location = new System.Drawing.Point(153, 33);
  426. this.sn_code.Name = "sn_code";
  427. this.sn_code.Power = null;
  428. this.sn_code.Size = new System.Drawing.Size(196, 27);
  429. this.sn_code.Str = null;
  430. this.sn_code.Str1 = null;
  431. this.sn_code.Str2 = null;
  432. this.sn_code.TabIndex = 0;
  433. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  434. //
  435. // Make_GetReMakeSN
  436. //
  437. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  438. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  439. this.ClientSize = new System.Drawing.Size(1115, 692);
  440. this.Controls.Add(this.groupBoxWithBorder3);
  441. this.Controls.Add(this.OperateResult);
  442. this.Controls.Add(this.groupBoxWithBorder2);
  443. this.Controls.Add(this.groupBoxWithBorder1);
  444. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  445. this.Name = "Make_GetReMakeSN";
  446. this.Tag = "Make!GetReMakeSN";
  447. this.Text = "返工数据采集";
  448. this.Load += new System.EventHandler(this.Make_GetReMakeSN_Load);
  449. this.SizeChanged += new System.EventHandler(this.Make_GetReMakeSN_SizeChanged);
  450. this.groupBoxWithBorder1.ResumeLayout(true);
  451. this.groupBoxWithBorder1.PerformLayout();
  452. this.groupBoxWithBorder2.ResumeLayout(true);
  453. this.groupBoxWithBorder2.PerformLayout();
  454. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).EndInit();
  455. this.groupBoxWithBorder3.ResumeLayout(true);
  456. this.groupBoxWithBorder3.PerformLayout();
  457. this.ResumeLayout(true);
  458. }
  459. #endregion
  460. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  461. private System.Windows.Forms.Label pr_detail_label;
  462. private System.Windows.Forms.Label ma_qty_label;
  463. private System.Windows.Forms.Label getsnqty_label;
  464. private System.Windows.Forms.Label pr_spec_label;
  465. private System.Windows.Forms.Label pr_code_label;
  466. private CustomControl.ValueLabel.ValueLabel pr_spec;
  467. private CustomControl.ValueLabel.ValueLabel getsnqty;
  468. private CustomControl.ValueLabel.ValueLabel pr_code;
  469. private CustomControl.ValueLabel.ValueLabel ma_qty;
  470. private CustomControl.ValueLabel.ValueLabel pr_detail;
  471. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  472. private System.Windows.Forms.Label ma_code_label;
  473. private CustomControl.CustomCheckBox.LockCheckBox LockCheckBox;
  474. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
  475. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  476. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder3;
  477. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  478. private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
  479. private System.Windows.Forms.Label PrinterList_label;
  480. private System.Windows.Forms.Label PrintLabel_label;
  481. private System.Windows.Forms.ComboBox PrintLabel;
  482. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  483. private System.Windows.Forms.Label label1;
  484. private System.Windows.Forms.RadioButton ReWorkAsRelateTSN;
  485. private System.Windows.Forms.RadioButton ReWorkAsCurrentSN;
  486. private CustomControl.CustomCheckBox.CustomCheckBox ma_saveimei;
  487. private CustomControl.CustomCheckBox.CustomCheckBox ma_savemacbt;
  488. private CustomControl.ValueLabel.ValueLabel ma_craftcode;
  489. private CustomControl.ValueLabel.ValueLabel ma_id;
  490. private System.Windows.Forms.NumericUpDown PrintNum;
  491. private System.Windows.Forms.Label label2;
  492. }
  493. }