Packing_PackageCollection.Designer.cs 73 KB

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