diff --git a/Source/GrasscutterTools/FormMain.Designer.cs b/Source/GrasscutterTools/FormMain.Designer.cs
index 92dd295..c0e5f6a 100644
--- a/Source/GrasscutterTools/FormMain.Designer.cs
+++ b/Source/GrasscutterTools/FormMain.Designer.cs
@@ -232,11 +232,13 @@ 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);
//
@@ -244,6 +246,7 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.ChkAutoCopy, "ChkAutoCopy");
this.ChkAutoCopy.Name = "ChkAutoCopy";
+ this.TTip.SetToolTip(this.ChkAutoCopy, resources.GetString("ChkAutoCopy.ToolTip"));
this.ChkAutoCopy.UseVisualStyleBackColor = true;
//
// GrpCommand
@@ -255,11 +258,13 @@ namespace GrasscutterTools
this.GrpCommand.Controls.Add(this.TxtCommand);
this.GrpCommand.Name = "GrpCommand";
this.GrpCommand.TabStop = false;
+ this.TTip.SetToolTip(this.GrpCommand, resources.GetString("GrpCommand.ToolTip"));
//
// BtnInvokeOpenCommand
//
resources.ApplyResources(this.BtnInvokeOpenCommand, "BtnInvokeOpenCommand");
this.BtnInvokeOpenCommand.Name = "BtnInvokeOpenCommand";
+ this.TTip.SetToolTip(this.BtnInvokeOpenCommand, resources.GetString("BtnInvokeOpenCommand.ToolTip"));
this.BtnInvokeOpenCommand.UseVisualStyleBackColor = true;
this.BtnInvokeOpenCommand.Click += new System.EventHandler(this.BtnInvokeOpenCommand_Click);
//
@@ -280,22 +285,25 @@ namespace GrasscutterTools
this.TCMain.Controls.Add(this.TPRemoteCall);
this.TCMain.Name = "TCMain";
this.TCMain.SelectedIndex = 0;
+ this.TTip.SetToolTip(this.TCMain, resources.GetString("TCMain.ToolTip"));
//
// TPHome
//
+ resources.ApplyResources(this.TPHome, "TPHome");
this.TPHome.Controls.Add(this.BtnOpenTextMap);
this.TPHome.Controls.Add(this.BtnOpenGachaBannerEditor);
this.TPHome.Controls.Add(this.pictureBox1);
this.TPHome.Controls.Add(this.GrpSettings);
this.TPHome.Controls.Add(this.LblAbout);
- resources.ApplyResources(this.TPHome, "TPHome");
this.TPHome.Name = "TPHome";
+ this.TTip.SetToolTip(this.TPHome, resources.GetString("TPHome.ToolTip"));
this.TPHome.UseVisualStyleBackColor = true;
//
// BtnOpenTextMap
//
resources.ApplyResources(this.BtnOpenTextMap, "BtnOpenTextMap");
this.BtnOpenTextMap.Name = "BtnOpenTextMap";
+ this.TTip.SetToolTip(this.BtnOpenTextMap, resources.GetString("BtnOpenTextMap.ToolTip"));
this.BtnOpenTextMap.UseVisualStyleBackColor = true;
this.BtnOpenTextMap.Click += new System.EventHandler(this.BtnOpenTextMap_Click);
//
@@ -303,6 +311,7 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.BtnOpenGachaBannerEditor, "BtnOpenGachaBannerEditor");
this.BtnOpenGachaBannerEditor.Name = "BtnOpenGachaBannerEditor";
+ this.TTip.SetToolTip(this.BtnOpenGachaBannerEditor, resources.GetString("BtnOpenGachaBannerEditor.ToolTip"));
this.BtnOpenGachaBannerEditor.UseVisualStyleBackColor = true;
this.BtnOpenGachaBannerEditor.Click += new System.EventHandler(this.BtnOpenGachaBannerEditor_Click);
//
@@ -312,6 +321,7 @@ namespace GrasscutterTools
this.pictureBox1.Image = global::GrasscutterTools.Properties.Resources.ImgIconGrasscutter;
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.TabStop = false;
+ this.TTip.SetToolTip(this.pictureBox1, resources.GetString("pictureBox1.ToolTip"));
//
// GrpSettings
//
@@ -323,19 +333,22 @@ namespace GrasscutterTools
this.GrpSettings.Controls.Add(this.LblDefaultUid);
this.GrpSettings.Name = "GrpSettings";
this.GrpSettings.TabStop = false;
+ this.TTip.SetToolTip(this.GrpSettings, resources.GetString("GrpSettings.ToolTip"));
//
// CmbLanguage
//
+ resources.ApplyResources(this.CmbLanguage, "CmbLanguage");
this.CmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbLanguage.FormattingEnabled = true;
- resources.ApplyResources(this.CmbLanguage, "CmbLanguage");
this.CmbLanguage.Name = "CmbLanguage";
+ this.TTip.SetToolTip(this.CmbLanguage, resources.GetString("CmbLanguage.ToolTip"));
this.CmbLanguage.SelectedIndexChanged += new System.EventHandler(this.CmbLanguage_SelectedIndexChanged);
//
// LblLanguage
//
resources.ApplyResources(this.LblLanguage, "LblLanguage");
this.LblLanguage.Name = "LblLanguage";
+ this.TTip.SetToolTip(this.LblLanguage, resources.GetString("LblLanguage.ToolTip"));
//
// NUDUid
//
@@ -346,6 +359,7 @@ namespace GrasscutterTools
0,
0});
this.NUDUid.Name = "NUDUid";
+ this.TTip.SetToolTip(this.NUDUid, resources.GetString("NUDUid.ToolTip"));
this.NUDUid.Value = new decimal(new int[] {
10001,
0,
@@ -356,20 +370,24 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.ChkIncludeUID, "ChkIncludeUID");
this.ChkIncludeUID.Name = "ChkIncludeUID";
+ this.TTip.SetToolTip(this.ChkIncludeUID, resources.GetString("ChkIncludeUID.ToolTip"));
this.ChkIncludeUID.UseVisualStyleBackColor = true;
//
// LblDefaultUid
//
resources.ApplyResources(this.LblDefaultUid, "LblDefaultUid");
this.LblDefaultUid.Name = "LblDefaultUid";
+ this.TTip.SetToolTip(this.LblDefaultUid, resources.GetString("LblDefaultUid.ToolTip"));
//
// LblAbout
//
resources.ApplyResources(this.LblAbout, "LblAbout");
this.LblAbout.Name = "LblAbout";
+ this.TTip.SetToolTip(this.LblAbout, resources.GetString("LblAbout.ToolTip"));
//
// TPCustom
//
+ resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Controls.Add(this.BtnExportCustomCommands);
this.TPCustom.Controls.Add(this.BtnLoadCustomCommands);
this.TPCustom.Controls.Add(this.LblCustomName);
@@ -377,14 +395,15 @@ namespace GrasscutterTools
this.TPCustom.Controls.Add(this.BtnRemoveCustomCommand);
this.TPCustom.Controls.Add(this.BtnSaveCustomCommand);
this.TPCustom.Controls.Add(this.TxtCustomName);
- resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Name = "TPCustom";
+ this.TTip.SetToolTip(this.TPCustom, resources.GetString("TPCustom.ToolTip"));
this.TPCustom.UseVisualStyleBackColor = true;
//
// BtnExportCustomCommands
//
resources.ApplyResources(this.BtnExportCustomCommands, "BtnExportCustomCommands");
this.BtnExportCustomCommands.Name = "BtnExportCustomCommands";
+ this.TTip.SetToolTip(this.BtnExportCustomCommands, resources.GetString("BtnExportCustomCommands.ToolTip"));
this.BtnExportCustomCommands.UseVisualStyleBackColor = true;
this.BtnExportCustomCommands.Click += new System.EventHandler(this.BtnExport_Click);
//
@@ -392,6 +411,7 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.BtnLoadCustomCommands, "BtnLoadCustomCommands");
this.BtnLoadCustomCommands.Name = "BtnLoadCustomCommands";
+ this.TTip.SetToolTip(this.BtnLoadCustomCommands, resources.GetString("BtnLoadCustomCommands.ToolTip"));
this.BtnLoadCustomCommands.UseVisualStyleBackColor = true;
this.BtnLoadCustomCommands.Click += new System.EventHandler(this.BtnImport_Click);
//
@@ -399,6 +419,7 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.LblCustomName, "LblCustomName");
this.LblCustomName.Name = "LblCustomName";
+ this.TTip.SetToolTip(this.LblCustomName, resources.GetString("LblCustomName.ToolTip"));
//
// groupBox1
//
@@ -406,16 +427,19 @@ namespace GrasscutterTools
this.groupBox1.Controls.Add(this.FLPCustomCommands);
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
+ this.TTip.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip"));
//
// FLPCustomCommands
//
resources.ApplyResources(this.FLPCustomCommands, "FLPCustomCommands");
this.FLPCustomCommands.Name = "FLPCustomCommands";
+ this.TTip.SetToolTip(this.FLPCustomCommands, resources.GetString("FLPCustomCommands.ToolTip"));
//
// BtnRemoveCustomCommand
//
resources.ApplyResources(this.BtnRemoveCustomCommand, "BtnRemoveCustomCommand");
this.BtnRemoveCustomCommand.Name = "BtnRemoveCustomCommand";
+ this.TTip.SetToolTip(this.BtnRemoveCustomCommand, resources.GetString("BtnRemoveCustomCommand.ToolTip"));
this.BtnRemoveCustomCommand.UseVisualStyleBackColor = true;
this.BtnRemoveCustomCommand.Click += new System.EventHandler(this.BtnRemoveCustomCommand_Click);
//
@@ -423,6 +447,7 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.BtnSaveCustomCommand, "BtnSaveCustomCommand");
this.BtnSaveCustomCommand.Name = "BtnSaveCustomCommand";
+ this.TTip.SetToolTip(this.BtnSaveCustomCommand, resources.GetString("BtnSaveCustomCommand.ToolTip"));
this.BtnSaveCustomCommand.UseVisualStyleBackColor = true;
this.BtnSaveCustomCommand.Click += new System.EventHandler(this.BtnSaveCustomCommand_Click);
//
@@ -430,9 +455,11 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.TxtCustomName, "TxtCustomName");
this.TxtCustomName.Name = "TxtCustomName";
+ this.TTip.SetToolTip(this.TxtCustomName, resources.GetString("TxtCustomName.ToolTip"));
//
// TPArtifact
//
+ resources.ApplyResources(this.TPArtifact, "TPArtifact");
this.TPArtifact.Controls.Add(this.LblArtifactName);
this.TPArtifact.Controls.Add(this.NUDArtifactStars);
this.TPArtifact.Controls.Add(this.LblArtifactStars);
@@ -452,14 +479,15 @@ namespace GrasscutterTools
this.TPArtifact.Controls.Add(this.LblSubAttribution);
this.TPArtifact.Controls.Add(this.CmbMainAttribution);
this.TPArtifact.Controls.Add(this.LblMainAttribution);
- resources.ApplyResources(this.TPArtifact, "TPArtifact");
this.TPArtifact.Name = "TPArtifact";
+ this.TTip.SetToolTip(this.TPArtifact, resources.GetString("TPArtifact.ToolTip"));
this.TPArtifact.UseVisualStyleBackColor = true;
//
// LblArtifactName
//
resources.ApplyResources(this.LblArtifactName, "LblArtifactName");
this.LblArtifactName.Name = "LblArtifactName";
+ this.TTip.SetToolTip(this.LblArtifactName, resources.GetString("LblArtifactName.ToolTip"));
//
// NUDArtifactStars
//
@@ -475,6 +503,7 @@ namespace GrasscutterTools
0,
0});
this.NUDArtifactStars.Name = "NUDArtifactStars";
+ this.TTip.SetToolTip(this.NUDArtifactStars, resources.GetString("NUDArtifactStars.ToolTip"));
this.NUDArtifactStars.Value = new decimal(new int[] {
5,
0,
@@ -486,11 +515,13 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.LblArtifactStars, "LblArtifactStars");
this.LblArtifactStars.Name = "LblArtifactStars";
+ this.TTip.SetToolTip(this.LblArtifactStars, resources.GetString("LblArtifactStars.ToolTip"));
//
// LblArtifactPart
//
resources.ApplyResources(this.LblArtifactPart, "LblArtifactPart");
this.LblArtifactPart.Name = "LblArtifactPart";
+ this.TTip.SetToolTip(this.LblArtifactPart, resources.GetString("LblArtifactPart.ToolTip"));
//
// CmbArtifactPart
//
@@ -499,6 +530,7 @@ namespace GrasscutterTools
this.CmbArtifactPart.DropDownWidth = 125;
this.CmbArtifactPart.FormattingEnabled = true;
this.CmbArtifactPart.Name = "CmbArtifactPart";
+ this.TTip.SetToolTip(this.CmbArtifactPart, resources.GetString("CmbArtifactPart.ToolTip"));
this.CmbArtifactPart.SelectedIndexChanged += new System.EventHandler(this.CmbArtifactPart_SelectedIndexChanged);
//
// CmbArtifactSet
@@ -508,18 +540,21 @@ namespace GrasscutterTools
this.CmbArtifactSet.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CmbArtifactSet.FormattingEnabled = true;
this.CmbArtifactSet.Name = "CmbArtifactSet";
+ this.TTip.SetToolTip(this.CmbArtifactSet, resources.GetString("CmbArtifactSet.ToolTip"));
this.CmbArtifactSet.SelectedIndexChanged += new System.EventHandler(this.CmbArtifactSet_SelectedIndexChanged);
//
// LblArtifactSet
//
resources.ApplyResources(this.LblArtifactSet, "LblArtifactSet");
this.LblArtifactSet.Name = "LblArtifactSet";
+ this.TTip.SetToolTip(this.LblArtifactSet, resources.GetString("LblArtifactSet.ToolTip"));
//
// LblArtifactLevelTip
//
resources.ApplyResources(this.LblArtifactLevelTip, "LblArtifactLevelTip");
this.LblArtifactLevelTip.ForeColor = System.Drawing.SystemColors.GrayText;
this.LblArtifactLevelTip.Name = "LblArtifactLevelTip";
+ this.TTip.SetToolTip(this.LblArtifactLevelTip, resources.GetString("LblArtifactLevelTip.ToolTip"));
//
// LblAddSubAttr
//
@@ -527,6 +562,7 @@ namespace GrasscutterTools
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
@@ -543,6 +579,7 @@ namespace GrasscutterTools
0,
0});
this.NUDSubAttributionTimes.Name = "NUDSubAttributionTimes";
+ this.TTip.SetToolTip(this.NUDSubAttributionTimes, resources.GetString("NUDSubAttributionTimes.ToolTip"));
this.NUDSubAttributionTimes.Value = new decimal(new int[] {
1,
0,
@@ -555,6 +592,7 @@ namespace GrasscutterTools
this.CmbSubAttributionValue.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbSubAttributionValue.FormattingEnabled = true;
this.CmbSubAttributionValue.Name = "CmbSubAttributionValue";
+ this.TTip.SetToolTip(this.CmbSubAttributionValue, resources.GetString("CmbSubAttributionValue.ToolTip"));
//
// CmbSubAttribution
//
@@ -562,6 +600,7 @@ namespace GrasscutterTools
this.CmbSubAttribution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbSubAttribution.FormattingEnabled = true;
this.CmbSubAttribution.Name = "CmbSubAttribution";
+ this.TTip.SetToolTip(this.CmbSubAttribution, resources.GetString("CmbSubAttribution.ToolTip"));
this.CmbSubAttribution.SelectedIndexChanged += new System.EventHandler(this.CmbSubAttribution_SelectedIndexChanged);
//
// LblClearSubAttrCheckedList
@@ -569,6 +608,7 @@ namespace GrasscutterTools
resources.ApplyResources(this.LblClearSubAttrCheckedList, "LblClearSubAttrCheckedList");
this.LblClearSubAttrCheckedList.Cursor = System.Windows.Forms.Cursors.Hand;
this.LblClearSubAttrCheckedList.Name = "LblClearSubAttrCheckedList";
+ this.TTip.SetToolTip(this.LblClearSubAttrCheckedList, resources.GetString("LblClearSubAttrCheckedList.ToolTip"));
this.LblClearSubAttrCheckedList.Click += new System.EventHandler(this.LblClearSubAttrCheckedList_Click);
//
// ListSubAttributionChecked
@@ -576,6 +616,7 @@ namespace GrasscutterTools
resources.ApplyResources(this.ListSubAttributionChecked, "ListSubAttributionChecked");
this.ListSubAttributionChecked.FormattingEnabled = true;
this.ListSubAttributionChecked.Name = "ListSubAttributionChecked";
+ this.TTip.SetToolTip(this.ListSubAttributionChecked, resources.GetString("ListSubAttributionChecked.ToolTip"));
this.ListSubAttributionChecked.SelectedIndexChanged += new System.EventHandler(this.ListSubAttributionChecked_SelectedIndexChanged);
//
// NUDArtifactLevel
@@ -592,6 +633,7 @@ namespace GrasscutterTools
0,
0});
this.NUDArtifactLevel.Name = "NUDArtifactLevel";
+ this.TTip.SetToolTip(this.NUDArtifactLevel, resources.GetString("NUDArtifactLevel.ToolTip"));
this.NUDArtifactLevel.Value = new decimal(new int[] {
21,
0,
@@ -603,11 +645,13 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.LblArtifactLevel, "LblArtifactLevel");
this.LblArtifactLevel.Name = "LblArtifactLevel";
+ this.TTip.SetToolTip(this.LblArtifactLevel, resources.GetString("LblArtifactLevel.ToolTip"));
//
// LblSubAttribution
//
resources.ApplyResources(this.LblSubAttribution, "LblSubAttribution");
this.LblSubAttribution.Name = "LblSubAttribution";
+ this.TTip.SetToolTip(this.LblSubAttribution, resources.GetString("LblSubAttribution.ToolTip"));
//
// CmbMainAttribution
//
@@ -615,15 +659,18 @@ 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"));
//
// TPWeapon
//
+ resources.ApplyResources(this.TPWeapon, "TPWeapon");
this.TPWeapon.Controls.Add(this.TxtWeaponFilter);
this.TPWeapon.Controls.Add(this.LblWeaponDescription);
this.TPWeapon.Controls.Add(this.LblWeaponRefinement);
@@ -633,35 +680,40 @@ namespace GrasscutterTools
this.TPWeapon.Controls.Add(this.NUDWeaponAmout);
this.TPWeapon.Controls.Add(this.NUDWeaponLevel);
this.TPWeapon.Controls.Add(this.ListWeapons);
- resources.ApplyResources(this.TPWeapon, "TPWeapon");
this.TPWeapon.Name = "TPWeapon";
+ this.TTip.SetToolTip(this.TPWeapon, resources.GetString("TPWeapon.ToolTip"));
this.TPWeapon.UseVisualStyleBackColor = true;
//
// TxtWeaponFilter
//
resources.ApplyResources(this.TxtWeaponFilter, "TxtWeaponFilter");
this.TxtWeaponFilter.Name = "TxtWeaponFilter";
+ this.TTip.SetToolTip(this.TxtWeaponFilter, resources.GetString("TxtWeaponFilter.ToolTip"));
this.TxtWeaponFilter.TextChanged += new System.EventHandler(this.TxtWeaponFilter_TextChanged);
//
// LblWeaponDescription
//
resources.ApplyResources(this.LblWeaponDescription, "LblWeaponDescription");
this.LblWeaponDescription.Name = "LblWeaponDescription";
+ this.TTip.SetToolTip(this.LblWeaponDescription, resources.GetString("LblWeaponDescription.ToolTip"));
//
// LblWeaponRefinement
//
resources.ApplyResources(this.LblWeaponRefinement, "LblWeaponRefinement");
this.LblWeaponRefinement.Name = "LblWeaponRefinement";
+ this.TTip.SetToolTip(this.LblWeaponRefinement, resources.GetString("LblWeaponRefinement.ToolTip"));
//
// LblWeaponAmount
//
resources.ApplyResources(this.LblWeaponAmount, "LblWeaponAmount");
this.LblWeaponAmount.Name = "LblWeaponAmount";
+ this.TTip.SetToolTip(this.LblWeaponAmount, resources.GetString("LblWeaponAmount.ToolTip"));
//
// LblWeaponLevel
//
resources.ApplyResources(this.LblWeaponLevel, "LblWeaponLevel");
this.LblWeaponLevel.Name = "LblWeaponLevel";
+ this.TTip.SetToolTip(this.LblWeaponLevel, resources.GetString("LblWeaponLevel.ToolTip"));
//
// NUDWeaponRefinement
//
@@ -677,6 +729,7 @@ namespace GrasscutterTools
0,
0});
this.NUDWeaponRefinement.Name = "NUDWeaponRefinement";
+ this.TTip.SetToolTip(this.NUDWeaponRefinement, resources.GetString("NUDWeaponRefinement.ToolTip"));
this.NUDWeaponRefinement.Value = new decimal(new int[] {
1,
0,
@@ -693,6 +746,7 @@ namespace GrasscutterTools
0,
0});
this.NUDWeaponAmout.Name = "NUDWeaponAmout";
+ this.TTip.SetToolTip(this.NUDWeaponAmout, resources.GetString("NUDWeaponAmout.ToolTip"));
this.NUDWeaponAmout.Value = new decimal(new int[] {
1,
0,
@@ -714,6 +768,7 @@ namespace GrasscutterTools
0,
0});
this.NUDWeaponLevel.Name = "NUDWeaponLevel";
+ this.TTip.SetToolTip(this.NUDWeaponLevel, resources.GetString("NUDWeaponLevel.ToolTip"));
this.NUDWeaponLevel.Value = new decimal(new int[] {
1,
0,
@@ -726,10 +781,12 @@ namespace GrasscutterTools
resources.ApplyResources(this.ListWeapons, "ListWeapons");
this.ListWeapons.FormattingEnabled = true;
this.ListWeapons.Name = "ListWeapons";
+ this.TTip.SetToolTip(this.ListWeapons, resources.GetString("ListWeapons.ToolTip"));
this.ListWeapons.SelectedIndexChanged += new System.EventHandler(this.WeaponValueChanged);
//
// TPItem
//
+ resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Controls.Add(this.BtnSaveGiveItemLog);
this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog);
this.TPItem.Controls.Add(this.GrpGiveItemRecord);
@@ -741,14 +798,15 @@ namespace GrasscutterTools
this.TPItem.Controls.Add(this.NUDGameItemAmout);
this.TPItem.Controls.Add(this.NUDGameItemLevel);
this.TPItem.Controls.Add(this.LblGiveCommandDescription);
- resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Name = "TPItem";
+ this.TTip.SetToolTip(this.TPItem, resources.GetString("TPItem.ToolTip"));
this.TPItem.UseVisualStyleBackColor = true;
//
// BtnSaveGiveItemLog
//
resources.ApplyResources(this.BtnSaveGiveItemLog, "BtnSaveGiveItemLog");
this.BtnSaveGiveItemLog.Name = "BtnSaveGiveItemLog";
+ this.TTip.SetToolTip(this.BtnSaveGiveItemLog, resources.GetString("BtnSaveGiveItemLog.ToolTip"));
this.BtnSaveGiveItemLog.UseVisualStyleBackColor = true;
this.BtnSaveGiveItemLog.Click += new System.EventHandler(this.BtnSaveGiveItemLog_Click);
//
@@ -756,6 +814,7 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.BtnRemoveGiveItemLog, "BtnRemoveGiveItemLog");
this.BtnRemoveGiveItemLog.Name = "BtnRemoveGiveItemLog";
+ this.TTip.SetToolTip(this.BtnRemoveGiveItemLog, resources.GetString("BtnRemoveGiveItemLog.ToolTip"));
this.BtnRemoveGiveItemLog.UseVisualStyleBackColor = true;
this.BtnRemoveGiveItemLog.Click += new System.EventHandler(this.BtnRemoveGiveItemLog_Click);
//
@@ -765,18 +824,21 @@ namespace GrasscutterTools
this.GrpGiveItemRecord.Controls.Add(this.ListGiveItemLogs);
this.GrpGiveItemRecord.Name = "GrpGiveItemRecord";
this.GrpGiveItemRecord.TabStop = false;
+ this.TTip.SetToolTip(this.GrpGiveItemRecord, resources.GetString("GrpGiveItemRecord.ToolTip"));
//
// ListGiveItemLogs
//
resources.ApplyResources(this.ListGiveItemLogs, "ListGiveItemLogs");
this.ListGiveItemLogs.FormattingEnabled = true;
this.ListGiveItemLogs.Name = "ListGiveItemLogs";
+ this.TTip.SetToolTip(this.ListGiveItemLogs, resources.GetString("ListGiveItemLogs.ToolTip"));
this.ListGiveItemLogs.SelectedIndexChanged += new System.EventHandler(this.ListGiveItemLogs_SelectedIndexChanged);
//
// ChkDrop
//
resources.ApplyResources(this.ChkDrop, "ChkDrop");
this.ChkDrop.Name = "ChkDrop";
+ this.TTip.SetToolTip(this.ChkDrop, resources.GetString("ChkDrop.ToolTip"));
this.ChkDrop.UseVisualStyleBackColor = true;
this.ChkDrop.CheckedChanged += new System.EventHandler(this.GiveItemsInputChanged);
//
@@ -784,6 +846,7 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.TxtGameItemFilter, "TxtGameItemFilter");
this.TxtGameItemFilter.Name = "TxtGameItemFilter";
+ this.TTip.SetToolTip(this.TxtGameItemFilter, resources.GetString("TxtGameItemFilter.ToolTip"));
this.TxtGameItemFilter.TextChanged += new System.EventHandler(this.TxtGameItemFilter_TextChanged);
//
// ListGameItems
@@ -791,17 +854,20 @@ namespace GrasscutterTools
resources.ApplyResources(this.ListGameItems, "ListGameItems");
this.ListGameItems.FormattingEnabled = true;
this.ListGameItems.Name = "ListGameItems";
+ this.TTip.SetToolTip(this.ListGameItems, resources.GetString("ListGameItems.ToolTip"));
this.ListGameItems.SelectedIndexChanged += new System.EventHandler(this.GiveItemsInputChanged);
//
// LblGameItemAmount
//
resources.ApplyResources(this.LblGameItemAmount, "LblGameItemAmount");
this.LblGameItemAmount.Name = "LblGameItemAmount";
+ this.TTip.SetToolTip(this.LblGameItemAmount, resources.GetString("LblGameItemAmount.ToolTip"));
//
// LblGameItemLevel
//
resources.ApplyResources(this.LblGameItemLevel, "LblGameItemLevel");
this.LblGameItemLevel.Name = "LblGameItemLevel";
+ this.TTip.SetToolTip(this.LblGameItemLevel, resources.GetString("LblGameItemLevel.ToolTip"));
//
// NUDGameItemAmout
//
@@ -817,6 +883,7 @@ namespace GrasscutterTools
0,
0});
this.NUDGameItemAmout.Name = "NUDGameItemAmout";
+ this.TTip.SetToolTip(this.NUDGameItemAmout, resources.GetString("NUDGameItemAmout.ToolTip"));
this.NUDGameItemAmout.Value = new decimal(new int[] {
1,
0,
@@ -838,6 +905,7 @@ namespace GrasscutterTools
0,
0});
this.NUDGameItemLevel.Name = "NUDGameItemLevel";
+ this.TTip.SetToolTip(this.NUDGameItemLevel, resources.GetString("NUDGameItemLevel.ToolTip"));
this.NUDGameItemLevel.Value = new decimal(new int[] {
1,
0,
@@ -849,17 +917,19 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.LblGiveCommandDescription, "LblGiveCommandDescription");
this.LblGiveCommandDescription.Name = "LblGiveCommandDescription";
+ this.TTip.SetToolTip(this.LblGiveCommandDescription, resources.GetString("LblGiveCommandDescription.ToolTip"));
//
// 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
@@ -867,6 +937,7 @@ namespace GrasscutterTools
resources.ApplyResources(this.LblAvatarGenWarning, "LblAvatarGenWarning");
this.LblAvatarGenWarning.ForeColor = System.Drawing.Color.Red;
this.LblAvatarGenWarning.Name = "LblAvatarGenWarning";
+ this.TTip.SetToolTip(this.LblAvatarGenWarning, resources.GetString("LblAvatarGenWarning.ToolTip"));
//
// ImgAvatar
//
@@ -874,16 +945,19 @@ namespace GrasscutterTools
this.ImgAvatar.Image = global::GrasscutterTools.Properties.Resources.ImgHome;
this.ImgAvatar.Name = "ImgAvatar";
this.ImgAvatar.TabStop = false;
+ this.TTip.SetToolTip(this.ImgAvatar, resources.GetString("ImgAvatar.ToolTip"));
//
// LblAvatar
//
resources.ApplyResources(this.LblAvatar, "LblAvatar");
this.LblAvatar.Name = "LblAvatar";
+ this.TTip.SetToolTip(this.LblAvatar, resources.GetString("LblAvatar.ToolTip"));
//
// LblLevel
//
resources.ApplyResources(this.LblLevel, "LblLevel");
this.LblLevel.Name = "LblLevel";
+ this.TTip.SetToolTip(this.LblLevel, resources.GetString("LblLevel.ToolTip"));
//
// NUDAvatarLevel
//
@@ -899,6 +973,7 @@ namespace GrasscutterTools
0,
0});
this.NUDAvatarLevel.Name = "NUDAvatarLevel";
+ this.TTip.SetToolTip(this.NUDAvatarLevel, resources.GetString("NUDAvatarLevel.ToolTip"));
this.NUDAvatarLevel.Value = new decimal(new int[] {
1,
0,
@@ -912,10 +987,12 @@ 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);
//
// TPSpawn
//
+ resources.ApplyResources(this.TPSpawn, "TPSpawn");
this.TPSpawn.Controls.Add(this.BtnSaveSpawnLog);
this.TPSpawn.Controls.Add(this.BtnRemoveSpawnLog);
this.TPSpawn.Controls.Add(this.GrpSpawnRecord);
@@ -927,14 +1004,15 @@ namespace GrasscutterTools
this.TPSpawn.Controls.Add(this.NUDEntityLevel);
this.TPSpawn.Controls.Add(this.TxtEntityFilter);
this.TPSpawn.Controls.Add(this.ListEntity);
- resources.ApplyResources(this.TPSpawn, "TPSpawn");
this.TPSpawn.Name = "TPSpawn";
+ this.TTip.SetToolTip(this.TPSpawn, resources.GetString("TPSpawn.ToolTip"));
this.TPSpawn.UseVisualStyleBackColor = true;
//
// BtnSaveSpawnLog
//
resources.ApplyResources(this.BtnSaveSpawnLog, "BtnSaveSpawnLog");
this.BtnSaveSpawnLog.Name = "BtnSaveSpawnLog";
+ this.TTip.SetToolTip(this.BtnSaveSpawnLog, resources.GetString("BtnSaveSpawnLog.ToolTip"));
this.BtnSaveSpawnLog.UseVisualStyleBackColor = true;
this.BtnSaveSpawnLog.Click += new System.EventHandler(this.BtnSaveSpawnLog_Click);
//
@@ -942,6 +1020,7 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.BtnRemoveSpawnLog, "BtnRemoveSpawnLog");
this.BtnRemoveSpawnLog.Name = "BtnRemoveSpawnLog";
+ this.TTip.SetToolTip(this.BtnRemoveSpawnLog, resources.GetString("BtnRemoveSpawnLog.ToolTip"));
this.BtnRemoveSpawnLog.UseVisualStyleBackColor = true;
this.BtnRemoveSpawnLog.Click += new System.EventHandler(this.BtnRemoveSpawnLog_Click);
//
@@ -951,12 +1030,14 @@ namespace GrasscutterTools
this.GrpSpawnRecord.Controls.Add(this.ListSpawnLogs);
this.GrpSpawnRecord.Name = "GrpSpawnRecord";
this.GrpSpawnRecord.TabStop = false;
+ this.TTip.SetToolTip(this.GrpSpawnRecord, resources.GetString("GrpSpawnRecord.ToolTip"));
//
// ListSpawnLogs
//
resources.ApplyResources(this.ListSpawnLogs, "ListSpawnLogs");
this.ListSpawnLogs.FormattingEnabled = true;
this.ListSpawnLogs.Name = "ListSpawnLogs";
+ this.TTip.SetToolTip(this.ListSpawnLogs, resources.GetString("ListSpawnLogs.ToolTip"));
this.ListSpawnLogs.SelectedIndexChanged += new System.EventHandler(this.ListSpawnLogs_SelectedIndexChanged);
//
// GrpEntityType
@@ -968,12 +1049,14 @@ namespace GrasscutterTools
this.GrpEntityType.Controls.Add(this.RbEntityMonster);
this.GrpEntityType.Name = "GrpEntityType";
this.GrpEntityType.TabStop = false;
+ this.TTip.SetToolTip(this.GrpEntityType, resources.GetString("GrpEntityType.ToolTip"));
//
// RbEntityOrnament
//
resources.ApplyResources(this.RbEntityOrnament, "RbEntityOrnament");
this.RbEntityOrnament.Name = "RbEntityOrnament";
this.RbEntityOrnament.TabStop = true;
+ this.TTip.SetToolTip(this.RbEntityOrnament, resources.GetString("RbEntityOrnament.ToolTip"));
this.RbEntityOrnament.UseVisualStyleBackColor = true;
this.RbEntityOrnament.CheckedChanged += new System.EventHandler(this.RbEntity_CheckedChanged);
//
@@ -981,6 +1064,7 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.RbEntityAnimal, "RbEntityAnimal");
this.RbEntityAnimal.Name = "RbEntityAnimal";
+ this.TTip.SetToolTip(this.RbEntityAnimal, resources.GetString("RbEntityAnimal.ToolTip"));
this.RbEntityAnimal.UseVisualStyleBackColor = true;
this.RbEntityAnimal.CheckedChanged += new System.EventHandler(this.RbEntity_CheckedChanged);
//
@@ -988,6 +1072,7 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.RbEntityNPC, "RbEntityNPC");
this.RbEntityNPC.Name = "RbEntityNPC";
+ this.TTip.SetToolTip(this.RbEntityNPC, resources.GetString("RbEntityNPC.ToolTip"));
this.RbEntityNPC.UseVisualStyleBackColor = true;
this.RbEntityNPC.CheckedChanged += new System.EventHandler(this.RbEntity_CheckedChanged);
//
@@ -995,6 +1080,7 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.RbEntityMonster, "RbEntityMonster");
this.RbEntityMonster.Name = "RbEntityMonster";
+ this.TTip.SetToolTip(this.RbEntityMonster, resources.GetString("RbEntityMonster.ToolTip"));
this.RbEntityMonster.UseVisualStyleBackColor = true;
this.RbEntityMonster.CheckedChanged += new System.EventHandler(this.RbEntity_CheckedChanged);
//
@@ -1002,16 +1088,19 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.LblSpawnDescription, "LblSpawnDescription");
this.LblSpawnDescription.Name = "LblSpawnDescription";
+ this.TTip.SetToolTip(this.LblSpawnDescription, resources.GetString("LblSpawnDescription.ToolTip"));
//
// LblEntityAmount
//
resources.ApplyResources(this.LblEntityAmount, "LblEntityAmount");
this.LblEntityAmount.Name = "LblEntityAmount";
+ this.TTip.SetToolTip(this.LblEntityAmount, resources.GetString("LblEntityAmount.ToolTip"));
//
// LblEntityLevel
//
resources.ApplyResources(this.LblEntityLevel, "LblEntityLevel");
this.LblEntityLevel.Name = "LblEntityLevel";
+ this.TTip.SetToolTip(this.LblEntityLevel, resources.GetString("LblEntityLevel.ToolTip"));
//
// NUDEntityAmout
//
@@ -1027,6 +1116,7 @@ namespace GrasscutterTools
0,
0});
this.NUDEntityAmout.Name = "NUDEntityAmout";
+ this.TTip.SetToolTip(this.NUDEntityAmout, resources.GetString("NUDEntityAmout.ToolTip"));
this.NUDEntityAmout.Value = new decimal(new int[] {
1,
0,
@@ -1048,6 +1138,7 @@ namespace GrasscutterTools
0,
0});
this.NUDEntityLevel.Name = "NUDEntityLevel";
+ this.TTip.SetToolTip(this.NUDEntityLevel, resources.GetString("NUDEntityLevel.ToolTip"));
this.NUDEntityLevel.Value = new decimal(new int[] {
1,
0,
@@ -1059,6 +1150,7 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.TxtEntityFilter, "TxtEntityFilter");
this.TxtEntityFilter.Name = "TxtEntityFilter";
+ this.TTip.SetToolTip(this.TxtEntityFilter, resources.GetString("TxtEntityFilter.ToolTip"));
this.TxtEntityFilter.TextChanged += new System.EventHandler(this.TxtEntityFilter_TextChanged);
//
// ListEntity
@@ -1066,50 +1158,57 @@ 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);
//
// TPScene
//
+ resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Controls.Add(this.CmbClimateType);
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;
//
// 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);
//
// 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
@@ -1121,17 +1220,20 @@ namespace GrasscutterTools
this.GrpSetStats.Controls.Add(this.CmbStat);
this.GrpSetStats.Name = "GrpSetStats";
this.GrpSetStats.TabStop = false;
+ this.TTip.SetToolTip(this.GrpSetStats, resources.GetString("GrpSetStats.ToolTip"));
//
// LblStatTip
//
resources.ApplyResources(this.LblStatTip, "LblStatTip");
this.LblStatTip.ForeColor = System.Drawing.SystemColors.GrayText;
this.LblStatTip.Name = "LblStatTip";
+ this.TTip.SetToolTip(this.LblStatTip, resources.GetString("LblStatTip.ToolTip"));
//
// LblStatPercent
//
resources.ApplyResources(this.LblStatPercent, "LblStatPercent");
this.LblStatPercent.Name = "LblStatPercent";
+ this.TTip.SetToolTip(this.LblStatPercent, resources.GetString("LblStatPercent.ToolTip"));
//
// NUDStat
//
@@ -1142,6 +1244,7 @@ namespace GrasscutterTools
0,
0});
this.NUDStat.Name = "NUDStat";
+ this.TTip.SetToolTip(this.NUDStat, resources.GetString("NUDStat.ToolTip"));
this.NUDStat.Value = new decimal(new int[] {
100,
0,
@@ -1151,10 +1254,11 @@ namespace GrasscutterTools
//
// CmbStat
//
+ resources.ApplyResources(this.CmbStat, "CmbStat");
this.CmbStat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbStat.FormattingEnabled = true;
- resources.ApplyResources(this.CmbStat, "CmbStat");
this.CmbStat.Name = "CmbStat";
+ this.TTip.SetToolTip(this.CmbStat, resources.GetString("CmbStat.ToolTip"));
this.CmbStat.SelectedIndexChanged += new System.EventHandler(this.SetStatsInputChanged);
//
// GrpTalentLevel
@@ -1166,6 +1270,7 @@ namespace GrasscutterTools
this.GrpTalentLevel.Controls.Add(this.NUDTalentLevel);
this.GrpTalentLevel.Name = "GrpTalentLevel";
this.GrpTalentLevel.TabStop = false;
+ this.TTip.SetToolTip(this.GrpTalentLevel, resources.GetString("GrpTalentLevel.ToolTip"));
//
// LnkTalentE
//
@@ -1173,6 +1278,7 @@ namespace GrasscutterTools
this.LnkTalentE.Name = "LnkTalentE";
this.LnkTalentE.TabStop = true;
this.LnkTalentE.Tag = "e";
+ this.TTip.SetToolTip(this.LnkTalentE, resources.GetString("LnkTalentE.ToolTip"));
this.LnkTalentE.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked);
//
// LnkTalentQ
@@ -1181,6 +1287,7 @@ namespace GrasscutterTools
this.LnkTalentQ.Name = "LnkTalentQ";
this.LnkTalentQ.TabStop = true;
this.LnkTalentQ.Tag = "q";
+ this.TTip.SetToolTip(this.LnkTalentQ, resources.GetString("LnkTalentQ.ToolTip"));
this.LnkTalentQ.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked);
//
// LnkTalentNormalATK
@@ -1189,6 +1296,7 @@ namespace GrasscutterTools
this.LnkTalentNormalATK.Name = "LnkTalentNormalATK";
this.LnkTalentNormalATK.TabStop = true;
this.LnkTalentNormalATK.Tag = "n";
+ this.TTip.SetToolTip(this.LnkTalentNormalATK, resources.GetString("LnkTalentNormalATK.ToolTip"));
this.LnkTalentNormalATK.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked);
//
// NUDTalentLevel
@@ -1200,6 +1308,7 @@ namespace GrasscutterTools
0,
0});
this.NUDTalentLevel.Name = "NUDTalentLevel";
+ this.TTip.SetToolTip(this.NUDTalentLevel, resources.GetString("NUDTalentLevel.ToolTip"));
this.NUDTalentLevel.Value = new decimal(new int[] {
10,
0,
@@ -1210,13 +1319,15 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.LblStatsDescription, "LblStatsDescription");
this.LblStatsDescription.Name = "LblStatsDescription";
+ this.TTip.SetToolTip(this.LblStatsDescription, resources.GetString("LblStatsDescription.ToolTip"));
//
// 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
@@ -1230,11 +1341,13 @@ namespace GrasscutterTools
this.GrpAccount.Controls.Add(this.TxtAccountUserName);
this.GrpAccount.Name = "GrpAccount";
this.GrpAccount.TabStop = false;
+ this.TTip.SetToolTip(this.GrpAccount, resources.GetString("GrpAccount.ToolTip"));
//
// ChkAccountSetUid
//
resources.ApplyResources(this.ChkAccountSetUid, "ChkAccountSetUid");
this.ChkAccountSetUid.Name = "ChkAccountSetUid";
+ this.TTip.SetToolTip(this.ChkAccountSetUid, resources.GetString("ChkAccountSetUid.ToolTip"));
this.ChkAccountSetUid.UseVisualStyleBackColor = true;
//
// NUDAccountUid
@@ -1246,6 +1359,7 @@ namespace GrasscutterTools
0,
0});
this.NUDAccountUid.Name = "NUDAccountUid";
+ this.TTip.SetToolTip(this.NUDAccountUid, resources.GetString("NUDAccountUid.ToolTip"));
this.NUDAccountUid.Value = new decimal(new int[] {
10001,
0,
@@ -1257,6 +1371,7 @@ namespace GrasscutterTools
resources.ApplyResources(this.BtnDeleteAccount, "BtnDeleteAccount");
this.BtnDeleteAccount.Name = "BtnDeleteAccount";
this.BtnDeleteAccount.Tag = "delete";
+ this.TTip.SetToolTip(this.BtnDeleteAccount, resources.GetString("BtnDeleteAccount.ToolTip"));
this.BtnDeleteAccount.UseVisualStyleBackColor = true;
this.BtnDeleteAccount.Click += new System.EventHandler(this.AccountButtonClicked);
//
@@ -1265,6 +1380,7 @@ namespace GrasscutterTools
resources.ApplyResources(this.BtnCreateAccount, "BtnCreateAccount");
this.BtnCreateAccount.Name = "BtnCreateAccount";
this.BtnCreateAccount.Tag = "create";
+ this.TTip.SetToolTip(this.BtnCreateAccount, resources.GetString("BtnCreateAccount.ToolTip"));
this.BtnCreateAccount.UseVisualStyleBackColor = true;
this.BtnCreateAccount.Click += new System.EventHandler(this.AccountButtonClicked);
//
@@ -1272,11 +1388,13 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.LblAccountUserName, "LblAccountUserName");
this.LblAccountUserName.Name = "LblAccountUserName";
+ this.TTip.SetToolTip(this.LblAccountUserName, resources.GetString("LblAccountUserName.ToolTip"));
//
// TxtAccountUserName
//
resources.ApplyResources(this.TxtAccountUserName, "TxtAccountUserName");
this.TxtAccountUserName.Name = "TxtAccountUserName";
+ this.TTip.SetToolTip(this.TxtAccountUserName, resources.GetString("TxtAccountUserName.ToolTip"));
//
// GrpPermission
//
@@ -1289,14 +1407,16 @@ namespace GrasscutterTools
this.GrpPermission.Controls.Add(this.LblPermUID);
this.GrpPermission.Name = "GrpPermission";
this.GrpPermission.TabStop = false;
+ this.TTip.SetToolTip(this.GrpPermission, resources.GetString("GrpPermission.ToolTip"));
//
// CmbPerm
//
+ resources.ApplyResources(this.CmbPerm, "CmbPerm");
this.CmbPerm.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CmbPerm.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CmbPerm.FormattingEnabled = true;
- resources.ApplyResources(this.CmbPerm, "CmbPerm");
this.CmbPerm.Name = "CmbPerm";
+ this.TTip.SetToolTip(this.CmbPerm, resources.GetString("CmbPerm.ToolTip"));
//
// NUDPermUID
//
@@ -1307,6 +1427,7 @@ namespace GrasscutterTools
0,
0});
this.NUDPermUID.Name = "NUDPermUID";
+ this.TTip.SetToolTip(this.NUDPermUID, resources.GetString("NUDPermUID.ToolTip"));
this.NUDPermUID.Value = new decimal(new int[] {
10001,
0,
@@ -1318,6 +1439,7 @@ namespace GrasscutterTools
resources.ApplyResources(this.BtmPermRemove, "BtmPermRemove");
this.BtmPermRemove.Name = "BtmPermRemove";
this.BtmPermRemove.Tag = "remove";
+ this.TTip.SetToolTip(this.BtmPermRemove, resources.GetString("BtmPermRemove.ToolTip"));
this.BtmPermRemove.UseVisualStyleBackColor = true;
this.BtmPermRemove.Click += new System.EventHandler(this.BtnPermClick);
//
@@ -1326,6 +1448,7 @@ namespace GrasscutterTools
resources.ApplyResources(this.BtnPermAdd, "BtnPermAdd");
this.BtnPermAdd.Name = "BtnPermAdd";
this.BtnPermAdd.Tag = "add";
+ this.TTip.SetToolTip(this.BtnPermAdd, resources.GetString("BtnPermAdd.ToolTip"));
this.BtnPermAdd.UseVisualStyleBackColor = true;
this.BtnPermAdd.Click += new System.EventHandler(this.BtnPermClick);
//
@@ -1333,19 +1456,22 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.LblPerm, "LblPerm");
this.LblPerm.Name = "LblPerm";
+ this.TTip.SetToolTip(this.LblPerm, resources.GetString("LblPerm.ToolTip"));
//
// LblPermUID
//
resources.ApplyResources(this.LblPermUID, "LblPermUID");
this.LblPermUID.Name = "LblPermUID";
+ this.TTip.SetToolTip(this.LblPermUID, resources.GetString("LblPermUID.ToolTip"));
//
// TPAbout
//
+ resources.ApplyResources(this.TPAbout, "TPAbout");
this.TPAbout.Controls.Add(this.pictureBox2);
this.TPAbout.Controls.Add(this.LnkGithub);
this.TPAbout.Controls.Add(this.LblSupportDescription);
- resources.ApplyResources(this.TPAbout, "TPAbout");
this.TPAbout.Name = "TPAbout";
+ this.TTip.SetToolTip(this.TPAbout, resources.GetString("TPAbout.ToolTip"));
this.TPAbout.UseVisualStyleBackColor = true;
//
// pictureBox2
@@ -1354,73 +1480,84 @@ 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
//
@@ -1434,18 +1571,21 @@ 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);
//
@@ -1453,6 +1593,7 @@ 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);
//
@@ -1460,6 +1601,7 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.LblRemotePlayerId, "LblRemotePlayerId");
this.LblRemotePlayerId.Name = "LblRemotePlayerId";
+ this.TTip.SetToolTip(this.LblRemotePlayerId, resources.GetString("LblRemotePlayerId.ToolTip"));
//
// NUDVerificationCode
//
@@ -1475,6 +1617,7 @@ 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,
@@ -1485,6 +1628,7 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.LblVerificationCode, "LblVerificationCode");
this.LblVerificationCode.Name = "LblVerificationCode";
+ this.TTip.SetToolTip(this.LblVerificationCode, resources.GetString("LblVerificationCode.ToolTip"));
//
// NUDRemotePlayerId
//
@@ -1495,6 +1639,7 @@ 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,
@@ -1505,11 +1650,13 @@ 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);
//
@@ -1517,6 +1664,7 @@ namespace GrasscutterTools
//
resources.ApplyResources(this.LblHost, "LblHost");
this.LblHost.Name = "LblHost";
+ this.TTip.SetToolTip(this.LblHost, resources.GetString("LblHost.ToolTip"));
//
// FormMain
//
@@ -1526,6 +1674,7 @@ namespace GrasscutterTools
this.Controls.Add(this.GrpCommand);
this.KeyPreview = true;
this.Name = "FormMain";
+ this.TTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormMain_FormClosed);
this.Load += new System.EventHandler(this.FormMain_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormMain_KeyDown);
diff --git a/Source/GrasscutterTools/FormMain.cs b/Source/GrasscutterTools/FormMain.cs
index b3a74f4..4684921 100644
--- a/Source/GrasscutterTools/FormMain.cs
+++ b/Source/GrasscutterTools/FormMain.cs
@@ -1031,17 +1031,17 @@ namespace GrasscutterTools
private async void BtnInvokeOpenCommand_Click(object sender, EventArgs e)
{
- if (TxtCommand.Text.Length < 2)
- {
- ShowTip("命令不能为空", TxtCommand);
- return;
- }
if (OC == null || !OC.CanInvoke)
{
ShowTip("请先连接到支持[OpenCommand]的服务器", BtnInvokeOpenCommand);
TCMain.SelectedTab = TPRemoteCall;
return;
}
+ if (TxtCommand.Text.Length < 2)
+ {
+ ShowTip("命令不能为空", TxtCommand);
+ return;
+ }
var cmd = TxtCommand.Text.Substring(1);
var btn = sender as Button;
btn.Enabled = false;
diff --git a/Source/GrasscutterTools/FormMain.en-us.resx b/Source/GrasscutterTools/FormMain.en-us.resx
index f842c12..61c0bc9 100644
--- a/Source/GrasscutterTools/FormMain.en-us.resx
+++ b/Source/GrasscutterTools/FormMain.en-us.resx
@@ -117,9 +117,15 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
Copy
+
+
+
54, 21
@@ -127,11 +133,20 @@
Auto
-
- Command
+
+
-
- Home
+
+ Run(F5)
+
+
+
+
+
+ Command (Press and hold Ctrl to run automatically)
+
+
+
120, 23
@@ -139,11 +154,26 @@
TextMapBrowser
+
+
+
Banner editor
-
- Settings
+
+
+
+
+
+
+
+
+
+
+
+
+
+
95, 21
@@ -151,6 +181,18 @@
Include UID
+
+
+
+
+
+
+
+ Settings
+
+
+
+
74, 38
@@ -160,8 +202,14 @@
Have a nice time!
-
- Custom
+
+
+
+
+ Home
+
+
+
533, 216
@@ -172,6 +220,9 @@
Export
+
+
+
467, 216
@@ -181,15 +232,27 @@
Load
+
+
+
30, 17
Tag
+
+
+
+
+
+
List
+
+
+
393, 216
@@ -199,6 +262,9 @@
x Delete
+
+
+
317, 216
@@ -208,11 +274,26 @@
√ Save
+
+
+
267, 23
-
- Artifact
+
+
+
+
+ Custom
+
+
+
+
+
+
+
+
+
298, 41
@@ -223,12 +304,24 @@
Stars
+
+
+
31, 17
Part
+
+
+
+
+
+
+
+
+
87, 11
@@ -238,18 +331,45 @@
Artifact
+
+
+
62, 17
21 is +20
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
50, 17
X Clear
+
+
+
+
+
+
+
+
+
99, 41
@@ -259,6 +379,9 @@
Level
+
+
+
80, 102
@@ -268,6 +391,12 @@
Sub Stat
+
+
+
+
+
+
73, 71
@@ -277,8 +406,17 @@
Main Stat
-
- Weapon
+
+
+
+
+ Artifact
+
+
+
+
+
+
6, 6
@@ -289,6 +427,9 @@
Geive Weapon
+
+
+
203, 218
@@ -298,12 +439,18 @@
Refinement
+
+
+
53, 17
Amount
+
+
+
121, 218
@@ -313,17 +460,35 @@
Lv
+
+
+
282, 216
+
+
+
65, 216
+
+
+
147, 216
-
- Items
+
+
+
+
+
+
+
+ Weapon
+
+
+
@@ -335,6 +500,9 @@
√ Record
+
+
+
Top, Left
@@ -344,17 +512,26 @@
× Delete
+
+
+
Top, Bottom, Left
+
+ 243, 140
+
+
+
+
249, 162
Records
-
- 243, 140
+
+
278, 217
@@ -365,6 +542,9 @@
Drop
+
+
+
Top, Left, Right
@@ -374,6 +554,9 @@
250, 23
+
+
+
Top, Bottom, Left, Right
@@ -383,6 +566,9 @@
250, 208
+
+
+
Bottom, Left
@@ -392,6 +578,9 @@
Amount
+
+
+
171, 218
@@ -401,12 +590,21 @@
Level
+
+
+
65, 216
+
+
+
209, 216
+
+
+
6, 6
@@ -416,8 +614,14 @@
Give item to player
-
- Avatar
+
+
+
+
+ Items
+
+
+
88, 161
@@ -430,6 +634,12 @@
in a corrupted account save, making it impossible to play the game.
The data may not be cleared even if the account is recreated.
+
+
+
+
+
+
135, 217
@@ -439,6 +649,9 @@ The data may not be cleared even if the account is recreated.
Avatar
+
+
+
392, 216
@@ -448,29 +661,50 @@ The data may not be cleared even if the account is recreated.
Lv
+
+
+
418, 214
+
+
+
186, 214
200, 25
-
- Spawn
+
+
+
+
+ Avatar
+
+
+
√ Record
+
+
+
× Delete
+
+
+
+
+
+
Records
-
- Class
+
+
84, 21
@@ -478,24 +712,45 @@ The data may not be cleared even if the account is recreated.
Ornament
+
+
+
65, 21
Animal
+
+
+
+
+
+
75, 21
Monster
+
+
+
+
+ Class
+
+
+
+
81, 17
Spawn entity
+
+
+
Bottom, Left
@@ -505,6 +760,9 @@ The data may not be cleared even if the account is recreated.
Amount
+
+
+
120, 218
@@ -514,24 +772,48 @@ The data may not be cleared even if the account is recreated.
Lv
+
+
+
64, 216
+
+
+
146, 216
-
- Scene
+
+
+
+
+
+
+
+
+
+
+ Spawn
+
+
+
66, 94
+
+
+
54, 17
weather
+
+
+
Top, Bottom, Left, Right
@@ -550,11 +832,17 @@ The data may not be cleared even if the account is recreated.
Tip: Most of the scenes have no effect and cannot be entered.
-
- Stats
+
+
-
- Stats
+
+
+
+
+ Scene
+
+
+
26, 17
@@ -562,8 +850,23 @@ Tip: Most of the scenes have no effect and cannot be entered.
Tip
-
- Talent Level
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Stats
+
+
+
283, 24
@@ -574,6 +877,9 @@ Tip: Most of the scenes have no effect and cannot be entered.
E
+
+
+
259, 24
@@ -583,6 +889,9 @@ Tip: Most of the scenes have no effect and cannot be entered.
Q
+
+
+
178, 24
@@ -592,9 +901,21 @@ Tip: Most of the scenes have no effect and cannot be entered.
NormalATK
+
+
+
128, 23
+
+
+
+
+ Talent Level
+
+
+
+
6, 6
@@ -604,11 +925,14 @@ Tip: Most of the scenes have no effect and cannot be entered.
Set current active Avatar data
-
- Manage
+
+
-
- Account Management
+
+ Stats
+
+
+
49, 21
@@ -616,18 +940,30 @@ Tip: Most of the scenes have no effect and cannot be entered.
UID
+
+
+
270, 23
130, 23
+
+
+
Delete
+
+
+
Create
+
+
+
6, 25
@@ -637,27 +973,51 @@ Tip: Most of the scenes have no effect and cannot be entered.
Username
+
+
+
79, 22
127, 23
-
- Permission Management
+
+
+
+
+ Account Management
+
+
+
+
+
+
+
+
+
Delete
+
+
+
Add
+
+
+
38, 17
Perm
+
+
+
30, 25
@@ -667,29 +1027,104 @@ Tip: Most of the scenes have no effect and cannot be entered.
UID
-
- About
+
+
+
+
+ Permission Management
+
+
+
+
+
+ Manage
+
+
+
+
+
+
Bottom, Left
+
+
+
110, 17
Grasscutter Tools
-
- Remote
+
+
-
- 464, 3
+
+ About
-
- TODO...
+
+
-
- Remote Cell
+
+ 13, 63
+
+
+ 100, 17
+
+
+ OpenCommand
+
+
+
+
+
+ 119, 63
+
+
+
+
+
+ 119, 29
+
+
+
+
+
+ 119, 46
+
+
+
+
+
+ 25, 29
+
+
+ 88, 17
+
+
+ Game version
+
+
+
+
+
+ 34, 46
+
+
+ 79, 17
+
+
+ Player count
+
+
+
+
+
+ Server status
+
+
+
35, 17
@@ -697,11 +1132,62 @@ Tip: Most of the scenes have no effect and cannot be entered.
Help
-
- 29, 17
+
+
-
- Key
+
+ Connect
+
+
+
+
+
+ Send Code
+
+
+
+
+
+
+
+
+
+
+
+ 39, 17
+
+
+ Code
+
+
+
+
+
+
+
+
+ Remote Cell
+
+
+
+
+
+ 167, 23
+
+
+
+
+
+ 292, 36
+
+
+ 65, 23
+
+
+ Query
+
+
+
35, 17
@@ -709,10 +1195,22 @@ Tip: Most of the scenes have no effect and cannot be entered.
Host
-
- Test
+
+
+
+
+ Remote
+
+
+
+
+
+
GrasscutterTools
+
+
+
\ No newline at end of file
diff --git a/Source/GrasscutterTools/FormMain.resx b/Source/GrasscutterTools/FormMain.resx
index 975ff22..67cfc35 100644
--- a/Source/GrasscutterTools/FormMain.resx
+++ b/Source/GrasscutterTools/FormMain.resx
@@ -117,1263 +117,2964 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top, Left, Right
-
-
-
- 87, 22
-
-
- 400, 23
-
-
- 0
-
-
- TxtCommand
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- 3
-
-
- Top, Right
-
-
- 493, 22
-
-
- 50, 23
-
-
- 1
-
-
- 复制
-
-
- BtnCopy
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- 1
-
-
- Top, Right
-
-
- True
-
-
- 549, 24
-
-
- 51, 21
-
-
- 2
-
-
- 自动
-
-
- ChkAutoCopy
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- 2
-
-
- Bottom, Left, Right
-
-
- 6, 22
-
-
- 75, 23
-
3
-
- 执行(F5)
+
+
+ 283, 25
-
- BtnInvokeOpenCommand
+
+ 6, 218
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- 0
-
-
- 12, 293
-
-
- 610, 56
-
-
- 3
-
-
- 命令(按住 Ctrl 自动执行)
-
-
- GrpCommand
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 1
-
-
- Top, Bottom, Left, Right
-
-
- 112, 122
-
-
- 100, 23
-
-
- 8
-
-
- 文本浏览器
-
-
- BtnOpenTextMap
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 0
-
-
- Bottom, Right
-
-
- 6, 122
-
-
- 100, 23
-
-
- 7
-
-
- 奖池编辑器
-
-
- BtnOpenGachaBannerEditor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 1
-
-
- Top, Bottom, Left, Right
-
-
- NoControl
-
-
- 313, 6
-
-
- 283, 233
-
-
- CenterImage
-
-
- 6
-
-
- pictureBox1
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 2
-
-
- Bottom, Left
-
-
- 41, 51
-
-
- 100, 25
-
-
- 6
-
-
- CmbLanguage
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 0
-
-
- True
-
-
- 147, 54
-
-
- 94, 17
-
-
- 5
-
-
- 语言/Language
-
-
- LblLanguage
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 1
-
-
- 41, 22
-
-
- 100, 23
-
-
- 3
-
-
- NUDUid
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 2
-
-
- True
-
-
- 147, 23
-
-
- 133, 21
-
-
- 4
-
-
- 生成的命令包含UID
-
-
- ChkIncludeUID
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 3
-
-
- True
-
-
- 7, 24
-
-
- 30, 17
-
-
- 1
-
-
- UID
-
-
- LblDefaultUid
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 4
-
-
- 6, 151
-
-
- 301, 88
-
-
- 5
-
-
- 设置
-
-
- GrpSettings
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 3
-
-
- Left
-
-
- True
-
-
- 微软雅黑, 13pt
-
-
- 88, 36
-
-
- 136, 24
-
-
- 0
-
-
- 祝你玩得愉快!
-
-
- LblAbout
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 4
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 0
-
-
- 主页
-
-
- TPHome
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 0
-
-
- Bottom, Right
-
-
- 543, 216
-
-
- 50, 23
-
-
- 7
-
-
- 导出
-
-
- BtnExportCustomCommands
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 0
-
-
- Bottom, Right
-
-
- 487, 216
-
-
- 50, 23
-
-
- 6
-
-
- 载入
-
-
- BtnLoadCustomCommands
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 1
-
-
- Bottom, Left
-
-
- True
-
-
- 6, 219
-
-
- 32, 17
-
-
- 5
-
-
- 标签
-
-
- LblCustomName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 2
-
-
- Top, Bottom, Left, Right
-
-
- True
-
-
- Fill
-
-
- 3, 19
-
-
- 584, 182
-
-
- 0
-
-
- FLPCustomCommands
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 0
-
-
- 6, 6
-
-
- 590, 204
-
-
- 1
-
-
- 列表
-
-
- groupBox1
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 3
-
-
- Bottom, Right
-
-
- 421, 216
-
-
- 60, 23
-
-
- 4
-
-
- × 删除
-
-
- BtnRemoveCustomCommand
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 4
-
-
- Bottom, Right
-
-
- 355, 216
-
-
- 60, 23
-
-
- 3
-
-
- √ 保存
-
-
- BtnSaveCustomCommand
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 5
-
-
- Bottom, Left, Right
-
-
- 44, 216
-
-
- 305, 23
-
-
- 1
-
-
- TxtCustomName
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 6
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 1
-
-
- 自定义
-
-
- TPCustom
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 1
+
+ LblPlayerCountLabel
+
Top
-
- True
-
-
- 437, 11
-
-
- 0, 17
-
-
- 45
-
-
- LblArtifactName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 0
-
-
- Top
+
+ 19, 17
366, 39
-
- 65, 23
+
+ 17
-
- 3
-
-
- NUDArtifactStars
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 1
-
-
- 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
-
-
- 2
-
-
- 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
-
-
- 3
-
-
- Top
-
-
- 311, 8
-
-
- 120, 25
-
-
- 1
-
-
- CmbArtifactPart
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 4
-
-
- Top
-
-
- 142, 8
-
-
- 125, 25
-
-
- 0
-
-
- CmbArtifactSet
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 5
-
-
- Top
-
-
- True
-
-
- 104, 11
-
-
- 32, 17
-
-
- 38
-
-
- 套装
-
-
- LblArtifactSet
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 6
-
-
- Top
-
-
- 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
-
-
- 7
-
-
- Top
-
-
- True
-
-
- 微软雅黑, 10pt, style=Bold
-
-
- 492, 100
-
-
- 20, 19
-
-
- 8
-
-
- +
-
-
- LblAddSubAttr
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 8
-
-
- Top
-
-
- 440, 100
-
-
- 51, 23
-
-
- 7
-
-
- NUDSubAttributionTimes
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 9
-
-
- Top
-
-
- 311, 98
-
-
- 120, 25
-
-
- 6
-
-
- CmbSubAttributionValue
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 10
+
+
Top
-
- 142, 99
+
+
-
- 163, 25
+
+ 8
-
- 5
+
+ TPSpawn
-
- CmbSubAttribution
+
+
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ GrpTalentLevel
-
- TPArtifact
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 11
+
+ LnkRCHelp
-
- Top
+
+ 60, 23
-
- True
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 437, 218
+
+
-
- 44, 17
-
-
- 10
-
-
- X 清空
+
+ 0
LblClearSubAttrCheckedList
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 133, 21
-
- TPArtifact
+
+ 25, 45
-
- 12
+
+ NUDAvatarLevel
-
- Top, Bottom
+
+
-
- 17
+
+ 3, 3, 3, 3
-
- 142, 129
+
+ 5
-
- 289, 106
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 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
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 副词条
+
+ 5
-
- LblSubAttribution
+
+ 96, 17
-
+
+ 连接
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPArtifact
+
+ 257, 217
-
- 16
+
+ 3
-
- Top
+
+
-
- 142, 68
+
+
-
- 289, 25
+
+ 6
-
- 4
+
+ TCMain
-
- CmbMainAttribution
+
+ 66, 22
-
+
+
+
+
+ 祝你玩得愉快!
+
+
+ TPWeapon
+
+
+ 6
+
+
+ NUDRemotePlayerId
+
+
+ CenterImage
+
+
+ 1
+
+
System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPArtifact
+
+ 目标UID
-
- 17
+
+ 3
-
- Top
+
+ 135, 138
-
- True
+
+ 99, 45
-
- 92, 71
+
+ 51, 23
-
- 44, 17
+
+ 5
-
- 20
+
+ 4
-
- 主词条
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 9
+
+
+ GrpSetStats
+
+
+ LblStatPercent
+
+
+ 311, 98
+
+
+ TPAbout
+
+
+ LblGiveCommandDescription
+
+
+ GrpTalentLevel
LblMainAttribution
-
+
+ TPScene
+
+
+ 提示
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPArtifact
+
+ 75, 23
+
+
+ 0
+
+
+ TPSpawn
+
+
+ 5
+
+
+ 125, 25
+
+
+
+
+
+ 角色
+
+
+ 2
+
+
+ 315, 77
+
+
+ 服务器状态
+
+
+ CenterScreen
+
+
+ GrpPermission
+
+
+ TPSpawn
+
+
+ BtnRemoveSpawnLog
+
+
+ Top
+
+
+ 3
+
+
+ GrpCommand
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 396, 31
+
+
+ GrpPermission
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnSaveCustomCommand
+
+
+ 200, 23
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnQueryServerStatus
18
-
- 4, 26
+
+ 32, 17
-
+
+ 3
+
+
+
+
+
+ 1
+
+
+ TPItem
+
+
3, 3, 3, 3
-
- 602, 245
+
+ 3, 19
-
- 2
+
+ 10
-
- 圣遗物
+
+ NUDGameItemAmout
-
- TPArtifact
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 2
-
-
- Top, Right
-
-
- 396, 5
+
+ TPWeapon
200, 23
+
+ 4
+
+
+ 200, 153
+
+
+ 语言/Language
+
+
+ 20
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ +
+
+
+ 602, 245
+
+
+ 1
+
+
+ GrpTalentLevel
+
+
+ 10, 48
+
+
+ GrpServerStatus
+
+
+ 24
+
+
+ 610, 56
+
+
+ Bottom, Left
+
+
+ 203, 24
+
+
+ TPHome
+
+
+ 602, 245
+
+
+ 590, 204
+
+
+ 121, 25
+
+
+ 设置
+
+
+
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4, 26
+
+
+ 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
+
+
+ 割草机工具箱
+
+这是一个免费且开源的项目
+如果觉得这对你很有帮助,可以为我点一个免费的Star
+如果愿意请我喝一杯奶茶,那就更好了 : )
+指令生成有问题,或者有新的功能请求,都可以来Github提出
+
+
+ 135, 62
+
+
+ 7, 24
+
+
+ Top
+
+
+
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NUDWeaponLevel
+
+
+ TPHome
+
+
+
+
+
+ 602, 245
+
+
+
+
+
+ TCMain
+
+
+ True
+
+
+ 182, 23
+
+
+ 0
+
+
+ $this
+
+
+ 8
+
+
+ https://127.0.0.1
+
+
+ True
+
+
+ GrpRemoteCommand
+
+
+ 0
+
+
+ 0
+
+
+ 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
+
+
+
+
+
+ GrpPermission
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
8
-
- TxtWeaponFilter
+
+ TPRemoteCall
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
+
+
+ 7
+
+
+ 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
+
+
+ 5
+
+
+ 场景
+
+
+
+
+
+ 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
+
+
+ Bottom, Left
+
+
+ 3
+
+
+ 250, 239
+
+
+ 1
+
+
+ True
+
+
+ UID
+
+
+ GrpSettings
+
+
+ True
+
+
+ 358, 5
+
+
+
+
+
+ Fill
+
+
+
+
+
+ 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
+
+
+
TPWeapon
-
- 0
+
+ 602, 245
-
+
+ 8
+
+
+ 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
+
+
+ 1
+
+
+ LblWeaponRefinement
+
+
+ ChkIncludeUID
+
+
+
+
+
+ 23, 17
+
+
+
+
+
+ Bottom, Left
+
+
+
+
+
+
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 43
+
+
+ Bottom, Left, Right
+
+
+ LblPermUID
+
+
+
+
+
+ 100, 218
+
+
+ LblGameItemAmount
+
+
+
+
+
+ GrpRemoteCommand
+
+
+
+
+
+ TPWeapon
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ListGameItems
+
+
+ Bottom, Left
+
+
+ 服务器地址
+
+
+ 4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 35, 24
+
+
+ GrpCommand
+
+
+ TxtWeaponFilter
+
+
+ 106, 91
+
+
+ Fill
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
Top, Bottom, Left, Right
-
+
+ 60, 23
+
+
+ 9
+
+
+ 4
+
+
+ Top, Bottom, Left, Right
+
+
+ 场景控制
+
+提示:大部分场景没有作用,无法进入。
+
+
+ TPArtifact
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
+
+
+ 标签
+
+
+ Top
+
+
+ GrpTalentLevel
+
+
+ 10
+
+
+ 2
+
+
+ 188, 216
+
+
+ 6, 219
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 3
+
+
+ CmbMainAttribution
+
+
+ 100, 23
+
+
+
+
+
+ 11
+
+
+ True
+
+
+ True
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 2
+
+
+ 6
+
+
+ True
+
+
+ 1
+
+
+ 3
+
+
+ 32, 17
+
+
+ 37
+
+
+ 87, 134
+
+
+ 生物志
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Left
+
+
+ 340, 217
+
+
+ 7
+
+
+
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 238, 23
+
+
+ LblDefaultUid
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 14
+
+
+ 4, 26
+
+
+ 5
+
+
+ 150, 24
+
+
+
+
+
+ 142, 8
+
+
+ 100, 23
+
+
+ 44, 17
+
+
+ 6, 103
+
+
+ 0
+
+
+ 200, 208
+
+
+ GrpRemoteCommand
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnSaveGiveItemLog
+
+
+ LblHost
+
+
+ 3, 19
+
+
+ GrpPermission
+
+
+ ---
+
+
+ LblLevel
+
+
+ 4
+
+
+ TPArtifact
+
+
+ 等级
+
+
+ 0
+
+
+
+
+
+ 163, 25
+
+
+ 650, 400
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6, 6
+
+
+ 100, 23
+
+
+ NoControl
+
+
+ ListSubAttributionChecked
+
+
+ Top, Bottom, Right
+
+
+ BtnRemoveGiveItemLog
+
+
+ 6
+
+
+ TPAvatar
+
+
+ TPItem
+
+
+ True
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 238, 208
+
+
+
+
+
+ 51, 21
+
+
+ 32, 17
+
+
+ 203, 51
+
+
+ X 清空
+
+
+ 13
+
+
+
+
+
+ Top, Bottom, Left, Right
+
+
+ BtmPermRemove
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ListEntity
+
+
+ Top, Bottom, Left, Right
+
+
+ 普通攻击
+
+
+
+
+
+ 54, 17
+
+
+
+
+
+ True
+
+
+ TPCustom
+
+
+ 32, 17
+
+
+ 602, 245
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ TPSpawn
+
+
+ 207, 23
+
+
+ Bottom, Left
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 94, 17
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 610, 275
+
+
+ 0
+
+
+ 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
+
+
+
+
+
+
+
+
+ 440, 100
+
+
+ 380, 51
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ 68, 94
+
+
+ NoControl
+
+
+ NUDAccountUid
+
+
+ 2
+
+
+ 294, 22
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ 1
+
+
+ True
+
+
+ 3
+
+
+ 150, 218
+
+
+ 3, 3, 3, 3
+
+
+
+
+
+ TPItem
+
+
+ 100, 23
+
+
+
+
+
True
6, 3
-
- 200, 153
+
+ 50, 23
+
+
+
+
+
+ 4
+
+
+ TPWeapon
+
+
+ 142, 68
+
+
+ 602, 245
+
+
+
+
+
+ TPCustom
+
+
+ + 添加
+
+
+ 物品
+
+
+ True
+
+
+ 328, 41
+
+
+
+
+
+ 2
+
+
+ 0
+
+
+ 39, 17
+
+
+ NUDStat
+
+
+ 9
+
+
+ 137, 216
+
+
+ 0, 0
+
+
+
+
+
+ 1
+
+
+ 1
+
+
+ 50, 23
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+
+
+
+ True
+
+
+ 13
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top, Right
+
+
+
+
+
+ True
+
+
+
+
+
+ 32, 17
+
+
+ ListSpawnLogs
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 10
+
+
+
+
+
+ 119, 36
+
+
+ 23, 17
+
+
+ Bottom
+
+
+ 256, 216
+
+
+ TPRemoteCall
+
+
+ 30, 17
+
+
+ 4, 26
+
+
+ LblSupportDescription
+
+
+ 273, 11
+
+
+ 4
+
+
+ 6, 97
+
+
+
+
+
+ √ 记录
+
+
+ 权限管理
+
+
+ LnkOpenCommandLabel
+
+
+ TPArtifact
+
+
+ 104, 41
+
+
+ 289, 106
+
+
+ Bottom, Left
+
+
+ 309, 132
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ FormMain
+
+
+ True
+
+
+ BtnRemoveCustomCommand
+
+
+ LblVerificationCode
+
+
+ TPArtifact
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveItemRecord
+
+
+ 警告!添加官方未使用的角色可能导致帐号存档损坏,无法进行游戏。
+即使删号重来,数据可能也不会清除。因此请谨慎添加
+(例如凯特、裸男或者测试角色之类的...)
+
+
+ TPSpawn
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+ 5
+
+
+ 4
+
+
+ 634, 361
+
+
+ 8
+
+
+ 244, 162
+
+
+ 在玩家附近召唤生物
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 远程执行插件
+
+
+ √ 保存
+
+
+ 4
+
+
+ 17
+
+
+ 3
+
+
+ 0
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ Bottom, Left
+
+
+ 215, 23
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top, Right
+
+
+ TxtAccountUserName
+
+
+ 5, 218
+
+
+
+
+
+ 6
+
+
+ TPSpawn
+
+
+ 32, 17
+
+
+ 摆件
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 2
+
+
+ 6, 76
+
+
+ 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
+
+
+
+
+
+ Bottom
+
+
+ 437, 11
+
+
+ TPCustom
+
+
+ None
+
+
+ 32, 17
+
+
+ 311, 8
+
+
+ 349, 3
+
+
+ Top
+
+
+
+
+
+ 42
+
+
+ 3, 3, 3, 3
+
+
+
+
+
+ pictureBox1
+
+
+ TPSpawn
+
+
+ 远程
+
+
+ True
+
+
+ 0
+
+
+ LblArtifactStars
+
+
+
+
+
+ TPScene
+
+
+ 7, 11
+
+
+ 68, 17
+
+
+ 等级
+
+
+
+
+
+
+
+
+
+
+
+ GrpServerStatus
+
+
+ 378, 215
+
+
+ 发送验证码
+
+
+ True
+
+
+
+
+
+ GrpRemoteCommand
+
+
+ 584, 182
+
+
+
+
+
+ FLPCustomCommands
+
+
+ 56, 17
+
+
+ × 删除
+
+
+ 0
+
+
+ Top
+
+
+ 3, 3, 3, 3
+
+
+ 4
+
+
+ TPArtifact
+
+
+ True
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 265, 101
+
+
+ 99, 218
+
+
+ 32, 17
+
+
+ ---
+
+
+ 3
+
+
+ RbEntityOrnament
+
+
+ TPItem
+
+
+ NUDArtifactStars
+
+
+ 68, 17
+
+
+ 用户名
+
+
+ RbEntityNPC
+
+
+ 圣遗物
+
+
+ TPStats
+
+
+ GrpSetStats
+
+
+ TCMain
+
+
+ 0, 17
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 等级
+
+
+ 1
+
+
+ 120, 25
+
+
+ LblCustomName
+
+
+ TPWeapon
+
+
+ 4
+
+
+ True
+
+
+
+
+
+ 1
+
+
+ BtnCopy
+
+
+ 136, 24
+
+
+ 2
+
+
+ Bottom
+
+
+ True
+
+
+ 3, 3, 3, 3
+
+
+ TCMain
+
+
+ True
+
+
+ System.Windows.Forms.Label, 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
+
+
+ Bottom, Left
+
+
+ Top, Bottom, Right
+
+
+ 生成
+
+
+ TPRemoteCall
+
+
+ × 删除
+
+
+ 等级
+
+
+ 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
+
+
+ LblEntityLevel
+
+
+ 41, 22
+
+
+ TPItem
+
+
+ 4, 26
+
+
+ LblArtifactLevel
+
+
+ LblGameItemLevel
+
+
+ 88, 36
+
+
+ TPWeapon
+
+
+ 3
+
+
+ 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
+
+
+ 332, 70
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 50, 23
+
+
+
+
+
+ 602, 245
+
+
+ 文本浏览器
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ TTip
+
+
+
+
+
+ True
+
+
+ 1
+
+
+ 6, 3
+
+
+ 2
+
+
+ ListGiveItemLogs
+
+
+ 3, 3, 3, 3
+
+
+ TPWeapon
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ 32, 17
+
+
+ 等级
+
+
+ LblSubAttribution
+
+
+ BtnSendVerificationCode
+
+
+ 71, 22
+
+
+ ChkDrop
+
+
+ 13, 62
7
+
+ 1
+
+
+ 0
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 100, 23
+
+
+ 62, 21
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 92, 71
+
+
+ Top, Bottom, Left, Right
+
+
+ RbEntityAnimal
+
+
+ TPAvatar
+
+
+ 37, 28
+
+
+ True
+
+
+ 260, 24
+
+
+
+
+
+ GrpEntityType
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 10
+
+
+ 60, 23
+
+
+ 11
+
+
+ 6
+
+
+
+
+
+ 0, 0, 0, 0
+
+
+ 142, 99
+
+
+
+
+
+ 6, 122
+
+
+ TPSpawn
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ Zoom
+
+
+ 7
+
+
+ 2
+
+
+ True
+
+
+ 1
+
+
+ False
+
+
+ 142, 129
+
+
+ 66, 22
+
+
+ 3
+
+
+ LblClimateType
+
+
+ 3
+
+
+ True
+
+
+ × 删除
+
+
+ 75, 23
+
+
+ TPItem
+
+
+ 11
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 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技能
+
+
+ 角色属性
+
+
+ 3, 3, 3, 3
+
+
+ 武器
+
+
+ 265, 60
+
+
+ TPRemoteCall
+
+
+ 5
+
+
+ GrpRemoteCommand
+
+
+ NUDEntityLevel
+
+
+ 56, 17
+
+
+ 602, 245
+
+
+ 6
+
+
+
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 13
+
+
+ 602, 160
+
+
+
+
+
+ Top, Right
+
+
+ True
+
+
+ 9
+
+
+ TPScene
+
+
+ 主页
+
+
+ 3, 3, 3, 3
+
+
+
+
+
+ 1
+
+
+ 3
+
+
+ 212, 25
+
+
+ BtnExportCustomCommands
+
+
+
+
+
+
+
+
+ 1
+
+
+ 21为游戏内20级
+
+
+ NPC
+
+
+ 50, 21
+
+
+ 7
+
+
+ 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
+
+
+ TCMain
+
+
+ 执行(F5)
+
+
+ 50, 23
+
+
+ 8
+
+
+ 6
+
+
+ 44, 216
+
+
+ Github
+
+
+ 7
+
+
+ 生成记录本
+
+
+
+
+
+
+
+
+ 44, 22
+
+
+ 4
+
+
+
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnLoadCustomCommands
+
+
+ GrpAccount
+
+
+ Top, Left, Right
+
+
+ Bottom, Left
+
+
+ 602, 245
+
+
+ TCMain
+
+
+ 100, 23
+
+
+ 75, 23
+
+
+ 283, 233
+
+
+ 126, 23
+
+
+ 212, 24
+
+
+ 50, 23
+
+
+ Top, Bottom, Left, Right
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ 0
+
+
+
+
+
+ 87, 22
+
+
+ 198, 41
+
+
+ 3
+
+
+ True
+
+
+ GrpCommand
+
+
+ Bottom, Left
+
+
+ 313, 6
+
+
+
+
+
+ 44, 17
+
+
+ 2
+
+
+ 6
+
+
+
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpRemoteCommand
+
+
+ GrpSettings
+
+
+ GrpSettings
+
+
+ 4
+
+
+ 1
+
+
+ 31, 6
+
+
+ 8
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpEntityType
+
+
+
+
+
+ Top, Right
+
+
+
+
+
+ 0
+
+
+ GrpAccount
+
+
+ TPScene
+
+
+ 4
+
+
+
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17
+
+
+ TPItem
+
+
+ 2
+
+
+ TxtEntityFilter
+
+
+ LblArtifactSet
+
+
+ TPAvatar
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4, 26
+
+
+ LnkTalentQ
+
+
+ None
+
+
+ Top
+
+
+ TPRemoteCall
+
+
+ 生成的命令包含UID
+
+
+ 5
+
+
+ LblWeaponAmount
+
+
+ BtnPermAdd
+
+
+ 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
+
+
+ 0
+
+
+ TxtCustomName
+
+
+ 56, 17
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ 11
+
+
+ 38
+
+
+ 4
+
+
+ 6, 218
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6, 151
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpCommand
+
+
+ TPArtifact
+
+
+ 设置当前活跃角色数据
+
+
+ LblAddSubAttr
+
+
+ 8
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LblArtifactName
+
+
+ Top
+
+
+ 363, 36
+
+
+ 14
+
+
+ 140, 140
+
+
+ 套装
+
+
+ 16
+
+
+ 250, 184
+
+
+ Bottom, Right
+
+
+ 44, 17
+
+
+ TCMain
+
+
+ pictureBox2
+
+
+ ListScenes
+
+
+ GrpRemoteCommand
+
+
+
+
+
+ BtnConnectOpenCommand
+
+
+ True
+
+
+ 15
+
+
+
+
+
+ Bottom, Left
+
+
+ 0
+
+
+ 236, 34
+
+
+ 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
+
+
+
+
+
+ 2
+
+
+ 6, 22
+
+
+ 精炼等级
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 12
+
+
+ 4
+
+
+ LblArtifactLevelTip
+
+
+ 6
+
+
+ Top
+
+
+
+
+
+ TPStats
+
+
+ 查询
+
+
+
+
+
+ 8
+
+
+ 9
+
+
+ 213, 214
+
+
+ 2
+
+
+ NoControl
+
+
+ True
+
+
+ 主词条
+
+
+ TPSpawn
+
获取武器
@@ -1385,2738 +3086,1487 @@
>70级 突破5
>80级 突破6
-
- LblWeaponDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 1
-
-
- Bottom, Left
-
-
- True
-
-
- 194, 218
-
-
- 56, 17
-
-
- 6
-
-
- 精炼等级
-
-
- LblWeaponRefinement
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 2
-
-
- Bottom, Left
-
-
- True
-
-
- 6, 218
-
-
- 32, 17
-
-
- 6
-
-
- 数量
-
-
- LblWeaponAmount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 3
-
-
- Bottom, Left
-
-
- True
-
-
- 100, 218
-
-
- 32, 17
-
-
- 6
-
-
- 等级
-
-
- LblWeaponLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 4
-
-
- Bottom, Left
-
-
- 256, 216
-
-
- 50, 23
-
-
- 5
-
-
- NUDWeaponRefinement
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 5
-
-
- Bottom, Left
-
-
- 44, 216
-
-
- 50, 23
-
-
- 5
-
-
- NUDWeaponAmout
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 6
-
-
- Bottom, Left
-
-
- 138, 216
-
-
- 50, 23
-
-
- 5
-
-
- NUDWeaponLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 7
-
-
- Top, Bottom, Right
-
-
- 17
-
-
- 396, 31
-
-
- 200, 208
-
-
- 4
-
-
- ListWeapons
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 8
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 3
-
-
- 武器
-
-
- TPWeapon
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 3
-
-
- Top, Right
-
-
- 315, 48
-
-
- 75, 23
-
-
- 7
-
-
- √ 记录
-
-
- BtnSaveGiveItemLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 0
-
-
- Top, Right
-
-
- False
-
-
- 315, 77
-
-
- 75, 23
-
-
- 8
-
-
- × 删除
-
-
- BtnRemoveGiveItemLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 1
-
-
- Top, Bottom, Left, Right
-
-
- Fill
-
-
- 17
-
-
- 3, 19
-
-
- 293, 140
-
-
- 6
-
-
- ListGiveItemLogs
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpGiveItemRecord
-
-
- 0
-
-
- 10, 48
-
-
- 299, 162
-
-
- 5
-
-
- 物品记录本
-
-
- GrpGiveItemRecord
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 2
-
-
- Bottom, Left
-
-
- 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
-
-
- 6
-
-
- Bottom, Left
-
-
- True
-
-
- 150, 218
-
-
- 32, 17
-
-
- 15
-
-
- 等级
-
-
- LblGameItemLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 7
-
-
- Bottom, Left
-
-
- 44, 216
-
-
- 100, 23
-
-
- 2
-
-
- NUDGameItemAmout
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 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
-
-
- True
-
-
- 7, 11
-
-
- 236, 34
-
-
- 1
-
-
- 给玩家指定物品
-说明:可选择直接给到背包或者掉落到世界
-
-
- LblGiveCommandDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 10
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 4
-
-
- 物品
-
-
- TPItem
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 4
-
-
- Bottom
-
-
- True
-
-
- 微软雅黑, 9pt, style=Bold
-
-
- 111, 160
-
-
- 380, 51
-
-
- 5
-
-
- 警告!添加官方未使用的角色可能导致帐号存档损坏,无法进行游戏。
-即使删号重来,数据可能也不会清除。因此请谨慎添加
-(例如凯特、裸男或者测试角色之类的...)
-
-
- TopCenter
-
-
- LblAvatarGenWarning
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 0
-
-
- Top, Bottom, Left, Right
-
-
- NoControl
-
-
- 0, 0
-
-
- 0, 0, 0, 0
-
-
- 602, 160
-
-
- Zoom
-
-
- 4
-
-
- ImgAvatar
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 1
-
-
- Bottom
-
-
- True
-
-
- 175, 217
-
-
- 32, 17
-
-
- 3
-
-
- 角色
-
-
- LblAvatar
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 2
-
-
- Bottom
-
-
- True
-
-
- 340, 217
-
-
- 32, 17
-
-
- 2
-
-
- 等级
-
-
- LblLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 3
-
-
- Bottom
-
-
- 378, 215
-
-
- 50, 23
-
-
- 1
-
-
- NUDAvatarLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 4
-
-
- Bottom
-
-
- 213, 214
-
-
- 121, 25
-
-
- 0
-
-
- CmbAvatar
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 5
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 5
-
-
- 角色
-
-
- TPAvatar
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 5
-
-
- 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
-
-
- Fill
-
-
- 17
-
-
- 3, 19
-
-
- 244, 162
-
-
- 9
-
-
- ListSpawnLogs
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSpawnRecord
-
-
- 0
-
-
- 9, 26
-
-
- 250, 184
-
-
- 8
-
-
- 生成记录本
-
-
- GrpSpawnRecord
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 2
-
-
- Bottom, Left
-
-
- True
-
-
- 6, 103
-
-
- 50, 21
-
-
- 8
-
-
- 摆件
-
-
- RbEntityOrnament
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpEntityType
-
-
- 0
-
-
- True
-
-
- 6, 22
-
-
- 62, 21
-
-
- 5
-
-
- 生物志
-
-
- RbEntityAnimal
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpEntityType
-
-
- 1
-
-
- True
-
-
- 6, 76
-
-
- 51, 21
-
-
- 7
-
-
- NPC
-
-
- RbEntityNPC
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpEntityType
-
-
- 2
-
-
- True
-
-
- 6, 49
-
-
- 74, 21
-
-
- 6
-
-
- 讨伐对象
-
-
- RbEntityMonster
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpEntityType
-
-
- 3
-
-
- 265, 101
-
-
- 87, 134
-
-
- 4
-
-
- 列表分类
-
-
- GrpEntityType
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 3
-
-
- Top, Bottom, Left, Right
-
-
- True
-
-
- 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
-
-
- 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
-
-
- 6
-
-
- 68, 94
-
-
- 121, 25
-
-
- 3
-
-
- CmbClimateType
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 0
-
-
- True
-
-
- 6, 97
-
-
- 56, 17
-
-
- 2
-
-
- 设置天气
-
-
- LblClimateType
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 1
-
-
- True
-
-
- 6, 3
-
-
- 224, 51
-
-
- 1
-
-
- 场景控制
-
-提示:大部分场景没有作用,无法进入。
-
-
- LblSceneDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 2
-
-
- 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
-
-
- 3
-
-
- 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
-
-
- 7
-
-
- None
-
-
- 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
-
-
- 135, 62
-
-
- 332, 70
-
-
- 4
-
-
- 角色属性
-
-
- GrpSetStats
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPStats
-
-
- 0
-
-
- None
-
-
- True
-
-
- 260, 24
-
-
- 39, 17
-
-
- 3
-
-
- E技能
-
-
- LnkTalentE
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 0
-
-
- True
-
-
- 212, 24
-
-
- 42, 17
-
-
- 2
-
-
- Q技能
-
-
- LnkTalentQ
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 1
-
-
- True
-
-
- 150, 24
-
-
- 56, 17
-
-
- 1
-
-
- 普通攻击
-
-
- LnkTalentNormalATK
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 2
-
-
- 44, 22
-
-
- 100, 23
-
-
- 0
-
-
- NUDTalentLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 3
-
-
- 135, 138
-
-
- 332, 57
-
-
- 3
-
-
- 技能等级
-
-
- GrpTalentLevel
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPStats
-
-
- 1
-
-
- True
-
-
- 6, 3
-
-
- 128, 17
-
-
- 2
-
-
- 设置当前活跃角色数据
-
-
- LblStatsDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPStats
-
-
- 2
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 11
-
-
- 数据
-
-
- TPStats
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 8
-
-
- None
-
-
- True
-
-
- 215, 23
-
-
- 73, 21
-
-
- 2
-
-
- 指定UID
-
-
- ChkAccountSetUid
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 0
-
-
- 294, 22
-
-
- 106, 23
-
-
- 3
-
-
- NUDAccountUid
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 1
-
-
- 473, 22
-
-
- 60, 23
-
-
- 5
-
-
- - 删除
-
-
- BtnDeleteAccount
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 2
-
-
- 407, 22
-
-
- 60, 23
-
-
- 4
-
-
- + 创建
-
-
- BtnCreateAccount
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 3
-
-
- True
-
-
- 16, 25
-
-
- 44, 17
-
-
- 0
-
-
- 用户名
-
-
- LblAccountUserName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 4
-
-
- 66, 22
-
-
- 140, 23
-
-
- 1
-
-
- test
-
-
- TxtAccountUserName
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 5
-
-
- 31, 6
-
-
- 540, 60
-
-
- 0
-
-
- 账号管理
-
-
- GrpAccount
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 0
-
-
- None
-
-
- 250, 21
-
-
- 150, 25
-
-
- 7
-
-
- CmbPerm
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 0
-
-
- 66, 22
-
-
- 140, 23
-
-
- 6
-
-
- NUDPermUID
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 1
-
-
- 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
+
+
-
- + 添加
+
+ NUDWeaponAmout
-
- BtnPermAdd
+
+ 60, 23
-
- 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
+
+ Fill
-
- 4
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ 6
-
- 6, 25
-
-
- 54, 17
-
-
- 0
-
-
- 目标UID
-
-
- LblPermUID
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
+
+ TPArtifact
5
-
- 31, 72
+
+
-
- 540, 60
-
-
- 1
-
-
- 权限管理
-
-
- GrpPermission
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 1
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 12
-
-
- 管理
-
-
- TPManage
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 9
-
-
- 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
+
+ test
-
- 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提出
+
+ 6
-
- LblSupportDescription
+
+ Top, Right
-
- 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
-
-
- 10
-
-
- 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
+
+ 5
-
- GrpServerStatus
+
+ 4, 26
-
+
+ 1
+
+
+ 99, 28
+
+
+ CmbAvatar
+
+
+ 5
+
+
4
-
+
+
+
+
+ 3
+
+
+ 10
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ 126, 23
+
+
+
+
+
+
+
+
+
+
+
+ Bottom, Left
+
+
+ 48, 70
+
+
+ 4
+
+
+
+
+
+ TCMain
+
+
+ ChkAccountSetUid
+
+
+ TPArtifact
+
+
+ TPArtifact
+
+
+ 602, 245
+
+
+ ListWeapons
+
+
+ Bottom, Right
+
+
+ 1
+
+
+ 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
-
- 25, 45
+
+
-
- 68, 17
+
+ 21, 53
-
- 15
+
+ GrpEntityType
-
- 当前玩家数
+
+ 121, 25
-
- LblPlayerCountLabel
+
+ 2
+
+
+ 6
+
+
+ 487, 216
+
+
+ TPAbout
+
+
+ Top, Bottom
+
+
+ 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
+
+
+ 147, 54
+
+
+ 4
+
+
+ 120, 25
+
+
+ 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
-
- GrpServerStatus
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 5
+
+ 1
-
- 363, 36
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 200, 100
-
-
- 4
-
-
- 服务器状态
-
-
- GrpServerStatus
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 0
-
-
- Bottom, Left
+
+ Bottom, Right
True
+
+ ChkAutoCopy
+
+
+ 1
+
+
+
+
+
+ 74, 21
+
+
+ TPArtifact
+
+
+ 0
+
+
+ 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
+
+
+ TPStats
+
+
+ 7
+
+
+ 0
+
+
+ 200, 208
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ 492, 100
+
+
+ TopCenter
+
+
+ 0
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 10
+
+
+ 32, 17
+
+
+ True
+
+
+ 4, 26
+
+
+ 70, 23
+
+
+ 250, 21
+
+
+ Top
+
+
+ LblAvatarGenWarning
+
+
+ True
+
+
+ CmbSubAttribution
+
+
+ TCMain
+
+
+
+
+
+ 147, 23
+
+
+ Bottom, Right
+
+
+ Bottom
+
+
+ 493, 22
+
+
+ 32, 17
+
+
+ 4
+
+
+ 自定义
+
+
+ TPHome
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ 5
+
+
+ 543, 216
+
+
+ False
+
+
+ Top
+
+
+ 部位
+
+
+ 7, 17
+
+
+ 16
+
+
+ 17
+
+
+ 12, 293
+
+
+ 3
+
+
+ 334, 102
+
NoControl
-
- 203, 24
+
+ LblArtifactPart
-
- 32, 17
+
+ TCMain
-
+
+ 140, 23
+
+
+ 账号管理
+
+
+ 41, 51
+
+
+ LblEntityAmount
+
+
+ 10
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ TPArtifact
+
+
+ 106, 23
+
+
+ 8
+
+
+
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+
+
+
+ 设置天气
+
+
+ 396, 5
+
+
+ 8
+
+
+ 4
+
+
+ 14
+
+
+ 473, 22
+
+
+ 60, 23
+
+
+ 14
+
+
+ GrpGiveItemRecord
+
+
+ TPAvatar
+
+
+ 10
+
+
+ 复制
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 31, 72
+
+
+ 角色
+
+
+ 158, 25
+
+
+ 3
+
+
+ 17
+
+
+
+
+
+ 2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 3, 19
+
+
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
+
+ 6, 49
-
- 5
+
+ LblWeaponDescription
-
- 71, 22
+
+ LblStatsDescription
-
- 126, 23
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 8
+
+ GrpPermission
-
- NUDRemotePlayerId
+
+ True
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
-
- GrpRemoteCommand
+
+
-
- 6
-
-
- False
-
-
- 48, 70
-
-
- 309, 132
-
-
- 6
-
-
- 远程执行
-
-
- GrpRemoteCommand
-
-
+
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPRemoteCall
-
-
- 1
-
-
- 119, 36
-
-
- 182, 23
-
-
- 2
-
-
- https://127.0.0.1
-
-
- TxtHost
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 2
-
-
- NoControl
-
-
- 307, 36
-
-
- 50, 23
-
-
- 3
-
-
- 查询
-
-
- BtnQueryServerStatus
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 45, 39
-
-
- 68, 17
-
-
- 1
-
-
- 服务器地址
-
-
- LblHost
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 4
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 14
-
-
- 远程
-
-
- TPRemoteCall
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 11
-
-
- 12, 12
-
-
- 610, 275
-
-
- 4
-
-
- TCMain
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
+
0
-
- 17, 17
-
-
- True
-
-
- 7, 17
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 634, 361
+
+ NUDEntityAmout
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
微软雅黑, 9pt
+
+ TPArtifact
+
+
+ 307, 36
+
+
+ 6, 6
+
+
+ TCMain
+
+
+ 1
+
+
+ BtnSaveSpawnLog
+
+
+ 17
+
+
+
+
+
+ TPHome
+
+
+ Top, Left, Right
+
+
+ 1
+
+
+
+
+
+ CmbLanguage
+
+
+ 2
+
+
+
+
+
+ Top
+
+
+
+
+
+
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ TPItem
+
+
+ 15
+
+
+ BtnCreateAccount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 远程执行
+
+
+ Top
+
+
+ TPCustom
+
+
+
+
+
+ 1
+
+
+ 42, 17
+
+
+ True
+
+
+ 7
+
+
+ 23
+
+
+ 数量
+
+
+ 奖池编辑器
+
+
+ 1
+
+
+ 8
+
+
+ Bottom
+
+
+
+
+
+ 2
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 3, 3, 3, 3
+
+
+ Zoom
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ 224, 51
+
+
+
+
+
+ 3, 3, 3, 3
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 175, 217
+
+
+ 列表
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ None
+
+
+ NUDPermUID
+
+
+ 3
+
+
+ 4, 26
+
+
+ 540, 60
+
+
+ 2
+
+
+ GrpPermission
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+ 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
+
+
+
+
+
+ 5
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
3, 4, 3, 4
-
- 650, 400
+
+ True
-
- CenterScreen
+
+ TPAvatar
-
- 割草机工具箱
+
+ 142, 39
-
- TTip
+
+ 3
+
+
+ LblSceneDescription
+
+
+ 1
+
+
+ LblLanguage
+
+
+ False
+
+
+ 3
+
+
+ 2
+
+
+ LnkTalentE
+
+
+ NUDArtifactLevel
+
+
+ NUDGameItemLevel
+
+
+ 2
+
+
+ Top, Right
+
+
+ Top, Bottom, Left, Right
+
+
+ 50, 23
+
+
+ 1
+
+
+
+
+
+ NUDWeaponRefinement
+
+
+
+
+
+ 2
+
+
+ TPManage
+
+
+ 18
+
+
+
+
+
+ LblRemotePlayerId
+
+
+ 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
+
+
+ 5
+
+
+ CmbPerm
+
+
+ 4
+
+
+ 12
+
+
+ GrpAccount
+
+
+ 1
+
+
+ 0
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LblServerVersion
+
+
+ 1
+
+
+ 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
+
+
+ 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
+
+
+ GrpTalentLevel
+
+
+ TPManage
+
+
+ 4
+
+
+ 44, 17
+
+
+ 6
+
+
+ GrpEntityType
+
+
+ 物品记录本
+
+
+ 32, 17
+
+
+ 100, 23
+
+
+ 2
+
+
+ False
+
+
+
+
+
+ LblAbout
+
+
+ 50, 23
+
+
+
+
+
+ CmbStat
+
+
+ 194, 218
+
+
+ 0
+
+
+ True
+
+
+ LblAvatar
+
+
+ 自动
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 列表分类
+
+
+ 17
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ TPItem
+
+
+ 407, 22
+
+
+ 44, 216
+
+
+
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
+
+
+ 5
+
+
+ 549, 24
+
+
+ 数据
+
+
+
+
+
+ 2
+
+
+ 5
+
+
+ 6, 22
+
+
+ 315, 48
+
+
+ TPArtifact
+
+
+
+
+
+ 5
+
+
+ TPHome
+
+
+ TxtCommand
+
+
+ 1
+
+
+ 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
+
+
+ %
+
+
+ GrpServerStatus
+
+
+ 75, 23
+
+
+ NUDVerificationCode
+
+
+ LblSpawnDescription
+
+
+ 指定UID
+
+
+
+
+
+ 4
+
+
+ BtnDeleteAccount
+
+
+ 9, 26
+
+
+ 51, 21
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 280, 280
+
+
+ 6, 3
+
+
+ GrpSetStats
+
+
+ 32, 17
+
+
+ True
+
+
+ TPArtifact
+
+
+ 0
+
+
+ 2
+
+
+ 6
+
+
+ 112, 122
+
+
+ LblOpenCommandSupport
+
+
+
+
+
+
+
+
+ 3
+
+
+ System.Windows.Forms.ComboBox, 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
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ TPItem
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ LblPlayerCount
+
+
+ 7
+
+
+ BtnInvokeOpenCommand
+
+
+ TPArtifact
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ RbEntityMonster
+
+
+ 305, 23
+
+
+
+
+
+ 138, 216
+
+
+ 0
+
+
+ GrpSpawnRecord
+
+
+ 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
-
- FormMain
+
+ 1
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
+
+ Bottom, Left
+
+
+
+
+
+
+
+
+ 4, 26
+
+
+ 293, 140
+
+
+ 92, 102
+
+
+ CmbSubAttributionValue
+
+
+ TPRemoteCall
+
+
+ 80, 17
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 掉落
+
+
+ 1
+
+
+ TPArtifact
+
+
+ 12
+
+
+ 0
+
+
+ 32, 17
+
+
+ NUDTalentLevel
+
+
+ 3
+
+
+ TPManage
+
+
+
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ + 创建
+
+
+ 讨伐对象
+
+
+ - 移除
+
+
+ 15
+
+
+ 5
+
+
+ TPArtifact
+
+
+ 40, 50
+
+
+ 104, 11
+
+
+ 73, 21
+
+
+
+
+
+
+
+
+ GrpSetStats
+
+
+ LblAccountUserName
+
+
+
+
+
+ 数量
+
+
+ True
+
+
+ en-US
+
+
+ 17, 17
+
\ No newline at end of file