Make_PackageCollection.Designer.cs 44 KB

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