Packing_PackageCollection.Designer.cs 82 KB

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