Packing_CartonTransfer.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  1. namespace UAS_MES.Packing
  2. {
  3. partial class Packing_CartonTransfer
  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.sn_code_label = new System.Windows.Forms.Label();
  29. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  30. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  31. this.groupBoxWithBorder2 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  32. this.pa_standardqty = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  33. this.pa_currentqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  38. this.newpack = new System.Windows.Forms.RadioButton();
  39. this.movepack = new System.Windows.Forms.RadioButton();
  40. this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  41. this.pa_packtype = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  42. this.pa_type = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  43. this.pa_custcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  44. this.pa_salecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  45. this.pa_level = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  46. this.lastsccode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  47. this.ms_msmakecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  48. this.laststepcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  49. this.ms_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  50. this.pa_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  51. this.label1 = new System.Windows.Forms.Label();
  52. this.pa_currentqty_label = new System.Windows.Forms.Label();
  53. this.pr_detail_label = new System.Windows.Forms.Label();
  54. this.ms_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode();
  55. this.pr_code_label = new System.Windows.Forms.Label();
  56. this.pr_outboxinnerqty_label = new System.Windows.Forms.Label();
  57. this.pa_code_label = new System.Windows.Forms.Label();
  58. this.button1 = new System.Windows.Forms.Button();
  59. this.groupBoxWithBorder2.SuspendLayout();
  60. this.groupBoxWithBorder1.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // sn_code_label
  64. //
  65. this.sn_code_label.AutoSize = true;
  66. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.sn_code_label.Location = new System.Drawing.Point(19, 480);
  68. this.sn_code_label.Name = "sn_code_label";
  69. this.sn_code_label.Size = new System.Drawing.Size(58, 21);
  70. this.sn_code_label.TabIndex = 176;
  71. this.sn_code_label.Text = "序列号";
  72. //
  73. // sn_code
  74. //
  75. this.sn_code.AllPower = null;
  76. this.sn_code.BackColor = System.Drawing.Color.White;
  77. this.sn_code.ID = null;
  78. this.sn_code.Location = new System.Drawing.Point(83, 480);
  79. this.sn_code.Name = "sn_code";
  80. this.sn_code.Power = null;
  81. this.sn_code.Size = new System.Drawing.Size(196, 21);
  82. this.sn_code.Str = null;
  83. this.sn_code.Str1 = null;
  84. this.sn_code.Str2 = null;
  85. this.sn_code.TabIndex = 177;
  86. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  87. //
  88. // OperateResult
  89. //
  90. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.OperateResult.Location = new System.Drawing.Point(9, 185);
  92. this.OperateResult.Name = "OperateResult";
  93. this.OperateResult.Size = new System.Drawing.Size(889, 272);
  94. this.OperateResult.TabIndex = 175;
  95. this.OperateResult.Text = "";
  96. //
  97. // groupBoxWithBorder2
  98. //
  99. this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
  100. this.groupBoxWithBorder2.Controls.Add(this.pa_standardqty);
  101. this.groupBoxWithBorder2.Controls.Add(this.pa_currentqty);
  102. this.groupBoxWithBorder2.Controls.Add(this.label4);
  103. this.groupBoxWithBorder2.Controls.Add(this.label3);
  104. this.groupBoxWithBorder2.Controls.Add(this.label2);
  105. this.groupBoxWithBorder2.Controls.Add(this.pa_outboxcode);
  106. this.groupBoxWithBorder2.Controls.Add(this.newpack);
  107. this.groupBoxWithBorder2.Controls.Add(this.movepack);
  108. this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.groupBoxWithBorder2.Location = new System.Drawing.Point(455, 10);
  110. this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(2);
  111. this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
  112. this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(2);
  113. this.groupBoxWithBorder2.Size = new System.Drawing.Size(446, 157);
  114. this.groupBoxWithBorder2.TabIndex = 174;
  115. this.groupBoxWithBorder2.TabStop = false;
  116. this.groupBoxWithBorder2.Text = "转移箱";
  117. this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
  118. //
  119. // pa_standardqty
  120. //
  121. this.pa_standardqty.AllPower = null;
  122. this.pa_standardqty.BackColor = System.Drawing.Color.White;
  123. this.pa_standardqty.ID = null;
  124. this.pa_standardqty.Location = new System.Drawing.Point(121, 117);
  125. this.pa_standardqty.Name = "pa_standardqty";
  126. this.pa_standardqty.Negative = false;
  127. this.pa_standardqty.Power = null;
  128. this.pa_standardqty.Size = new System.Drawing.Size(196, 29);
  129. this.pa_standardqty.Str = null;
  130. this.pa_standardqty.Str1 = null;
  131. this.pa_standardqty.Str2 = null;
  132. this.pa_standardqty.TabIndex = 174;
  133. //
  134. // pa_currentqty
  135. //
  136. this.pa_currentqty.AutoSize = true;
  137. this.pa_currentqty.CutLength = null;
  138. this.pa_currentqty.Location = new System.Drawing.Point(351, 62);
  139. this.pa_currentqty.MaximumSize = new System.Drawing.Size(200, 0);
  140. this.pa_currentqty.Name = "pa_currentqty";
  141. this.pa_currentqty.Size = new System.Drawing.Size(0, 21);
  142. this.pa_currentqty.TabIndex = 173;
  143. //
  144. // label4
  145. //
  146. this.label4.AutoSize = true;
  147. this.label4.Location = new System.Drawing.Point(277, 62);
  148. this.label4.Name = "label4";
  149. this.label4.Size = new System.Drawing.Size(74, 21);
  150. this.label4.TabIndex = 6;
  151. this.label4.Text = "箱内数量";
  152. //
  153. // label3
  154. //
  155. this.label3.AutoSize = true;
  156. this.label3.Location = new System.Drawing.Point(36, 117);
  157. this.label3.Name = "label3";
  158. this.label3.Size = new System.Drawing.Size(74, 21);
  159. this.label3.TabIndex = 5;
  160. this.label3.Text = "标准容量";
  161. //
  162. // label2
  163. //
  164. this.label2.AutoSize = true;
  165. this.label2.Location = new System.Drawing.Point(36, 62);
  166. this.label2.Name = "label2";
  167. this.label2.Size = new System.Drawing.Size(74, 21);
  168. this.label2.TabIndex = 4;
  169. this.label2.Text = "目标箱号";
  170. //
  171. // pa_outboxcode
  172. //
  173. this.pa_outboxcode.AllPower = null;
  174. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  175. this.pa_outboxcode.ID = null;
  176. this.pa_outboxcode.Location = new System.Drawing.Point(121, 59);
  177. this.pa_outboxcode.Name = "pa_outboxcode";
  178. this.pa_outboxcode.Power = null;
  179. this.pa_outboxcode.Size = new System.Drawing.Size(150, 29);
  180. this.pa_outboxcode.Str = null;
  181. this.pa_outboxcode.Str1 = null;
  182. this.pa_outboxcode.Str2 = null;
  183. this.pa_outboxcode.TabIndex = 2;
  184. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_outboxcode_KeyDown);
  185. //
  186. // newpack
  187. //
  188. this.newpack.AutoSize = true;
  189. this.newpack.Location = new System.Drawing.Point(140, 28);
  190. this.newpack.Name = "newpack";
  191. this.newpack.Size = new System.Drawing.Size(60, 25);
  192. this.newpack.TabIndex = 1;
  193. this.newpack.TabStop = true;
  194. this.newpack.Text = "新箱";
  195. this.newpack.UseVisualStyleBackColor = true;
  196. this.newpack.Click += new System.EventHandler(this.movepack_Click);
  197. //
  198. // movepack
  199. //
  200. this.movepack.AutoSize = true;
  201. this.movepack.Location = new System.Drawing.Point(40, 28);
  202. this.movepack.Name = "movepack";
  203. this.movepack.Size = new System.Drawing.Size(60, 25);
  204. this.movepack.TabIndex = 0;
  205. this.movepack.TabStop = true;
  206. this.movepack.Text = "移箱";
  207. this.movepack.UseVisualStyleBackColor = true;
  208. this.movepack.Click += new System.EventHandler(this.movepack_Click);
  209. //
  210. // groupBoxWithBorder1
  211. //
  212. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  213. this.groupBoxWithBorder1.Controls.Add(this.pa_packtype);
  214. this.groupBoxWithBorder1.Controls.Add(this.pa_type);
  215. this.groupBoxWithBorder1.Controls.Add(this.pa_custcode);
  216. this.groupBoxWithBorder1.Controls.Add(this.pa_salecode);
  217. this.groupBoxWithBorder1.Controls.Add(this.pa_level);
  218. this.groupBoxWithBorder1.Controls.Add(this.lastsccode);
  219. this.groupBoxWithBorder1.Controls.Add(this.ms_msmakecode);
  220. this.groupBoxWithBorder1.Controls.Add(this.laststepcode);
  221. this.groupBoxWithBorder1.Controls.Add(this.ms_prodcode);
  222. this.groupBoxWithBorder1.Controls.Add(this.pa_qty);
  223. this.groupBoxWithBorder1.Controls.Add(this.label1);
  224. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty_label);
  225. this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label);
  226. this.groupBoxWithBorder1.Controls.Add(this.ms_outboxcode);
  227. this.groupBoxWithBorder1.Controls.Add(this.pr_code_label);
  228. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty_label);
  229. this.groupBoxWithBorder1.Controls.Add(this.pa_code_label);
  230. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.groupBoxWithBorder1.Location = new System.Drawing.Point(9, 10);
  232. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(2);
  233. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  234. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(2);
  235. this.groupBoxWithBorder1.Size = new System.Drawing.Size(442, 157);
  236. this.groupBoxWithBorder1.TabIndex = 173;
  237. this.groupBoxWithBorder1.TabStop = false;
  238. this.groupBoxWithBorder1.Text = "原箱信息";
  239. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  240. //
  241. // pa_packtype
  242. //
  243. this.pa_packtype.AutoSize = true;
  244. this.pa_packtype.CutLength = null;
  245. this.pa_packtype.Location = new System.Drawing.Point(116, 13);
  246. this.pa_packtype.MaximumSize = new System.Drawing.Size(200, 0);
  247. this.pa_packtype.Name = "pa_packtype";
  248. this.pa_packtype.Size = new System.Drawing.Size(0, 21);
  249. this.pa_packtype.TabIndex = 181;
  250. this.pa_packtype.Visible = false;
  251. //
  252. // pa_type
  253. //
  254. this.pa_type.AutoSize = true;
  255. this.pa_type.CutLength = null;
  256. this.pa_type.Location = new System.Drawing.Point(404, 19);
  257. this.pa_type.MaximumSize = new System.Drawing.Size(200, 0);
  258. this.pa_type.Name = "pa_type";
  259. this.pa_type.Size = new System.Drawing.Size(0, 21);
  260. this.pa_type.TabIndex = 180;
  261. this.pa_type.Visible = false;
  262. //
  263. // pa_custcode
  264. //
  265. this.pa_custcode.AutoSize = true;
  266. this.pa_custcode.CutLength = null;
  267. this.pa_custcode.Location = new System.Drawing.Point(360, 21);
  268. this.pa_custcode.MaximumSize = new System.Drawing.Size(200, 0);
  269. this.pa_custcode.Name = "pa_custcode";
  270. this.pa_custcode.Size = new System.Drawing.Size(0, 21);
  271. this.pa_custcode.TabIndex = 179;
  272. this.pa_custcode.Visible = false;
  273. //
  274. // pa_salecode
  275. //
  276. this.pa_salecode.AutoSize = true;
  277. this.pa_salecode.CutLength = null;
  278. this.pa_salecode.Location = new System.Drawing.Point(285, 13);
  279. this.pa_salecode.MaximumSize = new System.Drawing.Size(200, 0);
  280. this.pa_salecode.Name = "pa_salecode";
  281. this.pa_salecode.Size = new System.Drawing.Size(0, 21);
  282. this.pa_salecode.TabIndex = 178;
  283. this.pa_salecode.Visible = false;
  284. //
  285. // pa_level
  286. //
  287. this.pa_level.AutoSize = true;
  288. this.pa_level.CutLength = null;
  289. this.pa_level.Location = new System.Drawing.Point(108, 13);
  290. this.pa_level.MaximumSize = new System.Drawing.Size(200, 0);
  291. this.pa_level.Name = "pa_level";
  292. this.pa_level.Size = new System.Drawing.Size(0, 21);
  293. this.pa_level.TabIndex = 177;
  294. this.pa_level.Visible = false;
  295. //
  296. // lastsccode
  297. //
  298. this.lastsccode.AutoSize = true;
  299. this.lastsccode.CutLength = null;
  300. this.lastsccode.Location = new System.Drawing.Point(326, 117);
  301. this.lastsccode.MaximumSize = new System.Drawing.Size(200, 0);
  302. this.lastsccode.Name = "lastsccode";
  303. this.lastsccode.Size = new System.Drawing.Size(0, 21);
  304. this.lastsccode.TabIndex = 176;
  305. //
  306. // ms_msmakecode
  307. //
  308. this.ms_msmakecode.AutoSize = true;
  309. this.ms_msmakecode.CutLength = null;
  310. this.ms_msmakecode.Location = new System.Drawing.Point(326, 81);
  311. this.ms_msmakecode.MaximumSize = new System.Drawing.Size(200, 0);
  312. this.ms_msmakecode.Name = "ms_msmakecode";
  313. this.ms_msmakecode.Size = new System.Drawing.Size(0, 21);
  314. this.ms_msmakecode.TabIndex = 175;
  315. //
  316. // laststepcode
  317. //
  318. this.laststepcode.AutoSize = true;
  319. this.laststepcode.CutLength = null;
  320. this.laststepcode.Location = new System.Drawing.Point(108, 117);
  321. this.laststepcode.MaximumSize = new System.Drawing.Size(200, 0);
  322. this.laststepcode.Name = "laststepcode";
  323. this.laststepcode.Size = new System.Drawing.Size(0, 21);
  324. this.laststepcode.TabIndex = 174;
  325. //
  326. // ms_prodcode
  327. //
  328. this.ms_prodcode.AutoSize = true;
  329. this.ms_prodcode.CutLength = null;
  330. this.ms_prodcode.Location = new System.Drawing.Point(111, 81);
  331. this.ms_prodcode.MaximumSize = new System.Drawing.Size(200, 0);
  332. this.ms_prodcode.Name = "ms_prodcode";
  333. this.ms_prodcode.Size = new System.Drawing.Size(0, 21);
  334. this.ms_prodcode.TabIndex = 173;
  335. //
  336. // pa_qty
  337. //
  338. this.pa_qty.AutoSize = true;
  339. this.pa_qty.CutLength = null;
  340. this.pa_qty.Location = new System.Drawing.Point(326, 42);
  341. this.pa_qty.MaximumSize = new System.Drawing.Size(200, 0);
  342. this.pa_qty.Name = "pa_qty";
  343. this.pa_qty.Size = new System.Drawing.Size(0, 21);
  344. this.pa_qty.TabIndex = 172;
  345. //
  346. // label1
  347. //
  348. this.label1.AutoSize = true;
  349. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.label1.Location = new System.Drawing.Point(214, 41);
  351. this.label1.Name = "label1";
  352. this.label1.Size = new System.Drawing.Size(74, 21);
  353. this.label1.TabIndex = 171;
  354. this.label1.Text = "箱内数量";
  355. //
  356. // pa_currentqty_label
  357. //
  358. this.pa_currentqty_label.AutoSize = true;
  359. this.pa_currentqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.pa_currentqty_label.Location = new System.Drawing.Point(214, 117);
  361. this.pa_currentqty_label.Name = "pa_currentqty_label";
  362. this.pa_currentqty_label.Size = new System.Drawing.Size(106, 21);
  363. this.pa_currentqty_label.TabIndex = 95;
  364. this.pa_currentqty_label.Text = "最后所在资源";
  365. //
  366. // pr_detail_label
  367. //
  368. this.pr_detail_label.AutoSize = true;
  369. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.pr_detail_label.Location = new System.Drawing.Point(214, 81);
  371. this.pr_detail_label.Name = "pr_detail_label";
  372. this.pr_detail_label.Size = new System.Drawing.Size(81, 21);
  373. this.pr_detail_label.TabIndex = 80;
  374. this.pr_detail_label.Text = "工单/合同";
  375. //
  376. // ms_outboxcode
  377. //
  378. this.ms_outboxcode.Caller = null;
  379. this.ms_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F);
  380. this.ms_outboxcode.Location = new System.Drawing.Point(112, 41);
  381. this.ms_outboxcode.MakeCode = null;
  382. this.ms_outboxcode.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  383. this.ms_outboxcode.Name = "ms_outboxcode";
  384. this.ms_outboxcode.Pr_id = null;
  385. this.ms_outboxcode.ProdCode = null;
  386. this.ms_outboxcode.ShowClickIcon = false;
  387. this.ms_outboxcode.Size = new System.Drawing.Size(103, 22);
  388. this.ms_outboxcode.TabIndex = 163;
  389. //
  390. // pr_code_label
  391. //
  392. this.pr_code_label.AutoSize = true;
  393. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  394. this.pr_code_label.Location = new System.Drawing.Point(5, 81);
  395. this.pr_code_label.Name = "pr_code_label";
  396. this.pr_code_label.Size = new System.Drawing.Size(74, 21);
  397. this.pr_code_label.TabIndex = 81;
  398. this.pr_code_label.Text = "产品编号";
  399. //
  400. // pr_outboxinnerqty_label
  401. //
  402. this.pr_outboxinnerqty_label.AutoSize = true;
  403. this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  404. this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(5, 117);
  405. this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
  406. this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(106, 21);
  407. this.pr_outboxinnerqty_label.TabIndex = 97;
  408. this.pr_outboxinnerqty_label.Text = "最后所在工序";
  409. //
  410. // pa_code_label
  411. //
  412. this.pa_code_label.AutoSize = true;
  413. this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.pa_code_label.Location = new System.Drawing.Point(5, 42);
  415. this.pa_code_label.Name = "pa_code_label";
  416. this.pa_code_label.Size = new System.Drawing.Size(58, 21);
  417. this.pa_code_label.TabIndex = 113;
  418. this.pa_code_label.Text = "原箱号";
  419. //
  420. // button1
  421. //
  422. this.button1.Location = new System.Drawing.Point(608, 477);
  423. this.button1.Name = "button1";
  424. this.button1.Size = new System.Drawing.Size(75, 23);
  425. this.button1.TabIndex = 178;
  426. this.button1.Text = "button1";
  427. this.button1.UseVisualStyleBackColor = true;
  428. this.button1.Click += new System.EventHandler(this.button1_Click);
  429. //
  430. // Packing_CartonTransfer
  431. //
  432. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  433. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  434. this.ClientSize = new System.Drawing.Size(910, 527);
  435. this.Controls.Add(this.button1);
  436. this.Controls.Add(this.sn_code);
  437. this.Controls.Add(this.sn_code_label);
  438. this.Controls.Add(this.OperateResult);
  439. this.Controls.Add(this.groupBoxWithBorder2);
  440. this.Controls.Add(this.groupBoxWithBorder1);
  441. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  442. this.Margin = new System.Windows.Forms.Padding(2);
  443. this.Name = "Packing_CartonTransfer";
  444. this.Tag = "Packing!CartonTransfer";
  445. this.Text = "卡通箱转移";
  446. this.Load += new System.EventHandler(this.卡通箱转移_Load);
  447. this.SizeChanged += new System.EventHandler(this.卡通箱转移_SizeChanged);
  448. this.groupBoxWithBorder2.ResumeLayout(false);
  449. this.groupBoxWithBorder2.PerformLayout();
  450. this.groupBoxWithBorder1.ResumeLayout(false);
  451. this.groupBoxWithBorder1.PerformLayout();
  452. this.ResumeLayout(false);
  453. this.PerformLayout();
  454. }
  455. #endregion
  456. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
  457. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  458. private System.Windows.Forms.Label pa_currentqty_label;
  459. private System.Windows.Forms.Label pr_detail_label;
  460. private CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode ms_outboxcode;
  461. private System.Windows.Forms.Label pr_code_label;
  462. private System.Windows.Forms.Label pr_outboxinnerqty_label;
  463. private System.Windows.Forms.Label pa_code_label;
  464. private System.Windows.Forms.Label label1;
  465. private System.Windows.Forms.RadioButton movepack;
  466. private System.Windows.Forms.RadioButton newpack;
  467. private CustomControl.TextBoxWithIcon.EnterTextBox pa_outboxcode;
  468. private System.Windows.Forms.Label label3;
  469. private System.Windows.Forms.Label label2;
  470. private System.Windows.Forms.Label label4;
  471. private CustomControl.ValueLabel.ValueLabel pa_qty;
  472. private CustomControl.ValueLabel.ValueLabel ms_prodcode;
  473. private CustomControl.ValueLabel.ValueLabel laststepcode;
  474. private CustomControl.ValueLabel.ValueLabel ms_msmakecode;
  475. private CustomControl.ValueLabel.ValueLabel lastsccode;
  476. private CustomControl.ValueLabel.ValueLabel pa_currentqty;
  477. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  478. private System.Windows.Forms.Label sn_code_label;
  479. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  480. private CustomControl.TextBoxWithIcon.NumOnlyTextBox pa_standardqty;
  481. private CustomControl.ValueLabel.ValueLabel pa_level;
  482. private CustomControl.ValueLabel.ValueLabel pa_salecode;
  483. private CustomControl.ValueLabel.ValueLabel pa_custcode;
  484. private CustomControl.ValueLabel.ValueLabel pa_type;
  485. private CustomControl.ValueLabel.ValueLabel pa_packtype;
  486. private System.Windows.Forms.Button button1;
  487. }
  488. }