namespace IntelligentControlForsx.MyControls.windturbine { partial class OutInInfo { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// 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(1027, 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(1025, 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(1023, 42); this.outInLine1.TabIndex = 3; // // 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(1022, 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; // // OutInInfo // 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 = "OutInInfo"; 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; } }