ucBeltInstrumentInfo.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. 
  2. namespace BeltScaleSystem
  3. {
  4. partial class ucBeltInstrumentInfo
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucBeltInstrumentInfo));
  32. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  37. this.label18 = new System.Windows.Forms.Label();
  38. this.cumulative_weight_Ted = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  39. this.realtime_amount_Ted = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  40. this.label20 = new System.Windows.Forms.Label();
  41. this.label21 = new System.Windows.Forms.Label();
  42. this.belt_speed_Ted = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.PntNameLabel = new System.Windows.Forms.Label();
  45. this.timer1 = new System.Windows.Forms.Timer(this.components);
  46. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  47. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  48. this.cumulative_weight_Ted_1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.realtime_amount_Ted_1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  51. this.belt_speed_Ted_1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  52. this.label3 = new System.Windows.Forms.Label();
  53. this.label4 = new System.Windows.Forms.Label();
  54. ((System.ComponentModel.ISupportInitialize)(this.cumulative_weight_Ted)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.realtime_amount_Ted)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.belt_speed_Ted)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  58. this.ultraGroupBox1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  60. this.ultraGroupBox2.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.cumulative_weight_Ted_1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.realtime_amount_Ted_1)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.belt_speed_Ted_1)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // label18
  67. //
  68. this.label18.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  69. | System.Windows.Forms.AnchorStyles.Left)
  70. | System.Windows.Forms.AnchorStyles.Right)));
  71. this.label18.AutoSize = true;
  72. this.label18.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  73. this.label18.Location = new System.Drawing.Point(26, 91);
  74. this.label18.Margin = new System.Windows.Forms.Padding(3, 0, 3, 5);
  75. this.label18.Name = "label18";
  76. this.label18.Size = new System.Drawing.Size(110, 24);
  77. this.label18.TabIndex = 2;
  78. this.label18.Text = "当前累计";
  79. this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  80. //
  81. // cumulative_weight_Ted
  82. //
  83. appearance1.BackColor = System.Drawing.Color.Black;
  84. appearance1.ForeColor = System.Drawing.Color.Lime;
  85. appearance1.ForeColorDisabled = System.Drawing.Color.Lime;
  86. appearance1.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance1.ImageBackground")));
  87. appearance1.TextHAlignAsString = "Right";
  88. this.cumulative_weight_Ted.Appearance = appearance1;
  89. this.cumulative_weight_Ted.BackColor = System.Drawing.Color.Black;
  90. this.cumulative_weight_Ted.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  91. this.cumulative_weight_Ted.Enabled = false;
  92. this.cumulative_weight_Ted.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  93. this.cumulative_weight_Ted.Location = new System.Drawing.Point(142, 87);
  94. this.cumulative_weight_Ted.Name = "cumulative_weight_Ted";
  95. this.cumulative_weight_Ted.ReadOnly = true;
  96. this.cumulative_weight_Ted.Size = new System.Drawing.Size(216, 34);
  97. this.cumulative_weight_Ted.TabIndex = 598;
  98. this.cumulative_weight_Ted.Text = "0t";
  99. //
  100. // realtime_amount_Ted
  101. //
  102. appearance2.BackColor = System.Drawing.Color.Black;
  103. appearance2.ForeColor = System.Drawing.Color.Lime;
  104. appearance2.ForeColorDisabled = System.Drawing.Color.Lime;
  105. appearance2.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance2.ImageBackground")));
  106. appearance2.TextHAlignAsString = "Right";
  107. this.realtime_amount_Ted.Appearance = appearance2;
  108. this.realtime_amount_Ted.BackColor = System.Drawing.Color.Black;
  109. this.realtime_amount_Ted.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  110. this.realtime_amount_Ted.Enabled = false;
  111. this.realtime_amount_Ted.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  112. this.realtime_amount_Ted.Location = new System.Drawing.Point(142, 175);
  113. this.realtime_amount_Ted.Name = "realtime_amount_Ted";
  114. this.realtime_amount_Ted.ReadOnly = true;
  115. this.realtime_amount_Ted.Size = new System.Drawing.Size(216, 34);
  116. this.realtime_amount_Ted.TabIndex = 600;
  117. this.realtime_amount_Ted.Text = "0t/h";
  118. //
  119. // label20
  120. //
  121. this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  122. | System.Windows.Forms.AnchorStyles.Left)
  123. | System.Windows.Forms.AnchorStyles.Right)));
  124. this.label20.AutoSize = true;
  125. this.label20.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  126. this.label20.Location = new System.Drawing.Point(26, 175);
  127. this.label20.Margin = new System.Windows.Forms.Padding(3, 0, 3, 5);
  128. this.label20.Name = "label20";
  129. this.label20.Size = new System.Drawing.Size(110, 24);
  130. this.label20.TabIndex = 601;
  131. this.label20.Text = "瞬时流量";
  132. this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  133. //
  134. // label21
  135. //
  136. this.label21.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  137. | System.Windows.Forms.AnchorStyles.Left)
  138. | System.Windows.Forms.AnchorStyles.Right)));
  139. this.label21.AutoSize = true;
  140. this.label21.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  141. this.label21.Location = new System.Drawing.Point(24, 29);
  142. this.label21.Margin = new System.Windows.Forms.Padding(3, 0, 3, 5);
  143. this.label21.Name = "label21";
  144. this.label21.Size = new System.Drawing.Size(110, 24);
  145. this.label21.TabIndex = 602;
  146. this.label21.Text = "皮带速度";
  147. this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  148. this.label21.Visible = false;
  149. //
  150. // belt_speed_Ted
  151. //
  152. appearance3.BackColor = System.Drawing.Color.Black;
  153. appearance3.ForeColor = System.Drawing.Color.Lime;
  154. appearance3.ForeColorDisabled = System.Drawing.Color.Lime;
  155. appearance3.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance3.ImageBackground")));
  156. appearance3.TextHAlignAsString = "Right";
  157. this.belt_speed_Ted.Appearance = appearance3;
  158. this.belt_speed_Ted.BackColor = System.Drawing.Color.Black;
  159. this.belt_speed_Ted.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  160. this.belt_speed_Ted.Enabled = false;
  161. this.belt_speed_Ted.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  162. this.belt_speed_Ted.Location = new System.Drawing.Point(142, 25);
  163. this.belt_speed_Ted.Name = "belt_speed_Ted";
  164. this.belt_speed_Ted.ReadOnly = true;
  165. this.belt_speed_Ted.Size = new System.Drawing.Size(152, 34);
  166. this.belt_speed_Ted.TabIndex = 603;
  167. this.belt_speed_Ted.Text = "0m/s";
  168. this.belt_speed_Ted.Visible = false;
  169. //
  170. // label1
  171. //
  172. this.label1.AutoSize = true;
  173. this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  174. this.label1.Location = new System.Drawing.Point(20, 36);
  175. this.label1.Name = "label1";
  176. this.label1.Size = new System.Drawing.Size(85, 24);
  177. this.label1.TabIndex = 604;
  178. this.label1.Text = "计量点";
  179. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  180. //
  181. // PntNameLabel
  182. //
  183. this.PntNameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  184. | System.Windows.Forms.AnchorStyles.Left)
  185. | System.Windows.Forms.AnchorStyles.Right)));
  186. this.PntNameLabel.AutoSize = true;
  187. this.PntNameLabel.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  188. this.PntNameLabel.ForeColor = System.Drawing.Color.Firebrick;
  189. this.PntNameLabel.Location = new System.Drawing.Point(132, 36);
  190. this.PntNameLabel.Name = "PntNameLabel";
  191. this.PntNameLabel.Size = new System.Drawing.Size(123, 24);
  192. this.PntNameLabel.TabIndex = 605;
  193. this.PntNameLabel.Text = "新区4号磅";
  194. this.PntNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  195. //
  196. // timer1
  197. //
  198. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  199. //
  200. // ultraGroupBox1
  201. //
  202. this.ultraGroupBox1.Controls.Add(this.cumulative_weight_Ted);
  203. this.ultraGroupBox1.Controls.Add(this.label18);
  204. this.ultraGroupBox1.Controls.Add(this.realtime_amount_Ted);
  205. this.ultraGroupBox1.Controls.Add(this.belt_speed_Ted);
  206. this.ultraGroupBox1.Controls.Add(this.label20);
  207. this.ultraGroupBox1.Controls.Add(this.label21);
  208. this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.ultraGroupBox1.Location = new System.Drawing.Point(8, 64);
  210. this.ultraGroupBox1.Name = "ultraGroupBox1";
  211. this.ultraGroupBox1.Size = new System.Drawing.Size(408, 285);
  212. this.ultraGroupBox1.TabIndex = 606;
  213. //
  214. // ultraGroupBox2
  215. //
  216. this.ultraGroupBox2.Controls.Add(this.cumulative_weight_Ted_1);
  217. this.ultraGroupBox2.Controls.Add(this.label2);
  218. this.ultraGroupBox2.Controls.Add(this.realtime_amount_Ted_1);
  219. this.ultraGroupBox2.Controls.Add(this.belt_speed_Ted_1);
  220. this.ultraGroupBox2.Controls.Add(this.label3);
  221. this.ultraGroupBox2.Controls.Add(this.label4);
  222. this.ultraGroupBox2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.ultraGroupBox2.Location = new System.Drawing.Point(332, 13);
  224. this.ultraGroupBox2.Name = "ultraGroupBox2";
  225. this.ultraGroupBox2.Size = new System.Drawing.Size(100, 47);
  226. this.ultraGroupBox2.TabIndex = 607;
  227. this.ultraGroupBox2.Text = "B秤";
  228. this.ultraGroupBox2.Visible = false;
  229. //
  230. // cumulative_weight_Ted_1
  231. //
  232. appearance33.BackColor = System.Drawing.Color.Black;
  233. appearance33.ForeColor = System.Drawing.Color.Lime;
  234. appearance33.ForeColorDisabled = System.Drawing.Color.Lime;
  235. appearance33.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance33.ImageBackground")));
  236. appearance33.TextHAlignAsString = "Right";
  237. this.cumulative_weight_Ted_1.Appearance = appearance33;
  238. this.cumulative_weight_Ted_1.BackColor = System.Drawing.Color.Black;
  239. this.cumulative_weight_Ted_1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  240. this.cumulative_weight_Ted_1.Enabled = false;
  241. this.cumulative_weight_Ted_1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  242. this.cumulative_weight_Ted_1.Location = new System.Drawing.Point(120, 54);
  243. this.cumulative_weight_Ted_1.Name = "cumulative_weight_Ted_1";
  244. this.cumulative_weight_Ted_1.ReadOnly = true;
  245. this.cumulative_weight_Ted_1.Size = new System.Drawing.Size(152, 34);
  246. this.cumulative_weight_Ted_1.TabIndex = 598;
  247. this.cumulative_weight_Ted_1.Text = "0t";
  248. //
  249. // label2
  250. //
  251. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  252. | System.Windows.Forms.AnchorStyles.Left)
  253. | System.Windows.Forms.AnchorStyles.Right)));
  254. this.label2.AutoSize = true;
  255. this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  256. this.label2.Location = new System.Drawing.Point(6, 58);
  257. this.label2.Margin = new System.Windows.Forms.Padding(3, 0, 3, 5);
  258. this.label2.Name = "label2";
  259. this.label2.Size = new System.Drawing.Size(110, 24);
  260. this.label2.TabIndex = 2;
  261. this.label2.Text = "当前累计";
  262. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  263. //
  264. // realtime_amount_Ted_1
  265. //
  266. appearance38.BackColor = System.Drawing.Color.Black;
  267. appearance38.ForeColor = System.Drawing.Color.Lime;
  268. appearance38.ForeColorDisabled = System.Drawing.Color.Lime;
  269. appearance38.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance38.ImageBackground")));
  270. appearance38.TextHAlignAsString = "Right";
  271. this.realtime_amount_Ted_1.Appearance = appearance38;
  272. this.realtime_amount_Ted_1.BackColor = System.Drawing.Color.Black;
  273. this.realtime_amount_Ted_1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  274. this.realtime_amount_Ted_1.Enabled = false;
  275. this.realtime_amount_Ted_1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  276. this.realtime_amount_Ted_1.Location = new System.Drawing.Point(120, 111);
  277. this.realtime_amount_Ted_1.Name = "realtime_amount_Ted_1";
  278. this.realtime_amount_Ted_1.ReadOnly = true;
  279. this.realtime_amount_Ted_1.Size = new System.Drawing.Size(152, 34);
  280. this.realtime_amount_Ted_1.TabIndex = 600;
  281. this.realtime_amount_Ted_1.Text = "0t/h";
  282. //
  283. // belt_speed_Ted_1
  284. //
  285. appearance37.BackColor = System.Drawing.Color.Black;
  286. appearance37.ForeColor = System.Drawing.Color.Lime;
  287. appearance37.ForeColorDisabled = System.Drawing.Color.Lime;
  288. appearance37.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance37.ImageBackground")));
  289. appearance37.TextHAlignAsString = "Right";
  290. this.belt_speed_Ted_1.Appearance = appearance37;
  291. this.belt_speed_Ted_1.BackColor = System.Drawing.Color.Black;
  292. this.belt_speed_Ted_1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  293. this.belt_speed_Ted_1.Enabled = false;
  294. this.belt_speed_Ted_1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  295. this.belt_speed_Ted_1.Location = new System.Drawing.Point(120, 167);
  296. this.belt_speed_Ted_1.Name = "belt_speed_Ted_1";
  297. this.belt_speed_Ted_1.ReadOnly = true;
  298. this.belt_speed_Ted_1.Size = new System.Drawing.Size(152, 34);
  299. this.belt_speed_Ted_1.TabIndex = 603;
  300. this.belt_speed_Ted_1.Text = "0m/s";
  301. //
  302. // label3
  303. //
  304. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  305. | System.Windows.Forms.AnchorStyles.Left)
  306. | System.Windows.Forms.AnchorStyles.Right)));
  307. this.label3.AutoSize = true;
  308. this.label3.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  309. this.label3.Location = new System.Drawing.Point(20, 115);
  310. this.label3.Margin = new System.Windows.Forms.Padding(3, 0, 3, 5);
  311. this.label3.Name = "label3";
  312. this.label3.Size = new System.Drawing.Size(85, 24);
  313. this.label3.TabIndex = 601;
  314. this.label3.Text = "实时量";
  315. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  316. //
  317. // label4
  318. //
  319. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  320. | System.Windows.Forms.AnchorStyles.Left)
  321. | System.Windows.Forms.AnchorStyles.Right)));
  322. this.label4.AutoSize = true;
  323. this.label4.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  324. this.label4.Location = new System.Drawing.Point(4, 171);
  325. this.label4.Margin = new System.Windows.Forms.Padding(3, 0, 3, 5);
  326. this.label4.Name = "label4";
  327. this.label4.Size = new System.Drawing.Size(110, 24);
  328. this.label4.TabIndex = 602;
  329. this.label4.Text = "皮带速度";
  330. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  331. //
  332. // ucBeltInstrumentInfo
  333. //
  334. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  335. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  336. this.Controls.Add(this.ultraGroupBox1);
  337. this.Controls.Add(this.PntNameLabel);
  338. this.Controls.Add(this.label1);
  339. this.Controls.Add(this.ultraGroupBox2);
  340. this.Name = "ucBeltInstrumentInfo";
  341. this.Size = new System.Drawing.Size(450, 368);
  342. this.Load += new System.EventHandler(this.ucBeltInstrumentInfo_Load);
  343. ((System.ComponentModel.ISupportInitialize)(this.cumulative_weight_Ted)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.realtime_amount_Ted)).EndInit();
  345. ((System.ComponentModel.ISupportInitialize)(this.belt_speed_Ted)).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  347. this.ultraGroupBox1.ResumeLayout(false);
  348. this.ultraGroupBox1.PerformLayout();
  349. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  350. this.ultraGroupBox2.ResumeLayout(false);
  351. this.ultraGroupBox2.PerformLayout();
  352. ((System.ComponentModel.ISupportInitialize)(this.cumulative_weight_Ted_1)).EndInit();
  353. ((System.ComponentModel.ISupportInitialize)(this.realtime_amount_Ted_1)).EndInit();
  354. ((System.ComponentModel.ISupportInitialize)(this.belt_speed_Ted_1)).EndInit();
  355. this.ResumeLayout(false);
  356. this.PerformLayout();
  357. }
  358. #endregion
  359. private System.Windows.Forms.Label label18;
  360. private Infragistics.Win.UltraWinEditors.UltraTextEditor cumulative_weight_Ted;
  361. private Infragistics.Win.UltraWinEditors.UltraTextEditor realtime_amount_Ted;
  362. private System.Windows.Forms.Label label20;
  363. private System.Windows.Forms.Label label21;
  364. private Infragistics.Win.UltraWinEditors.UltraTextEditor belt_speed_Ted;
  365. private System.Windows.Forms.Label label1;
  366. private System.Windows.Forms.Label PntNameLabel;
  367. private System.Windows.Forms.Timer timer1;
  368. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  369. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  370. private Infragistics.Win.UltraWinEditors.UltraTextEditor cumulative_weight_Ted_1;
  371. private System.Windows.Forms.Label label2;
  372. private Infragistics.Win.UltraWinEditors.UltraTextEditor realtime_amount_Ted_1;
  373. private Infragistics.Win.UltraWinEditors.UltraTextEditor belt_speed_Ted_1;
  374. private System.Windows.Forms.Label label3;
  375. private System.Windows.Forms.Label label4;
  376. }
  377. }