namespace IntelligentControlForsx.ChildForms { partial class ParamsForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.prTop = new IntelligentControlForsx.MyControls.ParameterTop(); this.windturbineParams1 = new IntelligentControlForsx.MyControls.WindturbineParams(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // prTop // this.prTop.AllCount = null; this.prTop.FaultCount = null; this.prTop.Location = new System.Drawing.Point(0, 0); this.prTop.MaintainCount = null; this.prTop.Name = "prTop"; this.prTop.OfflineCount = null; this.prTop.OnlineCount = null; this.prTop.OnPowerCount = null; this.prTop.Power = null; this.prTop.PowerSum = null; this.prTop.PowerSumDay = null; this.prTop.PowerSumMonth = null; this.prTop.PowerSumYear = null; this.prTop.Size = new System.Drawing.Size(1920, 30); this.prTop.Speed = null; this.prTop.StandByCount = null; this.prTop.StartCount = null; this.prTop.StationName = null; this.prTop.StopCount = null; this.prTop.TabIndex = 2; // // windturbineParams1 // this.windturbineParams1.BackColor = System.Drawing.Color.Black; this.windturbineParams1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.windturbineParams1.Location = new System.Drawing.Point(1, 30); this.windturbineParams1.Margin = new System.Windows.Forms.Padding(2); this.windturbineParams1.Name = "windturbineParams1"; this.windturbineParams1.Size = new System.Drawing.Size(1920, 931); this.windturbineParams1.StationId = null; this.windturbineParams1.TabIndex = 3; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 5000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // ParamsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1920, 961); this.Controls.Add(this.windturbineParams1); this.Controls.Add(this.prTop); this.Name = "ParamsForm"; this.Text = "ParameterForm"; this.Load += new System.EventHandler(this.ParamsForm_Load); this.ResumeLayout(false); } #endregion private MyControls.ParameterTop prTop; private MyControls.WindturbineParams windturbineParams1; private System.Windows.Forms.Timer timer1; } }