123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- namespace IntelligentControlForsx.MyControls.windturbine
- {
- partial class FaultInfo
- {
- /// <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.timer1 = new System.Windows.Forms.Timer(this.components);
- this.panel1 = new System.Windows.Forms.Panel();
- this.pl = new System.Windows.Forms.Panel();
- this.outInLine1 = new IntelligentControlForsx.MyControls.windturbine.OutInLine();
- this.plInfo = new System.Windows.Forms.Panel();
- this.panel2 = new System.Windows.Forms.Panel();
- this.plType = new System.Windows.Forms.Panel();
- this.panel1.SuspendLayout();
- this.pl.SuspendLayout();
- this.panel2.SuspendLayout();
- this.SuspendLayout();
- //
- // timer1
- //
- this.timer1.Interval = 1000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panel1.Controls.Add(this.pl);
- this.panel1.Location = new System.Drawing.Point(231, 8);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1288, 749);
- this.panel1.TabIndex = 2;
- //
- // pl
- //
- this.pl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.pl.Controls.Add(this.outInLine1);
- this.pl.Controls.Add(this.plInfo);
- this.pl.Location = new System.Drawing.Point(1, 1);
- this.pl.Name = "pl";
- this.pl.Size = new System.Drawing.Size(1285, 747);
- this.pl.TabIndex = 0;
- //
- // outInLine1
- //
- this.outInLine1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
- this.outInLine1.Location = new System.Drawing.Point(0, 0);
- this.outInLine1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.outInLine1.Name = "outInLine1";
- this.outInLine1.PLCName = "PLC测点";
- this.outInLine1.PointName = "名 称";
- this.outInLine1.PointValue = "值";
- this.outInLine1.Size = new System.Drawing.Size(1284, 42);
- this.outInLine1.TabIndex = 3;
- this.outInLine1.WarningNum = null;
- //
- // plInfo
- //
- this.plInfo.AutoScroll = true;
- this.plInfo.Location = new System.Drawing.Point(0, 42);
- this.plInfo.Name = "plInfo";
- this.plInfo.Size = new System.Drawing.Size(1284, 712);
- this.plInfo.TabIndex = 2;
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panel2.Controls.Add(this.plType);
- this.panel2.Location = new System.Drawing.Point(13, 8);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(199, 749);
- this.panel2.TabIndex = 0;
- //
- // plType
- //
- this.plType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.plType.Location = new System.Drawing.Point(1, 1);
- this.plType.Name = "plType";
- this.plType.Size = new System.Drawing.Size(197, 747);
- this.plType.TabIndex = 0;
- //
- // FaultInfo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.Controls.Add(this.panel2);
- 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 = "FaultInfo";
- this.Size = new System.Drawing.Size(1760, 882);
- this.panel1.ResumeLayout(false);
- this.pl.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel pl;
- private System.Windows.Forms.Panel plInfo;
- private OutInLine outInLine1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel plType;
- }
- }
|