Packing_BigBoxCollection.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775
  1. namespace UAS_MES_NEW.Packing
  2. {
  3. partial class Packing_BigBoxCollection
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Packing_BigBoxCollection));
  30. this.pa_outboxcode_label = new System.Windows.Forms.Label();
  31. this.pa_totalqty_label = new System.Windows.Forms.Label();
  32. this.pa_makecode_label = new System.Windows.Forms.Label();
  33. this.AutoPrint = new System.Windows.Forms.CheckBox();
  34. this.pa_restqty_label = new System.Windows.Forms.Label();
  35. this.pa_custcode_label = new System.Windows.Forms.Label();
  36. this.outboxcode_label = new System.Windows.Forms.Label();
  37. this.pa_prodcode_label = new System.Windows.Forms.Label();
  38. this.PrintLabel_label = new System.Windows.Forms.Label();
  39. this.PrinterList_label = new System.Windows.Forms.Label();
  40. this.pa_packageqty_label = new System.Windows.Forms.Label();
  41. this.AutoOutBoxCode = new System.Windows.Forms.CheckBox();
  42. this.pa_status = new System.Windows.Forms.Label();
  43. this.Cancel = new System.Windows.Forms.CheckBox();
  44. this.pr_packrule = new System.Windows.Forms.Label();
  45. this.pa_custcode = new System.Windows.Forms.Label();
  46. this.pd_makecode = new System.Windows.Forms.Label();
  47. this.pd_prodcode = new System.Windows.Forms.Label();
  48. this.pd_salecode = new System.Windows.Forms.Label();
  49. this.PalletPreFix_label = new System.Windows.Forms.Label();
  50. this.OutBoxLength_label = new System.Windows.Forms.Label();
  51. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  52. this.PalletPreFix = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  53. this.OutBoxLength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  54. this.pa_standardqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  55. this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  56. this.Packing = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  57. this.pa_totalqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  58. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  59. this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  60. this.pa_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  61. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  62. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  63. this.outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  64. this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  65. this.Printlab = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  66. this.ReleasePallet = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  67. this.NewPallet = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  68. this.pa_salecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  69. this.PackageInf = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  70. this.pd_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.pa_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  76. ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).BeginInit();
  77. this.SuspendLayout();
  78. //
  79. // pa_outboxcode_label
  80. //
  81. this.pa_outboxcode_label.AutoSize = true;
  82. this.pa_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.pa_outboxcode_label.Location = new System.Drawing.Point(6, 90);
  84. this.pa_outboxcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  85. this.pa_outboxcode_label.Name = "pa_outboxcode_label";
  86. this.pa_outboxcode_label.Size = new System.Drawing.Size(114, 41);
  87. this.pa_outboxcode_label.TabIndex = 102;
  88. this.pa_outboxcode_label.Text = "大箱号";
  89. //
  90. // pa_totalqty_label
  91. //
  92. this.pa_totalqty_label.AutoSize = true;
  93. this.pa_totalqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.pa_totalqty_label.Location = new System.Drawing.Point(584, 154);
  95. this.pa_totalqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  96. this.pa_totalqty_label.Name = "pa_totalqty_label";
  97. this.pa_totalqty_label.Size = new System.Drawing.Size(146, 41);
  98. this.pa_totalqty_label.TabIndex = 104;
  99. this.pa_totalqty_label.Text = "已装数量";
  100. //
  101. // pa_makecode_label
  102. //
  103. this.pa_makecode_label.AutoSize = true;
  104. this.pa_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.pa_makecode_label.Location = new System.Drawing.Point(584, 90);
  106. this.pa_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  107. this.pa_makecode_label.Name = "pa_makecode_label";
  108. this.pa_makecode_label.Size = new System.Drawing.Size(146, 41);
  109. this.pa_makecode_label.TabIndex = 108;
  110. this.pa_makecode_label.Text = "制造单号";
  111. //
  112. // AutoPrint
  113. //
  114. this.AutoPrint.AutoSize = true;
  115. this.AutoPrint.Checked = true;
  116. this.AutoPrint.CheckState = System.Windows.Forms.CheckState.Checked;
  117. this.AutoPrint.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.AutoPrint.Location = new System.Drawing.Point(1506, 318);
  119. this.AutoPrint.Margin = new System.Windows.Forms.Padding(6);
  120. this.AutoPrint.Name = "AutoPrint";
  121. this.AutoPrint.Size = new System.Drawing.Size(242, 45);
  122. this.AutoPrint.TabIndex = 153;
  123. this.AutoPrint.Text = "满箱自动打印";
  124. this.AutoPrint.UseVisualStyleBackColor = true;
  125. //
  126. // pa_restqty_label
  127. //
  128. this.pa_restqty_label.AutoSize = true;
  129. this.pa_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.pa_restqty_label.Location = new System.Drawing.Point(1488, 230);
  131. this.pa_restqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  132. this.pa_restqty_label.Name = "pa_restqty_label";
  133. this.pa_restqty_label.Size = new System.Drawing.Size(146, 41);
  134. this.pa_restqty_label.TabIndex = 154;
  135. this.pa_restqty_label.Text = "打印张数";
  136. //
  137. // pa_custcode_label
  138. //
  139. this.pa_custcode_label.AutoSize = true;
  140. this.pa_custcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.pa_custcode_label.Location = new System.Drawing.Point(1500, 90);
  142. this.pa_custcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  143. this.pa_custcode_label.Name = "pa_custcode_label";
  144. this.pa_custcode_label.Size = new System.Drawing.Size(82, 41);
  145. this.pa_custcode_label.TabIndex = 157;
  146. this.pa_custcode_label.Text = "合同";
  147. //
  148. // outboxcode_label
  149. //
  150. this.outboxcode_label.AutoSize = true;
  151. this.outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.outboxcode_label.Location = new System.Drawing.Point(1428, 528);
  153. this.outboxcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  154. this.outboxcode_label.Name = "outboxcode_label";
  155. this.outboxcode_label.Size = new System.Drawing.Size(82, 41);
  156. this.outboxcode_label.TabIndex = 166;
  157. this.outboxcode_label.Text = "箱号";
  158. //
  159. // pa_prodcode_label
  160. //
  161. this.pa_prodcode_label.AutoSize = true;
  162. this.pa_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.pa_prodcode_label.Location = new System.Drawing.Point(964, 90);
  164. this.pa_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  165. this.pa_prodcode_label.Name = "pa_prodcode_label";
  166. this.pa_prodcode_label.Size = new System.Drawing.Size(146, 41);
  167. this.pa_prodcode_label.TabIndex = 169;
  168. this.pa_prodcode_label.Text = "产品编号";
  169. //
  170. // PrintLabel_label
  171. //
  172. this.PrintLabel_label.AutoSize = true;
  173. this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.PrintLabel_label.Location = new System.Drawing.Point(1500, 154);
  175. this.PrintLabel_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  176. this.PrintLabel_label.Name = "PrintLabel_label";
  177. this.PrintLabel_label.Size = new System.Drawing.Size(146, 41);
  178. this.PrintLabel_label.TabIndex = 174;
  179. this.PrintLabel_label.Text = "标签文件";
  180. //
  181. // PrinterList_label
  182. //
  183. this.PrinterList_label.AutoSize = true;
  184. this.PrinterList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.PrinterList_label.Location = new System.Drawing.Point(964, 154);
  186. this.PrinterList_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  187. this.PrinterList_label.Name = "PrinterList_label";
  188. this.PrinterList_label.Size = new System.Drawing.Size(178, 41);
  189. this.PrinterList_label.TabIndex = 173;
  190. this.PrinterList_label.Text = "打印机列表";
  191. //
  192. // pa_packageqty_label
  193. //
  194. this.pa_packageqty_label.AutoSize = true;
  195. this.pa_packageqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.pa_packageqty_label.Location = new System.Drawing.Point(6, 154);
  197. this.pa_packageqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  198. this.pa_packageqty_label.Name = "pa_packageqty_label";
  199. this.pa_packageqty_label.Size = new System.Drawing.Size(146, 41);
  200. this.pa_packageqty_label.TabIndex = 176;
  201. this.pa_packageqty_label.Text = "大箱容量";
  202. //
  203. // AutoOutBoxCode
  204. //
  205. this.AutoOutBoxCode.AutoSize = true;
  206. this.AutoOutBoxCode.Checked = true;
  207. this.AutoOutBoxCode.CheckState = System.Windows.Forms.CheckState.Checked;
  208. this.AutoOutBoxCode.Font = new System.Drawing.Font("微软雅黑", 10F);
  209. this.AutoOutBoxCode.Location = new System.Drawing.Point(6, 28);
  210. this.AutoOutBoxCode.Margin = new System.Windows.Forms.Padding(6);
  211. this.AutoOutBoxCode.Name = "AutoOutBoxCode";
  212. this.AutoOutBoxCode.Size = new System.Drawing.Size(155, 39);
  213. this.AutoOutBoxCode.TabIndex = 179;
  214. this.AutoOutBoxCode.Text = "自动生成";
  215. this.AutoOutBoxCode.UseVisualStyleBackColor = true;
  216. this.AutoOutBoxCode.CheckedChanged += new System.EventHandler(this.AutoOutBoxCode_CheckedChanged);
  217. this.AutoOutBoxCode.CheckStateChanged += new System.EventHandler(this.AutoOutBoxCode_CheckStateChanged);
  218. //
  219. // pa_status
  220. //
  221. this.pa_status.AutoSize = true;
  222. this.pa_status.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.pa_status.Location = new System.Drawing.Point(1846, 324);
  224. this.pa_status.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  225. this.pa_status.Name = "pa_status";
  226. this.pa_status.Size = new System.Drawing.Size(0, 41);
  227. this.pa_status.TabIndex = 180;
  228. this.pa_status.Visible = false;
  229. //
  230. // Cancel
  231. //
  232. this.Cancel.AutoSize = true;
  233. this.Cancel.Font = new System.Drawing.Font("微软雅黑", 10F);
  234. this.Cancel.Location = new System.Drawing.Point(1804, 526);
  235. this.Cancel.Margin = new System.Windows.Forms.Padding(6);
  236. this.Cancel.Name = "Cancel";
  237. this.Cancel.Size = new System.Drawing.Size(155, 39);
  238. this.Cancel.TabIndex = 182;
  239. this.Cancel.Text = "取消采集";
  240. this.Cancel.UseVisualStyleBackColor = true;
  241. //
  242. // pr_packrule
  243. //
  244. this.pr_packrule.AutoSize = true;
  245. this.pr_packrule.Location = new System.Drawing.Point(1496, 996);
  246. this.pr_packrule.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  247. this.pr_packrule.Name = "pr_packrule";
  248. this.pr_packrule.Size = new System.Drawing.Size(0, 24);
  249. this.pr_packrule.TabIndex = 183;
  250. this.pr_packrule.Visible = false;
  251. //
  252. // pa_custcode
  253. //
  254. this.pa_custcode.AutoSize = true;
  255. this.pa_custcode.Location = new System.Drawing.Point(1854, 996);
  256. this.pa_custcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  257. this.pa_custcode.Name = "pa_custcode";
  258. this.pa_custcode.Size = new System.Drawing.Size(0, 24);
  259. this.pa_custcode.TabIndex = 184;
  260. this.pa_custcode.Visible = false;
  261. //
  262. // pd_makecode
  263. //
  264. this.pd_makecode.AutoSize = true;
  265. this.pd_makecode.Location = new System.Drawing.Point(1460, 612);
  266. this.pd_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  267. this.pd_makecode.Name = "pd_makecode";
  268. this.pd_makecode.Size = new System.Drawing.Size(0, 24);
  269. this.pd_makecode.TabIndex = 185;
  270. this.pd_makecode.Visible = false;
  271. //
  272. // pd_prodcode
  273. //
  274. this.pd_prodcode.AutoSize = true;
  275. this.pd_prodcode.Location = new System.Drawing.Point(1658, 610);
  276. this.pd_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  277. this.pd_prodcode.Name = "pd_prodcode";
  278. this.pd_prodcode.Size = new System.Drawing.Size(0, 24);
  279. this.pd_prodcode.TabIndex = 186;
  280. this.pd_prodcode.Visible = false;
  281. //
  282. // pd_salecode
  283. //
  284. this.pd_salecode.AutoSize = true;
  285. this.pd_salecode.Location = new System.Drawing.Point(1854, 608);
  286. this.pd_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  287. this.pd_salecode.Name = "pd_salecode";
  288. this.pd_salecode.Size = new System.Drawing.Size(0, 24);
  289. this.pd_salecode.TabIndex = 187;
  290. this.pd_salecode.Visible = false;
  291. //
  292. // PalletPreFix_label
  293. //
  294. this.PalletPreFix_label.AutoSize = true;
  295. this.PalletPreFix_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.PalletPreFix_label.Location = new System.Drawing.Point(374, 30);
  297. this.PalletPreFix_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  298. this.PalletPreFix_label.Name = "PalletPreFix_label";
  299. this.PalletPreFix_label.Size = new System.Drawing.Size(71, 36);
  300. this.PalletPreFix_label.TabIndex = 200;
  301. this.PalletPreFix_label.Text = "前缀";
  302. //
  303. // OutBoxLength_label
  304. //
  305. this.OutBoxLength_label.AutoSize = true;
  306. this.OutBoxLength_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.OutBoxLength_label.Location = new System.Drawing.Point(194, 30);
  308. this.OutBoxLength_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  309. this.OutBoxLength_label.Name = "OutBoxLength_label";
  310. this.OutBoxLength_label.Size = new System.Drawing.Size(71, 36);
  311. this.OutBoxLength_label.TabIndex = 198;
  312. this.OutBoxLength_label.Text = "长度";
  313. //
  314. // StepCount
  315. //
  316. this.StepCount.LineCode = null;
  317. this.StepCount.Location = new System.Drawing.Point(962, 26);
  318. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  319. this.StepCount.Name = "StepCount";
  320. this.StepCount.Size = new System.Drawing.Size(176, 44);
  321. this.StepCount.Source = null;
  322. this.StepCount.StepCode = null;
  323. this.StepCount.TabIndex = 201;
  324. //
  325. // PalletPreFix
  326. //
  327. this.PalletPreFix.AllPower = null;
  328. this.PalletPreFix.BackColor = System.Drawing.Color.White;
  329. this.PalletPreFix.Font = new System.Drawing.Font("微软雅黑", 9F);
  330. this.PalletPreFix.ID = null;
  331. this.PalletPreFix.Location = new System.Drawing.Point(450, 28);
  332. this.PalletPreFix.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
  333. this.PalletPreFix.Name = "PalletPreFix";
  334. this.PalletPreFix.Power = null;
  335. this.PalletPreFix.Size = new System.Drawing.Size(72, 39);
  336. this.PalletPreFix.Str = null;
  337. this.PalletPreFix.Str1 = null;
  338. this.PalletPreFix.Str2 = null;
  339. this.PalletPreFix.TabIndex = 199;
  340. //
  341. // OutBoxLength
  342. //
  343. this.OutBoxLength.AllPower = null;
  344. this.OutBoxLength.BackColor = System.Drawing.Color.White;
  345. this.OutBoxLength.Font = new System.Drawing.Font("微软雅黑", 9F);
  346. this.OutBoxLength.ID = null;
  347. this.OutBoxLength.Location = new System.Drawing.Point(278, 28);
  348. this.OutBoxLength.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
  349. this.OutBoxLength.Name = "OutBoxLength";
  350. this.OutBoxLength.Power = null;
  351. this.OutBoxLength.Size = new System.Drawing.Size(72, 39);
  352. this.OutBoxLength.Str = null;
  353. this.OutBoxLength.Str1 = null;
  354. this.OutBoxLength.Str2 = null;
  355. this.OutBoxLength.TabIndex = 197;
  356. //
  357. // pa_standardqty
  358. //
  359. this.pa_standardqty.AllPower = null;
  360. this.pa_standardqty.BackColor = System.Drawing.Color.White;
  361. this.pa_standardqty.ID = null;
  362. this.pa_standardqty.Location = new System.Drawing.Point(160, 154);
  363. this.pa_standardqty.Margin = new System.Windows.Forms.Padding(4);
  364. this.pa_standardqty.Name = "pa_standardqty";
  365. this.pa_standardqty.Power = null;
  366. this.pa_standardqty.Size = new System.Drawing.Size(210, 35);
  367. this.pa_standardqty.Str = null;
  368. this.pa_standardqty.Str1 = null;
  369. this.pa_standardqty.Str2 = null;
  370. this.pa_standardqty.TabIndex = 188;
  371. this.pa_standardqty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_standardqty_KeyDown);
  372. //
  373. // PrintNum
  374. //
  375. this.PrintNum.AllPower = null;
  376. this.PrintNum.BackColor = System.Drawing.Color.White;
  377. this.PrintNum.ID = null;
  378. this.PrintNum.Location = new System.Drawing.Point(1676, 238);
  379. this.PrintNum.Margin = new System.Windows.Forms.Padding(6);
  380. this.PrintNum.Name = "PrintNum";
  381. this.PrintNum.Power = null;
  382. this.PrintNum.Size = new System.Drawing.Size(280, 35);
  383. this.PrintNum.Str = null;
  384. this.PrintNum.Str1 = null;
  385. this.PrintNum.Str2 = null;
  386. this.PrintNum.TabIndex = 181;
  387. //
  388. // Packing
  389. //
  390. this.Packing.AllPower = null;
  391. this.Packing.BackColor = System.Drawing.Color.Transparent;
  392. this.Packing.DownImage = ((System.Drawing.Image)(resources.GetObject("Packing.DownImage")));
  393. this.Packing.Image = null;
  394. this.Packing.IsShowBorder = true;
  395. this.Packing.Location = new System.Drawing.Point(1820, 420);
  396. this.Packing.Margin = new System.Windows.Forms.Padding(6);
  397. this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
  398. this.Packing.Name = "Packing";
  399. this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
  400. this.Packing.Power = "ifspecial";
  401. this.Packing.Size = new System.Drawing.Size(112, 48);
  402. this.Packing.TabIndex = 178;
  403. this.Packing.Text = "封大箱";
  404. this.Packing.UseVisualStyleBackColor = true;
  405. this.Packing.Click += new System.EventHandler(this.Packing_Click);
  406. //
  407. // pa_totalqty
  408. //
  409. this.pa_totalqty.AutoSize = true;
  410. this.pa_totalqty.CutLength = null;
  411. this.pa_totalqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.pa_totalqty.Location = new System.Drawing.Point(748, 154);
  413. this.pa_totalqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  414. this.pa_totalqty.MaximumSize = new System.Drawing.Size(300, 0);
  415. this.pa_totalqty.Name = "pa_totalqty";
  416. this.pa_totalqty.Size = new System.Drawing.Size(0, 41);
  417. this.pa_totalqty.TabIndex = 177;
  418. this.pa_totalqty.Tag = "1";
  419. //
  420. // PrintLabel
  421. //
  422. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  423. this.PrintLabel.FormattingEnabled = true;
  424. this.PrintLabel.Location = new System.Drawing.Point(1680, 154);
  425. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  426. this.PrintLabel.Name = "PrintLabel";
  427. this.PrintLabel.Size = new System.Drawing.Size(272, 32);
  428. this.PrintLabel.TabIndex = 172;
  429. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  430. //
  431. // PrinterList
  432. //
  433. this.PrinterList.Location = new System.Drawing.Point(1184, 154);
  434. this.PrinterList.Margin = new System.Windows.Forms.Padding(8);
  435. this.PrinterList.Name = "PrinterList";
  436. this.PrinterList.Size = new System.Drawing.Size(256, 40);
  437. this.PrinterList.TabIndex = 171;
  438. //
  439. // pa_prodcode
  440. //
  441. this.pa_prodcode.AutoSize = true;
  442. this.pa_prodcode.CutLength = null;
  443. this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  444. this.pa_prodcode.Location = new System.Drawing.Point(1174, 90);
  445. this.pa_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  446. this.pa_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
  447. this.pa_prodcode.Name = "pa_prodcode";
  448. this.pa_prodcode.Size = new System.Drawing.Size(0, 41);
  449. this.pa_prodcode.TabIndex = 170;
  450. this.pa_prodcode.Tag = "1";
  451. this.pa_prodcode.TextChanged += new System.EventHandler(this.pa_prodcode_TextChanged);
  452. //
  453. // Clean
  454. //
  455. this.Clean.AllPower = null;
  456. this.Clean.BackColor = System.Drawing.Color.Transparent;
  457. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  458. this.Clean.Image = null;
  459. this.Clean.IsShowBorder = true;
  460. this.Clean.Location = new System.Drawing.Point(1658, 996);
  461. this.Clean.Margin = new System.Windows.Forms.Padding(6);
  462. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  463. this.Clean.Name = "Clean";
  464. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  465. this.Clean.Power = null;
  466. this.Clean.Size = new System.Drawing.Size(120, 48);
  467. this.Clean.TabIndex = 168;
  468. this.Clean.Text = "清除";
  469. this.Clean.UseVisualStyleBackColor = true;
  470. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  471. //
  472. // OperateResult
  473. //
  474. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  475. this.OperateResult.Location = new System.Drawing.Point(1430, 608);
  476. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  477. this.OperateResult.Name = "OperateResult";
  478. this.OperateResult.Size = new System.Drawing.Size(550, 372);
  479. this.OperateResult.TabIndex = 167;
  480. this.OperateResult.Text = "";
  481. //
  482. // outboxcode
  483. //
  484. this.outboxcode.AllPower = "ifall";
  485. this.outboxcode.BackColor = System.Drawing.Color.White;
  486. this.outboxcode.ID = null;
  487. this.outboxcode.Location = new System.Drawing.Point(1540, 528);
  488. this.outboxcode.Margin = new System.Windows.Forms.Padding(6);
  489. this.outboxcode.Name = "outboxcode";
  490. this.outboxcode.Power = "ifread";
  491. this.outboxcode.Size = new System.Drawing.Size(216, 35);
  492. this.outboxcode.Str = null;
  493. this.outboxcode.Str1 = null;
  494. this.outboxcode.Str2 = null;
  495. this.outboxcode.TabIndex = 164;
  496. this.outboxcode.Tag = "NoAuto";
  497. this.outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.outboxcode_KeyDown);
  498. //
  499. // pa_outboxcode
  500. //
  501. this.pa_outboxcode.AllPower = "ifall";
  502. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  503. this.pa_outboxcode.ID = null;
  504. this.pa_outboxcode.Location = new System.Drawing.Point(160, 94);
  505. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(6);
  506. this.pa_outboxcode.Name = "pa_outboxcode";
  507. this.pa_outboxcode.Power = "ifread";
  508. this.pa_outboxcode.Size = new System.Drawing.Size(208, 35);
  509. this.pa_outboxcode.Str = null;
  510. this.pa_outboxcode.Str1 = null;
  511. this.pa_outboxcode.Str2 = null;
  512. this.pa_outboxcode.TabIndex = 163;
  513. this.pa_outboxcode.Tag = "NoAuto";
  514. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.palletcode_KeyDown);
  515. //
  516. // Printlab
  517. //
  518. this.Printlab.AllPower = null;
  519. this.Printlab.BackColor = System.Drawing.Color.Transparent;
  520. this.Printlab.DownImage = ((System.Drawing.Image)(resources.GetObject("Printlab.DownImage")));
  521. this.Printlab.Image = null;
  522. this.Printlab.IsShowBorder = true;
  523. this.Printlab.Location = new System.Drawing.Point(1672, 420);
  524. this.Printlab.Margin = new System.Windows.Forms.Padding(6);
  525. this.Printlab.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printlab.MoveImage")));
  526. this.Printlab.Name = "Printlab";
  527. this.Printlab.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printlab.NormalImage")));
  528. this.Printlab.Power = null;
  529. this.Printlab.Size = new System.Drawing.Size(90, 48);
  530. this.Printlab.TabIndex = 161;
  531. this.Printlab.Text = "打印";
  532. this.Printlab.UseVisualStyleBackColor = true;
  533. this.Printlab.Click += new System.EventHandler(this.Print_Click);
  534. //
  535. // ReleasePallet
  536. //
  537. this.ReleasePallet.AllPower = null;
  538. this.ReleasePallet.BackColor = System.Drawing.Color.Transparent;
  539. this.ReleasePallet.DownImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.DownImage")));
  540. this.ReleasePallet.Image = null;
  541. this.ReleasePallet.IsShowBorder = true;
  542. this.ReleasePallet.Location = new System.Drawing.Point(1506, 420);
  543. this.ReleasePallet.Margin = new System.Windows.Forms.Padding(6);
  544. this.ReleasePallet.MoveImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.MoveImage")));
  545. this.ReleasePallet.Name = "ReleasePallet";
  546. this.ReleasePallet.NormalImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.NormalImage")));
  547. this.ReleasePallet.Power = null;
  548. this.ReleasePallet.Size = new System.Drawing.Size(112, 48);
  549. this.ReleasePallet.TabIndex = 160;
  550. this.ReleasePallet.Text = "解除大箱";
  551. this.ReleasePallet.UseVisualStyleBackColor = true;
  552. this.ReleasePallet.Click += new System.EventHandler(this.ReleasePallet_Click);
  553. //
  554. // NewPallet
  555. //
  556. this.NewPallet.AllPower = "ifall";
  557. this.NewPallet.BackColor = System.Drawing.Color.Transparent;
  558. this.NewPallet.DownImage = ((System.Drawing.Image)(resources.GetObject("NewPallet.DownImage")));
  559. this.NewPallet.Image = null;
  560. this.NewPallet.IsShowBorder = true;
  561. this.NewPallet.Location = new System.Drawing.Point(1836, 30);
  562. this.NewPallet.Margin = new System.Windows.Forms.Padding(6);
  563. this.NewPallet.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewPallet.MoveImage")));
  564. this.NewPallet.Name = "NewPallet";
  565. this.NewPallet.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewPallet.NormalImage")));
  566. this.NewPallet.Power = "ifread";
  567. this.NewPallet.Size = new System.Drawing.Size(120, 48);
  568. this.NewPallet.TabIndex = 159;
  569. this.NewPallet.Text = "新增大箱";
  570. this.NewPallet.UseVisualStyleBackColor = true;
  571. this.NewPallet.Visible = false;
  572. this.NewPallet.Click += new System.EventHandler(this.NewPallet_Click);
  573. //
  574. // pa_salecode
  575. //
  576. this.pa_salecode.AutoSize = true;
  577. this.pa_salecode.CutLength = null;
  578. this.pa_salecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. this.pa_salecode.Location = new System.Drawing.Point(1684, 90);
  580. this.pa_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  581. this.pa_salecode.MaximumSize = new System.Drawing.Size(300, 0);
  582. this.pa_salecode.Name = "pa_salecode";
  583. this.pa_salecode.Size = new System.Drawing.Size(0, 41);
  584. this.pa_salecode.TabIndex = 158;
  585. this.pa_salecode.Tag = "1";
  586. //
  587. // PackageInf
  588. //
  589. this.PackageInf.AllowUserToAddRows = false;
  590. this.PackageInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  591. this.PackageInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  592. this.pd_outboxcode,
  593. this.pd_innerqty,
  594. this.Column3,
  595. this.Column4,
  596. this.Column5});
  597. this.PackageInf.EnableContentClick = true;
  598. this.PackageInf.Location = new System.Drawing.Point(6, 230);
  599. this.PackageInf.Margin = new System.Windows.Forms.Padding(6);
  600. this.PackageInf.Name = "PackageInf";
  601. this.PackageInf.RowHeadersWidth = 82;
  602. this.PackageInf.RowTemplate.Height = 23;
  603. this.PackageInf.Size = new System.Drawing.Size(1412, 830);
  604. this.PackageInf.TabIndex = 156;
  605. //
  606. // pd_outboxcode
  607. //
  608. this.pd_outboxcode.DataPropertyName = "code";
  609. this.pd_outboxcode.HeaderText = "卡通箱号";
  610. this.pd_outboxcode.MinimumWidth = 10;
  611. this.pd_outboxcode.Name = "pd_outboxcode";
  612. this.pd_outboxcode.ReadOnly = true;
  613. this.pd_outboxcode.Width = 200;
  614. //
  615. // pd_innerqty
  616. //
  617. this.pd_innerqty.DataPropertyName = "pd_innerqty";
  618. this.pd_innerqty.HeaderText = "数量";
  619. this.pd_innerqty.MinimumWidth = 10;
  620. this.pd_innerqty.Name = "pd_innerqty";
  621. this.pd_innerqty.ReadOnly = true;
  622. this.pd_innerqty.Width = 200;
  623. //
  624. // Column3
  625. //
  626. this.Column3.DataPropertyName = "pd_prodcode";
  627. this.Column3.HeaderText = "产品编号";
  628. this.Column3.MinimumWidth = 10;
  629. this.Column3.Name = "Column3";
  630. this.Column3.ReadOnly = true;
  631. this.Column3.Width = 200;
  632. //
  633. // Column4
  634. //
  635. this.Column4.DataPropertyName = "pd_makecode";
  636. this.Column4.HeaderText = "工单号";
  637. this.Column4.MinimumWidth = 10;
  638. this.Column4.Name = "Column4";
  639. this.Column4.ReadOnly = true;
  640. this.Column4.Width = 200;
  641. //
  642. // Column5
  643. //
  644. this.Column5.DataPropertyName = "pa_custcode";
  645. this.Column5.HeaderText = "客户";
  646. this.Column5.MinimumWidth = 100;
  647. this.Column5.Name = "Column5";
  648. this.Column5.ReadOnly = true;
  649. this.Column5.Width = 200;
  650. //
  651. // pa_makecode
  652. //
  653. this.pa_makecode.AutoSize = true;
  654. this.pa_makecode.CutLength = null;
  655. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  656. this.pa_makecode.Location = new System.Drawing.Point(748, 90);
  657. this.pa_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  658. this.pa_makecode.MaximumSize = new System.Drawing.Size(300, 0);
  659. this.pa_makecode.Name = "pa_makecode";
  660. this.pa_makecode.Size = new System.Drawing.Size(0, 41);
  661. this.pa_makecode.TabIndex = 109;
  662. this.pa_makecode.Tag = "1";
  663. //
  664. // Packing_BigBoxCollection
  665. //
  666. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  667. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  668. this.ClientSize = new System.Drawing.Size(1994, 1086);
  669. this.Controls.Add(this.StepCount);
  670. this.Controls.Add(this.PalletPreFix_label);
  671. this.Controls.Add(this.PalletPreFix);
  672. this.Controls.Add(this.OutBoxLength_label);
  673. this.Controls.Add(this.OutBoxLength);
  674. this.Controls.Add(this.pa_standardqty);
  675. this.Controls.Add(this.pd_salecode);
  676. this.Controls.Add(this.pd_prodcode);
  677. this.Controls.Add(this.pd_makecode);
  678. this.Controls.Add(this.pa_custcode);
  679. this.Controls.Add(this.pr_packrule);
  680. this.Controls.Add(this.Cancel);
  681. this.Controls.Add(this.PrintNum);
  682. this.Controls.Add(this.pa_status);
  683. this.Controls.Add(this.AutoOutBoxCode);
  684. this.Controls.Add(this.Packing);
  685. this.Controls.Add(this.pa_totalqty);
  686. this.Controls.Add(this.pa_packageqty_label);
  687. this.Controls.Add(this.PrintLabel_label);
  688. this.Controls.Add(this.PrinterList_label);
  689. this.Controls.Add(this.PrintLabel);
  690. this.Controls.Add(this.PrinterList);
  691. this.Controls.Add(this.pa_prodcode);
  692. this.Controls.Add(this.pa_prodcode_label);
  693. this.Controls.Add(this.Clean);
  694. this.Controls.Add(this.OperateResult);
  695. this.Controls.Add(this.outboxcode_label);
  696. this.Controls.Add(this.outboxcode);
  697. this.Controls.Add(this.pa_outboxcode);
  698. this.Controls.Add(this.Printlab);
  699. this.Controls.Add(this.ReleasePallet);
  700. this.Controls.Add(this.NewPallet);
  701. this.Controls.Add(this.pa_salecode);
  702. this.Controls.Add(this.pa_custcode_label);
  703. this.Controls.Add(this.PackageInf);
  704. this.Controls.Add(this.pa_restqty_label);
  705. this.Controls.Add(this.AutoPrint);
  706. this.Controls.Add(this.pa_makecode);
  707. this.Controls.Add(this.pa_makecode_label);
  708. this.Controls.Add(this.pa_totalqty_label);
  709. this.Controls.Add(this.pa_outboxcode_label);
  710. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  711. this.Margin = new System.Windows.Forms.Padding(6);
  712. this.Name = "Packing_BigBoxCollection";
  713. this.Tag = "Packing!BigBoxCollection";
  714. this.Text = "栈板采集";
  715. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Make_BigBoxCollection_FormClosed);
  716. this.Load += new System.EventHandler(this.栈板称重_Load);
  717. this.SizeChanged += new System.EventHandler(this.栈板称重_SizeChanged);
  718. ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).EndInit();
  719. this.ResumeLayout(true);
  720. this.PerformLayout();
  721. }
  722. #endregion
  723. private System.Windows.Forms.Label pa_outboxcode_label;
  724. private System.Windows.Forms.Label pa_totalqty_label;
  725. private CustomControl.ValueLabel.ValueLabel pa_makecode;
  726. private System.Windows.Forms.Label pa_makecode_label;
  727. private System.Windows.Forms.CheckBox AutoPrint;
  728. private System.Windows.Forms.Label pa_restqty_label;
  729. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageInf;
  730. private CustomControl.ValueLabel.ValueLabel pa_salecode;
  731. private System.Windows.Forms.Label pa_custcode_label;
  732. private CustomControl.ButtonUtil.NormalButton NewPallet;
  733. private CustomControl.ButtonUtil.NormalButton ReleasePallet;
  734. private CustomControl.ButtonUtil.NormalButton Printlab;
  735. private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode;
  736. private CustomControl.TextBoxWithIcon.SnCollectionBox outboxcode;
  737. private System.Windows.Forms.Label outboxcode_label;
  738. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  739. private CustomControl.ButtonUtil.NormalButton Clean;
  740. private CustomControl.ValueLabel.ValueLabel pa_prodcode;
  741. private System.Windows.Forms.Label pa_prodcode_label;
  742. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  743. private UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  744. private System.Windows.Forms.Label PrintLabel_label;
  745. private System.Windows.Forms.Label PrinterList_label;
  746. private CustomControl.ValueLabel.ValueLabel pa_totalqty;
  747. private System.Windows.Forms.Label pa_packageqty_label;
  748. private CustomControl.ButtonUtil.NormalButton Packing;
  749. private System.Windows.Forms.CheckBox AutoOutBoxCode;
  750. private System.Windows.Forms.Label pa_status;
  751. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  752. private System.Windows.Forms.DataGridViewTextBoxColumn pd_outboxcode;
  753. private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
  754. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  755. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  756. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  757. private System.Windows.Forms.CheckBox Cancel;
  758. private System.Windows.Forms.Label pr_packrule;
  759. private System.Windows.Forms.Label pa_custcode;
  760. private System.Windows.Forms.Label pd_makecode;
  761. private System.Windows.Forms.Label pd_prodcode;
  762. private System.Windows.Forms.Label pd_salecode;
  763. private CustomControl.TextBoxWithIcon.EnterTextBox pa_standardqty;
  764. private System.Windows.Forms.Label PalletPreFix_label;
  765. private CustomControl.TextBoxWithIcon.SnCollectionBox PalletPreFix;
  766. private System.Windows.Forms.Label OutBoxLength_label;
  767. private CustomControl.TextBoxWithIcon.SnCollectionBox OutBoxLength;
  768. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  769. }
  770. }