Make_GetReMakeSN.Designer.cs 27 KB

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