Make_GetReMakeSN.Designer.cs 27 KB

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