From 45ff34370c172fe46e0760da919b2e21db039f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= Date: Sun, 3 Jul 2022 22:07:02 +0800 Subject: [PATCH] Update FormMain Fix Weapons search result id issue Fix Resources errors --- .../Forms/FormMain.Designer.cs | 43 +- Source/GrasscutterTools/Forms/FormMain.cs | 24 +- .../Forms/FormMain.en-us.resx | 226 +- Source/GrasscutterTools/Forms/FormMain.resx | 12051 +++++++--------- .../Forms/FormMain.ru-ru.resx | 122 +- .../Properties/Resources.Designer.cs | 438 +- .../Properties/Resources.en-us.resx | 9 - .../Properties/Resources.resx | 3 - .../Properties/Resources.ru-ru.resx | 9 - 9 files changed, 5418 insertions(+), 7507 deletions(-) diff --git a/Source/GrasscutterTools/Forms/FormMain.Designer.cs b/Source/GrasscutterTools/Forms/FormMain.Designer.cs index cc32ea2..4b9c6b4 100644 --- a/Source/GrasscutterTools/Forms/FormMain.Designer.cs +++ b/Source/GrasscutterTools/Forms/FormMain.Designer.cs @@ -316,12 +316,12 @@ namespace GrasscutterTools.Forms // // TPRemoteCall // + resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall"); this.TPRemoteCall.Controls.Add(this.GrpServerStatus); this.TPRemoteCall.Controls.Add(this.GrpRemoteCommand); this.TPRemoteCall.Controls.Add(this.TxtHost); this.TPRemoteCall.Controls.Add(this.BtnQueryServerStatus); this.TPRemoteCall.Controls.Add(this.LblHost); - resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall"); this.TPRemoteCall.Name = "TPRemoteCall"; this.TPRemoteCall.UseVisualStyleBackColor = true; // @@ -378,14 +378,15 @@ namespace GrasscutterTools.Forms // // TPOpenCommandCheck // + resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck"); this.TPOpenCommandCheck.Controls.Add(this.TPPlayerCheck); this.TPOpenCommandCheck.Controls.Add(this.TPConsoleCheck); - resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck"); this.TPOpenCommandCheck.Name = "TPOpenCommandCheck"; this.TPOpenCommandCheck.SelectedIndex = 0; // // TPPlayerCheck // + resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck"); this.TPPlayerCheck.Controls.Add(this.LnkRCHelp); this.TPPlayerCheck.Controls.Add(this.NUDRemotePlayerId); this.TPPlayerCheck.Controls.Add(this.BtnConnectOpenCommand); @@ -393,7 +394,6 @@ namespace GrasscutterTools.Forms this.TPPlayerCheck.Controls.Add(this.BtnSendVerificationCode); this.TPPlayerCheck.Controls.Add(this.NUDVerificationCode); this.TPPlayerCheck.Controls.Add(this.LblRemotePlayerId); - resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck"); this.TPPlayerCheck.Name = "TPPlayerCheck"; this.TPPlayerCheck.UseVisualStyleBackColor = true; // @@ -465,11 +465,11 @@ namespace GrasscutterTools.Forms // // TPConsoleCheck // + resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck"); this.TPConsoleCheck.Controls.Add(this.BtnConsoleConnect); this.TPConsoleCheck.Controls.Add(this.TxtToken); this.TPConsoleCheck.Controls.Add(this.LblToken); this.TPConsoleCheck.Controls.Add(this.LblConsoleTip); - resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck"); this.TPConsoleCheck.Name = "TPConsoleCheck"; this.TPConsoleCheck.UseVisualStyleBackColor = true; // @@ -514,10 +514,10 @@ namespace GrasscutterTools.Forms // // TPAbout // + resources.ApplyResources(this.TPAbout, "TPAbout"); this.TPAbout.Controls.Add(this.GrasscutterToolsSupport); this.TPAbout.Controls.Add(this.LnkGithub); this.TPAbout.Controls.Add(this.LblSupportDescription); - resources.ApplyResources(this.TPAbout, "TPAbout"); this.TPAbout.Name = "TPAbout"; this.TPAbout.UseVisualStyleBackColor = true; // @@ -542,10 +542,10 @@ namespace GrasscutterTools.Forms // // TPManage // + resources.ApplyResources(this.TPManage, "TPManage"); this.TPManage.Controls.Add(this.GrpBanPlayer); this.TPManage.Controls.Add(this.GrpAccount); this.TPManage.Controls.Add(this.GrpPermission); - resources.ApplyResources(this.TPManage, "TPManage"); this.TPManage.Name = "TPManage"; this.TPManage.UseVisualStyleBackColor = true; // @@ -563,8 +563,8 @@ namespace GrasscutterTools.Forms // // DTPBanEndTime // - this.DTPBanEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Short; resources.ApplyResources(this.DTPBanEndTime, "DTPBanEndTime"); + this.DTPBanEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.DTPBanEndTime.MaxDate = new System.DateTime(2034, 12, 31, 0, 0, 0, 0); this.DTPBanEndTime.MinDate = new System.DateTime(2022, 6, 28, 0, 0, 0, 0); this.DTPBanEndTime.Name = "DTPBanEndTime"; @@ -586,8 +586,8 @@ namespace GrasscutterTools.Forms // // TxtBanReason // - this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; resources.ApplyResources(this.TxtBanReason, "TxtBanReason"); + this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TxtBanReason.Maximum = 0F; this.TxtBanReason.Minimum = 0F; this.TxtBanReason.Name = "TxtBanReason"; @@ -685,10 +685,10 @@ namespace GrasscutterTools.Forms // // CmbPerm // + resources.ApplyResources(this.CmbPerm, "CmbPerm"); this.CmbPerm.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CmbPerm.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CmbPerm.FormattingEnabled = true; - resources.ApplyResources(this.CmbPerm, "CmbPerm"); this.CmbPerm.Name = "CmbPerm"; // // NUDPermUID @@ -734,6 +734,7 @@ namespace GrasscutterTools.Forms // // TPScene // + resources.ApplyResources(this.TPScene, "TPScene"); this.TPScene.Controls.Add(this.TxtSceneFilter); this.TPScene.Controls.Add(this.ChkIncludeSceneId); this.TPScene.Controls.Add(this.LblTp); @@ -748,7 +749,6 @@ namespace GrasscutterTools.Forms this.TPScene.Controls.Add(this.LblClimateType); this.TPScene.Controls.Add(this.LblSceneDescription); this.TPScene.Controls.Add(this.ListScenes); - resources.ApplyResources(this.TPScene, "TPScene"); this.TPScene.Name = "TPScene"; this.TPScene.UseVisualStyleBackColor = true; // @@ -883,6 +883,7 @@ namespace GrasscutterTools.Forms // // TPItem // + resources.ApplyResources(this.TPItem, "TPItem"); this.TPItem.Controls.Add(this.LblClearGiveItemLogs); this.TPItem.Controls.Add(this.BtnSaveGiveItemLog); this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog); @@ -895,7 +896,6 @@ namespace GrasscutterTools.Forms this.TPItem.Controls.Add(this.NUDGameItemAmout); this.TPItem.Controls.Add(this.NUDGameItemLevel); this.TPItem.Controls.Add(this.LblGiveCommandDescription); - resources.ApplyResources(this.TPItem, "TPItem"); this.TPItem.Name = "TPItem"; this.TPItem.UseVisualStyleBackColor = true; // @@ -1013,6 +1013,7 @@ namespace GrasscutterTools.Forms // // TPWeapon // + resources.ApplyResources(this.TPWeapon, "TPWeapon"); this.TPWeapon.Controls.Add(this.TxtWeaponFilter); this.TPWeapon.Controls.Add(this.LblWeaponDescription); this.TPWeapon.Controls.Add(this.LblWeaponRefinement); @@ -1022,7 +1023,6 @@ namespace GrasscutterTools.Forms this.TPWeapon.Controls.Add(this.NUDWeaponAmout); this.TPWeapon.Controls.Add(this.NUDWeaponLevel); this.TPWeapon.Controls.Add(this.ListWeapons); - resources.ApplyResources(this.TPWeapon, "TPWeapon"); this.TPWeapon.Name = "TPWeapon"; this.TPWeapon.UseVisualStyleBackColor = true; // @@ -1119,12 +1119,12 @@ namespace GrasscutterTools.Forms // // TPStats // + resources.ApplyResources(this.TPStats, "TPStats"); this.TPStats.Controls.Add(this.LblResetStatsCommand); this.TPStats.Controls.Add(this.LblResetStatsTip); this.TPStats.Controls.Add(this.GrpSetStats); this.TPStats.Controls.Add(this.GrpTalentLevel); this.TPStats.Controls.Add(this.LblStatsDescription); - resources.ApplyResources(this.TPStats, "TPStats"); this.TPStats.Name = "TPStats"; this.TPStats.UseVisualStyleBackColor = true; // @@ -1154,6 +1154,7 @@ namespace GrasscutterTools.Forms // LblStatTip // resources.ApplyResources(this.LblStatTip, "LblStatTip"); + this.LblStatTip.AutoEllipsis = true; this.LblStatTip.ForeColor = System.Drawing.SystemColors.GrayText; this.LblStatTip.Name = "LblStatTip"; // @@ -1180,9 +1181,9 @@ namespace GrasscutterTools.Forms // // CmbStat // + resources.ApplyResources(this.CmbStat, "CmbStat"); this.CmbStat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbStat.FormattingEnabled = true; - resources.ApplyResources(this.CmbStat, "CmbStat"); this.CmbStat.Name = "CmbStat"; this.CmbStat.SelectedIndexChanged += new System.EventHandler(this.SetStatsInputChanged); // @@ -1242,6 +1243,7 @@ namespace GrasscutterTools.Forms // // TPAvatar // + resources.ApplyResources(this.TPAvatar, "TPAvatar"); this.TPAvatar.Controls.Add(this.LblNewCommandTip); this.TPAvatar.Controls.Add(this.LblAvatarConstellation); this.TPAvatar.Controls.Add(this.NUDAvatarConstellation); @@ -1251,7 +1253,6 @@ namespace GrasscutterTools.Forms this.TPAvatar.Controls.Add(this.LblAvatarLevel); this.TPAvatar.Controls.Add(this.NUDAvatarLevel); this.TPAvatar.Controls.Add(this.CmbAvatar); - resources.ApplyResources(this.TPAvatar, "TPAvatar"); this.TPAvatar.Name = "TPAvatar"; this.TPAvatar.UseVisualStyleBackColor = true; // @@ -1336,6 +1337,7 @@ namespace GrasscutterTools.Forms // // TPSpawn // + resources.ApplyResources(this.TPSpawn, "TPSpawn"); this.TPSpawn.Controls.Add(this.LblClearSpawnLogs); this.TPSpawn.Controls.Add(this.BtnSaveSpawnLog); this.TPSpawn.Controls.Add(this.BtnRemoveSpawnLog); @@ -1348,7 +1350,6 @@ namespace GrasscutterTools.Forms this.TPSpawn.Controls.Add(this.NUDEntityLevel); this.TPSpawn.Controls.Add(this.TxtEntityFilter); this.TPSpawn.Controls.Add(this.ListEntity); - resources.ApplyResources(this.TPSpawn, "TPSpawn"); this.TPSpawn.Name = "TPSpawn"; this.TPSpawn.UseVisualStyleBackColor = true; // @@ -1489,13 +1490,13 @@ namespace GrasscutterTools.Forms // // TPQuest // + resources.ApplyResources(this.TPQuest, "TPQuest"); this.TPQuest.Controls.Add(this.GrpQuestFilters); this.TPQuest.Controls.Add(this.BtnFinishQuest); this.TPQuest.Controls.Add(this.BtnAddQuest); this.TPQuest.Controls.Add(this.LblQuestDescription); this.TPQuest.Controls.Add(this.TxtQuestFilter); this.TPQuest.Controls.Add(this.ListQuest); - resources.ApplyResources(this.TPQuest, "TPQuest"); this.TPQuest.Name = "TPQuest"; this.TPQuest.UseVisualStyleBackColor = true; // @@ -1567,6 +1568,7 @@ namespace GrasscutterTools.Forms // // TPArtifact // + resources.ApplyResources(this.TPArtifact, "TPArtifact"); this.TPArtifact.Controls.Add(this.LblArtifactLevelTip); this.TPArtifact.Controls.Add(this.BtnAddSubAttr); this.TPArtifact.Controls.Add(this.LblArtifactName); @@ -1586,7 +1588,6 @@ namespace GrasscutterTools.Forms this.TPArtifact.Controls.Add(this.NUDArtifactLevel); this.TPArtifact.Controls.Add(this.LblArtifactStars); this.TPArtifact.Controls.Add(this.NUDArtifactStars); - resources.ApplyResources(this.TPArtifact, "TPArtifact"); this.TPArtifact.Name = "TPArtifact"; this.TPArtifact.UseVisualStyleBackColor = true; // @@ -1752,6 +1753,7 @@ namespace GrasscutterTools.Forms // // TPCustom // + resources.ApplyResources(this.TPCustom, "TPCustom"); this.TPCustom.Controls.Add(this.BtnExportCustomCommands); this.TPCustom.Controls.Add(this.BtnLoadCustomCommands); this.TPCustom.Controls.Add(this.LblCustomName); @@ -1759,7 +1761,6 @@ namespace GrasscutterTools.Forms this.TPCustom.Controls.Add(this.BtnRemoveCustomCommand); this.TPCustom.Controls.Add(this.BtnSaveCustomCommand); this.TPCustom.Controls.Add(this.TxtCustomName); - resources.ApplyResources(this.TPCustom, "TPCustom"); this.TPCustom.Name = "TPCustom"; this.TPCustom.UseVisualStyleBackColor = true; // @@ -1823,12 +1824,12 @@ namespace GrasscutterTools.Forms // // TPHome // + resources.ApplyResources(this.TPHome, "TPHome"); this.TPHome.Controls.Add(this.LblAbout); this.TPHome.Controls.Add(this.BtnOpenTextMap); this.TPHome.Controls.Add(this.BtnOpenGachaBannerEditor); this.TPHome.Controls.Add(this.GrasscutterToolsIcon); this.TPHome.Controls.Add(this.GrpSettings); - resources.ApplyResources(this.TPHome, "TPHome"); this.TPHome.Name = "TPHome"; this.TPHome.UseVisualStyleBackColor = true; // @@ -1887,9 +1888,9 @@ namespace GrasscutterTools.Forms // // CmbLanguage // + resources.ApplyResources(this.CmbLanguage, "CmbLanguage"); this.CmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbLanguage.FormattingEnabled = true; - resources.ApplyResources(this.CmbLanguage, "CmbLanguage"); this.CmbLanguage.Name = "CmbLanguage"; this.CmbLanguage.SelectedIndexChanged += new System.EventHandler(this.CmbLanguage_SelectedIndexChanged); // diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs index a169ba9..d3875af 100644 --- a/Source/GrasscutterTools/Forms/FormMain.cs +++ b/Source/GrasscutterTools/Forms/FormMain.cs @@ -562,7 +562,7 @@ namespace GrasscutterTools.Forms private void InitWeapons() { ListWeapons.Items.Clear(); - ListWeapons.Items.AddRange(GameData.Weapons.Names); + ListWeapons.Items.AddRange(GameData.Weapons.Lines); } private void TxtWeaponFilter_TextChanged(object sender, EventArgs e) @@ -570,16 +570,16 @@ namespace GrasscutterTools.Forms var filter = TxtWeaponFilter.Text.Trim(); ListWeapons.BeginUpdate(); ListWeapons.Items.Clear(); - ListWeapons.Items.AddRange(GameData.Weapons.Names.Where(n => n.Contains(filter)).ToArray()); + ListWeapons.Items.AddRange(GameData.Weapons.Lines.Where(n => n.Contains(filter)).ToArray()); ListWeapons.EndUpdate(); } private void WeaponValueChanged(object sender, EventArgs e) { - if (ListWeapons.SelectedIndex >= 0) + var name = ListWeapons.SelectedItem as string; + if (!string.IsNullOrEmpty(name)) { - // 错误未修复: 无法对应搜索的结果给予武器 - var id = GameData.Weapons.Ids[ListWeapons.SelectedIndex]; + var id = name.Substring(0, name.IndexOf(':')).Trim(); if (ChkNewCommand.Checked) SetCommand("/give", $"{id} x{NUDWeaponAmout.Value} lv{NUDWeaponLevel.Value} r{NUDWeaponRefinement.Value}"); else @@ -693,8 +693,11 @@ namespace GrasscutterTools.Forms private void LblClearGiveItemLogs_Click(object sender, EventArgs e) { - GiveItemCommands.Clear(); - ListGiveItemLogs.Items.Clear(); + if (MessageBox.Show(Resources.AskConfirmDeletion, Resources.Tips, MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) + { + GiveItemCommands.Clear(); + ListGiveItemLogs.Items.Clear(); + } } #endregion -- 物品记录 -- @@ -857,8 +860,11 @@ namespace GrasscutterTools.Forms private void LblClearSpawnLogs_Click(object sender, EventArgs e) { - SpawnCommands.Clear(); - ListSpawnLogs.Items.Clear(); + if (MessageBox.Show(Resources.AskConfirmDeletion, Resources.Tips, MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) + { + SpawnCommands.Clear(); + ListSpawnLogs.Items.Clear(); + } } #endregion -- 生成记录 -- diff --git a/Source/GrasscutterTools/Forms/FormMain.en-us.resx b/Source/GrasscutterTools/Forms/FormMain.en-us.resx index ffbee5b..06b8967 100644 --- a/Source/GrasscutterTools/Forms/FormMain.en-us.resx +++ b/Source/GrasscutterTools/Forms/FormMain.en-us.resx @@ -127,17 +127,11 @@ Auto - - Command (Press and hold Ctrl to run automatically) - Run(F5) - - Remote - - - Server status + + Command (Press and hold Ctrl to run automatically) 13, 63 @@ -175,11 +169,8 @@ Player count - - Remote Cell - - - Player + + Server status 35, 17 @@ -199,8 +190,8 @@ Send Code - - Console + + Player Connect @@ -208,6 +199,12 @@ Note that normal commands in the console state must specify the target (set include UID) + + Console + + + Remote Cell + 86, 36 @@ -229,12 +226,8 @@ Host - - About - - - - Bottom, Left + + Remote 110, 17 @@ -242,11 +235,8 @@ Grasscutter Tools - - Manage - - - Ban Management + + About Unban @@ -266,8 +256,8 @@ UID - - Account Management + + Ban Management 49, 21 @@ -302,8 +292,8 @@ 127, 23 - - Permission Management + + Account Management Delete @@ -326,8 +316,11 @@ UID - - Scene + + Permission Management + + + Manage 91, 213 @@ -399,8 +392,14 @@ In the command, you can use ~ to indicate the current position, and ~100 to indi Scene control Tip: Most of the scenes have no effect and cannot be entered. - - Items + + Scene + + + 50, 17 + + + X Clear √ Record @@ -447,8 +446,8 @@ Tip: Most of the scenes have no effect and cannot be entered. Give item to player - - Weapon + + Items 93, 17 @@ -489,32 +488,32 @@ Tip: Most of the scenes have no effect and cannot be entered. 147, 216 - - Stats - - - Stats - - - 26, 17 - - - Tip + + Weapon 126, 135 + + 112, 17 + When getting AEP 235, 135 + + 243, 17 + the current character's stats will be reset - - Talent Level + + Tip + + + Stats 283, 24 @@ -546,55 +545,79 @@ Tip: Most of the scenes have no effect and cannot be entered. 128, 23 + + Talent Level + 179, 17 Set current active Avatar data - - Avatar + + Stats + + + 360, 155 + + + 178, 17 + + + ※Available in New Command + + + 360, 131 + + + 83, 17 + + + Constellation + + + 444, 129 + + + 427, 51 WARN! Adding a character that is not officially used may result in a corrupted account save, making it impossible to play the game. The data may not be cleared even if the account is recreated. - - Avatar - - - Level - - - Constellation - - - ※Available in New Command - 360, 37 + + 45, 17 + + + Avatar + 360, 84 - - 360, 131 + + 37, 17 - - 444, 34 + + Level 444, 82 - - 444, 129 + + 444, 34 - - 360, 155 + + Avatar - - Spawn + + 50, 17 + + + X Clear √ Record @@ -605,15 +628,6 @@ The data may not be cleared even if the account is recreated. Records - - Class - - - 84, 21 - - - Ornament - 65, 21 @@ -626,6 +640,9 @@ The data may not be cleared even if the account is recreated. Monster + + Class + 81, 17 @@ -653,11 +670,8 @@ The data may not be cleared even if the account is recreated. 146, 216 - - Quest - - - List Filter + + Spawn 51, 21 @@ -677,6 +691,9 @@ The data may not be cleared even if the account is recreated. Hidden + + List Filter + Finish @@ -688,8 +705,8 @@ The data may not be cleared even if the account is recreated. Tip: Many quest require server-side scripting support Therefore, the quest can be add and finish, but not necessarily can be work - - Artifact + + Quest + Add @@ -715,12 +732,6 @@ Therefore, the quest can be add and finish, but not necessarily can be work X Clear - - X Clear - - - X Clear - 99, 41 @@ -754,8 +765,8 @@ Therefore, the quest can be add and finish, but not necessarily can be work Stars - - Custom + + Artifact 533, 216 @@ -781,9 +792,6 @@ Therefore, the quest can be add and finish, but not necessarily can be work Tag - - List - 531, -1 @@ -793,6 +801,9 @@ Therefore, the quest can be add and finish, but not necessarily can be work Restore + + List + 393, 216 @@ -814,8 +825,8 @@ Therefore, the quest can be add and finish, but not necessarily can be work 267, 23 - - Home + + Custom 74, 38 @@ -835,9 +846,6 @@ Therefore, the quest can be add and finish, but not necessarily can be work Banner editor - - Settings - 83, 21 @@ -850,4 +858,10 @@ Therefore, the quest can be add and finish, but not necessarily can be work Include UID - + + Settings + + + Home + + \ No newline at end of file diff --git a/Source/GrasscutterTools/Forms/FormMain.resx b/Source/GrasscutterTools/Forms/FormMain.resx index 0a8d1c6..d97431d 100644 --- a/Source/GrasscutterTools/Forms/FormMain.resx +++ b/Source/GrasscutterTools/Forms/FormMain.resx @@ -117,1275 +117,452 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Left, Right - - - - 87, 22 - - - 400, 23 - - - 0 - - - TxtCommand - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 3 - - - Top, Right - - - NoControl - - - 493, 22 - - - 50, 23 - - - 1 - - - 复制 - - - BtnCopy - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 1 - - - Top, Right - - - True - - - NoControl - - - 549, 24 - - - 51, 21 - - - 2 - - - 自动 - - - ChkAutoCopy - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 2 - - - Bottom, Left, Right - - - BtnInvokeOpenCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 0 - - - 12, 293 - - - 610, 56 - - - 610, 56 - - - 3 - - - 命令(按住 Ctrl 自动执行) - - - GrpCommand - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - NoControl - - - 6, 22 - - - 75, 23 - 3 - - 执行(F5) + + + 283, 25 - - BtnInvokeOpenCommand + + 60, 23 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 0 - - - GrpServerStatus - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 0 - - - GrpRemoteCommand - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 1 - - - TxtHost - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 2 - - - BtnQueryServerStatus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 3 - - - LblHost - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 4 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 14 - - - 远程 - - - TPRemoteCall - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 12 - - - None - - - LnkOpenCommandLabel - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 0 - - - LblOpenCommandSupport - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 1 - - - LblServerVersion - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 2 - - - LblPlayerCount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 3 - - - LblServerVersionLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 4 + + 6, 218 LblPlayerCountLabel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top - - GrpServerStatus - - - 5 - - - 363, 36 - - - 200, 100 - - - 4 - - - 服务器状态 - - - GrpServerStatus - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 0 - - - True - - - NoControl - - - 13, 62 - - - 80, 17 - - - 5 - - - 远程执行插件 - - - LnkOpenCommandLabel - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 0 - - - True - - - NoControl - - - 99, 62 - - - 23, 17 - - - 18 - - - --- - - - LblOpenCommandSupport - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 1 - - - True - - - NoControl - - - 99, 28 - - - 23, 17 - - - 14 - - - --- - - - LblServerVersion - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 2 - - - True - - - NoControl - - - 99, 45 - - - 23, 17 - - - 16 - - - --- - - - LblPlayerCount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 3 - - - True - - - NoControl - - - 37, 28 - - - 56, 17 - - - 13 - - - 游戏版本 - - - LblServerVersionLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 4 - - - True - - - NoControl - - - 25, 45 - - - 68, 17 - - - 15 - - - 当前玩家数 - - - LblPlayerCountLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 5 - - - None - - - TPOpenCommandCheck - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpRemoteCommand - - - 0 - - - False - - - 47, 65 - - - 310, 161 - - - 6 - - - 远程执行 - - - GrpRemoteCommand - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 1 - - - TPPlayerCheck - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPOpenCommandCheck - - - 0 - - - TPConsoleCheck - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPOpenCommandCheck - - - 1 - - - Fill - - - 3, 19 - - - 304, 139 - - - 7 - - - TPOpenCommandCheck - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpRemoteCommand - - - 0 - - - LnkRCHelp - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 0 - - - NUDRemotePlayerId - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 1 - - - BtnConnectOpenCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 2 - - - LblVerificationCode - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 3 - - - BtnSendVerificationCode - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 4 - - - NUDVerificationCode - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 5 - - - LblRemotePlayerId - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 6 - - - 4, 26 - - - 3, 3, 3, 3 - - - 296, 109 - - - 0 - - - 玩家验证 - - - TPPlayerCheck - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPOpenCommandCheck - - - 0 - - - True - - - NoControl - - - 189, 15 - - - 32, 17 - - - 9 - - - 帮助 - - - LnkRCHelp - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 0 - - - 65, 13 - - - 118, 23 - - - 8 - - - NUDRemotePlayerId - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 1 - - - False - - - NoControl - - - 92, 82 - - - 100, 23 - - - 13 - - - 连接 - - - BtnConnectOpenCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 2 - - - True - - - NoControl - - - 15, 44 - - - 44, 17 - - - 10 - - - 验证码 - - - LblVerificationCode - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 3 - - - NoControl - - - 189, 42 - - - 100, 23 - - - 12 - - - 发送验证码 - - - BtnSendVerificationCode - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 4 - - - False - - - 65, 42 - - - 118, 23 - - - 11 - - - NUDVerificationCode - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 5 - - - True - - - NoControl - - - 29, 15 - - - 30, 17 - - - 7 - - - UID - - - LblRemotePlayerId - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 6 - - - BtnConsoleConnect - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPConsoleCheck - - - 0 - - - TxtToken - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPConsoleCheck - - - 1 - - - LblToken - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPConsoleCheck - - - 2 - - - LblConsoleTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPConsoleCheck - - - 3 - - - 4, 26 - - - 3, 3, 3, 3 - - - 296, 111 - - - 1 - - - 控制台 - - - TPConsoleCheck - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPOpenCommandCheck - - - 1 - - - NoControl - - - 92, 82 - - - 100, 23 - - - 2 - - - 连接 - - - BtnConsoleConnect - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPConsoleCheck - - - 0 - - - 65, 13 - - - 182, 23 - - - 1 - - - TxtToken - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPConsoleCheck - - - 1 - - - True - - - NoControl - - - 15, 16 - - - 44, 17 - - - 0 - - - Token - - - LblToken - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPConsoleCheck - - - 2 - - - 微软雅黑, 9pt, style=Italic - - - NoControl - - - 15, 39 - - - 275, 40 - - - 3 - - - 请注意,控制台状态下普通命令必须指定目标 -(即设置包含UID) - - - LblConsoleTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPConsoleCheck - - - 3 - - - None - - - 119, 36 - - - 182, 23 - - - 2 - - - TxtHost - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 2 - - - None - - - NoControl - - - 307, 36 - - - 50, 23 - - - 3 - - - 查询 - - - BtnQueryServerStatus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 3 - - - None - - - True - - + NoControl 45, 39 - - 68, 17 + + 12 - - 1 + + groupBox1 - - 服务器地址 + + 366, 39 - - LblHost + + 17 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 181 - - TPRemoteCall - - - 4 - - - Bottom, Right - - - NoControl - - - 456, 97 - - - 280, 280 - - - 140, 140 - - - Zoom - - + 5 - - GrasscutterToolsSupport + + Top + + + TPSpawn + + + GrpTalentLevel + + + System.Windows.Forms.ListBox, 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 + + + 5 + + + √ 保存 + + + TPConsoleCheck + + + NoControl + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 133, 21 + + + 25, 45 + + + NUDAvatarLevel + + + TPWeapon + + + 7 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3, 3, 3, 3 + + + 5 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + GrpSettings + + + 3 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 66, 22 + + + 8 + + + 42, 17 + + + 连接 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 255, 217 + + + 3 + + + 12 + + + 1 + + + 1 + + + TCMain + + + True + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + LblWeaponDescription + + + 5 + + + 138, 216 + + + TPWeapon + + + 6 + + + TPAvatar + + + NoControl + + + NoControl + + + True + + + TPAvatar + + + LblResetStatsCommand + + + NoControl + + + System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 3 + + + 135, 156 + + + 116, 17 + + + 8 + + + 51, 23 + + + 6 + + + NoControl + + + 99, 28 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 9 + + + NoControl + + + 92, 17 + + + True + + + LblStatPercent + + + GrpBanPlayer + + + NUDStat + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 60, 23 + + + LblGiveCommandDescription + + + GrpTalentLevel + + + LblMainAttribution + + + TPScene + + + Bottom + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 10 + + + TPSpawn + + + LblSpawnDescription + + + LblAbout + + + GrpQuestFilters + + + BtnBan + + + 5 + + + 125, 25 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 265, 77 + + + 服务器状态 + + + NUDUid + + + 8 + + + GrpPermission + + + 8 + + + 当前角色属性将会重置 + + + Top, Left, Right + + + 3 System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPAbout + + GrpCommand - - 0 - - - Bottom, Left - - - True - - - NoControl - - - 16, 220 - - - 46, 17 - - - 4 - - - Github - - - LnkGithub - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAbout - - + 1 - + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 346, 31 + + + GrpPermission + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TxtBanReason + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 44, 17 + + + 250, 23 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BtnQueryServerStatus + + True - - NoControl + + 32, 17 - - 16, 23 + + 4 - - 334, 102 + + 11 - - 3 + + TPItem + + + 3, 3, 3, 3 + + + 3, 19 + + + 10 + + + NUDGameItemAmout + + + TPScene + + + TPWeapon + + + 主词条 + + + 200, 23 + + + 5 + + + 200, 153 + + + 语言/Language/язык + + + 20 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + CmbArtifactPart + + + 218, 161 + + + True + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 割草机工具箱 @@ -1395,2210 +572,2341 @@ 如果愿意请我喝一杯奶茶,那就更好了 : ) 指令生成有问题,或者有新的功能请求,都可以来Github提出 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 62, 21 + + + GrasscutterToolsSupport + + + 4, 26 + + + GrpTalentLevel + + + 10, 48 + + + GrpServerStatus + + + False + + + 24 + + + 含场景ID + + + 610, 56 + + + 16 + + + 189, 15 + + + NoControl + + + 44, 17 + + + TPHome + LblSupportDescription - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAbout - - - 2 - - - 4, 26 - - - 3, 3, 3, 3 - - + 602, 245 - - 13 + + 任务 - - 关于 + + True - - TPAbout + + 590, 204 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 121, 25 - - TCMain + + 星级 - - 11 + + 设置 - - GrpBanPlayer + + 3, 19 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 602, 245 - - TPManage + + 添加或完成任务 +提示:许多任务需要服务端脚本支持 +因此任务可以接,可以完成,但是不一定可以做 - - 0 - - - GrpAccount - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPManage - - - 1 - - - GrpPermission - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPManage - - - 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 4, 26 - - 3, 3, 3, 3 + + TxtHost - - 602, 245 + + True - - 12 + + 50, 23 - - 管理 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPManage + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GrpServerStatus - - TCMain + + 16, 220 - - 10 - - - None - - - DTPBanEndTime - - - System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpBanPlayer - - - 0 - - - BtnUnban - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpBanPlayer - - - 1 - - - BtnBan - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpBanPlayer - - - 2 - - - TxtBanReason - - - GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null - - - GrpBanPlayer - - - 3 - - - NUDBanUID - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpBanPlayer - - - 4 - - - LblBanUID - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpBanPlayer - - - 5 - - - 31, 138 - - - 540, 60 - - - 2 - - - 封禁管理 - - - GrpBanPlayer - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPManage - - - 0 - - - 154, 22 - - - 90, 23 - - - 13 - - - DTPBanEndTime - - - System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpBanPlayer - - - 0 - - + NoControl - - 473, 22 + + LblClearSpawnLogs - - 60, 23 + + $this - - 12 + + CmbClimateType - - 解封 + + TPAbout - - BtnUnban + + 0 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Bottom, Left - - GrpBanPlayer + + 260, 24 - + + NoControl + + 1 + + 23, 17 + + + 6, 161 + + + 135, 54 + + + 7, 24 + + + Right + + + TxtCustomName + + + NUDWeaponLevel + + + TPHome + NoControl - - 407, 22 + + 602, 245 - - 60, 23 + + X 清空 - - 11 + + TCMain - - 封号 + + True - - BtnBan + + $this - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpBanPlayer - - - 2 - - - 250, 22 - - - 150, 23 - - + 8 - - 封禁理由 + + Bottom, Left - - TxtBanReason - - - GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null - - - GrpBanPlayer - - - 3 - - - 66, 22 - - - 82, 23 - - - 6 - - - NUDBanUID - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpBanPlayer - - - 4 - - + True - - NoControl + + TPPlayerCheck - - 6, 25 + + 87, 22 - - 54, 17 + + 1 - + + 142, 68 + + + TPAvatar + + 0 - - 目标UID + + 100, 218 - - LblBanUID + + True - + + CmbArtifactSet + + + 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GrpBanPlayer + + 128, 17 - + + NoControl + + + 10 + + + √ 记录 + + 5 - + + 0 + + + GrpPermission + + + True + + None - - ChkAccountSetUid + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 0 - - - NUDAccountUid - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 1 - - - BtnDeleteAccount - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 2 - - - BtnCreateAccount - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 3 - - - LblAccountUserName - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GrpAccount + + GrpPermission - - 4 - - - TxtAccountUserName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 5 - - - 31, 6 - - - 540, 60 - - - 0 - - - 账号管理 - - - GrpAccount - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPManage - - - 1 - - - True - - - NoControl - - - 215, 23 - - - 73, 21 - - + 2 - - 指定UID + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ChkAccountSetUid + + LnkRCHelp - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TPRemoteCall + + + True + + + 置顶 + + + 等级 + + + ※新版命令有效 + + + GrpSpawnRecord + + + 命令(按住 Ctrl 自动执行) + + + TPAbout + + + 45 GrpAccount - - 0 + + 8 - - 294, 22 - - - 106, 23 - - - 3 - - - NUDAccountUid - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 1 - - - NoControl - - - 473, 22 - - - 60, 23 - - - 5 - - - - 删除 - - - BtnDeleteAccount - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 2 - - - NoControl - - - 407, 22 - - - 60, 23 - - - 4 - - - + 创建 - - - BtnCreateAccount - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 3 - - - True - - + NoControl 16, 25 - - 44, 17 - - - 0 - - - 用户名 - - - LblAccountUserName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 4 - - - 66, 22 - - - 140, 23 - - + 1 - - test + + 358, 31 - - TxtAccountUserName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 5 - - - None - - - CmbPerm - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 0 - - - NUDPermUID - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 1 - - - BtmPermRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 2 - - - BtnPermAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 3 - - - LblPerm - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GrpPermission + + 396, 31 - - 4 - - - LblPermUID - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 5 - - - 31, 72 - - - 540, 60 - - - 1 - - - 权限管理 - - - GrpPermission - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPManage - - - 2 - - - 250, 21 - - - 150, 25 - - - 7 - - - CmbPerm - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 0 - - - 66, 22 - - - 140, 23 - - - 6 - - - NUDPermUID - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 1 - - - NoControl - - - 473, 22 - - - 60, 23 - - - 5 - - - - 移除 - - - BtmPermRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 2 - - - NoControl - - - 407, 22 - - - 60, 23 - - - 4 - - - + 添加 - - - BtnPermAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 3 - - - True - - - NoControl - - - 212, 25 - - - 32, 17 - - - 2 - - - 权限 - - - LblPerm - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 4 - - - True - - - NoControl - - - 6, 25 - - - 54, 17 - - - 0 - - - 目标UID - - - LblPermUID - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - + 5 TxtSceneFilter - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPScene + + 未发布的任务 - - 0 - - - ChkIncludeSceneId - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 1 - - - LblTp - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 2 - - - LblTpZ - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 3 - - - LblTpY - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 4 - - - BtnTeleport - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 5 - - - LblTpX - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - + 6 - - NUDTpZ + + 65, 23 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TPScene + + LblResetStatsTip - - 7 + + 99, 62 - - NUDTpY - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 8 - - - NUDTpX - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 9 - - - CmbClimateType - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 10 - - - LblClimateType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 11 - - - LblSceneDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 12 - - - ListScenes - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - + 13 - - 4, 26 - - + 3, 3, 3, 3 - - 602, 245 - - - 9 - - - 场景 - - - TPScene - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 9 - - - Top, Left, Right - - - 346, 5 - - - 250, 23 - - - 13 - - - TxtSceneFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 0 - - - Bottom, Left - - - True - - - False - - - NoControl - - - 90, 190 + + TPCustom 76, 21 - - 12 - - - 含场景ID - - - ChkIncludeSceneId - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 1 - - + Bottom, Left - - True - - - NoControl - - - 6, 105 - - - 296, 51 - - - 11 - - - 坐标传送 -提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送 -命令中可以用~表示当前位置,~100表示相对当前100 - - - LblTp - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 2 - - - Bottom, Left - - - True - - - NoControl - - - 218, 161 - - - 14, 17 - - - 10 - - - z - - - LblTpZ - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - + 3 - - Bottom, Left - - - True - - - NoControl - - - 112, 161 - - - 14, 17 - - - 9 - - - y - - - LblTpY - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 4 - - - Bottom, Left - - - NoControl - - - 9, 188 - - + 75, 23 - - 8 + + 250, 208 - - 传送 + + 3 - - BtnTeleport + + 92, 102 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 5 - - - Bottom, Left - - + True - + + UID + + + GrpSettings + + + TPStats + + + 358, 5 + + + Fill + + + groupBox1 + + + 4, 26 + + + LblPerm + + + 54, 17 + + + 75, 23 + + + UID + + + 66, 22 + + + 0 + + + 2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 51, 21 + + + 0 + + NoControl - - 6, 161 + + TPWeapon - - 14, 17 + + 23 - - 7 + + 3 - - x + + 0 + + + 265, 45 + + + 1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + GrpBanPlayer + + + LblWeaponRefinement + + + ChkIncludeUID + + + NUDRemotePlayerId + + + 23, 17 + + + Bottom, Left + + + Bottom, Left LblTpX - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + TPScene - - 6 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 14, 17 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 43 + + + Bottom, Left, Right + + + TPAvatar + + + Token + + + LblGameItemAmount + + + TPPlayerCheck + + + 11 + + + TPWeapon + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ListGameItems + + Bottom, Left + + NoControl + + + 服务器地址 + 238, 159 - - 80, 23 - - - 6 - - - NUDTpZ - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 7 - - - Bottom, Left - - - 132, 159 - - - 80, 23 - - - 5 - - - NUDTpY - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 8 - - - Bottom, Left - - - 26, 159 - - - 80, 23 - - + 4 - - NUDTpX - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 9 - - - Bottom, Left - - - 68, 69 - - - 121, 25 - - - 3 - - - CmbClimateType - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 10 - - - Bottom, Left - - - True - - - NoControl - - - 6, 72 - - - 56, 17 - - - 2 - - - 设置天气 - - - LblClimateType - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPScene + + 29, 15 - - 11 + + GrpCommand - - True - - + NoControl - - 6, 6 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 224, 51 + + TxtWeaponFilter - - 1 + + 92, 82 + + + Fill + + + 9 + + + 30, 17 + + + NoControl + + + TPArtifact + + + True + + + TPOpenCommandCheck + + + Top, Bottom, Left, Right + + + 60, 23 + + + 7 + + + 8 + + + 0 + + + Top, Bottom, Left, Right 场景控制 提示:大部分场景没有作用,无法进入。 - - LblSceneDescription + + System.Windows.Forms.Button, 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 + + 3 - - TPScene + + 标签 + + + Top + + + GrpTalentLevel + + + 11 + + + 610, 56 12 - - Top, Bottom, Left, Right + + 100, 23 - - 17 - - - 346, 31 - - - 250, 208 - - - 0 - - - ListScenes - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 13 - - - LblClearGiveItemLogs - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 0 - - - BtnSaveGiveItemLog - - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPItem - - - 1 - - - BtnRemoveGiveItemLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 2 - - - GrpGiveItemRecord - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 3 - - - ChkDrop - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 4 - - - TxtGameItemFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 5 - - - ListGameItems - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 6 - - - LblGameItemAmount - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPItem + + 100, 25 - - 7 + + 9, 188 - - LblGameItemLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 8 - - - NUDGameItemAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 9 - - - NUDGameItemLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 10 - - - LblGiveCommandDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 11 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 4 - - - 物品 - - - TPItem - - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TCMain + + GrpServerStatus - - 8 - - - Bottom, Left - - - True - - - NoControl - - - 262, 193 - - - 44, 17 - - - 16 - - - X 清空 - - - LblClearGiveItemLogs - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 0 - - - NoControl - - - 265, 48 - - - 75, 23 - - - 7 - - - √ 记录 - - - BtnSaveGiveItemLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 1 - - - False - - - NoControl - - - 265, 77 - - - 75, 23 - - - 8 - - - × 删除 - - - BtnRemoveGiveItemLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 2 - - - Top, Bottom, Left - - - ListGiveItemLogs - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveItemRecord - - - 0 - - - 10, 48 - - - 249, 162 - - - 5 - - - 物品记录本 - - - GrpGiveItemRecord - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - + 3 - - Fill + + CmbMainAttribution - - 17 - - - 3, 19 - - - 243, 140 - - - 6 - - - ListGiveItemLogs - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveItemRecord - - + 0 - - Bottom, Left + + 2 - - True - - + NoControl - - 255, 217 + + 3 - - 51, 21 + + Bottom, Left - - 4 + + 12 - - 掉落 + + True - - ChkDrop + + True - - System.Windows.Forms.CheckBox, 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 - - TPItem + + 3 - - 4 + + 6 - - Top, Left, Right + + 请注意,控制台状态下普通命令必须指定目标 +(即设置包含UID) - - 346, 5 + + True - - 250, 23 - - - 0 - - - TxtGameItemFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 5 - - - Top, Bottom, Left, Right - - - 17 - - - 346, 31 - - - 250, 208 - - + 1 - - ListGameItems + + 3 - + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPItem - - - 6 - - - Bottom, Left - - - True - - - NoControl - - - 6, 218 - 32, 17 - - 14 + + 37 - - 数量 + + 87, 116 - - LblGameItemAmount + + 4 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 7 - - - Bottom, Left - - + True - + + 26, 159 + + + 封号 + + + 角色属性 + + + 9 + + NoControl - - 150, 218 - - - 32, 17 - - - 15 - - - 等级 - - - LblGameItemLevel - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPItem + + TxtQuestFilter - - 8 + + 238, 23 - - Bottom, Left + + LblDefaultUid - - 44, 216 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top + + + 14 + + + 5 + + + 150, 24 + + + NUDTpX + + + LblToken + + + 142, 8 100, 23 - + + 44, 17 + + + 0 + + + 200, 208 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPPlayerCheck + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BtnSaveGiveItemLog + + + LblHost + + + 3, 19 + + + 6 + + + GrpSetStats + + + 80, 23 + + + 玩家验证 + + + --- + + + 4 + + + Top, Bottom, Left, Right + + + TPArtifact + + + 解封 + + + 0 + + 2 - - NUDGameItemAmout + + 163, 25 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 650, 400 - - TPItem + + 552, -1 - - 9 - - + Bottom, Left - - 188, 216 + + 6, 6 - - 50, 23 + + 100, 23 - - 3 + + 26, 55 - - NUDGameItemLevel + + Right - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + x - - TPItem + + ListSubAttributionChecked - - 10 + + 5 - + + Top, Bottom, Right + + + BtnRemoveGiveItemLog + + True - + + 6 + + + TPCustom + + + GrpQuestFilters + + + TPAvatar + + + TPItem + + + True + + + Bottom, Left + + + 238, 208 + + + 51, 21 + + + 3, 3, 3, 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 286, 17 + + + 189, 42 + + + X 清空 + + + 13 + + + 4 + + + Top, Bottom, Left, Right + + + BtmPermRemove + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + 13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 普通攻击 + + + 54, 17 + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + TPCustom + + + 32, 17 + + + 602, 245 + + + 99, 21 + + + True + + + TPAbout + + NoControl - - 6, 6 + + TPManage + + + TPSpawn + + + 207, 23 + + + Bottom, Left + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 380, 51 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + LblTpZ + + + 4 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 610, 275 + + + 2 + + + 473, 22 + + + 2 + + + 2 + + + Top, Bottom, Left + + + 250, 184 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NUDSubAttributionTimes + + + 304, 139 + + + Top, Right + + + 6 + + + 440, 100 236, 34 - + + 0 + + + Bottom, Left + + + 68, 69 + + + NoControl + + + NUDAccountUid + + + 4 + + + 294, 22 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + 1 - - 给玩家指定物品 -说明:可选择直接给到背包或者掉落到世界 + + GrpSettings - - LblGiveCommandDescription + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 + + + TPOpenCommandCheck + + + 150, 218 + + + False + + + 3, 3, 3, 3 TPItem - - 11 + + 100, 23 - - TxtWeaponFilter + + GrpQuestFilters - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 0 - - - LblWeaponDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 1 - - - LblWeaponRefinement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 2 - - - LblWeaponAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 3 - - - LblWeaponLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 4 - - - NUDWeaponRefinement - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 5 - - - NUDWeaponAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 6 - - - NUDWeaponLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 7 - - - ListWeapons - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 8 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 3 - - - 武器 - - - TPWeapon - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 7 - - - Top, Right - - - 396, 5 - - - 200, 23 - - - 8 - - - TxtWeaponFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 0 - - - Top, Bottom, Left, Right - - + True - - NoControl + + 0 6, 6 - - 200, 153 + + 50, 23 + + + ListGiveItemLogs + + + 0 + + + TPWeapon + + + TPSpawn + + + 602, 245 + + + NoControl + + + 31, 138 + + + NoControl + + + NoControl + + + TPCustom + + + TPOpenCommandCheck + + + 物品 + + + True + + + 328, 41 + + + LblConsoleTip + + + 2 + + + 2 + + + 39, 17 + + + 13, 62 + + + 10 + + + 128, 17 + + + 137, 216 + + + 17, 13 + + + 32, 17 + + + 0 + + + 110, 23 + + + True + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpQuestFilters + + + True + + + Top, Bottom, Left + + + True + + + 358, 5 + + + 远程 + + + 32, 17 + + + ListSpawnLogs + + + LblNewCommandTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + TPQuest + + + 426, 176 + + + 119, 36 + + + 5 + + + 23, 17 + + + 0 + + + Right + + + 256, 216 + + + TPRemoteCall + + + 4 + + + 30, 17 + + + 4, 26 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 273, 11 + + + 1 + + + GrpBanPlayer + + + 6, 72 + + + 1 + + + ListEntity + + + √ 记录 + + + TPScene + + + 权限管理 + + + LnkOpenCommandLabel + + + TPArtifact + + + 104, 41 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 289, 106 + + + Bottom, Left + + + 5 + + + 310, 161 + + + FormMain + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BtnRemoveCustomCommand + + + LblVerificationCode + + + TPArtifact + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveItemRecord + + + 警告!添加官方未使用的角色可能导致帐号存档损坏,无法进行游戏。 +即使删号重来,数据可能也不会清除。因此请谨慎添加 +(例如凯特、裸男或者测试角色之类的...) + + + 296, 51 + + + TPSpawn + + + 5 + + + 4 + + + 188, 216 + + + 602, 245 + + + TPQuest + + + 244, 162 + + + 在玩家附近召唤生物 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 远程执行插件 + + + TPPlayerCheck + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + Bottom, Right + + + 7 + + + ChkQuestFilterHIDDEN + + + Bottom, Left + + + 0 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bottom, Left + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + 215, 23 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPStats + + + Top, Right + + + TxtAccountUserName + + + 5, 218 + + + NoControl + + + NoControl + + + 7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Bottom, Left, Right + + + TPSpawn + + + 32, 17 + + + True + + + TPScene + + + 6, 6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 17 + + + LblClimateType + + + 6, 219 + + + 6, 86 + + + True + + + ChkQuestFilterTEST + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpCommand + + + False + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 4, 26 + + + GrpAccount + + + 200, 100 + + + GrpBanPlayer + + + 关于 + + + None + + + 44, 17 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 313, 6 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 5 + + + 0 + + + TPSpawn + + + 0 + + + NoControl + + + 50, 23 + + + 12 + + + TPSpawn + + + NoControl + + + Top + + + TPItem + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 437, 11 + + + TPConsoleCheck + + + TPCustom + + + BtnAddSubAttr + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + None + + + GrpSettings + + + 32, 17 + + + 311, 8 + + + 346, 31 + + + Top + + + 42 + + + Bottom, Left + + + 3, 3, 3, 3 + + + 1 + + + 0, 17 + + + 6 + + + 技能等级 + + + 265, 123 + + + NoControl + + + True + + + 6 + + + 0 + + + 3 + + + LblArtifactStars + + + TPScene + + + TPScene + + + 6, 6 + + + 68, 17 + + + 15, 39 + + + GrpSettings + + + Bottom, Left + + + TPConsoleCheck + + + GrpServerStatus + + + 429, 103 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 发送验证码 + + + True + + + TPPlayerCheck + + + 4, 26 + + + GrpBanPlayer + + + 440, 129 + + + FLPCustomCommands + + + 56, 17 + + + × 删除 + + + NoControl + + + 1 + + + 0 + + + Top + + + 3, 3, 3, 3 + + + 0 + + + TPArtifact + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 99, 218 + + + 32, 17 + + + --- + + + 6 + + + 43, 22 + + + TPItem + + + NUDArtifactStars + + + 1 + + + NoControl + + + 用户名 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 圣遗物 + + + TPStats + + + GrpSetStats + + + TCMain + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPHome + + + 610, 275 + + + 1 + + + 角色 + + + NoControl + + + 120, 25 + + + LblCustomName + + + TPWeapon + + + 2 + + + 4 + + + 15 + + + 250, 22 + + + 0 + + + BtnCopy + + + 136, 24 + + + True + + + 3, 3, 3, 3 + + + TCMain + + + True + + + GrpAccount + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + None + + + Top, Bottom, Left, Right + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 生成 + + + TPRemoteCall + + + NoControl + + + × 删除 + + + 等级 + + + BtnUnban + + + NoControl + + + Q技能 + + + 154, 22 + + + 56, 17 + + + 列表过滤 + + + 1 + + + NoControl + + + GrpAccount + + + Top + + + TCMain + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 当前玩家数 + + + 407, 22 + + + 7 + + + 301, 111 + + + 游戏版本 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + TPAvatar + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + LblWeaponLevel + + + BtnOpenTextMap + + + TPSpawn + + + 2 + + + BtnOpenGachaBannerEditor + + + 92, 82 + + + LblEntityLevel + + + 17 + + + 41, 22 + + + 4, 26 + + + LblArtifactLevel + + + LblGameItemLevel + + + 88, 36 + + + 8 + + + TPWeapon + + + 13 + + + 11 + + + 16, 23 + + + 权限 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + Top, Bottom, Left, Right + + + 14, 17 + + + 管理 + + + 12 + + + TPArtifact + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NUDTpZ + + + + 添加 + + + TCMain + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 50, 23 + + + 602, 245 + + + 文本浏览器 + + + 75, 21 + + + Bottom, Left + + + 1 + + + BtnPermAdd + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 75, 23 + + + 1 + + + 6, 6 + + + 4 + + + NoControl + + + 370, 105 + + + 3, 3, 3, 3 + + + 4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 104, 11 + + + 99, 45 + + + NoControl + + + NoControl + + + 60, 23 + + + Left + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + None + + + 32, 17 + + + 等级 + + + LblSubAttribution + + + BtnSendVerificationCode + + + ChkDrop 7 + + 142, 39 + + + 2 + + + 92, 71 + + + 147, 82 + + + BtnSaveCustomCommand + + + 100, 23 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Right + + + Top, Bottom, Left + + + RbEntityAnimal + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 13 + + + 37, 28 + + + TPArtifact + + + 封禁理由 + + + GrpEntityType + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NUDAvatarConstellation + + + 60, 23 + + + 11 + + + 4 + + + X 清空 + + + 87, 21 + + + 0, 0, 0, 0 + + + 14, 17 + + + 142, 99 + + + 6, 99 + + + TPSpawn + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + TPArtifact + + + True + + + 6 + + + NoControl + + + 456, 97 + + + 2 + + + 1 + + + False + + + NoControl + + + 142, 129 + + + NoControl + + + 370, 152 + + + 4 + + + LnkTalentQ + + + NUDBanUID + + + 0 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + × 删除 + + + 75, 23 + + + TPItem + + + ChkQuestFilterUNRELEASED + + + 9 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 46, 17 + + + GrasscutterTools + + + TCMain + + + 6 + + + ImgAvatar + + + 3 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 微软雅黑, 9pt, style=Bold + + + 微软雅黑, 13pt + + + LnkGithub + + + GrpSettings + + + 65, 42 + + + 3 + 获取武器 @@ -3610,4016 +2918,2665 @@ >70级 突破5 >80级 突破6 - - LblWeaponDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 1 - - - Bottom, Left - - - True - - - NoControl - - - 194, 218 - - - 56, 17 - - - 6 - - - 精炼等级 - - - LblWeaponRefinement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 2 - - - Bottom, Left - - - True - - - NoControl - - - 6, 218 - - - 32, 17 - - - 6 - - - 数量 - - - LblWeaponAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - + 3 - - Bottom, Left - - - True - - - NoControl - - - 100, 218 - - - 32, 17 - - - 6 - - - 等级 - - - LblWeaponLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 4 - - - Bottom, Left - - - 256, 216 - - - 50, 23 - - - 5 - - - NUDWeaponRefinement - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 5 - - - Bottom, Left - - - 44, 216 - - - 50, 23 - - - 5 - - - NUDWeaponAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 6 - - - Bottom, Left - - - 138, 216 - - - 50, 23 - - - 5 - - - NUDWeaponLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 7 - - - Top, Bottom, Right - - - 17 - - - 396, 31 - - - 200, 208 - - - 4 - - - ListWeapons - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 8 - - - LblResetStatsCommand - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 0 - - - LblResetStatsTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 1 - - - GrpSetStats - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 2 - - - GrpTalentLevel - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 3 - - - LblStatsDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 4 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 11 - - - 数据 - - - TPStats - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 6 - - - None - - - True - - - NoControl - - - 195, 135 - - - 92, 17 - - - 6 - - - 获得角色经验时 - - - LblResetStatsCommand - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 0 - - - None - - - True - - - NoControl - - - 283, 135 - - - 128, 17 - - - 5 - - - 当前角色属性将会重置 - - - LblResetStatsTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 1 - - - None - - - LblStatTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 0 - - - LblStatPercent - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 1 - - - NUDStat - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 2 - - - CmbStat - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 3 - - - 135, 54 - - - 332, 72 - - - 4 - - - 角色属性 - - - GrpSetStats - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 2 - - - True - - - NoControl - - - 40, 50 - - - 32, 17 - - - 4 - - - 提示 - - - LblStatTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 0 - - - True - - - NoControl - - - 283, 25 - - - 19, 17 - - - 3 - - - % - - - False - - - LblStatPercent - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 1 - - - 207, 23 - - - 70, 23 - - - 1 - - - NUDStat - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 2 - - - 43, 22 - - - 158, 25 - - - 0 - - - CmbStat - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 3 - - - None - - - LnkTalentE - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 0 - - - LnkTalentQ - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - 1 - - LnkTalentNormalATK - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 2 - - - NUDTalentLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 3 - - - 135, 156 - - - 332, 57 - - - 3 - - - 技能等级 - - - GrpTalentLevel - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 3 - - - True - - - NoControl - - - 260, 24 - - - 39, 17 - - - 3 - E技能 - - LnkTalentE - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 0 - - - True - - + NoControl - - 212, 24 + + 358, 31 - - 42, 17 - - - 2 - - - Q技能 - - - LnkTalentQ - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 1 - - - True - - - NoControl - - - 150, 24 - - - 56, 17 - - - 1 - - - 普通攻击 - - - LnkTalentNormalATK - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 2 - - - 44, 22 - - - 100, 23 - - - 0 - - - NUDTalentLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 3 - - - True - - - NoControl - - - 6, 6 - - - 128, 17 - - - 2 - - - 设置当前活跃角色数据 - - - LblStatsDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 4 - - - LblNewCommandTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 0 - - - LblAvatarConstellation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 1 - - - NUDAvatarConstellation - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 2 - - - LblAvatarGenWarning - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 3 - - - ImgAvatar - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 4 - - - LblAvatar - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 5 - - - LblAvatarLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar + + Bottom, Left 6 - - NUDAvatarLevel + + 32, 17 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 控制台 - - TPAvatar + + NoControl - + + 11 + + 7 - - CmbAvatar - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 8 - - - 4, 26 - - + 3, 3, 3, 3 + + 0 + + + 武器 + + + 265, 79 + + + TPRemoteCall + + + Bottom, Right + + + 5 + + + TPScene + + + TPPlayerCheck + + + NUDEntityLevel + + + 56, 17 + 602, 245 - - 5 - - - 角色 - - - TPAvatar - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 5 - - - Right - - - True - - - NoControl - - - 426, 176 - - - 90, 17 - - - 8 - - - ※新版命令有效 - - - LblNewCommandTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 0 - - - Right - - - True - - - NoControl - - - 370, 152 - - - 32, 17 - - - 7 - - - 命座 - - - LblAvatarConstellation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 1 - - - Right - - - 429, 150 - - - 110, 23 - - + 6 - - NUDAvatarConstellation + + System.Windows.Forms.Button, 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 - - - TPAvatar - - - 2 - - - Bottom - - - True - - - 微软雅黑, 9pt, style=Bold - - - NoControl - - - 3, 181 - - - 380, 51 - - - 5 - - - 警告!添加官方未使用的角色可能导致帐号存档损坏,无法进行游戏。 -即使删号重来,数据可能也不会清除。因此请谨慎添加 -(例如凯特、裸男或者测试角色之类的...) - - - TopCenter - - - LblAvatarGenWarning - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 3 - - - Top, Bottom, Left, Right - - - NoControl - - - 17, 13 - - - 0, 0, 0, 0 + + 11 317, 160 - - Zoom - - - 4 - - - ImgAvatar - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 4 - - - Right - - - True - - - NoControl - - - 370, 58 - - - 32, 17 - - - 3 - - - 角色 - - - LblAvatar - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 5 - - - Right - - - True - - - NoControl - - - 370, 105 - - - 32, 17 - - + 2 - - 等级 + + 280, 280 - - LblAvatarLevel + + Top, Left, Right - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True + + + 9 + + + TPScene + + + 主页 + + + 3, 3, 3, 3 + + + 1 + + + TPScene + + + 4 + + + 212, 25 + + + BtnExportCustomCommands + + + Bottom, Left TPAvatar - - 6 - - - Right - - - 429, 103 - - - 110, 23 - - + 1 - - NUDAvatarLevel + + 4, 26 - + + 1 + + + 2 + + + 0 + + + 2 + + + Bottom, Left, Right + + + Bottom, Left + + + TPStats + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 289, 25 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPAvatar + + 1 - + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - + + 150, 25 + + + True + + + 2 + + + 执行(F5) + + + True + + + 9 + + + 6 + + + 44, 216 + + + Github + + + 7 + + + 生成记录本 + + + TPArtifact + + + 44, 22 + + + ChkIncludeSceneId + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BtnLoadCustomCommands + + + Top, Left, Right + + + Bottom, Left + + + NoControl + + + TPSpawn + + + 15, 16 + + + 4 + + + 100, 23 + + + 75, 23 + + + Top + + + 118, 23 + + + 212, 24 + + + 65, 13 + + + True + + + 50, 23 + + + Top, Bottom, Left, Right + + + 65, 13 + + + 0 + + + 0 + + + 0 + + + 140, 140 + + + 198, 41 + + + 5 + + + True + + + GrpCommand + + + NoControl + + + 0 + + + 44, 17 + + + 4 + + + 6 + + + 90, 23 + + + System.Windows.Forms.Button, 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 + + + GrpSettings + + + NoControl + + + NoControl + + + 4 + + + 1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + TCMain + + + 4 + + + CmbAvatar + + + 0 + + + 封禁管理 + + + GrpAccount + + + TPScene + + + 4 + + + NoControl + + + ListQuest + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveItemRecord + + + 14 + + + TPItem + + + 2 + + + 命座 + + + True + + + TxtEntityFilter + + + LblArtifactSet + + + System.Windows.Forms.Label, 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 + + + 0 + + + None + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4, 26 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + None + + + Top + + + TPRemoteCall + + + 生成的命令包含UID + + + 5 + + + 3, 19 + + + LblWeaponAmount + + + 目标UID + + + Bottom, Left + + + True + + + 421, 216 + + + TPHome + + + 5 + + + GrpAccount + + + 332, 57 + + + 50, 23 + + + 3, 3, 3, 3 + + + 140, 23 + + + NoControl + + + NoControl + + + 50, 23 + + + --- + + + TPWeapon + + + Bottom, Right + + + 6 + + + 4 + + + GrpEntityType + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11 + + + 4, 26 + + + 0 + + + 56, 17 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + 7 + + + 11 + + + 38 + + + 4 + + + 6, 218 + + + TCMain + + + 6, 128 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpCommand + + + TPArtifact + + + NoControl + + + 设置当前活跃角色数据 + + + 6 + + + 场景 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpBanPlayer + + + LblArtifactName + + + Top + + + 363, 36 + + + 14 + + + 102, 216 + + + RbEntityNPC + + + 13 + + + DTPBanEndTime + + + 2 + + + Bottom, Right + + + 0 + + + TCMain + + + LblAvatarConstellation + + + 传送 + + + 407, 22 + + + TPQuest + + + BtnConnectOpenCommand + + + True + + + 12 + + + Bottom, Left + + + 1 + + + 50, 23 + + + True + + + 44, 216 + + + 7 + + + 346, 5 + + + TPPlayerCheck + + + GrpPermission + + + 套装 + + + LblAvatarLevel + + + 249, 162 + + + NoControl + + + 2 + + + 0 + + + 6, 22 + + + 精炼等级 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 90, 23 + + + 4 + + + LblArtifactLevelTip + + + 7 + + + Top + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + LblPermUID + + + 429, 150 + + + TPStats + + + 查询 + + + 0 + + + 8 + + + 9 + + + 473, 22 + + Right 429, 55 - - 110, 25 - - - 0 - - - CmbAvatar - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 8 - - - LblClearSpawnLogs - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 0 - - - BtnSaveSpawnLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 1 - - - BtnRemoveSpawnLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - + 2 - - GrpSpawnRecord + + 283, 135 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 3 - - - GrpEntityType - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 4 - - - LblSpawnDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 5 - - - LblEntityAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 6 - - - LblEntityLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 7 - - - NUDEntityAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 8 - - - NUDEntityLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 9 - - - TxtEntityFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 10 - - - ListEntity - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 11 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 6 - - - 生成 - - - TPSpawn - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 4 - - - Bottom, Left - - - True - - - NoControl - - - 215, 216 - - - 44, 17 - - - 13 - - - X 清空 - - - LblClearSpawnLogs - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 0 - - - NoControl - - - 265, 45 - - - 75, 23 - - - 10 - - - √ 记录 - - - BtnSaveSpawnLog - - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPSpawn - - - 1 - - - False - - - NoControl - - - 265, 79 - - - 75, 23 - - - 11 - - - × 删除 - - - BtnRemoveSpawnLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 2 - - - Top, Bottom, Left - - - ListSpawnLogs - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSpawnRecord - - - 0 - - - 9, 26 - - - 250, 184 - - - 8 - - - 生成记录本 - - - GrpSpawnRecord - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 3 - - - Fill - - - 17 - - - 3, 19 - - - 244, 162 - - - 9 - - - ListSpawnLogs - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSpawnRecord - - - 0 - - - Bottom, Left - - - RbEntityAnimal - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 0 - - - RbEntityNPC - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 1 - - - RbEntityMonster - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 2 - - - 265, 123 - - - 87, 116 - - - 4 - - - 列表分类 - - - GrpEntityType - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 4 - - + True - - NoControl - - - 6, 22 - - - 62, 21 - - - 5 - - - 生物志 - - - RbEntityAnimal - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 0 - - - True - - - NoControl - - - 6, 86 - - - 51, 21 - - - 7 - - - NPC - - - RbEntityNPC - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 1 - - - True - - - NoControl - - - 6, 54 - - - 74, 21 - - - 6 - - - 讨伐对象 - - - RbEntityMonster - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 2 - - - Top, Bottom, Left, Right - - - True - - - NoControl - - - 6, 6 - - - 116, 17 - - - 12 - - - 在玩家附近召唤生物 - - - LblSpawnDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 5 + + 68, 17 Bottom, Left - - True + + GrpServerStatus - - NoControl + + GrpRemoteCommand - - 5, 218 - - - 32, 17 - - - 10 - - - 数量 - - - LblEntityAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 6 - - - Bottom, Left - - - True - - - NoControl - - - 99, 218 - - - 32, 17 - - - 11 - - - 等级 - - - LblEntityLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 7 - - - Bottom, Left - - - 43, 216 - - - 50, 23 - - - 2 - - - NUDEntityAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 8 - - - Bottom, Left - - - 137, 216 - - - 50, 23 - - - 3 - - - NUDEntityLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 9 - - - Top, Left, Right - - - 358, 5 - - - 238, 23 - - - 0 - - - TxtEntityFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 10 - - - Top, Bottom, Left, Right - - - 17 - - - 358, 31 - - - 238, 208 - - - 1 - - - ListEntity - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 11 - - - GrpQuestFilters - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 0 - - - BtnFinishQuest - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 1 - - - BtnAddQuest - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 2 - - - LblQuestDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 3 - - - TxtQuestFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 4 - - - ListQuest - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 5 - - - 4, 26 - - - 3, 3, 3, 3 - - + 602, 245 - - 15 + + 332, 72 - - 任务 + + 60, 23 - - TPQuest - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 3 - - - Bottom, Left - - - ChkQuestFilterTEST - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - 0 - - - ChkQuestFilterUNRELEASED - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - 1 - - - ChkQuestFilterHIDDEN - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - 2 - - - 202, 109 - - - 150, 130 - - - 7 - - - 列表过滤 - - - GrpQuestFilters - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 0 - - - True - - - NoControl - - - 26, 82 - - - 75, 21 - - - 2 - - - 测试任务 - - - ChkQuestFilterTEST - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - 0 - - - True - - - NoControl - - - 26, 55 - - - 99, 21 - - - 1 - - - 未发布的任务 - - - ChkQuestFilterUNRELEASED - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - 1 - - - True - - - NoControl - - - 26, 28 - - - 87, 21 - - - 0 - - - 隐藏的任务 - - - ChkQuestFilterHIDDEN - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - 2 - - - Bottom, Left - - - NoControl - - - 102, 216 - - - 90, 23 - - - 6 - - - 完成任务 - - - BtnFinishQuest - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 1 - - - Bottom, Left - - - NoControl - - - 6, 216 - - - 90, 23 - - - 5 - - - 添加任务 - - - BtnAddQuest - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 2 - - - Top, Bottom, Left - - - NoControl - - - 6, 6 - - - 346, 100 - - - 4 - - - 添加或完成任务 -提示:许多任务需要服务端脚本支持 -因此任务可以接,可以完成,但是不一定可以做 - - - LblQuestDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 3 - - - Top, Left, Right - - - 358, 5 - - - 238, 23 - - - 2 - - - TxtQuestFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 4 - - - Top, Bottom, Left, Right - - - 17 - - - 358, 31 - - - 238, 208 - - - 3 - - - ListQuest - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 5 - - - LblArtifactLevelTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 0 - - - BtnAddSubAttr - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 1 - - - LblArtifactName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 2 - - - LblArtifactPart - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 3 - - - CmbArtifactPart - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 4 - - - CmbArtifactSet - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 5 - - - LblArtifactSet - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 6 - - - NUDSubAttributionTimes - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 7 - - - CmbSubAttributionValue - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 8 - - - CmbSubAttribution - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 9 - - - LblClearSubAttrCheckedList - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 10 - - - ListSubAttributionChecked - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 11 - - - LblArtifactLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 12 - - - LblSubAttribution - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 13 - - - CmbMainAttribution - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 14 - - - LblMainAttribution - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 15 - - - NUDArtifactLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 16 - - - LblArtifactStars - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 17 - - - NUDArtifactStars - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 18 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 2 - - - 圣遗物 - - - TPArtifact - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 2 - - - Top - - - True - - - NoControl - - - 198, 41 - - - 42, 17 - - - 37 - - - [0-20] - - - LblArtifactLevelTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 0 - - - Top - - - NoControl - - - 440, 129 - - - 75, 23 - - - 8 - - - + 添加 - - - BtnAddSubAttr - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 1 - - - Top - - - True - - - NoControl - - - 437, 11 - - - 0, 17 - - - 45 - - - LblArtifactName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 2 - - - Top - - - True - - - NoControl - - - 273, 11 - - - 32, 17 - - - 42 - - - 部位 - - - LblArtifactPart - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 3 - - - Top - - - 311, 8 - - - 120, 25 - - - 1 - - - CmbArtifactPart - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 4 - - - Top - - - 142, 8 - - - 125, 25 - - - 0 - - - CmbArtifactSet - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 5 - - - Top - - - True - - - NoControl - - - 104, 11 - - - 32, 17 - - - 38 - - - 套装 - - - LblArtifactSet - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 6 - - - Top - - - 440, 100 - - - 51, 23 - - - 7 - - - NUDSubAttributionTimes - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 7 - - - Top - - - 311, 98 - - - 120, 25 - - - 6 - - - CmbSubAttributionValue - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 8 - - - Top - - - 142, 99 - - - 163, 25 - - - 5 - - - CmbSubAttribution - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 9 - - - Top - - - True - - - NoControl - - - 437, 218 - - - 44, 17 - - - 10 - - - X 清空 - - - LblClearSubAttrCheckedList - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 10 - - - Top, Bottom - - - 17 - - - 142, 129 - - - 289, 106 - - - 9 - - - ListSubAttributionChecked - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 11 - - - Top - - - True - - - NoControl - - - 104, 41 - - - 32, 17 - - - 24 - - - 等级 - - - LblArtifactLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 12 - - - Top - - - True - - - NoControl - - - 92, 102 - - - 44, 17 - - - 23 - - - 副词条 - - - LblSubAttribution - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 13 - - - Top - - - 142, 68 - - - 289, 25 - - - 4 - - - CmbMainAttribution - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 14 - - - Top - - - True - - - NoControl - - - 92, 71 - - - 44, 17 - - - 20 - - - 主词条 - - - LblMainAttribution - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 15 - - - Top - - - 142, 39 - - - 50, 23 - - - 2 - - - NUDArtifactLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 16 - - - Top - - - True - - - NoControl - - - 328, 41 - - - 32, 17 - - - 43 - - - 星级 - - - LblArtifactStars - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 17 - - - Top - - - 366, 39 - - - 65, 23 - - - 3 - - - NUDArtifactStars - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 18 - - - BtnExportCustomCommands - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 0 - - - BtnLoadCustomCommands - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 1 - - - LblCustomName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 2 - - - groupBox1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 3 - - - BtnRemoveCustomCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 4 - - - BtnSaveCustomCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 5 - - - TxtCustomName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 6 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 1 - - - 自定义 - - - TPCustom - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 1 - - - Bottom, Right - - - NoControl - - - 543, 216 - - - 50, 23 - - - 7 - - - 导出 - - - BtnExportCustomCommands - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 0 - - - Bottom, Right - - - NoControl - - - 487, 216 - - - 50, 23 - - - 6 - - - 载入 - - - BtnLoadCustomCommands - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 1 - - - Bottom, Left - - - True - - - NoControl - - - 6, 219 - - - 32, 17 - - - 5 - - - 标签 - - - LblCustomName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 2 - - - Top, Bottom, Left, Right - - - LnkResetCustomCommands - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 0 - - - FLPCustomCommands - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 1 - - - 6, 6 - - - 590, 204 - - - 1 - - - 列表 - - - groupBox1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 3 - - - True - - - NoControl - - - 552, -1 - - - 32, 17 - - - 1 - - - 重置 - - - LnkResetCustomCommands - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 0 - - - True - - - Fill - - - 3, 19 - - - 584, 182 - - - 0 - - - FLPCustomCommands - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 1 - - - Bottom, Right - - - NoControl - - - 421, 216 + + NUDWeaponAmout 60, 23 - - 4 - - - × 删除 - - - BtnRemoveCustomCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 4 - - - Bottom, Right - - - NoControl - - - 355, 216 - - - 60, 23 - - - 3 - - - √ 保存 - - - BtnSaveCustomCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 5 - - - Bottom, Left, Right - - - 44, 216 - - - 305, 23 - - - 1 - - - TxtCustomName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 6 - - - LblAbout - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 0 - - - BtnOpenTextMap - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 1 - - - BtnOpenGachaBannerEditor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 2 + + 32, 17 GrasscutterToolsIcon - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 数量 - - TPHome + + z - + + NoControl + + + Top + + + None + + + Fill + + + 6 + + + TPArtifact + + + 5 + + + NoControl + + + TPAvatar + + + 5 + + + 128, 17 + + + False + + + 19, 17 + + + 载入 + + + test + + 3 - - GrpSettings + + 6 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TPHome + + 导出 - + + LblServerVersionLabel + + + 5 + + + 10 + + + + 添加 + + + 2 + + + 296, 109 + + + 6, 25 + + 4 - - 4, 26 + + 3 - - 3, 3, 3, 3 + + 13 - - 602, 245 + + 10 - - 0 - - - 主页 - - - TPHome - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 0 - - - Left - - - True - - - 微软雅黑, 13pt - - - NoControl - - - 88, 36 - - - 136, 24 - - - 0 - - - 祝你玩得愉快! - - - LblAbout - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 0 - - - Bottom, Left - - - NoControl - - - 112, 99 - - - 100, 23 - - + 8 - - 文本浏览器 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BtnOpenTextMap + + 118, 23 - + + NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPHome + + Bottom, Left - + + 47, 65 + + + Bottom, Left + + + 602, 245 + + + 4 + + + LblTpY + + + GrpRemoteCommand + + + TCMain + + + ChkAccountSetUid + + + 150, 23 + + + TPArtifact + + + TPArtifact + + + 2 + + + 602, 245 + + + NoControl + + + ListWeapons + + 1 Bottom, Left - - NoControl + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 99 - - - 100, 23 - - - 7 - - - 奖池编辑器 - - - BtnOpenGachaBannerEditor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 2 - - - Top, Bottom, Left, Right - - - NoControl - - - 313, 6 - - - 283, 233 - - - CenterImage - - - 6 - - - GrasscutterToolsIcon - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 3 - - + Bottom, Left - - ChkTopMost + + BtnFinishQuest - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - - GrpSettings - - - 0 - - - ChkNewCommand - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 1 - - - CmbLanguage - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 2 - - - LblLanguage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 3 - - - NUDUid + + Top System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GrpSettings - - - 4 - - - ChkIncludeUID - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - + 5 - - LblDefaultUid + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15, 44 - - GrpSettings + + 7 - + + GrpEntityType + + + 110, 25 + + + NoControl + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - 6, 128 + + 487, 216 - - 301, 111 + + TPAbout - - 5 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 设置 + + Top, Bottom - - GrpSettings + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TPCustom - - TPHome + + 6 - + + 3 + + + 9 + + 4 - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 17 + + + NoControl + + + NoControl + + + 50, 23 + + + 验证码 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + [0-20] + + + TPPlayerCheck + + + 346, 100 + + + NoControl + + + 5 + + + 120, 25 + + + y + + + TxtGameItemFilter + + + TPArtifact + + + 66, 22 + + + 540, 60 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + LblClearGiveItemLogs + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 26, 82 + + + 1 + + + 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 + + + GC >= 1.2.2 + + + 2 + + + True + + + ChkAutoCopy + + + 18 + + + 15 + + + True + + + BtnTeleport + + + Zoom + + + 74, 21 + + + TPArtifact + + + NUDTpY + + + NoControl + + + GrpSetStats + + + NoControl + + + Bottom, Left + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 400, 23 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 437, 218 + + + TPStats + + + 7 + + + Bottom, Left + + + None + + + BtnAddQuest + + + 0 + + + 1 + + + 110, 23 + + + NoControl + + + 195, 135 + + + 250, 208 + + + True + + + 4 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 0 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 10 + + + 32, 17 + + + True + + + 4, 26 + + + 70, 23 + + + 250, 21 + + + Top + + + TPQuest + + + LblAvatarGenWarning + + + True + + + CmbSubAttribution + + + TCMain + + + 提示 + + + 2 + + + GrpBanPlayer + + + NoControl + + + 6, 105 + + + Right + + + 493, 22 + + + 32, 17 + + + 4 + + + 隐藏的任务 + + + NoControl + + + TPQuest + + + Bottom, Left + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 5 + + + 543, 216 + + + False + + + True + + + 150, 130 + + + NoControl + + + LblBanUID + + + 2 + + + 部位 + + + 等级 + + + 7, 17 + + + 16 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12, 293 + + + 3 + + + NoControl + + + 7 + + + 334, 102 + + + NoControl + + + LblArtifactPart + + + TCMain + + + 4, 26 + + + 7 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 140, 23 + + + 账号管理 + + + 41, 51 + + + NoControl + + + LblEntityAmount + + + 11 + + + 215, 216 + + + Top, Bottom, Left, Right + + + True + + + 目标UID + + + 106, 23 + + + 147, 54 + + + 75, 23 + + + 获得角色经验时 + + + System.Windows.Forms.ComboBox, 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 + + + 设置天气 + + + 396, 5 + + + NoControl + + + 4 + + + 祝你玩得愉快! + + + 2 + + + 14 + + + 473, 22 + + + TopCenter + + + 16 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null + + + TPAvatar + + + 测试任务 + + + 10 + + + 复制 + + + NoControl + + + 182, 23 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 31, 72 + + + 角色 + + + LnkResetCustomCommands + + + 5 + + + NoControl + + + 3 + + + 17 + + + BtnRemoveSpawnLog + + + 3 + + + 6, 25 + + + 3 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 44, 17 + + + True + + + 10 + + + 帮助 + + + 3 + + + LblTp + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6, 54 + + + 9 + + + LblStatsDescription + + + NPC + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + True + + + NoControl + + + 9 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + 0 + + + Bottom, Left + + + 自定义 + + + 副词条 + + + TPSpawn + + + NUDEntityAmout + + + True + + + 微软雅黑, 9pt + + + TPArtifact + + + 90, 17 + + + 307, 36 + + + 6, 6 + + + 3, 3, 3, 3 + + + 90, 23 + + + TCMain + + + 51, 21 + + + BtnSaveSpawnLog + + + Bottom, Right + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17 + + + TPHome + + + Top, Left, Right + + + 2 + + + 3 + + + CmbLanguage + + + 2 + + + None + + + True + + + Top + + + 250, 23 + + + System.Windows.Forms.NumericUpDown, 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 + + + TPWeapon + + + TPItem + + + 15 + + + BtnCreateAccount + + + NoControl + + + 远程执行 + + + TPQuest + + + Top + + + TPCustom + + + 8 + + + NoControl + + + 1 + + + 42, 17 + + + True + + + ChkNewCommand + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + TPConsoleCheck + + + 数量 + + + 奖池编辑器 + + + 1 + + + 8 + + + 0 + + + 0 + + + NoControl + + + 80, 23 + + + 2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + NoControl + + + 重置 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 3, 3, 3, 3 + + + Zoom + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ChkTopMost + + + NoControl + + + 等级 + + + 224, 51 + + + 4, 26 + + + 3, 3, 3, 3 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 202, 109 + + + 1 + + + 370, 58 + + + 列表 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + NUDPermUID + + + 7 + + + 4, 26 + + + 1 + + + 540, 60 + + + 2 + + + GrpPermission + + + 坐标传送 +提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送 +命令中可以用~表示当前位置,~100表示相对当前100 + + + 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + 微软雅黑, 9pt, style=Italic + + True NoControl - - 147, 82 - - - 51, 21 - - - 8 - - - 置顶 - - - ChkTopMost - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 0 - - - True - - - NoControl - - - 41, 82 - - - 97, 21 - - - 7 - - - GC >= 1.2.2 - - - ChkNewCommand - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - + 1 - - 41, 51 + + 5 - - 100, 25 + + 90, 190 - - 6 + + True - - CmbLanguage + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + BtnConsoleConnect - - GrpSettings - - + 2 - - True - - - NoControl - - - 147, 54 - - - 128, 17 - - - 5 - - - 语言/Language/язык - - - LblLanguage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 3 - - - 41, 22 - - - 100, 23 - - - 3 - - - NUDUid - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 4 - - - True - - - NoControl - - - 147, 23 - - - 133, 21 - - - 4 - - - 生成的命令包含UID - - - ChkIncludeUID - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 5 - - - True - - - NoControl - - - 7, 24 - - - 30, 17 - - - 1 - - - UID - - - LblDefaultUid - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 6 - - - Top, Bottom, Left, Right - - - 12, 12 - - - 610, 275 - - - 610, 275 - - - 4 - - - TCMain - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 7, 17 - - - 634, 361 - - - 微软雅黑, 9pt - 3, 4, 3, 4 - - 650, 400 + + True + + + TPAvatar + + + NoControl + + + LblSceneDescription + + + 1 + + + LblLanguage + + + NoControl + + + 3 + + + 2 + + + 0 + + + LnkTalentE + + + 3 + + + NUDArtifactLevel + + + NUDGameItemLevel + + + 2 + + + Top, Right + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 50, 23 + + + NoControl + + + 3 + + + TPItem + + + NUDWeaponRefinement + + + 2 + + + TPManage + + + 18 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + LblRemotePlayerId + + + NoControl + + + 5 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 355, 216 + + + None + + + GrpSettings + + + 5 + + + CmbPerm + + + 4 + + + 275, 40 + + + 12 + + + NoControl + + + GrpAccount + + + 1 + + + NoControl + + + 8 + + + LblQuestDescription + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 1 + + + LblServerVersion + + + 添加任务 + + + 238, 23 + + + 43, 216 + + + False + + + 12, 12 + + + 6, 216 + + + 296, 111 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + TPScene + + + 7 + + + 584, 182 + + + 0 + + + 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 + + + NoControl + + + GrpTalentLevel + + + TPManage + + + LnkTalentNormalATK + + + 44, 17 + + + 6 + + + ListScenes + + + 物品记录本 + + + 32, 17 + + + 100, 23 + + + 1 + + + 262, 193 + + + NoControl + + + 完成任务 + + + 50, 23 + + + Top, Left, Right + + + NoControl + + + CmbStat + + + 194, 218 + + + 8 + + + 283, 233 + + + 3 + + + LblAvatar + + + 自动 + + + Top, Bottom, Left, Right + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 列表分类 + + + 17 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 112, 161 CenterScreen - - GrasscutterTools + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - FormMain + + 17 - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TPItem - + + 407, 22 + + + 44, 216 + + + 生物志 + + + 3 + + + NoControl + + + 3 + + + 549, 24 + + + 数据 + + + True + + + 5 + + + 6, 22 + + + 265, 48 + + + TPArtifact + + + 5 + + + 2 + + + 0 + + + TPHome + + + TxtCommand + + + 182, 23 + + + 2 + + + 147, 23 + + + 32, 17 + + + LblStatTip + + + 32, 17 + + + 2 + + + 3 + + + None + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 634, 361 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + % + + + GrpServerStatus + + + 指定UID + + + 238, 208 + + + 75, 23 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + NUDVerificationCode + + + TPConsoleCheck + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bottom, Left + + + 13 + + + 3 + + + 7 + + + 4 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BtnDeleteAccount + + + 9, 26 + + + 51, 21 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + 6, 6 + + + GrpSetStats + + + 80, 23 + + + LblClearSubAttrCheckedList + + + TPScene + + + 6 + + + NoControl + + + 112, 99 + + + LblOpenCommandSupport + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 41, 82 + + + - 删除 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + NoControl + + + NoControl + + + 0 + + + 158, 25 + + + 26, 28 + + + 60, 23 + + + 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 + + + Bottom, Left + + + TPItem + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + LblPlayerCount + + + NoControl + + + 82, 23 + + + BtnInvokeOpenCommand + + + Right + + + TPArtifact + + + True + + + 6 + + + 0 + + + True + + + RbEntityMonster + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 305, 23 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + GrpSpawnRecord + + + NoControl + + + 4 + + + 11 + + + 540, 60 + + + GrpEntityType + + + TPCustom + + + Bottom, Left + + + True + + + 给玩家指定物品 +说明:可选择直接给到背包或者掉落到世界 + + + 97, 21 + + + 17 + + + 602, 245 + + + 1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 346, 5 + + + TPScene + + + 3 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + True + + + Bottom, Left + + + 4, 26 + + + 243, 140 + + + Bottom, Left + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + CmbSubAttributionValue + + + TPRemoteCall + + + 80, 17 + + + 连接 + + + 31, 6 + + + 5 + + + 掉落 + + + 1 + + + 44, 17 + + + 10 + + + NoControl + + + 0 + + + 132, 159 + + + TxtToken + + + 5 + + + Top + + + CenterImage + + + 32, 17 + + + NUDTalentLevel + + + 3 + + + NoControl + + + TPManage + + + 100, 23 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 602, 245 + + + + 创建 + + + 讨伐对象 + + + - 移除 + + + 15 + + + 7 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + TPArtifact + + + 40, 50 + + + NoControl + + + 73, 21 + + + 311, 98 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + GrpSetStats + + + LblAccountUserName + + + 数量 + + + True + + \ No newline at end of file diff --git a/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx b/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx index e61b918..22dc1d8 100644 --- a/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx +++ b/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx @@ -245,10 +245,6 @@ Справка - - - Bottom, Left - 355, 68 @@ -454,6 +450,12 @@ Предметы + + 76, 17 + + + X Очистить + √ Запись @@ -547,27 +549,30 @@ Статы - - Статистика - - - 43, 17 - - - Совет - - + 88, 135 + + 130, 17 + При получении AEP 214, 135 + + 301, 17 + атрибуты текущего персонажа будут сброшены + + Статистика + + + Совет + Уровень таланта @@ -610,50 +615,74 @@ Персонаж + + 360, 155 + + + 185, 17 + + + ※доступно в новой команде + + + 360, 131 + + + 72, 17 + + + Созвездия + + + 444, 129 + 微软雅黑, 8pt, style=Bold + + 575, 48 + ПРЕДУПРЕЖДАЮ! Добавление персонажа, который официально не используется, может привести к повреждению сохранения учетной записи, что сделает невозможным игру. Данные могут не быть удалены, даже если учетная запись будет создана заново. - - Персонаж - - - Уровень - - - Созвездия - - - ※доступно в новой команде - 360, 37 + + 71, 17 + + + Персонаж + 360, 84 - - 360, 131 + + 60, 17 - - 444, 34 + + Уровень 444, 82 - - 444, 129 - - - 360, 155 + + 444, 34 Спавн + + 192, 218 + + + 76, 17 + + + X Очистить + 266, 31 @@ -684,12 +713,6 @@ Класс - - 88, 21 - - - Орнамент - 89, 21 @@ -720,6 +743,9 @@ Ур. + + 129, 216 + Квест @@ -794,18 +820,6 @@ X Очистить - - X Очистить - - - 192, 218 - - - X Очистить - - - 129, 216 - 76, 41 @@ -950,4 +964,4 @@ GrasscutterTools - перевод Юрий Дворецкий - + \ No newline at end of file diff --git a/Source/GrasscutterTools/Properties/Resources.Designer.cs b/Source/GrasscutterTools/Properties/Resources.Designer.cs index 5b026f4..1b8127b 100644 --- a/Source/GrasscutterTools/Properties/Resources.Designer.cs +++ b/Source/GrasscutterTools/Properties/Resources.Designer.cs @@ -302,42 +302,40 @@ namespace GrasscutterTools.Properties { } /// - /// 查找类似 10000001: 凯特 - ///10000002: 神里绫华 - ///10000003: 琴 - ///10000005: 旅行者 - ///10000006: 丽莎 - ///10000007: 旅行者 - ///10000014: 芭芭拉 - ///10000015: 凯亚 - ///10000016: 迪卢克 - ///10000020: 雷泽 - ///10000021: 安柏 - ///10000022: 温迪 - ///10000023: 香菱 - ///10000024: 北斗 - ///10000025: 行秋 - ///10000026: 魈 - ///10000027: 凝光 - ///10000029: 可莉 - ///10000030: 钟离 - ///10000031: 菲谢尔 - ///10000032: 班尼特 - ///10000033: 达达利亚 - ///10000034: 诺艾尔 - ///10000035: 七七 - ///10000036: 重云 - ///10000037: 甘雨 - ///10000038: 阿贝多 - ///10000039: 迪奥娜 - ///10000041: 莫娜 - ///10000042: 刻晴 - ///10000043: 砂糖 - ///10000044: 辛焱 - ///10000045: 罗莎莉亚 - ///10000046: 胡桃 - ///10000047: 枫原万叶 - ///1000004 [字符串的其余部分被截断]"; 的本地化字符串。 + /// 查找类似 10000001 : 凯特 + ///10000002 : 神里绫华 + ///10000003 : 琴 + ///10000005 : 旅行者 + ///10000006 : 丽莎 + ///10000007 : 旅行者 + ///10000014 : 芭芭拉 + ///10000015 : 凯亚 + ///10000016 : 迪卢克 + ///10000020 : 雷泽 + ///10000021 : 安柏 + ///10000022 : 温迪 + ///10000023 : 香菱 + ///10000024 : 北斗 + ///10000025 : 行秋 + ///10000026 : 魈 + ///10000027 : 凝光 + ///10000029 : 可莉 + ///10000030 : 钟离 + ///10000031 : 菲谢尔 + ///10000032 : 班尼特 + ///10000033 : 达达利亚 + ///10000034 : 诺艾尔 + ///10000035 : 七七 + ///10000036 : 重云 + ///10000037 : 甘雨 + ///10000038 : 阿贝多 + ///10000039 : 迪奥娜 + ///10000041 : 莫娜 + ///10000042 : 刻晴 + ///10000043 : 砂糖 + ///10000044 : 辛焱 + ///10000045 : 罗莎莉亚 + ///1000 [字符串的其余部分被截断]"; 的本地化字符串。 /// internal static string Avatar { get { @@ -486,55 +484,51 @@ namespace GrasscutterTools.Properties { /// /// 查找类似 无敌 - ////godmode - ///无限耐力 - ////nostamina + ////prop godmode on + ///无限体力 + ////prop nostamina on + ///无限能量 + ////prop unlimitedenergy on ///升到60级 - ////give 102 1880200 + ////give 102 x1880200 + ///设置世界等级 + ////prop worldlevel 8 + ///一键解锁深渊 + ////prop abyss 12 + ///设置好感等级 + ////setfetterlevel 10 ///奶 ////heal - ///我全都要! - ////giveall + ///自杀 + ////kill 0 + ///全队充能 + ////spawn 2008 25 ///我在哪? - ////position - ///设置世界等级 - ////setworldlevel 8 - ///设置羁绊等级 - ////setfetterlevel 1 - ///清空背包 - ////clear all - ///清空武器 - ////clear wp - ///清空圣物 - ////clear art - ///清空材料 - ////clear mat - ///发送广播 - ////broadcast 大家好啊~ + ////pos + ///我全都要! + ////give all x9999 lv90 c6 r5 + ///一万纠缠 + ////give 223 x10000 + ///一万相遇 + ////give 224 x10000 + ///十万原石 + ////give 201 x100000 + ///十万摩拉 + ////give 202 x100000 + ///重载配置 + ////reload + ///重登 + ////kick ///清空当前角色命之座(需重登) ////resetconst ///清空全部角色命之座(需重登) ////resetconst all - ///一万纠缠 - ////give 223 10000 - ///一万相遇 - ////give 224 10000 - ///十万原石 - ////give 201 100000 - ///十万摩拉 - ////give 202 100000 - ///速速集合! - ////tpall - ///拔线 - ////restart - ///私信 - ////say <player> <message> - ///进来吧你 - ////coop @targetId - ///自杀 - ////killcharacter - ///暗杀 - //// [字符串的其余部分被截断]"; 的本地化字符串。 + ///清空背包 + ////clear all + ///清空武器 + ////clear wp + ///清空圣遗物 + ////clea [字符串的其余部分被截断]"; 的本地化字符串。 /// internal static string CustomCommands { get { @@ -644,52 +638,49 @@ namespace GrasscutterTools.Properties { } /// - /// 查找类似 101: 角色经验 - ///102: 冒险阅历 - ///103: 星尘 - ///104: 星辉 - ///105: 好感经验 - ///106: 原粹树脂 - ///107: 传说钥匙 - ///108: (test)天体推演 - ///109: 熄星能量 - ///110: 熄星精粹 - ///111: 微光精粹 - ///112: 温暖精粹 - ///113: 奇迹精粹 - ///114: 铁钱 - ///115: 平安玉符 - ///116: 节庆热度 - ///117: 奇术符 - ///118: 庆典巡回券 - ///119: 奇趣协力券 - ///120: 纯水真心 - ///121: 信任值 - ///122: 碎果数据 - ///123: 迷踪币 - ///124: 亮闪闪的漂流物 - ///125: 迷你「羽球」 - ///126: 神秘齿轮 - ///127: 鸣雷霰子 - ///128: 鸣雷纯晶 - ///129: 弈棋术经验 - ///130: 灵妙玉符 - ///131: 逐月节节庆热度 - ///132: 残悴之式札 - ///133: 虚损之拓本 - ///134: 朽裂之庚牌 - ///135: 踏雪章 - ///136: 克险章 - ///137: 逢福玉符 - ///138: 完璧玉符 - ///139: 降魔玉符 - ///201: 原石 - ///202: 摩拉 - ///203: 创世结晶 - ///204: 洞天宝钱 - ///210: 原粹精珀(废弃) - ///211: 原粹树脂(废弃) - ///221: [字符串的其余部分被截断]"; 的本地化字符串。 + /// 查找类似 101 : 角色经验 + ///102 : 冒险阅历 + ///103 : 星尘 + ///104 : 星辉 + ///105 : 好感经验 + ///106 : 原粹树脂 + ///107 : 传说钥匙 + ///108 : (test)天体推演 + ///109 : 熄星能量 + ///110 : 熄星精粹 + ///111 : 微光精粹 + ///112 : 温暖精粹 + ///113 : 奇迹精粹 + ///114 : 铁钱 + ///115 : 平安玉符 + ///116 : 节庆热度 + ///117 : 奇术符 + ///118 : 庆典巡回券 + ///119 : 奇趣协力券 + ///120 : 纯水真心 + ///121 : 信任值 + ///122 : 碎果数据 + ///123 : 迷踪币 + ///124 : 亮闪闪的漂流物 + ///125 : 迷你「羽球」 + ///126 : 神秘齿轮 + ///127 : 鸣雷霰子 + ///128 : 鸣雷纯晶 + ///129 : 弈棋术经验 + ///130 : 灵妙玉符 + ///131 : 逐月节节庆热度 + ///132 : 残悴之式札 + ///133 : 虚损之拓本 + ///134 : 朽裂之庚牌 + ///135 : 踏雪章 + ///136 : 克险章 + ///137 : 逢福玉符 + ///138 : 完璧玉符 + ///139 : 降魔玉符 + ///140 : 幽蕴砺石 + ///142 : 战策碎珀 + ///201 : 原石 + ///2 [字符串的其余部分被截断]"; 的本地化字符串。 /// internal static string Item { get { @@ -787,56 +778,6 @@ namespace GrasscutterTools.Properties { } } - /// - /// 查找类似 369101: 翠目猫 - ///369102: 北地犬 - ///369103: 野林猪 - ///369104: 蓝翎鹭 - ///369105: 巡林犬 - ///369106: 柴犬 - ///369107: 黑背猎犬 - ///369108: 北地猫 - ///369109: 虎纹猫 - ///369110: 警长猫 - ///368101: 枫原万叶 - ///368102: 烟绯 - ///368103: 优菈 - ///368104: 琴 - ///368105: 丽莎 - ///368106: 芭芭拉 - ///368107: 凯亚 - ///368108: 迪卢克 - ///368109: 雷泽 - ///368110: 安柏 - ///368111: 温迪 - ///368112: 香菱 - ///368113: 北斗 - ///368114: 行秋 - ///368115: 魈 - ///368116: 凝光 - ///368117: 可莉 - ///368118: 钟离 - ///368119: 菲谢尔 - ///368120: 班尼特 - ///368121: 达达利亚 - ///368122: 诺艾尔 - ///368123: 七七 - ///368124: 重云 - ///368125: 甘雨 - ///368126: 阿贝多 - ///368127: 迪奥娜 - ///368128: 莫娜 - ///368129: 刻晴 - ///368130: 砂糖 - ///368131: 辛焱 - ///3 [字符串的其余部分被截断]"; 的本地化字符串。 - /// - internal static string Ornament { - get { - return ResourceManager.GetString("Ornament", resourceCulture); - } - } - /// /// 查找类似 要设置的权限不能为空! 的本地化字符串。 /// @@ -896,34 +837,27 @@ namespace GrasscutterTools.Properties { } /// - /// 查找类似 30302 : 女神像解锁$HIDDEN - ///30303 : 女神像解锁$HIDDEN - ///30304 : 女神像解锁$HIDDEN - ///30305 : 女神像解锁$HIDDEN - ///30306 : 女神像解锁$HIDDEN - ///30307 : 女神像解锁$HIDDEN - ///30308 : 女神像解锁$HIDDEN - ///30309 : 女神像解锁$HIDDEN - ///30310 : 女神像解锁$HIDDEN - ///30311 : 女神像解锁$HIDDEN - ///30312 : 女神像解锁$HIDDEN - ///30313 : 女神像解锁$HIDDEN - ///30314 : 女神像解锁$HIDDEN - ///30315 : 女神像解锁$HIDDEN - ///30316 : 女神像解锁$HIDDEN - ///30317 : 女神像解锁$HIDDEN - ///30600 : 昔日的风 - ///30601 : 昔日的风 - ///30602 : 昔日的风 - ///30603 : 昔日的风 - ///30604 : 昔日的风 - ///30607 : 昔日的风 - ///30608 : 昔日的风 - ///30609 : 昔日的风 - ///30610 : 昔日的风 - ///30611 : 昔日的风 - ///30612 : 昔日的风 - ///30700 [字符串的其余部分被截断]"; 的本地化字符串。 + /// 查找类似 30302 : 女神像解锁$HIDDEN - + ///30303 : 女神像解锁$HIDDEN - + ///30304 : 女神像解锁$HIDDEN - + ///30305 : 女神像解锁$HIDDEN - + ///30306 : 女神像解锁$HIDDEN - + ///30307 : 女神像解锁$HIDDEN - + ///30308 : 女神像解锁$HIDDEN - + ///30309 : 女神像解锁$HIDDEN - + ///30310 : 女神像解锁$HIDDEN - + ///30311 : 女神像解锁$HIDDEN - + ///30312 : 女神像解锁$HIDDEN - + ///30313 : 女神像解锁$HIDDEN - + ///30314 : 女神像解锁$HIDDEN - + ///30315 : 女神像解锁$HIDDEN - + ///30316 : 女神像解锁$HIDDEN - + ///30317 : 女神像解锁$HIDDEN - + ///30600 : 昔日的风 - 在庙宇门口跟安柏见面 + ///30601 : 昔日的风 - 与安柏对话 + ///30602 : 昔日的风 - 进入庙宇 + ///30603 : 昔日的风 - 探索庙宇深处 + ///30604 : 昔日的风 - 退出秘境 [字符串的其余部分被截断]"; 的本地化字符串。 /// internal static string Quest { get { @@ -950,13 +884,20 @@ namespace GrasscutterTools.Properties { } /// - /// 查找类似 1 : BigWorld_LevelStreaming - ///2 : BigWorld_LevelStreaming - ///3 : BigWorld_LevelStreaming - ///4 : LostParadise_LevelStreaming - ///5 : AbyssalPalace_LevelStreaming - ///6 : TheChasm_LevelStreaming - ///7 : MichiaeMatsuri_LevelStreaming + /// 查找类似 1 : 提瓦特 + ///2 : 提瓦特 + ///3 : 提瓦特 + ///4 : 金苹果群岛 + ///5 : 渊下宫 + ///6 : 层岩巨渊·地下矿区 + ///7 : 三界路飨祭 + ///2001 : 罗浮洞 + ///2002 : 翠黛峰 + ///2003 : 清琼岛 + ///2004 : 绘绮庭 + ///2201 : 尘歌壶室内_蒙德 + ///2202 : 尘歌壶室内_璃月 + ///2203 : 尘歌壶室内_稻妻 ///20008: 深入狼之殿 ///20008: 丘丘人大本营(test) ///20008: 丘丘人巢穴(test) @@ -972,7 +913,9 @@ namespace GrasscutterTools.Properties { ///1011: 角色战斗测试(test) ///50002: 低温关卡白盒(test) ///1001: 移动平台性能测试(test) - ///50 [字符串的其余部分被截断]"; 的本地化字符串。 + ///50003: 战斗性能测试(test) + ///50004: 电桩电源白盒(test) + ///50027: [字符串的其余部分被截断]"; 的本地化字符串。 /// internal static string Scene { get { @@ -1035,46 +978,43 @@ namespace GrasscutterTools.Properties { } /// - /// 查找类似 11101: 无锋剑 - ///11201: 银剑 - ///11301: 冷刃 - ///11302: 黎明神剑 - ///11303: 旅行剑 - ///11304: 暗铁剑 - ///11305: 吃虎鱼刀 - ///11306: 飞天御剑 - ///11401: 西风剑 - ///11402: 笛剑 - ///11403: 祭礼剑 - ///11404: 宗室长剑 - ///11405: 匣里龙吟 - ///11406: 试作斩岩 - ///11407: 铁蜂刺 - ///11408: 黑岩长剑 - ///11409: 黑剑 - ///11410: 暗巷闪光 - ///11412: 降临之剑 - ///11413: 腐殖之剑 - ///11414: 天目影打刀 - ///11415: 辰砂之纺锤 - ///11501: 风鹰剑 - ///11502: 天空之刃 - ///11503: 苍古自由之誓 - ///11504: 斫峰之刃 - ///11505: 磐岩结绿 - ///11509: 雾切之回光 - ///11510: 波乱月白经津 - ///12101: 训练大剑 - ///12201: 佣兵重剑 - ///12301: 铁影阔剑 - ///12302: 沐浴龙血的剑 - ///12303: 白铁大剑 - ///12304: 石英大剑 - ///12305: 以理服人 - ///12306: 飞天大御剑 - ///12401: 西风大剑 - ///12402: 钟剑 - ///12403: 祭礼大剑 /// [字符串的其余部分被截断]"; 的本地化字符串。 + /// 查找类似 11101 : 无锋剑 + ///11201 : 银剑 + ///11301 : 冷刃 + ///11302 : 黎明神剑 + ///11303 : 旅行剑 + ///11304 : 暗铁剑 + ///11305 : 吃虎鱼刀 + ///11306 : 飞天御剑 + ///11401 : 西风剑 + ///11402 : 笛剑 + ///11403 : 祭礼剑 + ///11404 : 宗室长剑 + ///11405 : 匣里龙吟 + ///11406 : 试作斩岩 + ///11407 : 铁蜂刺 + ///11408 : 黑岩长剑 + ///11409 : 黑剑 + ///11410 : 暗巷闪光 + ///11412 : 降临之剑 + ///11413 : 腐殖之剑 + ///11414 : 天目影打刀 + ///11415 : 辰砂之纺锤 + ///11501 : 风鹰剑 + ///11502 : 天空之刃 + ///11503 : 苍古自由之誓 + ///11504 : 斫峰之刃 + ///11505 : 磐岩结绿 + ///11509 : 雾切之回光 + ///11510 : 波乱月白经津 + ///12101 : 训练大剑 + ///12201 : 佣兵重剑 + ///12301 : 铁影阔剑 + ///12302 : 沐浴龙血的剑 + ///12303 : 白铁大剑 + ///12304 : 石英大剑 + ///12305 : 以理服人 + ///12306 : 飞天大御剑 /// [字符串的其余部分被截断]"; 的本地化字符串。 /// internal static string Weapon { get { diff --git a/Source/GrasscutterTools/Properties/Resources.en-us.resx b/Source/GrasscutterTools/Properties/Resources.en-us.resx index 599c5dd..b1c0913 100644 --- a/Source/GrasscutterTools/Properties/Resources.en-us.resx +++ b/Source/GrasscutterTools/Properties/Resources.en-us.resx @@ -190,12 +190,6 @@ ..\Resources\IconGrasscutter.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\IconGrasscutter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\ImgSupport.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ..\Resources\en-us\Item.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 @@ -216,9 +210,6 @@ Do you want to check for updates? Selecting No will no longer remind you of this 1. Fill in the correct uid\n2. Send verification code to player\n3. Enter the correct verification code\n4. Connection\n5. Enjoy - - ..\Resources\en-us\Ornament.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - Permission cannot be empty! diff --git a/Source/GrasscutterTools/Properties/Resources.resx b/Source/GrasscutterTools/Properties/Resources.resx index 472134e..a795c5d 100644 --- a/Source/GrasscutterTools/Properties/Resources.resx +++ b/Source/GrasscutterTools/Properties/Resources.resx @@ -219,9 +219,6 @@ 1. 填写正确的UID\n2. 向玩家发送验证码\n3. 输入正确的验证码\n4. 连接\n5. 享受 - - ..\Resources\zh-cn\Ornament.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - 要设置的权限不能为空! diff --git a/Source/GrasscutterTools/Properties/Resources.ru-ru.resx b/Source/GrasscutterTools/Properties/Resources.ru-ru.resx index 85bb5ae..5fa0c3f 100644 --- a/Source/GrasscutterTools/Properties/Resources.ru-ru.resx +++ b/Source/GrasscutterTools/Properties/Resources.ru-ru.resx @@ -190,12 +190,6 @@ ..\Resources\IconGrasscutter.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\IconGrasscutter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\ImgSupport.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ..\Resources\ru-ru\Item.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 @@ -216,9 +210,6 @@ 1. Заполните правильный uid\n2. Отправьте проверочный код игроку\n3. Введите правильный проверочный код\n4. Соединение\n5. Наслаждаться - - ..\Resources\ru-ru\Ornament.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - Разрешение не может быть пустым!