Packing_PackageCollectionPallet.Designer.cs 89 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570
  1. namespace UAS_MES_NEW.Packing
  2. {
  3. partial class Packing_PackageCollectionPallet
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Packing_PackageCollectionPallet));
  30. this.pa_makecode = new System.Windows.Forms.Label();
  31. this.label13 = new System.Windows.Forms.Label();
  32. this.Cancel = new System.Windows.Forms.CheckBox();
  33. this.pa_id = new System.Windows.Forms.Label();
  34. this.pr_packrule = new System.Windows.Forms.Label();
  35. this.pa_status = new System.Windows.Forms.Label();
  36. this.pa_sccode = new System.Windows.Forms.Label();
  37. this.pa_checkno = new System.Windows.Forms.Label();
  38. this.pa_downstatus = new System.Windows.Forms.Label();
  39. this.pa_standardqty = new System.Windows.Forms.Label();
  40. this.pr_sendchecktype = new System.Windows.Forms.Label();
  41. this.mcd_remainqty_label = new System.Windows.Forms.Label();
  42. this.mcd_remainqty = new System.Windows.Forms.Label();
  43. this.mcd_inqty_label = new System.Windows.Forms.Label();
  44. this.mcd_inqty = new System.Windows.Forms.Label();
  45. this.pa_remark_label = new System.Windows.Forms.Label();
  46. this.pa_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  47. this.groupBoxWithBorder2 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  48. this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  51. this.checkweightlabel = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  52. this.ob_nowcheckqty = new System.Windows.Forms.Label();
  53. this.ob_batchqty = new System.Windows.Forms.Label();
  54. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  55. this.ob_batchqty_label = new System.Windows.Forms.Label();
  56. this.ob_checkno = new System.Windows.Forms.Label();
  57. this.SendCheck = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  58. this.Packing = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  59. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  60. this.label3 = new System.Windows.Forms.Label();
  61. this.AutoPrint = new UAS_MES_NEW.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  62. this.PrintList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  63. this.Printing = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  64. this.PrintList_label = new System.Windows.Forms.Label();
  65. this.PrintNum_label = new System.Windows.Forms.Label();
  66. this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  67. this.locksalecode = new System.Windows.Forms.CheckBox();
  68. this.PreFix_label = new System.Windows.Forms.Label();
  69. this.PreFix = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  70. this.pa_salecode_label = new System.Windows.Forms.Label();
  71. this.ma_code_label = new System.Windows.Forms.Label();
  72. this.ms_salecode = new System.Windows.Forms.Label();
  73. this.ms_makecode = new System.Windows.Forms.Label();
  74. this.OutBoxLength_label = new System.Windows.Forms.Label();
  75. this.OutBoxLength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  76. this.pr_outboxinnerqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  77. this.DeleteAll = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  78. this.AutoGenBoxCode = new System.Windows.Forms.CheckBox();
  79. this.pa_currentqty_label = new System.Windows.Forms.Label();
  80. this.pr_detail_label = new System.Windows.Forms.Label();
  81. this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  82. this.pa_currentqty = new System.Windows.Forms.Label();
  83. this.pr_code_label = new System.Windows.Forms.Label();
  84. this.pr_detail = new System.Windows.Forms.Label();
  85. this.pr_outboxinnerqty_label = new System.Windows.Forms.Label();
  86. this.pr_code = new System.Windows.Forms.Label();
  87. this.pa_code_label = new System.Windows.Forms.Label();
  88. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  89. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  90. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  91. this.PackageDetail = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  92. this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.pa_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.pa_prodcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.pa_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.groupBoxWithBorder3 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  105. this.RefreshWeigh = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  106. this.sumpalletweight = new System.Windows.Forms.Label();
  107. this.label4 = new System.Windows.Forms.Label();
  108. this.weight = new System.Windows.Forms.Label();
  109. this.label5 = new System.Windows.Forms.Label();
  110. this.PrintNum1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  111. this.label6 = new System.Windows.Forms.Label();
  112. this.PrintSecond = new System.Windows.Forms.CheckBox();
  113. this.PrintLabel1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  114. this.label7 = new System.Windows.Forms.Label();
  115. this.PrintList1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  116. this.label8 = new System.Windows.Forms.Label();
  117. this.PrintNum2 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  118. this.label9 = new System.Windows.Forms.Label();
  119. this.PrintThird = new System.Windows.Forms.CheckBox();
  120. this.PrintLabel2 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  121. this.label10 = new System.Windows.Forms.Label();
  122. this.PrintList2 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  123. this.label11 = new System.Windows.Forms.Label();
  124. this.PalletCode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  125. this.label2 = new System.Windows.Forms.Label();
  126. this.ComList = new System.Windows.Forms.Label();
  127. this.BaudRate = new System.Windows.Forms.Label();
  128. this.StartWeight = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  129. this.groupBoxWithBorder2.SuspendLayout();
  130. this.groupBoxWithBorder1.SuspendLayout();
  131. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
  132. this.groupBoxWithBorder3.SuspendLayout();
  133. this.SuspendLayout();
  134. //
  135. // pa_makecode
  136. //
  137. this.pa_makecode.AutoSize = true;
  138. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.pa_makecode.Location = new System.Drawing.Point(1662, 854);
  140. this.pa_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  141. this.pa_makecode.Name = "pa_makecode";
  142. this.pa_makecode.Size = new System.Drawing.Size(0, 41);
  143. this.pa_makecode.TabIndex = 76;
  144. this.pa_makecode.Visible = false;
  145. //
  146. // label13
  147. //
  148. this.label13.AutoSize = true;
  149. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.label13.ForeColor = System.Drawing.Color.Black;
  151. this.label13.Location = new System.Drawing.Point(14, 1108);
  152. this.label13.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  153. this.label13.Name = "label13";
  154. this.label13.Size = new System.Drawing.Size(114, 41);
  155. this.label13.TabIndex = 105;
  156. this.label13.Text = "序列号";
  157. //
  158. // Cancel
  159. //
  160. this.Cancel.AutoSize = true;
  161. this.Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.Cancel.Location = new System.Drawing.Point(558, 1108);
  163. this.Cancel.Margin = new System.Windows.Forms.Padding(6);
  164. this.Cancel.Name = "Cancel";
  165. this.Cancel.Size = new System.Drawing.Size(178, 45);
  166. this.Cancel.TabIndex = 129;
  167. this.Cancel.Text = "取消装箱";
  168. this.Cancel.UseVisualStyleBackColor = true;
  169. //
  170. // pa_id
  171. //
  172. this.pa_id.AutoSize = true;
  173. this.pa_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.pa_id.Location = new System.Drawing.Point(1598, 854);
  175. this.pa_id.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  176. this.pa_id.Name = "pa_id";
  177. this.pa_id.Size = new System.Drawing.Size(0, 41);
  178. this.pa_id.TabIndex = 153;
  179. this.pa_id.Visible = false;
  180. //
  181. // pr_packrule
  182. //
  183. this.pr_packrule.AutoSize = true;
  184. this.pr_packrule.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.pr_packrule.Location = new System.Drawing.Point(1698, 836);
  186. this.pr_packrule.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  187. this.pr_packrule.Name = "pr_packrule";
  188. this.pr_packrule.Size = new System.Drawing.Size(0, 41);
  189. this.pr_packrule.TabIndex = 173;
  190. this.pr_packrule.Visible = false;
  191. //
  192. // pa_status
  193. //
  194. this.pa_status.AutoSize = true;
  195. this.pa_status.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.pa_status.Location = new System.Drawing.Point(1560, 912);
  197. this.pa_status.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  198. this.pa_status.Name = "pa_status";
  199. this.pa_status.Size = new System.Drawing.Size(0, 41);
  200. this.pa_status.TabIndex = 174;
  201. this.pa_status.Visible = false;
  202. //
  203. // pa_sccode
  204. //
  205. this.pa_sccode.AutoSize = true;
  206. this.pa_sccode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.pa_sccode.Location = new System.Drawing.Point(1662, 912);
  208. this.pa_sccode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  209. this.pa_sccode.Name = "pa_sccode";
  210. this.pa_sccode.Size = new System.Drawing.Size(0, 41);
  211. this.pa_sccode.TabIndex = 176;
  212. this.pa_sccode.Visible = false;
  213. //
  214. // pa_checkno
  215. //
  216. this.pa_checkno.AutoSize = true;
  217. this.pa_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.pa_checkno.Location = new System.Drawing.Point(1650, 912);
  219. this.pa_checkno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  220. this.pa_checkno.Name = "pa_checkno";
  221. this.pa_checkno.Size = new System.Drawing.Size(0, 41);
  222. this.pa_checkno.TabIndex = 177;
  223. this.pa_checkno.Visible = false;
  224. //
  225. // pa_downstatus
  226. //
  227. this.pa_downstatus.AutoSize = true;
  228. this.pa_downstatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.pa_downstatus.Location = new System.Drawing.Point(1674, 912);
  230. this.pa_downstatus.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  231. this.pa_downstatus.Name = "pa_downstatus";
  232. this.pa_downstatus.Size = new System.Drawing.Size(0, 41);
  233. this.pa_downstatus.TabIndex = 178;
  234. this.pa_downstatus.Visible = false;
  235. //
  236. // pa_standardqty
  237. //
  238. this.pa_standardqty.AutoSize = true;
  239. this.pa_standardqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.pa_standardqty.Location = new System.Drawing.Point(1698, 940);
  241. this.pa_standardqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  242. this.pa_standardqty.Name = "pa_standardqty";
  243. this.pa_standardqty.Size = new System.Drawing.Size(0, 41);
  244. this.pa_standardqty.TabIndex = 180;
  245. this.pa_standardqty.Visible = false;
  246. //
  247. // pr_sendchecktype
  248. //
  249. this.pr_sendchecktype.AutoSize = true;
  250. this.pr_sendchecktype.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.pr_sendchecktype.Location = new System.Drawing.Point(1418, 874);
  252. this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  253. this.pr_sendchecktype.Name = "pr_sendchecktype";
  254. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 41);
  255. this.pr_sendchecktype.TabIndex = 182;
  256. this.pr_sendchecktype.Visible = false;
  257. //
  258. // mcd_remainqty_label
  259. //
  260. this.mcd_remainqty_label.AutoSize = true;
  261. this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.mcd_remainqty_label.Location = new System.Drawing.Point(870, 938);
  263. this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  264. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  265. this.mcd_remainqty_label.Size = new System.Drawing.Size(146, 41);
  266. this.mcd_remainqty_label.TabIndex = 196;
  267. this.mcd_remainqty_label.Text = "待采集数";
  268. //
  269. // mcd_remainqty
  270. //
  271. this.mcd_remainqty.AutoSize = true;
  272. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.mcd_remainqty.Location = new System.Drawing.Point(1034, 938);
  274. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  275. this.mcd_remainqty.Name = "mcd_remainqty";
  276. this.mcd_remainqty.Size = new System.Drawing.Size(0, 41);
  277. this.mcd_remainqty.TabIndex = 197;
  278. //
  279. // mcd_inqty_label
  280. //
  281. this.mcd_inqty_label.AutoSize = true;
  282. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  283. this.mcd_inqty_label.Location = new System.Drawing.Point(870, 874);
  284. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  285. this.mcd_inqty_label.Name = "mcd_inqty_label";
  286. this.mcd_inqty_label.Size = new System.Drawing.Size(146, 41);
  287. this.mcd_inqty_label.TabIndex = 194;
  288. this.mcd_inqty_label.Text = "已采集数";
  289. //
  290. // mcd_inqty
  291. //
  292. this.mcd_inqty.AutoSize = true;
  293. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.mcd_inqty.Location = new System.Drawing.Point(1034, 874);
  295. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  296. this.mcd_inqty.Name = "mcd_inqty";
  297. this.mcd_inqty.Size = new System.Drawing.Size(0, 41);
  298. this.mcd_inqty.TabIndex = 195;
  299. //
  300. // pa_remark_label
  301. //
  302. this.pa_remark_label.AutoSize = true;
  303. this.pa_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.pa_remark_label.Location = new System.Drawing.Point(874, 1002);
  305. this.pa_remark_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  306. this.pa_remark_label.Name = "pa_remark_label";
  307. this.pa_remark_label.Size = new System.Drawing.Size(82, 41);
  308. this.pa_remark_label.TabIndex = 198;
  309. this.pa_remark_label.Text = "备注";
  310. //
  311. // pa_remark
  312. //
  313. this.pa_remark.AllPower = null;
  314. this.pa_remark.BackColor = System.Drawing.Color.White;
  315. this.pa_remark.ID = null;
  316. this.pa_remark.Location = new System.Drawing.Point(966, 1002);
  317. this.pa_remark.Margin = new System.Windows.Forms.Padding(4);
  318. this.pa_remark.Multiline = true;
  319. this.pa_remark.Name = "pa_remark";
  320. this.pa_remark.Power = null;
  321. this.pa_remark.Size = new System.Drawing.Size(324, 41);
  322. this.pa_remark.Str = null;
  323. this.pa_remark.Str1 = null;
  324. this.pa_remark.Str2 = null;
  325. this.pa_remark.TabIndex = 200;
  326. this.pa_remark.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_remark_KeyDown);
  327. //
  328. // groupBoxWithBorder2
  329. //
  330. this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
  331. this.groupBoxWithBorder2.Controls.Add(this.PrintNum);
  332. this.groupBoxWithBorder2.Controls.Add(this.label1);
  333. this.groupBoxWithBorder2.Controls.Add(this.StepCount);
  334. this.groupBoxWithBorder2.Controls.Add(this.checkweightlabel);
  335. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty);
  336. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty);
  337. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty_label);
  338. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty_label);
  339. this.groupBoxWithBorder2.Controls.Add(this.ob_checkno);
  340. this.groupBoxWithBorder2.Controls.Add(this.SendCheck);
  341. this.groupBoxWithBorder2.Controls.Add(this.Packing);
  342. this.groupBoxWithBorder2.Controls.Add(this.PrintLabel);
  343. this.groupBoxWithBorder2.Controls.Add(this.label3);
  344. this.groupBoxWithBorder2.Controls.Add(this.AutoPrint);
  345. this.groupBoxWithBorder2.Controls.Add(this.PrintList);
  346. this.groupBoxWithBorder2.Controls.Add(this.Printing);
  347. this.groupBoxWithBorder2.Controls.Add(this.PrintList_label);
  348. this.groupBoxWithBorder2.Controls.Add(this.PrintNum_label);
  349. this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.groupBoxWithBorder2.Location = new System.Drawing.Point(848, 12);
  351. this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(4);
  352. this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
  353. this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(4);
  354. this.groupBoxWithBorder2.Size = new System.Drawing.Size(892, 336);
  355. this.groupBoxWithBorder2.TabIndex = 172;
  356. this.groupBoxWithBorder2.TabStop = false;
  357. this.groupBoxWithBorder2.Text = "打印";
  358. this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
  359. //
  360. // PrintNum
  361. //
  362. this.PrintNum.AllPower = null;
  363. this.PrintNum.BackColor = System.Drawing.Color.White;
  364. this.PrintNum.Enabled = false;
  365. this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.PrintNum.ID = null;
  367. this.PrintNum.Location = new System.Drawing.Point(510, 260);
  368. this.PrintNum.Margin = new System.Windows.Forms.Padding(6);
  369. this.PrintNum.Name = "PrintNum";
  370. this.PrintNum.Power = null;
  371. this.PrintNum.Size = new System.Drawing.Size(58, 39);
  372. this.PrintNum.Str = null;
  373. this.PrintNum.Str1 = null;
  374. this.PrintNum.Str2 = null;
  375. this.PrintNum.TabIndex = 181;
  376. //
  377. // label1
  378. //
  379. this.label1.AutoSize = true;
  380. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.label1.Location = new System.Drawing.Point(529, 31);
  382. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  383. this.label1.Name = "label1";
  384. this.label1.Size = new System.Drawing.Size(146, 41);
  385. this.label1.TabIndex = 181;
  386. this.label1.Text = "当前批号";
  387. //
  388. // StepCount
  389. //
  390. this.StepCount.LineCode = null;
  391. this.StepCount.Location = new System.Drawing.Point(244, 36);
  392. this.StepCount.Margin = new System.Windows.Forms.Padding(6, 14, 6, 14);
  393. this.StepCount.Name = "StepCount";
  394. this.StepCount.Size = new System.Drawing.Size(126, 46);
  395. this.StepCount.Source = null;
  396. this.StepCount.StepCode = null;
  397. this.StepCount.TabIndex = 193;
  398. //
  399. // checkweightlabel
  400. //
  401. this.checkweightlabel.AutoSize = true;
  402. this.checkweightlabel.CutLength = null;
  403. this.checkweightlabel.ForeColor = System.Drawing.Color.Red;
  404. this.checkweightlabel.Location = new System.Drawing.Point(55, 47);
  405. this.checkweightlabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  406. this.checkweightlabel.MaximumSize = new System.Drawing.Size(400, 0);
  407. this.checkweightlabel.Name = "checkweightlabel";
  408. this.checkweightlabel.Size = new System.Drawing.Size(0, 41);
  409. this.checkweightlabel.TabIndex = 180;
  410. //
  411. // ob_nowcheckqty
  412. //
  413. this.ob_nowcheckqty.AutoSize = true;
  414. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.ob_nowcheckqty.Location = new System.Drawing.Point(691, 175);
  416. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  417. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  418. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 41);
  419. this.ob_nowcheckqty.TabIndex = 178;
  420. //
  421. // ob_batchqty
  422. //
  423. this.ob_batchqty.AutoSize = true;
  424. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  425. this.ob_batchqty.Location = new System.Drawing.Point(691, 99);
  426. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  427. this.ob_batchqty.Name = "ob_batchqty";
  428. this.ob_batchqty.Size = new System.Drawing.Size(0, 41);
  429. this.ob_batchqty.TabIndex = 177;
  430. //
  431. // ob_nowcheckqty_label
  432. //
  433. this.ob_nowcheckqty_label.AutoSize = true;
  434. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(529, 175);
  436. this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  437. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  438. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(146, 41);
  439. this.ob_nowcheckqty_label.TabIndex = 176;
  440. this.ob_nowcheckqty_label.Text = "当前批数";
  441. //
  442. // ob_batchqty_label
  443. //
  444. this.ob_batchqty_label.AutoSize = true;
  445. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  446. this.ob_batchqty_label.Location = new System.Drawing.Point(529, 103);
  447. this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  448. this.ob_batchqty_label.Name = "ob_batchqty_label";
  449. this.ob_batchqty_label.Size = new System.Drawing.Size(146, 41);
  450. this.ob_batchqty_label.TabIndex = 175;
  451. this.ob_batchqty_label.Text = "标准批数";
  452. //
  453. // ob_checkno
  454. //
  455. this.ob_checkno.AutoSize = true;
  456. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  457. this.ob_checkno.Location = new System.Drawing.Point(691, 31);
  458. this.ob_checkno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  459. this.ob_checkno.Name = "ob_checkno";
  460. this.ob_checkno.Size = new System.Drawing.Size(0, 41);
  461. this.ob_checkno.TabIndex = 175;
  462. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  463. //
  464. // SendCheck
  465. //
  466. this.SendCheck.AllPower = "ifall";
  467. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  468. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  469. this.SendCheck.Enabled = false;
  470. this.SendCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
  471. this.SendCheck.Image = null;
  472. this.SendCheck.IsShowBorder = true;
  473. this.SendCheck.Location = new System.Drawing.Point(740, 260);
  474. this.SendCheck.Margin = new System.Windows.Forms.Padding(6);
  475. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  476. this.SendCheck.Name = "SendCheck";
  477. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  478. this.SendCheck.Power = null;
  479. this.SendCheck.Size = new System.Drawing.Size(90, 48);
  480. this.SendCheck.TabIndex = 174;
  481. this.SendCheck.Tag = "ifread";
  482. this.SendCheck.Text = "送检";
  483. this.SendCheck.UseVisualStyleBackColor = true;
  484. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  485. //
  486. // Packing
  487. //
  488. this.Packing.AllPower = null;
  489. this.Packing.BackColor = System.Drawing.Color.Transparent;
  490. this.Packing.DownImage = ((System.Drawing.Image)(resources.GetObject("Packing.DownImage")));
  491. this.Packing.Font = new System.Drawing.Font("微软雅黑", 9F);
  492. this.Packing.Image = null;
  493. this.Packing.IsShowBorder = true;
  494. this.Packing.Location = new System.Drawing.Point(30, 260);
  495. this.Packing.Margin = new System.Windows.Forms.Padding(6);
  496. this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
  497. this.Packing.Name = "Packing";
  498. this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
  499. this.Packing.Power = null;
  500. this.Packing.Size = new System.Drawing.Size(100, 48);
  501. this.Packing.TabIndex = 173;
  502. this.Packing.Text = "封箱";
  503. this.Packing.UseVisualStyleBackColor = true;
  504. this.Packing.Click += new System.EventHandler(this.Packing_Click);
  505. //
  506. // PrintLabel
  507. //
  508. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  509. this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F);
  510. this.PrintLabel.FormattingEnabled = true;
  511. this.PrintLabel.Location = new System.Drawing.Point(244, 174);
  512. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4);
  513. this.PrintLabel.Name = "PrintLabel";
  514. this.PrintLabel.Size = new System.Drawing.Size(268, 39);
  515. this.PrintLabel.TabIndex = 159;
  516. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  517. //
  518. // label3
  519. //
  520. this.label3.AutoSize = true;
  521. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  522. this.label3.Location = new System.Drawing.Point(15, 177);
  523. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  524. this.label3.Name = "label3";
  525. this.label3.Size = new System.Drawing.Size(146, 41);
  526. this.label3.TabIndex = 160;
  527. this.label3.Text = "打印标签";
  528. //
  529. // AutoPrint
  530. //
  531. this.AutoPrint.Checked = false;
  532. this.AutoPrint.Location = new System.Drawing.Point(166, 262);
  533. this.AutoPrint.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
  534. this.AutoPrint.Name = "AutoPrint";
  535. this.AutoPrint.Size = new System.Drawing.Size(180, 46);
  536. this.AutoPrint.TabIndex = 166;
  537. //
  538. // PrintList
  539. //
  540. this.PrintList.Font = new System.Drawing.Font("微软雅黑", 9F);
  541. this.PrintList.Location = new System.Drawing.Point(244, 100);
  542. this.PrintList.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
  543. this.PrintList.Name = "PrintList";
  544. this.PrintList.Size = new System.Drawing.Size(272, 56);
  545. this.PrintList.TabIndex = 158;
  546. //
  547. // Printing
  548. //
  549. this.Printing.AllPower = "ifall";
  550. this.Printing.BackColor = System.Drawing.Color.Transparent;
  551. this.Printing.DownImage = ((System.Drawing.Image)(resources.GetObject("Printing.DownImage")));
  552. this.Printing.Font = new System.Drawing.Font("微软雅黑", 9F);
  553. this.Printing.Image = null;
  554. this.Printing.IsShowBorder = true;
  555. this.Printing.Location = new System.Drawing.Point(622, 260);
  556. this.Printing.Margin = new System.Windows.Forms.Padding(6);
  557. this.Printing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printing.MoveImage")));
  558. this.Printing.Name = "Printing";
  559. this.Printing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printing.NormalImage")));
  560. this.Printing.Power = null;
  561. this.Printing.Size = new System.Drawing.Size(90, 48);
  562. this.Printing.TabIndex = 150;
  563. this.Printing.Tag = "ifread";
  564. this.Printing.Text = "打印";
  565. this.Printing.UseVisualStyleBackColor = true;
  566. this.Printing.Click += new System.EventHandler(this.Print_Click);
  567. //
  568. // PrintList_label
  569. //
  570. this.PrintList_label.AutoSize = true;
  571. this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  572. this.PrintList_label.Location = new System.Drawing.Point(15, 97);
  573. this.PrintList_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  574. this.PrintList_label.Name = "PrintList_label";
  575. this.PrintList_label.Size = new System.Drawing.Size(178, 41);
  576. this.PrintList_label.TabIndex = 116;
  577. this.PrintList_label.Text = "打印机列表";
  578. //
  579. // PrintNum_label
  580. //
  581. this.PrintNum_label.AutoSize = true;
  582. this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  583. this.PrintNum_label.Location = new System.Drawing.Point(415, 259);
  584. this.PrintNum_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  585. this.PrintNum_label.Name = "PrintNum_label";
  586. this.PrintNum_label.Size = new System.Drawing.Size(82, 41);
  587. this.PrintNum_label.TabIndex = 124;
  588. this.PrintNum_label.Text = "份数";
  589. //
  590. // groupBoxWithBorder1
  591. //
  592. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  593. this.groupBoxWithBorder1.Controls.Add(this.locksalecode);
  594. this.groupBoxWithBorder1.Controls.Add(this.PreFix_label);
  595. this.groupBoxWithBorder1.Controls.Add(this.PreFix);
  596. this.groupBoxWithBorder1.Controls.Add(this.pa_salecode_label);
  597. this.groupBoxWithBorder1.Controls.Add(this.ma_code_label);
  598. this.groupBoxWithBorder1.Controls.Add(this.ms_salecode);
  599. this.groupBoxWithBorder1.Controls.Add(this.ms_makecode);
  600. this.groupBoxWithBorder1.Controls.Add(this.OutBoxLength_label);
  601. this.groupBoxWithBorder1.Controls.Add(this.OutBoxLength);
  602. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty);
  603. this.groupBoxWithBorder1.Controls.Add(this.DeleteAll);
  604. this.groupBoxWithBorder1.Controls.Add(this.AutoGenBoxCode);
  605. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty_label);
  606. this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label);
  607. this.groupBoxWithBorder1.Controls.Add(this.pa_outboxcode);
  608. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty);
  609. this.groupBoxWithBorder1.Controls.Add(this.pr_code_label);
  610. this.groupBoxWithBorder1.Controls.Add(this.pr_detail);
  611. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty_label);
  612. this.groupBoxWithBorder1.Controls.Add(this.pr_code);
  613. this.groupBoxWithBorder1.Controls.Add(this.pa_code_label);
  614. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. this.groupBoxWithBorder1.Location = new System.Drawing.Point(8, 12);
  616. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(4);
  617. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  618. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(4);
  619. this.groupBoxWithBorder1.Size = new System.Drawing.Size(822, 336);
  620. this.groupBoxWithBorder1.TabIndex = 171;
  621. this.groupBoxWithBorder1.TabStop = false;
  622. this.groupBoxWithBorder1.Text = "装箱信息";
  623. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  624. //
  625. // locksalecode
  626. //
  627. this.locksalecode.AutoSize = true;
  628. this.locksalecode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  629. this.locksalecode.ForeColor = System.Drawing.Color.Red;
  630. this.locksalecode.Location = new System.Drawing.Point(583, 33);
  631. this.locksalecode.Margin = new System.Windows.Forms.Padding(6);
  632. this.locksalecode.Name = "locksalecode";
  633. this.locksalecode.Size = new System.Drawing.Size(186, 28);
  634. this.locksalecode.TabIndex = 196;
  635. this.locksalecode.Text = "当前订单锁定";
  636. this.locksalecode.UseVisualStyleBackColor = true;
  637. //
  638. // PreFix_label
  639. //
  640. this.PreFix_label.AutoSize = true;
  641. this.PreFix_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  642. this.PreFix_label.Location = new System.Drawing.Point(357, 29);
  643. this.PreFix_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  644. this.PreFix_label.Name = "PreFix_label";
  645. this.PreFix_label.Size = new System.Drawing.Size(71, 36);
  646. this.PreFix_label.TabIndex = 195;
  647. this.PreFix_label.Text = "前缀";
  648. //
  649. // PreFix
  650. //
  651. this.PreFix.AllPower = null;
  652. this.PreFix.BackColor = System.Drawing.Color.White;
  653. this.PreFix.Font = new System.Drawing.Font("微软雅黑", 9F);
  654. this.PreFix.ID = null;
  655. this.PreFix.Location = new System.Drawing.Point(450, 30);
  656. this.PreFix.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
  657. this.PreFix.Name = "PreFix";
  658. this.PreFix.Power = null;
  659. this.PreFix.Size = new System.Drawing.Size(72, 39);
  660. this.PreFix.Str = null;
  661. this.PreFix.Str1 = null;
  662. this.PreFix.Str2 = null;
  663. this.PreFix.TabIndex = 194;
  664. this.PreFix.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PreFix_KeyDown);
  665. //
  666. // pa_salecode_label
  667. //
  668. this.pa_salecode_label.AutoSize = true;
  669. this.pa_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  670. this.pa_salecode_label.Location = new System.Drawing.Point(419, 273);
  671. this.pa_salecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  672. this.pa_salecode_label.Name = "pa_salecode_label";
  673. this.pa_salecode_label.Size = new System.Drawing.Size(146, 41);
  674. this.pa_salecode_label.TabIndex = 185;
  675. this.pa_salecode_label.Text = "订单编号";
  676. //
  677. // ma_code_label
  678. //
  679. this.ma_code_label.AutoSize = true;
  680. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  681. this.ma_code_label.Location = new System.Drawing.Point(11, 273);
  682. this.ma_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  683. this.ma_code_label.Name = "ma_code_label";
  684. this.ma_code_label.Size = new System.Drawing.Size(114, 41);
  685. this.ma_code_label.TabIndex = 186;
  686. this.ma_code_label.Text = "工单号";
  687. //
  688. // ms_salecode
  689. //
  690. this.ms_salecode.AutoSize = true;
  691. this.ms_salecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  692. this.ms_salecode.Location = new System.Drawing.Point(581, 273);
  693. this.ms_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  694. this.ms_salecode.Name = "ms_salecode";
  695. this.ms_salecode.Size = new System.Drawing.Size(0, 41);
  696. this.ms_salecode.TabIndex = 188;
  697. //
  698. // ms_makecode
  699. //
  700. this.ms_makecode.AutoSize = true;
  701. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  702. this.ms_makecode.Location = new System.Drawing.Point(183, 273);
  703. this.ms_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  704. this.ms_makecode.MaximumSize = new System.Drawing.Size(300, 0);
  705. this.ms_makecode.Name = "ms_makecode";
  706. this.ms_makecode.Size = new System.Drawing.Size(0, 41);
  707. this.ms_makecode.TabIndex = 187;
  708. //
  709. // OutBoxLength_label
  710. //
  711. this.OutBoxLength_label.AutoSize = true;
  712. this.OutBoxLength_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  713. this.OutBoxLength_label.Location = new System.Drawing.Point(161, 29);
  714. this.OutBoxLength_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  715. this.OutBoxLength_label.Name = "OutBoxLength_label";
  716. this.OutBoxLength_label.Size = new System.Drawing.Size(71, 36);
  717. this.OutBoxLength_label.TabIndex = 184;
  718. this.OutBoxLength_label.Text = "长度";
  719. //
  720. // OutBoxLength
  721. //
  722. this.OutBoxLength.AllPower = null;
  723. this.OutBoxLength.BackColor = System.Drawing.Color.White;
  724. this.OutBoxLength.Font = new System.Drawing.Font("微软雅黑", 9F);
  725. this.OutBoxLength.ID = null;
  726. this.OutBoxLength.Location = new System.Drawing.Point(254, 30);
  727. this.OutBoxLength.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
  728. this.OutBoxLength.Name = "OutBoxLength";
  729. this.OutBoxLength.Power = null;
  730. this.OutBoxLength.Size = new System.Drawing.Size(72, 39);
  731. this.OutBoxLength.Str = null;
  732. this.OutBoxLength.Str1 = null;
  733. this.OutBoxLength.Str2 = null;
  734. this.OutBoxLength.TabIndex = 183;
  735. this.OutBoxLength.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OutBoxLength_KeyDown);
  736. //
  737. // pr_outboxinnerqty
  738. //
  739. this.pr_outboxinnerqty.AllPower = null;
  740. this.pr_outboxinnerqty.BackColor = System.Drawing.Color.White;
  741. this.pr_outboxinnerqty.Enabled = false;
  742. this.pr_outboxinnerqty.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  743. this.pr_outboxinnerqty.ID = null;
  744. this.pr_outboxinnerqty.Location = new System.Drawing.Point(180, 148);
  745. this.pr_outboxinnerqty.Margin = new System.Windows.Forms.Padding(6);
  746. this.pr_outboxinnerqty.Name = "pr_outboxinnerqty";
  747. this.pr_outboxinnerqty.Power = null;
  748. this.pr_outboxinnerqty.Size = new System.Drawing.Size(204, 39);
  749. this.pr_outboxinnerqty.Str = null;
  750. this.pr_outboxinnerqty.Str1 = null;
  751. this.pr_outboxinnerqty.Str2 = null;
  752. this.pr_outboxinnerqty.TabIndex = 181;
  753. //
  754. // DeleteAll
  755. //
  756. this.DeleteAll.AllPower = null;
  757. this.DeleteAll.BackColor = System.Drawing.Color.Transparent;
  758. this.DeleteAll.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.DownImage")));
  759. this.DeleteAll.Font = new System.Drawing.Font("微软雅黑", 9F);
  760. this.DeleteAll.Image = null;
  761. this.DeleteAll.IsShowBorder = true;
  762. this.DeleteAll.Location = new System.Drawing.Point(710, 84);
  763. this.DeleteAll.Margin = new System.Windows.Forms.Padding(6);
  764. this.DeleteAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.MoveImage")));
  765. this.DeleteAll.Name = "DeleteAll";
  766. this.DeleteAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.NormalImage")));
  767. this.DeleteAll.Power = "ifspecial";
  768. this.DeleteAll.Size = new System.Drawing.Size(90, 48);
  769. this.DeleteAll.TabIndex = 181;
  770. this.DeleteAll.Text = "拆箱";
  771. this.DeleteAll.UseVisualStyleBackColor = true;
  772. this.DeleteAll.Click += new System.EventHandler(this.DeleteAll_Click);
  773. //
  774. // AutoGenBoxCode
  775. //
  776. this.AutoGenBoxCode.AutoSize = true;
  777. this.AutoGenBoxCode.Checked = true;
  778. this.AutoGenBoxCode.CheckState = System.Windows.Forms.CheckState.Checked;
  779. this.AutoGenBoxCode.Location = new System.Drawing.Point(495, 89);
  780. this.AutoGenBoxCode.Margin = new System.Windows.Forms.Padding(4);
  781. this.AutoGenBoxCode.Name = "AutoGenBoxCode";
  782. this.AutoGenBoxCode.Size = new System.Drawing.Size(178, 45);
  783. this.AutoGenBoxCode.TabIndex = 171;
  784. this.AutoGenBoxCode.Text = "自动生成";
  785. this.AutoGenBoxCode.UseVisualStyleBackColor = true;
  786. this.AutoGenBoxCode.CheckedChanged += new System.EventHandler(this.AutoGenBoxCode_CheckedChanged);
  787. //
  788. // pa_currentqty_label
  789. //
  790. this.pa_currentqty_label.AutoSize = true;
  791. this.pa_currentqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  792. this.pa_currentqty_label.Location = new System.Drawing.Point(423, 153);
  793. this.pa_currentqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  794. this.pa_currentqty_label.Name = "pa_currentqty_label";
  795. this.pa_currentqty_label.Size = new System.Drawing.Size(146, 41);
  796. this.pa_currentqty_label.TabIndex = 95;
  797. this.pa_currentqty_label.Text = "已装数量";
  798. //
  799. // pr_detail_label
  800. //
  801. this.pr_detail_label.AutoSize = true;
  802. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  803. this.pr_detail_label.Location = new System.Drawing.Point(419, 209);
  804. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  805. this.pr_detail_label.Name = "pr_detail_label";
  806. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  807. this.pr_detail_label.TabIndex = 80;
  808. this.pr_detail_label.Text = "产品名称";
  809. //
  810. // pa_outboxcode
  811. //
  812. this.pa_outboxcode.AllPower = null;
  813. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  814. this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  815. this.pa_outboxcode.ForeColor = System.Drawing.Color.Black;
  816. this.pa_outboxcode.ID = null;
  817. this.pa_outboxcode.Location = new System.Drawing.Point(180, 84);
  818. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
  819. this.pa_outboxcode.Name = "pa_outboxcode";
  820. this.pa_outboxcode.Power = null;
  821. this.pa_outboxcode.Size = new System.Drawing.Size(286, 50);
  822. this.pa_outboxcode.Str = null;
  823. this.pa_outboxcode.Str1 = null;
  824. this.pa_outboxcode.Str2 = null;
  825. this.pa_outboxcode.TabIndex = 163;
  826. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_code_KeyDown);
  827. //
  828. // pa_currentqty
  829. //
  830. this.pa_currentqty.AutoSize = true;
  831. this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  832. this.pa_currentqty.Location = new System.Drawing.Point(579, 149);
  833. this.pa_currentqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  834. this.pa_currentqty.Name = "pa_currentqty";
  835. this.pa_currentqty.Size = new System.Drawing.Size(0, 41);
  836. this.pa_currentqty.TabIndex = 169;
  837. //
  838. // pr_code_label
  839. //
  840. this.pr_code_label.AutoSize = true;
  841. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  842. this.pr_code_label.Location = new System.Drawing.Point(11, 209);
  843. this.pr_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  844. this.pr_code_label.Name = "pr_code_label";
  845. this.pr_code_label.Size = new System.Drawing.Size(146, 41);
  846. this.pr_code_label.TabIndex = 81;
  847. this.pr_code_label.Text = "产品编号";
  848. //
  849. // pr_detail
  850. //
  851. this.pr_detail.AutoSize = true;
  852. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  853. this.pr_detail.Location = new System.Drawing.Point(581, 209);
  854. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  855. this.pr_detail.Name = "pr_detail";
  856. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  857. this.pr_detail.TabIndex = 168;
  858. //
  859. // pr_outboxinnerqty_label
  860. //
  861. this.pr_outboxinnerqty_label.AutoSize = true;
  862. this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  863. this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(11, 147);
  864. this.pr_outboxinnerqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  865. this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
  866. this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(146, 41);
  867. this.pr_outboxinnerqty_label.TabIndex = 97;
  868. this.pr_outboxinnerqty_label.Text = "箱内容量";
  869. //
  870. // pr_code
  871. //
  872. this.pr_code.AutoSize = true;
  873. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  874. this.pr_code.Location = new System.Drawing.Point(183, 209);
  875. this.pr_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  876. this.pr_code.MaximumSize = new System.Drawing.Size(300, 0);
  877. this.pr_code.Name = "pr_code";
  878. this.pr_code.Size = new System.Drawing.Size(0, 41);
  879. this.pr_code.TabIndex = 167;
  880. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  881. //
  882. // pa_code_label
  883. //
  884. this.pa_code_label.AutoSize = true;
  885. this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  886. this.pa_code_label.Location = new System.Drawing.Point(11, 87);
  887. this.pa_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  888. this.pa_code_label.Name = "pa_code_label";
  889. this.pa_code_label.Size = new System.Drawing.Size(82, 41);
  890. this.pa_code_label.TabIndex = 113;
  891. this.pa_code_label.Text = "箱号";
  892. //
  893. // OperateResult
  894. //
  895. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  896. this.OperateResult.Location = new System.Drawing.Point(8, 854);
  897. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  898. this.OperateResult.Name = "OperateResult";
  899. this.OperateResult.Size = new System.Drawing.Size(850, 236);
  900. this.OperateResult.TabIndex = 155;
  901. this.OperateResult.Text = "";
  902. //
  903. // Clean
  904. //
  905. this.Clean.AllPower = null;
  906. this.Clean.BackColor = System.Drawing.Color.Transparent;
  907. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  908. this.Clean.Image = null;
  909. this.Clean.IsShowBorder = true;
  910. this.Clean.Location = new System.Drawing.Point(742, 1106);
  911. this.Clean.Margin = new System.Windows.Forms.Padding(6);
  912. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  913. this.Clean.Name = "Clean";
  914. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  915. this.Clean.Power = null;
  916. this.Clean.Size = new System.Drawing.Size(120, 48);
  917. this.Clean.TabIndex = 148;
  918. this.Clean.Text = "清除";
  919. this.Clean.UseVisualStyleBackColor = true;
  920. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  921. //
  922. // sn_code
  923. //
  924. this.sn_code.AllPower = "ifall";
  925. this.sn_code.BackColor = System.Drawing.Color.White;
  926. this.sn_code.ID = null;
  927. this.sn_code.Location = new System.Drawing.Point(148, 1108);
  928. this.sn_code.Margin = new System.Windows.Forms.Padding(6);
  929. this.sn_code.Name = "sn_code";
  930. this.sn_code.Power = "ifread";
  931. this.sn_code.Size = new System.Drawing.Size(342, 35);
  932. this.sn_code.Str = null;
  933. this.sn_code.Str1 = null;
  934. this.sn_code.Str2 = null;
  935. this.sn_code.TabIndex = 135;
  936. this.sn_code.Tag = "ifread";
  937. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.barcode_KeyDown);
  938. //
  939. // PackageDetail
  940. //
  941. this.PackageDetail.AllowUserToAddRows = false;
  942. this.PackageDetail.AllowUserToDeleteRows = false;
  943. this.PackageDetail.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  944. this.PackageDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  945. this.PackageDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  946. this.pd_barcode,
  947. this.pa_outboxcode1,
  948. this.pa_prodcode1,
  949. this.pd_innerqty,
  950. this.pa_indate,
  951. this.pd_id});
  952. this.PackageDetail.EnableContentClick = true;
  953. this.PackageDetail.Location = new System.Drawing.Point(8, 358);
  954. this.PackageDetail.Margin = new System.Windows.Forms.Padding(6);
  955. this.PackageDetail.Name = "PackageDetail";
  956. this.PackageDetail.ReadOnly = true;
  957. this.PackageDetail.RowHeadersWidth = 82;
  958. this.PackageDetail.RowTemplate.Height = 23;
  959. this.PackageDetail.Size = new System.Drawing.Size(1253, 480);
  960. this.PackageDetail.TabIndex = 134;
  961. //
  962. // pd_barcode
  963. //
  964. this.pd_barcode.DataPropertyName = "pd_barcode";
  965. this.pd_barcode.HeaderText = "序列号";
  966. this.pd_barcode.MinimumWidth = 250;
  967. this.pd_barcode.Name = "pd_barcode";
  968. this.pd_barcode.ReadOnly = true;
  969. this.pd_barcode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  970. this.pd_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
  971. this.pd_barcode.Width = 250;
  972. //
  973. // pa_outboxcode1
  974. //
  975. this.pa_outboxcode1.DataPropertyName = "pa_outboxcode";
  976. this.pa_outboxcode1.HeaderText = "箱号";
  977. this.pa_outboxcode1.MinimumWidth = 200;
  978. this.pa_outboxcode1.Name = "pa_outboxcode1";
  979. this.pa_outboxcode1.ReadOnly = true;
  980. this.pa_outboxcode1.Width = 201;
  981. //
  982. // pa_prodcode1
  983. //
  984. this.pa_prodcode1.DataPropertyName = "pa_prodcode";
  985. this.pa_prodcode1.HeaderText = "产品编号";
  986. this.pa_prodcode1.MinimumWidth = 10;
  987. this.pa_prodcode1.Name = "pa_prodcode1";
  988. this.pa_prodcode1.ReadOnly = true;
  989. this.pa_prodcode1.Visible = false;
  990. this.pa_prodcode1.Width = 200;
  991. //
  992. // pd_innerqty
  993. //
  994. this.pd_innerqty.DataPropertyName = "pd_innerqty";
  995. this.pd_innerqty.HeaderText = "箱内数量";
  996. this.pd_innerqty.MinimumWidth = 10;
  997. this.pd_innerqty.Name = "pd_innerqty";
  998. this.pd_innerqty.ReadOnly = true;
  999. this.pd_innerqty.Visible = false;
  1000. this.pd_innerqty.Width = 80;
  1001. //
  1002. // pa_indate
  1003. //
  1004. this.pa_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  1005. this.pa_indate.DataPropertyName = "pa_indate";
  1006. this.pa_indate.HeaderText = "装箱日期";
  1007. this.pa_indate.MinimumWidth = 300;
  1008. this.pa_indate.Name = "pa_indate";
  1009. this.pa_indate.ReadOnly = true;
  1010. this.pa_indate.Width = 300;
  1011. //
  1012. // pd_id
  1013. //
  1014. this.pd_id.DataPropertyName = "pd_id";
  1015. this.pd_id.HeaderText = "ID";
  1016. this.pd_id.MinimumWidth = 10;
  1017. this.pd_id.Name = "pd_id";
  1018. this.pd_id.ReadOnly = true;
  1019. this.pd_id.Visible = false;
  1020. this.pd_id.Width = 200;
  1021. //
  1022. // dataGridViewTextBoxColumn1
  1023. //
  1024. this.dataGridViewTextBoxColumn1.DataPropertyName = "pd_barcode";
  1025. this.dataGridViewTextBoxColumn1.HeaderText = "序列号";
  1026. this.dataGridViewTextBoxColumn1.MinimumWidth = 250;
  1027. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  1028. this.dataGridViewTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1029. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
  1030. this.dataGridViewTextBoxColumn1.Width = 250;
  1031. //
  1032. // dataGridViewTextBoxColumn2
  1033. //
  1034. this.dataGridViewTextBoxColumn2.DataPropertyName = "pa_outboxcode";
  1035. this.dataGridViewTextBoxColumn2.HeaderText = "箱号";
  1036. this.dataGridViewTextBoxColumn2.MinimumWidth = 200;
  1037. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  1038. this.dataGridViewTextBoxColumn2.Width = 201;
  1039. //
  1040. // dataGridViewTextBoxColumn3
  1041. //
  1042. this.dataGridViewTextBoxColumn3.DataPropertyName = "pa_prodcode";
  1043. this.dataGridViewTextBoxColumn3.HeaderText = "产品编号";
  1044. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  1045. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  1046. this.dataGridViewTextBoxColumn3.Visible = false;
  1047. this.dataGridViewTextBoxColumn3.Width = 200;
  1048. //
  1049. // dataGridViewTextBoxColumn4
  1050. //
  1051. this.dataGridViewTextBoxColumn4.DataPropertyName = "pd_innerqty";
  1052. this.dataGridViewTextBoxColumn4.HeaderText = "箱内数量";
  1053. this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
  1054. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  1055. this.dataGridViewTextBoxColumn4.Visible = false;
  1056. this.dataGridViewTextBoxColumn4.Width = 80;
  1057. //
  1058. // dataGridViewTextBoxColumn5
  1059. //
  1060. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  1061. this.dataGridViewTextBoxColumn5.DataPropertyName = "pa_indate";
  1062. this.dataGridViewTextBoxColumn5.HeaderText = "装箱日期";
  1063. this.dataGridViewTextBoxColumn5.MinimumWidth = 300;
  1064. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  1065. this.dataGridViewTextBoxColumn5.Width = 300;
  1066. //
  1067. // dataGridViewTextBoxColumn6
  1068. //
  1069. this.dataGridViewTextBoxColumn6.DataPropertyName = "pd_id";
  1070. this.dataGridViewTextBoxColumn6.HeaderText = "ID";
  1071. this.dataGridViewTextBoxColumn6.MinimumWidth = 10;
  1072. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  1073. this.dataGridViewTextBoxColumn6.Visible = false;
  1074. this.dataGridViewTextBoxColumn6.Width = 200;
  1075. //
  1076. // groupBoxWithBorder3
  1077. //
  1078. this.groupBoxWithBorder3.BorderColor = System.Drawing.Color.Black;
  1079. this.groupBoxWithBorder3.Controls.Add(this.StartWeight);
  1080. this.groupBoxWithBorder3.Controls.Add(this.RefreshWeigh);
  1081. this.groupBoxWithBorder3.Controls.Add(this.sumpalletweight);
  1082. this.groupBoxWithBorder3.Controls.Add(this.label4);
  1083. this.groupBoxWithBorder3.Controls.Add(this.weight);
  1084. this.groupBoxWithBorder3.Controls.Add(this.label5);
  1085. this.groupBoxWithBorder3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1086. this.groupBoxWithBorder3.Location = new System.Drawing.Point(1271, 356);
  1087. this.groupBoxWithBorder3.Margin = new System.Windows.Forms.Padding(4);
  1088. this.groupBoxWithBorder3.Name = "groupBoxWithBorder3";
  1089. this.groupBoxWithBorder3.Padding = new System.Windows.Forms.Padding(4);
  1090. this.groupBoxWithBorder3.Size = new System.Drawing.Size(474, 482);
  1091. this.groupBoxWithBorder3.TabIndex = 211;
  1092. this.groupBoxWithBorder3.TabStop = false;
  1093. this.groupBoxWithBorder3.Text = "称量信息";
  1094. this.groupBoxWithBorder3.TextColor = System.Drawing.Color.Black;
  1095. //
  1096. // RefreshWeigh
  1097. //
  1098. this.RefreshWeigh.AllPower = "ifall";
  1099. this.RefreshWeigh.BackColor = System.Drawing.Color.Transparent;
  1100. this.RefreshWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.DownImage")));
  1101. this.RefreshWeigh.Font = new System.Drawing.Font("微软雅黑", 9F);
  1102. this.RefreshWeigh.Image = null;
  1103. this.RefreshWeigh.IsShowBorder = true;
  1104. this.RefreshWeigh.Location = new System.Drawing.Point(287, 242);
  1105. this.RefreshWeigh.Margin = new System.Windows.Forms.Padding(6);
  1106. this.RefreshWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.MoveImage")));
  1107. this.RefreshWeigh.Name = "RefreshWeigh";
  1108. this.RefreshWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.NormalImage")));
  1109. this.RefreshWeigh.Power = null;
  1110. this.RefreshWeigh.Size = new System.Drawing.Size(116, 48);
  1111. this.RefreshWeigh.TabIndex = 185;
  1112. this.RefreshWeigh.Tag = "ifread";
  1113. this.RefreshWeigh.Text = "刷新重量";
  1114. this.RefreshWeigh.UseVisualStyleBackColor = true;
  1115. //
  1116. // sumpalletweight
  1117. //
  1118. this.sumpalletweight.AutoSize = true;
  1119. this.sumpalletweight.Font = new System.Drawing.Font("微软雅黑", 25F);
  1120. this.sumpalletweight.Location = new System.Drawing.Point(25, 319);
  1121. this.sumpalletweight.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  1122. this.sumpalletweight.Name = "sumpalletweight";
  1123. this.sumpalletweight.Size = new System.Drawing.Size(0, 88);
  1124. this.sumpalletweight.TabIndex = 182;
  1125. //
  1126. // label4
  1127. //
  1128. this.label4.AutoSize = true;
  1129. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1130. this.label4.Location = new System.Drawing.Point(9, 245);
  1131. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  1132. this.label4.Name = "label4";
  1133. this.label4.Size = new System.Drawing.Size(210, 41);
  1134. this.label4.TabIndex = 181;
  1135. this.label4.Text = "系统计算重量";
  1136. //
  1137. // weight
  1138. //
  1139. this.weight.AutoSize = true;
  1140. this.weight.Font = new System.Drawing.Font("微软雅黑", 35F);
  1141. this.weight.ForeColor = System.Drawing.Color.DarkGreen;
  1142. this.weight.Location = new System.Drawing.Point(21, 107);
  1143. this.weight.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  1144. this.weight.Name = "weight";
  1145. this.weight.Size = new System.Drawing.Size(0, 121);
  1146. this.weight.TabIndex = 180;
  1147. //
  1148. // label5
  1149. //
  1150. this.label5.AutoSize = true;
  1151. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1152. this.label5.Location = new System.Drawing.Point(9, 39);
  1153. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  1154. this.label5.Name = "label5";
  1155. this.label5.Size = new System.Drawing.Size(146, 41);
  1156. this.label5.TabIndex = 179;
  1157. this.label5.Text = "称量重量";
  1158. //
  1159. // PrintNum1
  1160. //
  1161. this.PrintNum1.AllPower = null;
  1162. this.PrintNum1.BackColor = System.Drawing.Color.White;
  1163. this.PrintNum1.ID = null;
  1164. this.PrintNum1.Location = new System.Drawing.Point(1596, 850);
  1165. this.PrintNum1.Margin = new System.Windows.Forms.Padding(6);
  1166. this.PrintNum1.Name = "PrintNum1";
  1167. this.PrintNum1.Negative = false;
  1168. this.PrintNum1.Power = null;
  1169. this.PrintNum1.Size = new System.Drawing.Size(85, 35);
  1170. this.PrintNum1.Str = null;
  1171. this.PrintNum1.Str1 = null;
  1172. this.PrintNum1.Str2 = null;
  1173. this.PrintNum1.TabIndex = 234;
  1174. this.PrintNum1.Text = "1";
  1175. //
  1176. // label6
  1177. //
  1178. this.label6.AutoSize = true;
  1179. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1180. this.label6.Location = new System.Drawing.Point(1502, 846);
  1181. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  1182. this.label6.Name = "label6";
  1183. this.label6.Size = new System.Drawing.Size(82, 41);
  1184. this.label6.TabIndex = 233;
  1185. this.label6.Text = "份数";
  1186. //
  1187. // PrintSecond
  1188. //
  1189. this.PrintSecond.AutoSize = true;
  1190. this.PrintSecond.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1191. this.PrintSecond.ForeColor = System.Drawing.Color.Red;
  1192. this.PrintSecond.Location = new System.Drawing.Point(1321, 852);
  1193. this.PrintSecond.Margin = new System.Windows.Forms.Padding(6);
  1194. this.PrintSecond.Name = "PrintSecond";
  1195. this.PrintSecond.Size = new System.Drawing.Size(162, 28);
  1196. this.PrintSecond.TabIndex = 232;
  1197. this.PrintSecond.Text = "打印副标签";
  1198. this.PrintSecond.UseVisualStyleBackColor = true;
  1199. //
  1200. // PrintLabel1
  1201. //
  1202. this.PrintLabel1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1203. this.PrintLabel1.Font = new System.Drawing.Font("微软雅黑", 9F);
  1204. this.PrintLabel1.FormattingEnabled = true;
  1205. this.PrintLabel1.Location = new System.Drawing.Point(1465, 944);
  1206. this.PrintLabel1.Margin = new System.Windows.Forms.Padding(4);
  1207. this.PrintLabel1.Name = "PrintLabel1";
  1208. this.PrintLabel1.Size = new System.Drawing.Size(264, 39);
  1209. this.PrintLabel1.TabIndex = 230;
  1210. //
  1211. // label7
  1212. //
  1213. this.label7.AutoSize = true;
  1214. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1215. this.label7.Location = new System.Drawing.Point(1314, 942);
  1216. this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  1217. this.label7.Name = "label7";
  1218. this.label7.Size = new System.Drawing.Size(101, 41);
  1219. this.label7.TabIndex = 231;
  1220. this.label7.Text = "标签1";
  1221. //
  1222. // PrintList1
  1223. //
  1224. this.PrintList1.Font = new System.Drawing.Font("微软雅黑", 9F);
  1225. this.PrintList1.Location = new System.Drawing.Point(1465, 889);
  1226. this.PrintList1.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
  1227. this.PrintList1.Name = "PrintList1";
  1228. this.PrintList1.Size = new System.Drawing.Size(264, 56);
  1229. this.PrintList1.TabIndex = 229;
  1230. //
  1231. // label8
  1232. //
  1233. this.label8.AutoSize = true;
  1234. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1235. this.label8.Location = new System.Drawing.Point(1314, 889);
  1236. this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  1237. this.label8.Name = "label8";
  1238. this.label8.Size = new System.Drawing.Size(133, 41);
  1239. this.label8.TabIndex = 228;
  1240. this.label8.Text = "打印机1";
  1241. //
  1242. // PrintNum2
  1243. //
  1244. this.PrintNum2.AllPower = null;
  1245. this.PrintNum2.BackColor = System.Drawing.Color.White;
  1246. this.PrintNum2.ID = null;
  1247. this.PrintNum2.Location = new System.Drawing.Point(1596, 997);
  1248. this.PrintNum2.Margin = new System.Windows.Forms.Padding(6);
  1249. this.PrintNum2.Name = "PrintNum2";
  1250. this.PrintNum2.Negative = false;
  1251. this.PrintNum2.Power = null;
  1252. this.PrintNum2.Size = new System.Drawing.Size(85, 35);
  1253. this.PrintNum2.Str = null;
  1254. this.PrintNum2.Str1 = null;
  1255. this.PrintNum2.Str2 = null;
  1256. this.PrintNum2.TabIndex = 241;
  1257. this.PrintNum2.Text = "1";
  1258. //
  1259. // label9
  1260. //
  1261. this.label9.AutoSize = true;
  1262. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1263. this.label9.Location = new System.Drawing.Point(1502, 993);
  1264. this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  1265. this.label9.Name = "label9";
  1266. this.label9.Size = new System.Drawing.Size(82, 41);
  1267. this.label9.TabIndex = 240;
  1268. this.label9.Text = "份数";
  1269. //
  1270. // PrintThird
  1271. //
  1272. this.PrintThird.AutoSize = true;
  1273. this.PrintThird.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1274. this.PrintThird.ForeColor = System.Drawing.Color.Red;
  1275. this.PrintThird.Location = new System.Drawing.Point(1321, 999);
  1276. this.PrintThird.Margin = new System.Windows.Forms.Padding(6);
  1277. this.PrintThird.Name = "PrintThird";
  1278. this.PrintThird.Size = new System.Drawing.Size(174, 28);
  1279. this.PrintThird.TabIndex = 239;
  1280. this.PrintThird.Text = "打印副标签2";
  1281. this.PrintThird.UseVisualStyleBackColor = true;
  1282. //
  1283. // PrintLabel2
  1284. //
  1285. this.PrintLabel2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1286. this.PrintLabel2.Font = new System.Drawing.Font("微软雅黑", 9F);
  1287. this.PrintLabel2.FormattingEnabled = true;
  1288. this.PrintLabel2.Location = new System.Drawing.Point(1465, 1091);
  1289. this.PrintLabel2.Margin = new System.Windows.Forms.Padding(4);
  1290. this.PrintLabel2.Name = "PrintLabel2";
  1291. this.PrintLabel2.Size = new System.Drawing.Size(264, 39);
  1292. this.PrintLabel2.TabIndex = 237;
  1293. //
  1294. // label10
  1295. //
  1296. this.label10.AutoSize = true;
  1297. this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1298. this.label10.Location = new System.Drawing.Point(1314, 1089);
  1299. this.label10.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  1300. this.label10.Name = "label10";
  1301. this.label10.Size = new System.Drawing.Size(101, 41);
  1302. this.label10.TabIndex = 238;
  1303. this.label10.Text = "标签2";
  1304. //
  1305. // PrintList2
  1306. //
  1307. this.PrintList2.Font = new System.Drawing.Font("微软雅黑", 9F);
  1308. this.PrintList2.Location = new System.Drawing.Point(1465, 1036);
  1309. this.PrintList2.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
  1310. this.PrintList2.Name = "PrintList2";
  1311. this.PrintList2.Size = new System.Drawing.Size(264, 56);
  1312. this.PrintList2.TabIndex = 236;
  1313. //
  1314. // label11
  1315. //
  1316. this.label11.AutoSize = true;
  1317. this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1318. this.label11.Location = new System.Drawing.Point(1314, 1036);
  1319. this.label11.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  1320. this.label11.Name = "label11";
  1321. this.label11.Size = new System.Drawing.Size(133, 41);
  1322. this.label11.TabIndex = 235;
  1323. this.label11.Text = "打印机2";
  1324. //
  1325. // PalletCode
  1326. //
  1327. this.PalletCode.AllPower = null;
  1328. this.PalletCode.BackColor = System.Drawing.Color.White;
  1329. this.PalletCode.ID = null;
  1330. this.PalletCode.Location = new System.Drawing.Point(966, 1070);
  1331. this.PalletCode.Margin = new System.Windows.Forms.Padding(4);
  1332. this.PalletCode.Multiline = true;
  1333. this.PalletCode.Name = "PalletCode";
  1334. this.PalletCode.Power = null;
  1335. this.PalletCode.Size = new System.Drawing.Size(324, 41);
  1336. this.PalletCode.Str = null;
  1337. this.PalletCode.Str1 = null;
  1338. this.PalletCode.Str2 = null;
  1339. this.PalletCode.TabIndex = 243;
  1340. this.PalletCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PalletCode_KeyDown);
  1341. //
  1342. // label2
  1343. //
  1344. this.label2.AutoSize = true;
  1345. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1346. this.label2.Location = new System.Drawing.Point(874, 1070);
  1347. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  1348. this.label2.Name = "label2";
  1349. this.label2.Size = new System.Drawing.Size(82, 41);
  1350. this.label2.TabIndex = 242;
  1351. this.label2.Text = "卡板";
  1352. //
  1353. // ComList
  1354. //
  1355. this.ComList.AutoSize = true;
  1356. this.ComList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1357. this.ComList.Location = new System.Drawing.Point(1085, 886);
  1358. this.ComList.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  1359. this.ComList.Name = "ComList";
  1360. this.ComList.Size = new System.Drawing.Size(128, 38);
  1361. this.ComList.TabIndex = 245;
  1362. this.ComList.Text = "ComList";
  1363. this.ComList.Visible = false;
  1364. //
  1365. // BaudRate
  1366. //
  1367. this.BaudRate.AutoSize = true;
  1368. this.BaudRate.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1369. this.BaudRate.Location = new System.Drawing.Point(1085, 938);
  1370. this.BaudRate.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  1371. this.BaudRate.Name = "BaudRate";
  1372. this.BaudRate.Size = new System.Drawing.Size(150, 38);
  1373. this.BaudRate.TabIndex = 244;
  1374. this.BaudRate.Text = "BaudRate";
  1375. this.BaudRate.Visible = false;
  1376. //
  1377. // StartWeight
  1378. //
  1379. this.StartWeight.AllPower = null;
  1380. this.StartWeight.BackColor = System.Drawing.Color.Transparent;
  1381. this.StartWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.DownImage")));
  1382. this.StartWeight.Image = ((System.Drawing.Image)(resources.GetObject("StartWeight.Image")));
  1383. this.StartWeight.IsShowBorder = true;
  1384. this.StartWeight.Location = new System.Drawing.Point(199, 32);
  1385. this.StartWeight.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  1386. this.StartWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.MoveImage")));
  1387. this.StartWeight.Name = "StartWeight";
  1388. this.StartWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.NormalImage")));
  1389. this.StartWeight.Power = null;
  1390. this.StartWeight.Size = new System.Drawing.Size(141, 48);
  1391. this.StartWeight.TabIndex = 246;
  1392. this.StartWeight.Text = "开始称量";
  1393. this.StartWeight.UseVisualStyleBackColor = true;
  1394. this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
  1395. //
  1396. // Packing_PackageCollectionPallet
  1397. //
  1398. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  1399. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1400. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  1401. this.ClientSize = new System.Drawing.Size(1758, 1168);
  1402. this.Controls.Add(this.ComList);
  1403. this.Controls.Add(this.BaudRate);
  1404. this.Controls.Add(this.PalletCode);
  1405. this.Controls.Add(this.label2);
  1406. this.Controls.Add(this.PrintNum2);
  1407. this.Controls.Add(this.label9);
  1408. this.Controls.Add(this.PrintThird);
  1409. this.Controls.Add(this.PrintLabel2);
  1410. this.Controls.Add(this.label10);
  1411. this.Controls.Add(this.PrintList2);
  1412. this.Controls.Add(this.label11);
  1413. this.Controls.Add(this.PrintNum1);
  1414. this.Controls.Add(this.label6);
  1415. this.Controls.Add(this.PrintSecond);
  1416. this.Controls.Add(this.PrintLabel1);
  1417. this.Controls.Add(this.label7);
  1418. this.Controls.Add(this.PrintList1);
  1419. this.Controls.Add(this.label8);
  1420. this.Controls.Add(this.groupBoxWithBorder3);
  1421. this.Controls.Add(this.pa_remark);
  1422. this.Controls.Add(this.pa_remark_label);
  1423. this.Controls.Add(this.mcd_remainqty_label);
  1424. this.Controls.Add(this.mcd_remainqty);
  1425. this.Controls.Add(this.pr_sendchecktype);
  1426. this.Controls.Add(this.mcd_inqty_label);
  1427. this.Controls.Add(this.pa_standardqty);
  1428. this.Controls.Add(this.mcd_inqty);
  1429. this.Controls.Add(this.pa_downstatus);
  1430. this.Controls.Add(this.pa_checkno);
  1431. this.Controls.Add(this.pa_sccode);
  1432. this.Controls.Add(this.pa_status);
  1433. this.Controls.Add(this.pr_packrule);
  1434. this.Controls.Add(this.groupBoxWithBorder2);
  1435. this.Controls.Add(this.groupBoxWithBorder1);
  1436. this.Controls.Add(this.OperateResult);
  1437. this.Controls.Add(this.pa_id);
  1438. this.Controls.Add(this.Clean);
  1439. this.Controls.Add(this.sn_code);
  1440. this.Controls.Add(this.PackageDetail);
  1441. this.Controls.Add(this.Cancel);
  1442. this.Controls.Add(this.label13);
  1443. this.Controls.Add(this.pa_makecode);
  1444. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1445. this.Margin = new System.Windows.Forms.Padding(6);
  1446. this.Name = "Packing_PackageCollectionPallet";
  1447. this.Tag = "Packing!PackageCollection";
  1448. this.Text = "包装采集";
  1449. this.Activated += new System.EventHandler(this.PackCollection_Activated);
  1450. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PackCollection_FormClosing);
  1451. this.Load += new System.EventHandler(this.PackCollection_Load);
  1452. this.SizeChanged += new System.EventHandler(this.PackCollection_SizeChanged);
  1453. this.groupBoxWithBorder2.ResumeLayout(true);
  1454. this.groupBoxWithBorder2.PerformLayout();
  1455. this.groupBoxWithBorder1.ResumeLayout(true);
  1456. this.groupBoxWithBorder1.PerformLayout();
  1457. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
  1458. this.groupBoxWithBorder3.ResumeLayout(true);
  1459. this.groupBoxWithBorder3.PerformLayout();
  1460. this.ResumeLayout(true);
  1461. this.PerformLayout();
  1462. }
  1463. #endregion
  1464. private System.Windows.Forms.Label pr_code_label;
  1465. private System.Windows.Forms.Label pr_detail_label;
  1466. private System.Windows.Forms.Label pa_makecode;
  1467. private System.Windows.Forms.Label pa_currentqty_label;
  1468. private System.Windows.Forms.Label pr_outboxinnerqty_label;
  1469. private System.Windows.Forms.Label label13;
  1470. private System.Windows.Forms.Label pa_code_label;
  1471. private System.Windows.Forms.Label PrintList_label;
  1472. private System.Windows.Forms.Label PrintNum_label;
  1473. private System.Windows.Forms.CheckBox Cancel;
  1474. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
  1475. private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
  1476. private CustomControl.ButtonUtil.NormalButton Clean;
  1477. private CustomControl.ButtonUtil.NormalButton Printing;
  1478. private System.Windows.Forms.Label pa_id;
  1479. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  1480. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
  1481. private System.Windows.Forms.Label label3;
  1482. private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
  1483. private System.Windows.Forms.Label pr_code;
  1484. private System.Windows.Forms.Label pr_detail;
  1485. private System.Windows.Forms.Label pa_currentqty;
  1486. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  1487. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
  1488. private CustomControl.ButtonUtil.NormalButton Packing;
  1489. private System.Windows.Forms.CheckBox AutoGenBoxCode;
  1490. private System.Windows.Forms.Label pr_packrule;
  1491. private System.Windows.Forms.Label pa_status;
  1492. private CustomControl.ButtonUtil.NormalButton SendCheck;
  1493. private System.Windows.Forms.Label ob_batchqty;
  1494. private System.Windows.Forms.Label ob_nowcheckqty_label;
  1495. private System.Windows.Forms.Label ob_batchqty_label;
  1496. private System.Windows.Forms.Label ob_nowcheckqty;
  1497. private System.Windows.Forms.Label pa_sccode;
  1498. private System.Windows.Forms.Label pa_checkno;
  1499. private System.Windows.Forms.Label pa_downstatus;
  1500. private System.Windows.Forms.Label pa_standardqty;
  1501. private CustomControl.ButtonUtil.NormalButton DeleteAll;
  1502. private CustomControl.ValueLabel.ValueLabel checkweightlabel;
  1503. private System.Windows.Forms.Label label1;
  1504. private CustomControl.TextBoxWithIcon.EnterTextBox pr_outboxinnerqty;
  1505. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  1506. private UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  1507. private System.Windows.Forms.Label OutBoxLength_label;
  1508. private CustomControl.TextBoxWithIcon.SnCollectionBox OutBoxLength;
  1509. private System.Windows.Forms.Label pr_sendchecktype;
  1510. private System.Windows.Forms.Label pa_salecode_label;
  1511. private System.Windows.Forms.Label ma_code_label;
  1512. private System.Windows.Forms.Label ms_salecode;
  1513. private System.Windows.Forms.Label ms_makecode;
  1514. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  1515. private System.Windows.Forms.Label mcd_remainqty_label;
  1516. private System.Windows.Forms.Label mcd_remainqty;
  1517. private System.Windows.Forms.Label mcd_inqty_label;
  1518. private System.Windows.Forms.Label mcd_inqty;
  1519. private System.Windows.Forms.Label pa_remark_label;
  1520. private CustomControl.TextBoxWithIcon.EnterTextBox pa_remark;
  1521. private System.Windows.Forms.Label PreFix_label;
  1522. private CustomControl.TextBoxWithIcon.SnCollectionBox PreFix;
  1523. private System.Windows.Forms.CheckBox locksalecode;
  1524. private System.Windows.Forms.DataGridViewTextBoxColumn pd_barcode;
  1525. private System.Windows.Forms.DataGridViewTextBoxColumn pa_outboxcode1;
  1526. private System.Windows.Forms.DataGridViewTextBoxColumn pa_prodcode1;
  1527. private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
  1528. private System.Windows.Forms.DataGridViewTextBoxColumn pa_indate;
  1529. private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
  1530. public CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode;
  1531. public System.Windows.Forms.Label ob_checkno;
  1532. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1533. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1534. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1535. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1536. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1537. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  1538. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder3;
  1539. private CustomControl.ButtonUtil.NormalButton RefreshWeigh;
  1540. private System.Windows.Forms.Label sumpalletweight;
  1541. private System.Windows.Forms.Label label4;
  1542. private System.Windows.Forms.Label weight;
  1543. private System.Windows.Forms.Label label5;
  1544. private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum1;
  1545. private System.Windows.Forms.Label label6;
  1546. private System.Windows.Forms.CheckBox PrintSecond;
  1547. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel1;
  1548. private System.Windows.Forms.Label label7;
  1549. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList1;
  1550. private System.Windows.Forms.Label label8;
  1551. private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum2;
  1552. private System.Windows.Forms.Label label9;
  1553. private System.Windows.Forms.CheckBox PrintThird;
  1554. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel2;
  1555. private System.Windows.Forms.Label label10;
  1556. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList2;
  1557. private System.Windows.Forms.Label label11;
  1558. private CustomControl.TextBoxWithIcon.EnterTextBox PalletCode;
  1559. private System.Windows.Forms.Label label2;
  1560. private System.Windows.Forms.Label ComList;
  1561. private System.Windows.Forms.Label BaudRate;
  1562. private CustomControl.ButtonUtil.NormalButton StartWeight;
  1563. }
  1564. }