Packing_CartonTransfer.Designer.cs 29 KB

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