using CommonAI.Zone.ZoneEditor; namespace CommonAIEditor.EventEditor { partial class EventEditor { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EventEditor)); System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("临时变量"); System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("事件开端"); System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("条件"); System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("动作"); this.eventMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.dataMenu_AddLocalVar = new System.Windows.Forms.ToolStripMenuItem(); this.dataMenu_AddTrigger = new System.Windows.Forms.ToolStripMenuItem(); this.dataMenu_AddCondition = new System.Windows.Forms.ToolStripMenuItem(); this.dataMenu_AddAction = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); this.dataMenu_UP = new System.Windows.Forms.ToolStripMenuItem(); this.dataMenu_Down = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator(); this.dataMenu_Copy = new System.Windows.Forms.ToolStripMenuItem(); this.dataMenu_Paste = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator(); this.dataMenu_Delete = new System.Windows.Forms.ToolStripMenuItem(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.treeViewEvents = new System.Windows.Forms.TreeView(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.splitContainerEventData = new System.Windows.Forms.SplitContainer(); this.txt_EventComment = new CommonFroms.G2D.G2DRichTextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.label4 = new System.Windows.Forms.Label(); this.numericDelayTimeMS = new System.Windows.Forms.NumericUpDown(); this.chk_EnableEvent = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.treeView2 = new System.Windows.Forms.TreeView(); this.txt_EventFunction = new CommonFroms.G2D.G2DRichTextBox(); this.panel3 = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.btn_moveAwardDown = new System.Windows.Forms.Button(); this.btn_moveAwardUP = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.toolStrip2 = new System.Windows.Forms.ToolStrip(); this.tool_Edit = 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.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.groupMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.menu_AddZoneEvent = new System.Windows.Forms.ToolStripMenuItem(); this.menu_AddGroup = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.menu_RenameZoneEvent = new System.Windows.Forms.ToolStripMenuItem(); this.menu_CopyZoneEvent = new System.Windows.Forms.ToolStripMenuItem(); this.menu_ParseZoneEvent = new System.Windows.Forms.ToolStripMenuItem(); this.menu_DeleteZoneEvent = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.eventMenuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerEventData)).BeginInit(); this.splitContainerEventData.Panel1.SuspendLayout(); this.splitContainerEventData.Panel2.SuspendLayout(); this.splitContainerEventData.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericDelayTimeMS)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.toolStrip2.SuspendLayout(); this.groupMenuStrip.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // eventMenuStrip // this.eventMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.dataMenu_AddLocalVar, this.dataMenu_AddTrigger, this.dataMenu_AddCondition, this.dataMenu_AddAction, this.toolStripMenuItem3, this.dataMenu_UP, this.dataMenu_Down, this.toolStripMenuItem5, this.dataMenu_Copy, this.dataMenu_Paste, this.toolStripMenuItem4, this.dataMenu_Delete}); this.eventMenuStrip.Name = "eventMenuStrip"; this.eventMenuStrip.Size = new System.Drawing.Size(149, 220); this.eventMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.eventMenuStrip_Opening); // // dataMenu_AddLocalVar // this.dataMenu_AddLocalVar.Image = ((System.Drawing.Image)(resources.GetObject("dataMenu_AddLocalVar.Image"))); this.dataMenu_AddLocalVar.Name = "dataMenu_AddLocalVar"; this.dataMenu_AddLocalVar.Size = new System.Drawing.Size(148, 22); this.dataMenu_AddLocalVar.Text = "添加临时变量"; this.dataMenu_AddLocalVar.Click += new System.EventHandler(this.dataMenu_AddLocalVar_Click); // // dataMenu_AddTrigger // this.dataMenu_AddTrigger.Image = ((System.Drawing.Image)(resources.GetObject("dataMenu_AddTrigger.Image"))); this.dataMenu_AddTrigger.Name = "dataMenu_AddTrigger"; this.dataMenu_AddTrigger.Size = new System.Drawing.Size(148, 22); this.dataMenu_AddTrigger.Text = "添加事件开端"; this.dataMenu_AddTrigger.Click += new System.EventHandler(this.dataMenu_AddTrigger_Click); // // dataMenu_AddCondition // this.dataMenu_AddCondition.Image = ((System.Drawing.Image)(resources.GetObject("dataMenu_AddCondition.Image"))); this.dataMenu_AddCondition.Name = "dataMenu_AddCondition"; this.dataMenu_AddCondition.Size = new System.Drawing.Size(148, 22); this.dataMenu_AddCondition.Text = "添加条件"; this.dataMenu_AddCondition.Click += new System.EventHandler(this.dataMenu_AddCondition_Click); // // dataMenu_AddAction // this.dataMenu_AddAction.Image = ((System.Drawing.Image)(resources.GetObject("dataMenu_AddAction.Image"))); this.dataMenu_AddAction.Name = "dataMenu_AddAction"; this.dataMenu_AddAction.Size = new System.Drawing.Size(148, 22); this.dataMenu_AddAction.Text = "添加动作"; this.dataMenu_AddAction.Click += new System.EventHandler(this.dataMenu_AddAction_Click); // // toolStripMenuItem3 // this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Size = new System.Drawing.Size(145, 6); // // dataMenu_UP // this.dataMenu_UP.Image = ((System.Drawing.Image)(resources.GetObject("dataMenu_UP.Image"))); this.dataMenu_UP.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.dataMenu_UP.Name = "dataMenu_UP"; this.dataMenu_UP.Size = new System.Drawing.Size(148, 22); this.dataMenu_UP.Text = "向上"; this.dataMenu_UP.Click += new System.EventHandler(this.dataMenu_UP_Click); // // dataMenu_Down // this.dataMenu_Down.Image = ((System.Drawing.Image)(resources.GetObject("dataMenu_Down.Image"))); this.dataMenu_Down.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.dataMenu_Down.Name = "dataMenu_Down"; this.dataMenu_Down.Size = new System.Drawing.Size(148, 22); this.dataMenu_Down.Text = "向下"; this.dataMenu_Down.Click += new System.EventHandler(this.dataMenu_Down_Click); // // toolStripMenuItem5 // this.toolStripMenuItem5.Name = "toolStripMenuItem5"; this.toolStripMenuItem5.Size = new System.Drawing.Size(145, 6); // // dataMenu_Copy // this.dataMenu_Copy.Name = "dataMenu_Copy"; this.dataMenu_Copy.Size = new System.Drawing.Size(148, 22); this.dataMenu_Copy.Text = "复制"; this.dataMenu_Copy.Click += new System.EventHandler(this.dataMenu_Copy_Click); // // dataMenu_Paste // this.dataMenu_Paste.Name = "dataMenu_Paste"; this.dataMenu_Paste.Size = new System.Drawing.Size(148, 22); this.dataMenu_Paste.Text = "粘贴"; this.dataMenu_Paste.Click += new System.EventHandler(this.dataMenu_Paste_Click); // // toolStripMenuItem4 // this.toolStripMenuItem4.Name = "toolStripMenuItem4"; this.toolStripMenuItem4.Size = new System.Drawing.Size(145, 6); // // dataMenu_Delete // this.dataMenu_Delete.Name = "dataMenu_Delete"; this.dataMenu_Delete.Size = new System.Drawing.Size(148, 22); this.dataMenu_Delete.Text = "删除"; this.dataMenu_Delete.Click += new System.EventHandler(this.dataMenu_Delete_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, 5, 3, 5); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.treeViewEvents); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainerEventData); this.splitContainer1.Size = new System.Drawing.Size(937, 826); this.splitContainer1.SplitterDistance = 255; this.splitContainer1.SplitterWidth = 5; this.splitContainer1.TabIndex = 1; // // treeViewEvents // this.treeViewEvents.AllowDrop = true; this.treeViewEvents.Dock = System.Windows.Forms.DockStyle.Fill; this.treeViewEvents.FullRowSelect = true; this.treeViewEvents.HideSelection = false; this.treeViewEvents.ImageIndex = 0; this.treeViewEvents.ImageList = this.imageList1; this.treeViewEvents.Location = new System.Drawing.Point(0, 0); this.treeViewEvents.Name = "treeViewEvents"; this.treeViewEvents.PathSeparator = "/"; this.treeViewEvents.SelectedImageIndex = 0; this.treeViewEvents.Size = new System.Drawing.Size(255, 826); this.treeViewEvents.TabIndex = 0; this.treeViewEvents.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeViewEvents_ItemDrag); this.treeViewEvents.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewEvents_AfterSelect); this.treeViewEvents.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeViewEvents_NodeMouseClick); this.treeViewEvents.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeViewEvents_NodeMouseDoubleClick); this.treeViewEvents.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeViewEvents_DragDrop); this.treeViewEvents.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeViewEvents_DragEnter); this.treeViewEvents.DragOver += new System.Windows.Forms.DragEventHandler(this.treeViewEvents_DragOver); this.treeViewEvents.Enter += new System.EventHandler(this.treeView_Enter); this.treeViewEvents.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeViewEvents_KeyDown); this.treeViewEvents.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.treeViewEvents_KeyPress); this.treeViewEvents.Leave += new System.EventHandler(this.treeView_Leave); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "icon_error.png"); this.imageList1.Images.SetKeyName(1, "close12.png"); this.imageList1.Images.SetKeyName(2, "icon_action.png"); this.imageList1.Images.SetKeyName(3, "icon_affect.png"); this.imageList1.Images.SetKeyName(4, "icon_camera.png"); this.imageList1.Images.SetKeyName(5, "icon_condition.png"); this.imageList1.Images.SetKeyName(6, "icon_cpj.png"); this.imageList1.Images.SetKeyName(7, "icon_cpj_48.png"); this.imageList1.Images.SetKeyName(8, "icon_edit.png"); this.imageList1.Images.SetKeyName(9, "icon_edit_48.png"); this.imageList1.Images.SetKeyName(10, "icon_error.png"); this.imageList1.Images.SetKeyName(11, "icon_event.png"); this.imageList1.Images.SetKeyName(12, "icon_grid.png"); this.imageList1.Images.SetKeyName(13, "icon_hd.png"); this.imageList1.Images.SetKeyName(14, "icon_layer.png"); this.imageList1.Images.SetKeyName(15, "icon_quest.ico"); this.imageList1.Images.SetKeyName(16, "icon_quest.png"); this.imageList1.Images.SetKeyName(17, "icon_quest_condition.png"); this.imageList1.Images.SetKeyName(18, "icon_quest_event.png"); this.imageList1.Images.SetKeyName(19, "icon_quest_group.png"); this.imageList1.Images.SetKeyName(20, "icon_quest_result.png"); this.imageList1.Images.SetKeyName(21, "icon_refresh.png"); this.imageList1.Images.SetKeyName(22, "icon_res.png"); this.imageList1.Images.SetKeyName(23, "icon_res_1.png"); this.imageList1.Images.SetKeyName(24, "icon_res_2.png"); this.imageList1.Images.SetKeyName(25, "icon_res_3.png"); this.imageList1.Images.SetKeyName(26, "icon_res_4.png"); this.imageList1.Images.SetKeyName(27, "icon_res_5.png"); this.imageList1.Images.SetKeyName(28, "icon_res_6.png"); this.imageList1.Images.SetKeyName(29, "icon_res_7.png"); this.imageList1.Images.SetKeyName(30, "icon_res_8.png"); this.imageList1.Images.SetKeyName(31, "icon_res_9.png"); this.imageList1.Images.SetKeyName(32, "icon_run.png"); this.imageList1.Images.SetKeyName(33, "icon_scene.ico"); this.imageList1.Images.SetKeyName(34, "icon_scene.png"); this.imageList1.Images.SetKeyName(35, "icon_scene_graph.png"); this.imageList1.Images.SetKeyName(36, "icon_talk.png"); this.imageList1.Images.SetKeyName(37, "icon_trigger.png"); this.imageList1.Images.SetKeyName(38, "icon_var.ico"); this.imageList1.Images.SetKeyName(39, "icon_var.png"); this.imageList1.Images.SetKeyName(40, "icons_bar.png"); this.imageList1.Images.SetKeyName(41, "icons_tool_bar1.png"); this.imageList1.Images.SetKeyName(42, "icons_tool_bar2.png"); this.imageList1.Images.SetKeyName(43, "icons_tool_bar3.png"); this.imageList1.Images.SetKeyName(44, "img_item_info.png"); this.imageList1.Images.SetKeyName(45, "img_job_trainer.png"); this.imageList1.Images.SetKeyName(46, "img_mail.png"); this.imageList1.Images.SetKeyName(47, "img_npc_bank.png"); this.imageList1.Images.SetKeyName(48, "img_quest_info.png"); this.imageList1.Images.SetKeyName(49, "img_quest_info2.png"); this.imageList1.Images.SetKeyName(50, "img_script.png"); this.imageList1.Images.SetKeyName(51, "img_sell_item.png"); this.imageList1.Images.SetKeyName(52, "img_skill_trainer.png"); this.imageList1.Images.SetKeyName(53, "img_talk.png"); this.imageList1.Images.SetKeyName(54, "img_transport.png"); this.imageList1.Images.SetKeyName(55, "light64.png"); this.imageList1.Images.SetKeyName(56, "lock.png"); this.imageList1.Images.SetKeyName(57, "splash.jpg"); // // splitContainerEventData // this.splitContainerEventData.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerEventData.Enabled = false; this.splitContainerEventData.Location = new System.Drawing.Point(0, 0); this.splitContainerEventData.Name = "splitContainerEventData"; this.splitContainerEventData.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainerEventData.Panel1 // this.splitContainerEventData.Panel1.Controls.Add(this.txt_EventComment); this.splitContainerEventData.Panel1.Controls.Add(this.panel1); // // splitContainerEventData.Panel2 // this.splitContainerEventData.Panel2.Controls.Add(this.splitContainer3); this.splitContainerEventData.Panel2.Controls.Add(this.panel2); this.splitContainerEventData.Size = new System.Drawing.Size(677, 826); this.splitContainerEventData.SplitterDistance = 163; this.splitContainerEventData.TabIndex = 1; // // txt_EventComment // this.txt_EventComment.AcceptsTab = true; this.txt_EventComment.Dock = System.Windows.Forms.DockStyle.Fill; this.txt_EventComment.Location = new System.Drawing.Point(0, 63); this.txt_EventComment.Name = "txt_EventComment"; this.txt_EventComment.Size = new System.Drawing.Size(677, 100); this.txt_EventComment.TabIndex = 0; this.txt_EventComment.Text = ""; this.txt_EventComment.TextChanged += new System.EventHandler(this.txt_EventComment_TextChanged); // // panel1 // this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.tableLayoutPanel1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.MinimumSize = new System.Drawing.Size(677, 63); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(677, 63); this.panel1.TabIndex = 2; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(234, 3); this.label4.Margin = new System.Windows.Forms.Padding(3); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(88, 17); this.label4.TabIndex = 3; this.label4.Text = "延迟执行(毫秒)"; // // numericDelayTimeMS // this.numericDelayTimeMS.Increment = new decimal(new int[] { 1000, 0, 0, 0}); this.numericDelayTimeMS.Location = new System.Drawing.Point(328, 3); this.numericDelayTimeMS.Maximum = new decimal(new int[] { 2000000000, 0, 0, 0}); this.numericDelayTimeMS.Name = "numericDelayTimeMS"; this.numericDelayTimeMS.Size = new System.Drawing.Size(139, 23); this.numericDelayTimeMS.TabIndex = 2; // // chk_EnableEvent // this.chk_EnableEvent.AutoSize = true; this.chk_EnableEvent.Location = new System.Drawing.Point(3, 3); this.chk_EnableEvent.Name = "chk_EnableEvent"; this.chk_EnableEvent.Size = new System.Drawing.Size(51, 21); this.chk_EnableEvent.TabIndex = 1; this.chk_EnableEvent.Text = "开启"; this.chk_EnableEvent.UseVisualStyleBackColor = true; this.chk_EnableEvent.CheckedChanged += new System.EventHandler(this.chk_EnableEvent_CheckedChanged); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 39); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(68, 17); this.label1.TabIndex = 0; this.label1.Text = "触发器注释"; // // splitContainer3 // this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer3.Location = new System.Drawing.Point(0, 30); this.splitContainer3.Name = "splitContainer3"; this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer3.Panel1 // this.splitContainer3.Panel1.Controls.Add(this.treeView2); // // splitContainer3.Panel2 // this.splitContainer3.Panel2.Controls.Add(this.txt_EventFunction); this.splitContainer3.Panel2.Controls.Add(this.panel3); this.splitContainer3.Size = new System.Drawing.Size(677, 629); this.splitContainer3.SplitterDistance = 458; this.splitContainer3.TabIndex = 3; // // treeView2 // this.treeView2.ContextMenuStrip = this.eventMenuStrip; this.treeView2.Dock = System.Windows.Forms.DockStyle.Fill; this.treeView2.FullRowSelect = true; this.treeView2.HideSelection = false; this.treeView2.ImageIndex = 0; this.treeView2.ImageList = this.imageList1; this.treeView2.Location = new System.Drawing.Point(0, 0); this.treeView2.Name = "treeView2"; treeNode1.ContextMenuStrip = this.eventMenuStrip; treeNode1.ImageKey = "icon_var.png"; treeNode1.Name = "RootLocalVar"; treeNode1.SelectedImageKey = "icon_var.png"; treeNode1.Text = "临时变量"; treeNode2.ContextMenuStrip = this.eventMenuStrip; treeNode2.ImageKey = "icon_trigger.png"; treeNode2.Name = "RootTrigger"; treeNode2.SelectedImageKey = "icon_trigger.png"; treeNode2.Text = "事件开端"; treeNode3.ContextMenuStrip = this.eventMenuStrip; treeNode3.ImageKey = "icon_condition.png"; treeNode3.Name = "RootCondition"; treeNode3.SelectedImageKey = "icon_condition.png"; treeNode3.Text = "条件"; treeNode4.ContextMenuStrip = this.eventMenuStrip; treeNode4.ImageKey = "icon_run.png"; treeNode4.Name = "RootAction"; treeNode4.SelectedImageKey = "icon_run.png"; treeNode4.Text = "动作"; this.treeView2.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { treeNode1, treeNode2, treeNode3, treeNode4}); this.treeView2.PathSeparator = "/"; this.treeView2.SelectedImageIndex = 0; this.treeView2.Size = new System.Drawing.Size(677, 458); this.treeView2.TabIndex = 0; this.treeView2.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView2_AfterSelect); this.treeView2.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView2_NodeMouseClick); this.treeView2.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView2_NodeMouseDoubleClick); this.treeView2.Enter += new System.EventHandler(this.treeView_Enter); this.treeView2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeView2_KeyDown); this.treeView2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.treeView2_KeyPress); this.treeView2.Leave += new System.EventHandler(this.treeView_Leave); // // txt_EventFunction // this.txt_EventFunction.BackColor = System.Drawing.SystemColors.ControlLight; this.txt_EventFunction.Dock = System.Windows.Forms.DockStyle.Fill; this.txt_EventFunction.Location = new System.Drawing.Point(0, 29); this.txt_EventFunction.Name = "txt_EventFunction"; this.txt_EventFunction.ReadOnly = true; this.txt_EventFunction.Size = new System.Drawing.Size(677, 138); this.txt_EventFunction.TabIndex = 0; this.txt_EventFunction.Text = ""; // // panel3 // this.panel3.Controls.Add(this.label3); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(0, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(677, 29); this.panel3.TabIndex = 2; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 4); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(44, 17); this.label3.TabIndex = 1; this.label3.Text = "表达式"; // // panel2 // this.panel2.Controls.Add(this.btn_moveAwardDown); this.panel2.Controls.Add(this.btn_moveAwardUP); this.panel2.Controls.Add(this.label2); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(677, 30); this.panel2.TabIndex = 1; // // btn_moveAwardDown // this.btn_moveAwardDown.Image = global::CommonAIEditor.Properties.Resources.Image35; this.btn_moveAwardDown.Location = new System.Drawing.Point(118, 4); this.btn_moveAwardDown.Name = "btn_moveAwardDown"; this.btn_moveAwardDown.Size = new System.Drawing.Size(35, 23); this.btn_moveAwardDown.TabIndex = 2; this.btn_moveAwardDown.UseVisualStyleBackColor = true; this.btn_moveAwardDown.Click += new System.EventHandler(this.btn_moveAwardDown_Click); // // btn_moveAwardUP // this.btn_moveAwardUP.Image = global::CommonAIEditor.Properties.Resources.Image34; this.btn_moveAwardUP.Location = new System.Drawing.Point(77, 4); this.btn_moveAwardUP.Name = "btn_moveAwardUP"; this.btn_moveAwardUP.Size = new System.Drawing.Size(35, 23); this.btn_moveAwardUP.TabIndex = 1; this.btn_moveAwardUP.UseVisualStyleBackColor = true; this.btn_moveAwardUP.Click += new System.EventHandler(this.btn_moveAwardUP_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 10); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(68, 17); this.label2.TabIndex = 0; this.label2.Text = "触发器功能"; // // toolStrip2 // this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tool_Edit, this.toolStripSeparator2}); this.toolStrip2.Location = new System.Drawing.Point(0, 0); this.toolStrip2.Name = "toolStrip2"; this.toolStrip2.Size = new System.Drawing.Size(937, 25); this.toolStrip2.TabIndex = 5; this.toolStrip2.Text = "toolStrip2"; // // tool_Edit // this.tool_Edit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tool_Edit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_Copy, this.btn_Paste, this.btn_CopyToClipboard, this.btn_Delete}); this.tool_Edit.ImageTransparentColor = System.Drawing.Color.Magenta; this.tool_Edit.Name = "tool_Edit"; this.tool_Edit.Size = new System.Drawing.Size(45, 22); this.tool_Edit.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); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // groupMenuStrip // this.groupMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menu_AddZoneEvent, this.menu_AddGroup, this.toolStripMenuItem1, this.menu_RenameZoneEvent, this.menu_CopyZoneEvent, this.menu_ParseZoneEvent, this.menu_DeleteZoneEvent, this.toolStripMenuItem2}); this.groupMenuStrip.Name = "groupMenuStrip"; this.groupMenuStrip.Size = new System.Drawing.Size(161, 148); this.groupMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.groupMenuStrip_Opening); // // menu_AddZoneEvent // this.menu_AddZoneEvent.Image = ((System.Drawing.Image)(resources.GetObject("menu_AddZoneEvent.Image"))); this.menu_AddZoneEvent.Name = "menu_AddZoneEvent"; this.menu_AddZoneEvent.Size = new System.Drawing.Size(160, 22); this.menu_AddZoneEvent.Text = "添加事件"; this.menu_AddZoneEvent.Click += new System.EventHandler(this.menu_AddZoneEvent_Click); // // menu_AddGroup // this.menu_AddGroup.Image = ((System.Drawing.Image)(resources.GetObject("menu_AddGroup.Image"))); this.menu_AddGroup.Name = "menu_AddGroup"; this.menu_AddGroup.Size = new System.Drawing.Size(160, 22); this.menu_AddGroup.Text = "添加过滤器类别"; this.menu_AddGroup.Click += new System.EventHandler(this.menu_AddGroupToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(157, 6); // // menu_RenameZoneEvent // this.menu_RenameZoneEvent.Name = "menu_RenameZoneEvent"; this.menu_RenameZoneEvent.Size = new System.Drawing.Size(160, 22); this.menu_RenameZoneEvent.Text = "重命名"; this.menu_RenameZoneEvent.Click += new System.EventHandler(this.menu_RenameZoneEvent_Click); // // menu_CopyZoneEvent // this.menu_CopyZoneEvent.Name = "menu_CopyZoneEvent"; this.menu_CopyZoneEvent.Size = new System.Drawing.Size(160, 22); this.menu_CopyZoneEvent.Text = "复制"; this.menu_CopyZoneEvent.Click += new System.EventHandler(this.menu_CopyZoneEvent_Click); // // menu_ParseZoneEvent // this.menu_ParseZoneEvent.Name = "menu_ParseZoneEvent"; this.menu_ParseZoneEvent.Size = new System.Drawing.Size(160, 22); this.menu_ParseZoneEvent.Text = "粘贴"; this.menu_ParseZoneEvent.Click += new System.EventHandler(this.menu_ParseZoneEvent_Click); // // menu_DeleteZoneEvent // this.menu_DeleteZoneEvent.Name = "menu_DeleteZoneEvent"; this.menu_DeleteZoneEvent.Size = new System.Drawing.Size(160, 22); this.menu_DeleteZoneEvent.Text = "删除"; this.menu_DeleteZoneEvent.Click += new System.EventHandler(this.menu_DeleteZoneEvent_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(157, 6); // // tableLayoutPanel1 // this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.92308F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 71.07692F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 351F)); this.tableLayoutPanel1.Controls.Add(this.chk_EnableEvent, 0, 0); this.tableLayoutPanel1.Controls.Add(this.numericDelayTimeMS, 2, 0); this.tableLayoutPanel1.Controls.Add(this.label4, 1, 0); this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 41.17647F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 58.82353F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(677, 37); this.tableLayoutPanel1.TabIndex = 4; // // EventEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(937, 851); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.toolStrip2); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.ImeMode = System.Windows.Forms.ImeMode.On; this.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.Name = "EventEditor"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "SceneEventEditor"; this.Load += new System.EventHandler(this.EventEditor_Load); this.Validating += new System.ComponentModel.CancelEventHandler(this.EventEditor_Validating); this.eventMenuStrip.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.splitContainerEventData.Panel1.ResumeLayout(false); this.splitContainerEventData.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerEventData)).EndInit(); this.splitContainerEventData.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericDelayTimeMS)).EndInit(); this.splitContainer3.Panel1.ResumeLayout(false); this.splitContainer3.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit(); this.splitContainer3.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.toolStrip2.ResumeLayout(false); this.toolStrip2.PerformLayout(); this.groupMenuStrip.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ToolStrip toolStrip2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.TreeView treeViewEvents; private System.Windows.Forms.SplitContainer splitContainerEventData; private CommonFroms.G2D.G2DRichTextBox txt_EventComment; private CommonFroms.G2D.G2DRichTextBox txt_EventFunction; private System.Windows.Forms.TreeView treeView2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.CheckBox chk_EnableEvent; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label2; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.SplitContainer splitContainer3; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label label3; private System.Windows.Forms.ContextMenuStrip groupMenuStrip; private System.Windows.Forms.ToolStripMenuItem menu_AddZoneEvent; private System.Windows.Forms.ToolStripMenuItem menu_AddGroup; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem menu_CopyZoneEvent; private System.Windows.Forms.ToolStripMenuItem menu_ParseZoneEvent; private System.Windows.Forms.ToolStripMenuItem menu_DeleteZoneEvent; private System.Windows.Forms.ToolStripMenuItem menu_RenameZoneEvent; private System.Windows.Forms.ContextMenuStrip eventMenuStrip; private System.Windows.Forms.ToolStripMenuItem dataMenu_AddTrigger; private System.Windows.Forms.ToolStripMenuItem dataMenu_AddAction; private System.Windows.Forms.ToolStripDropDownButton tool_Edit; private System.Windows.Forms.ToolStripMenuItem btn_CopyToClipboard; private System.Windows.Forms.ToolStripMenuItem dataMenu_Delete; private System.Windows.Forms.ToolStripMenuItem dataMenu_AddCondition; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; private System.Windows.Forms.ToolStripMenuItem dataMenu_Copy; private System.Windows.Forms.ToolStripMenuItem dataMenu_Paste; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4; private System.Windows.Forms.Label label4; private System.Windows.Forms.NumericUpDown numericDelayTimeMS; private System.Windows.Forms.ToolStripMenuItem dataMenu_AddLocalVar; private System.Windows.Forms.Button btn_moveAwardUP; private System.Windows.Forms.Button btn_moveAwardDown; private System.Windows.Forms.ToolStripMenuItem dataMenu_UP; private System.Windows.Forms.ToolStripMenuItem dataMenu_Down; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5; private System.Windows.Forms.ToolStripMenuItem btn_Copy; private System.Windows.Forms.ToolStripMenuItem btn_Paste; private System.Windows.Forms.ToolStripMenuItem btn_Delete; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }