Make_PackageCollectionWeigh.Designer.cs 59 KB

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