Packing_ProdWeightSet.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. namespace UAS_MES.Packing
  2. {
  3. partial class Packing_ProdWeightSet
  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(Packing_ProdWeightSet));
  29. this.ms_makecode_label = new System.Windows.Forms.Label();
  30. this.pr_code = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.pr_detail = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.pr_spec = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.showResult = new System.Windows.Forms.ListView();
  37. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  38. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  42. this.panel4 = new System.Windows.Forms.Panel();
  43. this.pr_cartonunit = new System.Windows.Forms.Label();
  44. this.label22 = new System.Windows.Forms.Label();
  45. this.weight = new System.Windows.Forms.Label();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  48. this.confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  49. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  50. this.ComList = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  51. this.BaudRate = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  52. this.stopWeigh = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  53. this.startWeigh = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  54. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  55. this.panel4.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // ms_makecode_label
  59. //
  60. this.ms_makecode_label.AutoSize = true;
  61. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.ms_makecode_label.Location = new System.Drawing.Point(22, 12);
  63. this.ms_makecode_label.Name = "ms_makecode_label";
  64. this.ms_makecode_label.Size = new System.Drawing.Size(58, 21);
  65. this.ms_makecode_label.TabIndex = 212;
  66. this.ms_makecode_label.Text = "工单号";
  67. //
  68. // pr_code
  69. //
  70. this.pr_code.AutoSize = true;
  71. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F);
  72. this.pr_code.Location = new System.Drawing.Point(107, 49);
  73. this.pr_code.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  74. this.pr_code.Name = "pr_code";
  75. this.pr_code.Size = new System.Drawing.Size(0, 21);
  76. this.pr_code.TabIndex = 215;
  77. //
  78. // label2
  79. //
  80. this.label2.AutoSize = true;
  81. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  82. this.label2.Location = new System.Drawing.Point(22, 49);
  83. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  84. this.label2.Name = "label2";
  85. this.label2.Size = new System.Drawing.Size(74, 21);
  86. this.label2.TabIndex = 214;
  87. this.label2.Text = "产品编号";
  88. //
  89. // pr_detail
  90. //
  91. this.pr_detail.AutoSize = true;
  92. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  93. this.pr_detail.Location = new System.Drawing.Point(107, 85);
  94. this.pr_detail.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  95. this.pr_detail.Name = "pr_detail";
  96. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  97. this.pr_detail.TabIndex = 217;
  98. //
  99. // label3
  100. //
  101. this.label3.AutoSize = true;
  102. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  103. this.label3.Location = new System.Drawing.Point(22, 85);
  104. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  105. this.label3.Name = "label3";
  106. this.label3.Size = new System.Drawing.Size(74, 21);
  107. this.label3.TabIndex = 216;
  108. this.label3.Text = "产品名称";
  109. //
  110. // pr_spec
  111. //
  112. this.pr_spec.AutoSize = true;
  113. this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F);
  114. this.pr_spec.Location = new System.Drawing.Point(107, 121);
  115. this.pr_spec.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  116. this.pr_spec.MaximumSize = new System.Drawing.Size(400, 27);
  117. this.pr_spec.Name = "pr_spec";
  118. this.pr_spec.Size = new System.Drawing.Size(0, 21);
  119. this.pr_spec.TabIndex = 219;
  120. //
  121. // label5
  122. //
  123. this.label5.AutoSize = true;
  124. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  125. this.label5.Location = new System.Drawing.Point(22, 121);
  126. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  127. this.label5.Name = "label5";
  128. this.label5.Size = new System.Drawing.Size(42, 21);
  129. this.label5.TabIndex = 218;
  130. this.label5.Text = "规格";
  131. //
  132. // showResult
  133. //
  134. this.showResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  135. this.columnHeader1,
  136. this.columnHeader2,
  137. this.columnHeader3,
  138. this.columnHeader4,
  139. this.columnHeader5});
  140. this.showResult.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.showResult.Location = new System.Drawing.Point(285, 167);
  142. this.showResult.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  143. this.showResult.Name = "showResult";
  144. this.showResult.Size = new System.Drawing.Size(440, 206);
  145. this.showResult.TabIndex = 220;
  146. this.showResult.UseCompatibleStateImageBehavior = false;
  147. this.showResult.View = System.Windows.Forms.View.Details;
  148. //
  149. // columnHeader1
  150. //
  151. this.columnHeader1.Text = "";
  152. this.columnHeader1.Width = 5;
  153. //
  154. // columnHeader2
  155. //
  156. this.columnHeader2.Text = "序号";
  157. this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  158. this.columnHeader2.Width = 110;
  159. //
  160. // columnHeader3
  161. //
  162. this.columnHeader3.Text = "序列号";
  163. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  164. this.columnHeader3.Width = 200;
  165. //
  166. // columnHeader4
  167. //
  168. this.columnHeader4.Text = "重量(单位)";
  169. this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  170. this.columnHeader4.Width = 160;
  171. //
  172. // columnHeader5
  173. //
  174. this.columnHeader5.Text = "时间";
  175. this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  176. this.columnHeader5.Width = 170;
  177. //
  178. // panel4
  179. //
  180. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  181. this.panel4.Controls.Add(this.pr_cartonunit);
  182. this.panel4.Controls.Add(this.label22);
  183. this.panel4.Controls.Add(this.weight);
  184. this.panel4.Location = new System.Drawing.Point(380, 12);
  185. this.panel4.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  186. this.panel4.Name = "panel4";
  187. this.panel4.Size = new System.Drawing.Size(344, 105);
  188. this.panel4.TabIndex = 221;
  189. //
  190. // pr_cartonunit
  191. //
  192. this.pr_cartonunit.AutoSize = true;
  193. this.pr_cartonunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  194. this.pr_cartonunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.pr_cartonunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  196. this.pr_cartonunit.Location = new System.Drawing.Point(303, 43);
  197. this.pr_cartonunit.Name = "pr_cartonunit";
  198. this.pr_cartonunit.Size = new System.Drawing.Size(31, 25);
  199. this.pr_cartonunit.TabIndex = 42;
  200. this.pr_cartonunit.Text = "克";
  201. //
  202. // label22
  203. //
  204. this.label22.AutoSize = true;
  205. this.label22.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  206. this.label22.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.label22.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  208. this.label22.Location = new System.Drawing.Point(11, 43);
  209. this.label22.Name = "label22";
  210. this.label22.Size = new System.Drawing.Size(50, 25);
  211. this.label22.TabIndex = 20;
  212. this.label22.Text = "重量";
  213. //
  214. // weight
  215. //
  216. this.weight.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  217. | System.Windows.Forms.AnchorStyles.Left)
  218. | System.Windows.Forms.AnchorStyles.Right)));
  219. this.weight.AutoSize = true;
  220. this.weight.Font = new System.Drawing.Font("微软雅黑", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.weight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  222. this.weight.Location = new System.Drawing.Point(100, 35);
  223. this.weight.Name = "weight";
  224. this.weight.Size = new System.Drawing.Size(0, 39);
  225. this.weight.TabIndex = 41;
  226. //
  227. // label1
  228. //
  229. this.label1.AutoSize = true;
  230. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.label1.Location = new System.Drawing.Point(10, 351);
  232. this.label1.Name = "label1";
  233. this.label1.Size = new System.Drawing.Size(58, 21);
  234. this.label1.TabIndex = 229;
  235. this.label1.Text = "序列号";
  236. //
  237. // sncode
  238. //
  239. this.sncode.AllPower = null;
  240. this.sncode.BackColor = System.Drawing.Color.White;
  241. this.sncode.Font = new System.Drawing.Font("微软雅黑", 9F);
  242. this.sncode.ID = null;
  243. this.sncode.Location = new System.Drawing.Point(73, 351);
  244. this.sncode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  245. this.sncode.Name = "sncode";
  246. this.sncode.Power = null;
  247. this.sncode.Size = new System.Drawing.Size(126, 23);
  248. this.sncode.Str = null;
  249. this.sncode.Str1 = null;
  250. this.sncode.Str2 = null;
  251. this.sncode.TabIndex = 228;
  252. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  253. //
  254. // confirm
  255. //
  256. this.confirm.AllPower = null;
  257. this.confirm.BackColor = System.Drawing.Color.Transparent;
  258. this.confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("confirm.DownImage")));
  259. this.confirm.Image = null;
  260. this.confirm.IsShowBorder = true;
  261. this.confirm.Location = new System.Drawing.Point(221, 351);
  262. this.confirm.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  263. this.confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("confirm.MoveImage")));
  264. this.confirm.Name = "confirm";
  265. this.confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("confirm.NormalImage")));
  266. this.confirm.Power = null;
  267. this.confirm.Size = new System.Drawing.Size(50, 19);
  268. this.confirm.TabIndex = 227;
  269. this.confirm.Text = "确认";
  270. this.confirm.UseVisualStyleBackColor = false;
  271. this.confirm.Click += new System.EventHandler(this.confirm_Click);
  272. //
  273. // OperateResult
  274. //
  275. this.OperateResult.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.OperateResult.Location = new System.Drawing.Point(14, 165);
  277. this.OperateResult.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  278. this.OperateResult.Name = "OperateResult";
  279. this.OperateResult.Size = new System.Drawing.Size(223, 171);
  280. this.OperateResult.TabIndex = 226;
  281. this.OperateResult.Text = "";
  282. //
  283. // ComList
  284. //
  285. this.ComList.AutoSize = true;
  286. this.ComList.CutLength = null;
  287. this.ComList.Location = new System.Drawing.Point(636, 152);
  288. this.ComList.MaximumSize = new System.Drawing.Size(150, 0);
  289. this.ComList.Name = "ComList";
  290. this.ComList.Size = new System.Drawing.Size(47, 12);
  291. this.ComList.TabIndex = 225;
  292. this.ComList.Text = "ComList";
  293. this.ComList.Visible = false;
  294. //
  295. // BaudRate
  296. //
  297. this.BaudRate.AllPower = null;
  298. this.BaudRate.BackColor = System.Drawing.Color.White;
  299. this.BaudRate.ID = null;
  300. this.BaudRate.Location = new System.Drawing.Point(641, 129);
  301. this.BaudRate.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  302. this.BaudRate.Name = "BaudRate";
  303. this.BaudRate.Negative = false;
  304. this.BaudRate.Power = null;
  305. this.BaudRate.Size = new System.Drawing.Size(35, 21);
  306. this.BaudRate.Str = null;
  307. this.BaudRate.Str1 = null;
  308. this.BaudRate.Str2 = null;
  309. this.BaudRate.TabIndex = 224;
  310. this.BaudRate.Visible = false;
  311. //
  312. // stopWeigh
  313. //
  314. this.stopWeigh.AllPower = null;
  315. this.stopWeigh.BackColor = System.Drawing.Color.Transparent;
  316. this.stopWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.DownImage")));
  317. this.stopWeigh.Image = null;
  318. this.stopWeigh.IsShowBorder = true;
  319. this.stopWeigh.Location = new System.Drawing.Point(539, 125);
  320. this.stopWeigh.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  321. this.stopWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.MoveImage")));
  322. this.stopWeigh.Name = "stopWeigh";
  323. this.stopWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.NormalImage")));
  324. this.stopWeigh.Power = null;
  325. this.stopWeigh.Size = new System.Drawing.Size(72, 25);
  326. this.stopWeigh.TabIndex = 223;
  327. this.stopWeigh.Text = "停止称重";
  328. this.stopWeigh.UseVisualStyleBackColor = false;
  329. this.stopWeigh.Click += new System.EventHandler(this.stopWeigh_Click);
  330. //
  331. // startWeigh
  332. //
  333. this.startWeigh.AllPower = null;
  334. this.startWeigh.BackColor = System.Drawing.Color.Transparent;
  335. this.startWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.DownImage")));
  336. this.startWeigh.Image = null;
  337. this.startWeigh.IsShowBorder = true;
  338. this.startWeigh.Location = new System.Drawing.Point(436, 125);
  339. this.startWeigh.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  340. this.startWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.MoveImage")));
  341. this.startWeigh.Name = "startWeigh";
  342. this.startWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.NormalImage")));
  343. this.startWeigh.Power = null;
  344. this.startWeigh.Size = new System.Drawing.Size(62, 25);
  345. this.startWeigh.TabIndex = 222;
  346. this.startWeigh.Text = "开始称重";
  347. this.startWeigh.UseVisualStyleBackColor = false;
  348. this.startWeigh.Click += new System.EventHandler(this.startWeigh_Click);
  349. //
  350. // ma_code
  351. //
  352. this.ma_code.AllPower = "IFALL";
  353. this.ma_code.Caller = null;
  354. this.ma_code.Condition = null;
  355. this.ma_code.DBTitle = "";
  356. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  357. this.ma_code.FormName = null;
  358. this.ma_code.Location = new System.Drawing.Point(111, 12);
  359. this.ma_code.Name = "ma_code";
  360. this.ma_code.Power = "";
  361. this.ma_code.ReturnData = null;
  362. this.ma_code.SelectField = null;
  363. this.ma_code.SetValueField = null;
  364. this.ma_code.Size = new System.Drawing.Size(141, 23);
  365. this.ma_code.TabIndex = 213;
  366. this.ma_code.TableName = null;
  367. this.ma_code.Tag = "makecode";
  368. this.ma_code.TextBoxEnable = false;
  369. this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  370. //
  371. // Packing_ProdWeightSet
  372. //
  373. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  374. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  375. this.ClientSize = new System.Drawing.Size(747, 397);
  376. this.Controls.Add(this.label1);
  377. this.Controls.Add(this.sncode);
  378. this.Controls.Add(this.confirm);
  379. this.Controls.Add(this.OperateResult);
  380. this.Controls.Add(this.ComList);
  381. this.Controls.Add(this.BaudRate);
  382. this.Controls.Add(this.stopWeigh);
  383. this.Controls.Add(this.startWeigh);
  384. this.Controls.Add(this.panel4);
  385. this.Controls.Add(this.showResult);
  386. this.Controls.Add(this.pr_spec);
  387. this.Controls.Add(this.label5);
  388. this.Controls.Add(this.pr_detail);
  389. this.Controls.Add(this.label3);
  390. this.Controls.Add(this.pr_code);
  391. this.Controls.Add(this.label2);
  392. this.Controls.Add(this.ma_code);
  393. this.Controls.Add(this.ms_makecode_label);
  394. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  395. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  396. this.Name = "Packing_ProdWeightSet";
  397. this.Tag = "Packing!ProdWeightSet";
  398. this.Text = "Packing_ProdWeightSet";
  399. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Packing_ProdWeightSet_FormClosing);
  400. this.Load += new System.EventHandler(this.Packing_ProdWeightSet_Load);
  401. this.SizeChanged += new System.EventHandler(this.Packing_ProdWeightSet_SizeChanged);
  402. this.panel4.ResumeLayout(true);
  403. this.panel4.PerformLayout();
  404. this.ResumeLayout(true);
  405. this.PerformLayout();
  406. }
  407. #endregion
  408. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  409. private System.Windows.Forms.Label ms_makecode_label;
  410. private System.Windows.Forms.Label pr_code;
  411. private System.Windows.Forms.Label label2;
  412. private System.Windows.Forms.Label pr_detail;
  413. private System.Windows.Forms.Label label3;
  414. private System.Windows.Forms.Label pr_spec;
  415. private System.Windows.Forms.Label label5;
  416. private System.Windows.Forms.ListView showResult;
  417. private System.Windows.Forms.ColumnHeader columnHeader1;
  418. private System.Windows.Forms.ColumnHeader columnHeader2;
  419. private System.Windows.Forms.ColumnHeader columnHeader3;
  420. private System.Windows.Forms.ColumnHeader columnHeader4;
  421. private System.Windows.Forms.ColumnHeader columnHeader5;
  422. private System.Windows.Forms.Panel panel4;
  423. private System.Windows.Forms.Label pr_cartonunit;
  424. private System.Windows.Forms.Label label22;
  425. private System.Windows.Forms.Label weight;
  426. private CustomControl.ValueLabel.ValueLabel ComList;
  427. private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
  428. private CustomControl.ButtonUtil.NormalButton stopWeigh;
  429. private CustomControl.ButtonUtil.NormalButton startWeigh;
  430. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  431. private CustomControl.ButtonUtil.NormalButton confirm;
  432. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  433. private System.Windows.Forms.Label label1;
  434. }
  435. }