Packing_CartonBoxWeigh_HAOQ.Designer.cs 43 KB

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