OutInLine.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. namespace IntelligentControlForsx.MyControls.windturbine
  2. {
  3. partial class OutInLine
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panel1 = new System.Windows.Forms.Panel();
  29. this.lblPLCName = new System.Windows.Forms.Label();
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.lblPointName = new System.Windows.Forms.Label();
  32. this.panel3 = new System.Windows.Forms.Panel();
  33. this.lblValue = new System.Windows.Forms.Label();
  34. this.panel4 = new System.Windows.Forms.Panel();
  35. this.lblWarningNum = new System.Windows.Forms.Label();
  36. this.panel1.SuspendLayout();
  37. this.panel2.SuspendLayout();
  38. this.panel3.SuspendLayout();
  39. this.panel4.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // panel1
  43. //
  44. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  45. this.panel1.Controls.Add(this.lblPLCName);
  46. this.panel1.Location = new System.Drawing.Point(98, 1);
  47. this.panel1.Name = "panel1";
  48. this.panel1.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0);
  49. this.panel1.Size = new System.Drawing.Size(408, 28);
  50. this.panel1.TabIndex = 0;
  51. //
  52. // lblPLCName
  53. //
  54. this.lblPLCName.AutoSize = true;
  55. this.lblPLCName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.lblPLCName.ForeColor = System.Drawing.Color.White;
  57. this.lblPLCName.Location = new System.Drawing.Point(7, 4);
  58. this.lblPLCName.Name = "lblPLCName";
  59. this.lblPLCName.Size = new System.Drawing.Size(76, 20);
  60. this.lblPLCName.TabIndex = 0;
  61. this.lblPLCName.Text = "PLC变量名";
  62. //
  63. // panel2
  64. //
  65. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  66. this.panel2.Controls.Add(this.lblPointName);
  67. this.panel2.Location = new System.Drawing.Point(507, 1);
  68. this.panel2.Name = "panel2";
  69. this.panel2.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0);
  70. this.panel2.Size = new System.Drawing.Size(405, 28);
  71. this.panel2.TabIndex = 0;
  72. //
  73. // lblPointName
  74. //
  75. this.lblPointName.AutoSize = true;
  76. this.lblPointName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.lblPointName.ForeColor = System.Drawing.Color.White;
  78. this.lblPointName.Location = new System.Drawing.Point(16, 4);
  79. this.lblPointName.Name = "lblPointName";
  80. this.lblPointName.Size = new System.Drawing.Size(65, 20);
  81. this.lblPointName.TabIndex = 0;
  82. this.lblPointName.Text = "报警信息";
  83. //
  84. // panel3
  85. //
  86. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  87. this.panel3.Controls.Add(this.lblValue);
  88. this.panel3.Location = new System.Drawing.Point(913, 1);
  89. this.panel3.Name = "panel3";
  90. this.panel3.Size = new System.Drawing.Size(186, 28);
  91. this.panel3.TabIndex = 0;
  92. //
  93. // lblValue
  94. //
  95. this.lblValue.AutoSize = true;
  96. this.lblValue.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.lblValue.ForeColor = System.Drawing.Color.White;
  98. this.lblValue.Location = new System.Drawing.Point(92, 3);
  99. this.lblValue.Name = "lblValue";
  100. this.lblValue.Size = new System.Drawing.Size(15, 20);
  101. this.lblValue.TabIndex = 0;
  102. this.lblValue.Text = "-";
  103. this.lblValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  104. //
  105. // panel4
  106. //
  107. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  108. this.panel4.Controls.Add(this.lblWarningNum);
  109. this.panel4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.panel4.Location = new System.Drawing.Point(1, 1);
  111. this.panel4.Name = "panel4";
  112. this.panel4.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0);
  113. this.panel4.Size = new System.Drawing.Size(96, 28);
  114. this.panel4.TabIndex = 1;
  115. //
  116. // lblWarningNum
  117. //
  118. this.lblWarningNum.AutoSize = true;
  119. this.lblWarningNum.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.lblWarningNum.ForeColor = System.Drawing.Color.White;
  121. this.lblWarningNum.Location = new System.Drawing.Point(7, 4);
  122. this.lblWarningNum.Name = "lblWarningNum";
  123. this.lblWarningNum.Size = new System.Drawing.Size(65, 20);
  124. this.lblWarningNum.TabIndex = 0;
  125. this.lblWarningNum.Text = "报警编号";
  126. //
  127. // OutInLine
  128. //
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  131. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  132. this.Controls.Add(this.panel4);
  133. this.Controls.Add(this.panel3);
  134. this.Controls.Add(this.panel2);
  135. this.Controls.Add(this.panel1);
  136. this.Name = "OutInLine";
  137. this.Size = new System.Drawing.Size(1101, 30);
  138. this.panel1.ResumeLayout(false);
  139. this.panel1.PerformLayout();
  140. this.panel2.ResumeLayout(false);
  141. this.panel2.PerformLayout();
  142. this.panel3.ResumeLayout(false);
  143. this.panel3.PerformLayout();
  144. this.panel4.ResumeLayout(false);
  145. this.panel4.PerformLayout();
  146. this.ResumeLayout(false);
  147. }
  148. #endregion
  149. private System.Windows.Forms.Panel panel1;
  150. private System.Windows.Forms.Label lblPLCName;
  151. private System.Windows.Forms.Panel panel2;
  152. private System.Windows.Forms.Label lblPointName;
  153. private System.Windows.Forms.Panel panel3;
  154. private System.Windows.Forms.Label lblValue;
  155. private System.Windows.Forms.Panel panel4;
  156. private System.Windows.Forms.Label lblWarningNum;
  157. }
  158. }