ParameterForm.Designer.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. namespace IntelligentControlForsx.ChildForms
  2. {
  3. partial class ParameterForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  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.gvWindturbine = new System.Windows.Forms.DataGridView();
  35. this.prTop = new IntelligentControlForsx.MyControls.ParameterTop();
  36. this.timer1 = new System.Windows.Forms.Timer(this.components);
  37. ((System.ComponentModel.ISupportInitialize)(this.gvWindturbine)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // gvWindturbine
  41. //
  42. this.gvWindturbine.AllowUserToAddRows = false;
  43. this.gvWindturbine.AllowUserToDeleteRows = false;
  44. this.gvWindturbine.AllowUserToResizeColumns = false;
  45. this.gvWindturbine.AllowUserToResizeRows = false;
  46. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  47. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73)))));
  48. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  50. this.gvWindturbine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  51. this.gvWindturbine.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  52. this.gvWindturbine.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  53. this.gvWindturbine.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText;
  54. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  55. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(33)))), ((int)(((byte)(48)))));
  56. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  58. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  59. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  60. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  61. this.gvWindturbine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  62. this.gvWindturbine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  63. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  64. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  65. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  67. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  68. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  69. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  70. this.gvWindturbine.DefaultCellStyle = dataGridViewCellStyle3;
  71. this.gvWindturbine.EnableHeadersVisualStyles = false;
  72. this.gvWindturbine.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(101)))), ((int)(((byte)(122)))));
  73. this.gvWindturbine.Location = new System.Drawing.Point(0, 30);
  74. this.gvWindturbine.Name = "gvWindturbine";
  75. this.gvWindturbine.ReadOnly = true;
  76. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  77. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73)))));
  78. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  80. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  81. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  82. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  83. this.gvWindturbine.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  84. this.gvWindturbine.RowHeadersVisible = false;
  85. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  86. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
  87. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  89. this.gvWindturbine.RowsDefaultCellStyle = dataGridViewCellStyle5;
  90. this.gvWindturbine.RowTemplate.Height = 38;
  91. this.gvWindturbine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  92. this.gvWindturbine.Size = new System.Drawing.Size(1920, 931);
  93. this.gvWindturbine.TabIndex = 1;
  94. this.gvWindturbine.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  95. this.gvWindturbine.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.gvWindturbine_CellMouseClick);
  96. //
  97. // prTop
  98. //
  99. this.prTop.AllCount = null;
  100. this.prTop.FaultCount = null;
  101. this.prTop.Location = new System.Drawing.Point(0, 0);
  102. this.prTop.MaintainCount = null;
  103. this.prTop.Name = "prTop";
  104. this.prTop.OfflineCount = null;
  105. this.prTop.OnlineCount = null;
  106. this.prTop.OnPowerCount = null;
  107. this.prTop.Power = null;
  108. this.prTop.PowerSum = null;
  109. this.prTop.PowerSumDay = null;
  110. this.prTop.PowerSumMonth = null;
  111. this.prTop.PowerSumYear = null;
  112. this.prTop.Size = new System.Drawing.Size(1920, 30);
  113. this.prTop.Speed = null;
  114. this.prTop.StandByCount = null;
  115. this.prTop.StartCount = null;
  116. this.prTop.StationName = null;
  117. this.prTop.StopCount = null;
  118. this.prTop.TabIndex = 2;
  119. //
  120. // timer1
  121. //
  122. this.timer1.Interval = 5000;
  123. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  124. //
  125. // ParameterForm
  126. //
  127. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  128. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  129. this.ClientSize = new System.Drawing.Size(1920, 961);
  130. this.Controls.Add(this.prTop);
  131. this.Controls.Add(this.gvWindturbine);
  132. this.Name = "ParameterForm";
  133. this.Text = "ParameterForm";
  134. ((System.ComponentModel.ISupportInitialize)(this.gvWindturbine)).EndInit();
  135. this.ResumeLayout(false);
  136. }
  137. #endregion
  138. private System.Windows.Forms.DataGridView gvWindturbine;
  139. private MyControls.ParameterTop prTop;
  140. private System.Windows.Forms.Timer timer1;
  141. }
  142. }