SceneEditor.Designer.cs 63 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142
  1. namespace CommonAIEditor.Scene
  2. {
  3. partial class SceneEditor
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SceneEditor));
  30. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  31. this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
  32. this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.toolStripDropDownButton3 = new System.Windows.Forms.ToolStripDropDownButton();
  34. this.btn_Copy = new System.Windows.Forms.ToolStripMenuItem();
  35. this.btn_Paste = new System.Windows.Forms.ToolStripMenuItem();
  36. this.btn_CopyToClipboard = new System.Windows.Forms.ToolStripMenuItem();
  37. this.btn_Delete = new System.Windows.Forms.ToolStripMenuItem();
  38. this.toolStripButtonSave = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  40. this.btn_selectUnit = new System.Windows.Forms.ToolStripButton();
  41. this.btn_setTerrain = new System.Windows.Forms.ToolStripButton();
  42. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  43. this.btn_Brush = new System.Windows.Forms.ToolStripDropDownButton();
  44. this.btn_BrushRound = new System.Windows.Forms.ToolStripMenuItem();
  45. this.btn_BrushRect = new System.Windows.Forms.ToolStripMenuItem();
  46. this.toolStripButton_Color = new System.Windows.Forms.ToolStripButton();
  47. this.combo_BrushSize = new System.Windows.Forms.ToolStripComboBox();
  48. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  49. this.toolStripButton_ShowTerrain = new System.Windows.Forms.ToolStripButton();
  50. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  51. this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
  52. this.tool_RunGamePlugin = new System.Windows.Forms.ToolStripMenuItem();
  53. this.tool_RunGameEmu = new System.Windows.Forms.ToolStripMenuItem();
  54. this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
  55. this.btn_TestAstar = new System.Windows.Forms.ToolStripMenuItem();
  56. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  57. this.btn_ScriptEditor = new System.Windows.Forms.ToolStripButton();
  58. this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
  59. this.btn_EnvVars = new System.Windows.Forms.ToolStripButton();
  60. this.btn_Events = new System.Windows.Forms.ToolStripButton();
  61. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  62. this.panel3 = new System.Windows.Forms.Panel();
  63. this.treeView1 = new System.Windows.Forms.TreeView();
  64. this.toolStrip3 = new System.Windows.Forms.ToolStrip();
  65. this.btn_TreeExpandAll = new System.Windows.Forms.ToolStripButton();
  66. this.btn_TreeCollapseAll = new System.Windows.Forms.ToolStripButton();
  67. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  68. this.panel1 = new System.Windows.Forms.Panel();
  69. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  70. this.panel2 = new System.Windows.Forms.Panel();
  71. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  72. this.tabControl1 = new System.Windows.Forms.TabControl();
  73. this.tabPage1 = new System.Windows.Forms.TabPage();
  74. this.propertyGrid1 = new CommonFroms.G2D.DataGrid.G2DPropertyGrid();
  75. this.toolStrip2 = new System.Windows.Forms.ToolStrip();
  76. this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
  77. this.tabPage2 = new System.Windows.Forms.TabPage();
  78. this.numericYCount = new System.Windows.Forms.NumericUpDown();
  79. this.numericXCount = new System.Windows.Forms.NumericUpDown();
  80. this.numericCellH = new System.Windows.Forms.NumericUpDown();
  81. this.numericCellW = new System.Windows.Forms.NumericUpDown();
  82. this.label3 = new System.Windows.Forms.Label();
  83. this.label4 = new System.Windows.Forms.Label();
  84. this.buttonSetTerrain = new System.Windows.Forms.Button();
  85. this.label2 = new System.Windows.Forms.Label();
  86. this.label1 = new System.Windows.Forms.Label();
  87. this.objectMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  88. this.objBtn_CopyNameText = new System.Windows.Forms.ToolStripMenuItem();
  89. this.objBtn_OnOff = new System.Windows.Forms.ToolStripMenuItem();
  90. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
  91. this.objBtn_Rename = new System.Windows.Forms.ToolStripMenuItem();
  92. this.objBtn_Copy = new System.Windows.Forms.ToolStripMenuItem();
  93. this.objBtn_Paste = new System.Windows.Forms.ToolStripMenuItem();
  94. this.objBtn_Duplicate = new System.Windows.Forms.ToolStripMenuItem();
  95. this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
  96. this.objBtn_Event = new System.Windows.Forms.ToolStripMenuItem();
  97. this.objBtn_Remove = new System.Windows.Forms.ToolStripMenuItem();
  98. this.groupMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  99. this.addUnit_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
  100. this.addItem_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
  101. this.addRegion_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
  102. this.addPoint_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
  103. this.addDecoration_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
  104. this.addArea_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
  105. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
  106. this.addGroup_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
  107. this.renameGroup_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
  108. this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
  109. this.copyGroup_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
  110. this.pasteGroup_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
  111. this.cloneGroup_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
  112. this.toolStrip1.SuspendLayout();
  113. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  114. this.splitContainer1.Panel1.SuspendLayout();
  115. this.splitContainer1.Panel2.SuspendLayout();
  116. this.splitContainer1.SuspendLayout();
  117. this.panel3.SuspendLayout();
  118. this.toolStrip3.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  120. this.splitContainer2.Panel1.SuspendLayout();
  121. this.splitContainer2.Panel2.SuspendLayout();
  122. this.splitContainer2.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  124. this.splitContainer3.Panel1.SuspendLayout();
  125. this.splitContainer3.Panel2.SuspendLayout();
  126. this.splitContainer3.SuspendLayout();
  127. this.panel2.SuspendLayout();
  128. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  129. this.tabControl1.SuspendLayout();
  130. this.tabPage1.SuspendLayout();
  131. this.toolStrip2.SuspendLayout();
  132. this.tabPage2.SuspendLayout();
  133. ((System.ComponentModel.ISupportInitialize)(this.numericYCount)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.numericXCount)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.numericCellH)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.numericCellW)).BeginInit();
  137. this.objectMenuStrip.SuspendLayout();
  138. this.groupMenuStrip.SuspendLayout();
  139. this.SuspendLayout();
  140. //
  141. // toolStrip1
  142. //
  143. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  144. this.toolStripDropDownButton1,
  145. this.toolStripDropDownButton3,
  146. this.toolStripButtonSave,
  147. this.toolStripSeparator2,
  148. this.btn_selectUnit,
  149. this.btn_setTerrain,
  150. this.toolStripSeparator4,
  151. this.btn_Brush,
  152. this.toolStripButton_Color,
  153. this.combo_BrushSize,
  154. this.toolStripSeparator3,
  155. this.toolStripButton_ShowTerrain,
  156. this.toolStripSeparator1,
  157. this.toolStripDropDownButton2,
  158. this.toolStripSeparator5,
  159. this.btn_ScriptEditor,
  160. this.toolStripSeparator6,
  161. this.btn_EnvVars,
  162. this.btn_Events});
  163. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  164. this.toolStrip1.Name = "toolStrip1";
  165. this.toolStrip1.Size = new System.Drawing.Size(1317, 25);
  166. this.toolStrip1.TabIndex = 0;
  167. this.toolStrip1.Text = "toolStrip1";
  168. //
  169. // toolStripDropDownButton1
  170. //
  171. this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  172. this.saveToolStripMenuItem});
  173. this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  174. this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
  175. this.toolStripDropDownButton1.Size = new System.Drawing.Size(45, 22);
  176. this.toolStripDropDownButton1.Text = "文件";
  177. //
  178. // saveToolStripMenuItem
  179. //
  180. this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
  181. this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
  182. this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
  183. this.saveToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
  184. this.saveToolStripMenuItem.Text = "保存";
  185. this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
  186. //
  187. // toolStripDropDownButton3
  188. //
  189. this.toolStripDropDownButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  190. this.toolStripDropDownButton3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  191. this.btn_Copy,
  192. this.btn_Paste,
  193. this.btn_CopyToClipboard,
  194. this.btn_Delete});
  195. this.toolStripDropDownButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton3.Image")));
  196. this.toolStripDropDownButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
  197. this.toolStripDropDownButton3.Name = "toolStripDropDownButton3";
  198. this.toolStripDropDownButton3.Size = new System.Drawing.Size(45, 22);
  199. this.toolStripDropDownButton3.Text = "编辑";
  200. //
  201. // btn_Copy
  202. //
  203. this.btn_Copy.Name = "btn_Copy";
  204. this.btn_Copy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
  205. this.btn_Copy.Size = new System.Drawing.Size(227, 22);
  206. this.btn_Copy.Text = "复制";
  207. this.btn_Copy.Click += new System.EventHandler(this.btn_Copy_Click);
  208. //
  209. // btn_Paste
  210. //
  211. this.btn_Paste.Name = "btn_Paste";
  212. this.btn_Paste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
  213. this.btn_Paste.Size = new System.Drawing.Size(227, 22);
  214. this.btn_Paste.Text = "粘贴";
  215. this.btn_Paste.Click += new System.EventHandler(this.btn_Paste_Click);
  216. //
  217. // btn_CopyToClipboard
  218. //
  219. this.btn_CopyToClipboard.Name = "btn_CopyToClipboard";
  220. this.btn_CopyToClipboard.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
  221. | System.Windows.Forms.Keys.C)));
  222. this.btn_CopyToClipboard.Size = new System.Drawing.Size(227, 22);
  223. this.btn_CopyToClipboard.Text = "拷贝作为文本";
  224. this.btn_CopyToClipboard.Click += new System.EventHandler(this.btn_CopyToClipboard_Click);
  225. //
  226. // btn_Delete
  227. //
  228. this.btn_Delete.Name = "btn_Delete";
  229. this.btn_Delete.ShortcutKeys = System.Windows.Forms.Keys.Delete;
  230. this.btn_Delete.Size = new System.Drawing.Size(227, 22);
  231. this.btn_Delete.Text = "删除";
  232. this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click);
  233. //
  234. // toolStripButtonSave
  235. //
  236. this.toolStripButtonSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  237. this.toolStripButtonSave.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSave.Image")));
  238. this.toolStripButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  239. this.toolStripButtonSave.Name = "toolStripButtonSave";
  240. this.toolStripButtonSave.Size = new System.Drawing.Size(23, 22);
  241. this.toolStripButtonSave.Text = "保存";
  242. this.toolStripButtonSave.Click += new System.EventHandler(this.toolStripButtonSave_Click);
  243. //
  244. // toolStripSeparator2
  245. //
  246. this.toolStripSeparator2.Name = "toolStripSeparator2";
  247. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  248. //
  249. // btn_selectUnit
  250. //
  251. this.btn_selectUnit.Checked = true;
  252. this.btn_selectUnit.CheckState = System.Windows.Forms.CheckState.Checked;
  253. this.btn_selectUnit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  254. this.btn_selectUnit.Image = ((System.Drawing.Image)(resources.GetObject("btn_selectUnit.Image")));
  255. this.btn_selectUnit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  256. this.btn_selectUnit.ImageTransparentColor = System.Drawing.Color.Magenta;
  257. this.btn_selectUnit.Name = "btn_selectUnit";
  258. this.btn_selectUnit.Size = new System.Drawing.Size(23, 22);
  259. this.btn_selectUnit.Text = "选择单位";
  260. this.btn_selectUnit.Click += new System.EventHandler(this.btn_selectUnit_Click);
  261. //
  262. // btn_setTerrain
  263. //
  264. this.btn_setTerrain.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  265. this.btn_setTerrain.Image = ((System.Drawing.Image)(resources.GetObject("btn_setTerrain.Image")));
  266. this.btn_setTerrain.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  267. this.btn_setTerrain.ImageTransparentColor = System.Drawing.Color.Magenta;
  268. this.btn_setTerrain.Name = "btn_setTerrain";
  269. this.btn_setTerrain.Size = new System.Drawing.Size(23, 22);
  270. this.btn_setTerrain.Text = "地图笔刷";
  271. this.btn_setTerrain.Click += new System.EventHandler(this.btn_setTerrain_Click);
  272. //
  273. // toolStripSeparator4
  274. //
  275. this.toolStripSeparator4.Name = "toolStripSeparator4";
  276. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  277. //
  278. // btn_Brush
  279. //
  280. this.btn_Brush.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  281. this.btn_Brush.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  282. this.btn_BrushRound,
  283. this.btn_BrushRect});
  284. this.btn_Brush.Image = global::CommonAIEditor.Properties.Resources.icon_round;
  285. this.btn_Brush.ImageTransparentColor = System.Drawing.Color.Magenta;
  286. this.btn_Brush.Name = "btn_Brush";
  287. this.btn_Brush.Size = new System.Drawing.Size(29, 22);
  288. this.btn_Brush.Text = "选择笔刷";
  289. //
  290. // btn_BrushRound
  291. //
  292. this.btn_BrushRound.Image = global::CommonAIEditor.Properties.Resources.icon_round;
  293. this.btn_BrushRound.Name = "btn_BrushRound";
  294. this.btn_BrushRound.Size = new System.Drawing.Size(152, 22);
  295. this.btn_BrushRound.Text = "Round";
  296. this.btn_BrushRound.Click += new System.EventHandler(this.btn_Brush_Click);
  297. //
  298. // btn_BrushRect
  299. //
  300. this.btn_BrushRect.Image = global::CommonAIEditor.Properties.Resources.icon_rect;
  301. this.btn_BrushRect.Name = "btn_BrushRect";
  302. this.btn_BrushRect.Size = new System.Drawing.Size(152, 22);
  303. this.btn_BrushRect.Text = "Rectangle";
  304. this.btn_BrushRect.Click += new System.EventHandler(this.btn_Brush_Click);
  305. //
  306. // toolStripButton_Color
  307. //
  308. this.toolStripButton_Color.AutoSize = false;
  309. this.toolStripButton_Color.BackColor = System.Drawing.Color.Green;
  310. this.toolStripButton_Color.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  311. this.toolStripButton_Color.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  312. this.toolStripButton_Color.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_Color.Image")));
  313. this.toolStripButton_Color.ImageTransparentColor = System.Drawing.Color.Magenta;
  314. this.toolStripButton_Color.Name = "toolStripButton_Color";
  315. this.toolStripButton_Color.Size = new System.Drawing.Size(23, 22);
  316. this.toolStripButton_Color.ToolTipText = "选择地刷颜色";
  317. this.toolStripButton_Color.Click += new System.EventHandler(this.toolStripButtonColor_Click);
  318. //
  319. // combo_BrushSize
  320. //
  321. this.combo_BrushSize.AutoSize = false;
  322. this.combo_BrushSize.DropDownWidth = 50;
  323. this.combo_BrushSize.Items.AddRange(new object[] {
  324. "1",
  325. "2",
  326. "3",
  327. "4",
  328. "5",
  329. "6",
  330. "7",
  331. "8",
  332. "9",
  333. "10"});
  334. this.combo_BrushSize.Name = "combo_BrushSize";
  335. this.combo_BrushSize.Size = new System.Drawing.Size(55, 25);
  336. this.combo_BrushSize.Text = "1";
  337. this.combo_BrushSize.TextChanged += new System.EventHandler(this.combo_BrushSize_TextChanged);
  338. //
  339. // toolStripSeparator3
  340. //
  341. this.toolStripSeparator3.Name = "toolStripSeparator3";
  342. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  343. //
  344. // toolStripButton_ShowTerrain
  345. //
  346. this.toolStripButton_ShowTerrain.CheckOnClick = true;
  347. this.toolStripButton_ShowTerrain.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  348. this.toolStripButton_ShowTerrain.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_ShowTerrain.Image")));
  349. this.toolStripButton_ShowTerrain.ImageTransparentColor = System.Drawing.Color.Magenta;
  350. this.toolStripButton_ShowTerrain.Name = "toolStripButton_ShowTerrain";
  351. this.toolStripButton_ShowTerrain.Size = new System.Drawing.Size(23, 22);
  352. this.toolStripButton_ShowTerrain.Text = "显示地表";
  353. this.toolStripButton_ShowTerrain.Click += new System.EventHandler(this.toolStripButtonShowTerrain_Click);
  354. //
  355. // toolStripSeparator1
  356. //
  357. this.toolStripSeparator1.Name = "toolStripSeparator1";
  358. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  359. //
  360. // toolStripDropDownButton2
  361. //
  362. this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  363. this.tool_RunGamePlugin,
  364. this.tool_RunGameEmu,
  365. this.toolStripMenuItem3,
  366. this.btn_TestAstar});
  367. this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
  368. this.toolStripDropDownButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  369. this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
  370. this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
  371. this.toolStripDropDownButton2.Size = new System.Drawing.Size(61, 22);
  372. this.toolStripDropDownButton2.Text = "测试";
  373. //
  374. // tool_RunGamePlugin
  375. //
  376. this.tool_RunGamePlugin.Image = ((System.Drawing.Image)(resources.GetObject("tool_RunGamePlugin.Image")));
  377. this.tool_RunGamePlugin.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  378. this.tool_RunGamePlugin.Name = "tool_RunGamePlugin";
  379. this.tool_RunGamePlugin.ShortcutKeys = System.Windows.Forms.Keys.F5;
  380. this.tool_RunGamePlugin.Size = new System.Drawing.Size(157, 22);
  381. this.tool_RunGamePlugin.Text = "运行游戏";
  382. this.tool_RunGamePlugin.Click += new System.EventHandler(this.tool_RunGamePlugin_Click);
  383. //
  384. // tool_RunGameEmu
  385. //
  386. this.tool_RunGameEmu.Image = ((System.Drawing.Image)(resources.GetObject("tool_RunGameEmu.Image")));
  387. this.tool_RunGameEmu.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  388. this.tool_RunGameEmu.Name = "tool_RunGameEmu";
  389. this.tool_RunGameEmu.ShortcutKeys = System.Windows.Forms.Keys.F4;
  390. this.tool_RunGameEmu.Size = new System.Drawing.Size(157, 22);
  391. this.tool_RunGameEmu.Text = "运行模拟器";
  392. this.tool_RunGameEmu.Click += new System.EventHandler(this.tool_RunGameEmu_Click);
  393. //
  394. // toolStripMenuItem3
  395. //
  396. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  397. this.toolStripMenuItem3.Size = new System.Drawing.Size(154, 6);
  398. //
  399. // btn_TestAstar
  400. //
  401. this.btn_TestAstar.Image = global::CommonAIEditor.Properties.Resources.icon_scene_graph;
  402. this.btn_TestAstar.Name = "btn_TestAstar";
  403. this.btn_TestAstar.Size = new System.Drawing.Size(157, 22);
  404. this.btn_TestAstar.Text = "测试寻路";
  405. this.btn_TestAstar.Click += new System.EventHandler(this.btn_TestAstar_Click);
  406. //
  407. // toolStripSeparator5
  408. //
  409. this.toolStripSeparator5.Name = "toolStripSeparator5";
  410. this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
  411. //
  412. // btn_ScriptEditor
  413. //
  414. this.btn_ScriptEditor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  415. this.btn_ScriptEditor.Enabled = false;
  416. this.btn_ScriptEditor.Image = ((System.Drawing.Image)(resources.GetObject("btn_ScriptEditor.Image")));
  417. this.btn_ScriptEditor.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  418. this.btn_ScriptEditor.ImageTransparentColor = System.Drawing.Color.Magenta;
  419. this.btn_ScriptEditor.Name = "btn_ScriptEditor";
  420. this.btn_ScriptEditor.Size = new System.Drawing.Size(23, 22);
  421. this.btn_ScriptEditor.Text = "脚本编辑器";
  422. this.btn_ScriptEditor.ToolTipText = "脚本编辑器";
  423. this.btn_ScriptEditor.Click += new System.EventHandler(this.btn_ScriptEditor_Click);
  424. //
  425. // toolStripSeparator6
  426. //
  427. this.toolStripSeparator6.Name = "toolStripSeparator6";
  428. this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
  429. //
  430. // btn_EnvVars
  431. //
  432. this.btn_EnvVars.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  433. this.btn_EnvVars.Image = ((System.Drawing.Image)(resources.GetObject("btn_EnvVars.Image")));
  434. this.btn_EnvVars.ImageTransparentColor = System.Drawing.Color.Magenta;
  435. this.btn_EnvVars.Name = "btn_EnvVars";
  436. this.btn_EnvVars.Size = new System.Drawing.Size(23, 22);
  437. this.btn_EnvVars.Text = "场景变量";
  438. this.btn_EnvVars.Click += new System.EventHandler(this.btn_EnvVars_Click);
  439. //
  440. // btn_Events
  441. //
  442. this.btn_Events.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  443. this.btn_Events.Image = global::CommonAIEditor.Properties.Resources.icon_quest;
  444. this.btn_Events.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  445. this.btn_Events.ImageTransparentColor = System.Drawing.Color.Magenta;
  446. this.btn_Events.Name = "btn_Events";
  447. this.btn_Events.Size = new System.Drawing.Size(23, 22);
  448. this.btn_Events.Text = "事件编辑器";
  449. this.btn_Events.ToolTipText = "事件编辑器";
  450. this.btn_Events.Click += new System.EventHandler(this.btn_Events_Click);
  451. //
  452. // splitContainer1
  453. //
  454. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  455. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  456. this.splitContainer1.Location = new System.Drawing.Point(0, 25);
  457. this.splitContainer1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  458. this.splitContainer1.Name = "splitContainer1";
  459. //
  460. // splitContainer1.Panel1
  461. //
  462. this.splitContainer1.Panel1.Controls.Add(this.panel3);
  463. //
  464. // splitContainer1.Panel2
  465. //
  466. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  467. this.splitContainer1.Size = new System.Drawing.Size(1317, 803);
  468. this.splitContainer1.SplitterDistance = 224;
  469. this.splitContainer1.SplitterWidth = 5;
  470. this.splitContainer1.TabIndex = 1;
  471. //
  472. // panel3
  473. //
  474. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  475. this.panel3.Controls.Add(this.treeView1);
  476. this.panel3.Controls.Add(this.toolStrip3);
  477. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  478. this.panel3.Location = new System.Drawing.Point(0, 0);
  479. this.panel3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  480. this.panel3.Name = "panel3";
  481. this.panel3.Size = new System.Drawing.Size(224, 803);
  482. this.panel3.TabIndex = 1;
  483. //
  484. // treeView1
  485. //
  486. this.treeView1.AllowDrop = true;
  487. this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
  488. this.treeView1.FullRowSelect = true;
  489. this.treeView1.HideSelection = false;
  490. this.treeView1.ImeMode = System.Windows.Forms.ImeMode.On;
  491. this.treeView1.Location = new System.Drawing.Point(0, 25);
  492. this.treeView1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  493. this.treeView1.Name = "treeView1";
  494. this.treeView1.PathSeparator = "/";
  495. this.treeView1.Size = new System.Drawing.Size(220, 774);
  496. this.treeView1.TabIndex = 0;
  497. this.treeView1.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeView1_ItemDrag);
  498. this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
  499. this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
  500. this.treeView1.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseDoubleClick);
  501. this.treeView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeView1_DragDrop);
  502. this.treeView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeView1_DragEnter);
  503. this.treeView1.DragOver += new System.Windows.Forms.DragEventHandler(this.treeView1_DragOver);
  504. //
  505. // toolStrip3
  506. //
  507. this.toolStrip3.AllowMerge = false;
  508. this.toolStrip3.CanOverflow = false;
  509. this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  510. this.btn_TreeExpandAll,
  511. this.btn_TreeCollapseAll});
  512. this.toolStrip3.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  513. this.toolStrip3.Location = new System.Drawing.Point(0, 0);
  514. this.toolStrip3.Name = "toolStrip3";
  515. this.toolStrip3.Size = new System.Drawing.Size(220, 25);
  516. this.toolStrip3.TabIndex = 1;
  517. this.toolStrip3.Text = "toolStrip3";
  518. //
  519. // btn_TreeExpandAll
  520. //
  521. this.btn_TreeExpandAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  522. this.btn_TreeExpandAll.Image = global::CommonAIEditor.Properties.Resources.Image66;
  523. this.btn_TreeExpandAll.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  524. this.btn_TreeExpandAll.ImageTransparentColor = System.Drawing.Color.Magenta;
  525. this.btn_TreeExpandAll.Name = "btn_TreeExpandAll";
  526. this.btn_TreeExpandAll.Size = new System.Drawing.Size(23, 22);
  527. this.btn_TreeExpandAll.Text = "展开所有";
  528. this.btn_TreeExpandAll.Click += new System.EventHandler(this.btn_TreeExpandAll_Click);
  529. //
  530. // btn_TreeCollapseAll
  531. //
  532. this.btn_TreeCollapseAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  533. this.btn_TreeCollapseAll.Image = global::CommonAIEditor.Properties.Resources.Image67;
  534. this.btn_TreeCollapseAll.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  535. this.btn_TreeCollapseAll.ImageTransparentColor = System.Drawing.Color.Magenta;
  536. this.btn_TreeCollapseAll.Name = "btn_TreeCollapseAll";
  537. this.btn_TreeCollapseAll.Size = new System.Drawing.Size(23, 22);
  538. this.btn_TreeCollapseAll.Text = "展开所有";
  539. this.btn_TreeCollapseAll.Click += new System.EventHandler(this.btn_TreeCollapseAll_Click);
  540. //
  541. // splitContainer2
  542. //
  543. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  544. this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  545. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  546. this.splitContainer2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  547. this.splitContainer2.Name = "splitContainer2";
  548. //
  549. // splitContainer2.Panel1
  550. //
  551. this.splitContainer2.Panel1.Controls.Add(this.panel1);
  552. //
  553. // splitContainer2.Panel2
  554. //
  555. this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
  556. this.splitContainer2.Size = new System.Drawing.Size(1088, 803);
  557. this.splitContainer2.SplitterDistance = 735;
  558. this.splitContainer2.SplitterWidth = 5;
  559. this.splitContainer2.TabIndex = 0;
  560. //
  561. // panel1
  562. //
  563. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  564. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  565. this.panel1.Location = new System.Drawing.Point(0, 0);
  566. this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  567. this.panel1.Name = "panel1";
  568. this.panel1.Size = new System.Drawing.Size(735, 803);
  569. this.panel1.TabIndex = 0;
  570. this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
  571. this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseMove);
  572. this.panel1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseUp);
  573. //
  574. // splitContainer3
  575. //
  576. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  577. this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  578. this.splitContainer3.Location = new System.Drawing.Point(0, 0);
  579. this.splitContainer3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  580. this.splitContainer3.Name = "splitContainer3";
  581. this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  582. //
  583. // splitContainer3.Panel1
  584. //
  585. this.splitContainer3.Panel1.Controls.Add(this.panel2);
  586. //
  587. // splitContainer3.Panel2
  588. //
  589. this.splitContainer3.Panel2.Controls.Add(this.tabControl1);
  590. this.splitContainer3.Size = new System.Drawing.Size(348, 803);
  591. this.splitContainer3.SplitterDistance = 170;
  592. this.splitContainer3.SplitterWidth = 6;
  593. this.splitContainer3.TabIndex = 3;
  594. //
  595. // panel2
  596. //
  597. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  598. this.panel2.Controls.Add(this.pictureBox1);
  599. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  600. this.panel2.Location = new System.Drawing.Point(0, 0);
  601. this.panel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  602. this.panel2.Name = "panel2";
  603. this.panel2.Size = new System.Drawing.Size(348, 170);
  604. this.panel2.TabIndex = 1;
  605. //
  606. // pictureBox1
  607. //
  608. this.pictureBox1.BackColor = System.Drawing.Color.Black;
  609. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  610. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  611. this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  612. this.pictureBox1.Name = "pictureBox1";
  613. this.pictureBox1.Size = new System.Drawing.Size(344, 166);
  614. this.pictureBox1.TabIndex = 0;
  615. this.pictureBox1.TabStop = false;
  616. this.pictureBox1.ClientSizeChanged += new System.EventHandler(this.pictureBox1_ClientSizeChanged);
  617. this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
  618. this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
  619. this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
  620. this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
  621. //
  622. // tabControl1
  623. //
  624. this.tabControl1.Controls.Add(this.tabPage1);
  625. this.tabControl1.Controls.Add(this.tabPage2);
  626. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  627. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  628. this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  629. this.tabControl1.Name = "tabControl1";
  630. this.tabControl1.SelectedIndex = 0;
  631. this.tabControl1.Size = new System.Drawing.Size(348, 627);
  632. this.tabControl1.TabIndex = 2;
  633. //
  634. // tabPage1
  635. //
  636. this.tabPage1.Controls.Add(this.propertyGrid1);
  637. this.tabPage1.Controls.Add(this.toolStrip2);
  638. this.tabPage1.Location = new System.Drawing.Point(4, 26);
  639. this.tabPage1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  640. this.tabPage1.Name = "tabPage1";
  641. this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  642. this.tabPage1.Size = new System.Drawing.Size(340, 597);
  643. this.tabPage1.TabIndex = 0;
  644. this.tabPage1.Text = "对象属性";
  645. this.tabPage1.UseVisualStyleBackColor = true;
  646. //
  647. // propertyGrid1
  648. //
  649. this.propertyGrid1.AllowDrop = true;
  650. this.propertyGrid1.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
  651. this.propertyGrid1.DescriptionAreaHeight = 91;
  652. this.propertyGrid1.DescriptionAreaLineCount = 5;
  653. this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  654. this.propertyGrid1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  655. this.propertyGrid1.ImeMode = System.Windows.Forms.ImeMode.On;
  656. this.propertyGrid1.Location = new System.Drawing.Point(3, 29);
  657. this.propertyGrid1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  658. this.propertyGrid1.MinDescriptionAreaLineCount = 5;
  659. this.propertyGrid1.Name = "propertyGrid1";
  660. this.propertyGrid1.PropertySort = System.Windows.Forms.PropertySort.Categorized;
  661. this.propertyGrid1.Size = new System.Drawing.Size(334, 564);
  662. this.propertyGrid1.TabIndex = 1;
  663. this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
  664. this.propertyGrid1.Click += new System.EventHandler(this.propertyGrid1_Click);
  665. this.propertyGrid1.DragDrop += new System.Windows.Forms.DragEventHandler(this.propertyGrid1_DragDrop);
  666. this.propertyGrid1.DragEnter += new System.Windows.Forms.DragEventHandler(this.propertyGrid1_DragEnter);
  667. this.propertyGrid1.DragOver += new System.Windows.Forms.DragEventHandler(this.propertyGrid1_DragOver);
  668. //
  669. // toolStrip2
  670. //
  671. this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  672. this.toolStripTextBox1});
  673. this.toolStrip2.Location = new System.Drawing.Point(3, 4);
  674. this.toolStrip2.Name = "toolStrip2";
  675. this.toolStrip2.Size = new System.Drawing.Size(334, 25);
  676. this.toolStrip2.TabIndex = 0;
  677. this.toolStrip2.Text = "toolStrip2";
  678. //
  679. // toolStripTextBox1
  680. //
  681. this.toolStripTextBox1.Name = "toolStripTextBox1";
  682. this.toolStripTextBox1.ReadOnly = true;
  683. this.toolStripTextBox1.Size = new System.Drawing.Size(233, 25);
  684. //
  685. // tabPage2
  686. //
  687. this.tabPage2.Controls.Add(this.numericYCount);
  688. this.tabPage2.Controls.Add(this.numericXCount);
  689. this.tabPage2.Controls.Add(this.numericCellH);
  690. this.tabPage2.Controls.Add(this.numericCellW);
  691. this.tabPage2.Controls.Add(this.label3);
  692. this.tabPage2.Controls.Add(this.label4);
  693. this.tabPage2.Controls.Add(this.buttonSetTerrain);
  694. this.tabPage2.Controls.Add(this.label2);
  695. this.tabPage2.Controls.Add(this.label1);
  696. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  697. this.tabPage2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  698. this.tabPage2.Name = "tabPage2";
  699. this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  700. this.tabPage2.Size = new System.Drawing.Size(340, 601);
  701. this.tabPage2.TabIndex = 1;
  702. this.tabPage2.Text = "场景属性";
  703. this.tabPage2.UseVisualStyleBackColor = true;
  704. //
  705. // numericYCount
  706. //
  707. this.numericYCount.Location = new System.Drawing.Point(90, 166);
  708. this.numericYCount.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  709. this.numericYCount.Maximum = new decimal(new int[] {
  710. -1,
  711. 0,
  712. 0,
  713. 0});
  714. this.numericYCount.Name = "numericYCount";
  715. this.numericYCount.Size = new System.Drawing.Size(117, 23);
  716. this.numericYCount.TabIndex = 12;
  717. //
  718. // numericXCount
  719. //
  720. this.numericXCount.Location = new System.Drawing.Point(90, 127);
  721. this.numericXCount.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  722. this.numericXCount.Maximum = new decimal(new int[] {
  723. -1,
  724. 0,
  725. 0,
  726. 0});
  727. this.numericXCount.Name = "numericXCount";
  728. this.numericXCount.Size = new System.Drawing.Size(117, 23);
  729. this.numericXCount.TabIndex = 11;
  730. //
  731. // numericCellH
  732. //
  733. this.numericCellH.Location = new System.Drawing.Point(90, 67);
  734. this.numericCellH.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  735. this.numericCellH.Maximum = new decimal(new int[] {
  736. 65535,
  737. 0,
  738. 0,
  739. 0});
  740. this.numericCellH.Name = "numericCellH";
  741. this.numericCellH.Size = new System.Drawing.Size(117, 23);
  742. this.numericCellH.TabIndex = 10;
  743. //
  744. // numericCellW
  745. //
  746. this.numericCellW.Location = new System.Drawing.Point(90, 28);
  747. this.numericCellW.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  748. this.numericCellW.Maximum = new decimal(new int[] {
  749. 65535,
  750. 0,
  751. 0,
  752. 0});
  753. this.numericCellW.Name = "numericCellW";
  754. this.numericCellW.Size = new System.Drawing.Size(117, 23);
  755. this.numericCellW.TabIndex = 9;
  756. //
  757. // label3
  758. //
  759. this.label3.AutoSize = true;
  760. this.label3.Location = new System.Drawing.Point(7, 169);
  761. this.label3.Name = "label3";
  762. this.label3.Size = new System.Drawing.Size(68, 17);
  763. this.label3.TabIndex = 8;
  764. this.label3.Text = "高(格子)";
  765. //
  766. // label4
  767. //
  768. this.label4.AutoSize = true;
  769. this.label4.Location = new System.Drawing.Point(7, 130);
  770. this.label4.Name = "label4";
  771. this.label4.Size = new System.Drawing.Size(68, 17);
  772. this.label4.TabIndex = 6;
  773. this.label4.Text = "宽(格子)";
  774. //
  775. // buttonSetTerrain
  776. //
  777. this.buttonSetTerrain.Location = new System.Drawing.Point(91, 221);
  778. this.buttonSetTerrain.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  779. this.buttonSetTerrain.Name = "buttonSetTerrain";
  780. this.buttonSetTerrain.Size = new System.Drawing.Size(87, 33);
  781. this.buttonSetTerrain.TabIndex = 4;
  782. this.buttonSetTerrain.Text = "设置";
  783. this.buttonSetTerrain.UseVisualStyleBackColor = true;
  784. this.buttonSetTerrain.Click += new System.EventHandler(this.buttonSetTerrain_Click);
  785. //
  786. // label2
  787. //
  788. this.label2.AutoSize = true;
  789. this.label2.Location = new System.Drawing.Point(35, 69);
  790. this.label2.Name = "label2";
  791. this.label2.Size = new System.Drawing.Size(44, 17);
  792. this.label2.TabIndex = 3;
  793. this.label2.Text = "每格高";
  794. //
  795. // label1
  796. //
  797. this.label1.AutoSize = true;
  798. this.label1.Location = new System.Drawing.Point(35, 31);
  799. this.label1.Name = "label1";
  800. this.label1.Size = new System.Drawing.Size(44, 17);
  801. this.label1.TabIndex = 1;
  802. this.label1.Text = "每格宽";
  803. //
  804. // objectMenuStrip
  805. //
  806. this.objectMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  807. this.objBtn_CopyNameText,
  808. this.objBtn_OnOff,
  809. this.toolStripMenuItem2,
  810. this.objBtn_Rename,
  811. this.objBtn_Copy,
  812. this.objBtn_Paste,
  813. this.objBtn_Duplicate,
  814. this.toolStripMenuItem4,
  815. this.objBtn_Event,
  816. this.objBtn_Remove});
  817. this.objectMenuStrip.Name = "objectMenuStrip";
  818. this.objectMenuStrip.Size = new System.Drawing.Size(149, 192);
  819. //
  820. // objBtn_CopyNameText
  821. //
  822. this.objBtn_CopyNameText.Name = "objBtn_CopyNameText";
  823. this.objBtn_CopyNameText.Size = new System.Drawing.Size(148, 22);
  824. this.objBtn_CopyNameText.Text = "拷贝作为文本";
  825. this.objBtn_CopyNameText.Click += new System.EventHandler(this.objBtn_CopyNameText_Click);
  826. //
  827. // objBtn_OnOff
  828. //
  829. this.objBtn_OnOff.Name = "objBtn_OnOff";
  830. this.objBtn_OnOff.Size = new System.Drawing.Size(148, 22);
  831. this.objBtn_OnOff.Text = "开启/关闭";
  832. this.objBtn_OnOff.Click += new System.EventHandler(this.objBtn_OnOff_Click);
  833. //
  834. // toolStripMenuItem2
  835. //
  836. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  837. this.toolStripMenuItem2.Size = new System.Drawing.Size(145, 6);
  838. //
  839. // objBtn_Rename
  840. //
  841. this.objBtn_Rename.Name = "objBtn_Rename";
  842. this.objBtn_Rename.Size = new System.Drawing.Size(148, 22);
  843. this.objBtn_Rename.Text = "重命名";
  844. this.objBtn_Rename.Click += new System.EventHandler(this.objBtn_Rename_Click);
  845. //
  846. // objBtn_Copy
  847. //
  848. this.objBtn_Copy.Name = "objBtn_Copy";
  849. this.objBtn_Copy.Size = new System.Drawing.Size(148, 22);
  850. this.objBtn_Copy.Text = "复制";
  851. this.objBtn_Copy.Click += new System.EventHandler(this.objBtn_Copy_Click);
  852. //
  853. // objBtn_Paste
  854. //
  855. this.objBtn_Paste.Name = "objBtn_Paste";
  856. this.objBtn_Paste.Size = new System.Drawing.Size(148, 22);
  857. this.objBtn_Paste.Text = "粘贴";
  858. this.objBtn_Paste.Click += new System.EventHandler(this.objBtn_Paste_Click);
  859. //
  860. // objBtn_Duplicate
  861. //
  862. this.objBtn_Duplicate.Name = "objBtn_Duplicate";
  863. this.objBtn_Duplicate.Size = new System.Drawing.Size(148, 22);
  864. this.objBtn_Duplicate.Text = "克隆";
  865. this.objBtn_Duplicate.Click += new System.EventHandler(this.objBtn_Duplicate_Click);
  866. //
  867. // toolStripMenuItem4
  868. //
  869. this.toolStripMenuItem4.Name = "toolStripMenuItem4";
  870. this.toolStripMenuItem4.Size = new System.Drawing.Size(145, 6);
  871. //
  872. // objBtn_Event
  873. //
  874. this.objBtn_Event.Image = ((System.Drawing.Image)(resources.GetObject("objBtn_Event.Image")));
  875. this.objBtn_Event.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  876. this.objBtn_Event.Name = "objBtn_Event";
  877. this.objBtn_Event.Size = new System.Drawing.Size(148, 22);
  878. this.objBtn_Event.Text = "编辑事件";
  879. this.objBtn_Event.Click += new System.EventHandler(this.objBtn_Event_Click);
  880. //
  881. // objBtn_Remove
  882. //
  883. this.objBtn_Remove.Name = "objBtn_Remove";
  884. this.objBtn_Remove.Size = new System.Drawing.Size(148, 22);
  885. this.objBtn_Remove.Text = "删除";
  886. this.objBtn_Remove.Click += new System.EventHandler(this.objBtn_Remove_Click);
  887. //
  888. // groupMenuStrip
  889. //
  890. this.groupMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  891. this.addUnit_MenuItem,
  892. this.addItem_MenuItem,
  893. this.addRegion_MenuItem,
  894. this.addPoint_MenuItem,
  895. this.addDecoration_MenuItem,
  896. this.addArea_MenuItem,
  897. this.toolStripMenuItem1,
  898. this.addGroup_MenuItem,
  899. this.renameGroup_MenuItem,
  900. this.toolStripMenuItem5,
  901. this.copyGroup_MenuItem,
  902. this.pasteGroup_MenuItem,
  903. this.cloneGroup_MenuItem});
  904. this.groupMenuStrip.Name = "groupMenuStrip";
  905. this.groupMenuStrip.Size = new System.Drawing.Size(137, 258);
  906. //
  907. // addUnit_MenuItem
  908. //
  909. this.addUnit_MenuItem.Image = ((System.Drawing.Image)(resources.GetObject("addUnit_MenuItem.Image")));
  910. this.addUnit_MenuItem.Name = "addUnit_MenuItem";
  911. this.addUnit_MenuItem.Size = new System.Drawing.Size(136, 22);
  912. this.addUnit_MenuItem.Text = "添加单位";
  913. this.addUnit_MenuItem.Click += new System.EventHandler(this.addUnitToolStripMenuItem_Click);
  914. //
  915. // addItem_MenuItem
  916. //
  917. this.addItem_MenuItem.Image = ((System.Drawing.Image)(resources.GetObject("addItem_MenuItem.Image")));
  918. this.addItem_MenuItem.Name = "addItem_MenuItem";
  919. this.addItem_MenuItem.Size = new System.Drawing.Size(136, 22);
  920. this.addItem_MenuItem.Text = "添加物品";
  921. this.addItem_MenuItem.Click += new System.EventHandler(this.addItem_MenuItem_Click);
  922. //
  923. // addRegion_MenuItem
  924. //
  925. this.addRegion_MenuItem.Image = ((System.Drawing.Image)(resources.GetObject("addRegion_MenuItem.Image")));
  926. this.addRegion_MenuItem.Name = "addRegion_MenuItem";
  927. this.addRegion_MenuItem.Size = new System.Drawing.Size(136, 22);
  928. this.addRegion_MenuItem.Text = "添加区域";
  929. this.addRegion_MenuItem.Click += new System.EventHandler(this.addRegionToolStripMenuItem_Click);
  930. //
  931. // addPoint_MenuItem
  932. //
  933. this.addPoint_MenuItem.Image = ((System.Drawing.Image)(resources.GetObject("addPoint_MenuItem.Image")));
  934. this.addPoint_MenuItem.Name = "addPoint_MenuItem";
  935. this.addPoint_MenuItem.Size = new System.Drawing.Size(136, 22);
  936. this.addPoint_MenuItem.Text = "添加路点";
  937. this.addPoint_MenuItem.Click += new System.EventHandler(this.addPointToolStripMenuItem_Click);
  938. //
  939. // addDecoration_MenuItem
  940. //
  941. this.addDecoration_MenuItem.Image = ((System.Drawing.Image)(resources.GetObject("addDecoration_MenuItem.Image")));
  942. this.addDecoration_MenuItem.Name = "addDecoration_MenuItem";
  943. this.addDecoration_MenuItem.Size = new System.Drawing.Size(136, 22);
  944. this.addDecoration_MenuItem.Text = "添加装饰物";
  945. this.addDecoration_MenuItem.Click += new System.EventHandler(this.addDecoration_MenuItem_Click);
  946. //
  947. // addArea_MenuItem
  948. //
  949. this.addArea_MenuItem.Image = global::CommonAIEditor.Properties.Resources.icon_res_6;
  950. this.addArea_MenuItem.Name = "addArea_MenuItem";
  951. this.addArea_MenuItem.Size = new System.Drawing.Size(136, 22);
  952. this.addArea_MenuItem.Text = "添加Area";
  953. this.addArea_MenuItem.Click += new System.EventHandler(this.addArea_MenuItem_Click);
  954. //
  955. // toolStripMenuItem1
  956. //
  957. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  958. this.toolStripMenuItem1.Size = new System.Drawing.Size(133, 6);
  959. //
  960. // addGroup_MenuItem
  961. //
  962. this.addGroup_MenuItem.Image = ((System.Drawing.Image)(resources.GetObject("addGroup_MenuItem.Image")));
  963. this.addGroup_MenuItem.Name = "addGroup_MenuItem";
  964. this.addGroup_MenuItem.Size = new System.Drawing.Size(136, 22);
  965. this.addGroup_MenuItem.Text = "添加分组";
  966. this.addGroup_MenuItem.Click += new System.EventHandler(this.addGroup_MenuItem_Click);
  967. //
  968. // renameGroup_MenuItem
  969. //
  970. this.renameGroup_MenuItem.Name = "renameGroup_MenuItem";
  971. this.renameGroup_MenuItem.Size = new System.Drawing.Size(136, 22);
  972. this.renameGroup_MenuItem.Text = "重命名";
  973. this.renameGroup_MenuItem.Click += new System.EventHandler(this.renameGroup_MenuItem_Click);
  974. //
  975. // toolStripMenuItem5
  976. //
  977. this.toolStripMenuItem5.Name = "toolStripMenuItem5";
  978. this.toolStripMenuItem5.Size = new System.Drawing.Size(133, 6);
  979. //
  980. // copyGroup_MenuItem
  981. //
  982. this.copyGroup_MenuItem.Name = "copyGroup_MenuItem";
  983. this.copyGroup_MenuItem.Size = new System.Drawing.Size(136, 22);
  984. this.copyGroup_MenuItem.Text = "复制";
  985. this.copyGroup_MenuItem.Click += new System.EventHandler(this.copyGroup_MenuItem_Click);
  986. //
  987. // pasteGroup_MenuItem
  988. //
  989. this.pasteGroup_MenuItem.Name = "pasteGroup_MenuItem";
  990. this.pasteGroup_MenuItem.Size = new System.Drawing.Size(136, 22);
  991. this.pasteGroup_MenuItem.Text = "粘贴";
  992. this.pasteGroup_MenuItem.Click += new System.EventHandler(this.pasteGroup_MenuItem_Click);
  993. //
  994. // cloneGroup_MenuItem
  995. //
  996. this.cloneGroup_MenuItem.Name = "cloneGroup_MenuItem";
  997. this.cloneGroup_MenuItem.Size = new System.Drawing.Size(136, 22);
  998. this.cloneGroup_MenuItem.Text = "克隆";
  999. this.cloneGroup_MenuItem.Click += new System.EventHandler(this.cloneGroup_MenuItem_Click);
  1000. //
  1001. // SceneEditor
  1002. //
  1003. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  1004. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1005. this.ClientSize = new System.Drawing.Size(1317, 828);
  1006. this.Controls.Add(this.splitContainer1);
  1007. this.Controls.Add(this.toolStrip1);
  1008. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1009. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1010. this.ImeMode = System.Windows.Forms.ImeMode.On;
  1011. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  1012. this.Name = "SceneEditor";
  1013. this.Text = "SceneEditor";
  1014. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SceneEditor_FormClosing);
  1015. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SceneEditor_KeyDown);
  1016. this.toolStrip1.ResumeLayout(false);
  1017. this.toolStrip1.PerformLayout();
  1018. this.splitContainer1.Panel1.ResumeLayout(false);
  1019. this.splitContainer1.Panel2.ResumeLayout(false);
  1020. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1021. this.splitContainer1.ResumeLayout(false);
  1022. this.panel3.ResumeLayout(false);
  1023. this.panel3.PerformLayout();
  1024. this.toolStrip3.ResumeLayout(false);
  1025. this.toolStrip3.PerformLayout();
  1026. this.splitContainer2.Panel1.ResumeLayout(false);
  1027. this.splitContainer2.Panel2.ResumeLayout(false);
  1028. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1029. this.splitContainer2.ResumeLayout(false);
  1030. this.splitContainer3.Panel1.ResumeLayout(false);
  1031. this.splitContainer3.Panel2.ResumeLayout(false);
  1032. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  1033. this.splitContainer3.ResumeLayout(false);
  1034. this.panel2.ResumeLayout(false);
  1035. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1036. this.tabControl1.ResumeLayout(false);
  1037. this.tabPage1.ResumeLayout(false);
  1038. this.tabPage1.PerformLayout();
  1039. this.toolStrip2.ResumeLayout(false);
  1040. this.toolStrip2.PerformLayout();
  1041. this.tabPage2.ResumeLayout(false);
  1042. this.tabPage2.PerformLayout();
  1043. ((System.ComponentModel.ISupportInitialize)(this.numericYCount)).EndInit();
  1044. ((System.ComponentModel.ISupportInitialize)(this.numericXCount)).EndInit();
  1045. ((System.ComponentModel.ISupportInitialize)(this.numericCellH)).EndInit();
  1046. ((System.ComponentModel.ISupportInitialize)(this.numericCellW)).EndInit();
  1047. this.objectMenuStrip.ResumeLayout(false);
  1048. this.groupMenuStrip.ResumeLayout(false);
  1049. this.ResumeLayout(false);
  1050. this.PerformLayout();
  1051. }
  1052. #endregion
  1053. private System.Windows.Forms.ToolStrip toolStrip1;
  1054. private System.Windows.Forms.SplitContainer splitContainer1;
  1055. private System.Windows.Forms.TreeView treeView1;
  1056. private System.Windows.Forms.SplitContainer splitContainer2;
  1057. private System.Windows.Forms.Panel panel1;
  1058. private CommonFroms.G2D.DataGrid.G2DPropertyGrid propertyGrid1;
  1059. private System.Windows.Forms.ToolStrip toolStrip2;
  1060. private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
  1061. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1062. private System.Windows.Forms.ToolStripButton toolStripButton_ShowTerrain;
  1063. private System.Windows.Forms.TabControl tabControl1;
  1064. private System.Windows.Forms.TabPage tabPage1;
  1065. private System.Windows.Forms.TabPage tabPage2;
  1066. private System.Windows.Forms.Label label1;
  1067. private System.Windows.Forms.Button buttonSetTerrain;
  1068. private System.Windows.Forms.Label label2;
  1069. private System.Windows.Forms.ContextMenuStrip objectMenuStrip;
  1070. private System.Windows.Forms.ToolStripMenuItem objBtn_Rename;
  1071. private System.Windows.Forms.ToolStripMenuItem objBtn_Remove;
  1072. private System.Windows.Forms.ToolStripButton toolStripButtonSave;
  1073. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  1074. private System.Windows.Forms.Label label3;
  1075. private System.Windows.Forms.Label label4;
  1076. private System.Windows.Forms.ContextMenuStrip groupMenuStrip;
  1077. private System.Windows.Forms.ToolStripMenuItem addUnit_MenuItem;
  1078. private System.Windows.Forms.ToolStripMenuItem addRegion_MenuItem;
  1079. private System.Windows.Forms.ToolStripMenuItem addPoint_MenuItem;
  1080. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
  1081. private System.Windows.Forms.ToolStripMenuItem addGroup_MenuItem;
  1082. private System.Windows.Forms.NumericUpDown numericYCount;
  1083. private System.Windows.Forms.NumericUpDown numericXCount;
  1084. private System.Windows.Forms.NumericUpDown numericCellH;
  1085. private System.Windows.Forms.NumericUpDown numericCellW;
  1086. private System.Windows.Forms.ToolStripButton btn_selectUnit;
  1087. private System.Windows.Forms.ToolStripButton btn_setTerrain;
  1088. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  1089. private System.Windows.Forms.ToolStripButton toolStripButton_Color;
  1090. private System.Windows.Forms.SplitContainer splitContainer3;
  1091. private System.Windows.Forms.Panel panel2;
  1092. private System.Windows.Forms.Panel panel3;
  1093. private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
  1094. private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
  1095. private System.Windows.Forms.ToolStripComboBox combo_BrushSize;
  1096. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  1097. private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
  1098. private System.Windows.Forms.ToolStripMenuItem tool_RunGameEmu;
  1099. private System.Windows.Forms.ToolStripMenuItem tool_RunGamePlugin;
  1100. private System.Windows.Forms.ToolStripMenuItem objBtn_Duplicate;
  1101. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  1102. private System.Windows.Forms.ToolStripButton btn_ScriptEditor;
  1103. private System.Windows.Forms.ToolStripMenuItem objBtn_Event;
  1104. private System.Windows.Forms.ToolStripMenuItem addDecoration_MenuItem;
  1105. private System.Windows.Forms.PictureBox pictureBox1;
  1106. private System.Windows.Forms.ToolStripButton btn_Events;
  1107. private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
  1108. private System.Windows.Forms.ToolStripMenuItem objBtn_CopyNameText;
  1109. private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton3;
  1110. private System.Windows.Forms.ToolStripMenuItem btn_CopyToClipboard;
  1111. private System.Windows.Forms.ToolStripMenuItem btn_Delete;
  1112. private System.Windows.Forms.ToolStripMenuItem objBtn_OnOff;
  1113. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
  1114. private System.Windows.Forms.ToolStripMenuItem addItem_MenuItem;
  1115. private System.Windows.Forms.ToolStripButton btn_EnvVars;
  1116. private System.Windows.Forms.ToolStripMenuItem btn_TestAstar;
  1117. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
  1118. private System.Windows.Forms.ToolStripMenuItem objBtn_Copy;
  1119. private System.Windows.Forms.ToolStripMenuItem objBtn_Paste;
  1120. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
  1121. private System.Windows.Forms.ToolStripMenuItem btn_Copy;
  1122. private System.Windows.Forms.ToolStripMenuItem btn_Paste;
  1123. private System.Windows.Forms.ToolStripMenuItem renameGroup_MenuItem;
  1124. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
  1125. private System.Windows.Forms.ToolStripMenuItem copyGroup_MenuItem;
  1126. private System.Windows.Forms.ToolStripMenuItem pasteGroup_MenuItem;
  1127. private System.Windows.Forms.ToolStripMenuItem cloneGroup_MenuItem;
  1128. private System.Windows.Forms.ToolStripMenuItem addArea_MenuItem;
  1129. private System.Windows.Forms.ToolStrip toolStrip3;
  1130. private System.Windows.Forms.ToolStripButton btn_TreeExpandAll;
  1131. private System.Windows.Forms.ToolStripButton btn_TreeCollapseAll;
  1132. private System.Windows.Forms.ToolStripDropDownButton btn_Brush;
  1133. private System.Windows.Forms.ToolStripMenuItem btn_BrushRound;
  1134. private System.Windows.Forms.ToolStripMenuItem btn_BrushRect;
  1135. }
  1136. }