Make_PackageCollectionWeigh.Designer.cs 51 KB

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