namespace SiaSun.LMS.WCFHost
{
    partial class MAIN
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MAIN));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.tlbtnStart = new System.Windows.Forms.ToolStripButton();
            this.tlbtnStop = new System.Windows.Forms.ToolStripButton();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.gridService = new System.Windows.Forms.DataGridView();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.richtxtMessage = new System.Windows.Forms.RichTextBox();
            this.notifyIconServer = new System.Windows.Forms.NotifyIcon(this.components);
            this.menuServer = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.menuItemShow = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemHide = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemExit = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.menuFile = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemClearMessage = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemSaveMessage = new System.Windows.Forms.ToolStripMenuItem();
            this.menuTask = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemManageTask = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemControlApply = new System.Windows.Forms.ToolStripMenuItem();
            this.menuManage = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemConfig = new System.Windows.Forms.ToolStripMenuItem();
            this.menuHelp = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemHelp = new System.Windows.Forms.ToolStripMenuItem();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridService)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.menuServer.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.AutoSize = false;
            this.toolStrip1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tlbtnStart,
            this.tlbtnStop});
            this.toolStrip1.Location = new System.Drawing.Point(0, 28);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(706, 37);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // tlbtnStart
            // 
            this.tlbtnStart.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tlbtnStart.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnStart.Image")));
            this.tlbtnStart.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnStart.Name = "tlbtnStart";
            this.tlbtnStart.Size = new System.Drawing.Size(85, 34);
            this.tlbtnStart.Text = "启动服务";
            this.tlbtnStart.Click += new System.EventHandler(this.ButtonClick);
            // 
            // tlbtnStop
            // 
            this.tlbtnStop.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tlbtnStop.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnStop.Image")));
            this.tlbtnStop.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnStop.Name = "tlbtnStop";
            this.tlbtnStop.Size = new System.Drawing.Size(85, 34);
            this.tlbtnStop.Text = "停止服务";
            this.tlbtnStop.Click += new System.EventHandler(this.ButtonClick);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer1.Location = new System.Drawing.Point(0, 65);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
            this.splitContainer1.Size = new System.Drawing.Size(706, 398);
            this.splitContainer1.SplitterDistance = 332;
            this.splitContainer1.TabIndex = 1;
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.gridService);
            this.groupBox1.Location = new System.Drawing.Point(3, 3);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(700, 326);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "服务列表";
            // 
            // gridService
            // 
            this.gridService.AllowUserToAddRows = false;
            this.gridService.AllowUserToDeleteRows = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.gridService.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.gridService.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.gridService.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.gridService.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
            this.gridService.BackgroundColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F);
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.gridService.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.gridService.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.gridService.Location = new System.Drawing.Point(9, 20);
            this.gridService.Name = "gridService";
            this.gridService.ReadOnly = true;
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F);
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.gridService.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
            this.gridService.RowTemplate.Height = 23;
            this.gridService.Size = new System.Drawing.Size(682, 300);
            this.gridService.TabIndex = 0;
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Controls.Add(this.richtxtMessage);
            this.groupBox2.Location = new System.Drawing.Point(3, 3);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(700, 56);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "系统消息";
            // 
            // richtxtMessage
            // 
            this.richtxtMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.richtxtMessage.BackColor = System.Drawing.SystemColors.Window;
            this.richtxtMessage.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.richtxtMessage.Location = new System.Drawing.Point(6, 20);
            this.richtxtMessage.Name = "richtxtMessage";
            this.richtxtMessage.ReadOnly = true;
            this.richtxtMessage.Size = new System.Drawing.Size(688, 30);
            this.richtxtMessage.TabIndex = 0;
            this.richtxtMessage.Text = "";
            // 
            // notifyIconServer
            // 
            this.notifyIconServer.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
            this.notifyIconServer.BalloonTipText = "新松自动化物流管理系统-服务端";
            this.notifyIconServer.BalloonTipTitle = "SSLMS-Server";
            this.notifyIconServer.ContextMenuStrip = this.menuServer;
            this.notifyIconServer.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIconServer.Icon")));
            this.notifyIconServer.Text = "SSLMS-Server";
            this.notifyIconServer.Visible = true;
            this.notifyIconServer.DoubleClick += new System.EventHandler(this.notifyIconServer_DoubleClick);
            // 
            // menuServer
            // 
            this.menuServer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
            this.menuServer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemShow,
            this.menuItemHide,
            this.menuItemExit});
            this.menuServer.Name = "menuServer";
            this.menuServer.Size = new System.Drawing.Size(99, 70);
            // 
            // menuItemShow
            // 
            this.menuItemShow.Name = "menuItemShow";
            this.menuItemShow.Size = new System.Drawing.Size(98, 22);
            this.menuItemShow.Text = "显示";
            this.menuItemShow.Click += new System.EventHandler(this.menuItemShow_Click);
            // 
            // menuItemHide
            // 
            this.menuItemHide.Name = "menuItemHide";
            this.menuItemHide.Size = new System.Drawing.Size(98, 22);
            this.menuItemHide.Text = "隐藏";
            this.menuItemHide.Click += new System.EventHandler(this.menuItemHide_Click);
            // 
            // menuItemExit
            // 
            this.menuItemExit.Name = "menuItemExit";
            this.menuItemExit.Size = new System.Drawing.Size(98, 22);
            this.menuItemExit.Text = "退出";
            this.menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuFile,
            this.menuTask,
            this.menuManage,
            this.menuHelp});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(706, 28);
            this.menuStrip1.TabIndex = 2;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // menuFile
            // 
            this.menuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemClearMessage,
            this.menuItemSaveMessage});
            this.menuFile.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menuFile.Name = "menuFile";
            this.menuFile.Size = new System.Drawing.Size(66, 24);
            this.menuFile.Text = "文件(&F)";
            // 
            // menuItemClearMessage
            // 
            this.menuItemClearMessage.Name = "menuItemClearMessage";
            this.menuItemClearMessage.Size = new System.Drawing.Size(158, 24);
            this.menuItemClearMessage.Text = "清空消息(&C)";
            this.menuItemClearMessage.Click += new System.EventHandler(this.MenuItemClick);
            // 
            // menuItemSaveMessage
            // 
            this.menuItemSaveMessage.Name = "menuItemSaveMessage";
            this.menuItemSaveMessage.Size = new System.Drawing.Size(158, 24);
            this.menuItemSaveMessage.Text = "保存消息(&M)";
            this.menuItemSaveMessage.Click += new System.EventHandler(this.MenuItemClick);
            // 
            // menuTask
            // 
            this.menuTask.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemManageTask,
            this.menuItemControlApply});
            this.menuTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menuTask.Name = "menuTask";
            this.menuTask.Size = new System.Drawing.Size(123, 24);
            this.menuTask.Text = "任务处理开关(&T)";
            // 
            // menuItemManageTask
            // 
            this.menuItemManageTask.Checked = true;
            this.menuItemManageTask.CheckState = System.Windows.Forms.CheckState.Checked;
            this.menuItemManageTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menuItemManageTask.Name = "menuItemManageTask";
            this.menuItemManageTask.Size = new System.Drawing.Size(181, 24);
            this.menuItemManageTask.Text = "任务处理(&M)";
            this.menuItemManageTask.Click += new System.EventHandler(this.MenuItemClick);
            // 
            // menuItemControlApply
            // 
            this.menuItemControlApply.Checked = true;
            this.menuItemControlApply.CheckState = System.Windows.Forms.CheckState.Checked;
            this.menuItemControlApply.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menuItemControlApply.Name = "menuItemControlApply";
            this.menuItemControlApply.Size = new System.Drawing.Size(181, 24);
            this.menuItemControlApply.Text = "指令申请处理(&C)";
            this.menuItemControlApply.Click += new System.EventHandler(this.MenuItemClick);
            // 
            // menuManage
            // 
            this.menuManage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemConfig});
            this.menuManage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menuManage.Name = "menuManage";
            this.menuManage.Size = new System.Drawing.Size(73, 24);
            this.menuManage.Text = "维护(&M)";
            this.menuManage.DoubleClick += new System.EventHandler(this.MenuItemClick);
            // 
            // menuItemConfig
            // 
            this.menuItemConfig.Name = "menuItemConfig";
            this.menuItemConfig.Size = new System.Drawing.Size(154, 24);
            this.menuItemConfig.Text = "配置管理(&A)";
            this.menuItemConfig.Click += new System.EventHandler(this.MenuItemClick);
            // 
            // menuHelp
            // 
            this.menuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemHelp});
            this.menuHelp.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menuHelp.Name = "menuHelp";
            this.menuHelp.Size = new System.Drawing.Size(70, 24);
            this.menuHelp.Text = "帮助(&H)";
            // 
            // menuItemHelp
            // 
            this.menuItemHelp.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menuItemHelp.Name = "menuItemHelp";
            this.menuItemHelp.Size = new System.Drawing.Size(125, 24);
            this.menuItemHelp.Text = "帮助(&C)";
            this.menuItemHelp.Click += new System.EventHandler(this.MenuItemClick);
            // 
            // saveFileDialog1
            // 
            this.saveFileDialog1.Filter = "文本文件|*.txt";
            // 
            // MAIN
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(706, 463);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.menuStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "MAIN";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "新松自动化物流管理系统服务端";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.MAIN_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridService)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.menuServer.ResumeLayout(false);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.RichTextBox richtxtMessage;
        private System.Windows.Forms.ToolStripButton tlbtnStart;
        private System.Windows.Forms.ToolStripButton tlbtnStop;
        private System.Windows.Forms.NotifyIcon notifyIconServer;
        private System.Windows.Forms.ContextMenuStrip menuServer;
        private System.Windows.Forms.ToolStripMenuItem menuItemShow;
        private System.Windows.Forms.ToolStripMenuItem menuItemHide;
        private System.Windows.Forms.ToolStripMenuItem menuItemExit;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem menuTask;
        private System.Windows.Forms.ToolStripMenuItem menuItemManageTask;
        private System.Windows.Forms.ToolStripMenuItem menuItemControlApply;
        private System.Windows.Forms.ToolStripMenuItem menuHelp;
        private System.Windows.Forms.ToolStripMenuItem menuItemHelp;
        private System.Windows.Forms.ToolStripMenuItem menuFile;
        private System.Windows.Forms.ToolStripMenuItem menuItemSaveMessage;
        private System.Windows.Forms.SaveFileDialog saveFileDialog1;
        private System.Windows.Forms.ToolStripMenuItem menuItemClearMessage;
        private System.Windows.Forms.ToolStripMenuItem menuManage;
        private System.Windows.Forms.ToolStripMenuItem menuItemConfig;
        private System.Windows.Forms.DataGridView gridService;
    }
}