using System.Windows.Forms;
using IntelligentControlForsx.ChildForms;
using IntelligentControlForsx.MyControls;
namespace IntelligentControlForsx
{
partial class MainWindow
{
///
/// 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.components = new System.ComponentModel.Container();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.title1 = new IntelligentControlForsx.MyControls.Title();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.bottomWarning = new IntelligentControlForsx.MyControls.BottomWarning();
this.bottom1 = new IntelligentControlForsx.MyControls.Bottom2();
this.loginInfo = new IntelligentControlForsx.MyControls.LoginInfo();
this.tableLayoutPanel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Controls.Add(this.title1, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 71F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1920, 71);
this.tableLayoutPanel1.TabIndex = 7;
//
// title1
//
this.title1.Dock = System.Windows.Forms.DockStyle.Fill;
this.title1.Location = new System.Drawing.Point(0, 0);
this.title1.Margin = new System.Windows.Forms.Padding(0);
this.title1.Name = "title1";
this.title1.Size = new System.Drawing.Size(1920, 71);
this.title1.TabIndex = 2;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 71);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1920, 1009);
this.panel1.TabIndex = 9;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
this.panel2.Controls.Add(this.bottomWarning);
this.panel2.Controls.Add(this.bottom1);
this.panel2.Controls.Add(this.loginInfo);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 1040);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1920, 40);
this.panel2.TabIndex = 10;
//
// bottomWarning
//
this.bottomWarning.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
this.bottomWarning.Dock = System.Windows.Forms.DockStyle.Right;
this.bottomWarning.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bottomWarning.Location = new System.Drawing.Point(1325, 0);
this.bottomWarning.Name = "bottomWarning";
this.bottomWarning.Size = new System.Drawing.Size(595, 40);
this.bottomWarning.TabIndex = 0;
//
// bottom1
//
this.bottom1.AutoSize = true;
this.bottom1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
this.bottom1.DefaultLable = null;
this.bottom1.Location = new System.Drawing.Point(630, 0);
this.bottom1.Name = "bottom1";
this.bottom1.Size = new System.Drawing.Size(1320, 39);
this.bottom1.TabIndex = 0;
//
// loginInfo
//
this.loginInfo.BackColor = System.Drawing.Color.Transparent;
this.loginInfo.Dock = System.Windows.Forms.DockStyle.Left;
this.loginInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.loginInfo.Location = new System.Drawing.Point(0, 0);
this.loginInfo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.loginInfo.Name = "loginInfo";
this.loginInfo.Size = new System.Drawing.Size(630, 40);
this.loginInfo.TabIndex = 0;
//
// MainWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(35)))), ((int)(((byte)(77)))));
this.ClientSize = new System.Drawing.Size(1920, 1080);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.IsMdiContainer = true;
this.Name = "MainWindow";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.tableLayoutPanel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private MyControls.Title title1;
public Panel panel1;
private Panel panel2;
private MyControls.Bottom2 bottom1;
private MyControls.BottomWarning bottomWarning;
private MyControls.LoginInfo loginInfo;
}
}