Make_GetReMakeSN.Designer.cs 27 KB

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