123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- namespace IntelligentControlForsx.MyControls.windturbine
- {
- partial class InverterInfoCenter
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel2 = new System.Windows.Forms.Panel();
- this.lblTimeNow = new System.Windows.Forms.Label();
- this.lblWindturbineModel = new System.Windows.Forms.Label();
- this.lblInverterId = new System.Windows.Forms.Label();
- this.lblStatus = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.panel2);
- this.panel1.Location = new System.Drawing.Point(1, 1);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1762, 38);
- this.panel1.TabIndex = 0;
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81)))));
- this.panel2.Controls.Add(this.lblTimeNow);
- this.panel2.Controls.Add(this.lblWindturbineModel);
- this.panel2.Controls.Add(this.lblInverterId);
- this.panel2.Controls.Add(this.lblStatus);
- this.panel2.Controls.Add(this.label5);
- this.panel2.Controls.Add(this.label4);
- this.panel2.Controls.Add(this.label3);
- this.panel2.Controls.Add(this.label2);
- this.panel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
- this.panel2.Location = new System.Drawing.Point(-2, 3);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1766, 32);
- this.panel2.TabIndex = 2;
- //
- // lblTimeNow
- //
- this.lblTimeNow.AutoSize = true;
- this.lblTimeNow.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblTimeNow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
- this.lblTimeNow.Location = new System.Drawing.Point(706, 7);
- this.lblTimeNow.Name = "lblTimeNow";
- this.lblTimeNow.Size = new System.Drawing.Size(143, 20);
- this.lblTimeNow.TabIndex = 1;
- this.lblTimeNow.Text = "2018-11-05 10:08:02";
- //
- // lblWindturbineModel
- //
- this.lblWindturbineModel.AutoSize = true;
- this.lblWindturbineModel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblWindturbineModel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
- this.lblWindturbineModel.Location = new System.Drawing.Point(279, 7);
- this.lblWindturbineModel.Name = "lblWindturbineModel";
- this.lblWindturbineModel.Size = new System.Drawing.Size(154, 19);
- this.lblWindturbineModel.TabIndex = 0;
- this.lblWindturbineModel.Text = "AE-500-50-PV-X-HV";
- //
- // lblInverterId
- //
- this.lblInverterId.AutoSize = true;
- this.lblInverterId.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblInverterId.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
- this.lblInverterId.Location = new System.Drawing.Point(96, 7);
- this.lblInverterId.Name = "lblInverterId";
- this.lblInverterId.Size = new System.Drawing.Size(68, 19);
- this.lblInverterId.TabIndex = 0;
- this.lblInverterId.Text = "PL01_01";
- //
- // lblStatus
- //
- this.lblStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(161)))), ((int)(((byte)(58)))));
- this.lblStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblStatus.ForeColor = System.Drawing.Color.White;
- this.lblStatus.Location = new System.Drawing.Point(540, 4);
- this.lblStatus.Name = "lblStatus";
- this.lblStatus.Size = new System.Drawing.Size(50, 25);
- this.lblStatus.TabIndex = 0;
- this.lblStatus.Text = "待 机";
- this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
- this.label5.Location = new System.Drawing.Point(621, 7);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(79, 19);
- this.label5.TabIndex = 0;
- this.label5.Text = "系统时间:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
- this.label4.Location = new System.Drawing.Point(444, 7);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(93, 19);
- this.label4.TabIndex = 0;
- this.label4.Text = "逆变器状态:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
- this.label3.Location = new System.Drawing.Point(194, 7);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(93, 19);
- this.label3.TabIndex = 0;
- this.label3.Text = "逆变器型号:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
- this.label2.Location = new System.Drawing.Point(11, 7);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(93, 19);
- this.label2.TabIndex = 0;
- this.label2.Text = "逆变器编号:";
- //
- // timer1
- //
- this.timer1.Interval = 3000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // InverterInfoCenter
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "InverterInfoCenter";
- this.Size = new System.Drawing.Size(1764, 1361);
- this.panel1.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label lblTimeNow;
- private System.Windows.Forms.Label lblWindturbineModel;
- private System.Windows.Forms.Label lblInverterId;
- private System.Windows.Forms.Label lblStatus;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Timer timer1;
- }
- }
|