FaultInfo2.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. namespace IntelligentControlForsx.MyControls.windturbine
  2. {
  3. partial class FaultInfo2
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.timer1 = new System.Windows.Forms.Timer(this.components);
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.pl = new System.Windows.Forms.Panel();
  37. this.gv = new System.Windows.Forms.DataGridView();
  38. this.panel2 = new System.Windows.Forms.Panel();
  39. this.plType = new System.Windows.Forms.Panel();
  40. this.panel1.SuspendLayout();
  41. this.pl.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.gv)).BeginInit();
  43. this.panel2.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // timer1
  47. //
  48. this.timer1.Interval = 3000;
  49. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  50. //
  51. // panel1
  52. //
  53. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  54. this.panel1.Controls.Add(this.pl);
  55. this.panel1.Location = new System.Drawing.Point(231, 8);
  56. this.panel1.Name = "panel1";
  57. this.panel1.Size = new System.Drawing.Size(1488, 849);
  58. this.panel1.TabIndex = 2;
  59. //
  60. // pl
  61. //
  62. this.pl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  63. this.pl.Controls.Add(this.gv);
  64. this.pl.Location = new System.Drawing.Point(1, 1);
  65. this.pl.Name = "pl";
  66. this.pl.Size = new System.Drawing.Size(1485, 847);
  67. this.pl.TabIndex = 0;
  68. //
  69. // gv
  70. //
  71. this.gv.AllowUserToAddRows = false;
  72. this.gv.AllowUserToDeleteRows = false;
  73. this.gv.AllowUserToResizeColumns = false;
  74. this.gv.AllowUserToResizeRows = false;
  75. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  76. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73)))));
  77. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  79. this.gv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  80. this.gv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  81. this.gv.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  82. this.gv.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  83. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  84. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  85. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  87. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  88. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  89. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  90. this.gv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  91. this.gv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  92. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  93. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  94. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  96. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  97. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  98. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  99. this.gv.DefaultCellStyle = dataGridViewCellStyle3;
  100. this.gv.EnableHeadersVisualStyles = false;
  101. this.gv.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  102. this.gv.Location = new System.Drawing.Point(1, 1);
  103. this.gv.Name = "gv";
  104. this.gv.ReadOnly = true;
  105. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  106. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  107. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  109. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  110. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  111. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  112. this.gv.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  113. this.gv.RowHeadersVisible = false;
  114. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  115. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
  116. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  118. this.gv.RowsDefaultCellStyle = dataGridViewCellStyle5;
  119. this.gv.RowTemplate.Height = 23;
  120. this.gv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  121. this.gv.Size = new System.Drawing.Size(1483, 845);
  122. this.gv.TabIndex = 0;
  123. //
  124. // panel2
  125. //
  126. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  127. this.panel2.Controls.Add(this.plType);
  128. this.panel2.Location = new System.Drawing.Point(13, 8);
  129. this.panel2.Name = "panel2";
  130. this.panel2.Size = new System.Drawing.Size(199, 849);
  131. this.panel2.TabIndex = 0;
  132. //
  133. // plType
  134. //
  135. this.plType.AutoScroll = true;
  136. this.plType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  137. this.plType.Location = new System.Drawing.Point(1, 1);
  138. this.plType.Name = "plType";
  139. this.plType.Size = new System.Drawing.Size(197, 847);
  140. this.plType.TabIndex = 0;
  141. //
  142. // FaultInfo2
  143. //
  144. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  145. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  146. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  147. this.Controls.Add(this.panel2);
  148. this.Controls.Add(this.panel1);
  149. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  151. this.Name = "FaultInfo2";
  152. this.Size = new System.Drawing.Size(1760, 882);
  153. this.panel1.ResumeLayout(false);
  154. this.pl.ResumeLayout(false);
  155. ((System.ComponentModel.ISupportInitialize)(this.gv)).EndInit();
  156. this.panel2.ResumeLayout(false);
  157. this.ResumeLayout(false);
  158. }
  159. #endregion
  160. private System.Windows.Forms.Timer timer1;
  161. private System.Windows.Forms.Panel panel1;
  162. private System.Windows.Forms.Panel pl;
  163. private System.Windows.Forms.Panel panel2;
  164. private System.Windows.Forms.Panel plType;
  165. private System.Windows.Forms.DataGridView gv;
  166. }
  167. }