InverterInfoCenter.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. namespace IntelligentControlForsx.MyControls.windturbine
  2. {
  3. partial class InverterInfoCenter
  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.components = new System.ComponentModel.Container();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.lblTimeNow = new System.Windows.Forms.Label();
  32. this.lblWindturbineModel = new System.Windows.Forms.Label();
  33. this.lblInverterId = new System.Windows.Forms.Label();
  34. this.lblStatus = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.timer1 = new System.Windows.Forms.Timer(this.components);
  40. this.panel1.SuspendLayout();
  41. this.panel2.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // panel1
  45. //
  46. this.panel1.Controls.Add(this.panel2);
  47. this.panel1.Location = new System.Drawing.Point(1, 1);
  48. this.panel1.Name = "panel1";
  49. this.panel1.Size = new System.Drawing.Size(1762, 38);
  50. this.panel1.TabIndex = 0;
  51. //
  52. // panel2
  53. //
  54. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81)))));
  55. this.panel2.Controls.Add(this.lblTimeNow);
  56. this.panel2.Controls.Add(this.lblWindturbineModel);
  57. this.panel2.Controls.Add(this.lblInverterId);
  58. this.panel2.Controls.Add(this.lblStatus);
  59. this.panel2.Controls.Add(this.label5);
  60. this.panel2.Controls.Add(this.label4);
  61. this.panel2.Controls.Add(this.label3);
  62. this.panel2.Controls.Add(this.label2);
  63. this.panel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
  64. this.panel2.Location = new System.Drawing.Point(-2, 3);
  65. this.panel2.Name = "panel2";
  66. this.panel2.Size = new System.Drawing.Size(1766, 32);
  67. this.panel2.TabIndex = 2;
  68. //
  69. // lblTimeNow
  70. //
  71. this.lblTimeNow.AutoSize = true;
  72. this.lblTimeNow.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.lblTimeNow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
  74. this.lblTimeNow.Location = new System.Drawing.Point(706, 7);
  75. this.lblTimeNow.Name = "lblTimeNow";
  76. this.lblTimeNow.Size = new System.Drawing.Size(143, 20);
  77. this.lblTimeNow.TabIndex = 1;
  78. this.lblTimeNow.Text = "2018-11-05 10:08:02";
  79. //
  80. // lblWindturbineModel
  81. //
  82. this.lblWindturbineModel.AutoSize = true;
  83. this.lblWindturbineModel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.lblWindturbineModel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
  85. this.lblWindturbineModel.Location = new System.Drawing.Point(279, 7);
  86. this.lblWindturbineModel.Name = "lblWindturbineModel";
  87. this.lblWindturbineModel.Size = new System.Drawing.Size(154, 19);
  88. this.lblWindturbineModel.TabIndex = 0;
  89. this.lblWindturbineModel.Text = "AE-500-50-PV-X-HV";
  90. //
  91. // lblInverterId
  92. //
  93. this.lblInverterId.AutoSize = true;
  94. this.lblInverterId.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.lblInverterId.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
  96. this.lblInverterId.Location = new System.Drawing.Point(96, 7);
  97. this.lblInverterId.Name = "lblInverterId";
  98. this.lblInverterId.Size = new System.Drawing.Size(68, 19);
  99. this.lblInverterId.TabIndex = 0;
  100. this.lblInverterId.Text = "PL01_01";
  101. //
  102. // lblStatus
  103. //
  104. this.lblStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(161)))), ((int)(((byte)(58)))));
  105. this.lblStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.lblStatus.ForeColor = System.Drawing.Color.White;
  107. this.lblStatus.Location = new System.Drawing.Point(540, 4);
  108. this.lblStatus.Name = "lblStatus";
  109. this.lblStatus.Size = new System.Drawing.Size(50, 25);
  110. this.lblStatus.TabIndex = 0;
  111. this.lblStatus.Text = "待 机";
  112. this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  113. //
  114. // label5
  115. //
  116. this.label5.AutoSize = true;
  117. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  119. this.label5.Location = new System.Drawing.Point(621, 7);
  120. this.label5.Name = "label5";
  121. this.label5.Size = new System.Drawing.Size(79, 19);
  122. this.label5.TabIndex = 0;
  123. this.label5.Text = "系统时间:";
  124. //
  125. // label4
  126. //
  127. this.label4.AutoSize = true;
  128. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  130. this.label4.Location = new System.Drawing.Point(444, 7);
  131. this.label4.Name = "label4";
  132. this.label4.Size = new System.Drawing.Size(93, 19);
  133. this.label4.TabIndex = 0;
  134. this.label4.Text = "逆变器状态:";
  135. //
  136. // label3
  137. //
  138. this.label3.AutoSize = true;
  139. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  141. this.label3.Location = new System.Drawing.Point(194, 7);
  142. this.label3.Name = "label3";
  143. this.label3.Size = new System.Drawing.Size(93, 19);
  144. this.label3.TabIndex = 0;
  145. this.label3.Text = "逆变器型号:";
  146. //
  147. // label2
  148. //
  149. this.label2.AutoSize = true;
  150. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  152. this.label2.Location = new System.Drawing.Point(11, 7);
  153. this.label2.Name = "label2";
  154. this.label2.Size = new System.Drawing.Size(93, 19);
  155. this.label2.TabIndex = 0;
  156. this.label2.Text = "逆变器编号:";
  157. //
  158. // timer1
  159. //
  160. this.timer1.Interval = 3000;
  161. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  162. //
  163. // InverterInfoCenter
  164. //
  165. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  166. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  167. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  168. this.Controls.Add(this.panel1);
  169. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  171. this.Name = "InverterInfoCenter";
  172. this.Size = new System.Drawing.Size(1764, 1361);
  173. this.panel1.ResumeLayout(false);
  174. this.panel2.ResumeLayout(false);
  175. this.panel2.PerformLayout();
  176. this.ResumeLayout(false);
  177. }
  178. #endregion
  179. private System.Windows.Forms.Panel panel1;
  180. private System.Windows.Forms.Panel panel2;
  181. private System.Windows.Forms.Label lblTimeNow;
  182. private System.Windows.Forms.Label lblWindturbineModel;
  183. private System.Windows.Forms.Label lblInverterId;
  184. private System.Windows.Forms.Label lblStatus;
  185. private System.Windows.Forms.Label label5;
  186. private System.Windows.Forms.Label label4;
  187. private System.Windows.Forms.Label label3;
  188. private System.Windows.Forms.Label label2;
  189. private System.Windows.Forms.Timer timer1;
  190. }
  191. }