Make_PackageCollection.Designer.cs 45 KB

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