StatusColor.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. namespace IntelligentControlForsx.MyControls
  2. {
  3. partial class StatusColor
  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.label15 = new System.Windows.Forms.Label();
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.label18 = new System.Windows.Forms.Label();
  32. this.panel3 = new System.Windows.Forms.Panel();
  33. this.label20 = new System.Windows.Forms.Label();
  34. this.panel4 = new System.Windows.Forms.Panel();
  35. this.label22 = new System.Windows.Forms.Label();
  36. this.panel5 = new System.Windows.Forms.Panel();
  37. this.label24 = new System.Windows.Forms.Label();
  38. this.panel6 = new System.Windows.Forms.Panel();
  39. this.label26 = new System.Windows.Forms.Label();
  40. this.panel7 = new System.Windows.Forms.Panel();
  41. this.label28 = new System.Windows.Forms.Label();
  42. this.panel8 = new System.Windows.Forms.Panel();
  43. this.label30 = new System.Windows.Forms.Label();
  44. this.panel1.SuspendLayout();
  45. this.panel2.SuspendLayout();
  46. this.panel3.SuspendLayout();
  47. this.panel4.SuspendLayout();
  48. this.panel5.SuspendLayout();
  49. this.panel6.SuspendLayout();
  50. this.panel7.SuspendLayout();
  51. this.panel8.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // panel1
  55. //
  56. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(141)))), ((int)(((byte)(106)))));
  57. this.panel1.Controls.Add(this.label15);
  58. this.panel1.Location = new System.Drawing.Point(80, 0);
  59. this.panel1.Name = "panel1";
  60. this.panel1.Size = new System.Drawing.Size(80, 30);
  61. this.panel1.TabIndex = 15;
  62. //
  63. // label15
  64. //
  65. this.label15.AutoSize = true;
  66. this.label15.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.label15.ForeColor = System.Drawing.Color.White;
  68. this.label15.Location = new System.Drawing.Point(22, 4);
  69. this.label15.Name = "label15";
  70. this.label15.Size = new System.Drawing.Size(37, 20);
  71. this.label15.TabIndex = 12;
  72. this.label15.Text = "待机";
  73. //
  74. // panel2
  75. //
  76. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(15)))), ((int)(((byte)(59)))));
  77. this.panel2.Controls.Add(this.label18);
  78. this.panel2.Location = new System.Drawing.Point(160, 1);
  79. this.panel2.Name = "panel2";
  80. this.panel2.Size = new System.Drawing.Size(80, 31);
  81. this.panel2.TabIndex = 16;
  82. //
  83. // label18
  84. //
  85. this.label18.AutoSize = true;
  86. this.label18.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.label18.ForeColor = System.Drawing.Color.White;
  88. this.label18.Location = new System.Drawing.Point(21, 4);
  89. this.label18.Name = "label18";
  90. this.label18.Size = new System.Drawing.Size(37, 20);
  91. this.label18.TabIndex = 12;
  92. this.label18.Text = "故障";
  93. //
  94. // panel3
  95. //
  96. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(83)))), ((int)(((byte)(51)))));
  97. this.panel3.Controls.Add(this.label20);
  98. this.panel3.Location = new System.Drawing.Point(239, 1);
  99. this.panel3.Name = "panel3";
  100. this.panel3.Size = new System.Drawing.Size(80, 30);
  101. this.panel3.TabIndex = 16;
  102. //
  103. // label20
  104. //
  105. this.label20.AutoSize = true;
  106. this.label20.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.label20.ForeColor = System.Drawing.Color.White;
  108. this.label20.Location = new System.Drawing.Point(22, 4);
  109. this.label20.Name = "label20";
  110. this.label20.Size = new System.Drawing.Size(37, 20);
  111. this.label20.TabIndex = 12;
  112. this.label20.Text = "维护";
  113. //
  114. // panel4
  115. //
  116. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(150)))), ((int)(((byte)(165)))));
  117. this.panel4.Controls.Add(this.label22);
  118. this.panel4.Location = new System.Drawing.Point(318, 0);
  119. this.panel4.Name = "panel4";
  120. this.panel4.Size = new System.Drawing.Size(80, 30);
  121. this.panel4.TabIndex = 17;
  122. //
  123. // label22
  124. //
  125. this.label22.AutoSize = true;
  126. this.label22.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.label22.ForeColor = System.Drawing.Color.White;
  128. this.label22.Location = new System.Drawing.Point(21, 4);
  129. this.label22.Name = "label22";
  130. this.label22.Size = new System.Drawing.Size(37, 20);
  131. this.label22.TabIndex = 12;
  132. this.label22.Text = "离线";
  133. //
  134. // panel5
  135. //
  136. this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(72)))), ((int)(((byte)(91)))));
  137. this.panel5.Controls.Add(this.label24);
  138. this.panel5.Location = new System.Drawing.Point(397, 0);
  139. this.panel5.Name = "panel5";
  140. this.panel5.Size = new System.Drawing.Size(80, 30);
  141. this.panel5.TabIndex = 18;
  142. //
  143. // label24
  144. //
  145. this.label24.AutoSize = true;
  146. this.label24.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.label24.ForeColor = System.Drawing.Color.White;
  148. this.label24.Location = new System.Drawing.Point(22, 4);
  149. this.label24.Name = "label24";
  150. this.label24.Size = new System.Drawing.Size(37, 20);
  151. this.label24.TabIndex = 12;
  152. this.label24.Text = "启动";
  153. //
  154. // panel6
  155. //
  156. this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(151)))), ((int)(((byte)(63)))));
  157. this.panel6.Controls.Add(this.label26);
  158. this.panel6.Location = new System.Drawing.Point(477, 0);
  159. this.panel6.Name = "panel6";
  160. this.panel6.Size = new System.Drawing.Size(80, 30);
  161. this.panel6.TabIndex = 17;
  162. //
  163. // label26
  164. //
  165. this.label26.AutoSize = true;
  166. this.label26.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.label26.ForeColor = System.Drawing.Color.White;
  168. this.label26.Location = new System.Drawing.Point(24, 4);
  169. this.label26.Name = "label26";
  170. this.label26.Size = new System.Drawing.Size(37, 20);
  171. this.label26.TabIndex = 12;
  172. this.label26.Text = "停机";
  173. //
  174. // panel7
  175. //
  176. this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(14)))), ((int)(((byte)(126)))));
  177. this.panel7.Controls.Add(this.label28);
  178. this.panel7.Location = new System.Drawing.Point(557, 1);
  179. this.panel7.Name = "panel7";
  180. this.panel7.Size = new System.Drawing.Size(80, 30);
  181. this.panel7.TabIndex = 17;
  182. //
  183. // label28
  184. //
  185. this.label28.AutoSize = true;
  186. this.label28.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.label28.ForeColor = System.Drawing.Color.White;
  188. this.label28.Location = new System.Drawing.Point(22, 4);
  189. this.label28.Name = "label28";
  190. this.label28.Size = new System.Drawing.Size(37, 20);
  191. this.label28.TabIndex = 12;
  192. this.label28.Text = "上电";
  193. //
  194. // panel8
  195. //
  196. this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(135)))), ((int)(((byte)(170)))));
  197. this.panel8.Controls.Add(this.label30);
  198. this.panel8.Location = new System.Drawing.Point(0, 0);
  199. this.panel8.Name = "panel8";
  200. this.panel8.Size = new System.Drawing.Size(80, 30);
  201. this.panel8.TabIndex = 16;
  202. //
  203. // label30
  204. //
  205. this.label30.AutoSize = true;
  206. this.label30.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.label30.ForeColor = System.Drawing.Color.White;
  208. this.label30.Location = new System.Drawing.Point(19, 4);
  209. this.label30.Name = "label30";
  210. this.label30.Size = new System.Drawing.Size(37, 20);
  211. this.label30.TabIndex = 12;
  212. this.label30.Text = "并网";
  213. //
  214. // StatusColor
  215. //
  216. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  217. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  218. this.BackColor = System.Drawing.Color.Transparent;
  219. this.Controls.Add(this.panel8);
  220. this.Controls.Add(this.panel7);
  221. this.Controls.Add(this.panel6);
  222. this.Controls.Add(this.panel5);
  223. this.Controls.Add(this.panel4);
  224. this.Controls.Add(this.panel3);
  225. this.Controls.Add(this.panel2);
  226. this.Controls.Add(this.panel1);
  227. this.Name = "StatusColor";
  228. this.Size = new System.Drawing.Size(637, 30);
  229. this.panel1.ResumeLayout(false);
  230. this.panel1.PerformLayout();
  231. this.panel2.ResumeLayout(false);
  232. this.panel2.PerformLayout();
  233. this.panel3.ResumeLayout(false);
  234. this.panel3.PerformLayout();
  235. this.panel4.ResumeLayout(false);
  236. this.panel4.PerformLayout();
  237. this.panel5.ResumeLayout(false);
  238. this.panel5.PerformLayout();
  239. this.panel6.ResumeLayout(false);
  240. this.panel6.PerformLayout();
  241. this.panel7.ResumeLayout(false);
  242. this.panel7.PerformLayout();
  243. this.panel8.ResumeLayout(false);
  244. this.panel8.PerformLayout();
  245. this.ResumeLayout(false);
  246. }
  247. #endregion
  248. private System.Windows.Forms.Panel panel1;
  249. private System.Windows.Forms.Label label15;
  250. private System.Windows.Forms.Panel panel2;
  251. private System.Windows.Forms.Label label18;
  252. private System.Windows.Forms.Panel panel3;
  253. private System.Windows.Forms.Label label20;
  254. private System.Windows.Forms.Panel panel4;
  255. private System.Windows.Forms.Label label22;
  256. private System.Windows.Forms.Panel panel5;
  257. private System.Windows.Forms.Label label24;
  258. private System.Windows.Forms.Panel panel6;
  259. private System.Windows.Forms.Label label26;
  260. private System.Windows.Forms.Panel panel7;
  261. private System.Windows.Forms.Label label28;
  262. private System.Windows.Forms.Panel panel8;
  263. private System.Windows.Forms.Label label30;
  264. }
  265. }