Make_ColorBoxWeigh.Designer.cs 44 KB

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