Make_PackageCollection.Designer.cs 46 KB

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