namespace 优软MES
{
partial class Main
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.customTabControl1 = new 优软MES.CustomControl.CustomTabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.accordionMenu1 = new 优软MES.CustomControl.AccordionMenu.AccordionMenu();
this.headBar1 = new 优软MES.CustomControl.HeadBar();
this.button1 = new System.Windows.Forms.Button();
this.customTabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.SuspendLayout();
//
// customTabControl1
//
this.customTabControl1.Controls.Add(this.tabPage1);
this.customTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.customTabControl1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.customTabControl1.ItemSize = new System.Drawing.Size(0, 18);
this.customTabControl1.Location = new System.Drawing.Point(150, 32);
this.customTabControl1.Name = "customTabControl1";
this.customTabControl1.Padding = new System.Drawing.Point(9, 0);
this.customTabControl1.SelectedIndex = 0;
this.customTabControl1.Size = new System.Drawing.Size(1114, 668);
this.customTabControl1.TabIndex = 2;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.button1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1106, 642);
this.tabPage1.TabIndex = 2;
this.tabPage1.Text = "tabPage1";
this.tabPage1.UseVisualStyleBackColor = true;
//
// accordionMenu1
//
this.accordionMenu1.Dock = System.Windows.Forms.DockStyle.Left;
this.accordionMenu1.Location = new System.Drawing.Point(0, 32);
this.accordionMenu1.Name = "accordionMenu1";
this.accordionMenu1.Size = new System.Drawing.Size(150, 668);
this.accordionMenu1.TabIndex = 1;
//
// headBar1
//
this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
this.headBar1.Location = new System.Drawing.Point(0, 0);
this.headBar1.Name = "headBar1";
this.headBar1.Size = new System.Drawing.Size(1264, 32);
this.headBar1.TabIndex = 0;
//
// button1
//
this.button1.Location = new System.Drawing.Point(93, 36);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1264, 700);
this.Controls.Add(this.customTabControl1);
this.Controls.Add(this.accordionMenu1);
this.Controls.Add(this.headBar1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Main";
this.Text = "优软科技MES系统";
this.Load += new System.EventHandler(this.Main_Load);
this.customTabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private CustomControl.HeadBar headBar1;
private CustomControl.AccordionMenu.AccordionMenu accordionMenu1;
private CustomControl.CustomTabControl customTabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Button button1;
}
}