123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- namespace IntelligentControlForsx.ChildForms
- {
- partial class ParamsForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|