Make_PackageCollectionWeigh.Designer.cs 78 KB

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