namespace IntelligentControlForsx.ChildForms
{
partial class StatForm
{
///
/// 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.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.controlLog1 = new IntelligentControlForsx.MyControls.logInfo.ControlLog();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.panel4.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.controlLog1);
this.panel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel1.Location = new System.Drawing.Point(2, 7);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1916, 942);
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.panel3);
this.panel2.Location = new System.Drawing.Point(1, 1);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1916, 42);
this.panel2.TabIndex = 1;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
this.panel3.Controls.Add(this.panel4);
this.panel3.Location = new System.Drawing.Point(1, 1);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(122, 40);
this.panel3.TabIndex = 0;
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81)))));
this.panel4.Controls.Add(this.label1);
this.panel4.Location = new System.Drawing.Point(1, 1);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(120, 38);
this.panel4.TabIndex = 0;
//
// label1
//
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
this.label1.Location = new System.Drawing.Point(9, 7);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 28);
this.label1.TabIndex = 0;
this.label1.Text = "风机操控记录";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// controlLog1
//
this.controlLog1.Font = new System.Drawing.Font("Dubai", 8.25F);
this.controlLog1.Location = new System.Drawing.Point(1, 50);
this.controlLog1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.controlLog1.Name = "controlLog1";
this.controlLog1.Size = new System.Drawing.Size(1914, 892);
this.controlLog1.TabIndex = 0;
//
// StatForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
this.ClientSize = new System.Drawing.Size(1920, 961);
this.Controls.Add(this.panel1);
this.Name = "StatForm";
this.Text = "StatForm";
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private MyControls.logInfo.ControlLog controlLog1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Label label1;
}
}