WindturbineParams.Designer.cs 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. namespace IntelligentControlForsx.MyControls
  2. {
  3. partial class WindturbineParams
  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.gvWindturbine = new System.Windows.Forms.DataGridView();
  36. ((System.ComponentModel.ISupportInitialize)(this.gvWindturbine)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // timer1
  40. //
  41. this.timer1.Enabled = true;
  42. this.timer1.Interval = 2000;
  43. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  44. //
  45. // gvWindturbine
  46. //
  47. this.gvWindturbine.AllowUserToAddRows = false;
  48. this.gvWindturbine.AllowUserToDeleteRows = false;
  49. this.gvWindturbine.AllowUserToResizeColumns = false;
  50. this.gvWindturbine.AllowUserToResizeRows = false;
  51. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  52. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73)))));
  53. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  55. this.gvWindturbine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  56. this.gvWindturbine.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  57. this.gvWindturbine.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  58. this.gvWindturbine.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText;
  59. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  60. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(33)))), ((int)(((byte)(48)))));
  61. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  63. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  64. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  65. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  66. this.gvWindturbine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  67. this.gvWindturbine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  68. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  69. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  70. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  72. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  73. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  74. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  75. this.gvWindturbine.DefaultCellStyle = dataGridViewCellStyle3;
  76. this.gvWindturbine.Dock = System.Windows.Forms.DockStyle.Fill;
  77. this.gvWindturbine.EnableHeadersVisualStyles = false;
  78. this.gvWindturbine.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(101)))), ((int)(((byte)(122)))));
  79. this.gvWindturbine.Location = new System.Drawing.Point(0, 0);
  80. this.gvWindturbine.Name = "gvWindturbine";
  81. this.gvWindturbine.ReadOnly = true;
  82. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  83. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73)))));
  84. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  86. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  87. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  88. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  89. this.gvWindturbine.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  90. this.gvWindturbine.RowHeadersVisible = false;
  91. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  92. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
  93. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  95. this.gvWindturbine.RowsDefaultCellStyle = dataGridViewCellStyle5;
  96. this.gvWindturbine.RowTemplate.Height = 38;
  97. this.gvWindturbine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  98. this.gvWindturbine.Size = new System.Drawing.Size(1920, 931);
  99. this.gvWindturbine.TabIndex = 2;
  100. this.gvWindturbine.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.gvWindturbine_DataError);
  101. //
  102. // WindturbineParams
  103. //
  104. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  105. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  106. this.BackColor = System.Drawing.Color.Black;
  107. this.Controls.Add(this.gvWindturbine);
  108. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.Margin = new System.Windows.Forms.Padding(2);
  110. this.Name = "WindturbineParams";
  111. this.Size = new System.Drawing.Size(1920, 931);
  112. ((System.ComponentModel.ISupportInitialize)(this.gvWindturbine)).EndInit();
  113. this.ResumeLayout(false);
  114. }
  115. #endregion
  116. private System.Windows.Forms.Timer timer1;
  117. private System.Windows.Forms.DataGridView gvWindturbine;
  118. }
  119. }