ucBeltInstrumentInfo_Real.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. 
  2. namespace BeltScaleSystem
  3. {
  4. partial class ucBeltInstrumentInfo_Real
  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 appearance2 = new Infragistics.Win.Appearance();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucBeltInstrumentInfo_Real));
  32. this.realtime_amount_Ted = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  33. this.label20 = new System.Windows.Forms.Label();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.PntNameLabel = new System.Windows.Forms.Label();
  36. this.timer1 = new System.Windows.Forms.Timer(this.components);
  37. ((System.ComponentModel.ISupportInitialize)(this.realtime_amount_Ted)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // realtime_amount_Ted
  41. //
  42. appearance2.BackColor = System.Drawing.Color.Black;
  43. appearance2.ForeColor = System.Drawing.Color.Lime;
  44. appearance2.ForeColorDisabled = System.Drawing.Color.Lime;
  45. appearance2.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance2.ImageBackground")));
  46. appearance2.TextHAlignAsString = "Right";
  47. this.realtime_amount_Ted.Appearance = appearance2;
  48. this.realtime_amount_Ted.BackColor = System.Drawing.Color.Black;
  49. this.realtime_amount_Ted.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  50. this.realtime_amount_Ted.Enabled = false;
  51. this.realtime_amount_Ted.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  52. this.realtime_amount_Ted.Location = new System.Drawing.Point(161, 166);
  53. this.realtime_amount_Ted.Name = "realtime_amount_Ted";
  54. this.realtime_amount_Ted.ReadOnly = true;
  55. this.realtime_amount_Ted.Size = new System.Drawing.Size(152, 34);
  56. this.realtime_amount_Ted.TabIndex = 600;
  57. this.realtime_amount_Ted.Text = "0t/h";
  58. //
  59. // label20
  60. //
  61. this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  62. | System.Windows.Forms.AnchorStyles.Left)
  63. | System.Windows.Forms.AnchorStyles.Right)));
  64. this.label20.AutoSize = true;
  65. this.label20.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  66. this.label20.Location = new System.Drawing.Point(45, 170);
  67. this.label20.Margin = new System.Windows.Forms.Padding(3, 0, 3, 5);
  68. this.label20.Name = "label20";
  69. this.label20.Size = new System.Drawing.Size(110, 24);
  70. this.label20.TabIndex = 601;
  71. this.label20.Text = "瞬时流量";
  72. this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  73. //
  74. // label1
  75. //
  76. this.label1.AutoSize = true;
  77. this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  78. this.label1.Location = new System.Drawing.Point(70, 26);
  79. this.label1.Name = "label1";
  80. this.label1.Size = new System.Drawing.Size(85, 24);
  81. this.label1.TabIndex = 604;
  82. this.label1.Text = "计量点";
  83. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  84. //
  85. // PntNameLabel
  86. //
  87. this.PntNameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  88. | System.Windows.Forms.AnchorStyles.Left)
  89. | System.Windows.Forms.AnchorStyles.Right)));
  90. this.PntNameLabel.AutoSize = true;
  91. this.PntNameLabel.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
  92. this.PntNameLabel.ForeColor = System.Drawing.Color.Firebrick;
  93. this.PntNameLabel.Location = new System.Drawing.Point(177, 26);
  94. this.PntNameLabel.Name = "PntNameLabel";
  95. this.PntNameLabel.Size = new System.Drawing.Size(123, 24);
  96. this.PntNameLabel.TabIndex = 605;
  97. this.PntNameLabel.Text = "新区4号磅";
  98. this.PntNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  99. //
  100. // timer1
  101. //
  102. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  103. //
  104. // ucBeltInstrumentInfo1
  105. //
  106. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  107. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  108. this.Controls.Add(this.realtime_amount_Ted);
  109. this.Controls.Add(this.label20);
  110. this.Controls.Add(this.PntNameLabel);
  111. this.Controls.Add(this.label1);
  112. this.Name = "ucBeltInstrumentInfo1";
  113. this.Size = new System.Drawing.Size(420, 321);
  114. this.Load += new System.EventHandler(this.ucBeltInstrumentInfo_Load);
  115. ((System.ComponentModel.ISupportInitialize)(this.realtime_amount_Ted)).EndInit();
  116. this.ResumeLayout(false);
  117. this.PerformLayout();
  118. }
  119. #endregion
  120. private Infragistics.Win.UltraWinEditors.UltraTextEditor realtime_amount_Ted;
  121. private System.Windows.Forms.Label label20;
  122. private System.Windows.Forms.Label label1;
  123. private System.Windows.Forms.Label PntNameLabel;
  124. private System.Windows.Forms.Timer timer1;
  125. }
  126. }