Make_PackageCollection.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_PackageCollection
  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(Make_PackageCollection));
  29. this.pa_makecode = new System.Windows.Forms.Label();
  30. this.label13 = new System.Windows.Forms.Label();
  31. this.Cancel = new System.Windows.Forms.CheckBox();
  32. this.pa_id = new System.Windows.Forms.Label();
  33. this.pr_packrule = new System.Windows.Forms.Label();
  34. this.pa_status = new System.Windows.Forms.Label();
  35. this.ob_checkno = new System.Windows.Forms.Label();
  36. this.pa_sccode = new System.Windows.Forms.Label();
  37. this.pa_checkno = new System.Windows.Forms.Label();
  38. this.pa_downstatus = new System.Windows.Forms.Label();
  39. this.ms_makecode = new System.Windows.Forms.Label();
  40. this.pa_standardqty = new System.Windows.Forms.Label();
  41. this.groupBoxWithBorder2 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  42. this.ob_nowcheckqty = new System.Windows.Forms.Label();
  43. this.ob_batchqty = new System.Windows.Forms.Label();
  44. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  45. this.ob_batchqty_label = new System.Windows.Forms.Label();
  46. this.SendCheck = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  47. this.Packing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  48. this.PrintLabel = new System.Windows.Forms.ComboBox();
  49. this.label3 = new System.Windows.Forms.Label();
  50. this.PrintNum = new System.Windows.Forms.NumericUpDown();
  51. this.AutoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  52. this.PrintList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  53. this.Printing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  54. this.PrintList_label = new System.Windows.Forms.Label();
  55. this.PrintNum_label = new System.Windows.Forms.Label();
  56. this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  57. this.DeleteAll = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  58. this.pr_outboxinnerqty = new System.Windows.Forms.NumericUpDown();
  59. this.AutoGenBoxCode = new System.Windows.Forms.CheckBox();
  60. this.pa_currentqty_label = new System.Windows.Forms.Label();
  61. this.pr_detail_label = new System.Windows.Forms.Label();
  62. this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  63. this.pa_currentqty = new System.Windows.Forms.Label();
  64. this.pr_code_label = new System.Windows.Forms.Label();
  65. this.pr_detail = new System.Windows.Forms.Label();
  66. this.pr_outboxinnerqty_label = new System.Windows.Forms.Label();
  67. this.pr_code = new System.Windows.Forms.Label();
  68. this.pa_code_label = new System.Windows.Forms.Label();
  69. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  70. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  71. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  72. this.PackageDetail = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  73. this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.pa_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.pa_prodcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.pa_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.checkweightlabel = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  80. this.groupBoxWithBorder2.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
  82. this.groupBoxWithBorder1.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.pr_outboxinnerqty)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
  85. this.SuspendLayout();
  86. //
  87. // pa_makecode
  88. //
  89. this.pa_makecode.AutoSize = true;
  90. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.pa_makecode.Location = new System.Drawing.Point(831, 427);
  92. this.pa_makecode.Name = "pa_makecode";
  93. this.pa_makecode.Size = new System.Drawing.Size(0, 21);
  94. this.pa_makecode.TabIndex = 76;
  95. this.pa_makecode.Visible = false;
  96. //
  97. // label13
  98. //
  99. this.label13.AutoSize = true;
  100. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.label13.ForeColor = System.Drawing.Color.Black;
  102. this.label13.Location = new System.Drawing.Point(8, 545);
  103. this.label13.Name = "label13";
  104. this.label13.Size = new System.Drawing.Size(58, 21);
  105. this.label13.TabIndex = 105;
  106. this.label13.Text = "序列号";
  107. //
  108. // Cancel
  109. //
  110. this.Cancel.AutoSize = true;
  111. this.Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.Cancel.Location = new System.Drawing.Point(310, 545);
  113. this.Cancel.Name = "Cancel";
  114. this.Cancel.Size = new System.Drawing.Size(93, 25);
  115. this.Cancel.TabIndex = 129;
  116. this.Cancel.Text = "取消装箱";
  117. this.Cancel.UseVisualStyleBackColor = true;
  118. //
  119. // pa_id
  120. //
  121. this.pa_id.AutoSize = true;
  122. this.pa_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.pa_id.Location = new System.Drawing.Point(799, 427);
  124. this.pa_id.Name = "pa_id";
  125. this.pa_id.Size = new System.Drawing.Size(0, 21);
  126. this.pa_id.TabIndex = 153;
  127. this.pa_id.Visible = false;
  128. //
  129. // pr_packrule
  130. //
  131. this.pr_packrule.AutoSize = true;
  132. this.pr_packrule.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.pr_packrule.Location = new System.Drawing.Point(849, 418);
  134. this.pr_packrule.Name = "pr_packrule";
  135. this.pr_packrule.Size = new System.Drawing.Size(0, 21);
  136. this.pr_packrule.TabIndex = 173;
  137. this.pr_packrule.Visible = false;
  138. //
  139. // pa_status
  140. //
  141. this.pa_status.AutoSize = true;
  142. this.pa_status.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.pa_status.Location = new System.Drawing.Point(780, 456);
  144. this.pa_status.Name = "pa_status";
  145. this.pa_status.Size = new System.Drawing.Size(0, 21);
  146. this.pa_status.TabIndex = 174;
  147. this.pa_status.Visible = false;
  148. //
  149. // ob_checkno
  150. //
  151. this.ob_checkno.AutoSize = true;
  152. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.ob_checkno.Location = new System.Drawing.Point(806, 456);
  154. this.ob_checkno.Name = "ob_checkno";
  155. this.ob_checkno.Size = new System.Drawing.Size(0, 21);
  156. this.ob_checkno.TabIndex = 175;
  157. this.ob_checkno.Visible = false;
  158. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  159. //
  160. // pa_sccode
  161. //
  162. this.pa_sccode.AutoSize = true;
  163. this.pa_sccode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.pa_sccode.Location = new System.Drawing.Point(831, 456);
  165. this.pa_sccode.Name = "pa_sccode";
  166. this.pa_sccode.Size = new System.Drawing.Size(0, 21);
  167. this.pa_sccode.TabIndex = 176;
  168. this.pa_sccode.Visible = false;
  169. //
  170. // pa_checkno
  171. //
  172. this.pa_checkno.AutoSize = true;
  173. this.pa_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.pa_checkno.Location = new System.Drawing.Point(825, 456);
  175. this.pa_checkno.Name = "pa_checkno";
  176. this.pa_checkno.Size = new System.Drawing.Size(0, 21);
  177. this.pa_checkno.TabIndex = 177;
  178. this.pa_checkno.Visible = false;
  179. //
  180. // pa_downstatus
  181. //
  182. this.pa_downstatus.AutoSize = true;
  183. this.pa_downstatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.pa_downstatus.Location = new System.Drawing.Point(837, 456);
  185. this.pa_downstatus.Name = "pa_downstatus";
  186. this.pa_downstatus.Size = new System.Drawing.Size(0, 21);
  187. this.pa_downstatus.TabIndex = 178;
  188. this.pa_downstatus.Visible = false;
  189. //
  190. // ms_makecode
  191. //
  192. this.ms_makecode.AutoSize = true;
  193. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.ms_makecode.Location = new System.Drawing.Point(853, 470);
  195. this.ms_makecode.Name = "ms_makecode";
  196. this.ms_makecode.Size = new System.Drawing.Size(0, 21);
  197. this.ms_makecode.TabIndex = 179;
  198. this.ms_makecode.Visible = false;
  199. //
  200. // pa_standardqty
  201. //
  202. this.pa_standardqty.AutoSize = true;
  203. this.pa_standardqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.pa_standardqty.Location = new System.Drawing.Point(849, 470);
  205. this.pa_standardqty.Name = "pa_standardqty";
  206. this.pa_standardqty.Size = new System.Drawing.Size(0, 21);
  207. this.pa_standardqty.TabIndex = 180;
  208. this.pa_standardqty.Visible = false;
  209. //
  210. // groupBoxWithBorder2
  211. //
  212. this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
  213. this.groupBoxWithBorder2.Controls.Add(this.checkweightlabel);
  214. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty);
  215. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty);
  216. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty_label);
  217. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty_label);
  218. this.groupBoxWithBorder2.Controls.Add(this.SendCheck);
  219. this.groupBoxWithBorder2.Controls.Add(this.Packing);
  220. this.groupBoxWithBorder2.Controls.Add(this.PrintLabel);
  221. this.groupBoxWithBorder2.Controls.Add(this.label3);
  222. this.groupBoxWithBorder2.Controls.Add(this.PrintNum);
  223. this.groupBoxWithBorder2.Controls.Add(this.AutoPrint);
  224. this.groupBoxWithBorder2.Controls.Add(this.PrintList);
  225. this.groupBoxWithBorder2.Controls.Add(this.Printing);
  226. this.groupBoxWithBorder2.Controls.Add(this.PrintList_label);
  227. this.groupBoxWithBorder2.Controls.Add(this.PrintNum_label);
  228. this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.groupBoxWithBorder2.Location = new System.Drawing.Point(424, 6);
  230. this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(2);
  231. this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
  232. this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(2);
  233. this.groupBoxWithBorder2.Size = new System.Drawing.Size(446, 157);
  234. this.groupBoxWithBorder2.TabIndex = 172;
  235. this.groupBoxWithBorder2.TabStop = false;
  236. this.groupBoxWithBorder2.Text = "打印";
  237. this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
  238. //
  239. // ob_nowcheckqty
  240. //
  241. this.ob_nowcheckqty.AutoSize = true;
  242. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.ob_nowcheckqty.Location = new System.Drawing.Point(353, 82);
  244. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  245. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 21);
  246. this.ob_nowcheckqty.TabIndex = 178;
  247. //
  248. // ob_batchqty
  249. //
  250. this.ob_batchqty.AutoSize = true;
  251. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.ob_batchqty.Location = new System.Drawing.Point(353, 43);
  253. this.ob_batchqty.Name = "ob_batchqty";
  254. this.ob_batchqty.Size = new System.Drawing.Size(0, 21);
  255. this.ob_batchqty.TabIndex = 177;
  256. //
  257. // ob_nowcheckqty_label
  258. //
  259. this.ob_nowcheckqty_label.AutoSize = true;
  260. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(272, 82);
  262. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  263. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(74, 21);
  264. this.ob_nowcheckqty_label.TabIndex = 176;
  265. this.ob_nowcheckqty_label.Text = "当前批数";
  266. //
  267. // ob_batchqty_label
  268. //
  269. this.ob_batchqty_label.AutoSize = true;
  270. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.ob_batchqty_label.Location = new System.Drawing.Point(272, 43);
  272. this.ob_batchqty_label.Name = "ob_batchqty_label";
  273. this.ob_batchqty_label.Size = new System.Drawing.Size(74, 21);
  274. this.ob_batchqty_label.TabIndex = 175;
  275. this.ob_batchqty_label.Text = "标准批数";
  276. //
  277. // SendCheck
  278. //
  279. this.SendCheck.AllPower = "ifall";
  280. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  281. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  282. this.SendCheck.Enabled = false;
  283. this.SendCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
  284. this.SendCheck.Image = null;
  285. this.SendCheck.IsShowBorder = true;
  286. this.SendCheck.Location = new System.Drawing.Point(369, 123);
  287. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  288. this.SendCheck.Name = "SendCheck";
  289. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  290. this.SendCheck.Power = null;
  291. this.SendCheck.Size = new System.Drawing.Size(56, 24);
  292. this.SendCheck.TabIndex = 174;
  293. this.SendCheck.Tag = "ifread";
  294. this.SendCheck.Text = "送检";
  295. this.SendCheck.UseVisualStyleBackColor = true;
  296. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  297. //
  298. // Packing
  299. //
  300. this.Packing.AllPower = null;
  301. this.Packing.BackColor = System.Drawing.Color.Transparent;
  302. this.Packing.DownImage = ((System.Drawing.Image)(resources.GetObject("Packing.DownImage")));
  303. this.Packing.Font = new System.Drawing.Font("微软雅黑", 9F);
  304. this.Packing.Image = null;
  305. this.Packing.IsShowBorder = true;
  306. this.Packing.Location = new System.Drawing.Point(15, 123);
  307. this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
  308. this.Packing.Name = "Packing";
  309. this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
  310. this.Packing.Power = null;
  311. this.Packing.Size = new System.Drawing.Size(50, 24);
  312. this.Packing.TabIndex = 173;
  313. this.Packing.Text = "封箱";
  314. this.Packing.UseVisualStyleBackColor = true;
  315. this.Packing.Click += new System.EventHandler(this.Packing_Click);
  316. //
  317. // PrintLabel
  318. //
  319. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  320. this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F);
  321. this.PrintLabel.FormattingEnabled = true;
  322. this.PrintLabel.Location = new System.Drawing.Point(118, 84);
  323. this.PrintLabel.Margin = new System.Windows.Forms.Padding(2);
  324. this.PrintLabel.Name = "PrintLabel";
  325. this.PrintLabel.Size = new System.Drawing.Size(138, 25);
  326. this.PrintLabel.TabIndex = 159;
  327. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  328. //
  329. // label3
  330. //
  331. this.label3.AutoSize = true;
  332. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.label3.Location = new System.Drawing.Point(10, 82);
  334. this.label3.Name = "label3";
  335. this.label3.Size = new System.Drawing.Size(74, 21);
  336. this.label3.TabIndex = 160;
  337. this.label3.Text = "打印标签";
  338. //
  339. // PrintNum
  340. //
  341. this.PrintNum.Enabled = false;
  342. this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F);
  343. this.PrintNum.Location = new System.Drawing.Point(233, 124);
  344. this.PrintNum.Name = "PrintNum";
  345. this.PrintNum.Size = new System.Drawing.Size(43, 23);
  346. this.PrintNum.TabIndex = 164;
  347. this.PrintNum.Value = new decimal(new int[] {
  348. 1,
  349. 0,
  350. 0,
  351. 0});
  352. //
  353. // AutoPrint
  354. //
  355. this.AutoPrint.Checked = false;
  356. this.AutoPrint.Location = new System.Drawing.Point(91, 124);
  357. this.AutoPrint.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  358. this.AutoPrint.Name = "AutoPrint";
  359. this.AutoPrint.Size = new System.Drawing.Size(84, 22);
  360. this.AutoPrint.TabIndex = 166;
  361. //
  362. // PrintList
  363. //
  364. this.PrintList.Font = new System.Drawing.Font("微软雅黑", 9F);
  365. this.PrintList.Location = new System.Drawing.Point(118, 45);
  366. this.PrintList.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  367. this.PrintList.Name = "PrintList";
  368. this.PrintList.Size = new System.Drawing.Size(136, 22);
  369. this.PrintList.TabIndex = 158;
  370. //
  371. // Printing
  372. //
  373. this.Printing.AllPower = "ifall";
  374. this.Printing.BackColor = System.Drawing.Color.Transparent;
  375. this.Printing.DownImage = ((System.Drawing.Image)(resources.GetObject("Printing.DownImage")));
  376. this.Printing.Font = new System.Drawing.Font("微软雅黑", 9F);
  377. this.Printing.Image = null;
  378. this.Printing.IsShowBorder = true;
  379. this.Printing.Location = new System.Drawing.Point(296, 123);
  380. this.Printing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printing.MoveImage")));
  381. this.Printing.Name = "Printing";
  382. this.Printing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printing.NormalImage")));
  383. this.Printing.Power = null;
  384. this.Printing.Size = new System.Drawing.Size(56, 24);
  385. this.Printing.TabIndex = 150;
  386. this.Printing.Tag = "ifread";
  387. this.Printing.Text = "打印";
  388. this.Printing.UseVisualStyleBackColor = true;
  389. this.Printing.Click += new System.EventHandler(this.Print_Click);
  390. //
  391. // PrintList_label
  392. //
  393. this.PrintList_label.AutoSize = true;
  394. this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  395. this.PrintList_label.Location = new System.Drawing.Point(10, 40);
  396. this.PrintList_label.Name = "PrintList_label";
  397. this.PrintList_label.Size = new System.Drawing.Size(90, 21);
  398. this.PrintList_label.TabIndex = 116;
  399. this.PrintList_label.Text = "打印机列表";
  400. //
  401. // PrintNum_label
  402. //
  403. this.PrintNum_label.AutoSize = true;
  404. this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. this.PrintNum_label.Location = new System.Drawing.Point(184, 122);
  406. this.PrintNum_label.Name = "PrintNum_label";
  407. this.PrintNum_label.Size = new System.Drawing.Size(42, 21);
  408. this.PrintNum_label.TabIndex = 124;
  409. this.PrintNum_label.Text = "份数";
  410. //
  411. // groupBoxWithBorder1
  412. //
  413. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  414. this.groupBoxWithBorder1.Controls.Add(this.DeleteAll);
  415. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty);
  416. this.groupBoxWithBorder1.Controls.Add(this.AutoGenBoxCode);
  417. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty_label);
  418. this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label);
  419. this.groupBoxWithBorder1.Controls.Add(this.pa_outboxcode);
  420. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty);
  421. this.groupBoxWithBorder1.Controls.Add(this.pr_code_label);
  422. this.groupBoxWithBorder1.Controls.Add(this.pr_detail);
  423. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty_label);
  424. this.groupBoxWithBorder1.Controls.Add(this.pr_code);
  425. this.groupBoxWithBorder1.Controls.Add(this.pa_code_label);
  426. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.groupBoxWithBorder1.Location = new System.Drawing.Point(4, 6);
  428. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(2);
  429. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  430. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(2);
  431. this.groupBoxWithBorder1.Size = new System.Drawing.Size(411, 157);
  432. this.groupBoxWithBorder1.TabIndex = 171;
  433. this.groupBoxWithBorder1.TabStop = false;
  434. this.groupBoxWithBorder1.Text = "装箱信息";
  435. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  436. //
  437. // DeleteAll
  438. //
  439. this.DeleteAll.AllPower = null;
  440. this.DeleteAll.BackColor = System.Drawing.Color.Transparent;
  441. this.DeleteAll.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.DownImage")));
  442. this.DeleteAll.Font = new System.Drawing.Font("微软雅黑", 9F);
  443. this.DeleteAll.Image = null;
  444. this.DeleteAll.IsShowBorder = true;
  445. this.DeleteAll.Location = new System.Drawing.Point(343, 41);
  446. this.DeleteAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.MoveImage")));
  447. this.DeleteAll.Name = "DeleteAll";
  448. this.DeleteAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.NormalImage")));
  449. this.DeleteAll.Power = "ifspecial";
  450. this.DeleteAll.Size = new System.Drawing.Size(45, 24);
  451. this.DeleteAll.TabIndex = 181;
  452. this.DeleteAll.Text = "拆箱";
  453. this.DeleteAll.UseVisualStyleBackColor = true;
  454. this.DeleteAll.Click += new System.EventHandler(this.DeleteAll_Click);
  455. //
  456. // pr_outboxinnerqty
  457. //
  458. this.pr_outboxinnerqty.Enabled = false;
  459. this.pr_outboxinnerqty.Font = new System.Drawing.Font("微软雅黑", 9F);
  460. this.pr_outboxinnerqty.Location = new System.Drawing.Point(98, 80);
  461. this.pr_outboxinnerqty.Margin = new System.Windows.Forms.Padding(2);
  462. this.pr_outboxinnerqty.Maximum = new decimal(new int[] {
  463. 1000,
  464. 0,
  465. 0,
  466. 0});
  467. this.pr_outboxinnerqty.Name = "pr_outboxinnerqty";
  468. this.pr_outboxinnerqty.Size = new System.Drawing.Size(106, 23);
  469. this.pr_outboxinnerqty.TabIndex = 172;
  470. this.pr_outboxinnerqty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_outboxinnerqty_KeyDown);
  471. this.pr_outboxinnerqty.Leave += new System.EventHandler(this.pr_outboxinnerqty_Leave);
  472. //
  473. // AutoGenBoxCode
  474. //
  475. this.AutoGenBoxCode.AutoSize = true;
  476. this.AutoGenBoxCode.Location = new System.Drawing.Point(237, 37);
  477. this.AutoGenBoxCode.Margin = new System.Windows.Forms.Padding(2);
  478. this.AutoGenBoxCode.Name = "AutoGenBoxCode";
  479. this.AutoGenBoxCode.Size = new System.Drawing.Size(93, 25);
  480. this.AutoGenBoxCode.TabIndex = 171;
  481. this.AutoGenBoxCode.Text = "自动生成";
  482. this.AutoGenBoxCode.UseVisualStyleBackColor = true;
  483. //
  484. // pa_currentqty_label
  485. //
  486. this.pa_currentqty_label.AutoSize = true;
  487. this.pa_currentqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.pa_currentqty_label.Location = new System.Drawing.Point(216, 78);
  489. this.pa_currentqty_label.Name = "pa_currentqty_label";
  490. this.pa_currentqty_label.Size = new System.Drawing.Size(74, 21);
  491. this.pa_currentqty_label.TabIndex = 95;
  492. this.pa_currentqty_label.Text = "已装数量";
  493. //
  494. // pr_detail_label
  495. //
  496. this.pr_detail_label.AutoSize = true;
  497. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.pr_detail_label.Location = new System.Drawing.Point(216, 121);
  499. this.pr_detail_label.Name = "pr_detail_label";
  500. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  501. this.pr_detail_label.TabIndex = 80;
  502. this.pr_detail_label.Text = "产品名称";
  503. //
  504. // pa_outboxcode
  505. //
  506. this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F);
  507. this.pa_outboxcode.Location = new System.Drawing.Point(98, 39);
  508. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  509. this.pa_outboxcode.Name = "pa_outboxcode";
  510. this.pa_outboxcode.Size = new System.Drawing.Size(130, 22);
  511. this.pa_outboxcode.TabIndex = 163;
  512. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_code_KeyDown);
  513. //
  514. // pa_currentqty
  515. //
  516. this.pa_currentqty.AutoSize = true;
  517. this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  518. this.pa_currentqty.Location = new System.Drawing.Point(298, 78);
  519. this.pa_currentqty.Name = "pa_currentqty";
  520. this.pa_currentqty.Size = new System.Drawing.Size(0, 21);
  521. this.pa_currentqty.TabIndex = 169;
  522. //
  523. // pr_code_label
  524. //
  525. this.pr_code_label.AutoSize = true;
  526. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  527. this.pr_code_label.Location = new System.Drawing.Point(7, 121);
  528. this.pr_code_label.Name = "pr_code_label";
  529. this.pr_code_label.Size = new System.Drawing.Size(74, 21);
  530. this.pr_code_label.TabIndex = 81;
  531. this.pr_code_label.Text = "产品编号";
  532. //
  533. // pr_detail
  534. //
  535. this.pr_detail.AutoSize = true;
  536. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  537. this.pr_detail.Location = new System.Drawing.Point(298, 121);
  538. this.pr_detail.Name = "pr_detail";
  539. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  540. this.pr_detail.TabIndex = 168;
  541. //
  542. // pr_outboxinnerqty_label
  543. //
  544. this.pr_outboxinnerqty_label.AutoSize = true;
  545. this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  546. this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(7, 78);
  547. this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
  548. this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(74, 21);
  549. this.pr_outboxinnerqty_label.TabIndex = 97;
  550. this.pr_outboxinnerqty_label.Text = "箱内容量";
  551. //
  552. // pr_code
  553. //
  554. this.pr_code.AutoSize = true;
  555. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  556. this.pr_code.Location = new System.Drawing.Point(99, 121);
  557. this.pr_code.MaximumSize = new System.Drawing.Size(150, 0);
  558. this.pr_code.Name = "pr_code";
  559. this.pr_code.Size = new System.Drawing.Size(0, 21);
  560. this.pr_code.TabIndex = 167;
  561. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  562. //
  563. // pa_code_label
  564. //
  565. this.pa_code_label.AutoSize = true;
  566. this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  567. this.pa_code_label.Location = new System.Drawing.Point(7, 36);
  568. this.pa_code_label.Name = "pa_code_label";
  569. this.pa_code_label.Size = new System.Drawing.Size(42, 21);
  570. this.pa_code_label.TabIndex = 113;
  571. this.pa_code_label.Text = "箱号";
  572. //
  573. // OperateResult
  574. //
  575. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  576. this.OperateResult.Location = new System.Drawing.Point(4, 418);
  577. this.OperateResult.Name = "OperateResult";
  578. this.OperateResult.Size = new System.Drawing.Size(447, 120);
  579. this.OperateResult.TabIndex = 155;
  580. this.OperateResult.Text = "";
  581. //
  582. // Clean
  583. //
  584. this.Clean.AllPower = null;
  585. this.Clean.BackColor = System.Drawing.Color.Transparent;
  586. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  587. this.Clean.Image = null;
  588. this.Clean.IsShowBorder = true;
  589. this.Clean.Location = new System.Drawing.Point(464, 513);
  590. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  591. this.Clean.Name = "Clean";
  592. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  593. this.Clean.Power = null;
  594. this.Clean.Size = new System.Drawing.Size(60, 24);
  595. this.Clean.TabIndex = 148;
  596. this.Clean.Text = "清除";
  597. this.Clean.UseVisualStyleBackColor = true;
  598. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  599. //
  600. // sn_code
  601. //
  602. this.sn_code.AllPower = "ifall";
  603. this.sn_code.BackColor = System.Drawing.Color.White;
  604. this.sn_code.ID = null;
  605. this.sn_code.Location = new System.Drawing.Point(76, 545);
  606. this.sn_code.Name = "sn_code";
  607. this.sn_code.Power = "ifread";
  608. this.sn_code.Size = new System.Drawing.Size(196, 21);
  609. this.sn_code.Str = null;
  610. this.sn_code.Str1 = null;
  611. this.sn_code.Str2 = null;
  612. this.sn_code.TabIndex = 135;
  613. this.sn_code.Tag = "ifread";
  614. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.barcode_KeyDown);
  615. //
  616. // PackageDetail
  617. //
  618. this.PackageDetail.AllowUserToAddRows = false;
  619. this.PackageDetail.AllowUserToDeleteRows = false;
  620. this.PackageDetail.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  621. this.PackageDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  622. this.PackageDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  623. this.pd_barcode,
  624. this.pa_outboxcode1,
  625. this.pa_prodcode1,
  626. this.pd_innerqty,
  627. this.pa_indate,
  628. this.pd_id});
  629. this.PackageDetail.EnableContentClick = true;
  630. this.PackageDetail.Location = new System.Drawing.Point(4, 170);
  631. this.PackageDetail.Name = "PackageDetail";
  632. this.PackageDetail.ReadOnly = true;
  633. this.PackageDetail.RowTemplate.Height = 23;
  634. this.PackageDetail.Size = new System.Drawing.Size(862, 240);
  635. this.PackageDetail.TabIndex = 134;
  636. //
  637. // pd_barcode
  638. //
  639. this.pd_barcode.DataPropertyName = "pd_barcode";
  640. this.pd_barcode.HeaderText = "序列号";
  641. this.pd_barcode.Name = "pd_barcode";
  642. this.pd_barcode.ReadOnly = true;
  643. this.pd_barcode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  644. this.pd_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
  645. this.pd_barcode.Width = 202;
  646. //
  647. // pa_outboxcode1
  648. //
  649. this.pa_outboxcode1.DataPropertyName = "pa_outboxcode";
  650. this.pa_outboxcode1.HeaderText = "箱号";
  651. this.pa_outboxcode1.Name = "pa_outboxcode1";
  652. this.pa_outboxcode1.ReadOnly = true;
  653. this.pa_outboxcode1.Width = 201;
  654. //
  655. // pa_prodcode1
  656. //
  657. this.pa_prodcode1.DataPropertyName = "pa_prodcode";
  658. this.pa_prodcode1.HeaderText = "产品编号";
  659. this.pa_prodcode1.Name = "pa_prodcode1";
  660. this.pa_prodcode1.ReadOnly = true;
  661. this.pa_prodcode1.Visible = false;
  662. //
  663. // pd_innerqty
  664. //
  665. this.pd_innerqty.DataPropertyName = "pd_innerqty";
  666. this.pd_innerqty.HeaderText = "箱内数量";
  667. this.pd_innerqty.Name = "pd_innerqty";
  668. this.pd_innerqty.ReadOnly = true;
  669. this.pd_innerqty.Visible = false;
  670. this.pd_innerqty.Width = 80;
  671. //
  672. // pa_indate
  673. //
  674. this.pa_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  675. this.pa_indate.DataPropertyName = "pa_indate";
  676. this.pa_indate.HeaderText = "装箱日期";
  677. this.pa_indate.MinimumWidth = 300;
  678. this.pa_indate.Name = "pa_indate";
  679. this.pa_indate.ReadOnly = true;
  680. this.pa_indate.Width = 300;
  681. //
  682. // pd_id
  683. //
  684. this.pd_id.DataPropertyName = "pd_id";
  685. this.pd_id.HeaderText = "ID";
  686. this.pd_id.Name = "pd_id";
  687. this.pd_id.ReadOnly = true;
  688. this.pd_id.Visible = false;
  689. //
  690. // checkweightlabel
  691. //
  692. this.checkweightlabel.AutoSize = true;
  693. this.checkweightlabel.CutLength = null;
  694. this.checkweightlabel.ForeColor = System.Drawing.Color.Red;
  695. this.checkweightlabel.Location = new System.Drawing.Point(119, 15);
  696. this.checkweightlabel.MaximumSize = new System.Drawing.Size(200, 0);
  697. this.checkweightlabel.Name = "checkweightlabel";
  698. this.checkweightlabel.Size = new System.Drawing.Size(0, 21);
  699. this.checkweightlabel.TabIndex = 180;
  700. //
  701. // Make_PackageCollection
  702. //
  703. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  704. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  705. this.ClientSize = new System.Drawing.Size(879, 584);
  706. this.Controls.Add(this.pa_standardqty);
  707. this.Controls.Add(this.ms_makecode);
  708. this.Controls.Add(this.pa_downstatus);
  709. this.Controls.Add(this.pa_checkno);
  710. this.Controls.Add(this.pa_sccode);
  711. this.Controls.Add(this.ob_checkno);
  712. this.Controls.Add(this.pa_status);
  713. this.Controls.Add(this.pr_packrule);
  714. this.Controls.Add(this.groupBoxWithBorder2);
  715. this.Controls.Add(this.groupBoxWithBorder1);
  716. this.Controls.Add(this.OperateResult);
  717. this.Controls.Add(this.pa_id);
  718. this.Controls.Add(this.Clean);
  719. this.Controls.Add(this.sn_code);
  720. this.Controls.Add(this.PackageDetail);
  721. this.Controls.Add(this.Cancel);
  722. this.Controls.Add(this.label13);
  723. this.Controls.Add(this.pa_makecode);
  724. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  725. this.Name = "Make_PackageCollection";
  726. this.Tag = "Make!PackageCollection";
  727. this.Text = "包装采集";
  728. this.Activated += new System.EventHandler(this.包装采集_Activated);
  729. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.包装采集_FormClosing);
  730. this.Load += new System.EventHandler(this.包装采集_Load);
  731. this.SizeChanged += new System.EventHandler(this.包装采集_SizeChanged);
  732. this.groupBoxWithBorder2.ResumeLayout(true);
  733. this.groupBoxWithBorder2.PerformLayout();
  734. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).EndInit();
  735. this.groupBoxWithBorder1.ResumeLayout(true);
  736. this.groupBoxWithBorder1.PerformLayout();
  737. ((System.ComponentModel.ISupportInitialize)(this.pr_outboxinnerqty)).EndInit();
  738. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
  739. this.ResumeLayout(true);
  740. this.PerformLayout();
  741. }
  742. #endregion
  743. private System.Windows.Forms.Label pr_code_label;
  744. private System.Windows.Forms.Label pr_detail_label;
  745. private System.Windows.Forms.Label pa_makecode;
  746. private System.Windows.Forms.Label pa_currentqty_label;
  747. private System.Windows.Forms.Label pr_outboxinnerqty_label;
  748. private System.Windows.Forms.Label label13;
  749. private System.Windows.Forms.Label pa_code_label;
  750. private System.Windows.Forms.Label PrintList_label;
  751. private System.Windows.Forms.Label PrintNum_label;
  752. private System.Windows.Forms.CheckBox Cancel;
  753. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
  754. private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
  755. private CustomControl.ButtonUtil.NormalButton Clean;
  756. private CustomControl.ButtonUtil.NormalButton Printing;
  757. private System.Windows.Forms.Label pa_id;
  758. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  759. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
  760. private System.Windows.Forms.ComboBox PrintLabel;
  761. private System.Windows.Forms.Label label3;
  762. private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode;
  763. private System.Windows.Forms.NumericUpDown PrintNum;
  764. private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
  765. private System.Windows.Forms.Label pr_code;
  766. private System.Windows.Forms.Label pr_detail;
  767. private System.Windows.Forms.Label pa_currentqty;
  768. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  769. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
  770. private CustomControl.ButtonUtil.NormalButton Packing;
  771. private System.Windows.Forms.CheckBox AutoGenBoxCode;
  772. private System.Windows.Forms.Label pr_packrule;
  773. private System.Windows.Forms.Label pa_status;
  774. private CustomControl.ButtonUtil.NormalButton SendCheck;
  775. private System.Windows.Forms.Label ob_batchqty;
  776. private System.Windows.Forms.Label ob_nowcheckqty_label;
  777. private System.Windows.Forms.Label ob_batchqty_label;
  778. private System.Windows.Forms.Label ob_nowcheckqty;
  779. private System.Windows.Forms.Label ob_checkno;
  780. private System.Windows.Forms.NumericUpDown pr_outboxinnerqty;
  781. private System.Windows.Forms.DataGridViewTextBoxColumn pd_barcode;
  782. private System.Windows.Forms.DataGridViewTextBoxColumn pa_outboxcode1;
  783. private System.Windows.Forms.DataGridViewTextBoxColumn pa_prodcode1;
  784. private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
  785. private System.Windows.Forms.DataGridViewTextBoxColumn pa_indate;
  786. private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
  787. private System.Windows.Forms.Label pa_sccode;
  788. private System.Windows.Forms.Label pa_checkno;
  789. private System.Windows.Forms.Label pa_downstatus;
  790. private System.Windows.Forms.Label ms_makecode;
  791. private System.Windows.Forms.Label pa_standardqty;
  792. private CustomControl.ButtonUtil.NormalButton DeleteAll;
  793. private CustomControl.ValueLabel.ValueLabel checkweightlabel;
  794. }
  795. }