Make_PackageCollection.Designer.cs 69 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_PackageCollection
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_PackageCollection));
  29. this.pa_makecode = new System.Windows.Forms.Label();
  30. this.label13 = new System.Windows.Forms.Label();
  31. this.Cancel = new System.Windows.Forms.CheckBox();
  32. this.pa_id = new System.Windows.Forms.Label();
  33. this.pr_packrule = new System.Windows.Forms.Label();
  34. this.pa_status = new System.Windows.Forms.Label();
  35. this.pa_sccode = new System.Windows.Forms.Label();
  36. this.pa_checkno = new System.Windows.Forms.Label();
  37. this.pa_downstatus = new System.Windows.Forms.Label();
  38. this.pa_standardqty = new System.Windows.Forms.Label();
  39. this.pr_sendchecktype = new System.Windows.Forms.Label();
  40. this.mcd_remainqty_label = new System.Windows.Forms.Label();
  41. this.mcd_remainqty = new System.Windows.Forms.Label();
  42. this.mcd_inqty_label = new System.Windows.Forms.Label();
  43. this.mcd_inqty = new System.Windows.Forms.Label();
  44. this.pa_remark_label = new System.Windows.Forms.Label();
  45. this.CollecRemark = new System.Windows.Forms.CheckBox();
  46. this.pa_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  47. this.groupBoxWithBorder2 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  48. this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.StepCount = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
  51. this.checkweightlabel = new UAS_MES.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.CustomControl.ButtonUtil.NormalButton();
  58. this.Packing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  59. this.PrintLabel = new System.Windows.Forms.ComboBox();
  60. this.label3 = new System.Windows.Forms.Label();
  61. this.AutoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  62. this.PrintList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  63. this.Printing = new UAS_MES.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.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.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.CustomControl.TextBoxWithIcon.SnCollectionBox();
  76. this.pr_outboxinnerqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  77. this.DeleteAll = new UAS_MES.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.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.CustomControl.RichText.RichTextAutoBottom();
  89. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  90. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  91. this.PackageDetail = new UAS_MES.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.CloseServer = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  99. this.BuildServer = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  100. this.Port = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  101. this.Port_label = new System.Windows.Forms.Label();
  102. this.IP = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  103. this.IP_label = new System.Windows.Forms.Label();
  104. this.groupBoxWithBorder2.SuspendLayout();
  105. this.groupBoxWithBorder1.SuspendLayout();
  106. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
  107. this.SuspendLayout();
  108. //
  109. // pa_makecode
  110. //
  111. this.pa_makecode.AutoSize = true;
  112. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.pa_makecode.Location = new System.Drawing.Point(1108, 534);
  114. this.pa_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  115. this.pa_makecode.Name = "pa_makecode";
  116. this.pa_makecode.Size = new System.Drawing.Size(0, 27);
  117. this.pa_makecode.TabIndex = 76;
  118. this.pa_makecode.Visible = false;
  119. //
  120. // label13
  121. //
  122. this.label13.AutoSize = true;
  123. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.label13.ForeColor = System.Drawing.Color.Black;
  125. this.label13.Location = new System.Drawing.Point(9, 692);
  126. this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  127. this.label13.Name = "label13";
  128. this.label13.Size = new System.Drawing.Size(72, 27);
  129. this.label13.TabIndex = 105;
  130. this.label13.Text = "序列号";
  131. //
  132. // Cancel
  133. //
  134. this.Cancel.AutoSize = true;
  135. this.Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.Cancel.Location = new System.Drawing.Point(372, 692);
  137. this.Cancel.Margin = new System.Windows.Forms.Padding(4);
  138. this.Cancel.Name = "Cancel";
  139. this.Cancel.Size = new System.Drawing.Size(114, 31);
  140. this.Cancel.TabIndex = 129;
  141. this.Cancel.Text = "取消装箱";
  142. this.Cancel.UseVisualStyleBackColor = true;
  143. //
  144. // pa_id
  145. //
  146. this.pa_id.AutoSize = true;
  147. this.pa_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.pa_id.Location = new System.Drawing.Point(1065, 534);
  149. this.pa_id.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  150. this.pa_id.Name = "pa_id";
  151. this.pa_id.Size = new System.Drawing.Size(0, 27);
  152. this.pa_id.TabIndex = 153;
  153. this.pa_id.Visible = false;
  154. //
  155. // pr_packrule
  156. //
  157. this.pr_packrule.AutoSize = true;
  158. this.pr_packrule.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.pr_packrule.Location = new System.Drawing.Point(1132, 522);
  160. this.pr_packrule.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  161. this.pr_packrule.Name = "pr_packrule";
  162. this.pr_packrule.Size = new System.Drawing.Size(0, 27);
  163. this.pr_packrule.TabIndex = 173;
  164. this.pr_packrule.Visible = false;
  165. //
  166. // pa_status
  167. //
  168. this.pa_status.AutoSize = true;
  169. this.pa_status.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.pa_status.Location = new System.Drawing.Point(1040, 570);
  171. this.pa_status.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  172. this.pa_status.Name = "pa_status";
  173. this.pa_status.Size = new System.Drawing.Size(0, 27);
  174. this.pa_status.TabIndex = 174;
  175. this.pa_status.Visible = false;
  176. //
  177. // pa_sccode
  178. //
  179. this.pa_sccode.AutoSize = true;
  180. this.pa_sccode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.pa_sccode.Location = new System.Drawing.Point(1108, 570);
  182. this.pa_sccode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  183. this.pa_sccode.Name = "pa_sccode";
  184. this.pa_sccode.Size = new System.Drawing.Size(0, 27);
  185. this.pa_sccode.TabIndex = 176;
  186. this.pa_sccode.Visible = false;
  187. //
  188. // pa_checkno
  189. //
  190. this.pa_checkno.AutoSize = true;
  191. this.pa_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.pa_checkno.Location = new System.Drawing.Point(1100, 570);
  193. this.pa_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  194. this.pa_checkno.Name = "pa_checkno";
  195. this.pa_checkno.Size = new System.Drawing.Size(0, 27);
  196. this.pa_checkno.TabIndex = 177;
  197. this.pa_checkno.Visible = false;
  198. //
  199. // pa_downstatus
  200. //
  201. this.pa_downstatus.AutoSize = true;
  202. this.pa_downstatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.pa_downstatus.Location = new System.Drawing.Point(1116, 570);
  204. this.pa_downstatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  205. this.pa_downstatus.Name = "pa_downstatus";
  206. this.pa_downstatus.Size = new System.Drawing.Size(0, 27);
  207. this.pa_downstatus.TabIndex = 178;
  208. this.pa_downstatus.Visible = false;
  209. //
  210. // pa_standardqty
  211. //
  212. this.pa_standardqty.AutoSize = true;
  213. this.pa_standardqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.pa_standardqty.Location = new System.Drawing.Point(1132, 588);
  215. this.pa_standardqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  216. this.pa_standardqty.Name = "pa_standardqty";
  217. this.pa_standardqty.Size = new System.Drawing.Size(0, 27);
  218. this.pa_standardqty.TabIndex = 180;
  219. this.pa_standardqty.Visible = false;
  220. //
  221. // pr_sendchecktype
  222. //
  223. this.pr_sendchecktype.AutoSize = true;
  224. this.pr_sendchecktype.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.pr_sendchecktype.Location = new System.Drawing.Point(945, 546);
  226. this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  227. this.pr_sendchecktype.Name = "pr_sendchecktype";
  228. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 27);
  229. this.pr_sendchecktype.TabIndex = 182;
  230. this.pr_sendchecktype.Visible = false;
  231. //
  232. // mcd_remainqty_label
  233. //
  234. this.mcd_remainqty_label.AutoSize = true;
  235. this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.mcd_remainqty_label.Location = new System.Drawing.Point(629, 588);
  237. this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  238. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  239. this.mcd_remainqty_label.Size = new System.Drawing.Size(92, 27);
  240. this.mcd_remainqty_label.TabIndex = 196;
  241. this.mcd_remainqty_label.Text = "待采集数";
  242. //
  243. // mcd_remainqty
  244. //
  245. this.mcd_remainqty.AutoSize = true;
  246. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.mcd_remainqty.Location = new System.Drawing.Point(739, 588);
  248. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  249. this.mcd_remainqty.Name = "mcd_remainqty";
  250. this.mcd_remainqty.Size = new System.Drawing.Size(0, 27);
  251. this.mcd_remainqty.TabIndex = 197;
  252. //
  253. // mcd_inqty_label
  254. //
  255. this.mcd_inqty_label.AutoSize = true;
  256. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.mcd_inqty_label.Location = new System.Drawing.Point(629, 548);
  258. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  259. this.mcd_inqty_label.Name = "mcd_inqty_label";
  260. this.mcd_inqty_label.Size = new System.Drawing.Size(92, 27);
  261. this.mcd_inqty_label.TabIndex = 194;
  262. this.mcd_inqty_label.Text = "已采集数";
  263. //
  264. // mcd_inqty
  265. //
  266. this.mcd_inqty.AutoSize = true;
  267. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.mcd_inqty.Location = new System.Drawing.Point(739, 548);
  269. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  270. this.mcd_inqty.Name = "mcd_inqty";
  271. this.mcd_inqty.Size = new System.Drawing.Size(0, 27);
  272. this.mcd_inqty.TabIndex = 195;
  273. //
  274. // pa_remark_label
  275. //
  276. this.pa_remark_label.AutoSize = true;
  277. this.pa_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.pa_remark_label.Location = new System.Drawing.Point(629, 625);
  279. this.pa_remark_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  280. this.pa_remark_label.Name = "pa_remark_label";
  281. this.pa_remark_label.Size = new System.Drawing.Size(52, 27);
  282. this.pa_remark_label.TabIndex = 198;
  283. this.pa_remark_label.Text = "备注";
  284. //
  285. // CollecRemark
  286. //
  287. this.CollecRemark.AutoSize = true;
  288. this.CollecRemark.Location = new System.Drawing.Point(689, 696);
  289. this.CollecRemark.Margin = new System.Windows.Forms.Padding(4);
  290. this.CollecRemark.Name = "CollecRemark";
  291. this.CollecRemark.Size = new System.Drawing.Size(119, 19);
  292. this.CollecRemark.TabIndex = 201;
  293. this.CollecRemark.Text = "采集备注信息";
  294. this.CollecRemark.UseVisualStyleBackColor = true;
  295. //
  296. // pa_remark
  297. //
  298. this.pa_remark.AllPower = null;
  299. this.pa_remark.BackColor = System.Drawing.Color.White;
  300. this.pa_remark.ID = null;
  301. this.pa_remark.Location = new System.Drawing.Point(689, 628);
  302. this.pa_remark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  303. this.pa_remark.Multiline = true;
  304. this.pa_remark.Name = "pa_remark";
  305. this.pa_remark.Power = null;
  306. this.pa_remark.Size = new System.Drawing.Size(196, 56);
  307. this.pa_remark.Str = null;
  308. this.pa_remark.Str1 = null;
  309. this.pa_remark.Str2 = null;
  310. this.pa_remark.TabIndex = 200;
  311. this.pa_remark.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_remark_KeyDown);
  312. //
  313. // groupBoxWithBorder2
  314. //
  315. this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
  316. this.groupBoxWithBorder2.Controls.Add(this.PrintNum);
  317. this.groupBoxWithBorder2.Controls.Add(this.label1);
  318. this.groupBoxWithBorder2.Controls.Add(this.StepCount);
  319. this.groupBoxWithBorder2.Controls.Add(this.checkweightlabel);
  320. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty);
  321. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty);
  322. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty_label);
  323. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty_label);
  324. this.groupBoxWithBorder2.Controls.Add(this.ob_checkno);
  325. this.groupBoxWithBorder2.Controls.Add(this.SendCheck);
  326. this.groupBoxWithBorder2.Controls.Add(this.Packing);
  327. this.groupBoxWithBorder2.Controls.Add(this.PrintLabel);
  328. this.groupBoxWithBorder2.Controls.Add(this.label3);
  329. this.groupBoxWithBorder2.Controls.Add(this.AutoPrint);
  330. this.groupBoxWithBorder2.Controls.Add(this.PrintList);
  331. this.groupBoxWithBorder2.Controls.Add(this.Printing);
  332. this.groupBoxWithBorder2.Controls.Add(this.PrintList_label);
  333. this.groupBoxWithBorder2.Controls.Add(this.PrintNum_label);
  334. this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.groupBoxWithBorder2.Location = new System.Drawing.Point(565, 8);
  336. this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  337. this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
  338. this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  339. this.groupBoxWithBorder2.Size = new System.Drawing.Size(595, 210);
  340. this.groupBoxWithBorder2.TabIndex = 172;
  341. this.groupBoxWithBorder2.TabStop = false;
  342. this.groupBoxWithBorder2.Text = "打印";
  343. this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
  344. //
  345. // PrintNum
  346. //
  347. this.PrintNum.AllPower = null;
  348. this.PrintNum.BackColor = System.Drawing.Color.White;
  349. this.PrintNum.Enabled = false;
  350. this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.PrintNum.ID = null;
  352. this.PrintNum.Location = new System.Drawing.Point(340, 163);
  353. this.PrintNum.Margin = new System.Windows.Forms.Padding(4);
  354. this.PrintNum.Name = "PrintNum";
  355. this.PrintNum.Power = null;
  356. this.PrintNum.Size = new System.Drawing.Size(40, 27);
  357. this.PrintNum.Str = null;
  358. this.PrintNum.Str1 = null;
  359. this.PrintNum.Str2 = null;
  360. this.PrintNum.TabIndex = 181;
  361. //
  362. // label1
  363. //
  364. this.label1.AutoSize = true;
  365. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.label1.Location = new System.Drawing.Point(356, 21);
  367. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  368. this.label1.Name = "label1";
  369. this.label1.Size = new System.Drawing.Size(92, 27);
  370. this.label1.TabIndex = 181;
  371. this.label1.Text = "当前批号";
  372. //
  373. // StepCount
  374. //
  375. this.StepCount.LineCode = null;
  376. this.StepCount.Location = new System.Drawing.Point(163, 23);
  377. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 9, 4, 9);
  378. this.StepCount.Name = "StepCount";
  379. this.StepCount.Size = new System.Drawing.Size(84, 29);
  380. this.StepCount.Source = null;
  381. this.StepCount.StepCode = null;
  382. this.StepCount.TabIndex = 193;
  383. //
  384. // checkweightlabel
  385. //
  386. this.checkweightlabel.AutoSize = true;
  387. this.checkweightlabel.CutLength = null;
  388. this.checkweightlabel.ForeColor = System.Drawing.Color.Red;
  389. this.checkweightlabel.Location = new System.Drawing.Point(152, 2);
  390. this.checkweightlabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  391. this.checkweightlabel.MaximumSize = new System.Drawing.Size(267, 0);
  392. this.checkweightlabel.Name = "checkweightlabel";
  393. this.checkweightlabel.Size = new System.Drawing.Size(0, 27);
  394. this.checkweightlabel.TabIndex = 180;
  395. //
  396. // ob_nowcheckqty
  397. //
  398. this.ob_nowcheckqty.AutoSize = true;
  399. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.ob_nowcheckqty.Location = new System.Drawing.Point(464, 112);
  401. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  402. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  403. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 27);
  404. this.ob_nowcheckqty.TabIndex = 178;
  405. //
  406. // ob_batchqty
  407. //
  408. this.ob_batchqty.AutoSize = true;
  409. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.ob_batchqty.Location = new System.Drawing.Point(464, 65);
  411. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  412. this.ob_batchqty.Name = "ob_batchqty";
  413. this.ob_batchqty.Size = new System.Drawing.Size(0, 27);
  414. this.ob_batchqty.TabIndex = 177;
  415. //
  416. // ob_nowcheckqty_label
  417. //
  418. this.ob_nowcheckqty_label.AutoSize = true;
  419. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  420. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(356, 112);
  421. this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  422. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  423. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(92, 27);
  424. this.ob_nowcheckqty_label.TabIndex = 176;
  425. this.ob_nowcheckqty_label.Text = "当前批数";
  426. //
  427. // ob_batchqty_label
  428. //
  429. this.ob_batchqty_label.AutoSize = true;
  430. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. this.ob_batchqty_label.Location = new System.Drawing.Point(356, 67);
  432. this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  433. this.ob_batchqty_label.Name = "ob_batchqty_label";
  434. this.ob_batchqty_label.Size = new System.Drawing.Size(92, 27);
  435. this.ob_batchqty_label.TabIndex = 175;
  436. this.ob_batchqty_label.Text = "标准批数";
  437. //
  438. // ob_checkno
  439. //
  440. this.ob_checkno.AutoSize = true;
  441. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.ob_checkno.Location = new System.Drawing.Point(464, 21);
  443. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  444. this.ob_checkno.Name = "ob_checkno";
  445. this.ob_checkno.Size = new System.Drawing.Size(0, 27);
  446. this.ob_checkno.TabIndex = 175;
  447. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  448. //
  449. // SendCheck
  450. //
  451. this.SendCheck.AllPower = "ifall";
  452. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  453. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  454. this.SendCheck.Enabled = false;
  455. this.SendCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
  456. this.SendCheck.Image = null;
  457. this.SendCheck.IsShowBorder = true;
  458. this.SendCheck.Location = new System.Drawing.Point(493, 162);
  459. this.SendCheck.Margin = new System.Windows.Forms.Padding(4);
  460. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  461. this.SendCheck.Name = "SendCheck";
  462. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  463. this.SendCheck.Power = null;
  464. this.SendCheck.Size = new System.Drawing.Size(60, 30);
  465. this.SendCheck.TabIndex = 174;
  466. this.SendCheck.Tag = "ifread";
  467. this.SendCheck.Text = "送检";
  468. this.SendCheck.UseVisualStyleBackColor = true;
  469. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  470. //
  471. // Packing
  472. //
  473. this.Packing.AllPower = null;
  474. this.Packing.BackColor = System.Drawing.Color.Transparent;
  475. this.Packing.DownImage = ((System.Drawing.Image)(resources.GetObject("Packing.DownImage")));
  476. this.Packing.Font = new System.Drawing.Font("微软雅黑", 9F);
  477. this.Packing.Image = null;
  478. this.Packing.IsShowBorder = true;
  479. this.Packing.Location = new System.Drawing.Point(20, 162);
  480. this.Packing.Margin = new System.Windows.Forms.Padding(4);
  481. this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
  482. this.Packing.Name = "Packing";
  483. this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
  484. this.Packing.Power = null;
  485. this.Packing.Size = new System.Drawing.Size(67, 30);
  486. this.Packing.TabIndex = 173;
  487. this.Packing.Text = "封箱";
  488. this.Packing.UseVisualStyleBackColor = true;
  489. this.Packing.Click += new System.EventHandler(this.Packing_Click);
  490. //
  491. // PrintLabel
  492. //
  493. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  494. this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F);
  495. this.PrintLabel.FormattingEnabled = true;
  496. this.PrintLabel.Location = new System.Drawing.Point(163, 114);
  497. this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  498. this.PrintLabel.Name = "PrintLabel";
  499. this.PrintLabel.Size = new System.Drawing.Size(180, 28);
  500. this.PrintLabel.TabIndex = 159;
  501. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  502. //
  503. // label3
  504. //
  505. this.label3.AutoSize = true;
  506. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  507. this.label3.Location = new System.Drawing.Point(7, 114);
  508. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  509. this.label3.Name = "label3";
  510. this.label3.Size = new System.Drawing.Size(92, 27);
  511. this.label3.TabIndex = 160;
  512. this.label3.Text = "打印标签";
  513. //
  514. // AutoPrint
  515. //
  516. this.AutoPrint.Checked = false;
  517. this.AutoPrint.Location = new System.Drawing.Point(111, 164);
  518. this.AutoPrint.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  519. this.AutoPrint.Name = "AutoPrint";
  520. this.AutoPrint.Size = new System.Drawing.Size(120, 29);
  521. this.AutoPrint.TabIndex = 166;
  522. //
  523. // PrintList
  524. //
  525. this.PrintList.Font = new System.Drawing.Font("微软雅黑", 9F);
  526. this.PrintList.Location = new System.Drawing.Point(163, 68);
  527. this.PrintList.Margin = new System.Windows.Forms.Padding(8, 9, 8, 9);
  528. this.PrintList.Name = "PrintList";
  529. this.PrintList.Size = new System.Drawing.Size(181, 28);
  530. this.PrintList.TabIndex = 158;
  531. //
  532. // Printing
  533. //
  534. this.Printing.AllPower = "ifall";
  535. this.Printing.BackColor = System.Drawing.Color.Transparent;
  536. this.Printing.DownImage = ((System.Drawing.Image)(resources.GetObject("Printing.DownImage")));
  537. this.Printing.Font = new System.Drawing.Font("微软雅黑", 9F);
  538. this.Printing.Image = null;
  539. this.Printing.IsShowBorder = true;
  540. this.Printing.Location = new System.Drawing.Point(415, 162);
  541. this.Printing.Margin = new System.Windows.Forms.Padding(4);
  542. this.Printing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printing.MoveImage")));
  543. this.Printing.Name = "Printing";
  544. this.Printing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printing.NormalImage")));
  545. this.Printing.Power = null;
  546. this.Printing.Size = new System.Drawing.Size(60, 30);
  547. this.Printing.TabIndex = 150;
  548. this.Printing.Tag = "ifread";
  549. this.Printing.Text = "打印";
  550. this.Printing.UseVisualStyleBackColor = true;
  551. this.Printing.Click += new System.EventHandler(this.Print_Click);
  552. //
  553. // PrintList_label
  554. //
  555. this.PrintList_label.AutoSize = true;
  556. this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  557. this.PrintList_label.Location = new System.Drawing.Point(7, 64);
  558. this.PrintList_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  559. this.PrintList_label.Name = "PrintList_label";
  560. this.PrintList_label.Size = new System.Drawing.Size(112, 27);
  561. this.PrintList_label.TabIndex = 116;
  562. this.PrintList_label.Text = "打印机列表";
  563. //
  564. // PrintNum_label
  565. //
  566. this.PrintNum_label.AutoSize = true;
  567. this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  568. this.PrintNum_label.Location = new System.Drawing.Point(280, 158);
  569. this.PrintNum_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  570. this.PrintNum_label.Name = "PrintNum_label";
  571. this.PrintNum_label.Size = new System.Drawing.Size(52, 27);
  572. this.PrintNum_label.TabIndex = 124;
  573. this.PrintNum_label.Text = "份数";
  574. //
  575. // groupBoxWithBorder1
  576. //
  577. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  578. this.groupBoxWithBorder1.Controls.Add(this.locksalecode);
  579. this.groupBoxWithBorder1.Controls.Add(this.PreFix_label);
  580. this.groupBoxWithBorder1.Controls.Add(this.PreFix);
  581. this.groupBoxWithBorder1.Controls.Add(this.pa_salecode_label);
  582. this.groupBoxWithBorder1.Controls.Add(this.ma_code_label);
  583. this.groupBoxWithBorder1.Controls.Add(this.ms_salecode);
  584. this.groupBoxWithBorder1.Controls.Add(this.ms_makecode);
  585. this.groupBoxWithBorder1.Controls.Add(this.OutBoxLength_label);
  586. this.groupBoxWithBorder1.Controls.Add(this.OutBoxLength);
  587. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty);
  588. this.groupBoxWithBorder1.Controls.Add(this.DeleteAll);
  589. this.groupBoxWithBorder1.Controls.Add(this.AutoGenBoxCode);
  590. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty_label);
  591. this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label);
  592. this.groupBoxWithBorder1.Controls.Add(this.pa_outboxcode);
  593. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty);
  594. this.groupBoxWithBorder1.Controls.Add(this.pr_code_label);
  595. this.groupBoxWithBorder1.Controls.Add(this.pr_detail);
  596. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty_label);
  597. this.groupBoxWithBorder1.Controls.Add(this.pr_code);
  598. this.groupBoxWithBorder1.Controls.Add(this.pa_code_label);
  599. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  600. this.groupBoxWithBorder1.Location = new System.Drawing.Point(5, 8);
  601. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  602. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  603. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  604. this.groupBoxWithBorder1.Size = new System.Drawing.Size(548, 210);
  605. this.groupBoxWithBorder1.TabIndex = 171;
  606. this.groupBoxWithBorder1.TabStop = false;
  607. this.groupBoxWithBorder1.Text = "装箱信息";
  608. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  609. //
  610. // locksalecode
  611. //
  612. this.locksalecode.AutoSize = true;
  613. this.locksalecode.Checked = true;
  614. this.locksalecode.CheckState = System.Windows.Forms.CheckState.Checked;
  615. this.locksalecode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  616. this.locksalecode.ForeColor = System.Drawing.Color.Red;
  617. this.locksalecode.Location = new System.Drawing.Point(392, 15);
  618. this.locksalecode.Margin = new System.Windows.Forms.Padding(4);
  619. this.locksalecode.Name = "locksalecode";
  620. this.locksalecode.Size = new System.Drawing.Size(119, 19);
  621. this.locksalecode.TabIndex = 196;
  622. this.locksalecode.Text = "当前订单锁定";
  623. this.locksalecode.UseVisualStyleBackColor = true;
  624. //
  625. // PreFix_label
  626. //
  627. this.PreFix_label.AutoSize = true;
  628. this.PreFix_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  629. this.PreFix_label.Location = new System.Drawing.Point(241, 19);
  630. this.PreFix_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  631. this.PreFix_label.Name = "PreFix_label";
  632. this.PreFix_label.Size = new System.Drawing.Size(46, 24);
  633. this.PreFix_label.TabIndex = 195;
  634. this.PreFix_label.Text = "前缀";
  635. //
  636. // PreFix
  637. //
  638. this.PreFix.AllPower = null;
  639. this.PreFix.BackColor = System.Drawing.Color.White;
  640. this.PreFix.Font = new System.Drawing.Font("微软雅黑", 9F);
  641. this.PreFix.ID = null;
  642. this.PreFix.Location = new System.Drawing.Point(307, 19);
  643. this.PreFix.Margin = new System.Windows.Forms.Padding(8, 9, 8, 9);
  644. this.PreFix.Name = "PreFix";
  645. this.PreFix.Power = null;
  646. this.PreFix.Size = new System.Drawing.Size(49, 27);
  647. this.PreFix.Str = null;
  648. this.PreFix.Str1 = null;
  649. this.PreFix.Str2 = null;
  650. this.PreFix.TabIndex = 194;
  651. this.PreFix.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PreFix_KeyDown);
  652. //
  653. // pa_salecode_label
  654. //
  655. this.pa_salecode_label.AutoSize = true;
  656. this.pa_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  657. this.pa_salecode_label.Location = new System.Drawing.Point(282, 168);
  658. this.pa_salecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  659. this.pa_salecode_label.Name = "pa_salecode_label";
  660. this.pa_salecode_label.Size = new System.Drawing.Size(92, 27);
  661. this.pa_salecode_label.TabIndex = 185;
  662. this.pa_salecode_label.Text = "订单编号";
  663. //
  664. // ma_code_label
  665. //
  666. this.ma_code_label.AutoSize = true;
  667. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  668. this.ma_code_label.Location = new System.Drawing.Point(10, 168);
  669. this.ma_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  670. this.ma_code_label.Name = "ma_code_label";
  671. this.ma_code_label.Size = new System.Drawing.Size(72, 27);
  672. this.ma_code_label.TabIndex = 186;
  673. this.ma_code_label.Text = "工单号";
  674. //
  675. // ms_salecode
  676. //
  677. this.ms_salecode.AutoSize = true;
  678. this.ms_salecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  679. this.ms_salecode.Location = new System.Drawing.Point(391, 168);
  680. this.ms_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  681. this.ms_salecode.Name = "ms_salecode";
  682. this.ms_salecode.Size = new System.Drawing.Size(0, 27);
  683. this.ms_salecode.TabIndex = 188;
  684. //
  685. // ms_makecode
  686. //
  687. this.ms_makecode.AutoSize = true;
  688. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  689. this.ms_makecode.Location = new System.Drawing.Point(126, 168);
  690. this.ms_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  691. this.ms_makecode.MaximumSize = new System.Drawing.Size(200, 0);
  692. this.ms_makecode.Name = "ms_makecode";
  693. this.ms_makecode.Size = new System.Drawing.Size(0, 27);
  694. this.ms_makecode.TabIndex = 187;
  695. //
  696. // OutBoxLength_label
  697. //
  698. this.OutBoxLength_label.AutoSize = true;
  699. this.OutBoxLength_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  700. this.OutBoxLength_label.Location = new System.Drawing.Point(111, 19);
  701. this.OutBoxLength_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  702. this.OutBoxLength_label.Name = "OutBoxLength_label";
  703. this.OutBoxLength_label.Size = new System.Drawing.Size(46, 24);
  704. this.OutBoxLength_label.TabIndex = 184;
  705. this.OutBoxLength_label.Text = "长度";
  706. //
  707. // OutBoxLength
  708. //
  709. this.OutBoxLength.AllPower = null;
  710. this.OutBoxLength.BackColor = System.Drawing.Color.White;
  711. this.OutBoxLength.Font = new System.Drawing.Font("微软雅黑", 9F);
  712. this.OutBoxLength.ID = null;
  713. this.OutBoxLength.Location = new System.Drawing.Point(173, 19);
  714. this.OutBoxLength.Margin = new System.Windows.Forms.Padding(8, 9, 8, 9);
  715. this.OutBoxLength.Name = "OutBoxLength";
  716. this.OutBoxLength.Power = null;
  717. this.OutBoxLength.Size = new System.Drawing.Size(49, 27);
  718. this.OutBoxLength.Str = null;
  719. this.OutBoxLength.Str1 = null;
  720. this.OutBoxLength.Str2 = null;
  721. this.OutBoxLength.TabIndex = 183;
  722. this.OutBoxLength.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OutBoxLength_KeyDown);
  723. //
  724. // pr_outboxinnerqty
  725. //
  726. this.pr_outboxinnerqty.AllPower = null;
  727. this.pr_outboxinnerqty.BackColor = System.Drawing.Color.White;
  728. this.pr_outboxinnerqty.Enabled = false;
  729. this.pr_outboxinnerqty.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  730. this.pr_outboxinnerqty.ID = null;
  731. this.pr_outboxinnerqty.Location = new System.Drawing.Point(120, 92);
  732. this.pr_outboxinnerqty.Margin = new System.Windows.Forms.Padding(4);
  733. this.pr_outboxinnerqty.Name = "pr_outboxinnerqty";
  734. this.pr_outboxinnerqty.Power = null;
  735. this.pr_outboxinnerqty.Size = new System.Drawing.Size(137, 27);
  736. this.pr_outboxinnerqty.Str = null;
  737. this.pr_outboxinnerqty.Str1 = null;
  738. this.pr_outboxinnerqty.Str2 = null;
  739. this.pr_outboxinnerqty.TabIndex = 181;
  740. //
  741. // DeleteAll
  742. //
  743. this.DeleteAll.AllPower = null;
  744. this.DeleteAll.BackColor = System.Drawing.Color.Transparent;
  745. this.DeleteAll.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.DownImage")));
  746. this.DeleteAll.Font = new System.Drawing.Font("微软雅黑", 9F);
  747. this.DeleteAll.Image = null;
  748. this.DeleteAll.IsShowBorder = true;
  749. this.DeleteAll.Location = new System.Drawing.Point(473, 52);
  750. this.DeleteAll.Margin = new System.Windows.Forms.Padding(4);
  751. this.DeleteAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.MoveImage")));
  752. this.DeleteAll.Name = "DeleteAll";
  753. this.DeleteAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.NormalImage")));
  754. this.DeleteAll.Power = "ifspecial";
  755. this.DeleteAll.Size = new System.Drawing.Size(60, 30);
  756. this.DeleteAll.TabIndex = 181;
  757. this.DeleteAll.Text = "拆箱";
  758. this.DeleteAll.UseVisualStyleBackColor = true;
  759. this.DeleteAll.Click += new System.EventHandler(this.DeleteAll_Click);
  760. //
  761. // AutoGenBoxCode
  762. //
  763. this.AutoGenBoxCode.AutoSize = true;
  764. this.AutoGenBoxCode.Location = new System.Drawing.Point(333, 51);
  765. this.AutoGenBoxCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  766. this.AutoGenBoxCode.Name = "AutoGenBoxCode";
  767. this.AutoGenBoxCode.Size = new System.Drawing.Size(114, 31);
  768. this.AutoGenBoxCode.TabIndex = 171;
  769. this.AutoGenBoxCode.Text = "自动生成";
  770. this.AutoGenBoxCode.UseVisualStyleBackColor = true;
  771. //
  772. // pa_currentqty_label
  773. //
  774. this.pa_currentqty_label.AutoSize = true;
  775. this.pa_currentqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  776. this.pa_currentqty_label.Location = new System.Drawing.Point(285, 93);
  777. this.pa_currentqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  778. this.pa_currentqty_label.Name = "pa_currentqty_label";
  779. this.pa_currentqty_label.Size = new System.Drawing.Size(92, 27);
  780. this.pa_currentqty_label.TabIndex = 95;
  781. this.pa_currentqty_label.Text = "已装数量";
  782. //
  783. // pr_detail_label
  784. //
  785. this.pr_detail_label.AutoSize = true;
  786. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  787. this.pr_detail_label.Location = new System.Drawing.Point(282, 128);
  788. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  789. this.pr_detail_label.Name = "pr_detail_label";
  790. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  791. this.pr_detail_label.TabIndex = 80;
  792. this.pr_detail_label.Text = "产品名称";
  793. //
  794. // pa_outboxcode
  795. //
  796. this.pa_outboxcode.AllPower = null;
  797. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  798. this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  799. this.pa_outboxcode.ForeColor = System.Drawing.Color.Black;
  800. this.pa_outboxcode.ID = null;
  801. this.pa_outboxcode.Location = new System.Drawing.Point(120, 52);
  802. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(8, 9, 8, 9);
  803. this.pa_outboxcode.Name = "pa_outboxcode";
  804. this.pa_outboxcode.Power = null;
  805. this.pa_outboxcode.Size = new System.Drawing.Size(192, 34);
  806. this.pa_outboxcode.Str = null;
  807. this.pa_outboxcode.Str1 = null;
  808. this.pa_outboxcode.Str2 = null;
  809. this.pa_outboxcode.TabIndex = 163;
  810. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_code_KeyDown);
  811. //
  812. // pa_currentqty
  813. //
  814. this.pa_currentqty.AutoSize = true;
  815. this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  816. this.pa_currentqty.Location = new System.Drawing.Point(390, 91);
  817. this.pa_currentqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  818. this.pa_currentqty.Name = "pa_currentqty";
  819. this.pa_currentqty.Size = new System.Drawing.Size(0, 27);
  820. this.pa_currentqty.TabIndex = 169;
  821. //
  822. // pr_code_label
  823. //
  824. this.pr_code_label.AutoSize = true;
  825. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  826. this.pr_code_label.Location = new System.Drawing.Point(10, 128);
  827. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  828. this.pr_code_label.Name = "pr_code_label";
  829. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  830. this.pr_code_label.TabIndex = 81;
  831. this.pr_code_label.Text = "产品编号";
  832. //
  833. // pr_detail
  834. //
  835. this.pr_detail.AutoSize = true;
  836. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  837. this.pr_detail.Location = new System.Drawing.Point(391, 128);
  838. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  839. this.pr_detail.Name = "pr_detail";
  840. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  841. this.pr_detail.TabIndex = 168;
  842. //
  843. // pr_outboxinnerqty_label
  844. //
  845. this.pr_outboxinnerqty_label.AutoSize = true;
  846. this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  847. this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(10, 91);
  848. this.pr_outboxinnerqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  849. this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
  850. this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(92, 27);
  851. this.pr_outboxinnerqty_label.TabIndex = 97;
  852. this.pr_outboxinnerqty_label.Text = "箱内容量";
  853. //
  854. // pr_code
  855. //
  856. this.pr_code.AutoSize = true;
  857. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  858. this.pr_code.Location = new System.Drawing.Point(126, 128);
  859. this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  860. this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
  861. this.pr_code.Name = "pr_code";
  862. this.pr_code.Size = new System.Drawing.Size(0, 27);
  863. this.pr_code.TabIndex = 167;
  864. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  865. //
  866. // pa_code_label
  867. //
  868. this.pa_code_label.AutoSize = true;
  869. this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  870. this.pa_code_label.Location = new System.Drawing.Point(10, 54);
  871. this.pa_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  872. this.pa_code_label.Name = "pa_code_label";
  873. this.pa_code_label.Size = new System.Drawing.Size(52, 27);
  874. this.pa_code_label.TabIndex = 113;
  875. this.pa_code_label.Text = "箱号";
  876. //
  877. // OperateResult
  878. //
  879. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  880. this.OperateResult.Location = new System.Drawing.Point(5, 534);
  881. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  882. this.OperateResult.Name = "OperateResult";
  883. this.OperateResult.Size = new System.Drawing.Size(595, 149);
  884. this.OperateResult.TabIndex = 155;
  885. this.OperateResult.Text = "";
  886. //
  887. // Clean
  888. //
  889. this.Clean.AllPower = null;
  890. this.Clean.BackColor = System.Drawing.Color.Transparent;
  891. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  892. this.Clean.Image = null;
  893. this.Clean.IsShowBorder = true;
  894. this.Clean.Location = new System.Drawing.Point(520, 690);
  895. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  896. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  897. this.Clean.Name = "Clean";
  898. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  899. this.Clean.Power = null;
  900. this.Clean.Size = new System.Drawing.Size(80, 30);
  901. this.Clean.TabIndex = 148;
  902. this.Clean.Text = "清除";
  903. this.Clean.UseVisualStyleBackColor = true;
  904. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  905. //
  906. // sn_code
  907. //
  908. this.sn_code.AllPower = "ifall";
  909. this.sn_code.BackColor = System.Drawing.Color.White;
  910. this.sn_code.ID = null;
  911. this.sn_code.Location = new System.Drawing.Point(99, 692);
  912. this.sn_code.Margin = new System.Windows.Forms.Padding(4);
  913. this.sn_code.Name = "sn_code";
  914. this.sn_code.Power = "ifread";
  915. this.sn_code.Size = new System.Drawing.Size(229, 25);
  916. this.sn_code.Str = null;
  917. this.sn_code.Str1 = null;
  918. this.sn_code.Str2 = null;
  919. this.sn_code.TabIndex = 135;
  920. this.sn_code.Tag = "ifread";
  921. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.barcode_KeyDown);
  922. //
  923. // PackageDetail
  924. //
  925. this.PackageDetail.AllowUserToAddRows = false;
  926. this.PackageDetail.AllowUserToDeleteRows = false;
  927. this.PackageDetail.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  928. this.PackageDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  929. this.PackageDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  930. this.pd_barcode,
  931. this.pa_outboxcode1,
  932. this.pa_prodcode1,
  933. this.pd_innerqty,
  934. this.pa_indate,
  935. this.pd_id});
  936. this.PackageDetail.EnableContentClick = true;
  937. this.PackageDetail.Location = new System.Drawing.Point(5, 224);
  938. this.PackageDetail.Margin = new System.Windows.Forms.Padding(4);
  939. this.PackageDetail.Name = "PackageDetail";
  940. this.PackageDetail.ReadOnly = true;
  941. this.PackageDetail.RowTemplate.Height = 23;
  942. this.PackageDetail.Size = new System.Drawing.Size(1149, 300);
  943. this.PackageDetail.TabIndex = 134;
  944. //
  945. // pd_barcode
  946. //
  947. this.pd_barcode.DataPropertyName = "pd_barcode";
  948. this.pd_barcode.HeaderText = "序列号";
  949. this.pd_barcode.MinimumWidth = 250;
  950. this.pd_barcode.Name = "pd_barcode";
  951. this.pd_barcode.ReadOnly = true;
  952. this.pd_barcode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  953. this.pd_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
  954. this.pd_barcode.Width = 250;
  955. //
  956. // pa_outboxcode1
  957. //
  958. this.pa_outboxcode1.DataPropertyName = "pa_outboxcode";
  959. this.pa_outboxcode1.HeaderText = "箱号";
  960. this.pa_outboxcode1.MinimumWidth = 200;
  961. this.pa_outboxcode1.Name = "pa_outboxcode1";
  962. this.pa_outboxcode1.ReadOnly = true;
  963. this.pa_outboxcode1.Width = 201;
  964. //
  965. // pa_prodcode1
  966. //
  967. this.pa_prodcode1.DataPropertyName = "pa_prodcode";
  968. this.pa_prodcode1.HeaderText = "产品编号";
  969. this.pa_prodcode1.Name = "pa_prodcode1";
  970. this.pa_prodcode1.ReadOnly = true;
  971. this.pa_prodcode1.Visible = false;
  972. //
  973. // pd_innerqty
  974. //
  975. this.pd_innerqty.DataPropertyName = "pd_innerqty";
  976. this.pd_innerqty.HeaderText = "箱内数量";
  977. this.pd_innerqty.Name = "pd_innerqty";
  978. this.pd_innerqty.ReadOnly = true;
  979. this.pd_innerqty.Visible = false;
  980. this.pd_innerqty.Width = 80;
  981. //
  982. // pa_indate
  983. //
  984. this.pa_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  985. this.pa_indate.DataPropertyName = "pa_indate";
  986. this.pa_indate.HeaderText = "装箱日期";
  987. this.pa_indate.MinimumWidth = 300;
  988. this.pa_indate.Name = "pa_indate";
  989. this.pa_indate.ReadOnly = true;
  990. this.pa_indate.Width = 300;
  991. //
  992. // pd_id
  993. //
  994. this.pd_id.DataPropertyName = "pd_id";
  995. this.pd_id.HeaderText = "ID";
  996. this.pd_id.Name = "pd_id";
  997. this.pd_id.ReadOnly = true;
  998. this.pd_id.Visible = false;
  999. //
  1000. // CloseServer
  1001. //
  1002. this.CloseServer.AllPower = null;
  1003. this.CloseServer.BackColor = System.Drawing.Color.Transparent;
  1004. this.CloseServer.DownImage = ((System.Drawing.Image)(resources.GetObject("CloseServer.DownImage")));
  1005. this.CloseServer.Image = null;
  1006. this.CloseServer.IsShowBorder = true;
  1007. this.CloseServer.Location = new System.Drawing.Point(1041, 628);
  1008. this.CloseServer.Margin = new System.Windows.Forms.Padding(4);
  1009. this.CloseServer.MoveImage = ((System.Drawing.Image)(resources.GetObject("CloseServer.MoveImage")));
  1010. this.CloseServer.Name = "CloseServer";
  1011. this.CloseServer.NormalImage = ((System.Drawing.Image)(resources.GetObject("CloseServer.NormalImage")));
  1012. this.CloseServer.Power = null;
  1013. this.CloseServer.Size = new System.Drawing.Size(80, 30);
  1014. this.CloseServer.TabIndex = 207;
  1015. this.CloseServer.Text = "关闭服务";
  1016. this.CloseServer.UseVisualStyleBackColor = true;
  1017. this.CloseServer.Click += new System.EventHandler(this.CloseServer_Click);
  1018. //
  1019. // BuildServer
  1020. //
  1021. this.BuildServer.AllPower = null;
  1022. this.BuildServer.BackColor = System.Drawing.Color.Transparent;
  1023. this.BuildServer.DownImage = ((System.Drawing.Image)(resources.GetObject("BuildServer.DownImage")));
  1024. this.BuildServer.Image = null;
  1025. this.BuildServer.IsShowBorder = true;
  1026. this.BuildServer.Location = new System.Drawing.Point(933, 628);
  1027. this.BuildServer.Margin = new System.Windows.Forms.Padding(4);
  1028. this.BuildServer.MoveImage = ((System.Drawing.Image)(resources.GetObject("BuildServer.MoveImage")));
  1029. this.BuildServer.Name = "BuildServer";
  1030. this.BuildServer.NormalImage = ((System.Drawing.Image)(resources.GetObject("BuildServer.NormalImage")));
  1031. this.BuildServer.Power = null;
  1032. this.BuildServer.Size = new System.Drawing.Size(80, 30);
  1033. this.BuildServer.TabIndex = 206;
  1034. this.BuildServer.Text = "开启服务";
  1035. this.BuildServer.UseVisualStyleBackColor = true;
  1036. this.BuildServer.Click += new System.EventHandler(this.BuildServer_Click);
  1037. //
  1038. // Port
  1039. //
  1040. this.Port.AllPower = null;
  1041. this.Port.BackColor = System.Drawing.Color.White;
  1042. this.Port.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1043. this.Port.ID = null;
  1044. this.Port.Location = new System.Drawing.Point(1003, 582);
  1045. this.Port.Margin = new System.Windows.Forms.Padding(4);
  1046. this.Port.Name = "Port";
  1047. this.Port.Power = null;
  1048. this.Port.Size = new System.Drawing.Size(151, 27);
  1049. this.Port.Str = null;
  1050. this.Port.Str1 = null;
  1051. this.Port.Str2 = null;
  1052. this.Port.TabIndex = 205;
  1053. //
  1054. // Port_label
  1055. //
  1056. this.Port_label.AutoSize = true;
  1057. this.Port_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1058. this.Port_label.Location = new System.Drawing.Point(923, 580);
  1059. this.Port_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1060. this.Port_label.Name = "Port_label";
  1061. this.Port_label.Size = new System.Drawing.Size(52, 27);
  1062. this.Port_label.TabIndex = 204;
  1063. this.Port_label.Text = "端口";
  1064. //
  1065. // IP
  1066. //
  1067. this.IP.AllPower = null;
  1068. this.IP.BackColor = System.Drawing.Color.White;
  1069. this.IP.Font = new System.Drawing.Font("微软雅黑", 9F);
  1070. this.IP.ID = null;
  1071. this.IP.Location = new System.Drawing.Point(1003, 539);
  1072. this.IP.Margin = new System.Windows.Forms.Padding(8, 9, 8, 9);
  1073. this.IP.Name = "IP";
  1074. this.IP.Power = null;
  1075. this.IP.Size = new System.Drawing.Size(151, 27);
  1076. this.IP.Str = null;
  1077. this.IP.Str1 = null;
  1078. this.IP.Str2 = null;
  1079. this.IP.TabIndex = 203;
  1080. //
  1081. // IP_label
  1082. //
  1083. this.IP_label.AutoSize = true;
  1084. this.IP_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1085. this.IP_label.Location = new System.Drawing.Point(923, 539);
  1086. this.IP_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1087. this.IP_label.Name = "IP_label";
  1088. this.IP_label.Size = new System.Drawing.Size(30, 27);
  1089. this.IP_label.TabIndex = 202;
  1090. this.IP_label.Text = "IP";
  1091. //
  1092. // Make_PackageCollection
  1093. //
  1094. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1095. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1096. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  1097. this.ClientSize = new System.Drawing.Size(1172, 730);
  1098. this.Controls.Add(this.CloseServer);
  1099. this.Controls.Add(this.BuildServer);
  1100. this.Controls.Add(this.Port);
  1101. this.Controls.Add(this.Port_label);
  1102. this.Controls.Add(this.IP);
  1103. this.Controls.Add(this.IP_label);
  1104. this.Controls.Add(this.CollecRemark);
  1105. this.Controls.Add(this.pa_remark);
  1106. this.Controls.Add(this.pa_remark_label);
  1107. this.Controls.Add(this.mcd_remainqty_label);
  1108. this.Controls.Add(this.mcd_remainqty);
  1109. this.Controls.Add(this.pr_sendchecktype);
  1110. this.Controls.Add(this.mcd_inqty_label);
  1111. this.Controls.Add(this.pa_standardqty);
  1112. this.Controls.Add(this.mcd_inqty);
  1113. this.Controls.Add(this.pa_downstatus);
  1114. this.Controls.Add(this.pa_checkno);
  1115. this.Controls.Add(this.pa_sccode);
  1116. this.Controls.Add(this.pa_status);
  1117. this.Controls.Add(this.pr_packrule);
  1118. this.Controls.Add(this.groupBoxWithBorder2);
  1119. this.Controls.Add(this.groupBoxWithBorder1);
  1120. this.Controls.Add(this.OperateResult);
  1121. this.Controls.Add(this.pa_id);
  1122. this.Controls.Add(this.Clean);
  1123. this.Controls.Add(this.sn_code);
  1124. this.Controls.Add(this.PackageDetail);
  1125. this.Controls.Add(this.Cancel);
  1126. this.Controls.Add(this.label13);
  1127. this.Controls.Add(this.pa_makecode);
  1128. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1129. this.Margin = new System.Windows.Forms.Padding(4);
  1130. this.Name = "Make_PackageCollection";
  1131. this.Tag = "Make!PackageCollection";
  1132. this.Text = "包装采集";
  1133. this.Activated += new System.EventHandler(this.PackCollection_Activated);
  1134. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PackCollection_FormClosing);
  1135. this.Load += new System.EventHandler(this.PackCollection_Load);
  1136. this.SizeChanged += new System.EventHandler(this.PackCollection_SizeChanged);
  1137. this.groupBoxWithBorder2.ResumeLayout(true);
  1138. this.groupBoxWithBorder2.PerformLayout();
  1139. this.groupBoxWithBorder1.ResumeLayout(true);
  1140. this.groupBoxWithBorder1.PerformLayout();
  1141. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
  1142. this.ResumeLayout(true);
  1143. this.PerformLayout();
  1144. }
  1145. #endregion
  1146. private System.Windows.Forms.Label pr_code_label;
  1147. private System.Windows.Forms.Label pr_detail_label;
  1148. private System.Windows.Forms.Label pa_makecode;
  1149. private System.Windows.Forms.Label pa_currentqty_label;
  1150. private System.Windows.Forms.Label pr_outboxinnerqty_label;
  1151. private System.Windows.Forms.Label label13;
  1152. private System.Windows.Forms.Label pa_code_label;
  1153. private System.Windows.Forms.Label PrintList_label;
  1154. private System.Windows.Forms.Label PrintNum_label;
  1155. private System.Windows.Forms.CheckBox Cancel;
  1156. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
  1157. private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
  1158. private CustomControl.ButtonUtil.NormalButton Clean;
  1159. private CustomControl.ButtonUtil.NormalButton Printing;
  1160. private System.Windows.Forms.Label pa_id;
  1161. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  1162. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
  1163. private System.Windows.Forms.Label label3;
  1164. private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
  1165. private System.Windows.Forms.Label pr_code;
  1166. private System.Windows.Forms.Label pr_detail;
  1167. private System.Windows.Forms.Label pa_currentqty;
  1168. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  1169. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
  1170. private CustomControl.ButtonUtil.NormalButton Packing;
  1171. private System.Windows.Forms.CheckBox AutoGenBoxCode;
  1172. private System.Windows.Forms.Label pr_packrule;
  1173. private System.Windows.Forms.Label pa_status;
  1174. private CustomControl.ButtonUtil.NormalButton SendCheck;
  1175. private System.Windows.Forms.Label ob_batchqty;
  1176. private System.Windows.Forms.Label ob_nowcheckqty_label;
  1177. private System.Windows.Forms.Label ob_batchqty_label;
  1178. private System.Windows.Forms.Label ob_nowcheckqty;
  1179. private System.Windows.Forms.Label pa_sccode;
  1180. private System.Windows.Forms.Label pa_checkno;
  1181. private System.Windows.Forms.Label pa_downstatus;
  1182. private System.Windows.Forms.Label pa_standardqty;
  1183. private CustomControl.ButtonUtil.NormalButton DeleteAll;
  1184. private CustomControl.ValueLabel.ValueLabel checkweightlabel;
  1185. private System.Windows.Forms.Label label1;
  1186. private CustomControl.TextBoxWithIcon.EnterTextBox pr_outboxinnerqty;
  1187. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  1188. private System.Windows.Forms.ComboBox PrintLabel;
  1189. private System.Windows.Forms.Label OutBoxLength_label;
  1190. private CustomControl.TextBoxWithIcon.SnCollectionBox OutBoxLength;
  1191. private System.Windows.Forms.Label pr_sendchecktype;
  1192. private System.Windows.Forms.Label pa_salecode_label;
  1193. private System.Windows.Forms.Label ma_code_label;
  1194. private System.Windows.Forms.Label ms_salecode;
  1195. private System.Windows.Forms.Label ms_makecode;
  1196. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  1197. private System.Windows.Forms.Label mcd_remainqty_label;
  1198. private System.Windows.Forms.Label mcd_remainqty;
  1199. private System.Windows.Forms.Label mcd_inqty_label;
  1200. private System.Windows.Forms.Label mcd_inqty;
  1201. private System.Windows.Forms.Label pa_remark_label;
  1202. private CustomControl.TextBoxWithIcon.EnterTextBox pa_remark;
  1203. private System.Windows.Forms.Label PreFix_label;
  1204. private CustomControl.TextBoxWithIcon.SnCollectionBox PreFix;
  1205. private System.Windows.Forms.CheckBox CollecRemark;
  1206. private System.Windows.Forms.CheckBox locksalecode;
  1207. private System.Windows.Forms.DataGridViewTextBoxColumn pd_barcode;
  1208. private System.Windows.Forms.DataGridViewTextBoxColumn pa_outboxcode1;
  1209. private System.Windows.Forms.DataGridViewTextBoxColumn pa_prodcode1;
  1210. private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
  1211. private System.Windows.Forms.DataGridViewTextBoxColumn pa_indate;
  1212. private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
  1213. public CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode;
  1214. public System.Windows.Forms.Label ob_checkno;
  1215. private CustomControl.ButtonUtil.NormalButton CloseServer;
  1216. private CustomControl.ButtonUtil.NormalButton BuildServer;
  1217. private CustomControl.TextBoxWithIcon.EnterTextBox Port;
  1218. private System.Windows.Forms.Label Port_label;
  1219. private CustomControl.TextBoxWithIcon.SnCollectionBox IP;
  1220. private System.Windows.Forms.Label IP_label;
  1221. }
  1222. }