Make_PackageCollection.Designer.cs 45 KB

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