Packing_PackageCollection1.Designer.cs 73 KB

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