From 70f390c5d7280bf72e72cfb6e3e7584d4e7e9330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= Date: Mon, 28 Nov 2022 23:26:05 +0800 Subject: [PATCH] Fix AttackModifier button event --- .../Pages/PageSpawn.Designer.cs | 20 +- Source/GrasscutterTools/Pages/PageSpawn.resx | 3312 ++++++++--------- 2 files changed, 1667 insertions(+), 1665 deletions(-) diff --git a/Source/GrasscutterTools/Pages/PageSpawn.Designer.cs b/Source/GrasscutterTools/Pages/PageSpawn.Designer.cs index 0f4f873..21f9cac 100644 --- a/Source/GrasscutterTools/Pages/PageSpawn.Designer.cs +++ b/Source/GrasscutterTools/Pages/PageSpawn.Designer.cs @@ -137,7 +137,6 @@ // // TPSpawnArgs // - resources.ApplyResources(this.TPSpawnArgs, "TPSpawnArgs"); this.TPSpawnArgs.Controls.Add(this.NUDEntityDef); this.TPSpawnArgs.Controls.Add(this.NUDEntityAtk); this.TPSpawnArgs.Controls.Add(this.NUDEntityHp); @@ -156,6 +155,7 @@ this.TPSpawnArgs.Controls.Add(this.LblEntitySpawnPostion); this.TPSpawnArgs.Controls.Add(this.LblEntityLevel); this.TPSpawnArgs.Controls.Add(this.LblEntityAmount); + resources.ApplyResources(this.TPSpawnArgs, "TPSpawnArgs"); this.TPSpawnArgs.Name = "TPSpawnArgs"; this.TPSpawnArgs.UseVisualStyleBackColor = true; // @@ -382,7 +382,6 @@ // // TPAttackModArgs // - resources.ApplyResources(this.TPAttackModArgs, "TPAttackModArgs"); this.TPAttackModArgs.Controls.Add(this.LblAMPluginTip); this.TPAttackModArgs.Controls.Add(this.LblAMPluginIntroduction); this.TPAttackModArgs.Controls.Add(this.LblAMPlugin); @@ -392,6 +391,7 @@ this.TPAttackModArgs.Controls.Add(this.BtnAtClear); this.TPAttackModArgs.Controls.Add(this.LnkAttackModifierPlugin); this.TPAttackModArgs.Controls.Add(this.GrpAMSkills); + resources.ApplyResources(this.TPAttackModArgs, "TPAttackModArgs"); this.TPAttackModArgs.Name = "TPAttackModArgs"; this.TPAttackModArgs.UseVisualStyleBackColor = true; // @@ -433,6 +433,7 @@ this.BtnAtReload.Name = "BtnAtReload"; this.BtnAtReload.Tag = "reload"; this.BtnAtReload.UseVisualStyleBackColor = true; + this.BtnAtReload.Click += new System.EventHandler(this.OnAttackModifierCommand); // // BtnAtClear // @@ -440,6 +441,7 @@ this.BtnAtClear.Name = "BtnAtClear"; this.BtnAtClear.Tag = "remove"; this.BtnAtClear.UseVisualStyleBackColor = true; + this.BtnAtClear.Click += new System.EventHandler(this.OnAttackModifierCommand); // // LnkAttackModifierPlugin // @@ -450,13 +452,13 @@ // // GrpAMSkills // - resources.ApplyResources(this.GrpAMSkills, "GrpAMSkills"); this.GrpAMSkills.Controls.Add(this.TxtAtEntityQ); this.GrpAMSkills.Controls.Add(this.TxtAtEntityE); this.GrpAMSkills.Controls.Add(this.TxtAtEntityN); this.GrpAMSkills.Controls.Add(this.RbAtQ); this.GrpAMSkills.Controls.Add(this.RbAtE); this.GrpAMSkills.Controls.Add(this.RbAtN); + resources.ApplyResources(this.GrpAMSkills, "GrpAMSkills"); this.GrpAMSkills.Name = "GrpAMSkills"; this.GrpAMSkills.TabStop = false; // @@ -503,7 +505,6 @@ // // TPAttackInfusedArgs // - resources.ApplyResources(this.TPAttackInfusedArgs, "TPAttackInfusedArgs"); this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateZ); this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateY); this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateX); @@ -522,6 +523,7 @@ this.TPAttackInfusedArgs.Controls.Add(this.BtnAiwiReset); this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiPlugin); this.TPAttackInfusedArgs.Controls.Add(this.LnkAttackInfusedWithItem); + resources.ApplyResources(this.TPAttackInfusedArgs, "TPAttackInfusedArgs"); this.TPAttackInfusedArgs.Name = "TPAttackInfusedArgs"; this.TPAttackInfusedArgs.UseVisualStyleBackColor = true; // @@ -577,8 +579,8 @@ // // NUDAiwiSpread // - resources.ApplyResources(this.NUDAiwiSpread, "NUDAiwiSpread"); this.NUDAiwiSpread.DecimalPlaces = 2; + resources.ApplyResources(this.NUDAiwiSpread, "NUDAiwiSpread"); this.NUDAiwiSpread.Maximum = new decimal(new int[] { 2147483647, 0, @@ -689,9 +691,9 @@ // // TPSpawnItems // - resources.ApplyResources(this.TPSpawnItems, "TPSpawnItems"); this.TPSpawnItems.Controls.Add(this.ListEntity); this.TPSpawnItems.Controls.Add(this.PanelEntityFilterBar); + resources.ApplyResources(this.TPSpawnItems, "TPSpawnItems"); this.TPSpawnItems.Name = "TPSpawnItems"; this.TPSpawnItems.UseVisualStyleBackColor = true; // @@ -704,9 +706,9 @@ // // PanelEntityFilterBar // - resources.ApplyResources(this.PanelEntityFilterBar, "PanelEntityFilterBar"); this.PanelEntityFilterBar.Controls.Add(this.TxtEntityFilter); this.PanelEntityFilterBar.Controls.Add(this.BtnFilterEntity); + resources.ApplyResources(this.PanelEntityFilterBar, "PanelEntityFilterBar"); this.PanelEntityFilterBar.Name = "PanelEntityFilterBar"; // // TxtEntityFilter @@ -724,9 +726,9 @@ // // TPSpawnRecords // - resources.ApplyResources(this.TPSpawnRecords, "TPSpawnRecords"); this.TPSpawnRecords.Controls.Add(this.ListSpawnLogs); this.TPSpawnRecords.Controls.Add(this.FLPSpawnRecordControls); + resources.ApplyResources(this.TPSpawnRecords, "TPSpawnRecords"); this.TPSpawnRecords.Name = "TPSpawnRecords"; this.TPSpawnRecords.UseVisualStyleBackColor = true; // @@ -768,8 +770,8 @@ // // MenuSpawnEntityFilter // - resources.ApplyResources(this.MenuSpawnEntityFilter, "MenuSpawnEntityFilter"); this.MenuSpawnEntityFilter.Name = "MenuSpawnEntityFilter"; + resources.ApplyResources(this.MenuSpawnEntityFilter, "MenuSpawnEntityFilter"); // // PageSpawn // diff --git a/Source/GrasscutterTools/Pages/PageSpawn.resx b/Source/GrasscutterTools/Pages/PageSpawn.resx index 195cbc4..73ed82b 100644 --- a/Source/GrasscutterTools/Pages/PageSpawn.resx +++ b/Source/GrasscutterTools/Pages/PageSpawn.resx @@ -117,1798 +117,1798 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - 1 - - - 3 - - - 0 + + + Top, Bottom, Left - - 60, 23 - - - 2 - - - - NoControl - - - 4 - - - 9 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TxtAtEntityN - - - TPAttackInfusedArgs - - - 235, 17 - - - TPAttackInfusedArgs - - - NoControl - - - 攻击修改参数 - - - 19, 82 - - - TPAttackInfusedArgs - - - FLPSpawnRecordControls - - - 7 - - - NoControl - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 84, 3 - - - AttackModifier - - - 7 - - - 100, 23 - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Q - - - 5 - - - 1 - - - 9, 61 - - - 10 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 20, 17 - - - TPSpawnArgs - - - 44, 17 - - - 20, 27 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 7 - - - TPAttackModArgs - - - True - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 5 - - - TPAttackModArgs - - - 17 - - - TPSpawnRecords - - - NoControl - - - 182, 128 - - - TxtAtEntityE - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - × 删除 - - - 26, 24 - - - 8 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 清空实体 - - - NoControl - - - True - - - TPAttackModArgs - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawnArgs - - - 44, 17 - - - 1 - - - TPAttackInfusedArgs - - - TPSpawnArgs - - - 7, 103 - - - 245, 3 - - - TPAttackModArgs - - - 150, 30 - - - 80, 23 - - - RbAtQ - - - TPAttackInfusedArgs - - - NoControl - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 66, 72 - - - 12 - - - 157, 101 - - - FLPSpawnRecordControls - - - 69, 25 - - - 7, 45 - - - TPAttackInfusedArgs - - - 4, 26 - - - LnkAttackModifierPlugin - - - True - - - 68, 17 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 4 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 5 - - - True - - - 1 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Bottom - - - BtnFilterEntity - - - LblAiwiHeight - - - GrpAMSkills - - - TPAttackModArgs - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - 1 - - - X 清空 - - - 338, 195 - - - TPSpawnArgs - - - 3, 3 - - - NoControl - - - 0 - - - Top, Bottom, Left, Right - - - 6, 3 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - 旋转: x: y: z: - - - 20, 17 - - - TPAttackInfusedArgs - - - 14, 73 - - - TCSpawnItems - - - NoControl - - - 清空实体!! - - - GrpAMSkills + + 240, 126 80, 23 - - True + + + 13 - - BtnAttackInfuse + + NUDEntityDef - - True - - - TPAttackInfusedArgs - - - 248, 101 - - - 2 - - - 10 - - - 1 - - - 0, 3 - - - TPAttackModArgs - - - 6 - - - 7, 74 - - - True + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 TPSpawnArgs - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawnArgs - - - 78, 155 - - - N - - - 数量: - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 274, 159 - - - LblEntityMaxHp - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 19, 60 - - - 1 - - - 12 - - - TPAttackModArgs - - - 44, 17 - - - NoControl - - - TPSpawnArgs - - - 44, 17 - - - 94, 130 - - - 80, 23 - - - 56, 17 - - - 2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 242, 23 - - - TCSpawnSettings - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 血量为 0 表示无限 - - - TPAttackModArgs - - - 2 - - - TCSpawnSettings - - - TPSpawnRecords - - - 14, 15 - - - 3 - - - 2 - - - 14 - - - NoControl - - - 2 - - - TxtAtEntityQ - - - GrpAMSkills - - - 227, 17 - - - 17 - - - 以下参数至少要求 GC v1.3.1 - - - TPAttackModArgs - - - 75, 23 - - - 182, 3 - - - 6 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 7 - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 4, 26 - - - 250, 23 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - + 0 - - 攻击注入 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAMSkills - - - 80, 23 - - - 5 - - - 1 - - - 4, 26 - - - 0 - - - NUDEntityAtk - - - 139, 17 - - - 178, 45 - - - 0 - - - 防御力: - - - 250, 23 - - - 1 - - - 16 - - - 3, 3, 3, 3 - - - 3, 3, 3, 3 - - - 6, 24 - - - TPAttackInfusedArgs - - - 2 - - - 等级: - - - 12 - - - 最大血量: - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - LblAiwiRadius - - - 4, 26 - - - BtnRemoveSpawnLog - - - 355, 7 - - - 3, 3, 3, 3 - - - 107, 17 - - - GrpAMSkills - - - NUDEntityPosX - 78, 126 - - BtnAtClear + + 80, 23 - - 重置 - - - 攻击注入参数 - - - NoControl - - - 44, 17 - - - 3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawnItems - - - 3, 3, 3, 3 - - - 8 - - - 228, 72 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NUDEntityLevel - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - LblInfiniteHpTip - - - 0 - - + 11 - - 4 + + NUDEntityAtk - - 9, 170 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17 - - - 2 - - - 14 - - + TPSpawnArgs - - TPSpawnArgs + + 1 - - 0 + + 69, 80 - - NoControl + + 80, 23 - - LblEntitySpawnPostion - - - 14, 44 + + 6 NUDEntityHp - - NoControl + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - LblAiwiRotate - - - BtnAiwiReset - - - 0 - - + TPSpawnArgs - - 0 + + 2 - - ListSpawnLogs + + 240, 80 - - 56, 17 + + 80, 23 - - TCSpawnSettings - - - NoControl - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawnArgs - - - LblEntityLevel - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + 8 NUDEntityMaxHp - - NUDAiwiRotateX - - - LblSpawnVersionRequireTip - - - RbAtE - - - 33, 21 - - - NoControl - - - 69, 80 - - - LblAiwiCount - - - 16 - - + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 44, 17 - - - 15 - - - 13 - - + TPSpawnArgs - - 274, 160 + + 3 - - NUDEntityDef + + 260, 155 - - LnkAMOff + + 60, 23 - - 6 - - - TPAttackInfusedArgs - - - 44, 17 - - - 13 - - - 4 - - - AttackInfusedWithItem - - - 338, 195 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 8 - - - PanelEntityFilterBar - - - PanelEntityFilterBar - - - 11 - - - 1 - - - 19, 157 - - - TPAttackInfusedArgs - - - 攻击力: - - - NUDAiwiSpread - - - Top, Right - - - 高度: - - - ListEntity - - - True - - - - - - 这个插件可以使用 Gadget 替换角色攻击 - - - 2 - - - NoControl - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 8 - - - 5 - - - GrpAMSkills - - - - - - 3, 3 - - - BtnAiwiReload - - - NUDEntityAmout - - - TCSpawnItems - - - 323, 103 - - - 94, 17 - - - 15 - - - LblEntityDef - - - 44, 17 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 + + 17 NUDEntityPosZ - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TPSpawnArgs - + + 4 + + + 169, 155 + + + 60, 23 + + + 16 + + + NUDEntityPosY + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 5 + + + 78, 155 + + + 60, 23 + + + 15 + + + NUDEntityPosX + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 6 + + + 69, 25 + + + 80, 23 + + 1 + + NUDEntityAmout + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 7 + + + 240, 25 + + + 80, 23 + + + 3 + + + NUDEntityLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 8 + True - - 重载配置 + + NoControl - + + 19, 60 + + + 162, 17 + + + 4 + + + 以下参数至少要求 GC v1.3.1 + + + LblSpawnVersionRequireTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 9 + + + True + + + NoControl + + + 20, 106 + + + 107, 17 + + + 9 + + + 血量为 0 表示无限 + + + LblInfiniteHpTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 10 + + + True + + + NoControl + + + 182, 128 + + + 56, 17 + + + 12 + + + 防御力: + + + LblEntityDef + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 11 + + + True + + + NoControl + + + 19, 128 + + + 56, 17 + + + 10 + + + 攻击力: + + + LblEntityAtk + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 12 + + + True + + + NoControl + + + 19, 82 + + + 44, 17 + + + 5 + + + 血量: + + + LblEntityHp + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 13 + + + True + + + NoControl + + + 170, 82 + + + 68, 17 + + + 7 + + + 最大血量: + + + LblEntityMaxHp + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 14 + + + True + + + NoControl + + + 19, 157 + + + 235, 17 + + + 14 + + + 位置: x: y: z: + + + LblEntitySpawnPostion + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 15 + + + True + + + NoControl + + + 194, 27 + + + 44, 17 + + + 2 + + + 等级: + + + LblEntityLevel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 16 + + + True + + + NoControl + + + 20, 27 + + + 44, 17 + + + 0 + + + 数量: + + + LblEntityAmount + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 17 + + + 4, 26 + + + 3, 3, 3, 3 + + + 338, 195 + + + 0 + + + 生成参数 + + + TPSpawnArgs + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCSpawnSettings + + + 0 + + + True + + NoControl 6, 41 - - 见识一下真正的雷神吧! + + 140, 17 - - 实体列表 - - - 3 - - - RbAtN - - - True - - - 338, 195 - - - 56, 3 - - - 178, 74 - - - TxtEntityFilter - - - TPAttackInfusedArgs - - - 60, 23 - - - 7 - - - 6 - - - 6 - - - NoControl - - - 280, 195 - - - PageSpawn - - - 13 - - - 8 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - E - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NUDAiwiRotateZ - - - NoControl - - - True - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAttackInfusedArgs - - - Fill - - - 9 - - - FLPSpawnRecordControls - - - BtnAiwiClear - - - TPAttackInfusedArgs - - - 0 - - - Top, Bottom, Left - - - TPSpawnArgs - - - 80, 23 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 15 - - - True - - - NoControl - - - 80, 23 - - - TPAttackInfusedArgs - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - 36, 21 - - - 11 - - - NUDEntityPosY - - - TCSpawnItems - - - NoControl - - - NoControl - - - NoControl - - - True - - - 替换技能 - - - TPAttackInfusedArgs - - - NoControl - - - True - - - 240, 80 - - - 80, 23 - - - 19, 128 - - - True - - - 240, 25 - - - 10 - - - 169, 155 - - - TPSpawnArgs - - - TPSpawnArgs - - - 80, 23 - - - LnkAMOn - - + 5 - - TPAttackInfusedArgs - - - 1 - - - 67, 72 - - - 17 - - - 13, 166 - - - 生成参数 - - - 4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - TCSpawnSettings - - - 1 - - - LblAiwiPlugin - - - True - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BtnAtReload - - - TPSpawnArgs - - - 生成记录本 - - - 1 - - - BtnSaveSpawnLog - - - TPAttackInfusedArgs - - - 1 - - - True - - - NUDAiwiRotateY - - - 11 - - - LblClearSpawnLogs - - - 10 - - - 3, 163 - - - 66, 101 - - - 1 - - - LblEntityHp - - - 0 - - - False - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 60, 23 - - - 170, 82 - - - 119, 166 - - - 0 - - - 60, 23 - - - 插件: - - - 100, 23 - - - 156, 3 - - - True - - - 274, 30 - - - 44, 17 - - - 75, 23 - - - LblEntityAtk - - - 60, 23 - - - True - - - 3, 3, 3, 3 - - - √ 记录 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 100, 23 - - - NoControl - - - True - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6, 3 - - - 4 - - - 0 - - - 20, 106 - - - 250, 23 - - - NoControl - - - LblAMPlugin - - - $this - - - NUDAiwiCount - - - 16 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 225, 166 - - - NUDAiwiHeight - - - 162, 17 - - - 2 - - - 36, 21 - - - TPSpawnArgs - - - 9 - - - True - - - 0 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 80, 23 - - - TPSpawnArgs - - - 14 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 67, 43 - - - 232, 170 - - - NoControl - - - 7, 17 - - - 274, 29 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Left - - - 2 - - - 1 - - - 数量: - - - TPSpawnRecords - - - 60, 23 - - - 346, 225 - - - 288, 225 - - - 0 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 12 - - - 重载配置 - - - Top, Left, Right - - - TPAttackInfusedArgs - - - NoControl - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6 - - - 3, 7 - - - 17 - - - 235, 17 - - - $this - - - 范围: - - - 3, 3 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelEntityFilterBar - - - 260, 155 - - - 4 + + 见识一下真正的雷神吧! LblAMPluginTip - - 14 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MenuSpawnEntityFilter + + TPAttackModArgs - - 217, 23 + + 0 - - + + True - - GrasscutterTools.Pages.BasePage, GrasscutterTools, Version=1.7.4.0, Culture=neutral, PublicKeyToken=de2b1c089621e923 - - - LnkAttackInfusedWithItem - - - GrpAMSkills - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - FLPSpawnRecordControls - - - 61, 4 - - + NoControl + + 6, 24 + + + 227, 17 + + + 4 + + + 这个插件可以使用 Gadget 替换角色攻击 + + + LblAMPluginIntroduction + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackModArgs + + + 1 + + + True + + + NoControl + + + 6, 3 + + + 44, 17 + + + 0 + 插件: - - TPSpawnArgs + + LblAMPlugin - - 15 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TPAttackModArgs + + + 2 + + + True + + + NoControl + + + 182, 3 + + + 20, 17 + + + 3 + + + + + + LnkAMOff + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackModArgs 3 - - 7 - - - 4, 26 - - - 228, 43 - - - 100, 23 - - - 67, 14 - - - TPSpawnItems - - - 280, 195 - - - 13 - - - 血量: - - - 3 - - - LblAiwiSpread - - - 16 - - + True NoControl - - 3 + + 156, 3 - - 1 + + 20, 17 - - 0 + + 2 - - 0 + + + + + LnkAMOn + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackModArgs 4 + + NoControl + + + 232, 170 + + + 100, 23 + + + 8 + + + 重载配置 + + + BtnAtReload + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackModArgs + + + 5 + + + NoControl + + + 9, 170 + + + 217, 23 + + + 7 + + + 清空实体!! + + + BtnAtClear + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackModArgs + + + 6 + + + True + + + NoControl + + + 56, 3 + + + 94, 17 + + + 1 + + + AttackModifier + + + LnkAttackModifierPlugin + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackModArgs + + + 7 + + + 67, 72 + + + 250, 23 + + + 5 + + + TxtAtEntityQ + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAMSkills + + + 0 + + + 67, 43 + + + 250, 23 + + + 4 + + + TxtAtEntityE + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAMSkills + + + 1 + + + 67, 14 + + + 250, 23 + + + 3 + + + TxtAtEntityN + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAMSkills + + + 2 + + + True + + + NoControl + + + 14, 73 + + + 36, 21 + + + 2 + + + Q + + + RbAtQ + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAMSkills + + + 3 + + + True + + + NoControl + + + 14, 44 + + + 33, 21 + + + 1 + + + E + + + RbAtE + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAMSkills + + + 4 + + + True + + + NoControl + + + 14, 15 + + + 36, 21 + + + 0 + + + N + + + RbAtN + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAMSkills + + + 5 + + + 9, 61 + + + 323, 103 + + + 6 + + + 替换技能 + + + GrpAMSkills + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackModArgs + + + 8 + + + 4, 26 + + + 3, 3, 3, 3 + + + 338, 195 + + + 1 + + + 攻击修改参数 + + + TPAttackModArgs + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCSpawnSettings + + + 1 + + + 248, 101 + + + 60, 23 + + + 13 + + + NUDAiwiRotateZ + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 0 + + + 157, 101 + + + 60, 23 + + + 12 + + + NUDAiwiRotateY + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 1 + + + 66, 101 + + + 60, 23 + + + 11 + + + NUDAiwiRotateX + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 2 + + + True + + + NoControl + + + 7, 103 + + + 235, 17 + + + 10 + + + 旋转: x: y: z: + + + LblAiwiRotate + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 3 + + + 228, 72 + + + 80, 23 + + + 9 + + + NUDAiwiSpread + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 4 + + + True + + + NoControl + + + 178, 74 + + + 44, 17 + + + 8 + + + 扩散: + + + LblAiwiSpread + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 5 + + + 66, 72 + + + 80, 23 + + + 7 + + + NUDAiwiCount + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 6 + + + 228, 43 + + + 80, 23 + + + 5 + + + NUDAiwiHeight + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 7 + + + 66, 43 + + + 80, 23 + + + 3 + + + NUDAiwiRadius + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 8 + + + True + + + NoControl + + + 7, 74 + + + 44, 17 + + + 6 + + + 数量: + + + LblAiwiCount + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 9 + + + True + + + NoControl + + + 178, 45 + + + 44, 17 + + + 4 + + + 高度: + + + LblAiwiHeight + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 10 + + + True + + + NoControl + + + 7, 45 + 44, 17 - + + 2 + + + 范围: + + + LblAiwiRadius + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 11 + + + NoControl + + + 94, 130 + + + 150, 30 + + + 14 + + + 攻击注入 + + + BtnAttackInfuse + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 12 + + + NoControl + + + 225, 166 + + + 100, 23 + + + 17 + + + 重载配置 + + + BtnAiwiReload + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 13 + + + NoControl + + + 119, 166 + + + 100, 23 + + + 16 + + + 清空实体 + + + BtnAiwiClear + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 14 + + + NoControl + + + 13, 166 + + + 100, 23 + + + 15 + + + 重置 + + + BtnAiwiReset + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 15 + + + True + + + NoControl + + + 6, 3 + + + 44, 17 + + + 0 + + + 插件: + + + LblAiwiPlugin + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 16 + + + True + + + NoControl + + + 56, 3 + + + 139, 17 + + + 1 + + + AttackInfusedWithItem + + + LnkAttackInfusedWithItem + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 17 + + + 4, 26 + + + 3, 3, 3, 3 + + + 338, 195 + + + 2 + + + 攻击注入参数 + + + TPAttackInfusedArgs + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCSpawnSettings + + + 2 + + + 3, 7 + + + 346, 225 + + + 0 + + + TCSpawnSettings + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + Top, Bottom, Left, Right + + + Fill + + + 17 + + + 3, 33 + + + 274, 159 + + + 1 + + + ListEntity + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnItems + + + 0 + + + Top, Left, Right + + + 0, 3 + + + 242, 23 + + + 0 + + + TxtEntityFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + PanelEntityFilterBar + + + 0 + + + Top, Right + + + NoControl + + + 245, 3 + + + 26, 24 + + + 1 + + + + + + BtnFilterEntity + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + PanelEntityFilterBar + + 1 Top - - 165, 6 + + 3, 3 - - NUDAiwiRadius + + 274, 30 + + + 0 + + + PanelEntityFilterBar + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 TPSpawnItems - + + 1 + + + 4, 26 + + + 3, 3, 3, 3 + + + 280, 195 + + 0 - - 66, 43 + + 实体列表 - - 56, 3 + + TPSpawnItems + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCSpawnItems + + + 0 + + + Fill + + + 17 + + + 3, 3 + + + 274, 160 + + + 0 + + + ListSpawnLogs + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnRecords + + + 0 + + + True + + + NoControl + + + 3, 3 + + + 75, 23 + + + 0 + + + √ 记录 + + + BtnSaveSpawnLog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + FLPSpawnRecordControls + + + 0 + + + False + + + NoControl + + + 84, 3 + + + 75, 23 + + + 1 + + + × 删除 + + + BtnRemoveSpawnLog System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 194, 27 + + FLPSpawnRecordControls - - 9 + + 1 - - 位置: x: y: z: + + Left + + + True + + + NoControl + + + 165, 6 + + + 44, 17 + + + 2 + + + X 清空 + + + LblClearSpawnLogs System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 扩散: + + FLPSpawnRecordControls - - 17 - - - 240, 126 - - - 80, 23 - - - 3, 33 - - - 5 - - - TPAttackModArgs - - - 3 - - - LblEntityAmount - - - 140, 17 - - - 5 - - + 2 - - LblAMPluginIntroduction + + Bottom - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 163 + + + 274, 29 + + + 1 + + + FLPSpawnRecordControls + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnRecords + + + 1 + + + 4, 26 + + + 3, 3, 3, 3 + + + 280, 195 + + + 1 + + + 生成记录本 + + + TPSpawnRecords + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCSpawnItems + + + 1 + + + 355, 7 + + + 288, 225 + + + 1 + + + TCSpawnItems + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 17, 17 + + 61, 4 + + + MenuSpawnEntityFilter + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + True + + 7, 17 + + + PageSpawn + + + GrasscutterTools.Pages.BasePage, GrasscutterTools, Version=1.7.4.0, Culture=neutral, PublicKeyToken=de2b1c089621e923 + \ No newline at end of file