Make_PackageCollection.Designer.cs 43 KB

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