From c6ade7e9aeca626426a74e114e53fc306c3744df Mon Sep 17 00:00:00 2001 From: jie65535 Date: Mon, 16 May 2022 22:59:31 +0800 Subject: [PATCH] Update version to v1.3.1 Support Cache Token Support Console Command Update Http Client Timeout to 10s --- Source/GrasscutterTools/App.config | 3 + Source/GrasscutterTools/FormMain.Designer.cs | 357 +- Source/GrasscutterTools/FormMain.cs | 42 +- Source/GrasscutterTools/FormMain.en-us.resx | 614 +- Source/GrasscutterTools/FormMain.resx | 8733 +++++++++-------- .../OpenCommand/OpenCommandAPI.cs | 4 +- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/Settings.Designer.cs | 12 + .../Properties/Settings.settings | 3 + Source/GrasscutterTools/Utils/HttpHelper.cs | 2 +- 10 files changed, 5139 insertions(+), 4633 deletions(-) diff --git a/Source/GrasscutterTools/App.config b/Source/GrasscutterTools/App.config index 15823b0..6c4882a 100644 --- a/Source/GrasscutterTools/App.config +++ b/Source/GrasscutterTools/App.config @@ -34,6 +34,9 @@ + + + \ No newline at end of file diff --git a/Source/GrasscutterTools/FormMain.Designer.cs b/Source/GrasscutterTools/FormMain.Designer.cs index b44a6f6..86ede6d 100644 --- a/Source/GrasscutterTools/FormMain.Designer.cs +++ b/Source/GrasscutterTools/FormMain.Designer.cs @@ -188,13 +188,20 @@ namespace GrasscutterTools this.LblServerVersionLabel = new System.Windows.Forms.Label(); this.LblPlayerCountLabel = new System.Windows.Forms.Label(); this.GrpRemoteCommand = new System.Windows.Forms.GroupBox(); + this.TPOpenCommandCheck = new System.Windows.Forms.TabControl(); + this.TPPlayerCheck = new System.Windows.Forms.TabPage(); this.LnkRCHelp = new System.Windows.Forms.LinkLabel(); - this.BtnConnectOpenCommand = new System.Windows.Forms.Button(); - this.BtnSendVerificationCode = new System.Windows.Forms.Button(); - this.LblRemotePlayerId = new System.Windows.Forms.Label(); - this.NUDVerificationCode = new System.Windows.Forms.NumericUpDown(); - this.LblVerificationCode = new System.Windows.Forms.Label(); this.NUDRemotePlayerId = new System.Windows.Forms.NumericUpDown(); + this.BtnConnectOpenCommand = new System.Windows.Forms.Button(); + this.LblVerificationCode = new System.Windows.Forms.Label(); + this.BtnSendVerificationCode = new System.Windows.Forms.Button(); + this.NUDVerificationCode = new System.Windows.Forms.NumericUpDown(); + this.LblRemotePlayerId = new System.Windows.Forms.Label(); + this.TPConsoleCheck = new System.Windows.Forms.TabPage(); + this.LblConsoleTip = new System.Windows.Forms.Label(); + this.BtnConsoleConnect = new System.Windows.Forms.Button(); + this.TxtToken = new System.Windows.Forms.TextBox(); + this.LblToken = new System.Windows.Forms.Label(); this.TxtHost = new System.Windows.Forms.TextBox(); this.BtnQueryServerStatus = new System.Windows.Forms.Button(); this.LblHost = new System.Windows.Forms.Label(); @@ -248,19 +255,24 @@ namespace GrasscutterTools this.TPRemoteCall.SuspendLayout(); this.GrpServerStatus.SuspendLayout(); this.GrpRemoteCommand.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDVerificationCode)).BeginInit(); + this.TPOpenCommandCheck.SuspendLayout(); + this.TPPlayerCheck.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.NUDRemotePlayerId)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDVerificationCode)).BeginInit(); + this.TPConsoleCheck.SuspendLayout(); this.SuspendLayout(); // // TxtCommand // resources.ApplyResources(this.TxtCommand, "TxtCommand"); this.TxtCommand.Name = "TxtCommand"; + this.TTip.SetToolTip(this.TxtCommand, resources.GetString("TxtCommand.ToolTip")); // // BtnCopy // resources.ApplyResources(this.BtnCopy, "BtnCopy"); this.BtnCopy.Name = "BtnCopy"; + this.TTip.SetToolTip(this.BtnCopy, resources.GetString("BtnCopy.ToolTip")); this.BtnCopy.UseVisualStyleBackColor = true; this.BtnCopy.Click += new System.EventHandler(this.BtnCopy_Click); // @@ -268,6 +280,7 @@ namespace GrasscutterTools // resources.ApplyResources(this.ChkAutoCopy, "ChkAutoCopy"); this.ChkAutoCopy.Name = "ChkAutoCopy"; + this.TTip.SetToolTip(this.ChkAutoCopy, resources.GetString("ChkAutoCopy.ToolTip")); this.ChkAutoCopy.UseVisualStyleBackColor = true; // // GrpCommand @@ -279,11 +292,13 @@ namespace GrasscutterTools this.GrpCommand.Controls.Add(this.TxtCommand); this.GrpCommand.Name = "GrpCommand"; this.GrpCommand.TabStop = false; + this.TTip.SetToolTip(this.GrpCommand, resources.GetString("GrpCommand.ToolTip")); // // BtnInvokeOpenCommand // resources.ApplyResources(this.BtnInvokeOpenCommand, "BtnInvokeOpenCommand"); this.BtnInvokeOpenCommand.Name = "BtnInvokeOpenCommand"; + this.TTip.SetToolTip(this.BtnInvokeOpenCommand, resources.GetString("BtnInvokeOpenCommand.ToolTip")); this.BtnInvokeOpenCommand.UseVisualStyleBackColor = true; this.BtnInvokeOpenCommand.Click += new System.EventHandler(this.BtnInvokeOpenCommand_Click); // @@ -305,22 +320,25 @@ namespace GrasscutterTools this.TCMain.Controls.Add(this.TPRemoteCall); this.TCMain.Name = "TCMain"; this.TCMain.SelectedIndex = 0; + this.TTip.SetToolTip(this.TCMain, resources.GetString("TCMain.ToolTip")); // // TPHome // + resources.ApplyResources(this.TPHome, "TPHome"); this.TPHome.Controls.Add(this.BtnOpenTextMap); this.TPHome.Controls.Add(this.BtnOpenGachaBannerEditor); this.TPHome.Controls.Add(this.pictureBox1); this.TPHome.Controls.Add(this.GrpSettings); this.TPHome.Controls.Add(this.LblAbout); - resources.ApplyResources(this.TPHome, "TPHome"); this.TPHome.Name = "TPHome"; + this.TTip.SetToolTip(this.TPHome, resources.GetString("TPHome.ToolTip")); this.TPHome.UseVisualStyleBackColor = true; // // BtnOpenTextMap // resources.ApplyResources(this.BtnOpenTextMap, "BtnOpenTextMap"); this.BtnOpenTextMap.Name = "BtnOpenTextMap"; + this.TTip.SetToolTip(this.BtnOpenTextMap, resources.GetString("BtnOpenTextMap.ToolTip")); this.BtnOpenTextMap.UseVisualStyleBackColor = true; this.BtnOpenTextMap.Click += new System.EventHandler(this.BtnOpenTextMap_Click); // @@ -328,6 +346,7 @@ namespace GrasscutterTools // resources.ApplyResources(this.BtnOpenGachaBannerEditor, "BtnOpenGachaBannerEditor"); this.BtnOpenGachaBannerEditor.Name = "BtnOpenGachaBannerEditor"; + this.TTip.SetToolTip(this.BtnOpenGachaBannerEditor, resources.GetString("BtnOpenGachaBannerEditor.ToolTip")); this.BtnOpenGachaBannerEditor.UseVisualStyleBackColor = true; this.BtnOpenGachaBannerEditor.Click += new System.EventHandler(this.BtnOpenGachaBannerEditor_Click); // @@ -337,6 +356,7 @@ namespace GrasscutterTools this.pictureBox1.Image = global::GrasscutterTools.Properties.Resources.ImgIconGrasscutter; this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.TabStop = false; + this.TTip.SetToolTip(this.pictureBox1, resources.GetString("pictureBox1.ToolTip")); // // GrpSettings // @@ -348,19 +368,22 @@ namespace GrasscutterTools this.GrpSettings.Controls.Add(this.LblDefaultUid); this.GrpSettings.Name = "GrpSettings"; this.GrpSettings.TabStop = false; + this.TTip.SetToolTip(this.GrpSettings, resources.GetString("GrpSettings.ToolTip")); // // 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.TTip.SetToolTip(this.CmbLanguage, resources.GetString("CmbLanguage.ToolTip")); this.CmbLanguage.SelectedIndexChanged += new System.EventHandler(this.CmbLanguage_SelectedIndexChanged); // // LblLanguage // resources.ApplyResources(this.LblLanguage, "LblLanguage"); this.LblLanguage.Name = "LblLanguage"; + this.TTip.SetToolTip(this.LblLanguage, resources.GetString("LblLanguage.ToolTip")); // // NUDUid // @@ -371,6 +394,7 @@ namespace GrasscutterTools 0, 0}); this.NUDUid.Name = "NUDUid"; + this.TTip.SetToolTip(this.NUDUid, resources.GetString("NUDUid.ToolTip")); this.NUDUid.Value = new decimal(new int[] { 10001, 0, @@ -381,20 +405,24 @@ namespace GrasscutterTools // resources.ApplyResources(this.ChkIncludeUID, "ChkIncludeUID"); this.ChkIncludeUID.Name = "ChkIncludeUID"; + this.TTip.SetToolTip(this.ChkIncludeUID, resources.GetString("ChkIncludeUID.ToolTip")); this.ChkIncludeUID.UseVisualStyleBackColor = true; // // LblDefaultUid // resources.ApplyResources(this.LblDefaultUid, "LblDefaultUid"); this.LblDefaultUid.Name = "LblDefaultUid"; + this.TTip.SetToolTip(this.LblDefaultUid, resources.GetString("LblDefaultUid.ToolTip")); // // LblAbout // resources.ApplyResources(this.LblAbout, "LblAbout"); this.LblAbout.Name = "LblAbout"; + this.TTip.SetToolTip(this.LblAbout, resources.GetString("LblAbout.ToolTip")); // // TPCustom // + resources.ApplyResources(this.TPCustom, "TPCustom"); this.TPCustom.Controls.Add(this.BtnExportCustomCommands); this.TPCustom.Controls.Add(this.BtnLoadCustomCommands); this.TPCustom.Controls.Add(this.LblCustomName); @@ -402,14 +430,15 @@ namespace GrasscutterTools 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.TTip.SetToolTip(this.TPCustom, resources.GetString("TPCustom.ToolTip")); this.TPCustom.UseVisualStyleBackColor = true; // // BtnExportCustomCommands // resources.ApplyResources(this.BtnExportCustomCommands, "BtnExportCustomCommands"); this.BtnExportCustomCommands.Name = "BtnExportCustomCommands"; + this.TTip.SetToolTip(this.BtnExportCustomCommands, resources.GetString("BtnExportCustomCommands.ToolTip")); this.BtnExportCustomCommands.UseVisualStyleBackColor = true; this.BtnExportCustomCommands.Click += new System.EventHandler(this.BtnExport_Click); // @@ -417,6 +446,7 @@ namespace GrasscutterTools // resources.ApplyResources(this.BtnLoadCustomCommands, "BtnLoadCustomCommands"); this.BtnLoadCustomCommands.Name = "BtnLoadCustomCommands"; + this.TTip.SetToolTip(this.BtnLoadCustomCommands, resources.GetString("BtnLoadCustomCommands.ToolTip")); this.BtnLoadCustomCommands.UseVisualStyleBackColor = true; this.BtnLoadCustomCommands.Click += new System.EventHandler(this.BtnImport_Click); // @@ -424,6 +454,7 @@ namespace GrasscutterTools // resources.ApplyResources(this.LblCustomName, "LblCustomName"); this.LblCustomName.Name = "LblCustomName"; + this.TTip.SetToolTip(this.LblCustomName, resources.GetString("LblCustomName.ToolTip")); // // groupBox1 // @@ -431,16 +462,19 @@ namespace GrasscutterTools this.groupBox1.Controls.Add(this.FLPCustomCommands); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; + this.TTip.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip")); // // FLPCustomCommands // resources.ApplyResources(this.FLPCustomCommands, "FLPCustomCommands"); this.FLPCustomCommands.Name = "FLPCustomCommands"; + this.TTip.SetToolTip(this.FLPCustomCommands, resources.GetString("FLPCustomCommands.ToolTip")); // // BtnRemoveCustomCommand // resources.ApplyResources(this.BtnRemoveCustomCommand, "BtnRemoveCustomCommand"); this.BtnRemoveCustomCommand.Name = "BtnRemoveCustomCommand"; + this.TTip.SetToolTip(this.BtnRemoveCustomCommand, resources.GetString("BtnRemoveCustomCommand.ToolTip")); this.BtnRemoveCustomCommand.UseVisualStyleBackColor = true; this.BtnRemoveCustomCommand.Click += new System.EventHandler(this.BtnRemoveCustomCommand_Click); // @@ -448,6 +482,7 @@ namespace GrasscutterTools // resources.ApplyResources(this.BtnSaveCustomCommand, "BtnSaveCustomCommand"); this.BtnSaveCustomCommand.Name = "BtnSaveCustomCommand"; + this.TTip.SetToolTip(this.BtnSaveCustomCommand, resources.GetString("BtnSaveCustomCommand.ToolTip")); this.BtnSaveCustomCommand.UseVisualStyleBackColor = true; this.BtnSaveCustomCommand.Click += new System.EventHandler(this.BtnSaveCustomCommand_Click); // @@ -455,9 +490,11 @@ namespace GrasscutterTools // resources.ApplyResources(this.TxtCustomName, "TxtCustomName"); this.TxtCustomName.Name = "TxtCustomName"; + this.TTip.SetToolTip(this.TxtCustomName, resources.GetString("TxtCustomName.ToolTip")); // // TPArtifact // + resources.ApplyResources(this.TPArtifact, "TPArtifact"); this.TPArtifact.Controls.Add(this.BtnAddSubAttr); this.TPArtifact.Controls.Add(this.LblArtifactName); this.TPArtifact.Controls.Add(this.NUDArtifactStars); @@ -477,14 +514,15 @@ namespace GrasscutterTools this.TPArtifact.Controls.Add(this.LblSubAttribution); this.TPArtifact.Controls.Add(this.CmbMainAttribution); this.TPArtifact.Controls.Add(this.LblMainAttribution); - resources.ApplyResources(this.TPArtifact, "TPArtifact"); this.TPArtifact.Name = "TPArtifact"; + this.TTip.SetToolTip(this.TPArtifact, resources.GetString("TPArtifact.ToolTip")); this.TPArtifact.UseVisualStyleBackColor = true; // // BtnAddSubAttr // resources.ApplyResources(this.BtnAddSubAttr, "BtnAddSubAttr"); this.BtnAddSubAttr.Name = "BtnAddSubAttr"; + this.TTip.SetToolTip(this.BtnAddSubAttr, resources.GetString("BtnAddSubAttr.ToolTip")); this.BtnAddSubAttr.UseVisualStyleBackColor = true; this.BtnAddSubAttr.Click += new System.EventHandler(this.BtnAddSubAttr_Click); // @@ -492,6 +530,7 @@ namespace GrasscutterTools // resources.ApplyResources(this.LblArtifactName, "LblArtifactName"); this.LblArtifactName.Name = "LblArtifactName"; + this.TTip.SetToolTip(this.LblArtifactName, resources.GetString("LblArtifactName.ToolTip")); // // NUDArtifactStars // @@ -507,6 +546,7 @@ namespace GrasscutterTools 0, 0}); this.NUDArtifactStars.Name = "NUDArtifactStars"; + this.TTip.SetToolTip(this.NUDArtifactStars, resources.GetString("NUDArtifactStars.ToolTip")); this.NUDArtifactStars.Value = new decimal(new int[] { 5, 0, @@ -518,11 +558,13 @@ namespace GrasscutterTools // resources.ApplyResources(this.LblArtifactStars, "LblArtifactStars"); this.LblArtifactStars.Name = "LblArtifactStars"; + this.TTip.SetToolTip(this.LblArtifactStars, resources.GetString("LblArtifactStars.ToolTip")); // // LblArtifactPart // resources.ApplyResources(this.LblArtifactPart, "LblArtifactPart"); this.LblArtifactPart.Name = "LblArtifactPart"; + this.TTip.SetToolTip(this.LblArtifactPart, resources.GetString("LblArtifactPart.ToolTip")); // // CmbArtifactPart // @@ -531,6 +573,7 @@ namespace GrasscutterTools this.CmbArtifactPart.DropDownWidth = 125; this.CmbArtifactPart.FormattingEnabled = true; this.CmbArtifactPart.Name = "CmbArtifactPart"; + this.TTip.SetToolTip(this.CmbArtifactPart, resources.GetString("CmbArtifactPart.ToolTip")); this.CmbArtifactPart.SelectedIndexChanged += new System.EventHandler(this.CmbArtifactPart_SelectedIndexChanged); // // CmbArtifactSet @@ -540,18 +583,21 @@ namespace GrasscutterTools this.CmbArtifactSet.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CmbArtifactSet.FormattingEnabled = true; this.CmbArtifactSet.Name = "CmbArtifactSet"; + this.TTip.SetToolTip(this.CmbArtifactSet, resources.GetString("CmbArtifactSet.ToolTip")); this.CmbArtifactSet.SelectedIndexChanged += new System.EventHandler(this.CmbArtifactSet_SelectedIndexChanged); // // LblArtifactSet // resources.ApplyResources(this.LblArtifactSet, "LblArtifactSet"); this.LblArtifactSet.Name = "LblArtifactSet"; + this.TTip.SetToolTip(this.LblArtifactSet, resources.GetString("LblArtifactSet.ToolTip")); // // LblArtifactLevelTip // resources.ApplyResources(this.LblArtifactLevelTip, "LblArtifactLevelTip"); this.LblArtifactLevelTip.ForeColor = System.Drawing.SystemColors.GrayText; this.LblArtifactLevelTip.Name = "LblArtifactLevelTip"; + this.TTip.SetToolTip(this.LblArtifactLevelTip, resources.GetString("LblArtifactLevelTip.ToolTip")); // // NUDSubAttributionTimes // @@ -567,6 +613,7 @@ namespace GrasscutterTools 0, 0}); this.NUDSubAttributionTimes.Name = "NUDSubAttributionTimes"; + this.TTip.SetToolTip(this.NUDSubAttributionTimes, resources.GetString("NUDSubAttributionTimes.ToolTip")); this.NUDSubAttributionTimes.Value = new decimal(new int[] { 1, 0, @@ -579,6 +626,7 @@ namespace GrasscutterTools this.CmbSubAttributionValue.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbSubAttributionValue.FormattingEnabled = true; this.CmbSubAttributionValue.Name = "CmbSubAttributionValue"; + this.TTip.SetToolTip(this.CmbSubAttributionValue, resources.GetString("CmbSubAttributionValue.ToolTip")); // // CmbSubAttribution // @@ -586,6 +634,7 @@ namespace GrasscutterTools this.CmbSubAttribution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbSubAttribution.FormattingEnabled = true; this.CmbSubAttribution.Name = "CmbSubAttribution"; + this.TTip.SetToolTip(this.CmbSubAttribution, resources.GetString("CmbSubAttribution.ToolTip")); this.CmbSubAttribution.SelectedIndexChanged += new System.EventHandler(this.CmbSubAttribution_SelectedIndexChanged); // // LblClearSubAttrCheckedList @@ -593,6 +642,7 @@ namespace GrasscutterTools resources.ApplyResources(this.LblClearSubAttrCheckedList, "LblClearSubAttrCheckedList"); this.LblClearSubAttrCheckedList.Cursor = System.Windows.Forms.Cursors.Hand; this.LblClearSubAttrCheckedList.Name = "LblClearSubAttrCheckedList"; + this.TTip.SetToolTip(this.LblClearSubAttrCheckedList, resources.GetString("LblClearSubAttrCheckedList.ToolTip")); this.LblClearSubAttrCheckedList.Click += new System.EventHandler(this.LblClearSubAttrCheckedList_Click); // // ListSubAttributionChecked @@ -600,6 +650,7 @@ namespace GrasscutterTools resources.ApplyResources(this.ListSubAttributionChecked, "ListSubAttributionChecked"); this.ListSubAttributionChecked.FormattingEnabled = true; this.ListSubAttributionChecked.Name = "ListSubAttributionChecked"; + this.TTip.SetToolTip(this.ListSubAttributionChecked, resources.GetString("ListSubAttributionChecked.ToolTip")); this.ListSubAttributionChecked.SelectedIndexChanged += new System.EventHandler(this.ListSubAttributionChecked_SelectedIndexChanged); // // NUDArtifactLevel @@ -616,6 +667,7 @@ namespace GrasscutterTools 0, 0}); this.NUDArtifactLevel.Name = "NUDArtifactLevel"; + this.TTip.SetToolTip(this.NUDArtifactLevel, resources.GetString("NUDArtifactLevel.ToolTip")); this.NUDArtifactLevel.Value = new decimal(new int[] { 21, 0, @@ -627,11 +679,13 @@ namespace GrasscutterTools // resources.ApplyResources(this.LblArtifactLevel, "LblArtifactLevel"); this.LblArtifactLevel.Name = "LblArtifactLevel"; + this.TTip.SetToolTip(this.LblArtifactLevel, resources.GetString("LblArtifactLevel.ToolTip")); // // LblSubAttribution // resources.ApplyResources(this.LblSubAttribution, "LblSubAttribution"); this.LblSubAttribution.Name = "LblSubAttribution"; + this.TTip.SetToolTip(this.LblSubAttribution, resources.GetString("LblSubAttribution.ToolTip")); // // CmbMainAttribution // @@ -639,23 +693,26 @@ namespace GrasscutterTools this.CmbMainAttribution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbMainAttribution.FormattingEnabled = true; this.CmbMainAttribution.Name = "CmbMainAttribution"; + this.TTip.SetToolTip(this.CmbMainAttribution, resources.GetString("CmbMainAttribution.ToolTip")); this.CmbMainAttribution.SelectedIndexChanged += new System.EventHandler(this.ArtifactInputChanged); // // LblMainAttribution // resources.ApplyResources(this.LblMainAttribution, "LblMainAttribution"); this.LblMainAttribution.Name = "LblMainAttribution"; + this.TTip.SetToolTip(this.LblMainAttribution, resources.GetString("LblMainAttribution.ToolTip")); // // 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.TTip.SetToolTip(this.TPQuest, resources.GetString("TPQuest.ToolTip")); this.TPQuest.UseVisualStyleBackColor = true; // // GrpQuestFilters @@ -666,12 +723,14 @@ namespace GrasscutterTools this.GrpQuestFilters.Controls.Add(this.ChkQuestFilterHIDDEN); this.GrpQuestFilters.Name = "GrpQuestFilters"; this.GrpQuestFilters.TabStop = false; + this.TTip.SetToolTip(this.GrpQuestFilters, resources.GetString("GrpQuestFilters.ToolTip")); // // ChkQuestFilterTEST // resources.ApplyResources(this.ChkQuestFilterTEST, "ChkQuestFilterTEST"); this.ChkQuestFilterTEST.Name = "ChkQuestFilterTEST"; this.ChkQuestFilterTEST.Tag = "(test)"; + this.TTip.SetToolTip(this.ChkQuestFilterTEST, resources.GetString("ChkQuestFilterTEST.ToolTip")); this.ChkQuestFilterTEST.UseVisualStyleBackColor = true; this.ChkQuestFilterTEST.CheckedChanged += new System.EventHandler(this.QuestFilterChanged); // @@ -680,6 +739,7 @@ namespace GrasscutterTools resources.ApplyResources(this.ChkQuestFilterUNRELEASED, "ChkQuestFilterUNRELEASED"); this.ChkQuestFilterUNRELEASED.Name = "ChkQuestFilterUNRELEASED"; this.ChkQuestFilterUNRELEASED.Tag = "$UNRELEASED"; + this.TTip.SetToolTip(this.ChkQuestFilterUNRELEASED, resources.GetString("ChkQuestFilterUNRELEASED.ToolTip")); this.ChkQuestFilterUNRELEASED.UseVisualStyleBackColor = true; this.ChkQuestFilterUNRELEASED.CheckedChanged += new System.EventHandler(this.QuestFilterChanged); // @@ -688,6 +748,7 @@ namespace GrasscutterTools resources.ApplyResources(this.ChkQuestFilterHIDDEN, "ChkQuestFilterHIDDEN"); this.ChkQuestFilterHIDDEN.Name = "ChkQuestFilterHIDDEN"; this.ChkQuestFilterHIDDEN.Tag = "$HIDDEN"; + this.TTip.SetToolTip(this.ChkQuestFilterHIDDEN, resources.GetString("ChkQuestFilterHIDDEN.ToolTip")); this.ChkQuestFilterHIDDEN.UseVisualStyleBackColor = true; this.ChkQuestFilterHIDDEN.CheckedChanged += new System.EventHandler(this.QuestFilterChanged); // @@ -696,6 +757,7 @@ namespace GrasscutterTools resources.ApplyResources(this.BtnFinishQuest, "BtnFinishQuest"); this.BtnFinishQuest.Name = "BtnFinishQuest"; this.BtnFinishQuest.Tag = "finish"; + this.TTip.SetToolTip(this.BtnFinishQuest, resources.GetString("BtnFinishQuest.ToolTip")); this.BtnFinishQuest.UseVisualStyleBackColor = true; this.BtnFinishQuest.Click += new System.EventHandler(this.QuestButsClicked); // @@ -704,6 +766,7 @@ namespace GrasscutterTools resources.ApplyResources(this.BtnAddQuest, "BtnAddQuest"); this.BtnAddQuest.Name = "BtnAddQuest"; this.BtnAddQuest.Tag = "add"; + this.TTip.SetToolTip(this.BtnAddQuest, resources.GetString("BtnAddQuest.ToolTip")); this.BtnAddQuest.UseVisualStyleBackColor = true; this.BtnAddQuest.Click += new System.EventHandler(this.QuestButsClicked); // @@ -711,11 +774,13 @@ namespace GrasscutterTools // resources.ApplyResources(this.LblQuestDescription, "LblQuestDescription"); this.LblQuestDescription.Name = "LblQuestDescription"; + this.TTip.SetToolTip(this.LblQuestDescription, resources.GetString("LblQuestDescription.ToolTip")); // // TxtQuestFilter // resources.ApplyResources(this.TxtQuestFilter, "TxtQuestFilter"); this.TxtQuestFilter.Name = "TxtQuestFilter"; + this.TTip.SetToolTip(this.TxtQuestFilter, resources.GetString("TxtQuestFilter.ToolTip")); this.TxtQuestFilter.TextChanged += new System.EventHandler(this.QuestFilterChanged); // // ListQuest @@ -723,9 +788,11 @@ namespace GrasscutterTools resources.ApplyResources(this.ListQuest, "ListQuest"); this.ListQuest.FormattingEnabled = true; this.ListQuest.Name = "ListQuest"; + this.TTip.SetToolTip(this.ListQuest, resources.GetString("ListQuest.ToolTip")); // // TPSpawn // + resources.ApplyResources(this.TPSpawn, "TPSpawn"); this.TPSpawn.Controls.Add(this.BtnSaveSpawnLog); this.TPSpawn.Controls.Add(this.BtnRemoveSpawnLog); this.TPSpawn.Controls.Add(this.GrpSpawnRecord); @@ -737,14 +804,15 @@ namespace GrasscutterTools 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.TTip.SetToolTip(this.TPSpawn, resources.GetString("TPSpawn.ToolTip")); this.TPSpawn.UseVisualStyleBackColor = true; // // BtnSaveSpawnLog // resources.ApplyResources(this.BtnSaveSpawnLog, "BtnSaveSpawnLog"); this.BtnSaveSpawnLog.Name = "BtnSaveSpawnLog"; + this.TTip.SetToolTip(this.BtnSaveSpawnLog, resources.GetString("BtnSaveSpawnLog.ToolTip")); this.BtnSaveSpawnLog.UseVisualStyleBackColor = true; this.BtnSaveSpawnLog.Click += new System.EventHandler(this.BtnSaveSpawnLog_Click); // @@ -752,6 +820,7 @@ namespace GrasscutterTools // resources.ApplyResources(this.BtnRemoveSpawnLog, "BtnRemoveSpawnLog"); this.BtnRemoveSpawnLog.Name = "BtnRemoveSpawnLog"; + this.TTip.SetToolTip(this.BtnRemoveSpawnLog, resources.GetString("BtnRemoveSpawnLog.ToolTip")); this.BtnRemoveSpawnLog.UseVisualStyleBackColor = true; this.BtnRemoveSpawnLog.Click += new System.EventHandler(this.BtnRemoveSpawnLog_Click); // @@ -761,12 +830,14 @@ namespace GrasscutterTools this.GrpSpawnRecord.Controls.Add(this.ListSpawnLogs); this.GrpSpawnRecord.Name = "GrpSpawnRecord"; this.GrpSpawnRecord.TabStop = false; + this.TTip.SetToolTip(this.GrpSpawnRecord, resources.GetString("GrpSpawnRecord.ToolTip")); // // ListSpawnLogs // resources.ApplyResources(this.ListSpawnLogs, "ListSpawnLogs"); this.ListSpawnLogs.FormattingEnabled = true; this.ListSpawnLogs.Name = "ListSpawnLogs"; + this.TTip.SetToolTip(this.ListSpawnLogs, resources.GetString("ListSpawnLogs.ToolTip")); this.ListSpawnLogs.SelectedIndexChanged += new System.EventHandler(this.ListSpawnLogs_SelectedIndexChanged); // // GrpEntityType @@ -778,12 +849,14 @@ namespace GrasscutterTools this.GrpEntityType.Controls.Add(this.RbEntityMonster); this.GrpEntityType.Name = "GrpEntityType"; this.GrpEntityType.TabStop = false; + this.TTip.SetToolTip(this.GrpEntityType, resources.GetString("GrpEntityType.ToolTip")); // // RbEntityOrnament // resources.ApplyResources(this.RbEntityOrnament, "RbEntityOrnament"); this.RbEntityOrnament.Name = "RbEntityOrnament"; this.RbEntityOrnament.TabStop = true; + this.TTip.SetToolTip(this.RbEntityOrnament, resources.GetString("RbEntityOrnament.ToolTip")); this.RbEntityOrnament.UseVisualStyleBackColor = true; this.RbEntityOrnament.CheckedChanged += new System.EventHandler(this.RbEntity_CheckedChanged); // @@ -791,6 +864,7 @@ namespace GrasscutterTools // resources.ApplyResources(this.RbEntityAnimal, "RbEntityAnimal"); this.RbEntityAnimal.Name = "RbEntityAnimal"; + this.TTip.SetToolTip(this.RbEntityAnimal, resources.GetString("RbEntityAnimal.ToolTip")); this.RbEntityAnimal.UseVisualStyleBackColor = true; this.RbEntityAnimal.CheckedChanged += new System.EventHandler(this.RbEntity_CheckedChanged); // @@ -798,6 +872,7 @@ namespace GrasscutterTools // resources.ApplyResources(this.RbEntityNPC, "RbEntityNPC"); this.RbEntityNPC.Name = "RbEntityNPC"; + this.TTip.SetToolTip(this.RbEntityNPC, resources.GetString("RbEntityNPC.ToolTip")); this.RbEntityNPC.UseVisualStyleBackColor = true; this.RbEntityNPC.CheckedChanged += new System.EventHandler(this.RbEntity_CheckedChanged); // @@ -805,6 +880,7 @@ namespace GrasscutterTools // resources.ApplyResources(this.RbEntityMonster, "RbEntityMonster"); this.RbEntityMonster.Name = "RbEntityMonster"; + this.TTip.SetToolTip(this.RbEntityMonster, resources.GetString("RbEntityMonster.ToolTip")); this.RbEntityMonster.UseVisualStyleBackColor = true; this.RbEntityMonster.CheckedChanged += new System.EventHandler(this.RbEntity_CheckedChanged); // @@ -812,16 +888,19 @@ namespace GrasscutterTools // resources.ApplyResources(this.LblSpawnDescription, "LblSpawnDescription"); this.LblSpawnDescription.Name = "LblSpawnDescription"; + this.TTip.SetToolTip(this.LblSpawnDescription, resources.GetString("LblSpawnDescription.ToolTip")); // // LblEntityAmount // resources.ApplyResources(this.LblEntityAmount, "LblEntityAmount"); this.LblEntityAmount.Name = "LblEntityAmount"; + this.TTip.SetToolTip(this.LblEntityAmount, resources.GetString("LblEntityAmount.ToolTip")); // // LblEntityLevel // resources.ApplyResources(this.LblEntityLevel, "LblEntityLevel"); this.LblEntityLevel.Name = "LblEntityLevel"; + this.TTip.SetToolTip(this.LblEntityLevel, resources.GetString("LblEntityLevel.ToolTip")); // // NUDEntityAmout // @@ -837,6 +916,7 @@ namespace GrasscutterTools 0, 0}); this.NUDEntityAmout.Name = "NUDEntityAmout"; + this.TTip.SetToolTip(this.NUDEntityAmout, resources.GetString("NUDEntityAmout.ToolTip")); this.NUDEntityAmout.Value = new decimal(new int[] { 1, 0, @@ -858,6 +938,7 @@ namespace GrasscutterTools 0, 0}); this.NUDEntityLevel.Name = "NUDEntityLevel"; + this.TTip.SetToolTip(this.NUDEntityLevel, resources.GetString("NUDEntityLevel.ToolTip")); this.NUDEntityLevel.Value = new decimal(new int[] { 1, 0, @@ -869,6 +950,7 @@ namespace GrasscutterTools // resources.ApplyResources(this.TxtEntityFilter, "TxtEntityFilter"); this.TxtEntityFilter.Name = "TxtEntityFilter"; + this.TTip.SetToolTip(this.TxtEntityFilter, resources.GetString("TxtEntityFilter.ToolTip")); this.TxtEntityFilter.TextChanged += new System.EventHandler(this.TxtEntityFilter_TextChanged); // // ListEntity @@ -876,18 +958,20 @@ namespace GrasscutterTools resources.ApplyResources(this.ListEntity, "ListEntity"); this.ListEntity.FormattingEnabled = true; this.ListEntity.Name = "ListEntity"; + this.TTip.SetToolTip(this.ListEntity, resources.GetString("ListEntity.ToolTip")); this.ListEntity.SelectedIndexChanged += new System.EventHandler(this.SpawnEntityInputChanged); // // 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.TTip.SetToolTip(this.TPAvatar, resources.GetString("TPAvatar.ToolTip")); this.TPAvatar.UseVisualStyleBackColor = true; // // LblAvatarGenWarning @@ -895,6 +979,7 @@ namespace GrasscutterTools resources.ApplyResources(this.LblAvatarGenWarning, "LblAvatarGenWarning"); this.LblAvatarGenWarning.ForeColor = System.Drawing.Color.Red; this.LblAvatarGenWarning.Name = "LblAvatarGenWarning"; + this.TTip.SetToolTip(this.LblAvatarGenWarning, resources.GetString("LblAvatarGenWarning.ToolTip")); // // ImgAvatar // @@ -902,16 +987,19 @@ namespace GrasscutterTools this.ImgAvatar.Image = global::GrasscutterTools.Properties.Resources.ImgHome; this.ImgAvatar.Name = "ImgAvatar"; this.ImgAvatar.TabStop = false; + this.TTip.SetToolTip(this.ImgAvatar, resources.GetString("ImgAvatar.ToolTip")); // // LblAvatar // resources.ApplyResources(this.LblAvatar, "LblAvatar"); this.LblAvatar.Name = "LblAvatar"; + this.TTip.SetToolTip(this.LblAvatar, resources.GetString("LblAvatar.ToolTip")); // // LblLevel // resources.ApplyResources(this.LblLevel, "LblLevel"); this.LblLevel.Name = "LblLevel"; + this.TTip.SetToolTip(this.LblLevel, resources.GetString("LblLevel.ToolTip")); // // NUDAvatarLevel // @@ -927,6 +1015,7 @@ namespace GrasscutterTools 0, 0}); this.NUDAvatarLevel.Name = "NUDAvatarLevel"; + this.TTip.SetToolTip(this.NUDAvatarLevel, resources.GetString("NUDAvatarLevel.ToolTip")); this.NUDAvatarLevel.Value = new decimal(new int[] { 1, 0, @@ -940,15 +1029,17 @@ namespace GrasscutterTools this.CmbAvatar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbAvatar.FormattingEnabled = true; this.CmbAvatar.Name = "CmbAvatar"; + this.TTip.SetToolTip(this.CmbAvatar, resources.GetString("CmbAvatar.ToolTip")); this.CmbAvatar.SelectedIndexChanged += new System.EventHandler(this.CmbAvatar_SelectedIndexChanged); // // 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.TTip.SetToolTip(this.TPStats, resources.GetString("TPStats.ToolTip")); this.TPStats.UseVisualStyleBackColor = true; // // GrpSetStats @@ -960,17 +1051,20 @@ namespace GrasscutterTools this.GrpSetStats.Controls.Add(this.CmbStat); this.GrpSetStats.Name = "GrpSetStats"; this.GrpSetStats.TabStop = false; + this.TTip.SetToolTip(this.GrpSetStats, resources.GetString("GrpSetStats.ToolTip")); // // LblStatTip // resources.ApplyResources(this.LblStatTip, "LblStatTip"); this.LblStatTip.ForeColor = System.Drawing.SystemColors.GrayText; this.LblStatTip.Name = "LblStatTip"; + this.TTip.SetToolTip(this.LblStatTip, resources.GetString("LblStatTip.ToolTip")); // // LblStatPercent // resources.ApplyResources(this.LblStatPercent, "LblStatPercent"); this.LblStatPercent.Name = "LblStatPercent"; + this.TTip.SetToolTip(this.LblStatPercent, resources.GetString("LblStatPercent.ToolTip")); // // NUDStat // @@ -981,6 +1075,7 @@ namespace GrasscutterTools 0, 0}); this.NUDStat.Name = "NUDStat"; + this.TTip.SetToolTip(this.NUDStat, resources.GetString("NUDStat.ToolTip")); this.NUDStat.Value = new decimal(new int[] { 100, 0, @@ -990,10 +1085,11 @@ namespace GrasscutterTools // // 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.TTip.SetToolTip(this.CmbStat, resources.GetString("CmbStat.ToolTip")); this.CmbStat.SelectedIndexChanged += new System.EventHandler(this.SetStatsInputChanged); // // GrpTalentLevel @@ -1005,6 +1101,7 @@ namespace GrasscutterTools this.GrpTalentLevel.Controls.Add(this.NUDTalentLevel); this.GrpTalentLevel.Name = "GrpTalentLevel"; this.GrpTalentLevel.TabStop = false; + this.TTip.SetToolTip(this.GrpTalentLevel, resources.GetString("GrpTalentLevel.ToolTip")); // // LnkTalentE // @@ -1012,6 +1109,7 @@ namespace GrasscutterTools this.LnkTalentE.Name = "LnkTalentE"; this.LnkTalentE.TabStop = true; this.LnkTalentE.Tag = "e"; + this.TTip.SetToolTip(this.LnkTalentE, resources.GetString("LnkTalentE.ToolTip")); this.LnkTalentE.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked); // // LnkTalentQ @@ -1020,6 +1118,7 @@ namespace GrasscutterTools this.LnkTalentQ.Name = "LnkTalentQ"; this.LnkTalentQ.TabStop = true; this.LnkTalentQ.Tag = "q"; + this.TTip.SetToolTip(this.LnkTalentQ, resources.GetString("LnkTalentQ.ToolTip")); this.LnkTalentQ.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked); // // LnkTalentNormalATK @@ -1028,6 +1127,7 @@ namespace GrasscutterTools this.LnkTalentNormalATK.Name = "LnkTalentNormalATK"; this.LnkTalentNormalATK.TabStop = true; this.LnkTalentNormalATK.Tag = "n"; + this.TTip.SetToolTip(this.LnkTalentNormalATK, resources.GetString("LnkTalentNormalATK.ToolTip")); this.LnkTalentNormalATK.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked); // // NUDTalentLevel @@ -1039,6 +1139,7 @@ namespace GrasscutterTools 0, 0}); this.NUDTalentLevel.Name = "NUDTalentLevel"; + this.TTip.SetToolTip(this.NUDTalentLevel, resources.GetString("NUDTalentLevel.ToolTip")); this.NUDTalentLevel.Value = new decimal(new int[] { 10, 0, @@ -1049,9 +1150,11 @@ namespace GrasscutterTools // resources.ApplyResources(this.LblStatsDescription, "LblStatsDescription"); this.LblStatsDescription.Name = "LblStatsDescription"; + this.TTip.SetToolTip(this.LblStatsDescription, resources.GetString("LblStatsDescription.ToolTip")); // // TPWeapon // + resources.ApplyResources(this.TPWeapon, "TPWeapon"); this.TPWeapon.Controls.Add(this.TxtWeaponFilter); this.TPWeapon.Controls.Add(this.LblWeaponDescription); this.TPWeapon.Controls.Add(this.LblWeaponRefinement); @@ -1061,35 +1164,40 @@ namespace GrasscutterTools 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.TTip.SetToolTip(this.TPWeapon, resources.GetString("TPWeapon.ToolTip")); this.TPWeapon.UseVisualStyleBackColor = true; // // TxtWeaponFilter // resources.ApplyResources(this.TxtWeaponFilter, "TxtWeaponFilter"); this.TxtWeaponFilter.Name = "TxtWeaponFilter"; + this.TTip.SetToolTip(this.TxtWeaponFilter, resources.GetString("TxtWeaponFilter.ToolTip")); this.TxtWeaponFilter.TextChanged += new System.EventHandler(this.TxtWeaponFilter_TextChanged); // // LblWeaponDescription // resources.ApplyResources(this.LblWeaponDescription, "LblWeaponDescription"); this.LblWeaponDescription.Name = "LblWeaponDescription"; + this.TTip.SetToolTip(this.LblWeaponDescription, resources.GetString("LblWeaponDescription.ToolTip")); // // LblWeaponRefinement // resources.ApplyResources(this.LblWeaponRefinement, "LblWeaponRefinement"); this.LblWeaponRefinement.Name = "LblWeaponRefinement"; + this.TTip.SetToolTip(this.LblWeaponRefinement, resources.GetString("LblWeaponRefinement.ToolTip")); // // LblWeaponAmount // resources.ApplyResources(this.LblWeaponAmount, "LblWeaponAmount"); this.LblWeaponAmount.Name = "LblWeaponAmount"; + this.TTip.SetToolTip(this.LblWeaponAmount, resources.GetString("LblWeaponAmount.ToolTip")); // // LblWeaponLevel // resources.ApplyResources(this.LblWeaponLevel, "LblWeaponLevel"); this.LblWeaponLevel.Name = "LblWeaponLevel"; + this.TTip.SetToolTip(this.LblWeaponLevel, resources.GetString("LblWeaponLevel.ToolTip")); // // NUDWeaponRefinement // @@ -1105,6 +1213,7 @@ namespace GrasscutterTools 0, 0}); this.NUDWeaponRefinement.Name = "NUDWeaponRefinement"; + this.TTip.SetToolTip(this.NUDWeaponRefinement, resources.GetString("NUDWeaponRefinement.ToolTip")); this.NUDWeaponRefinement.Value = new decimal(new int[] { 1, 0, @@ -1121,6 +1230,7 @@ namespace GrasscutterTools 0, 0}); this.NUDWeaponAmout.Name = "NUDWeaponAmout"; + this.TTip.SetToolTip(this.NUDWeaponAmout, resources.GetString("NUDWeaponAmout.ToolTip")); this.NUDWeaponAmout.Value = new decimal(new int[] { 1, 0, @@ -1142,6 +1252,7 @@ namespace GrasscutterTools 0, 0}); this.NUDWeaponLevel.Name = "NUDWeaponLevel"; + this.TTip.SetToolTip(this.NUDWeaponLevel, resources.GetString("NUDWeaponLevel.ToolTip")); this.NUDWeaponLevel.Value = new decimal(new int[] { 1, 0, @@ -1154,10 +1265,12 @@ namespace GrasscutterTools resources.ApplyResources(this.ListWeapons, "ListWeapons"); this.ListWeapons.FormattingEnabled = true; this.ListWeapons.Name = "ListWeapons"; + this.TTip.SetToolTip(this.ListWeapons, resources.GetString("ListWeapons.ToolTip")); this.ListWeapons.SelectedIndexChanged += new System.EventHandler(this.WeaponValueChanged); // // TPItem // + resources.ApplyResources(this.TPItem, "TPItem"); this.TPItem.Controls.Add(this.BtnSaveGiveItemLog); this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog); this.TPItem.Controls.Add(this.GrpGiveItemRecord); @@ -1169,14 +1282,15 @@ namespace GrasscutterTools 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.TTip.SetToolTip(this.TPItem, resources.GetString("TPItem.ToolTip")); this.TPItem.UseVisualStyleBackColor = true; // // BtnSaveGiveItemLog // resources.ApplyResources(this.BtnSaveGiveItemLog, "BtnSaveGiveItemLog"); this.BtnSaveGiveItemLog.Name = "BtnSaveGiveItemLog"; + this.TTip.SetToolTip(this.BtnSaveGiveItemLog, resources.GetString("BtnSaveGiveItemLog.ToolTip")); this.BtnSaveGiveItemLog.UseVisualStyleBackColor = true; this.BtnSaveGiveItemLog.Click += new System.EventHandler(this.BtnSaveGiveItemLog_Click); // @@ -1184,6 +1298,7 @@ namespace GrasscutterTools // resources.ApplyResources(this.BtnRemoveGiveItemLog, "BtnRemoveGiveItemLog"); this.BtnRemoveGiveItemLog.Name = "BtnRemoveGiveItemLog"; + this.TTip.SetToolTip(this.BtnRemoveGiveItemLog, resources.GetString("BtnRemoveGiveItemLog.ToolTip")); this.BtnRemoveGiveItemLog.UseVisualStyleBackColor = true; this.BtnRemoveGiveItemLog.Click += new System.EventHandler(this.BtnRemoveGiveItemLog_Click); // @@ -1193,18 +1308,21 @@ namespace GrasscutterTools this.GrpGiveItemRecord.Controls.Add(this.ListGiveItemLogs); this.GrpGiveItemRecord.Name = "GrpGiveItemRecord"; this.GrpGiveItemRecord.TabStop = false; + this.TTip.SetToolTip(this.GrpGiveItemRecord, resources.GetString("GrpGiveItemRecord.ToolTip")); // // ListGiveItemLogs // resources.ApplyResources(this.ListGiveItemLogs, "ListGiveItemLogs"); this.ListGiveItemLogs.FormattingEnabled = true; this.ListGiveItemLogs.Name = "ListGiveItemLogs"; + this.TTip.SetToolTip(this.ListGiveItemLogs, resources.GetString("ListGiveItemLogs.ToolTip")); this.ListGiveItemLogs.SelectedIndexChanged += new System.EventHandler(this.ListGiveItemLogs_SelectedIndexChanged); // // ChkDrop // resources.ApplyResources(this.ChkDrop, "ChkDrop"); this.ChkDrop.Name = "ChkDrop"; + this.TTip.SetToolTip(this.ChkDrop, resources.GetString("ChkDrop.ToolTip")); this.ChkDrop.UseVisualStyleBackColor = true; this.ChkDrop.CheckedChanged += new System.EventHandler(this.GiveItemsInputChanged); // @@ -1212,6 +1330,7 @@ namespace GrasscutterTools // resources.ApplyResources(this.TxtGameItemFilter, "TxtGameItemFilter"); this.TxtGameItemFilter.Name = "TxtGameItemFilter"; + this.TTip.SetToolTip(this.TxtGameItemFilter, resources.GetString("TxtGameItemFilter.ToolTip")); this.TxtGameItemFilter.TextChanged += new System.EventHandler(this.TxtGameItemFilter_TextChanged); // // ListGameItems @@ -1219,17 +1338,20 @@ namespace GrasscutterTools resources.ApplyResources(this.ListGameItems, "ListGameItems"); this.ListGameItems.FormattingEnabled = true; this.ListGameItems.Name = "ListGameItems"; + this.TTip.SetToolTip(this.ListGameItems, resources.GetString("ListGameItems.ToolTip")); this.ListGameItems.SelectedIndexChanged += new System.EventHandler(this.GiveItemsInputChanged); // // LblGameItemAmount // resources.ApplyResources(this.LblGameItemAmount, "LblGameItemAmount"); this.LblGameItemAmount.Name = "LblGameItemAmount"; + this.TTip.SetToolTip(this.LblGameItemAmount, resources.GetString("LblGameItemAmount.ToolTip")); // // LblGameItemLevel // resources.ApplyResources(this.LblGameItemLevel, "LblGameItemLevel"); this.LblGameItemLevel.Name = "LblGameItemLevel"; + this.TTip.SetToolTip(this.LblGameItemLevel, resources.GetString("LblGameItemLevel.ToolTip")); // // NUDGameItemAmout // @@ -1245,6 +1367,7 @@ namespace GrasscutterTools 0, 0}); this.NUDGameItemAmout.Name = "NUDGameItemAmout"; + this.TTip.SetToolTip(this.NUDGameItemAmout, resources.GetString("NUDGameItemAmout.ToolTip")); this.NUDGameItemAmout.Value = new decimal(new int[] { 1, 0, @@ -1266,6 +1389,7 @@ namespace GrasscutterTools 0, 0}); this.NUDGameItemLevel.Name = "NUDGameItemLevel"; + this.TTip.SetToolTip(this.NUDGameItemLevel, resources.GetString("NUDGameItemLevel.ToolTip")); this.NUDGameItemLevel.Value = new decimal(new int[] { 1, 0, @@ -1277,9 +1401,11 @@ namespace GrasscutterTools // resources.ApplyResources(this.LblGiveCommandDescription, "LblGiveCommandDescription"); this.LblGiveCommandDescription.Name = "LblGiveCommandDescription"; + this.TTip.SetToolTip(this.LblGiveCommandDescription, resources.GetString("LblGiveCommandDescription.ToolTip")); // // TPScene // + resources.ApplyResources(this.TPScene, "TPScene"); this.TPScene.Controls.Add(this.ChkIncludeSceneId); this.TPScene.Controls.Add(this.LblTp); this.TPScene.Controls.Add(this.LblTpZ); @@ -1293,35 +1419,40 @@ namespace GrasscutterTools 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.TTip.SetToolTip(this.TPScene, resources.GetString("TPScene.ToolTip")); this.TPScene.UseVisualStyleBackColor = true; // // ChkIncludeSceneId // resources.ApplyResources(this.ChkIncludeSceneId, "ChkIncludeSceneId"); this.ChkIncludeSceneId.Name = "ChkIncludeSceneId"; + this.TTip.SetToolTip(this.ChkIncludeSceneId, resources.GetString("ChkIncludeSceneId.ToolTip")); this.ChkIncludeSceneId.UseVisualStyleBackColor = true; // // LblTp // resources.ApplyResources(this.LblTp, "LblTp"); this.LblTp.Name = "LblTp"; + this.TTip.SetToolTip(this.LblTp, resources.GetString("LblTp.ToolTip")); // // LblTpZ // resources.ApplyResources(this.LblTpZ, "LblTpZ"); this.LblTpZ.Name = "LblTpZ"; + this.TTip.SetToolTip(this.LblTpZ, resources.GetString("LblTpZ.ToolTip")); // // LblTpY // resources.ApplyResources(this.LblTpY, "LblTpY"); this.LblTpY.Name = "LblTpY"; + this.TTip.SetToolTip(this.LblTpY, resources.GetString("LblTpY.ToolTip")); // // BtnTeleport // resources.ApplyResources(this.BtnTeleport, "BtnTeleport"); this.BtnTeleport.Name = "BtnTeleport"; + this.TTip.SetToolTip(this.BtnTeleport, resources.GetString("BtnTeleport.ToolTip")); this.BtnTeleport.UseVisualStyleBackColor = true; this.BtnTeleport.Click += new System.EventHandler(this.BtnTeleport_Click); // @@ -1329,15 +1460,16 @@ namespace GrasscutterTools // resources.ApplyResources(this.LblTpX, "LblTpX"); this.LblTpX.Name = "LblTpX"; + this.TTip.SetToolTip(this.LblTpX, resources.GetString("LblTpX.ToolTip")); // // 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, @@ -1349,15 +1481,16 @@ namespace GrasscutterTools 0, -2147483648}); this.NUDTpZ.Name = "NUDTpZ"; + this.TTip.SetToolTip(this.NUDTpZ, resources.GetString("NUDTpZ.ToolTip")); // // 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, @@ -1369,6 +1502,7 @@ namespace GrasscutterTools 0, -2147483648}); this.NUDTpY.Name = "NUDTpY"; + this.TTip.SetToolTip(this.NUDTpY, resources.GetString("NUDTpY.ToolTip")); this.NUDTpY.Value = new decimal(new int[] { 300, 0, @@ -1377,12 +1511,12 @@ namespace GrasscutterTools // // 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, @@ -1394,38 +1528,44 @@ namespace GrasscutterTools 0, -2147483648}); this.NUDTpX.Name = "NUDTpX"; + this.TTip.SetToolTip(this.NUDTpX, resources.GetString("NUDTpX.ToolTip")); // // 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.TTip.SetToolTip(this.CmbClimateType, resources.GetString("CmbClimateType.ToolTip")); this.CmbClimateType.SelectedIndexChanged += new System.EventHandler(this.CmbClimateType_SelectedIndexChanged); // // LblClimateType // resources.ApplyResources(this.LblClimateType, "LblClimateType"); this.LblClimateType.Name = "LblClimateType"; + this.TTip.SetToolTip(this.LblClimateType, resources.GetString("LblClimateType.ToolTip")); // // LblSceneDescription // resources.ApplyResources(this.LblSceneDescription, "LblSceneDescription"); this.LblSceneDescription.Name = "LblSceneDescription"; + this.TTip.SetToolTip(this.LblSceneDescription, resources.GetString("LblSceneDescription.ToolTip")); // // ListScenes // resources.ApplyResources(this.ListScenes, "ListScenes"); this.ListScenes.FormattingEnabled = true; this.ListScenes.Name = "ListScenes"; + this.TTip.SetToolTip(this.ListScenes, resources.GetString("ListScenes.ToolTip")); this.ListScenes.SelectedIndexChanged += new System.EventHandler(this.ListScenes_SelectedIndexChanged); // // TPManage // + resources.ApplyResources(this.TPManage, "TPManage"); this.TPManage.Controls.Add(this.GrpAccount); this.TPManage.Controls.Add(this.GrpPermission); - resources.ApplyResources(this.TPManage, "TPManage"); this.TPManage.Name = "TPManage"; + this.TTip.SetToolTip(this.TPManage, resources.GetString("TPManage.ToolTip")); this.TPManage.UseVisualStyleBackColor = true; // // GrpAccount @@ -1439,11 +1579,13 @@ namespace GrasscutterTools this.GrpAccount.Controls.Add(this.TxtAccountUserName); this.GrpAccount.Name = "GrpAccount"; this.GrpAccount.TabStop = false; + this.TTip.SetToolTip(this.GrpAccount, resources.GetString("GrpAccount.ToolTip")); // // ChkAccountSetUid // resources.ApplyResources(this.ChkAccountSetUid, "ChkAccountSetUid"); this.ChkAccountSetUid.Name = "ChkAccountSetUid"; + this.TTip.SetToolTip(this.ChkAccountSetUid, resources.GetString("ChkAccountSetUid.ToolTip")); this.ChkAccountSetUid.UseVisualStyleBackColor = true; // // NUDAccountUid @@ -1455,6 +1597,7 @@ namespace GrasscutterTools 0, 0}); this.NUDAccountUid.Name = "NUDAccountUid"; + this.TTip.SetToolTip(this.NUDAccountUid, resources.GetString("NUDAccountUid.ToolTip")); this.NUDAccountUid.Value = new decimal(new int[] { 10001, 0, @@ -1466,6 +1609,7 @@ namespace GrasscutterTools resources.ApplyResources(this.BtnDeleteAccount, "BtnDeleteAccount"); this.BtnDeleteAccount.Name = "BtnDeleteAccount"; this.BtnDeleteAccount.Tag = "delete"; + this.TTip.SetToolTip(this.BtnDeleteAccount, resources.GetString("BtnDeleteAccount.ToolTip")); this.BtnDeleteAccount.UseVisualStyleBackColor = true; this.BtnDeleteAccount.Click += new System.EventHandler(this.AccountButtonClicked); // @@ -1474,6 +1618,7 @@ namespace GrasscutterTools resources.ApplyResources(this.BtnCreateAccount, "BtnCreateAccount"); this.BtnCreateAccount.Name = "BtnCreateAccount"; this.BtnCreateAccount.Tag = "create"; + this.TTip.SetToolTip(this.BtnCreateAccount, resources.GetString("BtnCreateAccount.ToolTip")); this.BtnCreateAccount.UseVisualStyleBackColor = true; this.BtnCreateAccount.Click += new System.EventHandler(this.AccountButtonClicked); // @@ -1481,11 +1626,13 @@ namespace GrasscutterTools // resources.ApplyResources(this.LblAccountUserName, "LblAccountUserName"); this.LblAccountUserName.Name = "LblAccountUserName"; + this.TTip.SetToolTip(this.LblAccountUserName, resources.GetString("LblAccountUserName.ToolTip")); // // TxtAccountUserName // resources.ApplyResources(this.TxtAccountUserName, "TxtAccountUserName"); this.TxtAccountUserName.Name = "TxtAccountUserName"; + this.TTip.SetToolTip(this.TxtAccountUserName, resources.GetString("TxtAccountUserName.ToolTip")); // // GrpPermission // @@ -1498,14 +1645,16 @@ namespace GrasscutterTools this.GrpPermission.Controls.Add(this.LblPermUID); this.GrpPermission.Name = "GrpPermission"; this.GrpPermission.TabStop = false; + this.TTip.SetToolTip(this.GrpPermission, resources.GetString("GrpPermission.ToolTip")); // // 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"; + this.TTip.SetToolTip(this.CmbPerm, resources.GetString("CmbPerm.ToolTip")); // // NUDPermUID // @@ -1516,6 +1665,7 @@ namespace GrasscutterTools 0, 0}); this.NUDPermUID.Name = "NUDPermUID"; + this.TTip.SetToolTip(this.NUDPermUID, resources.GetString("NUDPermUID.ToolTip")); this.NUDPermUID.Value = new decimal(new int[] { 10001, 0, @@ -1527,6 +1677,7 @@ namespace GrasscutterTools resources.ApplyResources(this.BtmPermRemove, "BtmPermRemove"); this.BtmPermRemove.Name = "BtmPermRemove"; this.BtmPermRemove.Tag = "remove"; + this.TTip.SetToolTip(this.BtmPermRemove, resources.GetString("BtmPermRemove.ToolTip")); this.BtmPermRemove.UseVisualStyleBackColor = true; this.BtmPermRemove.Click += new System.EventHandler(this.BtnPermClick); // @@ -1535,6 +1686,7 @@ namespace GrasscutterTools resources.ApplyResources(this.BtnPermAdd, "BtnPermAdd"); this.BtnPermAdd.Name = "BtnPermAdd"; this.BtnPermAdd.Tag = "add"; + this.TTip.SetToolTip(this.BtnPermAdd, resources.GetString("BtnPermAdd.ToolTip")); this.BtnPermAdd.UseVisualStyleBackColor = true; this.BtnPermAdd.Click += new System.EventHandler(this.BtnPermClick); // @@ -1542,19 +1694,22 @@ namespace GrasscutterTools // resources.ApplyResources(this.LblPerm, "LblPerm"); this.LblPerm.Name = "LblPerm"; + this.TTip.SetToolTip(this.LblPerm, resources.GetString("LblPerm.ToolTip")); // // LblPermUID // resources.ApplyResources(this.LblPermUID, "LblPermUID"); this.LblPermUID.Name = "LblPermUID"; + this.TTip.SetToolTip(this.LblPermUID, resources.GetString("LblPermUID.ToolTip")); // // 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.TTip.SetToolTip(this.TPAbout, resources.GetString("TPAbout.ToolTip")); this.TPAbout.UseVisualStyleBackColor = true; // // pictureBox2 @@ -1563,113 +1718,162 @@ namespace GrasscutterTools this.pictureBox2.Image = global::GrasscutterTools.Properties.Resources.ImgSupport; this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.TabStop = false; + this.TTip.SetToolTip(this.pictureBox2, resources.GetString("pictureBox2.ToolTip")); // // LnkGithub // resources.ApplyResources(this.LnkGithub, "LnkGithub"); this.LnkGithub.Name = "LnkGithub"; this.LnkGithub.TabStop = true; + this.TTip.SetToolTip(this.LnkGithub, resources.GetString("LnkGithub.ToolTip")); this.LnkGithub.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkGithub_LinkClicked); // // LblSupportDescription // resources.ApplyResources(this.LblSupportDescription, "LblSupportDescription"); this.LblSupportDescription.Name = "LblSupportDescription"; + this.TTip.SetToolTip(this.LblSupportDescription, resources.GetString("LblSupportDescription.ToolTip")); // // 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.TTip.SetToolTip(this.TPRemoteCall, resources.GetString("TPRemoteCall.ToolTip")); 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; + this.TTip.SetToolTip(this.GrpServerStatus, resources.GetString("GrpServerStatus.ToolTip")); // // LnkOpenCommandLabel // resources.ApplyResources(this.LnkOpenCommandLabel, "LnkOpenCommandLabel"); this.LnkOpenCommandLabel.Name = "LnkOpenCommandLabel"; this.LnkOpenCommandLabel.TabStop = true; + this.TTip.SetToolTip(this.LnkOpenCommandLabel, resources.GetString("LnkOpenCommandLabel.ToolTip")); this.LnkOpenCommandLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkOpenCommandLabel_LinkClicked); // // LblOpenCommandSupport // resources.ApplyResources(this.LblOpenCommandSupport, "LblOpenCommandSupport"); this.LblOpenCommandSupport.Name = "LblOpenCommandSupport"; + this.TTip.SetToolTip(this.LblOpenCommandSupport, resources.GetString("LblOpenCommandSupport.ToolTip")); // // LblServerVersion // resources.ApplyResources(this.LblServerVersion, "LblServerVersion"); this.LblServerVersion.Name = "LblServerVersion"; + this.TTip.SetToolTip(this.LblServerVersion, resources.GetString("LblServerVersion.ToolTip")); // // LblPlayerCount // resources.ApplyResources(this.LblPlayerCount, "LblPlayerCount"); this.LblPlayerCount.Name = "LblPlayerCount"; + this.TTip.SetToolTip(this.LblPlayerCount, resources.GetString("LblPlayerCount.ToolTip")); // // LblServerVersionLabel // resources.ApplyResources(this.LblServerVersionLabel, "LblServerVersionLabel"); this.LblServerVersionLabel.Name = "LblServerVersionLabel"; + this.TTip.SetToolTip(this.LblServerVersionLabel, resources.GetString("LblServerVersionLabel.ToolTip")); // // LblPlayerCountLabel // resources.ApplyResources(this.LblPlayerCountLabel, "LblPlayerCountLabel"); this.LblPlayerCountLabel.Name = "LblPlayerCountLabel"; + this.TTip.SetToolTip(this.LblPlayerCountLabel, resources.GetString("LblPlayerCountLabel.ToolTip")); // // GrpRemoteCommand // resources.ApplyResources(this.GrpRemoteCommand, "GrpRemoteCommand"); - this.GrpRemoteCommand.Controls.Add(this.LnkRCHelp); - this.GrpRemoteCommand.Controls.Add(this.BtnConnectOpenCommand); - this.GrpRemoteCommand.Controls.Add(this.BtnSendVerificationCode); - this.GrpRemoteCommand.Controls.Add(this.LblRemotePlayerId); - this.GrpRemoteCommand.Controls.Add(this.NUDVerificationCode); - this.GrpRemoteCommand.Controls.Add(this.LblVerificationCode); - this.GrpRemoteCommand.Controls.Add(this.NUDRemotePlayerId); + this.GrpRemoteCommand.Controls.Add(this.TPOpenCommandCheck); this.GrpRemoteCommand.Name = "GrpRemoteCommand"; this.GrpRemoteCommand.TabStop = false; + this.TTip.SetToolTip(this.GrpRemoteCommand, resources.GetString("GrpRemoteCommand.ToolTip")); + // + // TPOpenCommandCheck + // + resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck"); + this.TPOpenCommandCheck.Controls.Add(this.TPPlayerCheck); + this.TPOpenCommandCheck.Controls.Add(this.TPConsoleCheck); + this.TPOpenCommandCheck.Name = "TPOpenCommandCheck"; + this.TPOpenCommandCheck.SelectedIndex = 0; + this.TTip.SetToolTip(this.TPOpenCommandCheck, resources.GetString("TPOpenCommandCheck.ToolTip")); + // + // TPPlayerCheck + // + resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck"); + this.TPPlayerCheck.Controls.Add(this.LnkRCHelp); + this.TPPlayerCheck.Controls.Add(this.NUDRemotePlayerId); + this.TPPlayerCheck.Controls.Add(this.BtnConnectOpenCommand); + this.TPPlayerCheck.Controls.Add(this.LblVerificationCode); + this.TPPlayerCheck.Controls.Add(this.BtnSendVerificationCode); + this.TPPlayerCheck.Controls.Add(this.NUDVerificationCode); + this.TPPlayerCheck.Controls.Add(this.LblRemotePlayerId); + this.TPPlayerCheck.Name = "TPPlayerCheck"; + this.TTip.SetToolTip(this.TPPlayerCheck, resources.GetString("TPPlayerCheck.ToolTip")); + this.TPPlayerCheck.UseVisualStyleBackColor = true; // // LnkRCHelp // resources.ApplyResources(this.LnkRCHelp, "LnkRCHelp"); this.LnkRCHelp.Name = "LnkRCHelp"; this.LnkRCHelp.TabStop = true; + this.TTip.SetToolTip(this.LnkRCHelp, resources.GetString("LnkRCHelp.ToolTip")); this.LnkRCHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkRCHelp_LinkClicked); // + // NUDRemotePlayerId + // + resources.ApplyResources(this.NUDRemotePlayerId, "NUDRemotePlayerId"); + this.NUDRemotePlayerId.Maximum = new decimal(new int[] { + 2147483647, + 0, + 0, + 0}); + this.NUDRemotePlayerId.Name = "NUDRemotePlayerId"; + this.TTip.SetToolTip(this.NUDRemotePlayerId, resources.GetString("NUDRemotePlayerId.ToolTip")); + this.NUDRemotePlayerId.Value = new decimal(new int[] { + 10001, + 0, + 0, + 0}); + // // BtnConnectOpenCommand // resources.ApplyResources(this.BtnConnectOpenCommand, "BtnConnectOpenCommand"); this.BtnConnectOpenCommand.Name = "BtnConnectOpenCommand"; + this.TTip.SetToolTip(this.BtnConnectOpenCommand, resources.GetString("BtnConnectOpenCommand.ToolTip")); this.BtnConnectOpenCommand.UseVisualStyleBackColor = true; this.BtnConnectOpenCommand.Click += new System.EventHandler(this.BtnConnectOpenCommand_Click); // + // LblVerificationCode + // + resources.ApplyResources(this.LblVerificationCode, "LblVerificationCode"); + this.LblVerificationCode.Name = "LblVerificationCode"; + this.TTip.SetToolTip(this.LblVerificationCode, resources.GetString("LblVerificationCode.ToolTip")); + // // BtnSendVerificationCode // resources.ApplyResources(this.BtnSendVerificationCode, "BtnSendVerificationCode"); this.BtnSendVerificationCode.Name = "BtnSendVerificationCode"; + this.TTip.SetToolTip(this.BtnSendVerificationCode, resources.GetString("BtnSendVerificationCode.ToolTip")); this.BtnSendVerificationCode.UseVisualStyleBackColor = true; this.BtnSendVerificationCode.Click += new System.EventHandler(this.BtnSendVerificationCode_Click); // - // LblRemotePlayerId - // - resources.ApplyResources(this.LblRemotePlayerId, "LblRemotePlayerId"); - this.LblRemotePlayerId.Name = "LblRemotePlayerId"; - // // NUDVerificationCode // resources.ApplyResources(this.NUDVerificationCode, "NUDVerificationCode"); @@ -1684,41 +1888,67 @@ namespace GrasscutterTools 0, 0}); this.NUDVerificationCode.Name = "NUDVerificationCode"; + this.TTip.SetToolTip(this.NUDVerificationCode, resources.GetString("NUDVerificationCode.ToolTip")); this.NUDVerificationCode.Value = new decimal(new int[] { 1000, 0, 0, 0}); // - // LblVerificationCode + // LblRemotePlayerId // - resources.ApplyResources(this.LblVerificationCode, "LblVerificationCode"); - this.LblVerificationCode.Name = "LblVerificationCode"; + resources.ApplyResources(this.LblRemotePlayerId, "LblRemotePlayerId"); + this.LblRemotePlayerId.Name = "LblRemotePlayerId"; + this.TTip.SetToolTip(this.LblRemotePlayerId, resources.GetString("LblRemotePlayerId.ToolTip")); // - // NUDRemotePlayerId + // TPConsoleCheck // - resources.ApplyResources(this.NUDRemotePlayerId, "NUDRemotePlayerId"); - this.NUDRemotePlayerId.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUDRemotePlayerId.Name = "NUDRemotePlayerId"; - this.NUDRemotePlayerId.Value = new decimal(new int[] { - 10001, - 0, - 0, - 0}); + resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck"); + this.TPConsoleCheck.Controls.Add(this.LblConsoleTip); + this.TPConsoleCheck.Controls.Add(this.BtnConsoleConnect); + this.TPConsoleCheck.Controls.Add(this.TxtToken); + this.TPConsoleCheck.Controls.Add(this.LblToken); + this.TPConsoleCheck.Name = "TPConsoleCheck"; + this.TTip.SetToolTip(this.TPConsoleCheck, resources.GetString("TPConsoleCheck.ToolTip")); + this.TPConsoleCheck.UseVisualStyleBackColor = true; + // + // LblConsoleTip + // + resources.ApplyResources(this.LblConsoleTip, "LblConsoleTip"); + this.LblConsoleTip.Name = "LblConsoleTip"; + this.TTip.SetToolTip(this.LblConsoleTip, resources.GetString("LblConsoleTip.ToolTip")); + // + // BtnConsoleConnect + // + resources.ApplyResources(this.BtnConsoleConnect, "BtnConsoleConnect"); + this.BtnConsoleConnect.Name = "BtnConsoleConnect"; + this.TTip.SetToolTip(this.BtnConsoleConnect, resources.GetString("BtnConsoleConnect.ToolTip")); + this.BtnConsoleConnect.UseVisualStyleBackColor = true; + this.BtnConsoleConnect.Click += new System.EventHandler(this.BtnConsoleConnect_Click); + // + // TxtToken + // + resources.ApplyResources(this.TxtToken, "TxtToken"); + this.TxtToken.Name = "TxtToken"; + this.TTip.SetToolTip(this.TxtToken, resources.GetString("TxtToken.ToolTip")); + // + // LblToken + // + resources.ApplyResources(this.LblToken, "LblToken"); + this.LblToken.Name = "LblToken"; + this.TTip.SetToolTip(this.LblToken, resources.GetString("LblToken.ToolTip")); // // TxtHost // resources.ApplyResources(this.TxtHost, "TxtHost"); this.TxtHost.Name = "TxtHost"; + this.TTip.SetToolTip(this.TxtHost, resources.GetString("TxtHost.ToolTip")); // // BtnQueryServerStatus // resources.ApplyResources(this.BtnQueryServerStatus, "BtnQueryServerStatus"); this.BtnQueryServerStatus.Name = "BtnQueryServerStatus"; + this.TTip.SetToolTip(this.BtnQueryServerStatus, resources.GetString("BtnQueryServerStatus.ToolTip")); this.BtnQueryServerStatus.UseVisualStyleBackColor = true; this.BtnQueryServerStatus.Click += new System.EventHandler(this.BtnQueryServerStatus_Click); // @@ -1726,6 +1956,7 @@ namespace GrasscutterTools // resources.ApplyResources(this.LblHost, "LblHost"); this.LblHost.Name = "LblHost"; + this.TTip.SetToolTip(this.LblHost, resources.GetString("LblHost.ToolTip")); // // FormMain // @@ -1735,6 +1966,7 @@ namespace GrasscutterTools this.Controls.Add(this.GrpCommand); this.KeyPreview = true; this.Name = "FormMain"; + this.TTip.SetToolTip(this, resources.GetString("$this.ToolTip")); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormMain_FormClosed); this.Load += new System.EventHandler(this.FormMain_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormMain_KeyDown); @@ -1808,9 +2040,13 @@ namespace GrasscutterTools this.GrpServerStatus.ResumeLayout(false); this.GrpServerStatus.PerformLayout(); this.GrpRemoteCommand.ResumeLayout(false); - this.GrpRemoteCommand.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDVerificationCode)).EndInit(); + this.TPOpenCommandCheck.ResumeLayout(false); + this.TPPlayerCheck.ResumeLayout(false); + this.TPPlayerCheck.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.NUDRemotePlayerId)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDVerificationCode)).EndInit(); + this.TPConsoleCheck.ResumeLayout(false); + this.TPConsoleCheck.PerformLayout(); this.ResumeLayout(false); } @@ -1985,6 +2221,13 @@ namespace GrasscutterTools private System.Windows.Forms.CheckBox ChkQuestFilterUNRELEASED; private System.Windows.Forms.CheckBox ChkQuestFilterHIDDEN; private System.Windows.Forms.Button BtnAddSubAttr; + private System.Windows.Forms.TabControl TPOpenCommandCheck; + private System.Windows.Forms.TabPage TPPlayerCheck; + private System.Windows.Forms.TabPage TPConsoleCheck; + private System.Windows.Forms.Button BtnConsoleConnect; + private System.Windows.Forms.TextBox TxtToken; + private System.Windows.Forms.Label LblToken; + private System.Windows.Forms.Label LblConsoleTip; } } diff --git a/Source/GrasscutterTools/FormMain.cs b/Source/GrasscutterTools/FormMain.cs index bea4c1b..6d2463e 100644 --- a/Source/GrasscutterTools/FormMain.cs +++ b/Source/GrasscutterTools/FormMain.cs @@ -93,11 +93,10 @@ namespace GrasscutterTools CmbLanguage.Items.AddRange(LanguageNames); CmbLanguage.SelectedIndex = Array.IndexOf(Languages, Settings.Default.DefaultLanguage); - NUDRemotePlayerId.Value = Settings.Default.RemoteUid; - TxtHost.Text = Settings.Default.Host; InitGiveItemRecord(); InitSpawnRecord(); + InitOpenCommand(); } catch (Exception ex) { @@ -111,11 +110,10 @@ namespace GrasscutterTools { Settings.Default.AutoCopy = ChkAutoCopy.Checked; Settings.Default.Uid = NUDUid.Value; - Settings.Default.RemoteUid = NUDRemotePlayerId.Value; - Settings.Default.Host = TxtHost.Text; SaveCustomCommands(); SaveGiveItemRecord(); SaveSpawnRecord(); + SaveOpenCommand(); Settings.Default.Save(); } catch (Exception ex) @@ -1018,6 +1016,29 @@ namespace GrasscutterTools private OpenCommandAPI OC; + private void InitOpenCommand() + { + NUDRemotePlayerId.Value = Settings.Default.RemoteUid; + TxtHost.Text = Settings.Default.Host; + if (!string.IsNullOrEmpty(Settings.Default.Host) && !string.IsNullOrEmpty(Settings.Default.TokenCache)) + { + OC = new OpenCommandAPI(Settings.Default.Host, Settings.Default.TokenCache); + TxtToken.Text = Settings.Default.TokenCache; + Task.Run(async () => + { + await Task.Delay(1000); + BeginInvoke(new Action(() => ShowTip("已从缓存中恢复Token", BtnInvokeOpenCommand))); + }); + } + } + + private void SaveOpenCommand() + { + Settings.Default.RemoteUid = NUDRemotePlayerId.Value; + Settings.Default.Host = TxtHost.Text; + Settings.Default.TokenCache = OC?.Token; + } + private async void BtnQueryServerStatus_Click(object sender, EventArgs e) { var btn = sender as Button; @@ -1114,6 +1135,17 @@ namespace GrasscutterTools } } + private void BtnConsoleConnect_Click(object sender, EventArgs e) + { + if (string.IsNullOrEmpty(TxtToken.Text)) + { + MessageBox.Show("Token不能为空!", Resources.Error, MessageBoxButtons.OK, MessageBoxIcon.Error); + return; + } + OC.Token = TxtToken.Text; + BtnConnectOpenCommand_Click(sender, e); + } + private void OnOpenCommandInvoke() { BtnInvokeOpenCommand_Click(BtnInvokeOpenCommand, EventArgs.Empty); @@ -1138,7 +1170,7 @@ namespace GrasscutterTools try { var msg = await OC.Invoke(cmd); - ShowTip(msg, btn); + ShowTip(string.IsNullOrEmpty(msg) ? "OK" : msg, btn); } catch (Exception ex) { diff --git a/Source/GrasscutterTools/FormMain.en-us.resx b/Source/GrasscutterTools/FormMain.en-us.resx index 86be5a0..d67c348 100644 --- a/Source/GrasscutterTools/FormMain.en-us.resx +++ b/Source/GrasscutterTools/FormMain.en-us.resx @@ -117,15 +117,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Copy - - - 54, 21 @@ -133,20 +127,14 @@ Auto - - + + Command (Press and hold Ctrl to run automatically) Run(F5) - - - - - Command (Press and hold Ctrl to run automatically) - - - + + Home 120, 23 @@ -154,26 +142,11 @@ TextMapBrowser - - - Banner editor - - - - - - - - - - - - - - + + Settings 95, 21 @@ -181,18 +154,6 @@ Include UID - - - - - - - - Settings - - - - 74, 38 @@ -202,14 +163,8 @@ Have a nice time! - - - - - Home - - - + + Custom 533, 216 @@ -220,9 +175,6 @@ Export - - - 467, 216 @@ -232,27 +184,15 @@ Load - - - 30, 17 Tag - - - - - - List - - - 393, 216 @@ -262,9 +202,6 @@ x Delete - - - 317, 216 @@ -274,33 +211,15 @@ √ Save - - - 267, 23 - - - - - Custom - - - + + Artifact + Add - - - - - - - - - 298, 41 @@ -310,24 +229,12 @@ Stars - - - 31, 17 Part - - - - - - - - - 87, 11 @@ -337,42 +244,18 @@ Artifact - - - 62, 17 21 is +20 - - - - - - - - - - - - 50, 17 X Clear - - - - - - - - - 99, 41 @@ -382,9 +265,6 @@ Level - - - 80, 102 @@ -394,12 +274,6 @@ Sub Stat - - - - - - 73, 71 @@ -409,14 +283,11 @@ Main Stat - - + + Quest - - Artifact - - - + + List Filter 51, 21 @@ -424,85 +295,43 @@ Test - - - 93, 21 Unreleased - - - 69, 21 Hidden - - - - - List Filter - - - - 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 - - - - - - - - - - - Quest - - - + + Spawn √ Record - - - × Delete - - - - - - Records - - + + Class 84, 21 @@ -510,45 +339,24 @@ Therefore, the quest can be add and finish, but not necessarily can be work Ornament - - - 65, 21 Animal - - - - - - 75, 21 Monster - - - - - Class - - - - 81, 17 Spawn entity - - - Bottom, Left @@ -559,9 +367,6 @@ Therefore, the quest can be add and finish, but not necessarily can be work Amount - - - 120, 218 @@ -571,32 +376,14 @@ Therefore, the quest can be add and finish, but not necessarily can be work Lv - - - 64, 216 - - - 146, 216 - - - - - - - - - - - Spawn - - - + + Avatar 88, 161 @@ -609,12 +396,6 @@ Therefore, the quest can be add and finish, but not necessarily can be work - - - - - - 135, 217 @@ -624,9 +405,6 @@ The data may not be cleared even if the account is recreated. Avatar - - - 392, 216 @@ -636,29 +414,20 @@ The data may not be cleared even if the account is recreated. Lv - - - 418, 214 - - - 186, 214 200, 25 - - + + Stats - - Avatar - - - + + Stats 26, 17 @@ -666,23 +435,8 @@ The data may not be cleared even if the account is recreated. Tip - - - - - - - - - - - - - - Stats - - - + + Talent Level 283, 24 @@ -693,9 +447,6 @@ The data may not be cleared even if the account is recreated. E - - - 259, 24 @@ -705,9 +456,6 @@ The data may not be cleared even if the account is recreated. Q - - - 178, 24 @@ -717,38 +465,17 @@ The data may not be cleared even if the account is recreated. NormalATK - - - 128, 23 - - - - - Talent Level - - - - 179, 17 Set current active Avatar data - - - - - Stats - - - - - - + + Weapon 93, 17 @@ -756,9 +483,6 @@ The data may not be cleared even if the account is recreated. Geive Weapon - - - 203, 218 @@ -768,18 +492,12 @@ The data may not be cleared even if the account is recreated. Refinement - - - 53, 17 Amount - - - 121, 218 @@ -789,35 +507,17 @@ The data may not be cleared even if the account is recreated. Lv - - - 282, 216 - - - 65, 216 - - - 147, 216 - - - - - - - - Weapon - - - + + Items Top, Left @@ -828,9 +528,6 @@ The data may not be cleared even if the account is recreated. √ Record - - - Top, Left @@ -840,26 +537,17 @@ The data may not be cleared even if the account is recreated. × Delete - - - Top, Bottom, Left - - 243, 140 - - - - 249, 162 Records - - + + 243, 140 278, 217 @@ -870,9 +558,6 @@ The data may not be cleared even if the account is recreated. Drop - - - Top, Left, Right @@ -882,9 +567,6 @@ The data may not be cleared even if the account is recreated. 250, 23 - - - Top, Bottom, Left, Right @@ -894,9 +576,6 @@ The data may not be cleared even if the account is recreated. 250, 208 - - - Bottom, Left @@ -906,9 +585,6 @@ The data may not be cleared even if the account is recreated. Amount - - - 171, 218 @@ -918,35 +594,20 @@ The data may not be cleared even if the account is recreated. Level - - - 65, 216 - - - 209, 216 - - - 118, 17 Give item to player - - - - - Items - - - + + Scene 91, 213 @@ -957,9 +618,6 @@ The data may not be cleared even if the account is recreated. Include scene Id - - - Top, Left, Right @@ -978,60 +636,33 @@ The data may not be cleared even if the account is recreated. 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 @@ -1041,9 +672,6 @@ In the command, you can use ~ to indicate the current position, and ~100 to indi weather - - - Top, Left, Right @@ -1057,17 +685,11 @@ In the command, you can use ~ to indicate the current position, and ~100 to indi Scene control Tip: Most of the scenes have no effect and cannot be entered. - - + + Manage - - - - - Scene - - - + + Account Management 49, 21 @@ -1075,30 +697,18 @@ Tip: Most of the scenes have no effect and cannot be entered. UID - - - 270, 23 130, 23 - - - Delete - - - Create - - - 6, 25 @@ -1108,51 +718,27 @@ Tip: Most of the scenes have no effect and cannot be entered. Username - - - 79, 22 127, 23 - - - - - Account Management - - - - - - - - - + + Permission Management Delete - - - Add - - - 38, 17 Perm - - - 30, 25 @@ -1162,44 +748,23 @@ Tip: Most of the scenes have no effect and cannot be entered. UID - - - - - Permission Management - - - - - - Manage - - - - - - + + About Bottom, Left - - - 110, 17 Grasscutter Tools - - + + Remote - - About - - - + + Server status 13, 63 @@ -1210,27 +775,15 @@ Tip: Most of the scenes have no effect and cannot be entered. OpenCommand - - - 119, 63 - - - 119, 29 - - - 119, 46 - - - 25, 29 @@ -1240,9 +793,6 @@ Tip: Most of the scenes have no effect and cannot be entered. Game version - - - 34, 46 @@ -1252,14 +802,11 @@ Tip: Most of the scenes have no effect and cannot be entered. Player count - - + + Remote Cell - - Server status - - - + + Player 35, 17 @@ -1267,51 +814,33 @@ Tip: Most of the scenes have no effect and cannot be entered. Help - - - Connect - - - - - Send Code - - - - - - - - - - 39, 17 Code - - + + Send Code - - + + Console - - Remote Cell + + NoControl - - + + Note that normal commands in the console state must specify the target (set include UID) + + + Connect 167, 23 - - - 292, 36 @@ -1321,31 +850,10 @@ Tip: Most of the scenes have no effect and cannot be entered. Query - - - 35, 17 Host - - - - - Remote - - - - - - - - - GrasscutterTools - - - - \ No newline at end of file diff --git a/Source/GrasscutterTools/FormMain.resx b/Source/GrasscutterTools/FormMain.resx index 8b001c7..e39e49c 100644 --- a/Source/GrasscutterTools/FormMain.resx +++ b/Source/GrasscutterTools/FormMain.resx @@ -117,2500 +117,4104 @@ 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 - - - 493, 22 - - - 50, 23 - - - 1 - - - 复制 - - - BtnCopy - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 1 - - - Top, Right - - - True - - - 549, 24 - - - 51, 21 - - - 2 - - - 自动 - - - ChkAutoCopy - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 2 - - - Bottom, Left, Right - - - 6, 22 - - - 75, 23 - 3 - - 执行(F5) + + + 283, 25 - - BtnInvokeOpenCommand + + 6, 218 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 0 - - - 12, 293 - - - 610, 56 - - - 3 - - - 命令(按住 Ctrl 自动执行) - - - GrpCommand - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Top, Bottom, Left, Right - - - 112, 122 - - - 100, 23 - - - 8 - - - 文本浏览器 - - - BtnOpenTextMap - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 0 - - - Bottom, Right - - - 6, 122 - - - 100, 23 - - - 7 - - - 奖池编辑器 - - - BtnOpenGachaBannerEditor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 1 - - - 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 - - - 2 - - - Bottom, Left - - - 41, 51 - - - 100, 25 - - - 6 - - - CmbLanguage - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 0 - - - True - - - 147, 54 - - - 94, 17 - - - 5 - - - 语言/Language - - - LblLanguage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 1 - - - 41, 22 - - - 100, 23 - - - 3 - - - NUDUid - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 2 - - - True - - - 147, 23 - - - 133, 21 - - - 4 - - - 生成的命令包含UID - - - ChkIncludeUID - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 3 - - - True - - - 7, 24 - - - 30, 17 - - - 1 - - - UID - - - LblDefaultUid - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 4 - - - 6, 151 - - - 301, 88 - - - 5 - - - 设置 - - - GrpSettings - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 3 - - - Left - - - True - - - 微软雅黑, 13pt - - - 88, 36 - - - 136, 24 - - - 0 - - - 祝你玩得愉快! - - - LblAbout - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 4 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 0 - - - 主页 - - - TPHome - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 0 - - - Bottom, Right - - - 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 - - - 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 - - - 6, 219 - - - 32, 17 - - - 5 - - - 标签 - - - LblCustomName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 2 - - - Top, Bottom, Left, Right - - - 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 - - - 0 - - - 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 - - - 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 - - - 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 - - - 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 - - - 0 + + LblPlayerCountLabel + Top - - True - - - 437, 11 - - - 0, 17 - - - 45 - - - LblArtifactName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 1 - - - Top + + 45, 39 366, 39 - - 65, 23 + + 17 - - 3 - - - NUDArtifactStars - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + TPArtifact - - 2 + + - - Top - - - True - - - 328, 41 - - - 32, 17 - - - 43 - - - 星级 - - - LblArtifactStars - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 3 - - - Top - - - True - - - 273, 11 - - - 32, 17 - - - 42 - - - 部位 - - - LblArtifactPart - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 4 - - - Top - - - 311, 8 - - - 120, 25 - - - 1 - - - CmbArtifactPart - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - + 5 - - Top - - - 142, 8 - - - 125, 25 - - - 0 - - - CmbArtifactSet - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 6 - - - Top - - - True - - - 104, 11 - - - 32, 17 - - - 38 - - - 套装 - - - LblArtifactSet - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 7 - - - Top - - - True - - - 198, 41 - - - 96, 17 - - - 37 - - - 21为游戏内20级 - - - LblArtifactLevelTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 8 - - - Top - - - 440, 100 - - - 51, 23 - - - 7 - - - NUDSubAttributionTimes - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 9 - - - Top - - - 311, 98 - - - 120, 25 - - - 6 - - - CmbSubAttributionValue - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 10 - Top - - 142, 99 + + - - 163, 25 + + 8 - - 5 + + TPSpawn - - CmbSubAttribution + + GrpTalentLevel - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 11 - - - Top - - - True - - - 437, 218 - - - 44, 17 - - - 10 - - - X 清空 - - - LblClearSubAttrCheckedList - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 12 - - - 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 - - - 13 - - - Top - - - 142, 39 - - - 50, 23 - - - 2 - - - NUDArtifactLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 14 - - - Top - - - True - - - 104, 41 - - - 32, 17 - - - 24 - - - 等级 - - - LblArtifactLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 15 - - - Top - - - True - - - 92, 102 - - - 44, 17 - - - 23 - - - 副词条 - - - LblSubAttribution - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 16 - - - Top - - - 142, 68 - - - 289, 25 - - - 4 - - - CmbMainAttribution - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 17 - - - Top - - - True - - - 92, 71 - - - 44, 17 - - - 20 - - - 主词条 - - - LblMainAttribution - - - System.Windows.Forms.Label, 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, Left - - - True - - - 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 - - - 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 - - - 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 - - - 6, 216 - - - 90, 23 - 5 - - 添加任务 + + TPConsoleCheck - - BtnAddQuest + + 60, 23 - + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + 1 + + + 133, 21 + + + 25, 45 + + + NUDAvatarLevel + + + + + + 完成任务 + + + 3, 3, 3, 3 + + + 5 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 310, 161 + + + + + + 44, 17 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 66, 22 + + + 5 + + + 96, 17 + + + 连接 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 257, 217 + + + + + + + + + + + + + + + 1 + + + 0 + + + 设置当前活跃角色数据 + + + + + + 祝你玩得愉快! + + + TPWeapon + + + 6 + + + True + + + True + + + TPAvatar + + + CenterImage + + + 1 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 目标UID + + + 3 + + + 135, 138 + + + 99, 45 + + + 8 + + + 51, 23 + + + 6, 105 + + + 5 + + + 4 + + + 99, 28 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + GrpSetStats + + + LblStatPercent + + + 6 + + + 311, 98 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPQuest + + TPAbout - - 2 + + LblGiveCommandDescription - - Top, Bottom, Left + + GrpTalentLevel - - 6, 6 + + LblMainAttribution - - 346, 100 + + TPScene - - 4 + + 提示 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 75, 23 + + + 9 + + + TPSpawn + + + GrpQuestFilters + + + 摆件 + + + 5 + + + 125, 25 + + + + + + 角色 + + + 32, 17 + + + 315, 77 + + + 服务器状态 + + + + + + GrpPermission + + + TPSpawn + + + BtnRemoveSpawnLog + + + 3 + + + GrpCommand + + + 1 + + + 396, 31 + + + GrpPermission + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BtnSaveCustomCommand + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 44, 17 + + + 200, 23 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BtnQueryServerStatus + + + True + + + 32, 17 + + + 3 + + + + + + 10 + + + TPItem + + + 3, 3, 3, 3 + + + 3, 19 + + + 10 + + + NUDGameItemAmout + + + TPScene + + + TPWeapon + + + 主词条 + + + 设置天气 + + + 5 + + + 6 + + + 语言/Language + + + 20 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 218, 161 + + + True + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 割草机工具箱 + +这是一个免费且开源的项目 +如果觉得这对你很有帮助,可以为我点一个免费的Star +如果愿意请我喝一杯奶茶,那就更好了 : ) +指令生成有问题,或者有新的功能请求,都可以来Github提出 + + + LblClearSubAttrCheckedList + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 602, 245 + + + 远程执行插件 + + + 4, 26 + + + GrpTalentLevel + + + 10, 48 + + + GrpServerStatus + + + 24 + + + 含场景ID + + + 610, 56 + + + Bottom, Left + + + 189, 15 + + + TPHome + + + 66, 22 + + + 602, 245 + + + 任务 + + + 590, 204 + + + 121, 25 + + + 星级 + + + 设置 + + + 3, 19 + + + + + + 602, 245 添加或完成任务 提示:许多任务需要服务端脚本支持 因此任务可以接,可以完成,但是不一定可以做 - - 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 + + True - + + TxtHost + + + True + + + 50, 23 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 16, 220 + + + 掉落 + + + CmbClimateType + + + TPAbout + + + 技能等级 + + + Bottom, Left + + + LnkTalentNormalATK + + + 43, 22 + + + 0 + + + 23, 17 + + + 6, 161 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7, 24 + + + Top + + + + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NUDWeaponLevel + + + TPHome + + + + + 602, 245 - - 15 - - - 任务 - - - TPQuest - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + TCMain - + + True + + + 0 + + + 帮助 + + + 8 + + + + + + True + + + TPPlayerCheck + + + 87, 22 + + + 1 + + + 0 + + + 100, 218 + + + True + + + CmbArtifactSet + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 128, 17 + + + 9 + + + √ 记录 + + + 5 + + + GrpPermission + + + True + + + NUDUid + + + + + + 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 + + + GrpPermission + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + TPRemoteCall + + + True + + + 7 + + + 等级 + + + GrpSpawnRecord + + + 命令(按住 Ctrl 自动执行) + + + TPAbout + + + 45 + + + GrpAccount + + + 2 + + + + + + 16, 25 + + + 111, 160 + + + 358, 31 + + + + + + 396, 31 + + + 5 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 未发布的任务 + + + 6 + + + 0 + + + 65, 23 + + + True + + + 99, 62 + + + 13 + + + 2 + + + TPCustom + + + 76, 21 + + + Bottom, Left + + + 3 + + + 250, 239 + + + 1 + + + 92, 102 + + + True + + + UID + + + GrpSettings + + + 358, 5 + + + Fill + + + 328, 41 + + + 4, 26 + + + LblPerm + + + + + + 75, 23 + + + UID + + + 0 + + + 1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 51, 21 + + + + + + NoControl + + + TPWeapon + + + + + 3 265, 31 - - 75, 23 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 - - - √ 记录 - - - BtnSaveSpawnLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 0 - - - False - - - 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 + + TPScene - - 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 - - - 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 - - - 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 - - - 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 - - - 6, 49 - - - 74, 21 - - - 6 - - - 讨伐对象 - - - RbEntityMonster - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 3 - - 265, 101 + + 1 - - 87, 134 + + LblWeaponRefinement - - 4 + + ChkIncludeUID - - 列表分类 + + - - GrpEntityType + + 23, 17 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Bottom, Left - - TPSpawn + + LblTpX - - 3 + + TPScene - - Top, Bottom, Left, Right + + 14, 17 - - True + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 6 + + 43 - - 116, 17 + + Bottom, Left, Right - - 12 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 在玩家附近召唤生物 + + - - LblSpawnDescription + + Token - + + LblGameItemAmount + + + + + + + + + TPPlayerCheck + + + NUDStat + + + TPWeapon + + 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 - + + ListGameItems + + + Bottom, Left + + + 服务器地址 + + + 238, 159 + + 4 - - True - - - 5, 218 - - - 32, 17 - - - 10 - - - 数量 - - - LblEntityAmount - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPSpawn + + 29, 15 - - 5 + + GrpCommand - - Bottom, Left + + NoControl - - True + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 99, 218 + + TxtWeaponFilter - - 32, 17 + + 92, 82 - - 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 + + 30, 17 System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPSpawn + + True + + + TPOpenCommandCheck + + + Top, Bottom, Left, Right + + + 60, 23 + + + 9 + + + 8 + + + Top, Bottom, Left, Right + + + 场景控制 + +提示:大部分场景没有作用,无法进入。 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + 标签 + + + Top + + + GrpTalentLevel 10 - - 4, 26 + + 189, 42 - - 3, 3, 3, 3 + + 11 - - 602, 245 + + 100, 23 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 100, 25 + + + 9, 188 + + + System.Windows.Forms.TabPage, 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 + + + GrpServerStatus + + + 3 + + + CmbMainAttribution + + + TPCustom + + + Top, Right + + + 2 + + + 0 + + + + + + 12 + + + True + + + True + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 6 - - 生成 - - - TPSpawn - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 4 - - - Bottom + + 请注意,控制台状态下普通命令必须指定目标 +(即设置包含UID) True - - 微软雅黑, 9pt, style=Bold + + 1 - - 111, 160 + + 4 + + + 32, 17 + + + 87, 134 + + + 生物志 + + + 4 + + + True + + + 26, 159 + + + 角色属性 + + + 9 + + + 1 + + + + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TxtQuestFilter + + + + + + LblDefaultUid + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + 14 + + + 6 + + + 150, 24 + + + + + + + + + LblToken + + + 142, 8 + + + 100, 23 + + + 44, 17 + + + 6, 103 + + + 0 + + + 200, 208 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPPlayerCheck + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BtnSaveGiveItemLog + + + LblHost + + + 3, 19 + + + 4 + + + 80, 23 + + + --- + + + + + + 4 + + + 2 + + + TPArtifact + + + 等级 + + + 0 + + + + + + 3 + + + 104, 11 + + + + + + 163, 25 + + + 650, 400 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6, 6 + + + 100, 23 + + + 26, 55 + + + x + + + 3 + + + ListSubAttributionChecked + + + 18 + + + Top, Bottom, Right + + + BtnRemoveGiveItemLog + + + True + + + 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 + + + + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 32, 17 + + + 602, 245 + + + X 清空 + + + 13 + + + 0 + + + + + + 3 + + + Top, Bottom, Left, Right + + + BtmPermRemove + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 13 + + + Top, Bottom, Left, Right + + + 普通攻击 + + + + + + + + + 54, 17 + + + True + + + + + + True + + + TPCustom + + + + + + 32, 17 + + + 602, 245 + + + 99, 21 + + + True + + + 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 + + + 94, 17 + + + 4 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 610, 275 + + + 0 + + + True + + + 2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Bottom, Left + + + CmbPerm + + + 2 + + + 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 + + + LblLevel + + + TPOpenCommandCheck + + + TPSpawn + + + 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 + + + + + + TPCustom + + + + 添加 + + + 物品 + + + True + + + 256, 216 + + + + + + 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 + + + + + + 1 + + + 50, 23 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + True + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpQuestFilters + + + True + + + Top, Bottom, Left + + + True + + + 358, 5 + + + + + + 远程 + + + 32, 17 + + + ListSpawnLogs + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 10 + + + TPQuest + + + + + + 119, 36 + + 5 + + 23, 17 + + + Bottom + + + TPRemoteCall + + + 30, 17 + + + 4, 26 + + + LblSupportDescription + + + + + + 273, 11 + + + 0 + + + TPScene + + + 4 + + + 6, 72 + + + 5 + + + ListEntity + + + √ 记录 + + + TPScene + + + 权限管理 + + + LnkOpenCommandLabel + + + 8 + + + TPArtifact + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 289, 106 + + + Bottom, Left + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + RbEntityMonster + + + FormMain + + + True + + + BtnRemoveCustomCommand + + + LblVerificationCode + + + TPArtifact + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveItemRecord + + + + + + 等级 + + + 40, 50 + 警告!添加官方未使用的角色可能导致帐号存档损坏,无法进行游戏。 即使删号重来,数据可能也不会清除。因此请谨慎添加 (例如凯特、裸男或者测试角色之类的...) - - TopCenter + + - - LblAvatarGenWarning + + System.Windows.Forms.TabPage, 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 + + 5 - - TPAvatar + + 5 - - 0 - - - Top, Bottom, Left, Right - - - NoControl - - - 0, 0 - - - 0, 0, 0, 0 - - - 602, 160 - - - Zoom - - + 4 - - ImgAvatar + + 188, 216 - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 602, 245 - - TPAvatar + + TPQuest - - 1 + + 244, 162 - - Bottom + + 在玩家附近召唤生物 - - True + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 175, 217 + + 0 - - 32, 17 + + TPPlayerCheck - + + Fill + + + √ 保存 + + + 4 + + + ChkQuestFilterHIDDEN + + 3 - - 角色 + + 0 - - LblAvatar - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPAvatar + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + + + + Bottom, Left + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + 215, 23 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Right + + + TxtAccountUserName + + + 5, 218 + + + + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Bottom, Left, Right + + + TPSpawn + + + + + + + + + TPScene + + + 6, 6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 3 + + + 6, 219 + + + 6, 76 + + + 数量 + + + ChkQuestFilterTEST + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpCommand + + + False + + + TPArtifact + + + 4, 26 + + + GrpAccount + + + 200, 100 + + + 副词条 + + + 关于 + + + LblAccountUserName + + + 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 + + + 0 + + + 50, 23 + + + Top + + + + + + TPSpawn + + + 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 + + + 349, 3 + + + Top + + + + + + 456, 97 + + + 3, 3, 3, 3 + + + + + + 0 + + + pictureBox1 + + + 5 + + + TPSpawn + + + 265, 101 + + + True + + + 0 + + + 3 + + + LblArtifactStars + + + + + + Bottom, Left + + + TPScene + + + TPScene + + + 6, 6 + + + 68, 17 + + + 15, 39 + + + + + + + + + + + + TPConsoleCheck + + + GrpServerStatus + + + 378, 215 + + + TPOpenCommandCheck + + + 发送验证码 + + + 340, 217 + + + True + + + + + + Top + + + 584, 182 + + + + + + 440, 129 + + + FLPCustomCommands + + + 56, 17 + + + × 删除 + + + 0 + + + 3, 3, 3, 3 + + + 0 + + + TPArtifact + + + True + + + 99, 218 + + + 32, 17 + + + --- + + + RbEntityOrnament + + + TPItem + + + NUDArtifactStars + + + $this + + + 4 + + + + + + 用户名 + + + RbEntityNPC + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 圣遗物 + + + TPStats + + + GrpSetStats + + + TPItem + + + TCMain + + + 0, 17 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 等级 + + + 1 + + + 3, 3, 3, 3 + + + 120, 25 + + + LblCustomName + + + TPWeapon + + + 3 + + + 4 + + + 150, 218 + + + + + + 1 + + + BtnCopy + + + 136, 24 + + 2 Bottom - + True - - 340, 217 + + 3, 3, 3, 3 - - 32, 17 + + TCMain - - 2 + + 13 - - 等级 + + GrpAccount - - LblLevel + + 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 + + Bottom, Left - - TPAvatar + + Top, Bottom, Right - + + 生成 + + + TPRemoteCall + + 3 - - Bottom + + × 删除 - - 378, 215 + + 等级 - - 50, 23 + + GrpServerStatus - + + Q技能 + + + 56, 17 + + + 列表过滤 + + 1 - - NUDAvatarLevel + + GrpAccount - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Top - - TPAvatar + + TCMain - - 4 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Bottom + + 当前玩家数 - - 213, 214 + + 407, 22 - - 121, 25 - - - 0 - - - CmbAvatar - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - + 5 + + 7 + + + 301, 88 + + + 游戏版本 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 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 - - 3, 3, 3, 3 + + LblArtifactLevel - - 602, 245 + + LblGameItemLevel - - 5 + + 88, 36 - - 角色 + + TPWeapon - - TPAvatar + + 12 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 16, 23 - - TCMain + + 权限 - - 5 + + - - None + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - 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 + + 14, 17 - - 283, 25 + + 管理 - - 19, 17 + + 12 - - 3 + + TPArtifact - - % - - - 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 + + NUDTpZ - + + + 添加 + + + TCMain + + + + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 50, 23 + + + + + + 602, 245 + + + 文本浏览器 + + + 75, 21 + + + 1 + + + BtnPermAdd + + + TTip + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 75, 23 + + + 1 + + + 4 + + + ListGiveItemLogs + + + + + + 4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + 32, 17 + + + + + + LblSubAttribution + + + BtnSendVerificationCode + + + 65, 13 + + + ChkDrop + + + 13, 62 + + + 7 + + + 1 + + 0 - - None + + 92, 71 - - True + + 玩家验证 + + + 12 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 100, 23 + + + 62, 21 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bottom + + + Top, Bottom, Left, Right + + + RbEntityAnimal + + + TPAvatar + + + 37, 28 + + + TPArtifact 260, 24 - - 39, 17 + + - + + GrpEntityType + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11 + + + 60, 23 + + + 11 + + + 4 + + + + + + 355, 216 + + + 87, 21 + + + 0, 0, 0, 0 + + + 14, 17 + + + 142, 99 + + + + + + TPCustom + + + TPSpawn + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + True + + + Zoom + + + 2 + + + True + + + + + + 2 + + + 1 + + + False + + + 142, 129 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - E技能 + + LblClimateType - - LnkTalentE - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - + 0 True - - 212, 24 + + × 删除 - - 42, 17 + + 75, 23 - - 2 + + TPItem - - Q技能 + + ChkQuestFilterUNRELEASED - - LnkTalentQ + + True - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 46, 17 - - GrpTalentLevel + + GrasscutterTools + + + TCMain + + + ImgAvatar + + + 3 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 微软雅黑, 9pt, style=Bold + + + 微软雅黑, 13pt + + + 116, 17 + + + LnkGithub + + + NUDTpX + + + GrpSettings + + + 65, 42 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 1 - - True + + E技能 - - 150, 24 + + 473, 22 - + + 358, 31 + + + 11 + + + 7 + + + 3, 3, 3, 3 + + + 武器 + + + 265, 60 + + + TPRemoteCall + + + 5 + + + TPScene + + + TPPlayerCheck + + + NUDEntityLevel + + 56, 17 - - 1 + + 602, 245 - - 普通攻击 + + 6 - - LnkTalentNormalATK + + - - 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 - - GrpTalentLevel + + 602, 160 - + 2 - - 44, 22 + + Top, Right - - 100, 23 + + True - - 0 + + 32, 17 - - NUDTalentLevel + + 9 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TPScene - - GrpTalentLevel + + 主页 - + + + + + 1 + + + TPScene + + 3 - - 135, 138 + + 212, 25 - - 332, 57 + + BtnExportCustomCommands - + + Bottom, Left + + + + + + 1 + + 3 - - 技能等级 + + 4, 26 - - GrpTalentLevel + + NPC - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 50, 21 + + + 8 + + + 9 + + + 2 + + + 2 + + + Bottom, Left, Right TPStats - - 1 + + - + + + + + 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 + + + 2 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + 150, 25 + + True - - 6, 6 - - - 128, 17 - - + 2 - - 设置当前活跃角色数据 + + 75, 23 - - LblStatsDescription + + 执行(F5) - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 50, 23 - - TPStats + + 8 - - 2 + + 6 - - 4, 26 + + 44, 216 - - 3, 3, 3, 3 + + 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 + + 602, 245 - + + 3, 4, 3, 4 + + + TCMain + + + 238, 23 + + + 100, 23 + + + 75, 23 + + + 283, 233 + + + + + + 118, 23 + + + 212, 24 + + + 65, 13 + + + 50, 23 + + + Top, Bottom, Left, Right + + + + + + 0 + + + 0 + + + 1 + + + + + + 198, 41 + + + 3 + + + True + + + GrpCommand + + + 313, 6 + + + + + + + + + 44, 17 + + + 2 + + + 6 + + + + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPPlayerCheck + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + GrpSettings + + + 4 + + + 1 + + + Bottom, Left + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpEntityType + + + + + + Top, Right + + + CmbAvatar + + + 0 + + + GrpAccount + + + TPScene + + + 4 + + + 账号管理 + + + + + + ListQuest + + + Top + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveItemRecord + + + 17 + + + TPItem + + + 2 + + + TxtEntityFilter + + + LblArtifactSet + + + 17 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4, 26 + + + LnkTalentQ + + + None + + + Top + + + CmbStat + + + TPRemoteCall + + + 生成的命令包含UID + + + 5 + + + LblWeaponAmount + + + Bottom, Left + + + 421, 216 + + + 2 + + + GrpAccount + + + 332, 57 + + + 50, 23 + + + 3, 3, 3, 3 + + + 140, 23 + + + 50, 23 + + + --- + + + TPWeapon + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bottom, Right + + + 6 + + + 4 + + + System.Windows.Forms.NumericUpDown, 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 + + 11 - - 数据 + + 4, 26 - - TPStats + + 0 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TxtCustomName - + + 56, 17 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + 7 + + + 11 + + + 38 + + + 5 + + + 6, 218 + + TCMain + + 6, 151 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpCommand + + + TPArtifact + 6 - - Top, Right + + 场景 - - 396, 5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 200, 23 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + LblArtifactName - - TxtWeaponFilter + + Top - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 363, 36 - - TPWeapon + + 14 - + + 102, 216 + + + 套装 + + + 16 + + + 250, 184 + + + Bottom, Right + + + + + + TCMain + + + pictureBox2 + + + 传送 + + + ListScenes + + + TPQuest + + + + + + BtnConnectOpenCommand + + + True + + + 15 + + + Bottom, Left + + 0 - + + 236, 34 + + + 1 + + + 44, 216 + + + 396, 5 + + + TPPlayerCheck + + + GrpPermission + + + 6 + + + 5 + + + 299, 162 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + 2 + + + 1 + + + 6, 22 + + + 精炼等级 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 90, 23 + + + 4 + + + TCMain + + + LblArtifactLevelTip + + + 6 + + + Top + + + LblPermUID + + + TPStats + + + 查询 + + + 0 + + + + + + 8 + + + 9 + + + + + + 213, 214 + + + 2 + + + NoControl + + + True + + + 68, 17 + + + + + + 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 + + + Top + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + 6 + + + 6, 122 + + + TPArtifact + + + 5 + + + 5 + + + 19, 17 + + + 载入 + + + + + + Bottom, Right + + + 3 + + + 6 + + + NoControl + + + 导出 + + + LblServerVersionLabel + + + 5 + + + 10 + + + 4, 26 + + + 1 + + + 296, 109 + + + 6, 25 + + + 4 + + + + + + 3 + + + 10 + + + 104, 41 + + + + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 118, 23 + + + + + + + + + + + + Bottom, Left + + + 47, 65 + + + Bottom, Left + + + 4 + + + LblTpY + + + GrpRemoteCommand + + + 3 + + + + + + TCMain + + + ChkAccountSetUid + + + + + + TPArtifact + + + TPArtifact + + + 602, 245 + + + ListWeapons + + + 1 + + + 37 + + + 140, 140 + + + 43, 216 + + + 3, 3, 3, 3 + + + groupBox1 + + Top, Bottom, Left, Right + + Top + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + True + + + 15, 44 + + + 7 + + + GrpEntityType + + + 121, 25 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 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 + + + Right + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + + + + 17 + + + 23 + + + GrpSettings + + + 50, 23 + + + 验证码 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 21为游戏内20级 + + + 147, 54 + + + 346, 100 + + + 4 + + + 120, 25 + + + y + + + TxtGameItemFilter + + + System.Windows.Forms.ListBox, 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 + + + 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 + + + Bottom, Right + + + True + + + 2 + + + True + + + ChkAutoCopy + + + 16 + + + 2 + + + True + + + 15 + + + True + + + BtnTeleport + + + 74, 21 + + + TPArtifact + + + NUDTpY + + + NoControl + + + GrpSetStats + + + 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 + + + BtnAddQuest + + + 0 + + + 1 + + + 200, 208 + + + True + + + 4 + + + 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 + + + 32, 17 + True - - 6, 6 + + 3, 3, 3, 3 - - 200, 153 + + 70, 23 - + + TPPlayerCheck + + + TPQuest + + + LblAvatarGenWarning + + + True + + + CmbSubAttribution + + + TCMain + + + + + + 147, 23 + + + + + + Bottom, Right + + + Zoom + + + 493, 22 + + + 32, 17 + + + 4 + + + 隐藏的任务 + + + 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 + + + Top + + + 部位 + + + 7, 17 + + + 18 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12, 293 + + + + + + 3 + + 7 + + 334, 102 + + + NoControl + + + LblArtifactPart + + + TCMain + + + 4, 26 + + + 7 + + + + + + + + + 140, 23 + + + LblTp + + + 41, 51 + + + 200, 23 + + + 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 + + + 1 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPHome + + + + + + 396, 5 + + + 8 + + + 4 + + + 1 + + + 14 + + + 473, 22 + + + 60, 23 + + + 14 + + + 1 + + + TPAvatar + + + 测试任务 + + + 10 + + + True + + + 182, 23 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 31, 72 + + + 角色 + + + 4 + + + 158, 25 + + + 3 + 获取武器 @@ -2622,1994 +4226,1093 @@ >70级 突破5 >80级 突破6 - - LblWeaponDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 1 - - - Bottom, Left - - - True - - - 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 - - - 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 - - - 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 - - - Top, Right - - - 315, 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 - - - 315, 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 - - - 293, 140 - - - 6 - - - ListGiveItemLogs - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveItemRecord - - - 0 - - - 10, 48 - - - 299, 162 - - - 5 - - - 物品记录本 - - - GrpGiveItemRecord - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem + + 2 - - Bottom, Left + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + NoControl - - 257, 217 + + 3, 19 - - 51, 21 + + 10 - - 4 + + GrpTalentLevel - - 掉落 - - - ChkDrop - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - + 3 - - Top, Right + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 396, 5 + + 6, 49 - - 200, 23 + + LblWeaponDescription - - 0 + + LblStatsDescription - - TxtGameItemFilter + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + GrpPermission + + + True + + + + + + + + + + + + 自定义 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPItem + + NUDEntityAmout - - 4 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Top, Bottom, Right + + 微软雅黑, 9pt + + + TPArtifact + + + 307, 36 + + + 6, 6 + + + 3, 3, 3, 3 + + + TCMain + + + 1 + + + BtnSaveSpawnLog 17 - - 396, 31 + + 549, 24 - - 200, 208 + + TPHome - + + Top, Left, Right + + 1 - - ListGameItems + + - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CmbLanguage - - TPItem - - - 5 - - - True - - - 6, 218 - - - 32, 17 - - - 14 - - - 数量 - - - LblGameItemAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 6 - - - Bottom, Left - - - True - - - 150, 218 - - - 32, 17 - - - 15 - - - 等级 - - - LblGameItemLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 7 - - - Bottom, Left - - - 44, 216 - - - 100, 23 - - + 2 - - NUDGameItemAmout + + - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Top - - TPItem + + - - 8 - - - Bottom, Left - - - 188, 216 - - - 50, 23 - - - 3 - - - NUDGameItemLevel + + 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 + + + + + + 15, 16 + + + 1 + + + 42, 17 + + + True + + + 7 + + + TPConsoleCheck + + + 250, 21 + + + 奖池编辑器 + + + 1 + + + + + + 0 + + + 0 + + + Bottom + + + 80, 23 + + + + + + TxtCommand + + + 2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + TPItem - - 9 + + - - True - - - 6, 6 - - - 236, 34 - - - 1 - - - 给玩家指定物品 -说明:可选择直接给到背包或者掉落到世界 - - - LblGiveCommandDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 10 - - - 4, 26 - - + 3, 3, 3, 3 - - 602, 245 + + - - 4 + + - - 物品 - - - TPItem - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 8 - - - True - - - False - - - 90, 190 - - - 76, 21 - - - 12 - - - 含场景ID - - - ChkIncludeSceneId - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - + 0 - - True + + - - 6, 105 + + 224, 51 - - 296, 51 + + 4, 26 - - 11 + + + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 202, 109 + + + 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 + + + GrpPermission 坐标传送 提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送 命令中可以用~表示当前位置,~100表示相对当前100 - - LblTp - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 1 - - - True - - - 218, 161 - - - 14, 17 - - - 10 - - - z - - - LblTpZ - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 2 - - - True - - - 112, 161 - - - 14, 17 - - - 9 - - - y - - - LblTpY - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - + 3 - - 9, 188 + + - - 75, 23 + + - - 8 - - - 传送 - - - BtnTeleport - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - + 4 - + + 微软雅黑, 9pt, style=Italic + + True - - 6, 161 - - - 14, 17 - - - 7 - - - x - - - LblTpX - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 5 - - - 238, 159 - 80, 23 - + + + + + 5 + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BtnConsoleConnect + + + 2 + + + Top, Left, Right + + + TPQuest + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 142, 39 + + + 3 + + + LblSceneDescription + + + 1 + + + LblLanguage + + + False + + + 3 + + + 2 + + + True + + + LnkTalentE + + + 2 + + + NUDArtifactLevel + + + NUDGameItemLevel + + + 2 + + + Top, Right + + + Top, Bottom, Left, Right + + + 50, 23 + + + 1 + + + TPItem + + + NUDWeaponRefinement + + + + + + Bottom + + + TPManage + + 6 - - NUDTpZ + + - + + LblRemotePlayerId + + + 4, 26 + + + 5 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + + + + 3, 3, 3, 3 + + + 5 + + + + + + 控制台 + + + 275, 40 + + + 12 + + + GrpAccount + + + LblTpZ + + + 1 + + + 0 + + + LblQuestDescription + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 90, 23 + + + LblServerVersion + + + 添加任务 + + + LnkRCHelp + + + 238, 23 + + + 0 + + + False + + + 12, 12 + + + 6, 216 + + + 296, 109 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TPScene 6 - - 132, 159 + + TPAvatar - - 80, 23 + + 0 - - 5 - - - NUDTpY - - + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPScene - - - 7 - - - 26, 159 - - - 80, 23 - - - 4 - - - NUDTpX - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 8 - - - 68, 69 - - - 121, 25 - - - 3 - - - CmbClimateType - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 9 - - - True - - - 6, 72 - - - 56, 17 - - - 2 - - - 设置天气 - - - LblClimateType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 10 - - - True - - - 6, 6 - - - 224, 51 - - - 1 - - - 场景控制 - -提示:大部分场景没有作用,无法进入。 - - - LblSceneDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 11 - - - Right - - - 17 - - - 349, 3 - - - 250, 239 - - - 0 - - - ListScenes - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 12 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 9 - - - 场景 - - - TPScene - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 9 - - - None - - - True - - - 215, 23 - - - 73, 21 - - - 2 - - - 指定UID - - - ChkAccountSetUid - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 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 - - - 473, 22 - - - 60, 23 - - - 5 - - - - 删除 - - - BtnDeleteAccount - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 2 - - - 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 - - - 16, 25 - - - 44, 17 - - - 0 - - - 用户名 - - - LblAccountUserName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 4 - - - 66, 22 - - - 140, 23 - - - 1 - - - test - - - 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 + + 296, 51 TPManage - - 0 + + - - None + + 44, 17 - - 250, 21 - - - 150, 25 - - + 7 - - CmbPerm + + GrpEntityType - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 物品记录本 - - GrpPermission + + 32, 17 - + + 100, 23 + + + 2 + + + False + + + + + + LblAbout + + + 50, 23 + + + + + + NUDRemotePlayerId + + + 194, 218 + + + 7 + + 0 - - 66, 22 + + True - - 140, 23 + + LblAvatar - - 6 + + - - NUDPermUID + + 自动 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GrpPermission + + 列表分类 - - 1 + + 17 - - 473, 22 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 60, 23 + + 112, 161 - - 5 + + 42 - - - 移除 + + - - BtmPermRemove + + 17 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 2 + + TPWeapon 407, 22 - - 60, 23 + + 44, 216 - - 4 + + - - + 添加 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BtnPermAdd + + 3 - + + 3 + + + 0 + + + 数据 + + + + + + + + + 5 + + + 6, 22 + + + + + + 315, 48 + + + TPArtifact + + + + + + 5 + + + TPHome + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GrpPermission + + 182, 23 - - 3 - - - True - - - 212, 25 - - + 32, 17 - - 2 + + LblStatTip - - 权限 - - - LblPerm - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 4 - - - True - - - 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 - - - 1 - - - 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, Bottom, Left, Right - - - 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 - - - TPAbout - - - 0 - - - True - - - 16, 220 - - - 46, 17 - - - 4 - - - Github - - - LnkGithub - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAbout - - - 1 - - - True - - - 16, 23 - - - 334, 102 - - + 3 - - 割草机工具箱 - -这是一个免费且开源的项目 -如果觉得这对你很有帮助,可以为我点一个免费的Star -如果愿意请我喝一杯奶茶,那就更好了 : ) -指令生成有问题,或者有新的功能请求,都可以来Github提出 - - - LblSupportDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAbout - - + 2 - - 4, 26 + + GrpSettings - - 3, 3, 3, 3 + + None - - 602, 245 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + 634, 361 - - 关于 + + test - - TPAbout + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 11 - - - True - - - 13, 62 - - - 80, 17 - - - 5 - - - 远程执行插件 - - - LnkOpenCommandLabel - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + % GrpServerStatus - + + 238, 208 + + + 12 + + + NUDVerificationCode + + + TPConsoleCheck + + + TPManage + + + LblSpawnDescription + + + 指定UID + + + + + + 3 + + + 4 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BtnDeleteAccount + + + 9, 26 + + + 51, 21 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + 280, 280 + + + 6, 6 + + + GrpSetStats + + + + + + Left + + 0 - - True + + 2 - - 99, 62 + + 6 - - 23, 17 - - - 18 - - - --- + + 112, 122 LblOpenCommandSupport - + + + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + 3 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + - 删除 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + CmbArtifactPart + + + 0 + + + 3, 3, 3, 3 + + + 8 + + + 26, 28 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + TPItem + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + LblPlayerCount + + + 60, 23 + + + 讨伐对象 + + + BtnInvokeOpenCommand + + + + + + TPArtifact + + + True + + + 6 + + + True + + + 11 + + + 305, 23 + + + + + + 138, 216 + + + 0 + + + GrpSpawnRecord + + + 4 + + + 11 + + + 540, 60 + + + GrpEntityType + + + True + + + + + + 135, 62 + + + True + + + 给玩家指定物品 +说明:可选择直接给到背包或者掉落到世界 + + + + + + 17 + + + 90, 190 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + 2 + + + Bottom, Left + + + Bottom, Left + + + + + + + + + 4, 26 + + + 293, 140 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + CmbSubAttributionValue + + + TPRemoteCall + + + 80, 17 + + + 连接 + + + 31, 6 + + + 4 + + + 6, 6 + + + 1 + + + 44, 17 + + + 12 + + + 400, 23 + + + 132, 159 + + + TxtToken + + + 32, 17 + + + NUDTalentLevel + + + 3 + + + CenterScreen + + + + + + 100, 23 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + + 创建 + + + Fill + + + - 移除 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 GrpServerStatus - - 1 - - - True - - - 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 - - - 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 - - - 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 - - - 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 - - - 203, 24 - - - 32, 17 - - - 9 - - - 帮助 - - - LnkRCHelp - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpRemoteCommand - - - 0 - - - False - - - 106, 91 - - - 100, 23 - - - 13 - - - 连接 - - - BtnConnectOpenCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpRemoteCommand - - - 1 - - - 203, 51 - - - 100, 23 - - - 12 - - - 发送验证码 - - - BtnSendVerificationCode - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpRemoteCommand - - - 2 - - - True - - - 35, 24 - - - 30, 17 - - + 7 - - UID - - - LblRemotePlayerId - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpRemoteCommand - - - 3 - - - False - - - 71, 51 - - - 126, 23 - - - 11 - - - NUDVerificationCode - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpRemoteCommand - - - 4 - - - True - - - NoControl - - - 21, 53 - - - 44, 17 - - - 10 - - - 验证码 - - - LblVerificationCode - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpRemoteCommand - - + 5 - - 71, 22 + + TPArtifact - - 126, 23 + + 7 - - 8 + + 复制 - - NUDRemotePlayerId + + 73, 21 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GrpRemoteCommand - - - 6 - - - False - - - 48, 70 - - - 309, 132 - - - 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 + + GrpSetStats - - 12, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 610, 275 + + - - 4 + + 数量 - - TCMain - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 17, 17 - True - - 7, 17 - - - 634, 361 - - - 微软雅黑, 9pt - - - 3, 4, 3, 4 - - - 650, 400 - - - CenterScreen - - - GrasscutterTools - - - TTip - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - FormMain - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 17, 17 + \ No newline at end of file diff --git a/Source/GrasscutterTools/OpenCommand/OpenCommandAPI.cs b/Source/GrasscutterTools/OpenCommand/OpenCommandAPI.cs index f397265..83d2c4a 100644 --- a/Source/GrasscutterTools/OpenCommand/OpenCommandAPI.cs +++ b/Source/GrasscutterTools/OpenCommand/OpenCommandAPI.cs @@ -27,10 +27,12 @@ namespace GrasscutterTools.OpenCommand { public class OpenCommandAPI { - public OpenCommandAPI(string host) + public OpenCommandAPI(string host, string token = "") { Host = host; API = host + "/opencommand/api"; + Token = token; + CanInvoke = !string.IsNullOrEmpty(token); } public string Host { get; } diff --git a/Source/GrasscutterTools/Properties/AssemblyInfo.cs b/Source/GrasscutterTools/Properties/AssemblyInfo.cs index 856fca3..30b3fc2 100644 --- a/Source/GrasscutterTools/Properties/AssemblyInfo.cs +++ b/Source/GrasscutterTools/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.0")] +[assembly: AssemblyVersion("1.3.1")] [assembly: AssemblyFileVersion("1.0.0")] \ No newline at end of file diff --git a/Source/GrasscutterTools/Properties/Settings.Designer.cs b/Source/GrasscutterTools/Properties/Settings.Designer.cs index 0addf4c..2cfaeb6 100644 --- a/Source/GrasscutterTools/Properties/Settings.Designer.cs +++ b/Source/GrasscutterTools/Properties/Settings.Designer.cs @@ -118,5 +118,17 @@ namespace GrasscutterTools.Properties { this["CheckedLastVersion"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string TokenCache { + get { + return ((string)(this["TokenCache"])); + } + set { + this["TokenCache"] = value; + } + } } } diff --git a/Source/GrasscutterTools/Properties/Settings.settings b/Source/GrasscutterTools/Properties/Settings.settings index 363cfd2..c25fee8 100644 --- a/Source/GrasscutterTools/Properties/Settings.settings +++ b/Source/GrasscutterTools/Properties/Settings.settings @@ -26,5 +26,8 @@ + + + \ No newline at end of file diff --git a/Source/GrasscutterTools/Utils/HttpHelper.cs b/Source/GrasscutterTools/Utils/HttpHelper.cs index 97d4c24..324b649 100644 --- a/Source/GrasscutterTools/Utils/HttpHelper.cs +++ b/Source/GrasscutterTools/Utils/HttpHelper.cs @@ -30,7 +30,7 @@ namespace GrasscutterTools.Utils { public static readonly HttpClient HttpClient = new HttpClient { - Timeout = TimeSpan.FromSeconds(30), + Timeout = TimeSpan.FromSeconds(10), }; static HttpHelper()