namespace CommonAIEditor
{
    partial class Editor
    {
        /// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Editor));
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPageScene = new System.Windows.Forms.TabPage();
            this.tabPageUnits = new System.Windows.Forms.TabPage();
            this.tabPageSkills = new System.Windows.Forms.TabPage();
            this.tabPageSpells = new System.Windows.Forms.TabPage();
            this.tabPageBuffs = new System.Windows.Forms.TabPage();
            this.tabPageItems = new System.Windows.Forms.TabPage();
            this.tabPageUnitTriggers = new System.Windows.Forms.TabPage();
            this.tabPageUnitEvents = new System.Windows.Forms.TabPage();
            this.tabPageResource = new System.Windows.Forms.TabPage();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.treeViewRes = new System.Windows.Forms.TreeView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.listViewRes = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.toolStrip2 = new System.Windows.Forms.ToolStrip();
            this.btnRefreshRes = new System.Windows.Forms.ToolStripButton();
            this.btnRemoveRes = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.btnRunRes = new System.Windows.Forms.ToolStripButton();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
            this.btn_saveALL = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_saveALLCheck = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.btn_LoadLanguageCsv = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
            this.btn_CleanRes = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_OutputRes = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.btn_PlayBattleRecord = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripDropDownButton3 = new System.Windows.Forms.ToolStripDropDownButton();
            this.btn_CopyText = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
            this.btn_SetTemplateConfig = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_SetTemplateExtConfig = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
            this.btn_DefineTerrain = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_UnitActionDefinition = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripPlugins = new System.Windows.Forms.ToolStripDropDownButton();
            this.btn_ScriptEdit = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
            this.tabControl1.SuspendLayout();
            this.tabPageResource.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.toolStrip2.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPageScene);
            this.tabControl1.Controls.Add(this.tabPageUnits);
            this.tabControl1.Controls.Add(this.tabPageSkills);
            this.tabControl1.Controls.Add(this.tabPageSpells);
            this.tabControl1.Controls.Add(this.tabPageBuffs);
            this.tabControl1.Controls.Add(this.tabPageItems);
            this.tabControl1.Controls.Add(this.tabPageUnitTriggers);
            this.tabControl1.Controls.Add(this.tabPageUnitEvents);
            this.tabControl1.Controls.Add(this.tabPageResource);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.ImageList = this.imageList1;
            this.tabControl1.Location = new System.Drawing.Point(0, 25);
            this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1259, 760);
            this.tabControl1.TabIndex = 7;
            // 
            // tabPageScene
            // 
            this.tabPageScene.ImageKey = "icon_scene.png";
            this.tabPageScene.Location = new System.Drawing.Point(4, 26);
            this.tabPageScene.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tabPageScene.Name = "tabPageScene";
            this.tabPageScene.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tabPageScene.Size = new System.Drawing.Size(1251, 730);
            this.tabPageScene.TabIndex = 1;
            this.tabPageScene.Text = "场景";
            this.tabPageScene.UseVisualStyleBackColor = true;
            // 
            // tabPageUnits
            // 
            this.tabPageUnits.ImageKey = "icon_res_2.png";
            this.tabPageUnits.Location = new System.Drawing.Point(4, 26);
            this.tabPageUnits.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tabPageUnits.Name = "tabPageUnits";
            this.tabPageUnits.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tabPageUnits.Size = new System.Drawing.Size(1251, 730);
            this.tabPageUnits.TabIndex = 0;
            this.tabPageUnits.Text = "单位";
            this.tabPageUnits.UseVisualStyleBackColor = true;
            // 
            // tabPageSkills
            // 
            this.tabPageSkills.ImageKey = "icon_res_3.png";
            this.tabPageSkills.Location = new System.Drawing.Point(4, 26);
            this.tabPageSkills.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tabPageSkills.Name = "tabPageSkills";
            this.tabPageSkills.Size = new System.Drawing.Size(1251, 730);
            this.tabPageSkills.TabIndex = 2;
            this.tabPageSkills.Text = "技能";
            this.tabPageSkills.UseVisualStyleBackColor = true;
            // 
            // tabPageSpells
            // 
            this.tabPageSpells.ImageKey = "icon_res_8.png";
            this.tabPageSpells.Location = new System.Drawing.Point(4, 26);
            this.tabPageSpells.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tabPageSpells.Name = "tabPageSpells";
            this.tabPageSpells.Size = new System.Drawing.Size(1251, 730);
            this.tabPageSpells.TabIndex = 3;
            this.tabPageSpells.Text = "法术";
            this.tabPageSpells.UseVisualStyleBackColor = true;
            // 
            // tabPageBuffs
            // 
            this.tabPageBuffs.ImageKey = "icon_res_5.png";
            this.tabPageBuffs.Location = new System.Drawing.Point(4, 26);
            this.tabPageBuffs.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tabPageBuffs.Name = "tabPageBuffs";
            this.tabPageBuffs.Size = new System.Drawing.Size(1251, 730);
            this.tabPageBuffs.TabIndex = 5;
            this.tabPageBuffs.Text = "BUFF";
            this.tabPageBuffs.UseVisualStyleBackColor = true;
            // 
            // tabPageItems
            // 
            this.tabPageItems.ImageKey = "icon_res_4.png";
            this.tabPageItems.Location = new System.Drawing.Point(4, 26);
            this.tabPageItems.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tabPageItems.Name = "tabPageItems";
            this.tabPageItems.Size = new System.Drawing.Size(1251, 730);
            this.tabPageItems.TabIndex = 4;
            this.tabPageItems.Text = "物品";
            this.tabPageItems.UseVisualStyleBackColor = true;
            // 
            // tabPageUnitTriggers
            // 
            this.tabPageUnitTriggers.ImageKey = "icon_res_5.png";
            this.tabPageUnitTriggers.Location = new System.Drawing.Point(4, 26);
            this.tabPageUnitTriggers.Name = "tabPageUnitTriggers";
            this.tabPageUnitTriggers.Size = new System.Drawing.Size(1251, 730);
            this.tabPageUnitTriggers.TabIndex = 7;
            this.tabPageUnitTriggers.Text = "单位触发器";
            this.tabPageUnitTriggers.UseVisualStyleBackColor = true;
            // 
            // tabPageUnitEvents
            // 
            this.tabPageUnitEvents.ImageKey = "icon_res_9.png";
            this.tabPageUnitEvents.Location = new System.Drawing.Point(4, 26);
            this.tabPageUnitEvents.Name = "tabPageUnitEvents";
            this.tabPageUnitEvents.Size = new System.Drawing.Size(1251, 730);
            this.tabPageUnitEvents.TabIndex = 8;
            this.tabPageUnitEvents.Text = "单位事件";
            this.tabPageUnitEvents.UseVisualStyleBackColor = true;
            // 
            // tabPageResource
            // 
            this.tabPageResource.Controls.Add(this.splitContainer1);
            this.tabPageResource.ImageKey = "icon_res.png";
            this.tabPageResource.Location = new System.Drawing.Point(4, 26);
            this.tabPageResource.Name = "tabPageResource";
            this.tabPageResource.Size = new System.Drawing.Size(1251, 730);
            this.tabPageResource.TabIndex = 6;
            this.tabPageResource.Text = "资源";
            this.tabPageResource.UseVisualStyleBackColor = true;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.treeViewRes);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.listViewRes);
            this.splitContainer1.Panel2.Controls.Add(this.toolStrip2);
            this.splitContainer1.Size = new System.Drawing.Size(1251, 730);
            this.splitContainer1.SplitterDistance = 658;
            this.splitContainer1.TabIndex = 1;
            // 
            // treeViewRes
            // 
            this.treeViewRes.AllowDrop = true;
            this.treeViewRes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeViewRes.ImageIndex = 0;
            this.treeViewRes.ImageList = this.imageList1;
            this.treeViewRes.Location = new System.Drawing.Point(0, 0);
            this.treeViewRes.Name = "treeViewRes";
            this.treeViewRes.SelectedImageIndex = 0;
            this.treeViewRes.Size = new System.Drawing.Size(658, 730);
            this.treeViewRes.TabIndex = 0;
            this.treeViewRes.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeViewRes_ItemDrag);
            this.treeViewRes.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeViewRes_NodeMouseDoubleClick);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "close12.png");
            this.imageList1.Images.SetKeyName(1, "icon_action.png");
            this.imageList1.Images.SetKeyName(2, "icon_affect.png");
            this.imageList1.Images.SetKeyName(3, "icon_camera.png");
            this.imageList1.Images.SetKeyName(4, "icon_condition.png");
            this.imageList1.Images.SetKeyName(5, "icon_cpj.png");
            this.imageList1.Images.SetKeyName(6, "icon_cpj_48.png");
            this.imageList1.Images.SetKeyName(7, "icon_edit.png");
            this.imageList1.Images.SetKeyName(8, "icon_edit_48.png");
            this.imageList1.Images.SetKeyName(9, "icon_error.png");
            this.imageList1.Images.SetKeyName(10, "icon_event.png");
            this.imageList1.Images.SetKeyName(11, "icon_grid.png");
            this.imageList1.Images.SetKeyName(12, "icon_hd.png");
            this.imageList1.Images.SetKeyName(13, "icon_layer.png");
            this.imageList1.Images.SetKeyName(14, "icon_quest.png");
            this.imageList1.Images.SetKeyName(15, "icon_quest_condition.png");
            this.imageList1.Images.SetKeyName(16, "icon_quest_event.png");
            this.imageList1.Images.SetKeyName(17, "icon_quest_group.png");
            this.imageList1.Images.SetKeyName(18, "icon_quest_result.png");
            this.imageList1.Images.SetKeyName(19, "icon_refresh.png");
            this.imageList1.Images.SetKeyName(20, "icon_res_1.png");
            this.imageList1.Images.SetKeyName(21, "icon_res_2.png");
            this.imageList1.Images.SetKeyName(22, "icon_res_3.png");
            this.imageList1.Images.SetKeyName(23, "icon_res_4.png");
            this.imageList1.Images.SetKeyName(24, "icon_res_5.png");
            this.imageList1.Images.SetKeyName(25, "icon_res_6.png");
            this.imageList1.Images.SetKeyName(26, "icon_res_7.png");
            this.imageList1.Images.SetKeyName(27, "icon_res_8.png");
            this.imageList1.Images.SetKeyName(28, "icon_res_9.png");
            this.imageList1.Images.SetKeyName(29, "icon_run.png");
            this.imageList1.Images.SetKeyName(30, "icon_scene.png");
            this.imageList1.Images.SetKeyName(31, "icon_scene_graph.png");
            this.imageList1.Images.SetKeyName(32, "icon_talk.png");
            this.imageList1.Images.SetKeyName(33, "icon_trigger.png");
            this.imageList1.Images.SetKeyName(34, "icons_bar.png");
            this.imageList1.Images.SetKeyName(35, "icons_tool_bar1.png");
            this.imageList1.Images.SetKeyName(36, "icons_tool_bar2.png");
            this.imageList1.Images.SetKeyName(37, "icons_tool_bar3.png");
            this.imageList1.Images.SetKeyName(38, "img_item_info.png");
            this.imageList1.Images.SetKeyName(39, "img_job_trainer.png");
            this.imageList1.Images.SetKeyName(40, "img_mail.png");
            this.imageList1.Images.SetKeyName(41, "img_npc_bank.png");
            this.imageList1.Images.SetKeyName(42, "img_quest_info.png");
            this.imageList1.Images.SetKeyName(43, "img_quest_info2.png");
            this.imageList1.Images.SetKeyName(44, "img_script.png");
            this.imageList1.Images.SetKeyName(45, "img_sell_item.png");
            this.imageList1.Images.SetKeyName(46, "img_skill_trainer.png");
            this.imageList1.Images.SetKeyName(47, "img_talk.png");
            this.imageList1.Images.SetKeyName(48, "img_transport.png");
            this.imageList1.Images.SetKeyName(49, "light64.png");
            this.imageList1.Images.SetKeyName(50, "lock.png");
            this.imageList1.Images.SetKeyName(51, "splash.jpg");
            this.imageList1.Images.SetKeyName(52, "icon_res.png");
            // 
            // listViewRes
            // 
            this.listViewRes.AllowDrop = true;
            this.listViewRes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1});
            this.listViewRes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewRes.Location = new System.Drawing.Point(0, 25);
            this.listViewRes.Name = "listViewRes";
            this.listViewRes.Size = new System.Drawing.Size(589, 705);
            this.listViewRes.SmallImageList = this.imageList1;
            this.listViewRes.TabIndex = 1;
            this.listViewRes.UseCompatibleStateImageBehavior = false;
            this.listViewRes.View = System.Windows.Forms.View.Details;
            this.listViewRes.DragDrop += new System.Windows.Forms.DragEventHandler(this.listView1_DragDrop);
            this.listViewRes.DragEnter += new System.Windows.Forms.DragEventHandler(this.listView1_DragEnter);
            this.listViewRes.DragOver += new System.Windows.Forms.DragEventHandler(this.listView1_DragOver);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "File";
            this.columnHeader1.Width = 271;
            // 
            // toolStrip2
            // 
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnRefreshRes,
            this.btnRemoveRes,
            this.toolStripSeparator1,
            this.btnRunRes});
            this.toolStrip2.Location = new System.Drawing.Point(0, 0);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.Size = new System.Drawing.Size(589, 25);
            this.toolStrip2.TabIndex = 0;
            this.toolStrip2.Text = "toolStrip2";
            // 
            // btnRefreshRes
            // 
            this.btnRefreshRes.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnRefreshRes.Image = ((System.Drawing.Image)(resources.GetObject("btnRefreshRes.Image")));
            this.btnRefreshRes.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnRefreshRes.Name = "btnRefreshRes";
            this.btnRefreshRes.Size = new System.Drawing.Size(23, 22);
            this.btnRefreshRes.Text = "清除";
            this.btnRefreshRes.Click += new System.EventHandler(this.btnRefreshRes_Click);
            // 
            // btnRemoveRes
            // 
            this.btnRemoveRes.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnRemoveRes.Image = ((System.Drawing.Image)(resources.GetObject("btnRemoveRes.Image")));
            this.btnRemoveRes.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnRemoveRes.Name = "btnRemoveRes";
            this.btnRemoveRes.Size = new System.Drawing.Size(23, 22);
            this.btnRemoveRes.Text = "删除选中的";
            this.btnRemoveRes.Click += new System.EventHandler(this.btnRemoveRes_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // btnRunRes
            // 
            this.btnRunRes.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnRunRes.Image = ((System.Drawing.Image)(resources.GetObject("btnRunRes.Image")));
            this.btnRunRes.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnRunRes.Name = "btnRunRes";
            this.btnRunRes.Size = new System.Drawing.Size(23, 22);
            this.btnRunRes.Text = "查看";
            this.btnRunRes.Click += new System.EventHandler(this.btnRunRes_Click);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripDropDownButton1,
            this.toolStripDropDownButton3,
            this.toolStripDropDownButton2,
            this.toolStripPlugins});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(1259, 25);
            this.toolStrip1.TabIndex = 1;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripDropDownButton1
            // 
            this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btn_saveALL,
            this.btn_saveALLCheck,
            this.toolStripMenuItem1,
            this.btn_LoadLanguageCsv,
            this.toolStripMenuItem3,
            this.btn_CleanRes,
            this.btn_OutputRes,
            this.toolStripMenuItem2,
            this.btn_PlayBattleRecord});
            this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
            this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
            this.toolStripDropDownButton1.Size = new System.Drawing.Size(45, 22);
            this.toolStripDropDownButton1.Text = "文件";
            this.toolStripDropDownButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btn_saveALL
            // 
            this.btn_saveALL.Image = ((System.Drawing.Image)(resources.GetObject("btn_saveALL.Image")));
            this.btn_saveALL.Name = "btn_saveALL";
            this.btn_saveALL.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            this.btn_saveALL.Size = new System.Drawing.Size(168, 22);
            this.btn_saveALL.Text = "保存所有";
            this.btn_saveALL.Click += new System.EventHandler(this.btn_saveAll_Click);
            // 
            // btn_saveALLCheck
            // 
            this.btn_saveALLCheck.Name = "btn_saveALLCheck";
            this.btn_saveALLCheck.Size = new System.Drawing.Size(168, 22);
            this.btn_saveALLCheck.Text = "保存并检测";
            this.btn_saveALLCheck.Click += new System.EventHandler(this.btn_saveALLCheck_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(165, 6);
            // 
            // btn_LoadLanguageCsv
            // 
            this.btn_LoadLanguageCsv.Name = "btn_LoadLanguageCsv";
            this.btn_LoadLanguageCsv.Size = new System.Drawing.Size(168, 22);
            this.btn_LoadLanguageCsv.Text = "载入语言文件";
            this.btn_LoadLanguageCsv.Click += new System.EventHandler(this.btn_LoadLanguageCsv_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(165, 6);
            // 
            // btn_CleanRes
            // 
            this.btn_CleanRes.Name = "btn_CleanRes";
            this.btn_CleanRes.Size = new System.Drawing.Size(168, 22);
            this.btn_CleanRes.Text = "检测无用资源";
            this.btn_CleanRes.Click += new System.EventHandler(this.btn_CleanRes_Click);
            // 
            // btn_OutputRes
            // 
            this.btn_OutputRes.Name = "btn_OutputRes";
            this.btn_OutputRes.Size = new System.Drawing.Size(168, 22);
            this.btn_OutputRes.Text = "导出资源";
            this.btn_OutputRes.Click += new System.EventHandler(this.btn_OutputRes_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(165, 6);
            // 
            // btn_PlayBattleRecord
            // 
            this.btn_PlayBattleRecord.Name = "btn_PlayBattleRecord";
            this.btn_PlayBattleRecord.Size = new System.Drawing.Size(168, 22);
            this.btn_PlayBattleRecord.Text = "播放战报(Win32)";
            this.btn_PlayBattleRecord.Click += new System.EventHandler(this.btn_PlayBattleRecord_Click);
            // 
            // toolStripDropDownButton3
            // 
            this.toolStripDropDownButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripDropDownButton3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btn_CopyText});
            this.toolStripDropDownButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton3.Image")));
            this.toolStripDropDownButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDropDownButton3.Name = "toolStripDropDownButton3";
            this.toolStripDropDownButton3.Size = new System.Drawing.Size(45, 22);
            this.toolStripDropDownButton3.Text = "编辑";
            // 
            // btn_CopyText
            // 
            this.btn_CopyText.Name = "btn_CopyText";
            this.btn_CopyText.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
            this.btn_CopyText.Size = new System.Drawing.Size(181, 22);
            this.btn_CopyText.Text = "拷贝为文本";
            this.btn_CopyText.Click += new System.EventHandler(this.btn_CopyText_Click);
            // 
            // toolStripDropDownButton2
            // 
            this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btn_SetTemplateConfig,
            this.btn_SetTemplateExtConfig,
            this.toolStripMenuItem4,
            this.btn_DefineTerrain,
            this.btn_UnitActionDefinition});
            this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
            this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
            this.toolStripDropDownButton2.Size = new System.Drawing.Size(45, 22);
            this.toolStripDropDownButton2.Text = "设置";
            // 
            // btn_SetTemplateConfig
            // 
            this.btn_SetTemplateConfig.Name = "btn_SetTemplateConfig";
            this.btn_SetTemplateConfig.Size = new System.Drawing.Size(152, 22);
            this.btn_SetTemplateConfig.Text = "游戏参数";
            this.btn_SetTemplateConfig.Click += new System.EventHandler(this.btn_SetTemplateConfig_Click);
            // 
            // btn_SetTemplateExtConfig
            // 
            this.btn_SetTemplateExtConfig.Name = "btn_SetTemplateExtConfig";
            this.btn_SetTemplateExtConfig.Size = new System.Drawing.Size(152, 22);
            this.btn_SetTemplateExtConfig.Text = "扩展参数";
            this.btn_SetTemplateExtConfig.Click += new System.EventHandler(this.btn_SetTemplateExtConfig_Click);
            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size = new System.Drawing.Size(149, 6);
            // 
            // btn_DefineTerrain
            // 
            this.btn_DefineTerrain.Name = "btn_DefineTerrain";
            this.btn_DefineTerrain.Size = new System.Drawing.Size(152, 22);
            this.btn_DefineTerrain.Text = "定义地图块";
            this.btn_DefineTerrain.Click += new System.EventHandler(this.btn_DefineTerrain_Click);
            // 
            // btn_UnitActionDefinition
            // 
            this.btn_UnitActionDefinition.Name = "btn_UnitActionDefinition";
            this.btn_UnitActionDefinition.Size = new System.Drawing.Size(152, 22);
            this.btn_UnitActionDefinition.Text = "定义动作";
            this.btn_UnitActionDefinition.Click += new System.EventHandler(this.btn_DefineUnitAction_Click);
            // 
            // toolStripPlugins
            // 
            this.toolStripPlugins.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripPlugins.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btn_ScriptEdit});
            this.toolStripPlugins.Image = ((System.Drawing.Image)(resources.GetObject("toolStripPlugins.Image")));
            this.toolStripPlugins.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripPlugins.Name = "toolStripPlugins";
            this.toolStripPlugins.Size = new System.Drawing.Size(45, 22);
            this.toolStripPlugins.Text = "扩展";
            // 
            // btn_ScriptEdit
            // 
            this.btn_ScriptEdit.Enabled = false;
            this.btn_ScriptEdit.Image = ((System.Drawing.Image)(resources.GetObject("btn_ScriptEdit.Image")));
            this.btn_ScriptEdit.Name = "btn_ScriptEdit";
            this.btn_ScriptEdit.Size = new System.Drawing.Size(136, 22);
            this.btn_ScriptEdit.Text = "脚本编辑器";
            this.btn_ScriptEdit.Click += new System.EventHandler(this.btn_ScriptEdit_Click);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1});
            this.statusStrip1.Location = new System.Drawing.Point(0, 785);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(1259, 22);
            this.statusStrip1.TabIndex = 8;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(39, 17);
            this.toolStripStatusLabel1.Text = "Label";
            // 
            // fileSystemWatcher1
            // 
            this.fileSystemWatcher1.EnableRaisingEvents = true;
            this.fileSystemWatcher1.SynchronizingObject = this;
            // 
            // Editor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1259, 807);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.toolStrip1);
            this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.ImeMode = System.Windows.Forms.ImeMode.On;
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.Name = "Editor";
            this.Text = "GameEditor";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Editor_FormClosing);
            this.Load += new System.EventHandler(this.Editor_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPageResource.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.toolStrip2.ResumeLayout(false);
            this.toolStrip2.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPageUnits;
        private System.Windows.Forms.TabPage tabPageScene;
        private System.Windows.Forms.ToolStripMenuItem btn_saveALL;
        private System.Windows.Forms.TabPage tabPageSkills;
        private System.Windows.Forms.TabPage tabPageSpells;
        private System.Windows.Forms.TabPage tabPageItems;
        private System.Windows.Forms.ImageList imageList1;
        private System.Windows.Forms.TabPage tabPageBuffs;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
        private System.Windows.Forms.ToolStripMenuItem btn_SetTemplateConfig;
        private System.Windows.Forms.TabPage tabPageResource;
        private System.Windows.Forms.TreeView treeViewRes;
        private System.IO.FileSystemWatcher fileSystemWatcher1;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.ToolStrip toolStrip2;
        private System.Windows.Forms.ListView listViewRes;
        private System.Windows.Forms.ToolStripButton btnRunRes;
        private System.Windows.Forms.ToolStripButton btnRefreshRes;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ColumnHeader columnHeader1;
        private System.Windows.Forms.ToolStripButton btnRemoveRes;
        private System.Windows.Forms.ToolStripDropDownButton toolStripPlugins;
        private System.Windows.Forms.ToolStripMenuItem btn_ScriptEdit;
        private System.Windows.Forms.ToolStripMenuItem btn_CleanRes;
        private System.Windows.Forms.TabPage tabPageUnitTriggers;
        private System.Windows.Forms.ToolStripMenuItem btn_saveALLCheck;
        private System.Windows.Forms.ToolStripMenuItem btn_SetTemplateExtConfig;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem btn_LoadLanguageCsv;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
        private System.Windows.Forms.ToolStripMenuItem btn_PlayBattleRecord;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
        private System.Windows.Forms.ToolStripMenuItem btn_OutputRes;
        private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton3;
        private System.Windows.Forms.ToolStripMenuItem btn_CopyText;
        private System.Windows.Forms.TabPage tabPageUnitEvents;
        private System.Windows.Forms.ToolStripMenuItem btn_DefineTerrain;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
        private System.Windows.Forms.ToolStripMenuItem btn_UnitActionDefinition;
    }
}