Packing_CartonTransfer.Designer.cs 32 KB

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