From f6efc8d75a903cd7dbc83066bb507f7be6284c77 Mon Sep 17 00:00:00 2001 From: jie65535 Date: Thu, 30 Jun 2022 22:22:31 +0800 Subject: [PATCH] Fix interface format problems --- .../Forms/FormMain.Designer.cs | 56 +- Source/GrasscutterTools/Forms/FormMain.cs | 32 +- .../Forms/FormMain.en-us.resx | 1256 ++- Source/GrasscutterTools/Forms/FormMain.resx | 9578 +++++++++-------- .../Forms/FormMain.ru-ru.resx | 1243 ++- 5 files changed, 6028 insertions(+), 6137 deletions(-) diff --git a/Source/GrasscutterTools/Forms/FormMain.Designer.cs b/Source/GrasscutterTools/Forms/FormMain.Designer.cs index e35c3a3..b955ff9 100644 --- a/Source/GrasscutterTools/Forms/FormMain.Designer.cs +++ b/Source/GrasscutterTools/Forms/FormMain.Designer.cs @@ -309,24 +309,24 @@ 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; // // GrpServerStatus // + resources.ApplyResources(this.GrpServerStatus, "GrpServerStatus"); this.GrpServerStatus.Controls.Add(this.LnkOpenCommandLabel); this.GrpServerStatus.Controls.Add(this.LblOpenCommandSupport); this.GrpServerStatus.Controls.Add(this.LblServerVersion); this.GrpServerStatus.Controls.Add(this.LblPlayerCount); this.GrpServerStatus.Controls.Add(this.LblServerVersionLabel); this.GrpServerStatus.Controls.Add(this.LblPlayerCountLabel); - resources.ApplyResources(this.GrpServerStatus, "GrpServerStatus"); this.GrpServerStatus.Name = "GrpServerStatus"; this.GrpServerStatus.TabStop = false; // @@ -371,14 +371,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); @@ -386,7 +387,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; // @@ -458,11 +458,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; // @@ -507,10 +507,10 @@ namespace GrasscutterTools.Forms // // TPAbout // + resources.ApplyResources(this.TPAbout, "TPAbout"); this.TPAbout.Controls.Add(this.pictureBox2); 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; // @@ -535,29 +535,29 @@ 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; // // GrpBanPlayer // + resources.ApplyResources(this.GrpBanPlayer, "GrpBanPlayer"); this.GrpBanPlayer.Controls.Add(this.DTPBanEndTime); this.GrpBanPlayer.Controls.Add(this.BtnUnban); this.GrpBanPlayer.Controls.Add(this.BtnBan); this.GrpBanPlayer.Controls.Add(this.TxtBanReason); this.GrpBanPlayer.Controls.Add(this.NUDBanUID); this.GrpBanPlayer.Controls.Add(this.LblBanUID); - resources.ApplyResources(this.GrpBanPlayer, "GrpBanPlayer"); this.GrpBanPlayer.Name = "GrpBanPlayer"; this.GrpBanPlayer.TabStop = false; // // 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"; @@ -579,8 +579,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"; @@ -678,10 +678,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 @@ -727,6 +727,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); @@ -741,7 +742,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; // @@ -786,12 +786,12 @@ namespace GrasscutterTools.Forms // // NUDTpZ // + resources.ApplyResources(this.NUDTpZ, "NUDTpZ"); this.NUDTpZ.Increment = new decimal(new int[] { 100, 0, 0, 0}); - resources.ApplyResources(this.NUDTpZ, "NUDTpZ"); this.NUDTpZ.Maximum = new decimal(new int[] { 2147483647, 0, @@ -806,12 +806,12 @@ namespace GrasscutterTools.Forms // // NUDTpY // + resources.ApplyResources(this.NUDTpY, "NUDTpY"); this.NUDTpY.Increment = new decimal(new int[] { 100, 0, 0, 0}); - resources.ApplyResources(this.NUDTpY, "NUDTpY"); this.NUDTpY.Maximum = new decimal(new int[] { 2147483647, 0, @@ -831,12 +831,12 @@ namespace GrasscutterTools.Forms // // NUDTpX // + resources.ApplyResources(this.NUDTpX, "NUDTpX"); this.NUDTpX.Increment = new decimal(new int[] { 100, 0, 0, 0}); - resources.ApplyResources(this.NUDTpX, "NUDTpX"); this.NUDTpX.Maximum = new decimal(new int[] { 2147483647, 0, @@ -851,9 +851,9 @@ namespace GrasscutterTools.Forms // // CmbClimateType // + resources.ApplyResources(this.CmbClimateType, "CmbClimateType"); this.CmbClimateType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbClimateType.FormattingEnabled = true; - resources.ApplyResources(this.CmbClimateType, "CmbClimateType"); this.CmbClimateType.Name = "CmbClimateType"; this.CmbClimateType.SelectedIndexChanged += new System.EventHandler(this.CmbClimateType_SelectedIndexChanged); // @@ -869,13 +869,14 @@ namespace GrasscutterTools.Forms // // ListScenes // - this.ListScenes.FormattingEnabled = true; resources.ApplyResources(this.ListScenes, "ListScenes"); + this.ListScenes.FormattingEnabled = true; this.ListScenes.Name = "ListScenes"; this.ListScenes.SelectedIndexChanged += new System.EventHandler(this.ListScenes_SelectedIndexChanged); // // TPItem // + resources.ApplyResources(this.TPItem, "TPItem"); this.TPItem.Controls.Add(this.BtnSaveGiveItemLog); this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog); this.TPItem.Controls.Add(this.GrpGiveItemRecord); @@ -887,7 +888,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; // @@ -998,6 +998,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); @@ -1007,7 +1008,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; // @@ -1104,10 +1104,10 @@ namespace GrasscutterTools.Forms // // TPStats // + resources.ApplyResources(this.TPStats, "TPStats"); 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; // @@ -1150,9 +1150,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); // @@ -1212,13 +1212,13 @@ namespace GrasscutterTools.Forms // // TPAvatar // + resources.ApplyResources(this.TPAvatar, "TPAvatar"); this.TPAvatar.Controls.Add(this.LblAvatarGenWarning); this.TPAvatar.Controls.Add(this.ImgAvatar); this.TPAvatar.Controls.Add(this.LblAvatar); this.TPAvatar.Controls.Add(this.LblLevel); 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; // @@ -1276,6 +1276,7 @@ namespace GrasscutterTools.Forms // // TPSpawn // + resources.ApplyResources(this.TPSpawn, "TPSpawn"); this.TPSpawn.Controls.Add(this.BtnSaveSpawnLog); this.TPSpawn.Controls.Add(this.BtnRemoveSpawnLog); this.TPSpawn.Controls.Add(this.GrpSpawnRecord); @@ -1287,7 +1288,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; // @@ -1430,13 +1430,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; // @@ -1508,6 +1508,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); @@ -1527,7 +1528,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; // @@ -1693,6 +1693,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); @@ -1700,7 +1701,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; // @@ -1764,12 +1764,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.pictureBox1); this.TPHome.Controls.Add(this.GrpSettings); - resources.ApplyResources(this.TPHome, "TPHome"); this.TPHome.Name = "TPHome"; this.TPHome.UseVisualStyleBackColor = true; // @@ -1828,9 +1828,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 3d62d47..d37eb21 100644 --- a/Source/GrasscutterTools/Forms/FormMain.cs +++ b/Source/GrasscutterTools/Forms/FormMain.cs @@ -44,7 +44,6 @@ namespace GrasscutterTools.Forms LoadVersion(); LoadSettings(); LoadUpdate(); - ChangeTPArtifact(); } private void FormMain_Load(object sender, EventArgs e) @@ -171,36 +170,13 @@ namespace GrasscutterTools.Forms { NUDArtifactLevel.Minimum = 0; NUDArtifactLevel.Maximum = 20; - if (CmbLanguage.SelectedIndex == 0) - { - LblArtifactLevelTip.Text = "可用等级: 0-20"; - } - else if (CmbLanguage.SelectedIndex == 1) - { - LblArtifactLevelTip.Text = "value: 0-20"; - } - else if (CmbLanguage.SelectedIndex == 2) - { - LblArtifactLevelTip.Text = "ценность: 0-20"; - } } else { NUDArtifactLevel.Minimum = 1; NUDArtifactLevel.Maximum = 21; - if (CmbLanguage.SelectedIndex == 0) - { - LblArtifactLevelTip.Text = "可用等级: 1-21"; - } - else if (CmbLanguage.SelectedIndex == 1) - { - LblArtifactLevelTip.Text = "value: 1-21"; - } - else if (CmbLanguage.SelectedIndex == 2) - { - LblArtifactLevelTip.Text = "ценность: 1-21"; - } } + LblArtifactLevelTip.Text = $"[{NUDArtifactLevel.Minimum}-{NUDArtifactLevel.Maximum}]"; } #endregion - 初始化 - @@ -243,7 +219,6 @@ namespace GrasscutterTools.Forms { MultiLanguage.SetDefaultLanguage(Languages[CmbLanguage.SelectedIndex]); FormMain_Load(this, EventArgs.Empty); - ChangeTPArtifact(); } private void ChkTopMost_CheckedChanged(object sender, EventArgs e) @@ -302,10 +277,7 @@ namespace GrasscutterTools.Forms if (sender is LinkLabel lnk && lnk.Tag is string command) { TxtCustomName.Text = lnk.Text; - if (ChkIncludeUID.Checked) - SetCommand($"{command} @{NUDUid.Value}"); - else - SetCommand(command); + SetCommand(command); } } diff --git a/Source/GrasscutterTools/Forms/FormMain.en-us.resx b/Source/GrasscutterTools/Forms/FormMain.en-us.resx index 90f61ba..23abc1e 100644 --- a/Source/GrasscutterTools/Forms/FormMain.en-us.resx +++ b/Source/GrasscutterTools/Forms/FormMain.en-us.resx @@ -133,657 +133,6 @@ Run(F5) - - Home - - - 74, 38 - - - 158, 24 - - - Have a nice time! - - - 120, 23 - - - TextMapBrowser - - - Banner editor - - - Settings - - - 83, 21 - - - Top most - - - 95, 21 - - - Include UID - - - Custom - - - 533, 216 - - - 60, 23 - - - Export - - - 467, 216 - - - 60, 23 - - - Load - - - 30, 17 - - - Tag - - - List - - - 531, -1 - - - 53, 17 - - - Restore - - - 393, 216 - - - 70, 23 - - - x Delete - - - 317, 216 - - - 70, 23 - - - √ Save - - - 267, 23 - - - Artifact - - - + Add - - - 37, 17 - - - Stars - - - 31, 17 - - - Part - - - 87, 11 - - - 49, 17 - - - Artifact - - - 50, 17 - - - X Clear - - - 99, 41 - - - 37, 17 - - - Level - - - 80, 102 - - - 56, 17 - - - Sub Stat - - - 73, 71 - - - 63, 17 - - - Main Stat - - - Quest - - - value: 0-20 - - - List Filter - - - 51, 21 - - - Test - - - 93, 21 - - - Unreleased - - - 69, 21 - - - Hidden - - - Finish - - - Add - - - Add or Finish Quest -Tip: Many quest require server-side scripting support -Therefore, the quest can be add and finish, but not necessarily can be work - - - Spawn - - - √ Record - - - × Delete - - - Records - - - Class - - - 84, 21 - - - Ornament - - - 65, 21 - - - Animal - - - 75, 21 - - - Monster - - - 81, 17 - - - Spawn entity - - - 53, 17 - - - Amount - - - 120, 218 - - - 20, 17 - - - Lv - - - 64, 216 - - - 146, 216 - - - Avatar - - - 88, 161 - - - 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. - - - 135, 217 - - - 45, 17 - - - Avatar - - - 392, 216 - - - 20, 17 - - - Lv - - - 418, 214 - - - 186, 214 - - - 200, 25 - - - Stats - - - Stats - - - 26, 17 - - - Tip - - - Talent Level - - - 283, 24 - - - 15, 17 - - - E - - - 259, 24 - - - 18, 17 - - - Q - - - 178, 24 - - - 75, 17 - - - NormalATK - - - 128, 23 - - - 179, 17 - - - Set current active Avatar data - - - Weapon - - - 93, 17 - - - Geive Weapon - - - 203, 218 - - - 73, 17 - - - Refinement - - - 53, 17 - - - Amount - - - 121, 218 - - - 20, 17 - - - Lv - - - 282, 216 - - - 65, 216 - - - 147, 216 - - - Items - - - - Top, Left - - - 265, 48 - - - √ Record - - - Top, Left - - - 265, 77 - - - × Delete - - - Top, Bottom, Left - - - 249, 162 - - - Records - - - 243, 140 - - - 278, 217 - - - 57, 21 - - - Drop - - - Top, Left, Right - - - 346, 5 - - - 250, 23 - - - Top, Bottom, Left, Right - - - 346, 31 - - - 250, 208 - - - 53, 17 - - - Amount - - - 171, 218 - - - 37, 17 - - - Level - - - 65, 216 - - - 209, 216 - - - 118, 17 - - - Give item to player - - - Scene - - - 91, 213 - - - 122, 21 - - - Include scene Id - - - Top, Left, Right - - - - False - - - 6, 89 - - - 337, 90 - - - Teleporting -Tip: You can quickly teleport through the 'fishing hook' mark on the minimap in the game -In the command, you can use ~ to indicate the current position, and ~100 to indicate the relative current 100 - - - 219, 184 - - - 113, 184 - - - 10, 211 - - - Teleport - - - 7, 184 - - - 239, 182 - - - 133, 182 - - - 27, 182 - - - 66, 61 - - - 6, 64 - - - 54, 17 - - - weather - - - Top, Left, Right - - - False - - - 287, 55 - - - Scene control -Tip: Most of the scenes have no effect and cannot be entered. - - - Manage - - - Ban Management - - - Unban - - - Ban - - - Reason - - - 30, 25 - - - 30, 17 - - - UID - - - Account Management - - - 49, 21 - - - UID - - - 270, 23 - - - 130, 23 - - - Delete - - - Create - - - 6, 25 - - - 67, 17 - - - Username - - - 79, 22 - - - 127, 23 - - - Permission Management - - - Delete - - - Add - - - 38, 17 - - - Perm - - - 30, 25 - - - 30, 17 - - - UID - - - About - - - Bottom, Left - - - 110, 17 - - - Grasscutter Tools - Remote @@ -880,4 +229,607 @@ Tip: Most of the scenes have no effect and cannot be entered. Host - + + About + + + + Bottom, Left + + + 110, 17 + + + Grasscutter Tools + + + Manage + + + Ban Management + + + Unban + + + Ban + + + Reason + + + 30, 25 + + + 30, 17 + + + UID + + + Account Management + + + 49, 21 + + + UID + + + 270, 23 + + + 130, 23 + + + Delete + + + Create + + + 6, 25 + + + 67, 17 + + + Username + + + 79, 22 + + + 127, 23 + + + Permission Management + + + Delete + + + Add + + + 38, 17 + + + Perm + + + 30, 25 + + + 30, 17 + + + UID + + + Scene + + + 91, 213 + + + 122, 21 + + + Include scene Id + + + + False + + + 6, 89 + + + 337, 90 + + + Teleporting +Tip: You can quickly teleport through the 'fishing hook' mark on the minimap in the game +In the command, you can use ~ to indicate the current position, and ~100 to indicate the relative current 100 + + + 219, 184 + + + 113, 184 + + + 10, 211 + + + Teleport + + + 7, 184 + + + 239, 182 + + + 133, 182 + + + 27, 182 + + + 66, 61 + + + 6, 64 + + + 54, 17 + + + weather + + + False + + + 287, 55 + + + Scene control +Tip: Most of the scenes have no effect and cannot be entered. + + + Items + + + √ Record + + + × Delete + + + Records + + + 278, 217 + + + 57, 21 + + + Drop + + + 53, 17 + + + Amount + + + 171, 218 + + + 37, 17 + + + Level + + + 65, 216 + + + 209, 216 + + + 118, 17 + + + Give item to player + + + Weapon + + + 93, 17 + + + Geive Weapon + + + 203, 218 + + + 73, 17 + + + Refinement + + + 53, 17 + + + Amount + + + 121, 218 + + + 20, 17 + + + Lv + + + 282, 216 + + + 65, 216 + + + 147, 216 + + + Stats + + + Stats + + + 26, 17 + + + Tip + + + Talent Level + + + 283, 24 + + + 15, 17 + + + E + + + 259, 24 + + + 18, 17 + + + Q + + + 178, 24 + + + 75, 17 + + + NormalATK + + + 128, 23 + + + 179, 17 + + + Set current active Avatar data + + + Avatar + + + 88, 161 + + + 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. + + + 135, 217 + + + 45, 17 + + + Avatar + + + 392, 216 + + + 20, 17 + + + Lv + + + 418, 214 + + + 186, 214 + + + 200, 25 + + + Spawn + + + √ Record + + + × Delete + + + Records + + + Class + + + 84, 21 + + + Ornament + + + 65, 21 + + + Animal + + + 75, 21 + + + Monster + + + 81, 17 + + + Spawn entity + + + 53, 17 + + + Amount + + + 120, 218 + + + 20, 17 + + + Lv + + + 64, 216 + + + 146, 216 + + + Quest + + + List Filter + + + 51, 21 + + + Test + + + 93, 21 + + + Unreleased + + + 69, 21 + + + Hidden + + + Finish + + + Add + + + Add or Finish Quest +Tip: Many quest require server-side scripting support +Therefore, the quest can be add and finish, but not necessarily can be work + + + Artifact + + + + Add + + + 31, 17 + + + Part + + + 87, 11 + + + 49, 17 + + + Artifact + + + 50, 17 + + + X Clear + + + 99, 41 + + + 37, 17 + + + Level + + + 80, 102 + + + 56, 17 + + + Sub Stat + + + 73, 71 + + + 63, 17 + + + Main Stat + + + 37, 17 + + + Stars + + + Custom + + + 533, 216 + + + 60, 23 + + + Export + + + 467, 216 + + + 60, 23 + + + Load + + + 30, 17 + + + Tag + + + List + + + 531, -1 + + + 53, 17 + + + Restore + + + 393, 216 + + + 70, 23 + + + x Delete + + + 317, 216 + + + 70, 23 + + + √ Save + + + 267, 23 + + + Home + + + 74, 38 + + + 158, 24 + + + Have a nice time! + + + 120, 23 + + + TextMapBrowser + + + Banner editor + + + Settings + + + 83, 21 + + + Top most + + + 95, 21 + + + Include UID + + \ No newline at end of file diff --git a/Source/GrasscutterTools/Forms/FormMain.resx b/Source/GrasscutterTools/Forms/FormMain.resx index 11bdf8e..0891510 100644 --- a/Source/GrasscutterTools/Forms/FormMain.resx +++ b/Source/GrasscutterTools/Forms/FormMain.resx @@ -117,948 +117,422 @@ 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 + + + 283, 25 - + + 6, 218 + + + LblPlayerCountLabel + + + + Top + + NoControl - - 493, 22 + + 19, 17 - - 50, 23 + + 366, 39 - - 1 + + 17 - - 复制 + + 5 - - BtnCopy + + TPSpawn - + + Top + + + 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 - - GrpCommand + + 5 - - 1 + + TPConsoleCheck - - Top, Right - - - True - - + NoControl - - 549, 24 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 51, 21 + + 0 - - 2 + + 1 - - 自动 + + 133, 21 - - ChkAutoCopy + + 25, 45 - + + NUDAvatarLevel + + + 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 + + + 44, 17 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GrpCommand + + 5 - - 2 + + 42, 17 - - Bottom, Left, Right + + 连接 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 257, 217 + + + 3 + + + 1 + + + 1 + + + 1 + + + 设置当前活跃角色数据 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 祝你玩得愉快! + + + TPWeapon + + + 6 + + + True + + + NoControl NoControl - - 6, 22 + + True - - 75, 23 + + TPAvatar - - 3 + + CenterImage - - 执行(F5) + + NoControl - - BtnInvokeOpenCommand + + System.Windows.Forms.DateTimePicker, 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 + + 1 - - GrpCommand + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 - - - 12, 293 - - - 610, 56 - - - 610, 56 + + 目标UID 3 - - 命令(按住 Ctrl 自动执行) + + 135, 138 - - GrpCommand + + 116, 17 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - $this + + 51, 23 - - 1 - - - True - - - NoControl - - - 13, 62 - - - 80, 17 - - + 5 - - 远程执行插件 + + 4 - - 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 - - - 363, 36 - - - 200, 100 - - - 4 - - - 服务器状态 - - - GrpServerStatus - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 0 - - - Bottom, Left - - - 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 + + GrpSetStats - - 100, 23 + + LblStatPercent - - 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 - - 4, 26 + + 311, 98 - - 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 - - - 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 - - - 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 - - - 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 - - - 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 - - - 119, 36 - - - 182, 23 - - - 2 - - - TxtHost - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 2 - - - 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 - - - True - - - NoControl - - - 45, 39 - - - 68, 17 - - - 1 - - - 服务器地址 - - - 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 - - - Top, Bottom, Left, Right - - - NoControl - - - 456, 97 - - - 280, 280 - - - 140, 140 - - - Zoom - - - 5 - - - pictureBox2 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NUDStat TPAbout - - 0 + + 60, 23 - - True + + LblGiveCommandDescription - - NoControl + + GrpTalentLevel - - 16, 220 + + LblMainAttribution - - 46, 17 + + TPScene - - 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Github + + 75, 23 - - LnkGithub + + 10 - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TPSpawn - - TPAbout + + GrpQuestFilters - + + 摆件 + + + BtnBan + + + 5 + + + 125, 25 + + + 角色 + + + 32, 17 + + + 265, 77 + + + 服务器状态 + + + NUDUid + + + GrpPermission + + + 8 + + + BtnRemoveSpawnLog + + + Top, Left, Right + + + 3 + + + GrpCommand + + 1 - - True + + 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 + + + 15 + + + 32, 17 + + + 3 + + + 11 + + + TPItem + + + 3, 3, 3, 3 + + + 3, 19 + + + 10 + + + NUDGameItemAmout + + + TPScene + + + TPWeapon + + + 主词条 + + + 设置天气 + + + 5 + + + 6 + + NoControl - - 16, 23 + + 语言/Language/язык - - 334, 102 + + 20 - - 3 + + 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 割草机工具箱 @@ -1068,1433 +542,3682 @@ 如果愿意请我喝一杯奶茶,那就更好了 : ) 指令生成有问题,或者有新的功能请求,都可以来Github提出 - - LblSupportDescription + + LblClearSubAttrCheckedList - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPAbout + + 62, 21 - - 2 + + 远程执行插件 - + 4, 26 - - 3, 3, 3, 3 + + GrpTalentLevel - - 602, 245 + + 10, 48 - - 13 + + GrpServerStatus - - 关于 + + 24 - - TPAbout + + 含场景ID - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 610, 56 - - TCMain + + Bottom, Left - - 11 + + 189, 15 - - 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 + + TPHome - - 60, 23 + + 66, 22 - - 12 + + 602, 245 - - 解封 + + True - - BtnUnban + + 590, 204 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 121, 25 - - GrpBanPlayer + + 星级 - - 1 + + 设置 + + + 3, 19 + + + 602, 245 + + + 添加或完成任务 +提示:许多任务需要服务端脚本支持 +因此任务可以接,可以完成,但是不一定可以做 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4, 26 + + + True + + + TxtHost + + + True + + + 50, 23 + + + System.Windows.Forms.CheckBox, 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 + + + GrpServerStatus + + + 16, 220 + + + NoControl + + + $this + + + 掉落 + + + CmbClimateType + + + TPAbout + + + 技能等级 + + + Bottom, Left + + + 260, 24 + + + 43, 22 + + + NoControl + + + 0 + + + 23, 17 + + + 6, 161 + + + 7, 24 + + + TxtCustomName + + + NUDWeaponLevel + + + TPHome NoControl - - 407, 22 + + 602, 245 - - 60, 23 + + TCMain - - 11 - - - 封号 - - - BtnBan - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpBanPlayer - - - 2 - - - 250, 22 - - - 150, 23 - - - 8 - - - 封禁理由 - - - 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 - - - 6, 25 - - - 54, 17 - - + 0 - - 目标UID + + $this - - LblBanUID + + 8 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GrpBanPlayer + + TPPlayerCheck - - 5 - - - 31, 138 - - - 540, 60 + + 1 2 - - 封禁管理 - - - GrpBanPlayer - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPManage - - + 0 - - None + + 100, 218 - + True - + + CmbArtifactSet + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 128, 17 + + NoControl - - 215, 23 + + 9 - - 73, 21 + + √ 记录 - - 2 + + 5 - - 指定UID + + 0 - - ChkAccountSetUid + + GrpPermission - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True + + + NoControl + + + 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + LnkRCHelp + + + TPRemoteCall + + + True + + + 置顶 + + + GrpSpawnRecord + + + 命令(按住 Ctrl 自动执行) + + + TPAbout + + + 45 GrpAccount - - 0 - - - 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 + + 111, 160 - - 0 + + 358, 31 - - 用户名 - - - LblAccountUserName - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GrpAccount + + 396, 31 - - 4 - - - 66, 22 - - - 140, 23 - - - 1 - - - test - - - 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 - - - None - - - 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 - - - 31, 72 - - - 540, 60 - - - 1 - - - 权限管理 - - - GrpPermission - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPManage - - - 2 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 12 - - - 管理 - - - TPManage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 10 - - - Top, Right - - - 346, 5 - - - 250, 23 - - - 13 + + 265, 101 TxtSceneFilter - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPScene + + 未发布的任务 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 6 + + + 65, 23 + + True - - False + + 99, 62 - - NoControl + + 13 - - 90, 190 + + 3, 3, 3, 3 + + + TPCustom 76, 21 - - 12 + + Bottom, Left - - 含场景ID + + TPConsoleCheck - - ChkIncludeSceneId - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 1 - - - 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 - - - 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 - + + 250, 208 + + + 1 + + + 92, 102 + + True - - NoControl + + UID - - 112, 161 + + GrpSettings - - 14, 17 + + True - - 9 + + 358, 5 - - y + + Fill - - LblTpY + + 6, 216 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 26 - - TPScene + + LblPerm - - 4 + + 54, 17 - - NoControl - - - 9, 188 - - + 75, 23 - - 8 + + UID - - 传送 + + 0 - - BtnTeleport + + 2 - - 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 - - TPScene + + TPAvatar - - 5 + + 51, 21 - - True - - + NoControl - - 6, 161 + + NoControl - - 14, 17 + + 3 - - 7 + + 265, 31 - - x + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + 1 + + + GrpBanPlayer + + + LblWeaponRefinement + + + NUDRemotePlayerId + + + 23, 17 + + + Bottom, Left LblTpX - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + TPScene - - 6 + + 14, 17 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 43 + + + Bottom, Left, Right + + + LblPermUID + + + Token + + + LblGameItemAmount + + + Bottom, Right + + + 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 - - - 132, 159 - - - 80, 23 - - - 5 - - - NUDTpY - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 8 - - - 26, 159 - - - 80, 23 - - + 4 - - NUDTpX - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 9 - - - 68, 69 - - - 121, 25 - - - 3 - - - CmbClimateType - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 10 - - - 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 + + + 9 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + True + + + TPOpenCommandCheck + + + Top, Bottom, Left, Right + + + 60, 23 + + + 7 + + + 8 + + + 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 + + 标签 + + + GrpTalentLevel + + + Top + + + GrpTalentLevel + + + 10 + + + 296, 111 12 - - 17 + + 100, 23 - - 346, 31 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 250, 208 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + 9, 188 - - 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 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + GrpServerStatus - - Top, Right - - - NoControl - - - 265, 48 - - - 75, 23 - - - 7 - - - √ 记录 - - - BtnSaveGiveItemLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 0 - - - Top, Right - - - 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 - - - 1 - - - Top, Bottom, Left, Right - - - Fill - - - 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 - - - 10, 48 - - - 249, 162 - - - 5 - - - 物品记录本 - - - GrpGiveItemRecord - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 2 - - - Bottom, Left - - - True - - - NoControl - - - 257, 217 - - - 51, 21 - - - 4 - - - 掉落 - - - ChkDrop - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - + 3 - - Top, Right + + CmbMainAttribution - - 346, 5 + + 2 - - 250, 23 - - - 0 - - - TxtGameItemFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 4 - - - Top, Bottom, Right - - - 17 - - - 346, 31 - - - 250, 208 - - - 1 - - - ListGameItems - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 5 - - - Bottom, Left - - - True - - + NoControl - - 6, 218 + + 3 + + + 12 + + + True + + + True + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + 6 + + + 请注意,控制台状态下普通命令必须指定目标 +(即设置包含UID) + + + True + + + 1 + + + 3 32, 17 - - 14 + + 37 - - 数量 + + 87, 134 - - LblGameItemAmount + + 生物志 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - TPItem - - - 6 - - - Bottom, Left - - + True - + + 26, 159 + + + 封号 + + + 角色属性 + + + 9 + + + 44, 216 + + 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 - - 7 + + 238, 23 - - Bottom, Left + + LblDefaultUid - - 44, 216 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 14 + + + 5 + + + 150, 24 + + + NUDTpX + + + LblToken + + + 142, 8 100, 23 - - 2 + + 44, 17 - - NUDGameItemAmout + + 6, 103 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - TPItem + + 200, 208 - - 8 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Bottom, Left + + TPPlayerCheck - - 188, 216 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 50, 23 + + BtnSaveGiveItemLog - - 3 + + LblHost - - NUDGameItemLevel + + 3, 19 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - TPItem + + 80, 23 - - 9 + + 玩家验证 - - True + + --- - + + BtnInvokeOpenCommand + + + LblLevel + + + 4 + + + Top, Bottom, Left, Right + + + TPArtifact + + + 等级 + + + False + + + 解封 + + NoControl - + + 0 + + + None + + + 163, 25 + + + 650, 400 + + + 552, -1 + + + Bottom, Left + + 6, 6 - - 236, 34 + + 100, 23 - + + 26, 55 + + + x + + + 3 + + + ListSubAttributionChecked + + + 18 + + + Top, Bottom, Right + + + BtnRemoveGiveItemLog + + + True + + + 0 + + + 6 + + + GrpQuestFilters + + + TPAvatar + + + TPItem + + + True + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 238, 208 + + + 51, 21 + + + 3, 3, 3, 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 32, 17 + + + 189, 42 + + + X 清空 + + + 13 + + + 0 + + + 4 + + + Top, Bottom, Left, Right + + + BtmPermRemove + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + 13 + + + Top, Bottom, Left, Right + + + 普通攻击 + + + 54, 17 + + + True + + + True + + + TPCustom + + + 32, 17 + + + 602, 245 + + + 99, 21 + + + TPWeapon + + + True + + + TPManage + + + TPSpawn + + + 207, 23 + + + Bottom, Left + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 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 + + + True + + + 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 + + + 440, 100 + + + 380, 51 + + + 0 + + + Bottom, Left + + + 68, 69 + + + NoControl + + + NUDAccountUid + + + 2 + + + 294, 22 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + 1 - - 给玩家指定物品 -说明:可选择直接给到背包或者掉落到世界 + + 0 - - LblGiveCommandDescription + + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TPOpenCommandCheck + + + 150, 218 + + + False + + + 3, 3, 3, 3 TPItem - + + 100, 23 + + + GrpQuestFilters + + + True + + + 6, 6 + + + 50, 23 + + + 0 + + + TPWeapon + + + 142, 68 + + + 602, 245 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + NoControl + + + 31, 138 + + + NoControl + + + NoControl + + + TPCustom + + + + 添加 + + + 物品 + + + True + + + 328, 41 + + + LblConsoleTip + + + 2 + + + 0 + + + 39, 17 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + BtnFinishQuest + + + 137, 216 + + + 0, 0 + + + 15 + + + 2 + + + 1 + + + 50, 23 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 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 + + + 0 + + + 32, 17 + + + TPPlayerCheck + + + ListSpawnLogs + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + TPQuest + + + 119, 36 + + + 5 + + + 23, 17 + + + 0 + + + Bottom + + + 256, 216 + + + TPRemoteCall + + + 4 + + + 30, 17 + + + 4, 26 + + + LblSupportDescription + + + 273, 11 + + + 1 + + + TPScene + + + GrpBanPlayer + + + 6, 72 + + + 5 + + + ListEntity + + + √ 记录 + + + TPScene + + + 权限管理 + + + LnkOpenCommandLabel + + + 9 + + + TPArtifact + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 289, 106 + + + Bottom, Left + + + NoControl + + + 310, 161 + + + RbEntityMonster + + + 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 + + + TPArtifact + + + 警告!添加官方未使用的角色可能导致帐号存档损坏,无法进行游戏。 +即使删号重来,数据可能也不会清除。因此请谨慎添加 +(例如凯特、裸男或者测试角色之类的...) + + + LblTpY + + + TPSpawn + + + 5 + + + 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 + + + Fill + + + √ 保存 + + + 4 + + + ChkQuestFilterHIDDEN + + + 3 + + + 0 + + + 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 + + + Bottom, Left + + + 215, 23 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Right + + + TxtAccountUserName + + + 5, 218 + + + NoControl + + + System.Windows.Forms.LinkLabel, 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 + + + Top, Bottom, Left, Right + + + TPSpawn + + + 32, 17 + + + TPScene + + + 6, 6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 17 + + + 6, 219 + + + 6, 76 + + + True + + + ChkQuestFilterTEST + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpCommand + + + LnkResetCustomCommands + + + 243, 140 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 4, 26 + + + GrpAccount + + + 200, 100 + + + GrpBanPlayer + + + 关于 + + + LblAccountUserName + + + TPCustom + + + System.Windows.Forms.LinkLabel, 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 + + + 200, 153 + + + 0 + + + TPSpawn + + + 0 + + + 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 + + + None + + + 32, 17 + + + 311, 8 + + + 3 + + + 346, 31 + + + Top + + + 456, 97 + + + 3, 3, 3, 3 + + + 0 + + + 1 + + + 6 + + + 远程 + + + NoControl + + + NoControl + + + 6, 49 + + + 0 + + + 3 + + + LblArtifactStars + + + Bottom, Left + + + TPScene + + + TPScene + + + 6, 6 + + + 68, 17 + + + 等级 + + + GrpSettings + + + TPConsoleCheck + + + GrpServerStatus + + + 378, 215 + + + TPOpenCommandCheck + + + 发送验证码 + + + 340, 217 + + + True + + + TPPlayerCheck + + + 584, 182 + + + GrpBanPlayer + + + 440, 129 + + + FLPCustomCommands + + + 56, 17 + + + × 删除 + + + NoControl + + + 1 + + + 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 + + + --- + + + RbEntityOrnament + + + TPItem + + + NUDArtifactStars + + + 1 + + + NoControl + + + 用户名 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 圣遗物 + + + TPStats + + + GrpSetStats + + + TPItem + + + 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 + + + 610, 275 + + + 1 + + + NoControl + + + 120, 25 + + + LblCustomName + + + TPWeapon + + + 2 + + + 4 + + + False + + + 250, 22 + + + 0 + + + BtnCopy + + + 136, 24 + + + 2 + + + Bottom + + + 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 + + + 生成 + + + TPRemoteCall + + + NoControl + + + × 删除 + + + 等级 + + + GrpServerStatus + + + 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 + + + 5 + + + GrpEntityType + + + 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 + + + 4 + + + 权限 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 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 + + + 82, 23 + + + 文本浏览器 + + + GrpBanPlayer + + + 75, 21 + + + 1 + + + BtnPermAdd + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 75, 23 + + + 1 + + + 4 + + + NoControl + + + ListGiveItemLogs + + + 3, 3, 3, 3 + + + 4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 99, 45 + + + NoControl + + + NoControl + + + 60, 23 + + + None + + + 32, 17 + + + 等级 + + + LblSubAttribution + + + BtnSendVerificationCode + + + ChkDrop + + + 13, 62 + + + 7 + + + 2 + + + 0, 17 + + + False + + + 92, 71 + + + 147, 82 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 100, 23 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bottom + + + Top, Bottom, Left + + + RbEntityAnimal + + + TPAvatar + + + 13 + + + 37, 28 + + + True + + + 封禁理由 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11 + + + 60, 23 + + + 11 + + + 4 + + + 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 + + + Zoom + + + 2 + + + True + + + 1 + + + 32, 17 + + + NoControl + + + 142, 129 + + + NoControl + + + 66, 22 + + + 3 + + + LblClimateType + + + NUDBanUID + + + 0 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 602, 245 + + + × 删除 + + + 75, 23 + + + TPItem + + + ChkQuestFilterUNRELEASED + + + True + + + 46, 17 + + + 182, 23 + + + TCMain + + + 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 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + 1 + + + E技能 + + + NoControl + + + 358, 31 + + + 32, 17 + + + NoControl + + + 11 + + + 7 + + + 3, 3, 3, 3 + + + 武器 + + + 265, 60 + + + TPRemoteCall + + + Bottom, Right + + + 5 + + + TPScene + + + TPPlayerCheck + + + NUDEntityLevel + + + 56, 17 + + + 602, 245 + + + 6 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11 + + + 602, 160 + + + 2 + + + Top, Left, Right + + + True + + + 9 + + + TPScene + + + 主页 + + + 3, 3, 3, 3 + + + 1 + + + TPScene + + + 4 + + + 212, 25 + + + BtnExportCustomCommands + + + Bottom, Left + + + 1 + + + 4, 26 + + + NPC + + + 50, 21 + + + 0 + + + 2 + + + Bottom, Left, Right + + + 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 + + + 1 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + 150, 25 + + + True + + + 2 + + + 75, 23 + + + 执行(F5) + + + 50, 23 + + + 8 + + + 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 + + + 100, 23 + + + 75, 23 + + + Top + + + 17 + + + 51, 21 + + + 118, 23 + + + 212, 24 + + + True + + + 50, 23 + + + Top, Bottom, Left, Right + + + 65, 13 + + + 0 + + + 0 + + + 0 + + + 3 + + + 87, 22 + + + 198, 41 + + + 5 + + + True + + + GrpCommand + + + NoControl + + + 0 + + + 313, 6 + + + LnkTalentNormalATK + + + 2 + + + 44, 17 + + + 4 + + + 6 + + + 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 + + + CmbSubAttributionValue + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + NoControl + + + NoControl + + + 4 + + + 1 + + + Bottom, Left + + + 31, 6 + + + 添加任务 + + + 8 + + + TCMain + + + GrpEntityType + + + CmbAvatar + + + 0 + + + 封禁管理 + + + GrpAccount + + + TPScene + + + 4 + + + NoControl + + + ListQuest + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 14 + + + TPItem + + + 2 + + + TxtEntityFilter + + + LblArtifactSet + + + 17 + + + 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 + + + LnkTalentQ + + + None + + + Top + + + True + + + 生成的命令包含UID + + + 5 + + + 3, 19 + + + LblWeaponAmount + + + 目标UID + + + Bottom, Left + + + 421, 216 + + + 2 + + + GrpAccount + + + 332, 57 + + + 50, 23 + + + 3, 3, 3, 3 + + + 140, 23 + + + NoControl + + + NoControl + + + 50, 23 + + + --- + + + TPWeapon + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bottom, Right + + + 6 + + + 4, 26 + + + 4 + + + System.Windows.Forms.NumericUpDown, 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 + + + TCMain + + + pictureBox2 + + + 传送 + + + 407, 22 + + + TPQuest + + + BtnConnectOpenCommand + + + True + + + Bottom, Left + + + 1 + + + 236, 34 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 7 + + + 7 + + + 346, 5 + + + TPPlayerCheck + + + GrpPermission + + + 套装 + + + 6 + + + 5 + + + 249, 162 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + 0 + + + 6, 22 + + + 精炼等级 + + + NoControl + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 90, 23 + + + 4 + + + TCMain + + + LblArtifactLevelTip + + + 6 + + + Top + + + 12 + + + 610, 56 + + + TPStats + + + 查询 + + + 0 + + + 8 + + + 9 + + + 473, 22 + + + 213, 214 + + + 2 + + + NoControl + + + True + + + 68, 17 + + + Bottom, Left + + + TPSpawn + + + GrpRemoteCommand + + + 602, 245 + + + 332, 70 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NUDWeaponAmout + + + 物品记录本 + + + 60, 23 + + + 32, 17 + + + 2 + + + 数量 + + + z + + + NoControl + + + None + + + Fill + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + 142, 39 + + + LblArtifactPart + + + 5 + + + 40, 50 + + + 5 + + + 128, 17 + + + True + + + 载入 + + + test + + + 3 + + + 6 + + + NoControl + + + 导出 + + + LblServerVersionLabel + + + 5 + + 10 4, 26 - - 3, 3, 3, 3 + + 0 - - 602, 245 + + 296, 109 - + + NoControl + + + 6, 25 + + 4 - - 物品 + + 账号管理 - - TPItem - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 8 - - - Top, Right - - - 396, 5 - - - 200, 23 + + 10 8 - - TxtWeaponFilter + + 104, 41 - - System.Windows.Forms.TextBox, 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 - - TPWeapon + + 118, 23 - + + NoControl + + + Bottom, Left + + + 47, 65 + + + Bottom, Left + + + 602, 245 + + + 4 + + + BtnUnban + + + GrpRemoteCommand + + + TCMain + + + ChkAccountSetUid + + + 150, 23 + + + TPArtifact + + + TPArtifact + + + 602, 245 + + + 602, 245 + + + NoControl + + + ListWeapons + + + 1 + + + Bottom, Left + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 43, 216 + + + 15, 39 + + + groupBox1 + + + 283, 233 + + + Top, Bottom, Left, Right + + + Top + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + True + + + 1 + + + 15, 44 + + + 7 + + + GrpEntityType + + + 121, 25 + + + NoControl + + + 2 + + + 6 + + + 487, 216 + + + TPAbout + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Bottom + + + TPCustom + + + 6 + + + 3 + + + 45, 39 + + + 9 + + + 4 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 17 + + + NoControl + + + 50, 23 + + + 验证码 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + [0-20] + + + 147, 54 + + + 346, 100 + + + NoControl + + + 4 + + + 120, 25 + + + y + + + TPArtifact + + + 66, 22 + + + 540, 60 + + + 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 + + + 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 + + + True + + + ChkAutoCopy + + + 18 + + + 15 + + + BtnTeleport + + + 74, 21 + + + TPArtifact + + + NUDTpY + + + NoControl + + + GrpSetStats + + + NoControl + + + 112, 161 + + + 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 + + + 437, 218 + + + 隐藏的任务 + + + TPStats + + + 7 + + + None + + + BtnAddQuest + + 0 - - Top, Bottom, Left, Right + + 1 + + + NoControl + + + 250, 208 + + + True + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + TopCenter + + + 0 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 10 True - + + 4, 26 + + + 70, 23 + + + Top + + + TPQuest + + + LblAvatarGenWarning + + + True + + + CmbSubAttribution + + + TCMain + + + 提示 + + + 147, 23 + + + GrpBanPlayer + + NoControl - - 6, 6 + + 6, 105 - - 200, 153 + + TxtCommand - + + 493, 22 + + + 32, 17 + + + 4 + + + 自定义 + + + NoControl + + + TPQuest + + + TPHome + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 5 + + + 543, 216 + + + False + + + 150, 130 + + + NoControl + + + LblBanUID + + + 2 + + + 部位 + + + 等级 + + + 7, 17 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12, 293 + + + 3 + + 7 + + 334, 102 + + + NoControl + + + BtnSaveCustomCommand + + + GrasscutterTools + + + TCMain + + + 4, 26 + + + 7 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 140, 23 + + + LblTp + + + 41, 51 + + + 200, 23 + + + NoControl + + + LblEntityAmount + + + 10 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Bottom, Left, Right + + + True + + + TPArtifact + + + 106, 23 + + + 75, 23 + + + System.Windows.Forms.ComboBox, 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 + + + TPHome + + + NoControl + + + 396, 5 + + + 8 + + + 4 + + + 2 + + + 14 + + + 60, 23 + + + 16 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveItemRecord + + + GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null + + + TPAvatar + + + 测试任务 + + + 10 + + + 复制 + + + True + + + 65, 13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 31, 72 + + + 角色 + + + 158, 25 + + + 3 + 获取武器 @@ -2506,2840 +4229,1129 @@ >70级 突破5 >80级 突破6 - - LblWeaponDescription + + 6, 25 - - 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 - - - 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 - - - None - - - 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 - - - 135, 62 - - - 332, 70 - - - 4 - - - 角色属性 - - - GrpSetStats - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 0 - - - None - - - 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 - - - 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 - - - 135, 138 - - - 332, 57 - - - 3 - - - 技能等级 - - - GrpTalentLevel - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 1 - - - 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 - - - 2 - - - 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 - - - Bottom - - - True - - - 微软雅黑, 9pt, style=Bold - - - NoControl - - - 111, 160 - - - 380, 51 - - - 5 - - - 警告!添加官方未使用的角色可能导致帐号存档损坏,无法进行游戏。 -即使删号重来,数据可能也不会清除。因此请谨慎添加 -(例如凯特、裸男或者测试角色之类的...) - - - TopCenter - - - LblAvatarGenWarning - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 0 - - - Top, Bottom, Left, Right - - - NoControl - - - 0, 0 - - - 0, 0, 0, 0 - - - 602, 160 - - - Zoom - - - 4 - - - ImgAvatar - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 1 - - - Bottom - - - True - - - NoControl - - - 175, 217 - - - 32, 17 - - - 3 - - - 角色 - - - LblAvatar - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 2 - - - Bottom - - - True - - - NoControl - - - 340, 217 - - - 32, 17 - - - 2 - - - 等级 - - - LblLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 3 - - - Bottom - - - 378, 215 - - - 50, 23 - - - 1 - - - NUDAvatarLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 4 - - - Bottom - - - 213, 214 - - - 121, 25 - - - 0 - - - CmbAvatar - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 5 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 5 - - - 角色 - - - TPAvatar - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 5 - - - NoControl - - - 265, 31 - - - 75, 23 - - - 10 - - - √ 记录 - - - BtnSaveSpawnLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 0 - - - False - - - NoControl - - - 265, 60 - - - 75, 23 - - - 11 - - - × 删除 - - - BtnRemoveSpawnLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 1 - - - Top, Bottom, Left - - - 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 - - - 9, 26 - - - 250, 184 - - - 8 - - - 生成记录本 - - - GrpSpawnRecord - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 2 - - - Bottom, Left - - - True - - - NoControl - - - 6, 103 - - - 50, 21 - - - 8 - - - 摆件 - - - RbEntityOrnament - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 0 - - - 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 - - - 1 - - - True - - - NoControl - - - 6, 76 - - - 51, 21 - - - 7 - - - NPC - - - RbEntityNPC - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 2 - - - True - - - NoControl - - - 6, 49 - - - 74, 21 - - - 6 - - - 讨伐对象 - - - RbEntityMonster - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 3 - - - 265, 101 - - - 87, 134 - - - 4 - - - 列表分类 - - - GrpEntityType - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 3 - - - 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 - - - 4 - - - Bottom, Left - - - True - - - NoControl - - - 5, 218 - - - 32, 17 - - - 10 - - - 数量 - - - LblEntityAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 5 - - - 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 - - - 6 - - - 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 - - - 7 - - - 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 - - - 8 - - - 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 - - - 9 - - - 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 - - - 10 - - - 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 - - - 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 - - - 202, 109 - - - 150, 130 - - - 7 - - - 列表过滤 - - - GrpQuestFilters - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 0 - - - 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 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 15 - - - 任务 - - - TPQuest - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 3 - - - Top - - - True - - - NoControl - - - 198, 41 - - - 97, 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 - - - 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 - - - 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 + + GrpPermission - - 6, 219 + + 10 - - 32, 17 + + GrpTalentLevel - - 5 + + 3 - - 标签 - - - LblCustomName - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPCustom + + 16 - - 2 + + LblWeaponDescription - - Top, Bottom, Left, Right + + LblStatsDescription - + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + True - - NoControl + + 8 - - 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 - - - 6, 6 - - - 590, 204 - - - 1 - - - 列表 - - - groupBox1 - - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPCustom - - - 3 - - - Bottom, Right - - - NoControl - - - 421, 216 - - - 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 - - - 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 - - - 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 - + + 副词条 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NUDEntityAmout + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 微软雅黑, 9pt + + + TPArtifact + + + 307, 36 + + + 6, 6 + + + 3, 3, 3, 3 + + + 90, 23 + + + TCMain + + + 1 + + + BtnSaveSpawnLog + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17 + + + TPHome + + + Top, Left, Right + + + 1 + + + 3 + + + CmbLanguage + + + 2 + + + 473, 22 + + + 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 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 远程执行 + + + TPQuest + + + Top + + + TPCustom + + + 8 + + + NoControl + + + 1 + + + 42, 17 + + + True + + + ChkNewCommand + + + 7 + + + 23 + + + 250, 21 + + + 奖池编辑器 + + + 1 + + + 8 + + + 0 + + + 0 + + + Bottom + + + 80, 23 + + + 2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + NoControl + + + 2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 3, 3, 3, 3 + + + Zoom + + + 140, 140 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ChkTopMost + + + NoControl + + + 224, 51 + + + ChkIncludeUID + + + 3, 3, 3, 3 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 202, 109 + + + 1 + + + 175, 217 + + + 列表 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + None + + + NUDPermUID + + + 7 + + + 4, 26 + + + 1 + + + 540, 60 + + + 2 + + + Top + + + 坐标传送 +提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送 +命令中可以用~表示当前位置,~100表示相对当前100 + + + 4 + + + 微软雅黑, 9pt, style=Italic + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 5 + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BtnConsoleConnect + + + 2 + + + 3, 4, 3, 4 + + + True + + + 12 + + + 3 + + + LblSceneDescription + + + 1 + + + LblLanguage + + + NoControl + + + 3 + + + 2 + + + True + + + LnkTalentE + + + 3 + + + NUDArtifactLevel + + + NUDGameItemLevel + + + 2 + + + TPRemoteCall + + + Top, Right + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + 50, 23 + + + NoControl + + + 3 + + + TPItem + + + NUDWeaponRefinement + + + Bottom + + + TPManage + + + 6 + + + TPQuest + + + LblRemotePlayerId + + + NoControl + + + 5 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TxtGameItemFilter + + + 355, 216 + + + GrpSettings + + + 5 + + + CmbPerm + + + 控制台 + + + 275, 40 + + + LblServerVersion + + + True + + + 12 + + + NoControl + + + GrpAccount + + + 1 + + + NoControl + + + 0 + + + LblQuestDescription + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 90, 23 + + + 1 + + + NoControl + + + 1 + + + 238, 23 + + + 0 + + + GrpSettings + + + 12, 12 + + + groupBox1 + + + 30, 17 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + TPScene + + + 7 + + + TPAvatar + + + 473, 22 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 296, 51 + + + TPManage + + + 4 + + + 1 + + + 44, 17 + + + 6 + + + GrpEntityType + + + ListScenes + + + 5 + + + 32, 17 + + + 100, 23 + + + 2 + + + False + + + NoControl + + + LblAbout + + + 50, 23 + + + False + + + Top, Left, Right + + + NoControl + + + CmbStat + + + 194, 218 + + + 8 + + + 0 + + + True + + + 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 + + + groupBox1 + + + 42 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17 + + + TPWeapon + + + 407, 22 + + + 44, 216 + + + 0 + + + 3 + + + NoControl + + + 3 + + + 549, 24 + + + 数据 + + + 5 + + + 6, 22 + + + 265, 48 + + + TPArtifact + + + 5 + + + 0 + + + TPHome + + + 任务 + + + 182, 23 + + + 2 + + + 32, 17 + + + LblStatTip + + + 3 + + + 2 + + + GrpSettings + + + 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 + + + 238, 208 + + + 12 + + + NUDVerificationCode + + + TPConsoleCheck + + + TPManage + + + LblSpawnDescription + + + 指定UID + + + 13 + + + 3 + + + 4 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + BtnDeleteAccount + + + 9, 26 + + + 51, 21 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 280, 280 + + + 6, 6 + + + GrpSetStats + + + 80, 23 + + + Left + + + 0 + + + 3 + + + 6 + + NoControl 112, 99 - - 100, 23 + + LblOpenCommandSupport - - 8 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 文本浏览器 - - - BtnOpenTextMap - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 1 - - - Bottom, Left - - - NoControl - - - 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 - - - pictureBox1 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - + 3 - - Bottom, Left - - - 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 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 41, 82 - - 97, 21 + + - 删除 - - 7 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 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 - - - 100, 25 - - - 6 - - - CmbLanguage - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 2 - - - True - - + NoControl - - 147, 54 + + NoControl - - 128, 17 + + NoControl - - 5 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 语言/Language/язык + + 8 - - LblLanguage + + 26, 28 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 60, 23 - - 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 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + TPItem + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + LblPlayerCount + + + 60, 23 + + + 讨伐对象 + + + Top + + + TPArtifact + + + 0 + + + 6 + + + 16, 23 + + + pictureBox1 + + + 0 True - - NoControl + + 9 - - 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 + + 305, 23 - - 6 + + 138, 216 - - 6, 128 + + 0 - - 301, 111 + + GrpSpawnRecord - - 5 + + NoControl - - 设置 + + 4 - - GrpSettings + + 11 - + + 540, 60 + + + GrpEntityType + + + TPCustom + + + 135, 62 + + + True + + + 给玩家指定物品 +说明:可选择直接给到背包或者掉落到世界 + + + 97, 21 + + + 100, 25 + + + 90, 190 + + + 1 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPHome + + 346, 5 - - 4 + + TPScene - + + System.Windows.Forms.ListBox, 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 + + + 1 + + + Bottom, Left + + + Bottom, Left + + 4, 26 - - 3, 3, 3, 3 + + NoControl - - 602, 245 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 主页 + + 数量 - - TPHome + + TPRemoteCall - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 80, 17 - - TCMain + + 连接 - - 0 - - - Top, Bottom, Left, Right - - - 12, 12 - - - 610, 275 - - - 610, 275 - - + 4 - - TCMain + + 6, 6 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - $this + + 44, 17 - - 0 + + 10 - - True - - - 7, 17 + + NoControl - - 634, 361 + + 400, 23 - - 微软雅黑, 9pt + + 132, 159 - - 3, 4, 3, 4 + + TxtToken - - 650, 400 + + Top + + + 32, 17 + + + NUDTalentLevel + + + 3 + + + NoControl CenterScreen - - GrasscutterTools + + 100, 23 - - FormMain + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 602, 245 - + + + 创建 + + + Fill + + + - 移除 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 帮助 + + + 7 + + + 5 + + + 2 + + + TPArtifact + + + 7 + + + 104, 11 + + + 73, 21 + + + 3 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + GrpSetStats + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 数量 + + + 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 a014e22..b537bf0 100644 --- a/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx +++ b/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx @@ -136,608 +136,127 @@ Выполнить(F5) - - Главная + + Подключение к БД - - 12, 41 + + Состояние сервера - - 314, 24 + + 13, 63 - - Желаем приятно провести время! + + 123, 17 - - 152, 99 + + Открытая команда - - 120, 23 + + 142, 63 - - Браузер карт + + 119, 29 - - 140, 23 + + 119, 46 - - Редактор баннеров + + 27, 29 - - Настройки + + 86, 17 - - 122, 21 + + Версия игры - - самый верхний + + 24, 46 - - 113, 21 + + 89, 17 - - Включить UID + + Кол. игроков - - Кастомное + + Удалить ячейку - - 526, 216 + + игрок - - 70, 23 - - - Экспорт - - - 450, 216 - - - 70, 23 - - - Загрузить - - - 46, 17 - - - Метка - - - Список - - - 488, -1 - - - 96, 17 - - - перезагрузить - - - 369, 216 - - - 75, 23 - - - x Удалить - - - 268, 216 - - - 95, 23 - - - √ Сохранить - - - 58, 216 - - - 204, 23 - - - Артефакт - - - 100, 23 - - - + Добавить - - - 313, 41 - - - Звезды - - - 281, 11 - - - 42, 17 - - - Часть - - - 324, 8 - - - 107, 25 - - - 72, 11 - - - 64, 17 - - - Артефакт - - - 76, 17 - - - X Очистить - - - 76, 41 - - + 60, 17 - - Уровень + + Помощь - - 71, 101 + + Подключить - - 65, 17 + + 31, 17 - - Всп. Стат. + + Код - - 54, 71 + + Отправить код - - 82, 17 + + консоль - - Основ. Стат. + + Подключить - - Квест + + 微软雅黑, 8pt, style=Italic - - ценность: 0-20 + + 15, 34 - - Фильтр списка + + 275, 48 - - 52, 21 + + Обратите внимание, что обычные команды в состоянии консоли должны указывать цель +(набор содержит UID) - - Тест + + 86, 36 - - 102, 21 + + 200, 23 - - Неизданное + + 292, 36 - - 81, 21 + + 65, 23 - - Скрытый + + Запрос - - Финиш + + 35, 17 - - Добавить + + Хост - - Добавить или завершить задание -Совет: Для многих квестов требуется поддержка сценариев на стороне сервера -Поэтому квест можно добавлять и заканчивать, но не обязательно можно работать - - - Спавн - - - 255, 31 - - - √ Запись - - - 255, 60 - - - × Удалить - - - 240, 184 - - - Запись - - - 234, 162 - - - 255, 101 - - - 97, 134 - - - Класс - - - 88, 21 - - - Орнамент - - - 89, 21 - - - Животные - - - 82, 21 - - - Монстры - - - 105, 17 - - - Спавн существа - - - 34, 17 - - - Кол. - - - 120, 218 - - - 26, 17 - - - Ур. - - - 64, 216 - - - 146, 216 - - - Персонаж - - - 微软雅黑, 8pt, style=Bold - - - 14, 160 - - - 575, 48 - - - ПРЕДУПРЕЖДАЮ! Добавление персонажа, который официально не используется, может привести -к повреждению сохранения учетной записи, что сделает невозможным игру. -Данные могут не быть удалены, даже если учетная запись будет создана заново. - - - 109, 216 - - - 71, 17 - - - Персонаж - - - 392, 216 - - - 26, 17 - - - Ур. - - - 418, 214 - - - 186, 214 - - - 200, 25 - - - Статы - - - Статистика - - - 43, 17 - - - Совет - - - Уровень таланта - - - 299, 24 - - - 15, 17 - - - E - - - 275, 24 - - - 18, 17 - - - Q - - - 178, 24 - - - 91, 17 - - - Обычная ATK - - - 128, 23 - - - 316, 17 - - - Установите текущие активные данные персонажа - - - Оружие - - - 97, 17 - - - Дайть Оружие - - - 190, 218 - - - 75, 17 - - - Улучшение - - - 34, 17 - - - Кол. - - - 102, 218 - - - 26, 17 - - - Ур. - - - 271, 216 - - - 46, 216 - - - 134, 216 - - - Предметы + + Справка - - Top, Left + + Bottom, Left - - 265, 48 + + 355, 68 - - √ Запись - - - Top, Left - - - 265, 77 - - - × Удалить - - - Top, Bottom, Left - - - 249, 162 - - - Запись - - - 243, 140 - - - 278, 217 - - - 60, 21 - - - Дроп - - - Top, Left, Right - - - 346, 5 - - - 250, 23 - - - Top, Bottom, Left, Right - - - 346, 31 - - - 250, 208 - - - 34, 17 - - - Кол. - - - 143, 218 - - - 60, 17 - - - Уровень - - - 46, 216 - - - 90, 23 - - - 209, 215 - - - 137, 17 - - - Дать предмет игроку - - - Сцена - - - 91, 213 - - - 228, 21 - - - Включить идентификатор сцены - - - Top, Left, Right - - - - False - - - 微软雅黑, 8pt - - - 6, 89 - - - 337, 90 - - - Телепортация -Совет: Вы можете быстро телепортироваться через отметку «рыболовный крючок» на миникарте в игре. -В команде вы можете использовать ~, чтобы указать текущую позицию, и ~100, чтобы указать относительную текущую 100 - - - 219, 184 - - - 113, 184 - - - 10, 211 - - - Телепорт - - - 7, 184 - - - 239, 182 - - - 133, 182 - - - 27, 182 - - - 66, 61 - - - 6, 64 - - - 52, 17 - - - Погода - - - Top, Left, Right - - - False - - - 287, 55 - - - Управление сценой -Совет: Большинство сцен не имеют эффекта и не могут быть введены. + + Grasscutter Tools - основной перевод Юрий Дворецкий + + Спасибо:Dhar_Jinxed + Управлять @@ -856,128 +375,564 @@ UID - - Справка + + Сцена - - Bottom, Left + + 91, 213 - - 355, 68 + + 228, 21 - - Grasscutter Tools - основной перевод Юрий Дворецкий - - Спасибо:Dhar_Jinxed - + + Включить идентификатор сцены - - Подключение к БД + + + False - - Состояние сервера + + 微软雅黑, 8pt - - 13, 63 + + 6, 89 - - 123, 17 + + 337, 90 - - Открытая команда + + Телепортация +Совет: Вы можете быстро телепортироваться через отметку «рыболовный крючок» на миникарте в игре. +В команде вы можете использовать ~, чтобы указать текущую позицию, и ~100, чтобы указать относительную текущую 100 - - 142, 63 + + 219, 184 - - 119, 29 + + 113, 184 - - 119, 46 + + 10, 211 - - 27, 29 + + Телепорт - - 86, 17 + + 7, 184 - - Версия игры + + 239, 182 - - 24, 46 + + 133, 182 - - 89, 17 + + 27, 182 - - Кол. игроков + + 66, 61 - - Удалить ячейку + + 6, 64 - - игрок + + 52, 17 - + + Погода + + + False + + + 287, 55 + + + Управление сценой +Совет: Большинство сцен не имеют эффекта и не могут быть введены. + + + Предметы + + + √ Запись + + + × Удалить + + + Запись + + + 278, 217 + + + 60, 21 + + + Дроп + + + 34, 17 + + + Кол. + + + 143, 218 + + 60, 17 - - Помощь + + Уровень - - Подключить + + 46, 216 - - 31, 17 + + 90, 23 - - Код + + 209, 215 - - Отправить код + + 137, 17 - - консоль + + Дать предмет игроку - - Подключить + + Оружие - - 微软雅黑, 8pt, style=Italic + + 97, 17 - - 15, 34 + + Дайть Оружие - - 275, 48 + + 190, 218 - - Обратите внимание, что обычные команды в состоянии консоли должны указывать цель -(набор содержит UID) + + 75, 17 - - 86, 36 + + Улучшение - - 200, 23 + + 34, 17 - - 292, 36 + + Кол. - - 65, 23 + + 102, 218 - - Запрос + + 26, 17 - - 35, 17 + + Ур. - - Хост + + 271, 216 + + + 46, 216 + + + 134, 216 + + + Статы + + + Статистика + + + 43, 17 + + + Совет + + + Уровень таланта + + + 299, 24 + + + 15, 17 + + + E + + + 275, 24 + + + 18, 17 + + + Q + + + 178, 24 + + + 91, 17 + + + Обычная ATK + + + 128, 23 + + + 316, 17 + + + Установите текущие активные данные персонажа + + + Персонаж + + + 微软雅黑, 8pt, style=Bold + + + 14, 160 + + + 575, 48 + + + ПРЕДУПРЕЖДАЮ! Добавление персонажа, который официально не используется, может привести +к повреждению сохранения учетной записи, что сделает невозможным игру. +Данные могут не быть удалены, даже если учетная запись будет создана заново. + + + 109, 216 + + + 71, 17 + + + Персонаж + + + 392, 216 + + + 26, 17 + + + Ур. + + + 418, 214 + + + 186, 214 + + + 200, 25 + + + Спавн + + + 255, 31 + + + √ Запись + + + 255, 60 + + + × Удалить + + + 240, 184 + + + Запись + + + 234, 162 + + + 255, 101 + + + 97, 134 + + + Класс + + + 88, 21 + + + Орнамент + + + 89, 21 + + + Животные + + + 82, 21 + + + Монстры + + + 105, 17 + + + Спавн существа + + + 34, 17 + + + Кол. + + + 120, 218 + + + 26, 17 + + + Ур. + + + 64, 216 + + + 146, 216 + + + Квест + + + Фильтр списка + + + 52, 21 + + + Тест + + + 102, 21 + + + Неизданное + + + 81, 21 + + + Скрытый + + + Финиш + + + Добавить + + + Добавить или завершить задание +Совет: Для многих квестов требуется поддержка сценариев на стороне сервера +Поэтому квест можно добавлять и заканчивать, но не обязательно можно работать + + + Артефакт + + + 100, 23 + + + + Добавить + + + 281, 11 + + + 42, 17 + + + Часть + + + 324, 8 + + + 107, 25 + + + 72, 11 + + + 64, 17 + + + Артефакт + + + 76, 17 + + + X Очистить + + + 76, 41 + + + 60, 17 + + + Уровень + + + 71, 101 + + + 65, 17 + + + Всп. Стат. + + + 54, 71 + + + 82, 17 + + + Основ. Стат. + + + 313, 41 + + + 51, 17 + + + Звезды + + + Кастомное + + + 526, 216 + + + 70, 23 + + + Экспорт + + + 450, 216 + + + 70, 23 + + + Загрузить + + + 46, 17 + + + Метка + + + Список + + + 488, -1 + + + 96, 17 + + + перезагрузить + + + 369, 216 + + + 75, 23 + + + x Удалить + + + 268, 216 + + + 95, 23 + + + √ Сохранить + + + 58, 216 + + + 204, 23 + + + Главная + + + 12, 41 + + + 314, 24 + + + Желаем приятно провести время! + + + 152, 99 + + + 120, 23 + + + Браузер карт + + + 140, 23 + + + Редактор баннеров + + + Настройки + + + 122, 21 + + + самый верхний + + + 113, 21 + + + Включить UID GrasscutterTools - перевод Юрий Дворецкий - + \ No newline at end of file