Make_PackageCollectionWeigh.Designer.cs 50 KB

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