frm_Main.designer.cs 11.4 KB
namespace HHWCS.View
{
    partial class Frm_Main
    {
        /// <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 Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.menu_Main = new System.Windows.Forms.MenuStrip();
            this.menu_1 = new System.Windows.Forms.ToolStripMenuItem();
            this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.menu_4 = new System.Windows.Forms.ToolStripMenuItem();
            this.menu_402 = new System.Windows.Forms.ToolStripMenuItem();
            this.menu_5 = new System.Windows.Forms.ToolStripMenuItem();
            this.windowsMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.cascadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tileVerticalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tileHorizontalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.closeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.arrangeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip = new System.Windows.Forms.StatusStrip();
            this.lab_Status1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.lab_Status2 = new System.Windows.Forms.ToolStripStatusLabel();
            this.lab_Status3 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.menu_Main.SuspendLayout();
            this.statusStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // menu_Main
            // 
            this.menu_Main.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.menu_Main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menu_1,
            this.menu_4,
            this.menu_5,
            this.windowsMenu});
            this.menu_Main.Location = new System.Drawing.Point(0, 0);
            this.menu_Main.MdiWindowListItem = this.windowsMenu;
            this.menu_Main.Name = "menu_Main";
            this.menu_Main.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
            this.menu_Main.Size = new System.Drawing.Size(1219, 28);
            this.menu_Main.TabIndex = 0;
            this.menu_Main.Text = "MenuStrip";
            // 
            // menu_1
            // 
            this.menu_1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.退出ToolStripMenuItem});
            this.menu_1.Name = "menu_1";
            this.menu_1.Size = new System.Drawing.Size(72, 24);
            this.menu_1.Text = "系统(&A)";
            // 
            // 退出ToolStripMenuItem
            // 
            this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
            this.退出ToolStripMenuItem.Size = new System.Drawing.Size(114, 26);
            this.退出ToolStripMenuItem.Text = "退出";
            // 
            // menu_4
            // 
            this.menu_4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menu_402});
            this.menu_4.Name = "menu_4";
            this.menu_4.Size = new System.Drawing.Size(102, 24);
            this.menu_4.Text = "任务管理(&D)";
            // 
            // menu_402
            // 
            this.menu_402.Name = "menu_402";
            this.menu_402.Size = new System.Drawing.Size(216, 26);
            this.menu_402.Text = "查看任务明细";
            this.menu_402.Click += new System.EventHandler(this.menu_402_Click);
            // 
            // menu_5
            // 
            this.menu_5.Name = "menu_5";
            this.menu_5.Size = new System.Drawing.Size(99, 24);
            this.menu_5.Text = "其他查询(&E)";
            // 
            // windowsMenu
            // 
            this.windowsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cascadeToolStripMenuItem,
            this.tileVerticalToolStripMenuItem,
            this.tileHorizontalToolStripMenuItem,
            this.closeAllToolStripMenuItem,
            this.arrangeIconsToolStripMenuItem});
            this.windowsMenu.Name = "windowsMenu";
            this.windowsMenu.Size = new System.Drawing.Size(76, 24);
            this.windowsMenu.Text = "窗口(&W)";
            // 
            // cascadeToolStripMenuItem
            // 
            this.cascadeToolStripMenuItem.Name = "cascadeToolStripMenuItem";
            this.cascadeToolStripMenuItem.Size = new System.Drawing.Size(166, 26);
            this.cascadeToolStripMenuItem.Text = "层叠(&C)";
            this.cascadeToolStripMenuItem.Click += new System.EventHandler(this.CascadeToolStripMenuItem_Click);
            // 
            // tileVerticalToolStripMenuItem
            // 
            this.tileVerticalToolStripMenuItem.Name = "tileVerticalToolStripMenuItem";
            this.tileVerticalToolStripMenuItem.Size = new System.Drawing.Size(166, 26);
            this.tileVerticalToolStripMenuItem.Text = "垂直平铺(&V)";
            this.tileVerticalToolStripMenuItem.Click += new System.EventHandler(this.TileVerticalToolStripMenuItem_Click);
            // 
            // tileHorizontalToolStripMenuItem
            // 
            this.tileHorizontalToolStripMenuItem.Name = "tileHorizontalToolStripMenuItem";
            this.tileHorizontalToolStripMenuItem.Size = new System.Drawing.Size(166, 26);
            this.tileHorizontalToolStripMenuItem.Text = "水平平铺(&H)";
            this.tileHorizontalToolStripMenuItem.Click += new System.EventHandler(this.TileHorizontalToolStripMenuItem_Click);
            // 
            // closeAllToolStripMenuItem
            // 
            this.closeAllToolStripMenuItem.Name = "closeAllToolStripMenuItem";
            this.closeAllToolStripMenuItem.Size = new System.Drawing.Size(166, 26);
            this.closeAllToolStripMenuItem.Text = "全部关闭(&L)";
            this.closeAllToolStripMenuItem.Click += new System.EventHandler(this.CloseAllToolStripMenuItem_Click);
            // 
            // arrangeIconsToolStripMenuItem
            // 
            this.arrangeIconsToolStripMenuItem.Name = "arrangeIconsToolStripMenuItem";
            this.arrangeIconsToolStripMenuItem.Size = new System.Drawing.Size(166, 26);
            this.arrangeIconsToolStripMenuItem.Text = "排列图标(&A)";
            this.arrangeIconsToolStripMenuItem.Click += new System.EventHandler(this.ArrangeIconsToolStripMenuItem_Click);
            // 
            // statusStrip
            // 
            this.statusStrip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(65)))), ((int)(((byte)(82)))));
            this.statusStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.lab_Status1,
            this.lab_Status2,
            this.lab_Status3});
            this.statusStrip.Location = new System.Drawing.Point(0, 534);
            this.statusStrip.Name = "statusStrip";
            this.statusStrip.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0);
            this.statusStrip.Size = new System.Drawing.Size(1219, 25);
            this.statusStrip.TabIndex = 2;
            this.statusStrip.Text = "StatusStrip";
            // 
            // lab_Status1
            // 
            this.lab_Status1.ForeColor = System.Drawing.SystemColors.ButtonFace;
            this.lab_Status1.Name = "lab_Status1";
            this.lab_Status1.Size = new System.Drawing.Size(39, 20);
            this.lab_Status1.Text = "状态";
            // 
            // lab_Status2
            // 
            this.lab_Status2.ForeColor = System.Drawing.SystemColors.ButtonFace;
            this.lab_Status2.Name = "lab_Status2";
            this.lab_Status2.Size = new System.Drawing.Size(48, 20);
            this.lab_Status2.Text = "状态2";
            // 
            // lab_Status3
            // 
            this.lab_Status3.ForeColor = System.Drawing.SystemColors.ButtonFace;
            this.lab_Status3.Name = "lab_Status3";
            this.lab_Status3.Size = new System.Drawing.Size(48, 20);
            this.lab_Status3.Text = "状态3";
            // 
            // Frm_Main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(86)))), ((int)(((byte)(104)))));
            this.ClientSize = new System.Drawing.Size(1219, 559);
            this.Controls.Add(this.statusStrip);
            this.Controls.Add(this.menu_Main);
            this.IsMdiContainer = true;
            this.MainMenuStrip = this.menu_Main;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "Frm_Main";
            this.Text = "华恒WCS控制系统";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frm_Main_FormClosing);
            this.Load += new System.EventHandler(this.frm_Main_Load);
            this.menu_Main.ResumeLayout(false);
            this.menu_Main.PerformLayout();
            this.statusStrip.ResumeLayout(false);
            this.statusStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        #endregion


        private System.Windows.Forms.MenuStrip menu_Main;
        private System.Windows.Forms.StatusStrip statusStrip;
        private System.Windows.Forms.ToolStripStatusLabel lab_Status1;
        private System.Windows.Forms.ToolStripMenuItem tileHorizontalToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem windowsMenu;
        private System.Windows.Forms.ToolStripMenuItem cascadeToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem tileVerticalToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem closeAllToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem arrangeIconsToolStripMenuItem;
        private System.Windows.Forms.ToolTip toolTip;
        private System.Windows.Forms.ToolStripMenuItem menu_1;
        private System.Windows.Forms.ToolStripMenuItem menu_4;
        private System.Windows.Forms.ToolStripMenuItem menu_402;
        private System.Windows.Forms.ToolStripMenuItem menu_5;
        private System.Windows.Forms.ToolStripStatusLabel lab_Status2;
        private System.Windows.Forms.ToolStripStatusLabel lab_Status3;
        private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
    }
}