ParamsForm.Designer.cs 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. namespace IntelligentControlForsx.ChildForms
  2. {
  3. partial class ParamsForm
  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. this.prTop = new IntelligentControlForsx.MyControls.ParameterTop();
  30. this.windturbineParams1 = new IntelligentControlForsx.MyControls.WindturbineParams();
  31. this.timer1 = new System.Windows.Forms.Timer(this.components);
  32. this.SuspendLayout();
  33. //
  34. // prTop
  35. //
  36. this.prTop.AllCount = null;
  37. this.prTop.FaultCount = null;
  38. this.prTop.Location = new System.Drawing.Point(0, 0);
  39. this.prTop.MaintainCount = null;
  40. this.prTop.Name = "prTop";
  41. this.prTop.OfflineCount = null;
  42. this.prTop.OnlineCount = null;
  43. this.prTop.OnPowerCount = null;
  44. this.prTop.Power = null;
  45. this.prTop.PowerSum = null;
  46. this.prTop.PowerSumDay = null;
  47. this.prTop.PowerSumMonth = null;
  48. this.prTop.PowerSumYear = null;
  49. this.prTop.Size = new System.Drawing.Size(1920, 30);
  50. this.prTop.Speed = null;
  51. this.prTop.StandByCount = null;
  52. this.prTop.StartCount = null;
  53. this.prTop.StationName = null;
  54. this.prTop.StopCount = null;
  55. this.prTop.TabIndex = 2;
  56. //
  57. // windturbineParams1
  58. //
  59. this.windturbineParams1.BackColor = System.Drawing.Color.Black;
  60. this.windturbineParams1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.windturbineParams1.Location = new System.Drawing.Point(1, 30);
  62. this.windturbineParams1.Margin = new System.Windows.Forms.Padding(2);
  63. this.windturbineParams1.Name = "windturbineParams1";
  64. this.windturbineParams1.Size = new System.Drawing.Size(1920, 931);
  65. this.windturbineParams1.StationId = null;
  66. this.windturbineParams1.TabIndex = 3;
  67. //
  68. // timer1
  69. //
  70. this.timer1.Enabled = true;
  71. this.timer1.Interval = 5000;
  72. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  73. //
  74. // ParamsForm
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.ClientSize = new System.Drawing.Size(1920, 961);
  79. this.Controls.Add(this.windturbineParams1);
  80. this.Controls.Add(this.prTop);
  81. this.Name = "ParamsForm";
  82. this.Text = "ParameterForm";
  83. this.Load += new System.EventHandler(this.ParamsForm_Load);
  84. this.ResumeLayout(false);
  85. }
  86. #endregion
  87. private MyControls.ParameterTop prTop;
  88. private MyControls.WindturbineParams windturbineParams1;
  89. private System.Windows.Forms.Timer timer1;
  90. }
  91. }