Make_PackageCollection.Designer.cs 44 KB

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