12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142 |
- namespace CommonAIEditor.Scene
- {
- partial class SceneEditor
- {
- /// <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(SceneEditor));
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
- this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripDropDownButton3 = new System.Windows.Forms.ToolStripDropDownButton();
- this.btn_Copy = new System.Windows.Forms.ToolStripMenuItem();
- this.btn_Paste = new System.Windows.Forms.ToolStripMenuItem();
- this.btn_CopyToClipboard = new System.Windows.Forms.ToolStripMenuItem();
- this.btn_Delete = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripButtonSave = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.btn_selectUnit = new System.Windows.Forms.ToolStripButton();
- this.btn_setTerrain = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.btn_Brush = new System.Windows.Forms.ToolStripDropDownButton();
- this.btn_BrushRound = new System.Windows.Forms.ToolStripMenuItem();
- this.btn_BrushRect = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripButton_Color = new System.Windows.Forms.ToolStripButton();
- this.combo_BrushSize = new System.Windows.Forms.ToolStripComboBox();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripButton_ShowTerrain = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
- this.tool_RunGamePlugin = new System.Windows.Forms.ToolStripMenuItem();
- this.tool_RunGameEmu = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
- this.btn_TestAstar = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
- this.btn_ScriptEditor = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
- this.btn_EnvVars = new System.Windows.Forms.ToolStripButton();
- this.btn_Events = new System.Windows.Forms.ToolStripButton();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.panel3 = new System.Windows.Forms.Panel();
- this.treeView1 = new System.Windows.Forms.TreeView();
- this.toolStrip3 = new System.Windows.Forms.ToolStrip();
- this.btn_TreeExpandAll = new System.Windows.Forms.ToolStripButton();
- this.btn_TreeCollapseAll = new System.Windows.Forms.ToolStripButton();
- this.splitContainer2 = new System.Windows.Forms.SplitContainer();
- this.panel1 = new System.Windows.Forms.Panel();
- this.splitContainer3 = new System.Windows.Forms.SplitContainer();
- this.panel2 = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.propertyGrid1 = new CommonFroms.G2D.DataGrid.G2DPropertyGrid();
- this.toolStrip2 = new System.Windows.Forms.ToolStrip();
- this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.numericYCount = new System.Windows.Forms.NumericUpDown();
- this.numericXCount = new System.Windows.Forms.NumericUpDown();
- this.numericCellH = new System.Windows.Forms.NumericUpDown();
- this.numericCellW = new System.Windows.Forms.NumericUpDown();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.buttonSetTerrain = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.objectMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.objBtn_CopyNameText = new System.Windows.Forms.ToolStripMenuItem();
- this.objBtn_OnOff = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
- this.objBtn_Rename = new System.Windows.Forms.ToolStripMenuItem();
- this.objBtn_Copy = new System.Windows.Forms.ToolStripMenuItem();
- this.objBtn_Paste = new System.Windows.Forms.ToolStripMenuItem();
- this.objBtn_Duplicate = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
- this.objBtn_Event = new System.Windows.Forms.ToolStripMenuItem();
- this.objBtn_Remove = new System.Windows.Forms.ToolStripMenuItem();
- this.groupMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.addUnit_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.addItem_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.addRegion_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.addPoint_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.addDecoration_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.addArea_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
- this.addGroup_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.renameGroup_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
- this.copyGroup_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.pasteGroup_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.cloneGroup_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.panel3.SuspendLayout();
- this.toolStrip3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
- this.splitContainer2.Panel1.SuspendLayout();
- this.splitContainer2.Panel2.SuspendLayout();
- this.splitContainer2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
- this.splitContainer3.Panel1.SuspendLayout();
- this.splitContainer3.Panel2.SuspendLayout();
- this.splitContainer3.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.toolStrip2.SuspendLayout();
- this.tabPage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericYCount)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericXCount)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericCellH)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericCellW)).BeginInit();
- this.objectMenuStrip.SuspendLayout();
- this.groupMenuStrip.SuspendLayout();
- this.SuspendLayout();
- //
- // toolStrip1
- //
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripDropDownButton1,
- this.toolStripDropDownButton3,
- this.toolStripButtonSave,
- this.toolStripSeparator2,
- this.btn_selectUnit,
- this.btn_setTerrain,
- this.toolStripSeparator4,
- this.btn_Brush,
- this.toolStripButton_Color,
- this.combo_BrushSize,
- this.toolStripSeparator3,
- this.toolStripButton_ShowTerrain,
- this.toolStripSeparator1,
- this.toolStripDropDownButton2,
- this.toolStripSeparator5,
- this.btn_ScriptEditor,
- this.toolStripSeparator6,
- this.btn_EnvVars,
- this.btn_Events});
- this.toolStrip1.Location = new System.Drawing.Point(0, 0);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(1317, 25);
- this.toolStrip1.TabIndex = 0;
- this.toolStrip1.Text = "toolStrip1";
- //
- // toolStripDropDownButton1
- //
- this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.saveToolStripMenuItem});
- this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
- this.toolStripDropDownButton1.Size = new System.Drawing.Size(45, 22);
- this.toolStripDropDownButton1.Text = "文件";
- //
- // saveToolStripMenuItem
- //
- this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
- this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
- this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
- this.saveToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
- this.saveToolStripMenuItem.Text = "保存";
- this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
- //
- // toolStripDropDownButton3
- //
- this.toolStripDropDownButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.toolStripDropDownButton3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btn_Copy,
- this.btn_Paste,
- this.btn_CopyToClipboard,
- this.btn_Delete});
- 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_Copy
- //
- this.btn_Copy.Name = "btn_Copy";
- this.btn_Copy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
- this.btn_Copy.Size = new System.Drawing.Size(227, 22);
- this.btn_Copy.Text = "复制";
- this.btn_Copy.Click += new System.EventHandler(this.btn_Copy_Click);
- //
- // btn_Paste
- //
- this.btn_Paste.Name = "btn_Paste";
- this.btn_Paste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
- this.btn_Paste.Size = new System.Drawing.Size(227, 22);
- this.btn_Paste.Text = "粘贴";
- this.btn_Paste.Click += new System.EventHandler(this.btn_Paste_Click);
- //
- // btn_CopyToClipboard
- //
- this.btn_CopyToClipboard.Name = "btn_CopyToClipboard";
- this.btn_CopyToClipboard.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
- | System.Windows.Forms.Keys.C)));
- this.btn_CopyToClipboard.Size = new System.Drawing.Size(227, 22);
- this.btn_CopyToClipboard.Text = "拷贝作为文本";
- this.btn_CopyToClipboard.Click += new System.EventHandler(this.btn_CopyToClipboard_Click);
- //
- // btn_Delete
- //
- this.btn_Delete.Name = "btn_Delete";
- this.btn_Delete.ShortcutKeys = System.Windows.Forms.Keys.Delete;
- this.btn_Delete.Size = new System.Drawing.Size(227, 22);
- this.btn_Delete.Text = "删除";
- this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click);
- //
- // toolStripButtonSave
- //
- this.toolStripButtonSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButtonSave.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSave.Image")));
- this.toolStripButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButtonSave.Name = "toolStripButtonSave";
- this.toolStripButtonSave.Size = new System.Drawing.Size(23, 22);
- this.toolStripButtonSave.Text = "保存";
- this.toolStripButtonSave.Click += new System.EventHandler(this.toolStripButtonSave_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // btn_selectUnit
- //
- this.btn_selectUnit.Checked = true;
- this.btn_selectUnit.CheckState = System.Windows.Forms.CheckState.Checked;
- this.btn_selectUnit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btn_selectUnit.Image = ((System.Drawing.Image)(resources.GetObject("btn_selectUnit.Image")));
- this.btn_selectUnit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.btn_selectUnit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btn_selectUnit.Name = "btn_selectUnit";
- this.btn_selectUnit.Size = new System.Drawing.Size(23, 22);
- this.btn_selectUnit.Text = "选择单位";
- this.btn_selectUnit.Click += new System.EventHandler(this.btn_selectUnit_Click);
- //
- // btn_setTerrain
- //
- this.btn_setTerrain.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btn_setTerrain.Image = ((System.Drawing.Image)(resources.GetObject("btn_setTerrain.Image")));
- this.btn_setTerrain.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.btn_setTerrain.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btn_setTerrain.Name = "btn_setTerrain";
- this.btn_setTerrain.Size = new System.Drawing.Size(23, 22);
- this.btn_setTerrain.Text = "地图笔刷";
- this.btn_setTerrain.Click += new System.EventHandler(this.btn_setTerrain_Click);
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
- //
- // btn_Brush
- //
- this.btn_Brush.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btn_Brush.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btn_BrushRound,
- this.btn_BrushRect});
- this.btn_Brush.Image = global::CommonAIEditor.Properties.Resources.icon_round;
- this.btn_Brush.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btn_Brush.Name = "btn_Brush";
- this.btn_Brush.Size = new System.Drawing.Size(29, 22);
- this.btn_Brush.Text = "选择笔刷";
- //
- // btn_BrushRound
- //
- this.btn_BrushRound.Image = global::CommonAIEditor.Properties.Resources.icon_round;
- this.btn_BrushRound.Name = "btn_BrushRound";
- this.btn_BrushRound.Size = new System.Drawing.Size(152, 22);
- this.btn_BrushRound.Text = "Round";
- this.btn_BrushRound.Click += new System.EventHandler(this.btn_Brush_Click);
- //
- // btn_BrushRect
- //
- this.btn_BrushRect.Image = global::CommonAIEditor.Properties.Resources.icon_rect;
- this.btn_BrushRect.Name = "btn_BrushRect";
- this.btn_BrushRect.Size = new System.Drawing.Size(152, 22);
- this.btn_BrushRect.Text = "Rectangle";
- this.btn_BrushRect.Click += new System.EventHandler(this.btn_Brush_Click);
- //
- // toolStripButton_Color
- //
- this.toolStripButton_Color.AutoSize = false;
- this.toolStripButton_Color.BackColor = System.Drawing.Color.Green;
- this.toolStripButton_Color.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.toolStripButton_Color.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.toolStripButton_Color.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_Color.Image")));
- this.toolStripButton_Color.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton_Color.Name = "toolStripButton_Color";
- this.toolStripButton_Color.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton_Color.ToolTipText = "选择地刷颜色";
- this.toolStripButton_Color.Click += new System.EventHandler(this.toolStripButtonColor_Click);
- //
- // combo_BrushSize
- //
- this.combo_BrushSize.AutoSize = false;
- this.combo_BrushSize.DropDownWidth = 50;
- this.combo_BrushSize.Items.AddRange(new object[] {
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8",
- "9",
- "10"});
- this.combo_BrushSize.Name = "combo_BrushSize";
- this.combo_BrushSize.Size = new System.Drawing.Size(55, 25);
- this.combo_BrushSize.Text = "1";
- this.combo_BrushSize.TextChanged += new System.EventHandler(this.combo_BrushSize_TextChanged);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
- //
- // toolStripButton_ShowTerrain
- //
- this.toolStripButton_ShowTerrain.CheckOnClick = true;
- this.toolStripButton_ShowTerrain.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton_ShowTerrain.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_ShowTerrain.Image")));
- this.toolStripButton_ShowTerrain.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton_ShowTerrain.Name = "toolStripButton_ShowTerrain";
- this.toolStripButton_ShowTerrain.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton_ShowTerrain.Text = "显示地表";
- this.toolStripButton_ShowTerrain.Click += new System.EventHandler(this.toolStripButtonShowTerrain_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // toolStripDropDownButton2
- //
- this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tool_RunGamePlugin,
- this.tool_RunGameEmu,
- this.toolStripMenuItem3,
- this.btn_TestAstar});
- this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
- this.toolStripDropDownButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
- this.toolStripDropDownButton2.Size = new System.Drawing.Size(61, 22);
- this.toolStripDropDownButton2.Text = "测试";
- //
- // tool_RunGamePlugin
- //
- this.tool_RunGamePlugin.Image = ((System.Drawing.Image)(resources.GetObject("tool_RunGamePlugin.Image")));
- this.tool_RunGamePlugin.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tool_RunGamePlugin.Name = "tool_RunGamePlugin";
- this.tool_RunGamePlugin.ShortcutKeys = System.Windows.Forms.Keys.F5;
- this.tool_RunGamePlugin.Size = new System.Drawing.Size(157, 22);
- this.tool_RunGamePlugin.Text = "运行游戏";
- this.tool_RunGamePlugin.Click += new System.EventHandler(this.tool_RunGamePlugin_Click);
- //
- // tool_RunGameEmu
- //
- this.tool_RunGameEmu.Image = ((System.Drawing.Image)(resources.GetObject("tool_RunGameEmu.Image")));
- this.tool_RunGameEmu.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tool_RunGameEmu.Name = "tool_RunGameEmu";
- this.tool_RunGameEmu.ShortcutKeys = System.Windows.Forms.Keys.F4;
- this.tool_RunGameEmu.Size = new System.Drawing.Size(157, 22);
- this.tool_RunGameEmu.Text = "运行模拟器";
- this.tool_RunGameEmu.Click += new System.EventHandler(this.tool_RunGameEmu_Click);
- //
- // toolStripMenuItem3
- //
- this.toolStripMenuItem3.Name = "toolStripMenuItem3";
- this.toolStripMenuItem3.Size = new System.Drawing.Size(154, 6);
- //
- // btn_TestAstar
- //
- this.btn_TestAstar.Image = global::CommonAIEditor.Properties.Resources.icon_scene_graph;
- this.btn_TestAstar.Name = "btn_TestAstar";
- this.btn_TestAstar.Size = new System.Drawing.Size(157, 22);
- this.btn_TestAstar.Text = "测试寻路";
- this.btn_TestAstar.Click += new System.EventHandler(this.btn_TestAstar_Click);
- //
- // toolStripSeparator5
- //
- this.toolStripSeparator5.Name = "toolStripSeparator5";
- this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
- //
- // btn_ScriptEditor
- //
- this.btn_ScriptEditor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btn_ScriptEditor.Enabled = false;
- this.btn_ScriptEditor.Image = ((System.Drawing.Image)(resources.GetObject("btn_ScriptEditor.Image")));
- this.btn_ScriptEditor.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.btn_ScriptEditor.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btn_ScriptEditor.Name = "btn_ScriptEditor";
- this.btn_ScriptEditor.Size = new System.Drawing.Size(23, 22);
- this.btn_ScriptEditor.Text = "脚本编辑器";
- this.btn_ScriptEditor.ToolTipText = "脚本编辑器";
- this.btn_ScriptEditor.Click += new System.EventHandler(this.btn_ScriptEditor_Click);
- //
- // toolStripSeparator6
- //
- this.toolStripSeparator6.Name = "toolStripSeparator6";
- this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
- //
- // btn_EnvVars
- //
- this.btn_EnvVars.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btn_EnvVars.Image = ((System.Drawing.Image)(resources.GetObject("btn_EnvVars.Image")));
- this.btn_EnvVars.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btn_EnvVars.Name = "btn_EnvVars";
- this.btn_EnvVars.Size = new System.Drawing.Size(23, 22);
- this.btn_EnvVars.Text = "场景变量";
- this.btn_EnvVars.Click += new System.EventHandler(this.btn_EnvVars_Click);
- //
- // btn_Events
- //
- this.btn_Events.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btn_Events.Image = global::CommonAIEditor.Properties.Resources.icon_quest;
- this.btn_Events.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.btn_Events.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btn_Events.Name = "btn_Events";
- this.btn_Events.Size = new System.Drawing.Size(23, 22);
- this.btn_Events.Text = "事件编辑器";
- this.btn_Events.ToolTipText = "事件编辑器";
- this.btn_Events.Click += new System.EventHandler(this.btn_Events_Click);
- //
- // 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, 25);
- this.splitContainer1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.panel3);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
- this.splitContainer1.Size = new System.Drawing.Size(1317, 803);
- this.splitContainer1.SplitterDistance = 224;
- this.splitContainer1.SplitterWidth = 5;
- this.splitContainer1.TabIndex = 1;
- //
- // panel3
- //
- this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.panel3.Controls.Add(this.treeView1);
- this.panel3.Controls.Add(this.toolStrip3);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(0, 0);
- this.panel3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(224, 803);
- this.panel3.TabIndex = 1;
- //
- // treeView1
- //
- this.treeView1.AllowDrop = true;
- this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.treeView1.FullRowSelect = true;
- this.treeView1.HideSelection = false;
- this.treeView1.ImeMode = System.Windows.Forms.ImeMode.On;
- this.treeView1.Location = new System.Drawing.Point(0, 25);
- this.treeView1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.treeView1.Name = "treeView1";
- this.treeView1.PathSeparator = "/";
- this.treeView1.Size = new System.Drawing.Size(220, 774);
- this.treeView1.TabIndex = 0;
- this.treeView1.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeView1_ItemDrag);
- this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
- this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
- this.treeView1.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseDoubleClick);
- this.treeView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeView1_DragDrop);
- this.treeView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeView1_DragEnter);
- this.treeView1.DragOver += new System.Windows.Forms.DragEventHandler(this.treeView1_DragOver);
- //
- // toolStrip3
- //
- this.toolStrip3.AllowMerge = false;
- this.toolStrip3.CanOverflow = false;
- this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btn_TreeExpandAll,
- this.btn_TreeCollapseAll});
- this.toolStrip3.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
- this.toolStrip3.Location = new System.Drawing.Point(0, 0);
- this.toolStrip3.Name = "toolStrip3";
- this.toolStrip3.Size = new System.Drawing.Size(220, 25);
- this.toolStrip3.TabIndex = 1;
- this.toolStrip3.Text = "toolStrip3";
- //
- // btn_TreeExpandAll
- //
- this.btn_TreeExpandAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btn_TreeExpandAll.Image = global::CommonAIEditor.Properties.Resources.Image66;
- this.btn_TreeExpandAll.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.btn_TreeExpandAll.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btn_TreeExpandAll.Name = "btn_TreeExpandAll";
- this.btn_TreeExpandAll.Size = new System.Drawing.Size(23, 22);
- this.btn_TreeExpandAll.Text = "展开所有";
- this.btn_TreeExpandAll.Click += new System.EventHandler(this.btn_TreeExpandAll_Click);
- //
- // btn_TreeCollapseAll
- //
- this.btn_TreeCollapseAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btn_TreeCollapseAll.Image = global::CommonAIEditor.Properties.Resources.Image67;
- this.btn_TreeCollapseAll.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.btn_TreeCollapseAll.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btn_TreeCollapseAll.Name = "btn_TreeCollapseAll";
- this.btn_TreeCollapseAll.Size = new System.Drawing.Size(23, 22);
- this.btn_TreeCollapseAll.Text = "展开所有";
- this.btn_TreeCollapseAll.Click += new System.EventHandler(this.btn_TreeCollapseAll_Click);
- //
- // splitContainer2
- //
- this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
- this.splitContainer2.Location = new System.Drawing.Point(0, 0);
- this.splitContainer2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.splitContainer2.Name = "splitContainer2";
- //
- // splitContainer2.Panel1
- //
- this.splitContainer2.Panel1.Controls.Add(this.panel1);
- //
- // splitContainer2.Panel2
- //
- this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
- this.splitContainer2.Size = new System.Drawing.Size(1088, 803);
- this.splitContainer2.SplitterDistance = 735;
- this.splitContainer2.SplitterWidth = 5;
- this.splitContainer2.TabIndex = 0;
- //
- // panel1
- //
- this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(735, 803);
- this.panel1.TabIndex = 0;
- this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
- this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseMove);
- this.panel1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseUp);
- //
- // splitContainer3
- //
- this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
- this.splitContainer3.Location = new System.Drawing.Point(0, 0);
- this.splitContainer3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.splitContainer3.Name = "splitContainer3";
- this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer3.Panel1
- //
- this.splitContainer3.Panel1.Controls.Add(this.panel2);
- //
- // splitContainer3.Panel2
- //
- this.splitContainer3.Panel2.Controls.Add(this.tabControl1);
- this.splitContainer3.Size = new System.Drawing.Size(348, 803);
- this.splitContainer3.SplitterDistance = 170;
- this.splitContainer3.SplitterWidth = 6;
- this.splitContainer3.TabIndex = 3;
- //
- // panel2
- //
- this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.panel2.Controls.Add(this.pictureBox1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(348, 170);
- this.panel2.TabIndex = 1;
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.Color.Black;
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(344, 166);
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- this.pictureBox1.ClientSizeChanged += new System.EventHandler(this.pictureBox1_ClientSizeChanged);
- this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
- this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
- this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
- this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Location = new System.Drawing.Point(0, 0);
- 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(348, 627);
- this.tabControl1.TabIndex = 2;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.propertyGrid1);
- this.tabPage1.Controls.Add(this.toolStrip2);
- this.tabPage1.Location = new System.Drawing.Point(4, 26);
- this.tabPage1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.tabPage1.Size = new System.Drawing.Size(340, 597);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "对象属性";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // propertyGrid1
- //
- this.propertyGrid1.AllowDrop = true;
- this.propertyGrid1.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
- this.propertyGrid1.DescriptionAreaHeight = 91;
- this.propertyGrid1.DescriptionAreaLineCount = 5;
- this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.propertyGrid1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.propertyGrid1.ImeMode = System.Windows.Forms.ImeMode.On;
- this.propertyGrid1.Location = new System.Drawing.Point(3, 29);
- this.propertyGrid1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.propertyGrid1.MinDescriptionAreaLineCount = 5;
- this.propertyGrid1.Name = "propertyGrid1";
- this.propertyGrid1.PropertySort = System.Windows.Forms.PropertySort.Categorized;
- this.propertyGrid1.Size = new System.Drawing.Size(334, 564);
- this.propertyGrid1.TabIndex = 1;
- this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
- this.propertyGrid1.Click += new System.EventHandler(this.propertyGrid1_Click);
- this.propertyGrid1.DragDrop += new System.Windows.Forms.DragEventHandler(this.propertyGrid1_DragDrop);
- this.propertyGrid1.DragEnter += new System.Windows.Forms.DragEventHandler(this.propertyGrid1_DragEnter);
- this.propertyGrid1.DragOver += new System.Windows.Forms.DragEventHandler(this.propertyGrid1_DragOver);
- //
- // toolStrip2
- //
- this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripTextBox1});
- this.toolStrip2.Location = new System.Drawing.Point(3, 4);
- this.toolStrip2.Name = "toolStrip2";
- this.toolStrip2.Size = new System.Drawing.Size(334, 25);
- this.toolStrip2.TabIndex = 0;
- this.toolStrip2.Text = "toolStrip2";
- //
- // toolStripTextBox1
- //
- this.toolStripTextBox1.Name = "toolStripTextBox1";
- this.toolStripTextBox1.ReadOnly = true;
- this.toolStripTextBox1.Size = new System.Drawing.Size(233, 25);
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.numericYCount);
- this.tabPage2.Controls.Add(this.numericXCount);
- this.tabPage2.Controls.Add(this.numericCellH);
- this.tabPage2.Controls.Add(this.numericCellW);
- this.tabPage2.Controls.Add(this.label3);
- this.tabPage2.Controls.Add(this.label4);
- this.tabPage2.Controls.Add(this.buttonSetTerrain);
- this.tabPage2.Controls.Add(this.label2);
- this.tabPage2.Controls.Add(this.label1);
- this.tabPage2.Location = new System.Drawing.Point(4, 22);
- this.tabPage2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.tabPage2.Size = new System.Drawing.Size(340, 601);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "场景属性";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // numericYCount
- //
- this.numericYCount.Location = new System.Drawing.Point(90, 166);
- this.numericYCount.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.numericYCount.Maximum = new decimal(new int[] {
- -1,
- 0,
- 0,
- 0});
- this.numericYCount.Name = "numericYCount";
- this.numericYCount.Size = new System.Drawing.Size(117, 23);
- this.numericYCount.TabIndex = 12;
- //
- // numericXCount
- //
- this.numericXCount.Location = new System.Drawing.Point(90, 127);
- this.numericXCount.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.numericXCount.Maximum = new decimal(new int[] {
- -1,
- 0,
- 0,
- 0});
- this.numericXCount.Name = "numericXCount";
- this.numericXCount.Size = new System.Drawing.Size(117, 23);
- this.numericXCount.TabIndex = 11;
- //
- // numericCellH
- //
- this.numericCellH.Location = new System.Drawing.Point(90, 67);
- this.numericCellH.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.numericCellH.Maximum = new decimal(new int[] {
- 65535,
- 0,
- 0,
- 0});
- this.numericCellH.Name = "numericCellH";
- this.numericCellH.Size = new System.Drawing.Size(117, 23);
- this.numericCellH.TabIndex = 10;
- //
- // numericCellW
- //
- this.numericCellW.Location = new System.Drawing.Point(90, 28);
- this.numericCellW.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.numericCellW.Maximum = new decimal(new int[] {
- 65535,
- 0,
- 0,
- 0});
- this.numericCellW.Name = "numericCellW";
- this.numericCellW.Size = new System.Drawing.Size(117, 23);
- this.numericCellW.TabIndex = 9;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(7, 169);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(68, 17);
- this.label3.TabIndex = 8;
- this.label3.Text = "高(格子)";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(7, 130);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(68, 17);
- this.label4.TabIndex = 6;
- this.label4.Text = "宽(格子)";
- //
- // buttonSetTerrain
- //
- this.buttonSetTerrain.Location = new System.Drawing.Point(91, 221);
- this.buttonSetTerrain.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.buttonSetTerrain.Name = "buttonSetTerrain";
- this.buttonSetTerrain.Size = new System.Drawing.Size(87, 33);
- this.buttonSetTerrain.TabIndex = 4;
- this.buttonSetTerrain.Text = "设置";
- this.buttonSetTerrain.UseVisualStyleBackColor = true;
- this.buttonSetTerrain.Click += new System.EventHandler(this.buttonSetTerrain_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(35, 69);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(44, 17);
- this.label2.TabIndex = 3;
- this.label2.Text = "每格高";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(35, 31);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(44, 17);
- this.label1.TabIndex = 1;
- this.label1.Text = "每格宽";
- //
- // objectMenuStrip
- //
- this.objectMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.objBtn_CopyNameText,
- this.objBtn_OnOff,
- this.toolStripMenuItem2,
- this.objBtn_Rename,
- this.objBtn_Copy,
- this.objBtn_Paste,
- this.objBtn_Duplicate,
- this.toolStripMenuItem4,
- this.objBtn_Event,
- this.objBtn_Remove});
- this.objectMenuStrip.Name = "objectMenuStrip";
- this.objectMenuStrip.Size = new System.Drawing.Size(149, 192);
- //
- // objBtn_CopyNameText
- //
- this.objBtn_CopyNameText.Name = "objBtn_CopyNameText";
- this.objBtn_CopyNameText.Size = new System.Drawing.Size(148, 22);
- this.objBtn_CopyNameText.Text = "拷贝作为文本";
- this.objBtn_CopyNameText.Click += new System.EventHandler(this.objBtn_CopyNameText_Click);
- //
- // objBtn_OnOff
- //
- this.objBtn_OnOff.Name = "objBtn_OnOff";
- this.objBtn_OnOff.Size = new System.Drawing.Size(148, 22);
- this.objBtn_OnOff.Text = "开启/关闭";
- this.objBtn_OnOff.Click += new System.EventHandler(this.objBtn_OnOff_Click);
- //
- // toolStripMenuItem2
- //
- this.toolStripMenuItem2.Name = "toolStripMenuItem2";
- this.toolStripMenuItem2.Size = new System.Drawing.Size(145, 6);
- //
- // objBtn_Rename
- //
- this.objBtn_Rename.Name = "objBtn_Rename";
- this.objBtn_Rename.Size = new System.Drawing.Size(148, 22);
- this.objBtn_Rename.Text = "重命名";
- this.objBtn_Rename.Click += new System.EventHandler(this.objBtn_Rename_Click);
- //
- // objBtn_Copy
- //
- this.objBtn_Copy.Name = "objBtn_Copy";
- this.objBtn_Copy.Size = new System.Drawing.Size(148, 22);
- this.objBtn_Copy.Text = "复制";
- this.objBtn_Copy.Click += new System.EventHandler(this.objBtn_Copy_Click);
- //
- // objBtn_Paste
- //
- this.objBtn_Paste.Name = "objBtn_Paste";
- this.objBtn_Paste.Size = new System.Drawing.Size(148, 22);
- this.objBtn_Paste.Text = "粘贴";
- this.objBtn_Paste.Click += new System.EventHandler(this.objBtn_Paste_Click);
- //
- // objBtn_Duplicate
- //
- this.objBtn_Duplicate.Name = "objBtn_Duplicate";
- this.objBtn_Duplicate.Size = new System.Drawing.Size(148, 22);
- this.objBtn_Duplicate.Text = "克隆";
- this.objBtn_Duplicate.Click += new System.EventHandler(this.objBtn_Duplicate_Click);
- //
- // toolStripMenuItem4
- //
- this.toolStripMenuItem4.Name = "toolStripMenuItem4";
- this.toolStripMenuItem4.Size = new System.Drawing.Size(145, 6);
- //
- // objBtn_Event
- //
- this.objBtn_Event.Image = ((System.Drawing.Image)(resources.GetObject("objBtn_Event.Image")));
- this.objBtn_Event.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.objBtn_Event.Name = "objBtn_Event";
- this.objBtn_Event.Size = new System.Drawing.Size(148, 22);
- this.objBtn_Event.Text = "编辑事件";
- this.objBtn_Event.Click += new System.EventHandler(this.objBtn_Event_Click);
- //
- // objBtn_Remove
- //
- this.objBtn_Remove.Name = "objBtn_Remove";
- this.objBtn_Remove.Size = new System.Drawing.Size(148, 22);
- this.objBtn_Remove.Text = "删除";
- this.objBtn_Remove.Click += new System.EventHandler(this.objBtn_Remove_Click);
- //
- // groupMenuStrip
- //
- this.groupMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.addUnit_MenuItem,
- this.addItem_MenuItem,
- this.addRegion_MenuItem,
- this.addPoint_MenuItem,
- this.addDecoration_MenuItem,
- this.addArea_MenuItem,
- this.toolStripMenuItem1,
- this.addGroup_MenuItem,
- this.renameGroup_MenuItem,
- this.toolStripMenuItem5,
- this.copyGroup_MenuItem,
- this.pasteGroup_MenuItem,
- this.cloneGroup_MenuItem});
- this.groupMenuStrip.Name = "groupMenuStrip";
- this.groupMenuStrip.Size = new System.Drawing.Size(137, 258);
- //
- // addUnit_MenuItem
- //
- this.addUnit_MenuItem.Image = ((System.Drawing.Image)(resources.GetObject("addUnit_MenuItem.Image")));
- this.addUnit_MenuItem.Name = "addUnit_MenuItem";
- this.addUnit_MenuItem.Size = new System.Drawing.Size(136, 22);
- this.addUnit_MenuItem.Text = "添加单位";
- this.addUnit_MenuItem.Click += new System.EventHandler(this.addUnitToolStripMenuItem_Click);
- //
- // addItem_MenuItem
- //
- this.addItem_MenuItem.Image = ((System.Drawing.Image)(resources.GetObject("addItem_MenuItem.Image")));
- this.addItem_MenuItem.Name = "addItem_MenuItem";
- this.addItem_MenuItem.Size = new System.Drawing.Size(136, 22);
- this.addItem_MenuItem.Text = "添加物品";
- this.addItem_MenuItem.Click += new System.EventHandler(this.addItem_MenuItem_Click);
- //
- // addRegion_MenuItem
- //
- this.addRegion_MenuItem.Image = ((System.Drawing.Image)(resources.GetObject("addRegion_MenuItem.Image")));
- this.addRegion_MenuItem.Name = "addRegion_MenuItem";
- this.addRegion_MenuItem.Size = new System.Drawing.Size(136, 22);
- this.addRegion_MenuItem.Text = "添加区域";
- this.addRegion_MenuItem.Click += new System.EventHandler(this.addRegionToolStripMenuItem_Click);
- //
- // addPoint_MenuItem
- //
- this.addPoint_MenuItem.Image = ((System.Drawing.Image)(resources.GetObject("addPoint_MenuItem.Image")));
- this.addPoint_MenuItem.Name = "addPoint_MenuItem";
- this.addPoint_MenuItem.Size = new System.Drawing.Size(136, 22);
- this.addPoint_MenuItem.Text = "添加路点";
- this.addPoint_MenuItem.Click += new System.EventHandler(this.addPointToolStripMenuItem_Click);
- //
- // addDecoration_MenuItem
- //
- this.addDecoration_MenuItem.Image = ((System.Drawing.Image)(resources.GetObject("addDecoration_MenuItem.Image")));
- this.addDecoration_MenuItem.Name = "addDecoration_MenuItem";
- this.addDecoration_MenuItem.Size = new System.Drawing.Size(136, 22);
- this.addDecoration_MenuItem.Text = "添加装饰物";
- this.addDecoration_MenuItem.Click += new System.EventHandler(this.addDecoration_MenuItem_Click);
- //
- // addArea_MenuItem
- //
- this.addArea_MenuItem.Image = global::CommonAIEditor.Properties.Resources.icon_res_6;
- this.addArea_MenuItem.Name = "addArea_MenuItem";
- this.addArea_MenuItem.Size = new System.Drawing.Size(136, 22);
- this.addArea_MenuItem.Text = "添加Area";
- this.addArea_MenuItem.Click += new System.EventHandler(this.addArea_MenuItem_Click);
- //
- // toolStripMenuItem1
- //
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
- this.toolStripMenuItem1.Size = new System.Drawing.Size(133, 6);
- //
- // addGroup_MenuItem
- //
- this.addGroup_MenuItem.Image = ((System.Drawing.Image)(resources.GetObject("addGroup_MenuItem.Image")));
- this.addGroup_MenuItem.Name = "addGroup_MenuItem";
- this.addGroup_MenuItem.Size = new System.Drawing.Size(136, 22);
- this.addGroup_MenuItem.Text = "添加分组";
- this.addGroup_MenuItem.Click += new System.EventHandler(this.addGroup_MenuItem_Click);
- //
- // renameGroup_MenuItem
- //
- this.renameGroup_MenuItem.Name = "renameGroup_MenuItem";
- this.renameGroup_MenuItem.Size = new System.Drawing.Size(136, 22);
- this.renameGroup_MenuItem.Text = "重命名";
- this.renameGroup_MenuItem.Click += new System.EventHandler(this.renameGroup_MenuItem_Click);
- //
- // toolStripMenuItem5
- //
- this.toolStripMenuItem5.Name = "toolStripMenuItem5";
- this.toolStripMenuItem5.Size = new System.Drawing.Size(133, 6);
- //
- // copyGroup_MenuItem
- //
- this.copyGroup_MenuItem.Name = "copyGroup_MenuItem";
- this.copyGroup_MenuItem.Size = new System.Drawing.Size(136, 22);
- this.copyGroup_MenuItem.Text = "复制";
- this.copyGroup_MenuItem.Click += new System.EventHandler(this.copyGroup_MenuItem_Click);
- //
- // pasteGroup_MenuItem
- //
- this.pasteGroup_MenuItem.Name = "pasteGroup_MenuItem";
- this.pasteGroup_MenuItem.Size = new System.Drawing.Size(136, 22);
- this.pasteGroup_MenuItem.Text = "粘贴";
- this.pasteGroup_MenuItem.Click += new System.EventHandler(this.pasteGroup_MenuItem_Click);
- //
- // cloneGroup_MenuItem
- //
- this.cloneGroup_MenuItem.Name = "cloneGroup_MenuItem";
- this.cloneGroup_MenuItem.Size = new System.Drawing.Size(136, 22);
- this.cloneGroup_MenuItem.Text = "克隆";
- this.cloneGroup_MenuItem.Click += new System.EventHandler(this.cloneGroup_MenuItem_Click);
- //
- // SceneEditor
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1317, 828);
- this.Controls.Add(this.splitContainer1);
- 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 = "SceneEditor";
- this.Text = "SceneEditor";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SceneEditor_FormClosing);
- this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SceneEditor_KeyDown);
- 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.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- this.toolStrip3.ResumeLayout(false);
- this.toolStrip3.PerformLayout();
- this.splitContainer2.Panel1.ResumeLayout(false);
- this.splitContainer2.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
- this.splitContainer2.ResumeLayout(false);
- this.splitContainer3.Panel1.ResumeLayout(false);
- this.splitContainer3.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
- this.splitContainer3.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.toolStrip2.ResumeLayout(false);
- this.toolStrip2.PerformLayout();
- this.tabPage2.ResumeLayout(false);
- this.tabPage2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericYCount)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericXCount)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericCellH)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericCellW)).EndInit();
- this.objectMenuStrip.ResumeLayout(false);
- this.groupMenuStrip.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.TreeView treeView1;
- private System.Windows.Forms.SplitContainer splitContainer2;
- private System.Windows.Forms.Panel panel1;
- private CommonFroms.G2D.DataGrid.G2DPropertyGrid propertyGrid1;
- private System.Windows.Forms.ToolStrip toolStrip2;
- private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton toolStripButton_ShowTerrain;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button buttonSetTerrain;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ContextMenuStrip objectMenuStrip;
- private System.Windows.Forms.ToolStripMenuItem objBtn_Rename;
- private System.Windows.Forms.ToolStripMenuItem objBtn_Remove;
- private System.Windows.Forms.ToolStripButton toolStripButtonSave;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.ContextMenuStrip groupMenuStrip;
- private System.Windows.Forms.ToolStripMenuItem addUnit_MenuItem;
- private System.Windows.Forms.ToolStripMenuItem addRegion_MenuItem;
- private System.Windows.Forms.ToolStripMenuItem addPoint_MenuItem;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
- private System.Windows.Forms.ToolStripMenuItem addGroup_MenuItem;
- private System.Windows.Forms.NumericUpDown numericYCount;
- private System.Windows.Forms.NumericUpDown numericXCount;
- private System.Windows.Forms.NumericUpDown numericCellH;
- private System.Windows.Forms.NumericUpDown numericCellW;
- private System.Windows.Forms.ToolStripButton btn_selectUnit;
- private System.Windows.Forms.ToolStripButton btn_setTerrain;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton toolStripButton_Color;
- private System.Windows.Forms.SplitContainer splitContainer3;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
- private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
- private System.Windows.Forms.ToolStripComboBox combo_BrushSize;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
- private System.Windows.Forms.ToolStripMenuItem tool_RunGameEmu;
- private System.Windows.Forms.ToolStripMenuItem tool_RunGamePlugin;
- private System.Windows.Forms.ToolStripMenuItem objBtn_Duplicate;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
- private System.Windows.Forms.ToolStripButton btn_ScriptEditor;
- private System.Windows.Forms.ToolStripMenuItem objBtn_Event;
- private System.Windows.Forms.ToolStripMenuItem addDecoration_MenuItem;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.ToolStripButton btn_Events;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
- private System.Windows.Forms.ToolStripMenuItem objBtn_CopyNameText;
- private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton3;
- private System.Windows.Forms.ToolStripMenuItem btn_CopyToClipboard;
- private System.Windows.Forms.ToolStripMenuItem btn_Delete;
- private System.Windows.Forms.ToolStripMenuItem objBtn_OnOff;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
- private System.Windows.Forms.ToolStripMenuItem addItem_MenuItem;
- private System.Windows.Forms.ToolStripButton btn_EnvVars;
- private System.Windows.Forms.ToolStripMenuItem btn_TestAstar;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
- private System.Windows.Forms.ToolStripMenuItem objBtn_Copy;
- private System.Windows.Forms.ToolStripMenuItem objBtn_Paste;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
- private System.Windows.Forms.ToolStripMenuItem btn_Copy;
- private System.Windows.Forms.ToolStripMenuItem btn_Paste;
- private System.Windows.Forms.ToolStripMenuItem renameGroup_MenuItem;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
- private System.Windows.Forms.ToolStripMenuItem copyGroup_MenuItem;
- private System.Windows.Forms.ToolStripMenuItem pasteGroup_MenuItem;
- private System.Windows.Forms.ToolStripMenuItem cloneGroup_MenuItem;
- private System.Windows.Forms.ToolStripMenuItem addArea_MenuItem;
- private System.Windows.Forms.ToolStrip toolStrip3;
- private System.Windows.Forms.ToolStripButton btn_TreeExpandAll;
- private System.Windows.Forms.ToolStripButton btn_TreeCollapseAll;
- private System.Windows.Forms.ToolStripDropDownButton btn_Brush;
- private System.Windows.Forms.ToolStripMenuItem btn_BrushRound;
- private System.Windows.Forms.ToolStripMenuItem btn_BrushRect;
- }
- }
|