Make_CartonBoxSNWeigh.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_CartonBoxSNWeigh
  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_CartonBoxSNWeigh));
  29. this.ma_code_label = new System.Windows.Forms.Label();
  30. this.panel6 = new System.Windows.Forms.Panel();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.ob_checkno = new System.Windows.Forms.Label();
  33. this.SendCheck = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  34. this.ob_nowcheckqty = new System.Windows.Forms.Label();
  35. this.ob_batchqty = new System.Windows.Forms.Label();
  36. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  37. this.ob_batchqty_label = new System.Windows.Forms.Label();
  38. this.pr_cartongw_label = new System.Windows.Forms.Label();
  39. this.pr_code_label = new System.Windows.Forms.Label();
  40. this.panel4 = new System.Windows.Forms.Panel();
  41. this.pr_cartonunit = new System.Windows.Forms.Label();
  42. this.weight_label = new System.Windows.Forms.Label();
  43. this.weight = new System.Windows.Forms.Label();
  44. this.label15 = new System.Windows.Forms.Label();
  45. this.pr_detail_label = new System.Windows.Forms.Label();
  46. this.ma_qty_label = new System.Windows.Forms.Label();
  47. this.ma_salecode_label = new System.Windows.Forms.Label();
  48. this.PrintLabel = new System.Windows.Forms.ComboBox();
  49. this.Printer_label = new System.Windows.Forms.Label();
  50. this.label1 = new System.Windows.Forms.Label();
  51. this.label2 = new System.Windows.Forms.Label();
  52. this.pr_sendchecktype = new System.Windows.Forms.Label();
  53. this.RefreshWeigh = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  54. this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  55. this.AutoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  56. this.ComList = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  57. this.BaudRate = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  58. this.pr_cartongw = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  59. this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  60. this.PrinterList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  61. this.StartWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  62. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  63. this.StopWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  64. this.ma_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  65. this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  66. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  67. this.ma_salecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  68. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  69. this.normalButton1 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  70. this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  71. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  72. this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
  73. this.StepCount = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
  74. this.CloseServer = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  75. this.BuildServer = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  76. this.Port = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  77. this.Port_label = new System.Windows.Forms.Label();
  78. this.IP = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  79. this.IP_label = new System.Windows.Forms.Label();
  80. this.panel6.SuspendLayout();
  81. this.panel4.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
  83. this.SuspendLayout();
  84. //
  85. // ma_code_label
  86. //
  87. this.ma_code_label.AutoSize = true;
  88. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.ma_code_label.Location = new System.Drawing.Point(31, 333);
  90. this.ma_code_label.Name = "ma_code_label";
  91. this.ma_code_label.Size = new System.Drawing.Size(92, 27);
  92. this.ma_code_label.TabIndex = 97;
  93. this.ma_code_label.Text = "制造单号";
  94. //
  95. // panel6
  96. //
  97. this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  98. this.panel6.Controls.Add(this.label3);
  99. this.panel6.Controls.Add(this.ob_checkno);
  100. this.panel6.Controls.Add(this.SendCheck);
  101. this.panel6.Controls.Add(this.ob_nowcheckqty);
  102. this.panel6.Controls.Add(this.ob_batchqty);
  103. this.panel6.Controls.Add(this.ob_nowcheckqty_label);
  104. this.panel6.Controls.Add(this.ob_batchqty_label);
  105. this.panel6.Location = new System.Drawing.Point(422, 76);
  106. this.panel6.Name = "panel6";
  107. this.panel6.Size = new System.Drawing.Size(403, 125);
  108. this.panel6.TabIndex = 90;
  109. //
  110. // label3
  111. //
  112. this.label3.AutoSize = true;
  113. this.label3.Font = new System.Drawing.Font("微软雅黑", 13F);
  114. this.label3.Location = new System.Drawing.Point(28, 68);
  115. this.label3.Name = "label3";
  116. this.label3.Size = new System.Drawing.Size(82, 24);
  117. this.label3.TabIndex = 184;
  118. this.label3.Text = "当前批号";
  119. //
  120. // ob_checkno
  121. //
  122. this.ob_checkno.AutoSize = true;
  123. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 13F);
  124. this.ob_checkno.Location = new System.Drawing.Point(126, 68);
  125. this.ob_checkno.Name = "ob_checkno";
  126. this.ob_checkno.Size = new System.Drawing.Size(0, 24);
  127. this.ob_checkno.TabIndex = 184;
  128. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  129. //
  130. // SendCheck
  131. //
  132. this.SendCheck.AllPower = "ifall";
  133. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  134. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  135. this.SendCheck.Enabled = false;
  136. this.SendCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
  137. this.SendCheck.Image = null;
  138. this.SendCheck.IsShowBorder = true;
  139. this.SendCheck.Location = new System.Drawing.Point(310, 88);
  140. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  141. this.SendCheck.Name = "SendCheck";
  142. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  143. this.SendCheck.Power = null;
  144. this.SendCheck.Size = new System.Drawing.Size(56, 24);
  145. this.SendCheck.TabIndex = 183;
  146. this.SendCheck.Tag = "ifread";
  147. this.SendCheck.Text = "送检";
  148. this.SendCheck.UseVisualStyleBackColor = true;
  149. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  150. //
  151. // ob_nowcheckqty
  152. //
  153. this.ob_nowcheckqty.AutoSize = true;
  154. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 13F);
  155. this.ob_nowcheckqty.Location = new System.Drawing.Point(312, 22);
  156. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  157. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 24);
  158. this.ob_nowcheckqty.TabIndex = 182;
  159. //
  160. // ob_batchqty
  161. //
  162. this.ob_batchqty.AutoSize = true;
  163. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 13F);
  164. this.ob_batchqty.Location = new System.Drawing.Point(125, 22);
  165. this.ob_batchqty.Name = "ob_batchqty";
  166. this.ob_batchqty.Size = new System.Drawing.Size(0, 24);
  167. this.ob_batchqty.TabIndex = 181;
  168. //
  169. // ob_nowcheckqty_label
  170. //
  171. this.ob_nowcheckqty_label.AutoSize = true;
  172. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 13F);
  173. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(220, 22);
  174. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  175. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(82, 24);
  176. this.ob_nowcheckqty_label.TabIndex = 180;
  177. this.ob_nowcheckqty_label.Text = "当前批数";
  178. //
  179. // ob_batchqty_label
  180. //
  181. this.ob_batchqty_label.AutoSize = true;
  182. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 13F);
  183. this.ob_batchqty_label.Location = new System.Drawing.Point(28, 22);
  184. this.ob_batchqty_label.Name = "ob_batchqty_label";
  185. this.ob_batchqty_label.Size = new System.Drawing.Size(82, 24);
  186. this.ob_batchqty_label.TabIndex = 179;
  187. this.ob_batchqty_label.Text = "标准批数";
  188. //
  189. // pr_cartongw_label
  190. //
  191. this.pr_cartongw_label.AutoSize = true;
  192. this.pr_cartongw_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.pr_cartongw_label.Location = new System.Drawing.Point(31, 225);
  194. this.pr_cartongw_label.Name = "pr_cartongw_label";
  195. this.pr_cartongw_label.Size = new System.Drawing.Size(92, 27);
  196. this.pr_cartongw_label.TabIndex = 42;
  197. this.pr_cartongw_label.Text = "标准重量";
  198. //
  199. // pr_code_label
  200. //
  201. this.pr_code_label.AutoSize = true;
  202. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.pr_code_label.Location = new System.Drawing.Point(31, 278);
  204. this.pr_code_label.Name = "pr_code_label";
  205. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  206. this.pr_code_label.TabIndex = 40;
  207. this.pr_code_label.Text = "产品编号";
  208. //
  209. // panel4
  210. //
  211. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  212. this.panel4.Controls.Add(this.pr_cartonunit);
  213. this.panel4.Controls.Add(this.weight_label);
  214. this.panel4.Controls.Add(this.weight);
  215. this.panel4.Location = new System.Drawing.Point(25, 76);
  216. this.panel4.Name = "panel4";
  217. this.panel4.Size = new System.Drawing.Size(372, 125);
  218. this.panel4.TabIndex = 91;
  219. //
  220. // pr_cartonunit
  221. //
  222. this.pr_cartonunit.AutoSize = true;
  223. this.pr_cartonunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  224. this.pr_cartonunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.pr_cartonunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  226. this.pr_cartonunit.Location = new System.Drawing.Point(15, 85);
  227. this.pr_cartonunit.Name = "pr_cartonunit";
  228. this.pr_cartonunit.Size = new System.Drawing.Size(31, 25);
  229. this.pr_cartonunit.TabIndex = 42;
  230. this.pr_cartonunit.Text = "克";
  231. this.pr_cartonunit.Visible = false;
  232. //
  233. // weight_label
  234. //
  235. this.weight_label.AutoSize = true;
  236. this.weight_label.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  237. this.weight_label.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.weight_label.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  239. this.weight_label.Location = new System.Drawing.Point(15, 51);
  240. this.weight_label.Name = "weight_label";
  241. this.weight_label.Size = new System.Drawing.Size(50, 25);
  242. this.weight_label.TabIndex = 20;
  243. this.weight_label.Text = "重量";
  244. //
  245. // weight
  246. //
  247. this.weight.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  248. | System.Windows.Forms.AnchorStyles.Left)
  249. | System.Windows.Forms.AnchorStyles.Right)));
  250. this.weight.AutoSize = true;
  251. this.weight.Font = new System.Drawing.Font("微软雅黑", 35F);
  252. this.weight.ForeColor = System.Drawing.Color.Green;
  253. this.weight.Location = new System.Drawing.Point(76, 31);
  254. this.weight.Name = "weight";
  255. this.weight.Size = new System.Drawing.Size(0, 60);
  256. this.weight.TabIndex = 41;
  257. //
  258. // label15
  259. //
  260. this.label15.AutoSize = true;
  261. this.label15.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.label15.Location = new System.Drawing.Point(26, 24);
  263. this.label15.Name = "label15";
  264. this.label15.Size = new System.Drawing.Size(86, 31);
  265. this.label15.TabIndex = 85;
  266. this.label15.Text = "序列号";
  267. //
  268. // pr_detail_label
  269. //
  270. this.pr_detail_label.AutoSize = true;
  271. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.pr_detail_label.Location = new System.Drawing.Point(31, 384);
  273. this.pr_detail_label.Name = "pr_detail_label";
  274. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  275. this.pr_detail_label.TabIndex = 82;
  276. this.pr_detail_label.Text = "产品名称";
  277. //
  278. // ma_qty_label
  279. //
  280. this.ma_qty_label.AutoSize = true;
  281. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.ma_qty_label.Location = new System.Drawing.Point(31, 485);
  283. this.ma_qty_label.Name = "ma_qty_label";
  284. this.ma_qty_label.Size = new System.Drawing.Size(92, 27);
  285. this.ma_qty_label.TabIndex = 84;
  286. this.ma_qty_label.Text = "工单数量";
  287. //
  288. // ma_salecode_label
  289. //
  290. this.ma_salecode_label.AutoSize = true;
  291. this.ma_salecode_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.ma_salecode_label.Location = new System.Drawing.Point(31, 437);
  293. this.ma_salecode_label.Name = "ma_salecode_label";
  294. this.ma_salecode_label.Size = new System.Drawing.Size(92, 27);
  295. this.ma_salecode_label.TabIndex = 83;
  296. this.ma_salecode_label.Text = "订单编号";
  297. //
  298. // PrintLabel
  299. //
  300. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  301. this.PrintLabel.FormattingEnabled = true;
  302. this.PrintLabel.Location = new System.Drawing.Point(936, 145);
  303. this.PrintLabel.Name = "PrintLabel";
  304. this.PrintLabel.Size = new System.Drawing.Size(121, 20);
  305. this.PrintLabel.TabIndex = 157;
  306. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  307. //
  308. // Printer_label
  309. //
  310. this.Printer_label.AutoSize = true;
  311. this.Printer_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.Printer_label.Location = new System.Drawing.Point(835, 111);
  313. this.Printer_label.Name = "Printer_label";
  314. this.Printer_label.Size = new System.Drawing.Size(84, 20);
  315. this.Printer_label.TabIndex = 159;
  316. this.Printer_label.Text = "打印机列表";
  317. //
  318. // label1
  319. //
  320. this.label1.AutoSize = true;
  321. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.label1.Location = new System.Drawing.Point(835, 145);
  323. this.label1.Name = "label1";
  324. this.label1.Size = new System.Drawing.Size(69, 20);
  325. this.label1.TabIndex = 161;
  326. this.label1.Text = "打印标签";
  327. //
  328. // label2
  329. //
  330. this.label2.AutoSize = true;
  331. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.label2.Location = new System.Drawing.Point(835, 77);
  333. this.label2.Name = "label2";
  334. this.label2.Size = new System.Drawing.Size(69, 20);
  335. this.label2.TabIndex = 171;
  336. this.label2.Text = "打印张数";
  337. //
  338. // pr_sendchecktype
  339. //
  340. this.pr_sendchecktype.AutoSize = true;
  341. this.pr_sendchecktype.Location = new System.Drawing.Point(620, 540);
  342. this.pr_sendchecktype.Name = "pr_sendchecktype";
  343. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 12);
  344. this.pr_sendchecktype.TabIndex = 187;
  345. this.pr_sendchecktype.Visible = false;
  346. //
  347. // RefreshWeigh
  348. //
  349. this.RefreshWeigh.AllPower = null;
  350. this.RefreshWeigh.BackColor = System.Drawing.Color.Transparent;
  351. this.RefreshWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.DownImage")));
  352. this.RefreshWeigh.Image = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.Image")));
  353. this.RefreshWeigh.IsShowBorder = true;
  354. this.RefreshWeigh.Location = new System.Drawing.Point(334, 225);
  355. this.RefreshWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.MoveImage")));
  356. this.RefreshWeigh.Name = "RefreshWeigh";
  357. this.RefreshWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.NormalImage")));
  358. this.RefreshWeigh.Power = null;
  359. this.RefreshWeigh.Size = new System.Drawing.Size(60, 24);
  360. this.RefreshWeigh.TabIndex = 186;
  361. this.RefreshWeigh.Text = "刷新重量";
  362. this.RefreshWeigh.UseVisualStyleBackColor = true;
  363. this.RefreshWeigh.Click += new System.EventHandler(this.RefreshWeigh_Click);
  364. //
  365. // PrintNum
  366. //
  367. this.PrintNum.AllPower = null;
  368. this.PrintNum.BackColor = System.Drawing.Color.White;
  369. this.PrintNum.Enabled = false;
  370. this.PrintNum.ID = null;
  371. this.PrintNum.Location = new System.Drawing.Point(936, 77);
  372. this.PrintNum.Name = "PrintNum";
  373. this.PrintNum.Power = null;
  374. this.PrintNum.Size = new System.Drawing.Size(93, 21);
  375. this.PrintNum.Str = null;
  376. this.PrintNum.Str1 = null;
  377. this.PrintNum.Str2 = null;
  378. this.PrintNum.TabIndex = 185;
  379. //
  380. // AutoPrint
  381. //
  382. this.AutoPrint.Checked = false;
  383. this.AutoPrint.Location = new System.Drawing.Point(838, 39);
  384. this.AutoPrint.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  385. this.AutoPrint.Name = "AutoPrint";
  386. this.AutoPrint.Size = new System.Drawing.Size(88, 28);
  387. this.AutoPrint.TabIndex = 175;
  388. //
  389. // ComList
  390. //
  391. this.ComList.AutoSize = true;
  392. this.ComList.CutLength = null;
  393. this.ComList.Location = new System.Drawing.Point(937, 55);
  394. this.ComList.MaximumSize = new System.Drawing.Size(150, 0);
  395. this.ComList.Name = "ComList";
  396. this.ComList.Size = new System.Drawing.Size(47, 12);
  397. this.ComList.TabIndex = 173;
  398. this.ComList.Text = "ComList";
  399. this.ComList.Visible = false;
  400. //
  401. // BaudRate
  402. //
  403. this.BaudRate.AutoSize = true;
  404. this.BaudRate.CutLength = null;
  405. this.BaudRate.Location = new System.Drawing.Point(937, 39);
  406. this.BaudRate.MaximumSize = new System.Drawing.Size(150, 0);
  407. this.BaudRate.Name = "BaudRate";
  408. this.BaudRate.Size = new System.Drawing.Size(53, 12);
  409. this.BaudRate.TabIndex = 172;
  410. this.BaudRate.Text = "BaudRate";
  411. this.BaudRate.Visible = false;
  412. //
  413. // pr_cartongw
  414. //
  415. this.pr_cartongw.AutoSize = true;
  416. this.pr_cartongw.CutLength = null;
  417. this.pr_cartongw.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.pr_cartongw.Location = new System.Drawing.Point(141, 225);
  419. this.pr_cartongw.MaximumSize = new System.Drawing.Size(150, 0);
  420. this.pr_cartongw.Name = "pr_cartongw";
  421. this.pr_cartongw.Size = new System.Drawing.Size(0, 27);
  422. this.pr_cartongw.TabIndex = 80;
  423. this.pr_cartongw.Tag = "1";
  424. //
  425. // pr_code
  426. //
  427. this.pr_code.AutoSize = true;
  428. this.pr_code.CutLength = null;
  429. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.pr_code.Location = new System.Drawing.Point(141, 278);
  431. this.pr_code.MaximumSize = new System.Drawing.Size(150, 0);
  432. this.pr_code.Name = "pr_code";
  433. this.pr_code.Size = new System.Drawing.Size(0, 27);
  434. this.pr_code.TabIndex = 79;
  435. this.pr_code.Tag = "1";
  436. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  437. //
  438. // PrinterList
  439. //
  440. this.PrinterList.Location = new System.Drawing.Point(936, 111);
  441. this.PrinterList.Margin = new System.Windows.Forms.Padding(4);
  442. this.PrinterList.Name = "PrinterList";
  443. this.PrinterList.Size = new System.Drawing.Size(120, 22);
  444. this.PrinterList.TabIndex = 158;
  445. //
  446. // StartWeight
  447. //
  448. this.StartWeight.AllPower = null;
  449. this.StartWeight.BackColor = System.Drawing.Color.Transparent;
  450. this.StartWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.DownImage")));
  451. this.StartWeight.Image = ((System.Drawing.Image)(resources.GetObject("StartWeight.Image")));
  452. this.StartWeight.IsShowBorder = true;
  453. this.StartWeight.Location = new System.Drawing.Point(620, 24);
  454. this.StartWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.MoveImage")));
  455. this.StartWeight.Name = "StartWeight";
  456. this.StartWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.NormalImage")));
  457. this.StartWeight.Power = null;
  458. this.StartWeight.Size = new System.Drawing.Size(60, 24);
  459. this.StartWeight.TabIndex = 156;
  460. this.StartWeight.Text = "开始称量";
  461. this.StartWeight.UseVisualStyleBackColor = true;
  462. this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
  463. //
  464. // Confirm
  465. //
  466. this.Confirm.AllPower = null;
  467. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  468. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  469. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  470. this.Confirm.IsShowBorder = true;
  471. this.Confirm.Location = new System.Drawing.Point(936, 177);
  472. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  473. this.Confirm.Name = "Confirm";
  474. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  475. this.Confirm.Power = null;
  476. this.Confirm.Size = new System.Drawing.Size(44, 23);
  477. this.Confirm.TabIndex = 152;
  478. this.Confirm.Text = "打印";
  479. this.Confirm.UseVisualStyleBackColor = true;
  480. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  481. //
  482. // StopWeight
  483. //
  484. this.StopWeight.AllPower = null;
  485. this.StopWeight.BackColor = System.Drawing.Color.Transparent;
  486. this.StopWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.DownImage")));
  487. this.StopWeight.Image = ((System.Drawing.Image)(resources.GetObject("StopWeight.Image")));
  488. this.StopWeight.IsShowBorder = true;
  489. this.StopWeight.Location = new System.Drawing.Point(716, 24);
  490. this.StopWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.MoveImage")));
  491. this.StopWeight.Name = "StopWeight";
  492. this.StopWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.NormalImage")));
  493. this.StopWeight.Power = null;
  494. this.StopWeight.Size = new System.Drawing.Size(60, 24);
  495. this.StopWeight.TabIndex = 102;
  496. this.StopWeight.Text = "停止称量";
  497. this.StopWeight.UseVisualStyleBackColor = true;
  498. this.StopWeight.Click += new System.EventHandler(this.StopWeight_Click);
  499. //
  500. // ma_code
  501. //
  502. this.ma_code.AutoSize = true;
  503. this.ma_code.CutLength = null;
  504. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  505. this.ma_code.Location = new System.Drawing.Point(141, 333);
  506. this.ma_code.MaximumSize = new System.Drawing.Size(150, 0);
  507. this.ma_code.Name = "ma_code";
  508. this.ma_code.Size = new System.Drawing.Size(0, 27);
  509. this.ma_code.TabIndex = 101;
  510. this.ma_code.Tag = "1";
  511. //
  512. // ma_qty
  513. //
  514. this.ma_qty.AutoSize = true;
  515. this.ma_qty.CutLength = null;
  516. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  517. this.ma_qty.Location = new System.Drawing.Point(141, 485);
  518. this.ma_qty.MaximumSize = new System.Drawing.Size(150, 0);
  519. this.ma_qty.Name = "ma_qty";
  520. this.ma_qty.Size = new System.Drawing.Size(0, 27);
  521. this.ma_qty.TabIndex = 100;
  522. //
  523. // pr_detail
  524. //
  525. this.pr_detail.AutoSize = true;
  526. this.pr_detail.CutLength = null;
  527. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  528. this.pr_detail.Location = new System.Drawing.Point(141, 384);
  529. this.pr_detail.MaximumSize = new System.Drawing.Size(150, 0);
  530. this.pr_detail.Name = "pr_detail";
  531. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  532. this.pr_detail.TabIndex = 99;
  533. //
  534. // ma_salecode
  535. //
  536. this.ma_salecode.AutoSize = true;
  537. this.ma_salecode.CutLength = null;
  538. this.ma_salecode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  539. this.ma_salecode.Location = new System.Drawing.Point(141, 437);
  540. this.ma_salecode.MaximumSize = new System.Drawing.Size(150, 0);
  541. this.ma_salecode.Name = "ma_salecode";
  542. this.ma_salecode.Size = new System.Drawing.Size(0, 27);
  543. this.ma_salecode.TabIndex = 98;
  544. //
  545. // Clean
  546. //
  547. this.Clean.AllPower = null;
  548. this.Clean.BackColor = System.Drawing.Color.Transparent;
  549. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  550. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  551. this.Clean.IsShowBorder = true;
  552. this.Clean.Location = new System.Drawing.Point(927, 529);
  553. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  554. this.Clean.Name = "Clean";
  555. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  556. this.Clean.Power = null;
  557. this.Clean.Size = new System.Drawing.Size(75, 24);
  558. this.Clean.TabIndex = 89;
  559. this.Clean.Text = "清除";
  560. this.Clean.UseVisualStyleBackColor = true;
  561. //
  562. // normalButton1
  563. //
  564. this.normalButton1.AllPower = null;
  565. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  566. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  567. this.normalButton1.Image = ((System.Drawing.Image)(resources.GetObject("normalButton1.Image")));
  568. this.normalButton1.IsShowBorder = true;
  569. this.normalButton1.Location = new System.Drawing.Point(25, 55);
  570. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  571. this.normalButton1.Name = "normalButton1";
  572. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  573. this.normalButton1.Power = null;
  574. this.normalButton1.Size = new System.Drawing.Size(0, 0);
  575. this.normalButton1.TabIndex = 88;
  576. this.normalButton1.Text = "normalButton1";
  577. this.normalButton1.UseVisualStyleBackColor = true;
  578. //
  579. // sncode
  580. //
  581. this.sncode.AllPower = null;
  582. this.sncode.BackColor = System.Drawing.Color.White;
  583. this.sncode.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  584. this.sncode.ID = null;
  585. this.sncode.Location = new System.Drawing.Point(126, 21);
  586. this.sncode.Name = "sncode";
  587. this.sncode.Power = null;
  588. this.sncode.Size = new System.Drawing.Size(454, 39);
  589. this.sncode.Str = null;
  590. this.sncode.Str1 = null;
  591. this.sncode.Str2 = null;
  592. this.sncode.TabIndex = 86;
  593. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  594. //
  595. // OperateResult
  596. //
  597. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  598. this.OperateResult.Location = new System.Drawing.Point(835, 214);
  599. this.OperateResult.Name = "OperateResult";
  600. this.OperateResult.Size = new System.Drawing.Size(224, 302);
  601. this.OperateResult.TabIndex = 87;
  602. this.OperateResult.Text = "";
  603. //
  604. // fileSystemWatcher1
  605. //
  606. this.fileSystemWatcher1.EnableRaisingEvents = true;
  607. this.fileSystemWatcher1.SynchronizingObject = this;
  608. //
  609. // StepCount
  610. //
  611. this.StepCount.LineCode = null;
  612. this.StepCount.Location = new System.Drawing.Point(838, 177);
  613. this.StepCount.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  614. this.StepCount.Name = "StepCount";
  615. this.StepCount.Size = new System.Drawing.Size(79, 23);
  616. this.StepCount.Source = null;
  617. this.StepCount.StepCode = null;
  618. this.StepCount.TabIndex = 188;
  619. //
  620. // CloseServer
  621. //
  622. this.CloseServer.AllPower = null;
  623. this.CloseServer.BackColor = System.Drawing.Color.Transparent;
  624. this.CloseServer.DownImage = ((System.Drawing.Image)(resources.GetObject("CloseServer.DownImage")));
  625. this.CloseServer.Image = null;
  626. this.CloseServer.IsShowBorder = true;
  627. this.CloseServer.Location = new System.Drawing.Point(499, 298);
  628. this.CloseServer.MoveImage = ((System.Drawing.Image)(resources.GetObject("CloseServer.MoveImage")));
  629. this.CloseServer.Name = "CloseServer";
  630. this.CloseServer.NormalImage = ((System.Drawing.Image)(resources.GetObject("CloseServer.NormalImage")));
  631. this.CloseServer.Power = null;
  632. this.CloseServer.Size = new System.Drawing.Size(60, 24);
  633. this.CloseServer.TabIndex = 204;
  634. this.CloseServer.Text = "关闭服务";
  635. this.CloseServer.UseVisualStyleBackColor = true;
  636. this.CloseServer.Click += new System.EventHandler(this.CloseServer_Click);
  637. //
  638. // BuildServer
  639. //
  640. this.BuildServer.AllPower = null;
  641. this.BuildServer.BackColor = System.Drawing.Color.Transparent;
  642. this.BuildServer.DownImage = ((System.Drawing.Image)(resources.GetObject("BuildServer.DownImage")));
  643. this.BuildServer.Image = null;
  644. this.BuildServer.IsShowBorder = true;
  645. this.BuildServer.Location = new System.Drawing.Point(426, 298);
  646. this.BuildServer.MoveImage = ((System.Drawing.Image)(resources.GetObject("BuildServer.MoveImage")));
  647. this.BuildServer.Name = "BuildServer";
  648. this.BuildServer.NormalImage = ((System.Drawing.Image)(resources.GetObject("BuildServer.NormalImage")));
  649. this.BuildServer.Power = null;
  650. this.BuildServer.Size = new System.Drawing.Size(60, 24);
  651. this.BuildServer.TabIndex = 203;
  652. this.BuildServer.Text = "开启服务";
  653. this.BuildServer.UseVisualStyleBackColor = true;
  654. this.BuildServer.Click += new System.EventHandler(this.BuildServer_Click);
  655. //
  656. // Port
  657. //
  658. this.Port.AllPower = null;
  659. this.Port.BackColor = System.Drawing.Color.White;
  660. this.Port.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  661. this.Port.ID = null;
  662. this.Port.Location = new System.Drawing.Point(470, 262);
  663. this.Port.Name = "Port";
  664. this.Port.Power = null;
  665. this.Port.Size = new System.Drawing.Size(114, 23);
  666. this.Port.Str = null;
  667. this.Port.Str1 = null;
  668. this.Port.Str2 = null;
  669. this.Port.TabIndex = 202;
  670. //
  671. // Port_label
  672. //
  673. this.Port_label.AutoSize = true;
  674. this.Port_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  675. this.Port_label.Location = new System.Drawing.Point(418, 262);
  676. this.Port_label.Name = "Port_label";
  677. this.Port_label.Size = new System.Drawing.Size(42, 21);
  678. this.Port_label.TabIndex = 201;
  679. this.Port_label.Text = "端口";
  680. //
  681. // IP
  682. //
  683. this.IP.AllPower = null;
  684. this.IP.BackColor = System.Drawing.Color.White;
  685. this.IP.Font = new System.Drawing.Font("微软雅黑", 9F);
  686. this.IP.ID = null;
  687. this.IP.Location = new System.Drawing.Point(470, 227);
  688. this.IP.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  689. this.IP.Name = "IP";
  690. this.IP.Power = null;
  691. this.IP.Size = new System.Drawing.Size(114, 23);
  692. this.IP.Str = null;
  693. this.IP.Str1 = null;
  694. this.IP.Str2 = null;
  695. this.IP.TabIndex = 200;
  696. //
  697. // IP_label
  698. //
  699. this.IP_label.AutoSize = true;
  700. this.IP_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  701. this.IP_label.Location = new System.Drawing.Point(418, 229);
  702. this.IP_label.Name = "IP_label";
  703. this.IP_label.Size = new System.Drawing.Size(25, 21);
  704. this.IP_label.TabIndex = 199;
  705. this.IP_label.Text = "IP";
  706. //
  707. // Make_CartonBoxSNWeigh
  708. //
  709. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  710. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  711. this.ClientSize = new System.Drawing.Size(1072, 560);
  712. this.Controls.Add(this.CloseServer);
  713. this.Controls.Add(this.BuildServer);
  714. this.Controls.Add(this.Port);
  715. this.Controls.Add(this.Port_label);
  716. this.Controls.Add(this.IP);
  717. this.Controls.Add(this.IP_label);
  718. this.Controls.Add(this.StepCount);
  719. this.Controls.Add(this.pr_sendchecktype);
  720. this.Controls.Add(this.RefreshWeigh);
  721. this.Controls.Add(this.PrintNum);
  722. this.Controls.Add(this.AutoPrint);
  723. this.Controls.Add(this.ComList);
  724. this.Controls.Add(this.BaudRate);
  725. this.Controls.Add(this.pr_cartongw);
  726. this.Controls.Add(this.label2);
  727. this.Controls.Add(this.pr_cartongw_label);
  728. this.Controls.Add(this.pr_code);
  729. this.Controls.Add(this.label1);
  730. this.Controls.Add(this.pr_code_label);
  731. this.Controls.Add(this.Printer_label);
  732. this.Controls.Add(this.PrinterList);
  733. this.Controls.Add(this.PrintLabel);
  734. this.Controls.Add(this.StartWeight);
  735. this.Controls.Add(this.Confirm);
  736. this.Controls.Add(this.StopWeight);
  737. this.Controls.Add(this.ma_code);
  738. this.Controls.Add(this.ma_qty);
  739. this.Controls.Add(this.pr_detail);
  740. this.Controls.Add(this.ma_salecode);
  741. this.Controls.Add(this.ma_code_label);
  742. this.Controls.Add(this.Clean);
  743. this.Controls.Add(this.normalButton1);
  744. this.Controls.Add(this.sncode);
  745. this.Controls.Add(this.panel6);
  746. this.Controls.Add(this.panel4);
  747. this.Controls.Add(this.label15);
  748. this.Controls.Add(this.pr_detail_label);
  749. this.Controls.Add(this.ma_qty_label);
  750. this.Controls.Add(this.ma_salecode_label);
  751. this.Controls.Add(this.OperateResult);
  752. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  753. this.Name = "Make_CartonBoxSNWeigh";
  754. this.Tag = "Make!CartonBoxSNWeigh";
  755. this.Text = "卡通箱称重";
  756. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.卡通箱称重_FormClosing);
  757. this.Load += new System.EventHandler(this.卡通箱称重_Load);
  758. this.SizeChanged += new System.EventHandler(this.卡通箱称重_SizeChanged);
  759. this.panel6.ResumeLayout(true);
  760. this.panel6.PerformLayout();
  761. this.panel4.ResumeLayout(true);
  762. this.panel4.PerformLayout();
  763. ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
  764. this.ResumeLayout(true);
  765. this.PerformLayout();
  766. }
  767. #endregion
  768. private CustomControl.ButtonUtil.NormalButton StopWeight;
  769. private CustomControl.ValueLabel.ValueLabel ma_code;
  770. private CustomControl.ValueLabel.ValueLabel ma_qty;
  771. private CustomControl.ValueLabel.ValueLabel pr_detail;
  772. private CustomControl.ValueLabel.ValueLabel ma_salecode;
  773. private System.Windows.Forms.Label ma_code_label;
  774. private CustomControl.ButtonUtil.NormalButton Clean;
  775. private CustomControl.ButtonUtil.NormalButton normalButton1;
  776. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  777. private System.Windows.Forms.Panel panel6;
  778. private CustomControl.ValueLabel.ValueLabel pr_cartongw;
  779. private CustomControl.ValueLabel.ValueLabel pr_code;
  780. private System.Windows.Forms.Label pr_cartongw_label;
  781. private System.Windows.Forms.Label pr_code_label;
  782. private System.Windows.Forms.Panel panel4;
  783. private System.Windows.Forms.Label pr_cartonunit;
  784. private System.Windows.Forms.Label weight_label;
  785. private System.Windows.Forms.Label weight;
  786. private System.Windows.Forms.Label label15;
  787. private System.Windows.Forms.Label pr_detail_label;
  788. private System.Windows.Forms.Label ma_qty_label;
  789. private System.Windows.Forms.Label ma_salecode_label;
  790. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  791. private CustomControl.ButtonUtil.NormalButton Confirm;
  792. private CustomControl.ButtonUtil.NormalButton StartWeight;
  793. private System.Windows.Forms.ComboBox PrintLabel;
  794. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  795. private System.Windows.Forms.Label Printer_label;
  796. private System.Windows.Forms.Label label1;
  797. private System.Windows.Forms.Label label2;
  798. private CustomControl.ValueLabel.ValueLabel BaudRate;
  799. private CustomControl.ValueLabel.ValueLabel ComList;
  800. private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
  801. private System.Windows.Forms.Label ob_nowcheckqty;
  802. private System.Windows.Forms.Label ob_batchqty;
  803. private System.Windows.Forms.Label ob_nowcheckqty_label;
  804. private System.Windows.Forms.Label ob_batchqty_label;
  805. private CustomControl.ButtonUtil.NormalButton SendCheck;
  806. private System.Windows.Forms.Label ob_checkno;
  807. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  808. private System.Windows.Forms.Label label3;
  809. private CustomControl.ButtonUtil.NormalButton RefreshWeigh;
  810. private System.Windows.Forms.Label pr_sendchecktype;
  811. private System.IO.FileSystemWatcher fileSystemWatcher1;
  812. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  813. private CustomControl.ButtonUtil.NormalButton CloseServer;
  814. private CustomControl.ButtonUtil.NormalButton BuildServer;
  815. private CustomControl.TextBoxWithIcon.EnterTextBox Port;
  816. private System.Windows.Forms.Label Port_label;
  817. private CustomControl.TextBoxWithIcon.SnCollectionBox IP;
  818. private System.Windows.Forms.Label IP_label;
  819. }
  820. }