Packing_PackageCollection.Designer.cs 68 KB

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