namespace Mesnac.Gui.Run.ViewContent
{
    partial class FrmSysConfig
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSysConfig));
            this.panel1 = new System.Windows.Forms.Panel();
            this.lblCurrentNode = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.btnScan = new System.Windows.Forms.Button();
            this.panel3 = new System.Windows.Forms.Panel();
            this.btnI18N = new System.Windows.Forms.Button();
            this.btnApplyTool = new System.Windows.Forms.Button();
            this.btnSaveTool = new System.Windows.Forms.Button();
            this.btnLoadConfigTool = new System.Windows.Forms.Button();
            this.btnSetOrginalTool = new System.Windows.Forms.Button();
            this.btnSetOrginal = new System.Windows.Forms.Button();
            this.btnLoadConfig = new System.Windows.Forms.Button();
            this.btnApply = new System.Windows.Forms.Button();
            this.btnSave = new System.Windows.Forms.Button();
            this.gbToolStrip = new System.Windows.Forms.GroupBox();
            this.lbToolStrip = new System.Windows.Forms.ListBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnAddSepTool = new System.Windows.Forms.Button();
            this.btnDeleteTool = new System.Windows.Forms.Button();
            this.btnMoveDownTool = new System.Windows.Forms.Button();
            this.btnMoveUpTool = new System.Windows.Forms.Button();
            this.gbProject = new System.Windows.Forms.GroupBox();
            this.lbFormList = new System.Windows.Forms.ListBox();
            this.panel6 = new System.Windows.Forms.Panel();
            this.panel5 = new System.Windows.Forms.Panel();
            this.btnMoveSelect = new System.Windows.Forms.Button();
            this.btnMoveAll = new System.Windows.Forms.Button();
            this.panel7 = new System.Windows.Forms.Panel();
            this.gbMenuStrip = new System.Windows.Forms.GroupBox();
            this.tvMenuList = new System.Windows.Forms.TreeView();
            this.panel4 = new System.Windows.Forms.Panel();
            this.btnExpandAll = new System.Windows.Forms.Button();
            this.btnAddTop = new System.Windows.Forms.Button();
            this.btnDelete = new System.Windows.Forms.Button();
            this.btnModify = new System.Windows.Forms.Button();
            this.btnAdd = new System.Windows.Forms.Button();
            this.btnMoveChild = new System.Windows.Forms.Button();
            this.btnMoveParent = new System.Windows.Forms.Button();
            this.btnMoveDown = new System.Windows.Forms.Button();
            this.btnMoveUp = new System.Windows.Forms.Button();
            this.gbI18N = new System.Windows.Forms.GroupBox();
            this.panel8 = new System.Windows.Forms.Panel();
            this.dgvLocale = new System.Windows.Forms.DataGridView();
            this.colLanguage = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colCountry = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.toolStrip2 = new System.Windows.Forms.ToolStrip();
            this.tsbSetLocale = new System.Windows.Forms.ToolStripButton();
            this.lstMessages = new System.Windows.Forms.ListBox();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.tsbAddMessage = new System.Windows.Forms.ToolStripButton();
            this.tsbDeleteMessage = new System.Windows.Forms.ToolStripButton();
            this.panel1.SuspendLayout();
            this.panel3.SuspendLayout();
            this.gbToolStrip.SuspendLayout();
            this.panel2.SuspendLayout();
            this.gbProject.SuspendLayout();
            this.panel5.SuspendLayout();
            this.panel7.SuspendLayout();
            this.gbMenuStrip.SuspendLayout();
            this.panel4.SuspendLayout();
            this.gbI18N.SuspendLayout();
            this.panel8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvLocale)).BeginInit();
            this.toolStrip2.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.lblCurrentNode);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.btnScan);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.MinimumSize = new System.Drawing.Size(982, 52);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1116, 52);
            this.panel1.TabIndex = 9;
            // 
            // lblCurrentNode
            // 
            this.lblCurrentNode.AutoSize = true;
            this.lblCurrentNode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblCurrentNode.Location = new System.Drawing.Point(363, 20);
            this.lblCurrentNode.Name = "lblCurrentNode";
            this.lblCurrentNode.Size = new System.Drawing.Size(0, 12);
            this.lblCurrentNode.TabIndex = 2;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(296, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "当前节点:";
            // 
            // btnScan
            // 
            this.btnScan.Location = new System.Drawing.Point(13, 12);
            this.btnScan.Name = "btnScan";
            this.btnScan.Size = new System.Drawing.Size(207, 29);
            this.btnScan.TabIndex = 0;
            this.btnScan.Text = "扫描工程";
            this.btnScan.UseVisualStyleBackColor = true;
            this.btnScan.Click += new System.EventHandler(this.btnScan_Click);
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.btnI18N);
            this.panel3.Controls.Add(this.btnApplyTool);
            this.panel3.Controls.Add(this.btnSaveTool);
            this.panel3.Controls.Add(this.btnLoadConfigTool);
            this.panel3.Controls.Add(this.btnSetOrginalTool);
            this.panel3.Controls.Add(this.btnSetOrginal);
            this.panel3.Controls.Add(this.btnLoadConfig);
            this.panel3.Controls.Add(this.btnApply);
            this.panel3.Controls.Add(this.btnSave);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel3.Location = new System.Drawing.Point(0, 549);
            this.panel3.MinimumSize = new System.Drawing.Size(982, 73);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(1116, 73);
            this.panel3.TabIndex = 10;
            // 
            // btnI18N
            // 
            this.btnI18N.Location = new System.Drawing.Point(3, 19);
            this.btnI18N.Name = "btnI18N";
            this.btnI18N.Size = new System.Drawing.Size(102, 23);
            this.btnI18N.TabIndex = 8;
            this.btnI18N.Text = "国际化面板";
            this.btnI18N.UseVisualStyleBackColor = true;
            this.btnI18N.Click += new System.EventHandler(this.btnI18N_Click);
            // 
            // btnApplyTool
            // 
            this.btnApplyTool.Location = new System.Drawing.Point(875, 19);
            this.btnApplyTool.Name = "btnApplyTool";
            this.btnApplyTool.Size = new System.Drawing.Size(104, 23);
            this.btnApplyTool.TabIndex = 7;
            this.btnApplyTool.Text = "应用工具栏配置";
            this.btnApplyTool.UseVisualStyleBackColor = true;
            this.btnApplyTool.Click += new System.EventHandler(this.btnApplyTool_Click);
            // 
            // btnSaveTool
            // 
            this.btnSaveTool.Location = new System.Drawing.Point(772, 19);
            this.btnSaveTool.Name = "btnSaveTool";
            this.btnSaveTool.Size = new System.Drawing.Size(104, 23);
            this.btnSaveTool.TabIndex = 6;
            this.btnSaveTool.Text = "保存工具栏配置";
            this.btnSaveTool.UseVisualStyleBackColor = true;
            this.btnSaveTool.Click += new System.EventHandler(this.btnSaveTool_Click);
            // 
            // btnLoadConfigTool
            // 
            this.btnLoadConfigTool.Location = new System.Drawing.Point(669, 19);
            this.btnLoadConfigTool.Name = "btnLoadConfigTool";
            this.btnLoadConfigTool.Size = new System.Drawing.Size(104, 23);
            this.btnLoadConfigTool.TabIndex = 5;
            this.btnLoadConfigTool.Text = "读取工具栏配置";
            this.btnLoadConfigTool.UseVisualStyleBackColor = true;
            this.btnLoadConfigTool.Click += new System.EventHandler(this.btnLoadConfigTool_Click);
            // 
            // btnSetOrginalTool
            // 
            this.btnSetOrginalTool.Location = new System.Drawing.Point(566, 19);
            this.btnSetOrginalTool.Name = "btnSetOrginalTool";
            this.btnSetOrginalTool.Size = new System.Drawing.Size(104, 23);
            this.btnSetOrginalTool.TabIndex = 4;
            this.btnSetOrginalTool.Text = "重置原始工具栏";
            this.btnSetOrginalTool.UseVisualStyleBackColor = true;
            this.btnSetOrginalTool.Click += new System.EventHandler(this.btnSetOrginalTool_Click);
            // 
            // btnSetOrginal
            // 
            this.btnSetOrginal.Location = new System.Drawing.Point(111, 19);
            this.btnSetOrginal.Name = "btnSetOrginal";
            this.btnSetOrginal.Size = new System.Drawing.Size(109, 23);
            this.btnSetOrginal.TabIndex = 3;
            this.btnSetOrginal.Text = "重置原始菜单";
            this.btnSetOrginal.UseVisualStyleBackColor = true;
            this.btnSetOrginal.Click += new System.EventHandler(this.btnSetOrginal_Click);
            // 
            // btnLoadConfig
            // 
            this.btnLoadConfig.Location = new System.Drawing.Point(219, 19);
            this.btnLoadConfig.Name = "btnLoadConfig";
            this.btnLoadConfig.Size = new System.Drawing.Size(109, 23);
            this.btnLoadConfig.TabIndex = 2;
            this.btnLoadConfig.Text = "读取菜单配置";
            this.btnLoadConfig.UseVisualStyleBackColor = true;
            this.btnLoadConfig.Click += new System.EventHandler(this.btnLoadConfig_Click);
            // 
            // btnApply
            // 
            this.btnApply.Location = new System.Drawing.Point(435, 19);
            this.btnApply.Name = "btnApply";
            this.btnApply.Size = new System.Drawing.Size(109, 23);
            this.btnApply.TabIndex = 1;
            this.btnApply.Text = "应用菜单配置";
            this.btnApply.UseVisualStyleBackColor = true;
            this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
            // 
            // btnSave
            // 
            this.btnSave.Location = new System.Drawing.Point(327, 19);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(109, 23);
            this.btnSave.TabIndex = 0;
            this.btnSave.Text = "保存菜单配置";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // gbToolStrip
            // 
            this.gbToolStrip.Controls.Add(this.lbToolStrip);
            this.gbToolStrip.Controls.Add(this.panel2);
            this.gbToolStrip.Dock = System.Windows.Forms.DockStyle.Right;
            this.gbToolStrip.Location = new System.Drawing.Point(821, 52);
            this.gbToolStrip.MinimumSize = new System.Drawing.Size(250, 307);
            this.gbToolStrip.Name = "gbToolStrip";
            this.gbToolStrip.Size = new System.Drawing.Size(295, 497);
            this.gbToolStrip.TabIndex = 17;
            this.gbToolStrip.TabStop = false;
            this.gbToolStrip.Text = "目标工具栏";
            // 
            // lbToolStrip
            // 
            this.lbToolStrip.AllowDrop = true;
            this.lbToolStrip.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lbToolStrip.FormattingEnabled = true;
            this.lbToolStrip.ItemHeight = 12;
            this.lbToolStrip.Location = new System.Drawing.Point(3, 17);
            this.lbToolStrip.Name = "lbToolStrip";
            this.lbToolStrip.Size = new System.Drawing.Size(175, 477);
            this.lbToolStrip.TabIndex = 2;
            this.lbToolStrip.DragDrop += new System.Windows.Forms.DragEventHandler(this.lbToolStrip_DragDrop);
            this.lbToolStrip.DragEnter += new System.Windows.Forms.DragEventHandler(this.lbToolStrip_DragEnter);
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.btnAddSepTool);
            this.panel2.Controls.Add(this.btnDeleteTool);
            this.panel2.Controls.Add(this.btnMoveDownTool);
            this.panel2.Controls.Add(this.btnMoveUpTool);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel2.Location = new System.Drawing.Point(178, 17);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(114, 477);
            this.panel2.TabIndex = 1;
            // 
            // btnAddSepTool
            // 
            this.btnAddSepTool.Location = new System.Drawing.Point(20, 107);
            this.btnAddSepTool.Name = "btnAddSepTool";
            this.btnAddSepTool.Size = new System.Drawing.Size(75, 23);
            this.btnAddSepTool.TabIndex = 3;
            this.btnAddSepTool.Text = "添加分隔符";
            this.btnAddSepTool.UseVisualStyleBackColor = true;
            this.btnAddSepTool.Click += new System.EventHandler(this.btnAddSepTool_Click);
            // 
            // btnDeleteTool
            // 
            this.btnDeleteTool.Location = new System.Drawing.Point(20, 78);
            this.btnDeleteTool.Name = "btnDeleteTool";
            this.btnDeleteTool.Size = new System.Drawing.Size(75, 23);
            this.btnDeleteTool.TabIndex = 2;
            this.btnDeleteTool.Text = "删除";
            this.btnDeleteTool.UseVisualStyleBackColor = true;
            this.btnDeleteTool.Click += new System.EventHandler(this.btnDeleteTool_Click);
            // 
            // btnMoveDownTool
            // 
            this.btnMoveDownTool.Location = new System.Drawing.Point(20, 48);
            this.btnMoveDownTool.Name = "btnMoveDownTool";
            this.btnMoveDownTool.Size = new System.Drawing.Size(75, 23);
            this.btnMoveDownTool.TabIndex = 1;
            this.btnMoveDownTool.Text = "下移";
            this.btnMoveDownTool.UseVisualStyleBackColor = true;
            this.btnMoveDownTool.Click += new System.EventHandler(this.btnMoveDownTool_Click);
            // 
            // btnMoveUpTool
            // 
            this.btnMoveUpTool.Location = new System.Drawing.Point(20, 18);
            this.btnMoveUpTool.Name = "btnMoveUpTool";
            this.btnMoveUpTool.Size = new System.Drawing.Size(75, 23);
            this.btnMoveUpTool.TabIndex = 0;
            this.btnMoveUpTool.Text = "上移";
            this.btnMoveUpTool.UseVisualStyleBackColor = true;
            this.btnMoveUpTool.Click += new System.EventHandler(this.btnMoveUpTool_Click);
            // 
            // gbProject
            // 
            this.gbProject.Controls.Add(this.lbFormList);
            this.gbProject.Controls.Add(this.panel6);
            this.gbProject.Controls.Add(this.panel5);
            this.gbProject.Dock = System.Windows.Forms.DockStyle.Left;
            this.gbProject.Location = new System.Drawing.Point(0, 52);
            this.gbProject.MinimumSize = new System.Drawing.Size(295, 307);
            this.gbProject.Name = "gbProject";
            this.gbProject.Size = new System.Drawing.Size(295, 497);
            this.gbProject.TabIndex = 19;
            this.gbProject.TabStop = false;
            this.gbProject.Text = "工程项";
            // 
            // lbFormList
            // 
            this.lbFormList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lbFormList.FormattingEnabled = true;
            this.lbFormList.ItemHeight = 12;
            this.lbFormList.Location = new System.Drawing.Point(13, 17);
            this.lbFormList.Margin = new System.Windows.Forms.Padding(3, 3, 3, 30);
            this.lbFormList.MinimumSize = new System.Drawing.Size(200, 307);
            this.lbFormList.Name = "lbFormList";
            this.lbFormList.Size = new System.Drawing.Size(207, 477);
            this.lbFormList.TabIndex = 18;
            // 
            // panel6
            // 
            this.panel6.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel6.Location = new System.Drawing.Point(3, 17);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(10, 477);
            this.panel6.TabIndex = 17;
            // 
            // panel5
            // 
            this.panel5.Controls.Add(this.btnMoveSelect);
            this.panel5.Controls.Add(this.btnMoveAll);
            this.panel5.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel5.Location = new System.Drawing.Point(220, 17);
            this.panel5.MinimumSize = new System.Drawing.Size(72, 307);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(72, 477);
            this.panel5.TabIndex = 16;
            // 
            // btnMoveSelect
            // 
            this.btnMoveSelect.Location = new System.Drawing.Point(8, 69);
            this.btnMoveSelect.Name = "btnMoveSelect";
            this.btnMoveSelect.Size = new System.Drawing.Size(56, 31);
            this.btnMoveSelect.TabIndex = 3;
            this.btnMoveSelect.Text = ">";
            this.btnMoveSelect.UseVisualStyleBackColor = true;
            this.btnMoveSelect.Click += new System.EventHandler(this.btnMoveSelect_Click);
            // 
            // btnMoveAll
            // 
            this.btnMoveAll.Location = new System.Drawing.Point(8, 34);
            this.btnMoveAll.Name = "btnMoveAll";
            this.btnMoveAll.Size = new System.Drawing.Size(56, 31);
            this.btnMoveAll.TabIndex = 2;
            this.btnMoveAll.Text = ">>";
            this.btnMoveAll.UseVisualStyleBackColor = true;
            this.btnMoveAll.Click += new System.EventHandler(this.btnMoveAll_Click);
            // 
            // panel7
            // 
            this.panel7.Controls.Add(this.gbMenuStrip);
            this.panel7.Controls.Add(this.gbI18N);
            this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel7.Location = new System.Drawing.Point(295, 52);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(526, 497);
            this.panel7.TabIndex = 21;
            // 
            // gbMenuStrip
            // 
            this.gbMenuStrip.Controls.Add(this.tvMenuList);
            this.gbMenuStrip.Controls.Add(this.panel4);
            this.gbMenuStrip.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gbMenuStrip.Location = new System.Drawing.Point(243, 0);
            this.gbMenuStrip.MinimumSize = new System.Drawing.Size(300, 307);
            this.gbMenuStrip.Name = "gbMenuStrip";
            this.gbMenuStrip.Size = new System.Drawing.Size(300, 497);
            this.gbMenuStrip.TabIndex = 23;
            this.gbMenuStrip.TabStop = false;
            this.gbMenuStrip.Text = "目标菜单栏";
            // 
            // tvMenuList
            // 
            this.tvMenuList.AllowDrop = true;
            this.tvMenuList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tvMenuList.Location = new System.Drawing.Point(3, 17);
            this.tvMenuList.Name = "tvMenuList";
            this.tvMenuList.Size = new System.Drawing.Size(162, 477);
            this.tvMenuList.TabIndex = 10;
            this.tvMenuList.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.tvMenuList_ItemDrag);
            this.tvMenuList.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvMenuList_AfterSelect);
            this.tvMenuList.DragEnter += new System.Windows.Forms.DragEventHandler(this.tvMenuList_DragEnter);
            this.tvMenuList.Leave += new System.EventHandler(this.tvMenuList_Leave);
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.btnExpandAll);
            this.panel4.Controls.Add(this.btnAddTop);
            this.panel4.Controls.Add(this.btnDelete);
            this.panel4.Controls.Add(this.btnModify);
            this.panel4.Controls.Add(this.btnAdd);
            this.panel4.Controls.Add(this.btnMoveChild);
            this.panel4.Controls.Add(this.btnMoveParent);
            this.panel4.Controls.Add(this.btnMoveDown);
            this.panel4.Controls.Add(this.btnMoveUp);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel4.Location = new System.Drawing.Point(165, 17);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(132, 477);
            this.panel4.TabIndex = 9;
            // 
            // btnExpandAll
            // 
            this.btnExpandAll.Location = new System.Drawing.Point(28, 255);
            this.btnExpandAll.Name = "btnExpandAll";
            this.btnExpandAll.Size = new System.Drawing.Size(75, 23);
            this.btnExpandAll.TabIndex = 8;
            this.btnExpandAll.Text = "展开所有";
            this.btnExpandAll.UseVisualStyleBackColor = true;
            this.btnExpandAll.Click += new System.EventHandler(this.btnExpandAll_Click);
            // 
            // btnAddTop
            // 
            this.btnAddTop.Location = new System.Drawing.Point(28, 18);
            this.btnAddTop.Name = "btnAddTop";
            this.btnAddTop.Size = new System.Drawing.Size(75, 23);
            this.btnAddTop.TabIndex = 7;
            this.btnAddTop.Text = "添加顶级";
            this.btnAddTop.UseVisualStyleBackColor = true;
            this.btnAddTop.Click += new System.EventHandler(this.btnAddTop_Click);
            // 
            // btnDelete
            // 
            this.btnDelete.Location = new System.Drawing.Point(28, 107);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(75, 23);
            this.btnDelete.TabIndex = 6;
            this.btnDelete.Text = "删除";
            this.btnDelete.UseVisualStyleBackColor = true;
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            // 
            // btnModify
            // 
            this.btnModify.Location = new System.Drawing.Point(28, 77);
            this.btnModify.Name = "btnModify";
            this.btnModify.Size = new System.Drawing.Size(75, 23);
            this.btnModify.TabIndex = 5;
            this.btnModify.Text = "修改";
            this.btnModify.UseVisualStyleBackColor = true;
            this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
            // 
            // btnAdd
            // 
            this.btnAdd.Location = new System.Drawing.Point(28, 47);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(75, 23);
            this.btnAdd.TabIndex = 4;
            this.btnAdd.Text = "添加子节点";
            this.btnAdd.UseVisualStyleBackColor = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // btnMoveChild
            // 
            this.btnMoveChild.Location = new System.Drawing.Point(28, 226);
            this.btnMoveChild.Name = "btnMoveChild";
            this.btnMoveChild.Size = new System.Drawing.Size(75, 23);
            this.btnMoveChild.TabIndex = 3;
            this.btnMoveChild.Text = "下移一级";
            this.btnMoveChild.UseVisualStyleBackColor = true;
            this.btnMoveChild.Click += new System.EventHandler(this.btnMoveChild_Click);
            // 
            // btnMoveParent
            // 
            this.btnMoveParent.Location = new System.Drawing.Point(28, 196);
            this.btnMoveParent.Name = "btnMoveParent";
            this.btnMoveParent.Size = new System.Drawing.Size(75, 23);
            this.btnMoveParent.TabIndex = 2;
            this.btnMoveParent.Text = "上移一级";
            this.btnMoveParent.UseVisualStyleBackColor = true;
            this.btnMoveParent.Click += new System.EventHandler(this.btnMoveParent_Click);
            // 
            // btnMoveDown
            // 
            this.btnMoveDown.Location = new System.Drawing.Point(28, 166);
            this.btnMoveDown.Name = "btnMoveDown";
            this.btnMoveDown.Size = new System.Drawing.Size(75, 23);
            this.btnMoveDown.TabIndex = 1;
            this.btnMoveDown.Text = "平级下移";
            this.btnMoveDown.UseVisualStyleBackColor = true;
            this.btnMoveDown.Click += new System.EventHandler(this.btnMoveDown_Click);
            // 
            // btnMoveUp
            // 
            this.btnMoveUp.Location = new System.Drawing.Point(28, 136);
            this.btnMoveUp.Name = "btnMoveUp";
            this.btnMoveUp.Size = new System.Drawing.Size(75, 23);
            this.btnMoveUp.TabIndex = 0;
            this.btnMoveUp.Text = "平级上移";
            this.btnMoveUp.UseVisualStyleBackColor = true;
            this.btnMoveUp.Click += new System.EventHandler(this.btnMoveUp_Click);
            // 
            // gbI18N
            // 
            this.gbI18N.Controls.Add(this.panel8);
            this.gbI18N.Controls.Add(this.lstMessages);
            this.gbI18N.Controls.Add(this.toolStrip1);
            this.gbI18N.Dock = System.Windows.Forms.DockStyle.Left;
            this.gbI18N.Location = new System.Drawing.Point(0, 0);
            this.gbI18N.Name = "gbI18N";
            this.gbI18N.Size = new System.Drawing.Size(243, 497);
            this.gbI18N.TabIndex = 22;
            this.gbI18N.TabStop = false;
            this.gbI18N.Text = "国际化设置";
            this.gbI18N.Visible = false;
            // 
            // panel8
            // 
            this.panel8.Controls.Add(this.dgvLocale);
            this.panel8.Controls.Add(this.toolStrip2);
            this.panel8.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel8.Location = new System.Drawing.Point(3, 331);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(237, 163);
            this.panel8.TabIndex = 2;
            // 
            // dgvLocale
            // 
            this.dgvLocale.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvLocale.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colLanguage,
            this.colValue,
            this.colCode,
            this.colCountry});
            this.dgvLocale.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvLocale.Location = new System.Drawing.Point(0, 25);
            this.dgvLocale.MultiSelect = false;
            this.dgvLocale.Name = "dgvLocale";
            this.dgvLocale.RowTemplate.Height = 23;
            this.dgvLocale.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvLocale.Size = new System.Drawing.Size(237, 138);
            this.dgvLocale.TabIndex = 1;
            this.dgvLocale.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLocale_CellEndEdit);
            // 
            // colLanguage
            // 
            this.colLanguage.HeaderText = "区域";
            this.colLanguage.Name = "colLanguage";
            this.colLanguage.ReadOnly = true;
            // 
            // colValue
            // 
            this.colValue.HeaderText = "值";
            this.colValue.Name = "colValue";
            // 
            // colCode
            // 
            this.colCode.HeaderText = "区域代码";
            this.colCode.Name = "colCode";
            this.colCode.ReadOnly = true;
            // 
            // colCountry
            // 
            this.colCountry.HeaderText = "国家";
            this.colCountry.Name = "colCountry";
            this.colCountry.ReadOnly = true;
            // 
            // toolStrip2
            // 
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbSetLocale});
            this.toolStrip2.Location = new System.Drawing.Point(0, 0);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.Size = new System.Drawing.Size(237, 25);
            this.toolStrip2.TabIndex = 0;
            this.toolStrip2.Text = "toolStrip2";
            // 
            // tsbSetLocale
            // 
            this.tsbSetLocale.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tsbSetLocale.Image = ((System.Drawing.Image)(resources.GetObject("tsbSetLocale.Image")));
            this.tsbSetLocale.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbSetLocale.Name = "tsbSetLocale";
            this.tsbSetLocale.Size = new System.Drawing.Size(36, 22);
            this.tsbSetLocale.Text = "设置";
            this.tsbSetLocale.Click += new System.EventHandler(this.tsbSetLocale_Click);
            // 
            // lstMessages
            // 
            this.lstMessages.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lstMessages.FormattingEnabled = true;
            this.lstMessages.ItemHeight = 12;
            this.lstMessages.Location = new System.Drawing.Point(3, 42);
            this.lstMessages.Name = "lstMessages";
            this.lstMessages.Size = new System.Drawing.Size(237, 452);
            this.lstMessages.TabIndex = 1;
            this.lstMessages.SelectedIndexChanged += new System.EventHandler(this.lstMessages_SelectedIndexChanged);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbAddMessage,
            this.tsbDeleteMessage});
            this.toolStrip1.Location = new System.Drawing.Point(3, 17);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(237, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // tsbAddMessage
            // 
            this.tsbAddMessage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tsbAddMessage.Image = ((System.Drawing.Image)(resources.GetObject("tsbAddMessage.Image")));
            this.tsbAddMessage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.tsbAddMessage.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbAddMessage.Name = "tsbAddMessage";
            this.tsbAddMessage.Size = new System.Drawing.Size(36, 22);
            this.tsbAddMessage.Text = "添加";
            this.tsbAddMessage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.tsbAddMessage.Click += new System.EventHandler(this.tsbAddMessage_Click);
            // 
            // tsbDeleteMessage
            // 
            this.tsbDeleteMessage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tsbDeleteMessage.Image = ((System.Drawing.Image)(resources.GetObject("tsbDeleteMessage.Image")));
            this.tsbDeleteMessage.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbDeleteMessage.Name = "tsbDeleteMessage";
            this.tsbDeleteMessage.Size = new System.Drawing.Size(36, 22);
            this.tsbDeleteMessage.Text = "删除";
            this.tsbDeleteMessage.Click += new System.EventHandler(this.tsbDeleteMessage_Click);
            // 
            // FrmSysConfig
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1116, 622);
            this.Controls.Add(this.panel7);
            this.Controls.Add(this.gbProject);
            this.Controls.Add(this.gbToolStrip);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.panel3);
            this.Name = "FrmSysConfig";
            this.Text = "系统工程配置";
            this.Activated += new System.EventHandler(this.FrmSysConfig_Activated);
            this.Load += new System.EventHandler(this.FrmSysConfig_Load);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.panel3.ResumeLayout(false);
            this.gbToolStrip.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.gbProject.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.panel7.ResumeLayout(false);
            this.gbMenuStrip.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.gbI18N.ResumeLayout(false);
            this.gbI18N.PerformLayout();
            this.panel8.ResumeLayout(false);
            this.panel8.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvLocale)).EndInit();
            this.toolStrip2.ResumeLayout(false);
            this.toolStrip2.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label lblCurrentNode;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnScan;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Button btnSetOrginal;
        private System.Windows.Forms.Button btnLoadConfig;
        private System.Windows.Forms.Button btnApply;
        private System.Windows.Forms.Button btnSave;
        private System.Windows.Forms.GroupBox gbToolStrip;
        private System.Windows.Forms.ListBox lbToolStrip;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.GroupBox gbProject;
        private System.Windows.Forms.ListBox lbFormList;
        private System.Windows.Forms.Panel panel6;
        private System.Windows.Forms.Panel panel5;
        private System.Windows.Forms.Button btnMoveSelect;
        private System.Windows.Forms.Button btnMoveAll;
        private System.Windows.Forms.Button btnAddSepTool;
        private System.Windows.Forms.Button btnDeleteTool;
        private System.Windows.Forms.Button btnMoveDownTool;
        private System.Windows.Forms.Button btnMoveUpTool;
        private System.Windows.Forms.Button btnApplyTool;
        private System.Windows.Forms.Button btnSaveTool;
        private System.Windows.Forms.Button btnLoadConfigTool;
        private System.Windows.Forms.Button btnSetOrginalTool;
        private System.Windows.Forms.Button btnI18N;
        private System.Windows.Forms.Panel panel7;
        private System.Windows.Forms.GroupBox gbMenuStrip;
        private System.Windows.Forms.TreeView tvMenuList;
        private System.Windows.Forms.Panel panel4;
        private System.Windows.Forms.Button btnExpandAll;
        private System.Windows.Forms.Button btnAddTop;
        private System.Windows.Forms.Button btnDelete;
        private System.Windows.Forms.Button btnModify;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.Button btnMoveChild;
        private System.Windows.Forms.Button btnMoveParent;
        private System.Windows.Forms.Button btnMoveDown;
        private System.Windows.Forms.Button btnMoveUp;
        private System.Windows.Forms.GroupBox gbI18N;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton tsbAddMessage;
        private System.Windows.Forms.ListBox lstMessages;
        private System.Windows.Forms.ToolStripButton tsbDeleteMessage;
        private System.Windows.Forms.Panel panel8;
        private System.Windows.Forms.DataGridView dgvLocale;
        private System.Windows.Forms.ToolStrip toolStrip2;
        private System.Windows.Forms.ToolStripButton tsbSetLocale;
        private System.Windows.Forms.DataGridViewTextBoxColumn colLanguage;
        private System.Windows.Forms.DataGridViewTextBoxColumn colValue;
        private System.Windows.Forms.DataGridViewTextBoxColumn colCode;
        private System.Windows.Forms.DataGridViewTextBoxColumn colCountry;
    }
}