From daeb0d516e44b67a8a850e37917182c005480927 Mon Sep 17 00:00:00 2001 From: jie65535 Date: Sun, 15 May 2022 09:27:27 +0800 Subject: [PATCH] Update Add Sub Attr Button Style --- Source/GrasscutterTools/FormMain.Designer.cs | 231 +- Source/GrasscutterTools/FormMain.cs | 3 +- Source/GrasscutterTools/FormMain.en-us.resx | 120 +- Source/GrasscutterTools/FormMain.resx | 10177 +++++++++-------- 4 files changed, 5711 insertions(+), 4820 deletions(-) diff --git a/Source/GrasscutterTools/FormMain.Designer.cs b/Source/GrasscutterTools/FormMain.Designer.cs index feb16a6..b44a6f6 100644 --- a/Source/GrasscutterTools/FormMain.Designer.cs +++ b/Source/GrasscutterTools/FormMain.Designer.cs @@ -58,6 +58,7 @@ namespace GrasscutterTools this.BtnSaveCustomCommand = new System.Windows.Forms.Button(); this.TxtCustomName = new System.Windows.Forms.TextBox(); this.TPArtifact = new System.Windows.Forms.TabPage(); + this.BtnAddSubAttr = new System.Windows.Forms.Button(); this.LblArtifactName = new System.Windows.Forms.Label(); this.NUDArtifactStars = new System.Windows.Forms.NumericUpDown(); this.LblArtifactStars = new System.Windows.Forms.Label(); @@ -66,7 +67,6 @@ namespace GrasscutterTools this.CmbArtifactSet = new System.Windows.Forms.ComboBox(); this.LblArtifactSet = new System.Windows.Forms.Label(); this.LblArtifactLevelTip = new System.Windows.Forms.Label(); - this.LblAddSubAttr = new System.Windows.Forms.Label(); this.NUDSubAttributionTimes = new System.Windows.Forms.NumericUpDown(); this.CmbSubAttributionValue = new System.Windows.Forms.ComboBox(); this.CmbSubAttribution = new System.Windows.Forms.ComboBox(); @@ -256,13 +256,11 @@ namespace GrasscutterTools // 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); // @@ -270,7 +268,6 @@ 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 @@ -282,13 +279,11 @@ 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); // @@ -310,25 +305,22 @@ 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); // @@ -336,7 +328,6 @@ 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); // @@ -346,7 +337,6 @@ 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 // @@ -358,22 +348,19 @@ 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 // @@ -384,7 +371,6 @@ 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, @@ -395,24 +381,20 @@ 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); @@ -420,15 +402,14 @@ 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); // @@ -436,7 +417,6 @@ 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); // @@ -444,7 +424,6 @@ namespace GrasscutterTools // resources.ApplyResources(this.LblCustomName, "LblCustomName"); this.LblCustomName.Name = "LblCustomName"; - this.TTip.SetToolTip(this.LblCustomName, resources.GetString("LblCustomName.ToolTip")); // // groupBox1 // @@ -452,19 +431,16 @@ 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); // @@ -472,7 +448,6 @@ 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); // @@ -480,11 +455,10 @@ 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); this.TPArtifact.Controls.Add(this.LblArtifactStars); @@ -493,7 +467,6 @@ namespace GrasscutterTools this.TPArtifact.Controls.Add(this.CmbArtifactSet); this.TPArtifact.Controls.Add(this.LblArtifactSet); this.TPArtifact.Controls.Add(this.LblArtifactLevelTip); - this.TPArtifact.Controls.Add(this.LblAddSubAttr); this.TPArtifact.Controls.Add(this.NUDSubAttributionTimes); this.TPArtifact.Controls.Add(this.CmbSubAttributionValue); this.TPArtifact.Controls.Add(this.CmbSubAttribution); @@ -504,15 +477,21 @@ 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.BtnAddSubAttr.UseVisualStyleBackColor = true; + this.BtnAddSubAttr.Click += new System.EventHandler(this.BtnAddSubAttr_Click); + // // LblArtifactName // resources.ApplyResources(this.LblArtifactName, "LblArtifactName"); this.LblArtifactName.Name = "LblArtifactName"; - this.TTip.SetToolTip(this.LblArtifactName, resources.GetString("LblArtifactName.ToolTip")); // // NUDArtifactStars // @@ -528,7 +507,6 @@ 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, @@ -540,13 +518,11 @@ 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 // @@ -555,7 +531,6 @@ 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 @@ -565,30 +540,18 @@ 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")); - // - // LblAddSubAttr - // - resources.ApplyResources(this.LblAddSubAttr, "LblAddSubAttr"); - this.LblAddSubAttr.Cursor = System.Windows.Forms.Cursors.Hand; - this.LblAddSubAttr.ForeColor = System.Drawing.SystemColors.Highlight; - this.LblAddSubAttr.Name = "LblAddSubAttr"; - this.TTip.SetToolTip(this.LblAddSubAttr, resources.GetString("LblAddSubAttr.ToolTip")); - this.LblAddSubAttr.Click += new System.EventHandler(this.LblAddSubAttr_Click); // // NUDSubAttributionTimes // @@ -604,7 +567,6 @@ 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, @@ -617,7 +579,6 @@ 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 // @@ -625,7 +586,6 @@ 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 @@ -633,7 +593,6 @@ 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 @@ -641,7 +600,6 @@ 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 @@ -658,7 +616,6 @@ 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, @@ -670,13 +627,11 @@ 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 // @@ -684,26 +639,23 @@ 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 @@ -714,14 +666,12 @@ 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); // @@ -730,7 +680,6 @@ 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); // @@ -739,7 +688,6 @@ 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); // @@ -748,7 +696,6 @@ 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); // @@ -757,7 +704,6 @@ 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); // @@ -765,13 +711,11 @@ 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 @@ -779,11 +723,9 @@ 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); @@ -795,15 +737,14 @@ 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); // @@ -811,7 +752,6 @@ 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); // @@ -821,14 +761,12 @@ 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 @@ -840,14 +778,12 @@ 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); // @@ -855,7 +791,6 @@ 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); // @@ -863,7 +798,6 @@ 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); // @@ -871,7 +805,6 @@ 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); // @@ -879,19 +812,16 @@ 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 // @@ -907,7 +837,6 @@ 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, @@ -929,7 +858,6 @@ 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, @@ -941,7 +869,6 @@ 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 @@ -949,20 +876,18 @@ 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 @@ -970,7 +895,6 @@ 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 // @@ -978,19 +902,16 @@ 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 // @@ -1006,7 +927,6 @@ 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, @@ -1020,17 +940,15 @@ 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 @@ -1042,20 +960,17 @@ 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 // @@ -1066,7 +981,6 @@ 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, @@ -1076,11 +990,10 @@ 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 @@ -1092,7 +1005,6 @@ 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 // @@ -1100,7 +1012,6 @@ 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 @@ -1109,7 +1020,6 @@ 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 @@ -1118,7 +1028,6 @@ 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 @@ -1130,7 +1039,6 @@ 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, @@ -1141,11 +1049,9 @@ 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); @@ -1155,40 +1061,35 @@ 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 // @@ -1204,7 +1105,6 @@ 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, @@ -1221,7 +1121,6 @@ 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, @@ -1243,7 +1142,6 @@ 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, @@ -1256,12 +1154,10 @@ 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); @@ -1273,15 +1169,14 @@ 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); // @@ -1289,7 +1184,6 @@ 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); // @@ -1299,21 +1193,18 @@ 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); // @@ -1321,7 +1212,6 @@ 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 @@ -1329,20 +1219,17 @@ 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 // @@ -1358,7 +1245,6 @@ 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, @@ -1380,7 +1266,6 @@ 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, @@ -1392,11 +1277,9 @@ 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); @@ -1410,40 +1293,35 @@ 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); // @@ -1451,16 +1329,15 @@ 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, @@ -1472,16 +1349,15 @@ 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, @@ -1493,7 +1369,6 @@ 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, @@ -1502,12 +1377,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, @@ -1519,44 +1394,38 @@ 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 @@ -1570,13 +1439,11 @@ 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 @@ -1588,7 +1455,6 @@ 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, @@ -1600,7 +1466,6 @@ 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); // @@ -1609,7 +1474,6 @@ 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); // @@ -1617,13 +1481,11 @@ 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 // @@ -1636,16 +1498,14 @@ 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 // @@ -1656,7 +1516,6 @@ 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, @@ -1668,7 +1527,6 @@ 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); // @@ -1677,7 +1535,6 @@ 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); // @@ -1685,22 +1542,19 @@ 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 @@ -1709,84 +1563,73 @@ 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 // @@ -1800,21 +1643,18 @@ namespace GrasscutterTools this.GrpRemoteCommand.Controls.Add(this.NUDRemotePlayerId); this.GrpRemoteCommand.Name = "GrpRemoteCommand"; this.GrpRemoteCommand.TabStop = false; - this.TTip.SetToolTip(this.GrpRemoteCommand, resources.GetString("GrpRemoteCommand.ToolTip")); // // 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); // // 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); // @@ -1822,7 +1662,6 @@ namespace GrasscutterTools // 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); // @@ -1830,7 +1669,6 @@ namespace GrasscutterTools // resources.ApplyResources(this.LblRemotePlayerId, "LblRemotePlayerId"); this.LblRemotePlayerId.Name = "LblRemotePlayerId"; - this.TTip.SetToolTip(this.LblRemotePlayerId, resources.GetString("LblRemotePlayerId.ToolTip")); // // NUDVerificationCode // @@ -1846,7 +1684,6 @@ 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, @@ -1857,7 +1694,6 @@ namespace GrasscutterTools // resources.ApplyResources(this.LblVerificationCode, "LblVerificationCode"); this.LblVerificationCode.Name = "LblVerificationCode"; - this.TTip.SetToolTip(this.LblVerificationCode, resources.GetString("LblVerificationCode.ToolTip")); // // NUDRemotePlayerId // @@ -1868,7 +1704,6 @@ namespace GrasscutterTools 0, 0}); this.NUDRemotePlayerId.Name = "NUDRemotePlayerId"; - this.TTip.SetToolTip(this.NUDRemotePlayerId, resources.GetString("NUDRemotePlayerId.ToolTip")); this.NUDRemotePlayerId.Value = new decimal(new int[] { 10001, 0, @@ -1879,13 +1714,11 @@ namespace GrasscutterTools // 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); // @@ -1893,7 +1726,6 @@ namespace GrasscutterTools // resources.ApplyResources(this.LblHost, "LblHost"); this.LblHost.Name = "LblHost"; - this.TTip.SetToolTip(this.LblHost, resources.GetString("LblHost.ToolTip")); // // FormMain // @@ -1903,7 +1735,6 @@ 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); @@ -2073,7 +1904,6 @@ namespace GrasscutterTools private System.Windows.Forms.NumericUpDown NUDSubAttributionTimes; private System.Windows.Forms.ComboBox CmbSubAttributionValue; private System.Windows.Forms.ComboBox CmbSubAttribution; - private System.Windows.Forms.Label LblAddSubAttr; private System.Windows.Forms.Label LblArtifactLevelTip; private System.Windows.Forms.GroupBox GrpSpawnRecord; private System.Windows.Forms.Button BtnRemoveSpawnLog; @@ -2154,6 +1984,7 @@ namespace GrasscutterTools private System.Windows.Forms.CheckBox ChkQuestFilterTEST; private System.Windows.Forms.CheckBox ChkQuestFilterUNRELEASED; private System.Windows.Forms.CheckBox ChkQuestFilterHIDDEN; + private System.Windows.Forms.Button BtnAddSubAttr; } } diff --git a/Source/GrasscutterTools/FormMain.cs b/Source/GrasscutterTools/FormMain.cs index 6665349..2677504 100644 --- a/Source/GrasscutterTools/FormMain.cs +++ b/Source/GrasscutterTools/FormMain.cs @@ -351,7 +351,7 @@ namespace GrasscutterTools } } - private void LblAddSubAttr_Click(object sender, EventArgs e) + private void BtnAddSubAttr_Click(object sender, EventArgs e) { if (CmbSubAttribution.SelectedIndex >= 0 && CmbSubAttributionValue.SelectedIndex >= 0) { @@ -1159,5 +1159,6 @@ namespace GrasscutterTools } #endregion - 任务 - + } } \ No newline at end of file diff --git a/Source/GrasscutterTools/FormMain.en-us.resx b/Source/GrasscutterTools/FormMain.en-us.resx index ccb6d6e..eff287f 100644 --- a/Source/GrasscutterTools/FormMain.en-us.resx +++ b/Source/GrasscutterTools/FormMain.en-us.resx @@ -127,14 +127,11 @@ Auto - - Command (Press and hold Ctrl to run automatically) - Run(F5) - - Home + + Command (Press and hold Ctrl to run automatically) 120, 23 @@ -145,15 +142,15 @@ Banner editor - - Settings - 95, 21 Include UID + + Settings + 74, 38 @@ -163,8 +160,8 @@ Have a nice time! - - Custom + + Home 533, 216 @@ -214,8 +211,15 @@ 267, 23 - - Artifact + + Custom + + + + NoControl + + + + Add 298, 41 @@ -280,11 +284,8 @@ Main Stat - - Quest - - - List Filter + + Artifact 51, 21 @@ -304,6 +305,9 @@ Hidden + + List Filter + Finish @@ -315,8 +319,8 @@ Tip: Many quest require server-side scripting support Therefore, the quest can be add and finish, but not necessarily can be work - - Spawn + + Quest √ Record @@ -327,9 +331,6 @@ Therefore, the quest can be add and finish, but not necessarily can be work Records - - Class - 84, 21 @@ -348,13 +349,15 @@ Therefore, the quest can be add and finish, but not necessarily can be work Monster + + Class + 81, 17 Spawn entity - Bottom, Left @@ -379,8 +382,8 @@ Therefore, the quest can be add and finish, but not necessarily can be work 146, 216 - - Avatar + + Spawn 88, 161 @@ -420,11 +423,8 @@ The data may not be cleared even if the account is recreated. 200, 25 - - Stats - - - Stats + + Avatar 26, 17 @@ -432,8 +432,8 @@ The data may not be cleared even if the account is recreated. Tip - - Talent Level + + Stats 283, 24 @@ -465,14 +465,17 @@ The data may not be cleared even if the account is recreated. 128, 23 + + Talent Level + 179, 17 Set current active Avatar data - - Weapon + + Stats 93, 17 @@ -513,8 +516,8 @@ The data may not be cleared even if the account is recreated. 147, 216 - - Items + + Weapon Top, Left @@ -537,15 +540,15 @@ The data may not be cleared even if the account is recreated. Top, Bottom, Left + + 243, 140 + 249, 162 Records - - 243, 140 - 278, 217 @@ -603,8 +606,8 @@ The data may not be cleared even if the account is recreated. Give item to player - - Scene + + Items 91, 213 @@ -682,11 +685,8 @@ 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 - - - Account Management + + Scene 49, 21 @@ -721,8 +721,8 @@ Tip: Most of the scenes have no effect and cannot be entered. 127, 23 - - Permission Management + + Account Management Delete @@ -745,8 +745,11 @@ Tip: Most of the scenes have no effect and cannot be entered. UID - - About + + Permission Management + + + Manage Bottom, Left @@ -757,11 +760,8 @@ Tip: Most of the scenes have no effect and cannot be entered. Grasscutter Tools - - Remote - - - Server status + + About 13, 63 @@ -799,8 +799,8 @@ Tip: Most of the scenes have no effect and cannot be entered. Player count - - Remote Cell + + Server status 35, 17 @@ -820,6 +820,9 @@ Tip: Most of the scenes have no effect and cannot be entered. Code + + Remote Cell + 167, 23 @@ -838,6 +841,9 @@ Tip: Most of the scenes have no effect and cannot be entered. Host + + Remote + GrasscutterTools diff --git a/Source/GrasscutterTools/FormMain.resx b/Source/GrasscutterTools/FormMain.resx index aafc21b..420c764 100644 --- a/Source/GrasscutterTools/FormMain.resx +++ b/Source/GrasscutterTools/FormMain.resx @@ -117,3943 +117,3930 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 + + + Top, Left, Right - - 283, 25 + + 87, 22 - - 60, 23 + + 400, 23 - - 6, 218 - - - LblPlayerCountLabel - - - - Top - - - 19, 17 - - - 366, 39 - - - 17 - - - - - - Top - - - - - - 8 - - - TPSpawn - - - - - - Top - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 5 - - - 5 - - - √ 保存 - - - 60, 23 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - + + 0 - - 1 + + TxtCommand - - 133, 21 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 25, 45 + + GrpCommand - - NUDAvatarLevel - - - TPWeapon - - - 7 - - - - - - 完成任务 - - - 3, 3, 3, 3 - - - 5 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - 309, 132 - - - - - - 44, 17 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 5 - - - 96, 17 - - - 连接 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 257, 217 - - + 3 - - + + Top, Right - - + + 493, 22 - - 6 + + 50, 23 - - TCMain - - - 设置当前活跃角色数据 - - - - - - 祝你玩得愉快! - - - TPWeapon - - - 6 - - - True - - - CenterImage - - + 1 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 复制 - - 目标UID + + 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 + + + BtnInvokeOpenCommand + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpCommand + + + 0 + + + 12, 293 + + + 610, 56 3 - - 135, 138 + + 命令(按住 Ctrl 自动执行) - - 99, 45 + + GrpCommand - - 51, 23 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + $this - - 4 + + 1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 22 - - 9 - - - GrpSetStats - - - LblStatPercent - - - 6 - - - 311, 98 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAbout - - - LblGiveCommandDescription - - - GrpTalentLevel - - - LblMainAttribution - - - TPScene - - - 提示 - - - Bottom - - + 75, 23 - - 9 + + 3 - - True + + 执行(F5) - - TPSpawn + + BtnInvokeOpenCommand - - LblSpawnDescription + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GrpQuestFilters + + GrpCommand - - 摆件 + + 0 + + + Top, Bottom, Left, Right + + + BtnOpenTextMap + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPHome + + + 0 + + + BtnOpenGachaBannerEditor + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPHome + + + 1 + + + pictureBox1 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPHome + + + 2 + + + GrpSettings + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPHome + + + 3 + + + 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 + + + BtnExportCustomCommands + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + 0 + + + BtnLoadCustomCommands + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + 1 + + + LblCustomName + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + 2 + + + groupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + 3 + + + BtnRemoveCustomCommand + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + 4 + + + BtnSaveCustomCommand + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom 5 + + TxtCustomName + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + 6 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 1 + + + 自定义 + + + TPCustom + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 1 + + + 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 + + + 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 + + + 366, 39 + + + 65, 23 + + + 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 - - 315, 77 + + 38 - - 服务器状态 + + 套装 - - + + LblArtifactSet - - GrpPermission + + 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 + + + 5 + + + CmbSubAttribution + + + 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 + + + GrpQuestFilters + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 0 + + + BtnFinishQuest + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 1 + + + BtnAddQuest + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 2 + + + LblQuestDescription + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 3 + + + TxtQuestFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 4 + + + ListQuest + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 5 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 15 + + + 任务 + + + TPQuest + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 3 + + + BtnSaveSpawnLog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TPSpawn + + 0 + BtnRemoveSpawnLog - - Top + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + TPSpawn + + + 1 + + + GrpSpawnRecord + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 2 + + + GrpEntityType + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 3 + + + LblSpawnDescription + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 4 + + + LblEntityAmount + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 5 + + + LblEntityLevel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 6 + + + NUDEntityAmout + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 7 + + + NUDEntityLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 8 + + + TxtEntityFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 9 + + + ListEntity + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 10 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 6 + + + 生成 + + + TPSpawn + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 4 + + + LblAvatarGenWarning + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 0 + + + ImgAvatar + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 1 + + + LblAvatar + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 2 + + + LblLevel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 3 + + + NUDAvatarLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 4 + + + CmbAvatar + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 5 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 5 + + + 角色 + + + TPAvatar + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 5 + + + GrpSetStats + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPStats + + + 0 + + + GrpTalentLevel + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPStats + + + 1 + + + LblStatsDescription + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPStats + + + 2 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 11 + + + 数据 + + + TPStats + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 6 + + + TxtWeaponFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 0 + + + LblWeaponDescription + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 1 + + + LblWeaponRefinement + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 2 + + + LblWeaponAmount + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 3 + + + LblWeaponLevel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 4 + + + NUDWeaponRefinement + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 5 + + + NUDWeaponAmout + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 6 + + + NUDWeaponLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 7 + + + ListWeapons + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 8 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 3 + + + 武器 + + + TPWeapon + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 7 + + + BtnSaveGiveItemLog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 0 + + + BtnRemoveGiveItemLog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 1 + + + GrpGiveItemRecord + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 2 + + + ChkDrop + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 3 + + + TxtGameItemFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 4 + + + ListGameItems + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 5 + + + LblGameItemAmount + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 6 + + + LblGameItemLevel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 7 + + + NUDGameItemAmout + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 8 + + + NUDGameItemLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 9 + + + 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 + + + ChkIncludeSceneId + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 0 + + + LblTp + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 1 + + + LblTpZ + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 2 + + + LblTpY + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 3 + + + BtnTeleport + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 4 + + + LblTpX + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 5 + + + NUDTpZ + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 6 + + + NUDTpY + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 7 + + + NUDTpX + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 8 + + + CmbClimateType + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 9 + + + LblClimateType + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 10 + + + LblSceneDescription + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 11 + + + 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 + + + GrpAccount + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPManage + + + 0 + + + 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 + + + pictureBox2 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAbout + + + 0 + + + LnkGithub + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAbout + + + 1 + + + LblSupportDescription + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAbout + + + 2 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 13 + + + 关于 + + + TPAbout + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 11 + + + GrpServerStatus + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPRemoteCall + + + 0 + + + GrpRemoteCommand + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPRemoteCall + + + 1 + + + TxtHost + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPRemoteCall + + + 2 + + + BtnQueryServerStatus + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPRemoteCall + + + 3 + + + LblHost + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPRemoteCall + + + 4 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 14 + + + 远程 + + + TPRemoteCall + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 12 + + + 12, 12 + + + 610, 275 + + + 4 + + + TCMain + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + 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 + + + CmbLanguage + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + 0 + + + LblLanguage + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + 1 + + + NUDUid + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + 2 + + + ChkIncludeUID + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + 3 + + + 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 + + + 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 + + + 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 + + + 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 + + + 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 True - - GrpCommand + + Fill - - 1 + + 3, 19 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 584, 182 - - 396, 31 + + 0 - - GrpPermission + + FLPCustomCommands - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + groupBox1 + + + 0 + + + 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.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 200, 23 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BtnQueryServerStatus - - - 18 - - - 32, 17 - - - 3 - - - - - - 10 - - - TPItem - - - 3, 3, 3, 3 - - - 3, 19 - - - 10 - - - NUDGameItemAmout - - - TPScene - - - TPWeapon - - - 200, 23 - - - 4 - - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 200, 153 + + TPCustom - - 语言/Language + + 5 - - 20 + + Bottom, Left, Right - - TCMain + + 44, 216 - - TPSpawn + + 305, 23 - - 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 - - + 1 - - GrpTalentLevel + + TxtCustomName - - 10, 48 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GrpServerStatus + + TPCustom - - 24 + + 6 - - 含场景ID - - - 610, 56 - - + Bottom, Left - - 203, 24 + + ChkQuestFilterTEST - - TPHome + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 66, 22 + + GrpQuestFilters - - 602, 245 + + 0 - - 任务 + + ChkQuestFilterUNRELEASED - - 590, 204 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 121, 25 + + GrpQuestFilters - - 星级 + + 1 - - 设置 + + ChkQuestFilterHIDDEN - - + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 602, 245 + + GrpQuestFilters + + + 2 + + + 202, 109 + + + 150, 130 + + + 7 + + + 列表过滤 + + + GrpQuestFilters + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 0 + + + True + + + 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 + + + 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 + + + 添加任务 + + + BtnAddQuest + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 2 + + + Top, Bottom, Left + + + 6, 6 + + + 346, 100 + + + 4 添加或完成任务 提示:许多任务需要服务端脚本支持 因此任务可以接,可以完成,但是不一定可以做 - + + LblQuestDescription + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4, 26 + + TPQuest - - 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 - - - 135, 62 - - - 7, 24 - - - - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NUDWeaponLevel - - - TPHome - - - - - - 602, 245 - - - - - - TCMain - - - True - - - 0 - - - $this - - - 8 - - - - - - True - - - GrpRemoteCommand - - - TPAvatar - - - 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 - - - GrpPermission - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - LnkRCHelp - - - TPRemoteCall - - - True - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSpawnRecord - - - 命令(按住 Ctrl 自动执行) - - - TPAbout - - - 45 - - - GrpAccount - - - 2 - - - 456, 97 - - - - - - 16, 25 - - - 111, 160 - - - 358, 31 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 396, 31 - - - 265, 101 - - - 场景 - - - 未发布的任务 - - - System.Windows.Forms.Label, 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 - - - True - - - 358, 5 - - - - - - - - - 4, 26 - - - LblPerm - - - True - - - - - - 75, 23 - - - UID - - - 0 - - - 0 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 51, 21 - - - - - - NoControl - - - TPWeapon - - - - - - 8 - - - 3 - - - 265, 31 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - 1 - - - LblWeaponRefinement - - - - - - 23, 17 - - - - - - Bottom, Left - - - LblTpX - - - TPScene - - - 14, 17 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 43 - - - Bottom, Left, Right - - - LblPermUID - - - - - - LblGameItemAmount - - - - - - - - - GrpRemoteCommand - - - - - - TPWeapon - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ListGameItems - - - Bottom, Left - - - 服务器地址 - - - 238, 159 - - - 4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 35, 24 - - - GrpCommand - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TxtWeaponFilter - - - 106, 91 - - - Fill - - - 9 - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - Top, Bottom, Left, Right - - - 60, 23 - - - 9 - - - 8 - - - Top, Bottom, Left, Right - - - 场景控制 - -提示:大部分场景没有作用,无法进入。 - - - - - - 3 - - - 标签 - - - GrpTalentLevel - - - Top - - - GrpTalentLevel - - - 10 - - - 11 - - - 6, 219 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 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 - - - Top, Right - - - 2 - - - 90, 190 - - - - - - 12 - - - True - - - True - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - 6 - - - True - - - 1 - - - 3 - - - 32, 17 - - - 87, 134 - - - 生物志 - - - 4 - - - 26, 159 - - - 角色属性 - - - 9 - - - - - - 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 - - - 14 - - - 5 - - - 150, 24 - - - NUDTpX - - - - - - 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 - - - GrpRemoteCommand - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BtnSaveGiveItemLog - - - LblHost - - - 3, 19 - - - GrpPermission - - - 80, 23 - - - --- - - - - - - 4 - - - TPArtifact - - - 等级 - - - 0 - - - - - - 3 - - - - - - 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 - - - ListSubAttributionChecked - - - 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 - - - 3, 3, 3, 3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 32, 17 - - - 203, 51 - - - X 清空 - - - 13 - - - - - - 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 - - - 60, 23 - - - - - - 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 - - - 380, 51 - - - 94, 17 - - - 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 610, 275 - - - 1 - - - 0 - - - 473, 22 - - - 2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Bottom, Left - - - - - - 2 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NUDSubAttributionTimes - - - - - - Top, Right - - - - - - - - - 440, 100 - - - 236, 34 - - - 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 - - - True - - - LblLevel - - - TPSpawn - - - False - - - 3, 3, 3, 3 - - - - - - TPItem - - - 100, 23 - - - GrpQuestFilters - - - - - - 6, 6 - - - 50, 23 - - - - - - 0 - - - TPWeapon - - - 142, 68 - - - 602, 245 - - - - - - TPCustom - - - + 添加 - - - 物品 - - - True - - - 328, 41 - - - - - - 2 - - - 0 - - - 39, 17 - - - NUDStat - - - 9 - - - BtnFinishQuest - - - 137, 216 - - - 0, 0 - - - - - - 1 - - - 1 - - - 50, 23 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - True - - - True - - - True - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - True - - - Top, Bottom, Left - - - 11 - - - True + + Top, Left, Right 358, 5 - - + + 238, 23 - - 32, 17 + + 2 - - 6, 216 + + 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 + + + 265, 31 + + + 75, 23 + + + 10 + + + √ 记录 + + + BtnSaveSpawnLog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 0 + + + False + + + 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 ListSpawnLogs - - + + 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 + + GrpSpawnRecord - - 10 + + 0 - - TPQuest + + 9, 26 - - + + 250, 184 - - 119, 36 + + 8 - - 5 + + 生成记录本 - - 23, 17 + + GrpSpawnRecord - - Bottom + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 256, 216 + + TPSpawn - - TPRemoteCall + + 2 - - 30, 17 + + Fill - - 4, 26 + + 17 - - LblSupportDescription + + 3, 19 - - + + 244, 162 - - 273, 11 + + 9 - - TPScene + + ListSpawnLogs - + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSpawnRecord + + + 0 + + + Bottom, Left + + + RbEntityOrnament + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpEntityType + + + 0 + + + RbEntityAnimal + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpEntityType + + + 1 + + + RbEntityNPC + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpEntityType + + + 2 + + + RbEntityMonster + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpEntityType + + + 3 + + + 265, 101 + + + 87, 134 + + 4 - - 6, 72 + + 列表分类 + + + GrpEntityType + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 3 + + + 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 + + + 3 + + + Top, Bottom, Left, Right + + + True + + + 6, 6 + + + 116, 17 + + + 12 + + + 在玩家附近召唤生物 + + + LblSpawnDescription + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 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 + + + 5 + + + Bottom, Left + + + True + + + 99, 218 + + + 32, 17 + + + 11 + + + 等级 + + + LblEntityLevel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 6 + + + Bottom, Left + + + 43, 216 + + + 50, 23 + + + 2 + + + NUDEntityAmout + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 7 + + + Bottom, Left + + + 137, 216 + + + 50, 23 + + + 3 + + + NUDEntityLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 8 + + + Top, Left, Right + + + 358, 5 + + + 238, 23 + + + 0 + + + TxtEntityFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 9 + + + Top, Bottom, Left, Right + + + 17 + + + 358, 31 + + + 238, 208 + + + 1 ListEntity - - √ 记录 + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPScene + + TPSpawn - - 权限管理 + + 10 - - LnkOpenCommandLabel + + Bottom - - 8 - - - TPArtifact - - - 104, 41 - - - 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 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - FormMain - - + True - - BtnRemoveCustomCommand + + 微软雅黑, 9pt, style=Bold - - LblVerificationCode + + 111, 160 - - TPArtifact + + 380, 51 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveItemRecord - - - TPArtifact + + 5 警告!添加官方未使用的角色可能导致帐号存档损坏,无法进行游戏。 即使删号重来,数据可能也不会清除。因此请谨慎添加 (例如凯特、裸男或者测试角色之类的...) - - + + TopCenter - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + LblAvatarGenWarning - - 5 - - - 5 - - - 4 - - - 188, 216 - - - 8 - - - TPQuest - - - 244, 162 - - - 在玩家附近召唤生物 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 远程执行插件 - - - Bottom, Right - - - 4 - - - ChkQuestFilterHIDDEN - - - 3 - - - 0 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + TPAvatar - - Bottom, Left + + 0 - - 215, 23 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Right - - - TxtAccountUserName - - - 5, 218 - - - - - - 6 - - + Top, Bottom, Left, Right - - TPSpawn + + NoControl - - + + 0, 0 - - TPScene + + 0, 0, 0, 0 - - 6, 6 + + 602, 160 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Zoom - - True - - - 2 - - - 6, 76 - - - ChkQuestFilterTEST - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - False - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - - - - 4, 26 - - - GrpAccount - - - 200, 100 - - - 副词条 - - - 关于 - - - TPCustom - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 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 - - - TPCustom - - - None - - - 32, 17 - - - 311, 8 - - - 349, 3 - - - Top - - - - - - 42 - - - 3, 3, 3, 3 - - - - - - 0 - - - pictureBox1 - - - 5 - - - TPSpawn - - - 远程 - - - True - - - 0 - - - 6 - - - LblArtifactStars - - - TPScene - - - TPScene - - - 6, 6 - - - 68, 17 - - - 等级 - - - - - - - - - - - - GrpServerStatus - - - Fill - - - 发送验证码 - - - 340, 217 - - - True - - - - - - Top - - - 584, 182 - - - - - - FLPCustomCommands - - - 56, 17 - - - × 删除 - - - 0 - - - 3, 3, 3, 3 - - + 4 - - TPArtifact + + ImgAvatar - - 99, 218 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + TPAvatar + + + 1 + + + Bottom + + + True + + + 175, 217 + + 32, 17 - - --- - - + 3 - - RbEntityOrnament + + 角色 - - TPItem + + LblAvatar - - NUDArtifactStars + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 68, 17 + + TPAvatar - - 用户名 - - - RbEntityNPC - - - 圣遗物 - - - TPStats - - - GrpSetStats - - - TCMain - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 等级 - - - 1 - - - 120, 25 - - - LblCustomName - - - TPWeapon - - - 4 - - - 150, 218 - - - - - - 1 - - - BtnCopy - - - 136, 24 - - + 2 Bottom - + True - - 3, 3, 3, 3 + + 340, 217 - - TCMain - - - 13 - - - GrpAccount - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Bottom, Left - - - Top, Bottom, Right - - - 生成 - - - TPRemoteCall - - - 3 - - - × 删除 - - - 等级 - - - GrpServerStatus - - - Q技能 - - - 56, 17 - - - 列表过滤 - - - 1 - - - GrpAccount - - - Top - - - TCMain - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 当前玩家数 - - - 407, 22 - - - 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 - - - 0 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 17 - - - 41, 22 - - - 4, 26 - - - LblArtifactLevel - - - LblGameItemLevel - - - 88, 36 - - - TPWeapon - - - 12 - - - 16, 23 - - - 权限 - - - - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - 7 - - - 管理 - - - 12 - - - TPArtifact - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NUDTpZ - - - TCMain - - - - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 50, 23 - - - - - - 602, 245 - - - 文本浏览器 - - - 75, 21 - - - 1 - - - BtnPermAdd - - - TTip - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 75, 23 - - - 1 - - - 6, 6 - - - 2 - - - ListGiveItemLogs - - - - - - 4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - + 32, 17 - + + 2 + + 等级 - - LblSubAttribution + + LblLevel - - BtnSendVerificationCode - - - 71, 22 - - - ChkDrop - - - 13, 62 - - - 7 - - - 1 - - - 0, 17 - - - 0 - - - 92, 71 - - - 12 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 100, 23 + + TPAvatar - - 62, 21 + + 3 - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Bottom + + + 378, 215 + + + 50, 23 + + + 1 + + + NUDAvatarLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 4 Bottom - - Top, Bottom, Left, Right + + 213, 214 - - RbEntityAnimal + + 121, 25 - + + 0 + + + CmbAvatar + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 5 + + + None + + + LblStatTip + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 37, 28 + + GrpSetStats - + + 0 + + + LblStatPercent + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 1 + + + NUDStat + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 2 + + + CmbStat + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 3 + + + 135, 62 + + + 332, 70 + + + 4 + + + 角色属性 + + + GrpSetStats + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPStats + + + 0 + + + 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 + + + 283, 25 + + + 19, 17 + + + 3 + + + % + + + False + + + LblStatPercent + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 1 + + + 207, 23 + + + 70, 23 + + + 1 + + + NUDStat + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 2 + + + 43, 22 + + + 158, 25 + + + 0 + + + CmbStat + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 3 + + + None + + + LnkTalentE + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpTalentLevel + + + 0 + + + LnkTalentQ + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpTalentLevel + + + 1 + + + LnkTalentNormalATK + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpTalentLevel + + + 2 + + + NUDTalentLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpTalentLevel + + + 3 + + + 135, 138 + + + 332, 57 + + + 3 + + + 技能等级 + + + GrpTalentLevel + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPStats + + + 1 + + True 260, 24 - - + + 39, 17 - - GrpEntityType - - - - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 11 - - - 60, 23 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4 - - - - - - 87, 21 - - - 0, 0, 0, 0 - - - 14, 17 - - - 142, 99 - - - - - - 6, 122 - - - TPSpawn - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - True - - - Zoom - - - 492, 100 - - - 2 - - - True - - - 1 - - - False - - - 142, 129 - - - 66, 22 - - + 3 - - LblClimateType + + E技能 - + + LnkTalentE + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpTalentLevel + + 0 True - - × 删除 - - - 75, 23 - - - TPItem - - - ChkQuestFilterUNRELEASED - - - 11 - - - True - - - 46, 17 - - - 割草机工具箱 - - - 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 - - - GrpSettings - - - 71, 51 - - - 3 - - - 3 - - - 1 - - - E技能 - - - 358, 31 - - - 11 - - - 7 - - - 3, 3, 3, 3 - - - 武器 - - - 265, 60 - - - TPRemoteCall - - - 5 - - - LblEntityLevel - - - TPScene - - - GrpRemoteCommand - - - NUDEntityLevel - - - 56, 17 - - - 602, 245 - - - 6 - - - - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 602, 160 - - - - - - Top, Right - - - True - - - 32, 17 - - - 9 - - - TPScene - - - 主页 - - - - - - 1 - - - TPScene - - - 3 - - - 212, 25 - - - BtnExportCustomCommands - - - Bottom, Left - - - - - - 1 - - - 3 - - - 4, 26 - - - 0 - - - 50, 21 - - - 7 - - - 2 - - - 2 - - - Bottom, Left, Right - - - TPStats - - - - - - - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 289, 25 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 7 - - - 150, 25 - - - True - - - 2 - - - 75, 23 - - - 执行(F5) - - - 50, 23 - - - 8 - - - 6 - - - 44, 216 - - - Github - - - 7 - - - 生成记录本 - - - TPArtifact - - - - - - 44, 22 - - - ChkIncludeSceneId - - - 4 - - - - - - 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 - - - TCMain - - - 238, 23 - - - 100, 23 - - - 75, 23 - - - 283, 233 - - - 126, 23 - 212, 24 - - 50, 23 + + 42, 17 - - Top, Bottom, Left, Right - - - - - - 0 - - - - - - 87, 22 - - - 198, 41 - - - 3 - - - True - - - GrpCommand - - - Bottom, Left - - - 313, 6 - - - - - - - - - 44, 17 - - + 2 - - 6 - - - - - - 90, 23 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpRemoteCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - GrpSettings - - - 4 - - - 1 - - - Bottom, Left - - - 31, 6 - - - 添加任务 - - - 8 - - - 378, 215 - - - GrpEntityType - - - - - - Top, Right - - - CmbAvatar - - - 0 - - - GrpAccount - - - TPScene - - - TPArtifact - - - 4 - - - 账号管理 - - - - - - ListQuest - - - Top - - - 0 - - - 17 - - - TPItem - - - 2 - - - TxtEntityFilter - - - LblArtifactSet - - - 17 - - - 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 - - - 4, 26 + + Q技能 LnkTalentQ - - None + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Top + + GrpTalentLevel - - TPRemoteCall + + 1 - - 生成的命令包含UID + + True - - 5 - - - 3, 19 - - - LblWeaponAmount - - - Bottom, Left - - - 421, 216 - - - 2 - - - GrpAccount - - - 332, 57 - - - 50, 23 - - - 3, 3, 3, 3 - - - 140, 23 - - - 50, 23 - - - --- - - - TPWeapon - - - 20, 19 - - - Bottom, Right - - - 6 - - - 4 - - - 11 - - - 4, 26 - - - - - - TxtCustomName + + 150, 24 56, 17 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - 4 + + 普通攻击 - - 11 + + LnkTalentNormalATK - - 38 - - - 4 - - - 6, 218 - - - TCMain - - - 6, 151 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - TPArtifact - - - LblAddSubAttr - - - 6 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - LblArtifactName - - - Top - - - 363, 36 - - - 14 - - - 102, 216 - - - 套装 - - - 16 - - - 2 - - - Bottom, Right - - - TCMain - - - pictureBox2 - - - 传送 - - - ListScenes - - - TPQuest - - - - - - BtnConnectOpenCommand - - - True - - - - - - Bottom, Left - - - 0 - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 44, 216 - - - 396, 5 - - - GrpRemoteCommand - - - 6 - - - 5 - - - 299, 162 - - + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + GrpTalentLevel - + 2 - - 6, 22 + + 44, 22 - - 精炼等级 + + 100, 23 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 90, 23 - - - 4 - - - LblArtifactLevelTip - - - 6 - - - Top - - - 15 - - - TPStats - - - 查询 - - + 0 - - + + NUDTalentLevel - - 8 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + GrpTalentLevel - - + + 3 - - 213, 214 + + True - + 6, 6 - - NoControl + + 128, 17 - - True - - - 主词条 - - - - - - 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 - - - 0 - - + 2 - - 数量 + + 设置当前活跃角色数据 - - z + + LblStatsDescription - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Fill - - - 6 - - - - - - TPArtifact - - - - - - 5 - - - 5 - - - 载入 - - - - - - Bottom, Right - - - 3 - - - 6 - - - NoControl - - - 导出 - - - LblServerVersionLabel - - - 5 - - - 10 - - - 4, 26 - - - 1 - - - 99, 28 - - - 5 - - - 4 - - - 3 - - - 10 - - - 8 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 126, 23 - - - - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - - - - Bottom, Left - - - 48, 70 - - - Bottom, Left - - - 4 - - - LblTpY - - - - - - TCMain - - - ChkAccountSetUid - - - - - - TPArtifact - - - TPArtifact - - - 602, 245 - - - ListWeapons - - - 1 - - - 37 - - - 140, 140 - - - 43, 216 - - - groupBox1 - - - Top, Bottom, Left, Right - - - Top - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 5 - - - True - - - 21, 53 - - - GrpEntityType - - - 121, 25 - - - 2 - - - 6 - - - 487, 216 - - - TPAbout - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Bottom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - - - - 6 - - - 3 - - - Right - - - 45, 39 - - - 9 - - - 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - 7 - - - 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 - - - ChkAutoCopy - - - 1 - - - 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 - - - 400, 23 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 437, 218 - - - GrpAccount - - - 隐藏的任务 - TPStats - - 7 + + 2 - - BtnAddQuest - - - 0 - - - 1 - - - 200, 208 - - - True - - - 4 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - - - - - - - 0 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 10 - - - 32, 17 - - - True - - - 3, 3, 3, 3 - - - 70, 23 - - - 250, 21 - - - GrpRemoteCommand - - - TPQuest - - - LblAvatarGenWarning - - - True - - - CmbSubAttribution - - - TCMain - - - - - - 147, 23 - - - - - - 6, 105 - - - Bottom - - - 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 - - - 16 - - - 17 - - - 12, 293 - - - - - - 3 - - - 7 - - - 334, 102 - - - NoControl - - - LblArtifactPart - - - - - - 4, 26 - - - 7 - - - - - - 140, 23 - - - LblTp - - - 41, 51 - - - NUDRemotePlayerId - - - 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 - - - 8 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - - - - 设置天气 + + Top, Right 396, 5 - + + 200, 23 + + 8 - - 4 + + TxtWeaponFilter - - 1 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 14 + + TPWeapon - - 473, 22 + + 0 - - TopCenter + + Top, Bottom, Left, Right - - 14 - - - GrpGiveItemRecord - - - TPAvatar - - - 测试任务 - - - 10 - - - 复制 - - + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 6 - - 31, 72 + + 200, 153 - - 角色 - - - 158, 25 - - - 3 + + 7 获取武器 @@ -4066,1057 +4053,2123 @@ >70级 突破5 >80级 突破6 - - - - - 2 - - - 602, 245 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - True - - - 10 - - - GrpTalentLevel - - - 帮助 - - - 3 - - - 9 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6, 49 - LblWeaponDescription - - LblStatsDescription + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NPC + + TPWeapon - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - GrpPermission + + Bottom, Left - + True - - + + 194, 218 - - + + 56, 17 - - 0 + + 6 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 精炼等级 - - NUDEntityAmout + + LblWeaponRefinement - - System.Windows.Forms.PictureBox, 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 - - 微软雅黑, 9pt + + TPWeapon - - TPArtifact - - - 307, 36 - - - TCMain - - - 1 - - - BtnSaveSpawnLog - - - 17 - - - - - - TPHome - - - Top, Left, Right - - - 1 - - - - - - CmbLanguage - - + 2 - - + + Bottom, Left - - Top + + 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 - - System.Windows.Forms.Button, 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 + + + 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 - - 15 + + 0 - - BtnCreateAccount + + 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 + + + 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 + + + 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 + + + Bottom, Left + + + True + + + 257, 217 + + + 51, 21 + + + 4 + + + 掉落 + + + ChkDrop + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 3 + + + Top, Right + + + 396, 5 + + + 200, 23 + + + 0 + + + TxtGameItemFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 4 + + + Top, Bottom, Right + + + 17 + + + 396, 31 + + + 200, 208 + + + 1 + + + ListGameItems + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 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 - - TPQuest + + 6 - - Top + + Bottom, Left - - TPCustom - - - - - - 42, 17 - - + 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 - - 23 + + Bottom, Left - - 数量 + + 44, 216 - - 奖池编辑器 + + 100, 23 - - 1 - - - 8 - - - 0 - - - 80, 23 - - - - - - TxtCommand - - + 2 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NUDGameItemAmout + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 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 TPItem - - + + 9 - - 3, 3, 3, 3 + + True - - Zoom + + 6, 6 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 236, 34 - + + 1 + + + 给玩家指定物品 +说明:可选择直接给到背包或者掉落到世界 + + + LblGiveCommandDescription + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 10 + + + 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 - - 224, 51 + + 6, 105 - - ChkIncludeUID + + 296, 51 - - 3, 3, 3, 3 - - - 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 - - - 540, 60 - - - 2 - - - GrpPermission + + 11 坐标传送 提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送 命令中可以用~表示当前位置,~100表示相对当前100 - - + + LblTp - - - - - 5 - - - 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 - - + + TPScene - - 14, 17 - - - True - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - 3, 4, 3, 4 - - - True - - - TPAvatar - - - 142, 39 - - - 3 - - - LblSceneDescription - - + 1 - - LblLanguage - - - False - - - 3 - - - 2 - True - - LnkTalentE + + 218, 161 - - 2 + + 14, 17 - - NUDArtifactLevel + + 10 - - NUDGameItemLevel - - - 2 - - - Top, Right - - - Top, Bottom, Left, Right - - - 5 - - - 50, 23 - - - 1 - - - TPItem - - - NUDWeaponRefinement - - - - - - 2 - - - TPManage - - - 18 - - - TPQuest - - - 0 - - - LblRemotePlayerId - - - 4, 26 - - - 5 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 355, 216 - - - 3, 3, 3, 3 - - - 5 - - - CmbPerm - - - 4 - - - 12 - - - TPScene + + z LblTpZ - - 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + TPScene - - LblQuestDescription - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 True - - LblServerVersion - - - 1 - - - 238, 23 - - - 0 - - - False - - - 12, 12 - - - groupBox1 - - - 30, 17 - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - TPAvatar - - - 2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4 - - - 296, 51 - - - TPManage - - - 4 - - - 44, 17 - - - 6 - - - GrpEntityType - - - 4 - - - 32, 17 - - - 100, 23 - - - 2 - - - False - - - - - - LblAbout - - - 50, 23 - - - Top, Left, Right - - - - - - CmbStat - - - 194, 218 - - - 7 - - - 0 - - - True - - - LblAvatar - - - 250, 184 - - - 自动 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 列表分类 - - - 17 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 112, 161 - - CenterScreen + + 14, 17 - + + 9 + + + y + + + LblTpY + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17 + + TPScene - - TPItem - - - 407, 22 - - - 44, 216 - - - - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + 3 - - 5 + + 9, 188 - - 549, 24 - - - 数据 - - - - - - - - - 5 - - - 6, 22 - - - - - - 315, 48 - - - TPArtifact - - - - - - 5 - - - TPHome - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 182, 23 - - - 32, 17 - - - LblStatTip - - - 3 - - - 2 - - - GrpSettings - - - 微软雅黑, 10pt, style=Bold - - - None - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 634, 361 - - - test - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - % - - - GrpServerStatus - - - 238, 208 - - - 12 - - - NUDVerificationCode - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 指定UID - - - - - - 3 - - - 4 - - - BtnDeleteAccount - - - 9, 26 - - - 51, 21 - - - System.Windows.Forms.ListBox, 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 - - - 280, 280 - - - 6, 6 - - - GrpSetStats - - - 80, 23 - - - - - - True - - - Left - - - 0 - - - 2 - - - 6 - - - 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 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 5 + + 75, 23 8 - - 26, 28 + + 传送 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + BtnTeleport - - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPItem + + TPScene - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - 1 + + True - - LblPlayerCount + + 6, 161 - + + 14, 17 + + 7 - - BtnInvokeOpenCommand + + x - - TPArtifact + + LblTpX - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 5 + + + 238, 159 + + + 80, 23 6 - - True + + NUDTpZ - - RbEntityMonster + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 305, 23 + + TPScene - - - - - 138, 216 - - - 0 - - - GrpSpawnRecord - - - 4 - - - 11 - - - 540, 60 - - - GrpEntityType - - - TPCustom - - - - - - Bottom, Left - - - True - - - 给玩家指定物品 -说明:可选择直接给到背包或者掉落到世界 - - - - - - 100, 25 - - - 6, 25 - - - 602, 245 - - - 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 - - - - - - 1 - - - True - - - 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 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 掉落 - - - 1 - - - 44, 17 - - - 12 - - - 0 + + 6 132, 159 - - 32, 17 + + 80, 23 - - NUDTalentLevel - - - 3 - - - TPManage - - - - - - 100, 23 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - + 创建 - - - 讨伐对象 - - - - 移除 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 15 - - + 5 - - TPArtifact + + NUDTpY - - 40, 50 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 104, 11 + + TPScene - - 73, 21 + + 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 - - GrpSetStats + + 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 + + + None + + + ChkAccountSetUid + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAccount + + + 0 + + + NUDAccountUid + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAccount + + + 1 + + + BtnDeleteAccount + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAccount + + + 2 + + + BtnCreateAccount + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAccount + + + 3 LblAccountUserName - - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 数量 + + GrpAccount - + + 4 + + + TxtAccountUserName + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAccount + + + 5 + + + 31, 6 + + + 540, 60 + + + 0 + + + 账号管理 + + + GrpAccount + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPManage + + + 0 + + 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 + + + None + + + CmbPerm + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 0 + + + NUDPermUID + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 1 + + + BtmPermRemove + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 2 + + + BtnPermAdd + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 3 + + + LblPerm + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 4 + + + LblPermUID + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 5 + + + 31, 72 + + + 540, 60 + + + 1 + + + 权限管理 + + + GrpPermission + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPManage + + + 1 + + + 250, 21 + + + 150, 25 + + + 7 + + + CmbPerm + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 0 + + + 66, 22 + + + 140, 23 + + + 6 + + + NUDPermUID + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 1 + + + 473, 22 + + + 60, 23 + + + 5 + + + - 移除 + + + BtmPermRemove + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 2 + + + 407, 22 + + + 60, 23 + + + 4 + + + + 添加 + + + BtnPermAdd + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 3 + + + True + + + 212, 25 + + + 32, 17 + + + 2 + + + 权限 + + + LblPerm + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 4 + + + True + + + 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 + + + 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 + + + LnkOpenCommandLabel + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 0 + + + LblOpenCommandSupport + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 1 + + + LblServerVersion + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 2 + + + LblPlayerCount + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 3 + + + LblServerVersionLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 4 + + + 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 + + + True + + + 13, 62 + + + 80, 17 + + + 5 + + + 远程执行插件 + + + LnkOpenCommandLabel + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 0 + + + True + + + 99, 62 + + + 23, 17 + + + 18 + + + --- + + + LblOpenCommandSupport + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 1 + + + True + + + 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 + + + Bottom, Left + + + LnkRCHelp + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpRemoteCommand + + + 0 + + + BtnConnectOpenCommand + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpRemoteCommand + + + 1 + + + BtnSendVerificationCode + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpRemoteCommand + + + 2 + + + LblRemotePlayerId + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpRemoteCommand + + + 3 + + + NUDVerificationCode + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpRemoteCommand + + + 4 + + + LblVerificationCode + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpRemoteCommand + + + 5 + + + NUDRemotePlayerId + + + 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 + + + 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 + + + 126, 23 + + + 8 + + + NUDRemotePlayerId + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpRemoteCommand + + + 6 + + + 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 + 17, 17 + + True + + + 7, 17 + + + 634, 361 + + + 微软雅黑, 9pt + + + 3, 4, 3, 4 + + + 650, 400 + + + CenterScreen + + + 割草机工具箱 + + + 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 + \ No newline at end of file