diff --git a/Source/GrasscutterTools/FormMain.Designer.cs b/Source/GrasscutterTools/FormMain.Designer.cs
index 06a61b6..7bea6e5 100644
--- a/Source/GrasscutterTools/FormMain.Designer.cs
+++ b/Source/GrasscutterTools/FormMain.Designer.cs
@@ -29,7 +29,6 @@ namespace GrasscutterTools
///
private void InitializeComponent()
{
- this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
this.TxtCommand = new System.Windows.Forms.TextBox();
this.BtnCopy = new System.Windows.Forms.Button();
@@ -205,7 +204,6 @@ namespace GrasscutterTools
this.TxtHost = new System.Windows.Forms.TextBox();
this.BtnQueryServerStatus = new System.Windows.Forms.Button();
this.LblHost = new System.Windows.Forms.Label();
- this.TTip = new System.Windows.Forms.ToolTip(this.components);
this.GrpCommand.SuspendLayout();
this.TCMain.SuspendLayout();
this.TPHome.SuspendLayout();
@@ -318,12 +316,12 @@ namespace GrasscutterTools
//
// TPHome
//
+ resources.ApplyResources(this.TPHome, "TPHome");
this.TPHome.Controls.Add(this.LblAbout);
this.TPHome.Controls.Add(this.BtnOpenTextMap);
this.TPHome.Controls.Add(this.BtnOpenGachaBannerEditor);
this.TPHome.Controls.Add(this.pictureBox1);
this.TPHome.Controls.Add(this.GrpSettings);
- resources.ApplyResources(this.TPHome, "TPHome");
this.TPHome.Name = "TPHome";
this.TPHome.UseVisualStyleBackColor = true;
//
@@ -366,9 +364,9 @@ namespace GrasscutterTools
//
// CmbLanguage
//
+ resources.ApplyResources(this.CmbLanguage, "CmbLanguage");
this.CmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbLanguage.FormattingEnabled = true;
- resources.ApplyResources(this.CmbLanguage, "CmbLanguage");
this.CmbLanguage.Name = "CmbLanguage";
this.CmbLanguage.SelectedIndexChanged += new System.EventHandler(this.CmbLanguage_SelectedIndexChanged);
//
@@ -405,6 +403,7 @@ namespace GrasscutterTools
//
// TPCustom
//
+ resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Controls.Add(this.BtnExportCustomCommands);
this.TPCustom.Controls.Add(this.BtnLoadCustomCommands);
this.TPCustom.Controls.Add(this.LblCustomName);
@@ -412,7 +411,6 @@ 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.TPCustom.UseVisualStyleBackColor = true;
//
@@ -468,6 +466,7 @@ namespace GrasscutterTools
//
// TPArtifact
//
+ resources.ApplyResources(this.TPArtifact, "TPArtifact");
this.TPArtifact.Controls.Add(this.BtnAddSubAttr);
this.TPArtifact.Controls.Add(this.LblArtifactName);
this.TPArtifact.Controls.Add(this.NUDArtifactStars);
@@ -487,7 +486,6 @@ 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.TPArtifact.UseVisualStyleBackColor = true;
//
@@ -658,13 +656,13 @@ namespace GrasscutterTools
//
// TPQuest
//
+ resources.ApplyResources(this.TPQuest, "TPQuest");
this.TPQuest.Controls.Add(this.GrpQuestFilters);
this.TPQuest.Controls.Add(this.BtnFinishQuest);
this.TPQuest.Controls.Add(this.BtnAddQuest);
this.TPQuest.Controls.Add(this.LblQuestDescription);
this.TPQuest.Controls.Add(this.TxtQuestFilter);
this.TPQuest.Controls.Add(this.ListQuest);
- resources.ApplyResources(this.TPQuest, "TPQuest");
this.TPQuest.Name = "TPQuest";
this.TPQuest.UseVisualStyleBackColor = true;
//
@@ -736,6 +734,7 @@ namespace GrasscutterTools
//
// TPSpawn
//
+ resources.ApplyResources(this.TPSpawn, "TPSpawn");
this.TPSpawn.Controls.Add(this.BtnSaveSpawnLog);
this.TPSpawn.Controls.Add(this.BtnRemoveSpawnLog);
this.TPSpawn.Controls.Add(this.GrpSpawnRecord);
@@ -747,7 +746,6 @@ 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.TPSpawn.UseVisualStyleBackColor = true;
//
@@ -890,13 +888,13 @@ namespace GrasscutterTools
//
// TPAvatar
//
+ resources.ApplyResources(this.TPAvatar, "TPAvatar");
this.TPAvatar.Controls.Add(this.LblAvatarGenWarning);
this.TPAvatar.Controls.Add(this.ImgAvatar);
this.TPAvatar.Controls.Add(this.LblAvatar);
this.TPAvatar.Controls.Add(this.LblLevel);
this.TPAvatar.Controls.Add(this.NUDAvatarLevel);
this.TPAvatar.Controls.Add(this.CmbAvatar);
- resources.ApplyResources(this.TPAvatar, "TPAvatar");
this.TPAvatar.Name = "TPAvatar";
this.TPAvatar.UseVisualStyleBackColor = true;
//
@@ -954,10 +952,10 @@ namespace GrasscutterTools
//
// TPStats
//
+ resources.ApplyResources(this.TPStats, "TPStats");
this.TPStats.Controls.Add(this.GrpSetStats);
this.TPStats.Controls.Add(this.GrpTalentLevel);
this.TPStats.Controls.Add(this.LblStatsDescription);
- resources.ApplyResources(this.TPStats, "TPStats");
this.TPStats.Name = "TPStats";
this.TPStats.UseVisualStyleBackColor = true;
//
@@ -1000,9 +998,9 @@ 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.CmbStat.SelectedIndexChanged += new System.EventHandler(this.SetStatsInputChanged);
//
@@ -1062,6 +1060,7 @@ namespace GrasscutterTools
//
// TPWeapon
//
+ resources.ApplyResources(this.TPWeapon, "TPWeapon");
this.TPWeapon.Controls.Add(this.TxtWeaponFilter);
this.TPWeapon.Controls.Add(this.LblWeaponDescription);
this.TPWeapon.Controls.Add(this.LblWeaponRefinement);
@@ -1071,7 +1070,6 @@ 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.TPWeapon.UseVisualStyleBackColor = true;
//
@@ -1168,6 +1166,7 @@ namespace GrasscutterTools
//
// TPItem
//
+ resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Controls.Add(this.BtnSaveGiveItemLog);
this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog);
this.TPItem.Controls.Add(this.GrpGiveItemRecord);
@@ -1179,7 +1178,6 @@ 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.TPItem.UseVisualStyleBackColor = true;
//
@@ -1290,6 +1288,7 @@ namespace GrasscutterTools
//
// TPScene
//
+ resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Controls.Add(this.ChkIncludeSceneId);
this.TPScene.Controls.Add(this.LblTp);
this.TPScene.Controls.Add(this.LblTpZ);
@@ -1303,7 +1302,6 @@ namespace GrasscutterTools
this.TPScene.Controls.Add(this.LblClimateType);
this.TPScene.Controls.Add(this.LblSceneDescription);
this.TPScene.Controls.Add(this.ListScenes);
- resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Name = "TPScene";
this.TPScene.UseVisualStyleBackColor = true;
//
@@ -1342,12 +1340,12 @@ namespace GrasscutterTools
//
// NUDTpZ
//
+ resources.ApplyResources(this.NUDTpZ, "NUDTpZ");
this.NUDTpZ.Increment = new decimal(new int[] {
100,
0,
0,
0});
- resources.ApplyResources(this.NUDTpZ, "NUDTpZ");
this.NUDTpZ.Maximum = new decimal(new int[] {
2147483647,
0,
@@ -1362,12 +1360,12 @@ namespace GrasscutterTools
//
// NUDTpY
//
+ resources.ApplyResources(this.NUDTpY, "NUDTpY");
this.NUDTpY.Increment = new decimal(new int[] {
100,
0,
0,
0});
- resources.ApplyResources(this.NUDTpY, "NUDTpY");
this.NUDTpY.Maximum = new decimal(new int[] {
2147483647,
0,
@@ -1387,12 +1385,12 @@ namespace GrasscutterTools
//
// NUDTpX
//
+ resources.ApplyResources(this.NUDTpX, "NUDTpX");
this.NUDTpX.Increment = new decimal(new int[] {
100,
0,
0,
0});
- resources.ApplyResources(this.NUDTpX, "NUDTpX");
this.NUDTpX.Maximum = new decimal(new int[] {
2147483647,
0,
@@ -1407,9 +1405,9 @@ namespace GrasscutterTools
//
// CmbClimateType
//
+ resources.ApplyResources(this.CmbClimateType, "CmbClimateType");
this.CmbClimateType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbClimateType.FormattingEnabled = true;
- resources.ApplyResources(this.CmbClimateType, "CmbClimateType");
this.CmbClimateType.Name = "CmbClimateType";
this.CmbClimateType.SelectedIndexChanged += new System.EventHandler(this.CmbClimateType_SelectedIndexChanged);
//
@@ -1432,9 +1430,9 @@ namespace GrasscutterTools
//
// 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.TPManage.UseVisualStyleBackColor = true;
//
@@ -1511,10 +1509,10 @@ namespace GrasscutterTools
//
// CmbPerm
//
+ resources.ApplyResources(this.CmbPerm, "CmbPerm");
this.CmbPerm.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CmbPerm.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CmbPerm.FormattingEnabled = true;
- resources.ApplyResources(this.CmbPerm, "CmbPerm");
this.CmbPerm.Name = "CmbPerm";
//
// NUDPermUID
@@ -1560,10 +1558,10 @@ namespace GrasscutterTools
//
// TPAbout
//
+ resources.ApplyResources(this.TPAbout, "TPAbout");
this.TPAbout.Controls.Add(this.pictureBox2);
this.TPAbout.Controls.Add(this.LnkGithub);
this.TPAbout.Controls.Add(this.LblSupportDescription);
- resources.ApplyResources(this.TPAbout, "TPAbout");
this.TPAbout.Name = "TPAbout";
this.TPAbout.UseVisualStyleBackColor = true;
//
@@ -1588,24 +1586,24 @@ namespace GrasscutterTools
//
// TPRemoteCall
//
+ resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
this.TPRemoteCall.Controls.Add(this.GrpServerStatus);
this.TPRemoteCall.Controls.Add(this.GrpRemoteCommand);
this.TPRemoteCall.Controls.Add(this.TxtHost);
this.TPRemoteCall.Controls.Add(this.BtnQueryServerStatus);
this.TPRemoteCall.Controls.Add(this.LblHost);
- resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
this.TPRemoteCall.Name = "TPRemoteCall";
this.TPRemoteCall.UseVisualStyleBackColor = true;
//
// GrpServerStatus
//
+ resources.ApplyResources(this.GrpServerStatus, "GrpServerStatus");
this.GrpServerStatus.Controls.Add(this.LnkOpenCommandLabel);
this.GrpServerStatus.Controls.Add(this.LblOpenCommandSupport);
this.GrpServerStatus.Controls.Add(this.LblServerVersion);
this.GrpServerStatus.Controls.Add(this.LblPlayerCount);
this.GrpServerStatus.Controls.Add(this.LblServerVersionLabel);
this.GrpServerStatus.Controls.Add(this.LblPlayerCountLabel);
- resources.ApplyResources(this.GrpServerStatus, "GrpServerStatus");
this.GrpServerStatus.Name = "GrpServerStatus";
this.GrpServerStatus.TabStop = false;
//
@@ -1650,14 +1648,15 @@ namespace GrasscutterTools
//
// TPOpenCommandCheck
//
+ resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
this.TPOpenCommandCheck.Controls.Add(this.TPPlayerCheck);
this.TPOpenCommandCheck.Controls.Add(this.TPConsoleCheck);
- resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
this.TPOpenCommandCheck.Name = "TPOpenCommandCheck";
this.TPOpenCommandCheck.SelectedIndex = 0;
//
// TPPlayerCheck
//
+ resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
this.TPPlayerCheck.Controls.Add(this.LnkRCHelp);
this.TPPlayerCheck.Controls.Add(this.NUDRemotePlayerId);
this.TPPlayerCheck.Controls.Add(this.BtnConnectOpenCommand);
@@ -1665,7 +1664,6 @@ namespace GrasscutterTools
this.TPPlayerCheck.Controls.Add(this.BtnSendVerificationCode);
this.TPPlayerCheck.Controls.Add(this.NUDVerificationCode);
this.TPPlayerCheck.Controls.Add(this.LblRemotePlayerId);
- resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
this.TPPlayerCheck.Name = "TPPlayerCheck";
this.TPPlayerCheck.UseVisualStyleBackColor = true;
//
@@ -1737,11 +1735,11 @@ namespace GrasscutterTools
//
// TPConsoleCheck
//
+ resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck");
this.TPConsoleCheck.Controls.Add(this.BtnConsoleConnect);
this.TPConsoleCheck.Controls.Add(this.TxtToken);
this.TPConsoleCheck.Controls.Add(this.LblToken);
this.TPConsoleCheck.Controls.Add(this.LblConsoleTip);
- resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck");
this.TPConsoleCheck.Name = "TPConsoleCheck";
this.TPConsoleCheck.UseVisualStyleBackColor = true;
//
@@ -2025,7 +2023,6 @@ namespace GrasscutterTools
private System.Windows.Forms.Label LblVerificationCode;
private System.Windows.Forms.Button BtnInvokeOpenCommand;
private System.Windows.Forms.LinkLabel LnkRCHelp;
- private System.Windows.Forms.ToolTip TTip;
private System.Windows.Forms.Label LblTpZ;
private System.Windows.Forms.Label LblTpY;
private System.Windows.Forms.Button BtnTeleport;
diff --git a/Source/GrasscutterTools/FormMain.cs b/Source/GrasscutterTools/FormMain.cs
index cbd52dd..2c9e6d3 100644
--- a/Source/GrasscutterTools/FormMain.cs
+++ b/Source/GrasscutterTools/FormMain.cs
@@ -981,6 +981,7 @@ namespace GrasscutterTools
}
}
+ private readonly ToolTip TTip = new ToolTip();
private void ShowTip(string message, Control control)
{
TTip.Show(message, control, 0, control.Size.Height, 3000);
diff --git a/Source/GrasscutterTools/FormMain.en-us.resx b/Source/GrasscutterTools/FormMain.en-us.resx
index d67c348..9a1cad0 100644
--- a/Source/GrasscutterTools/FormMain.en-us.resx
+++ b/Source/GrasscutterTools/FormMain.en-us.resx
@@ -136,6 +136,15 @@
Home
+
+ 74, 38
+
+
+ 158, 24
+
+
+ Have a nice time!
+
120, 23
@@ -154,15 +163,6 @@
Include UID
-
- 74, 38
-
-
- 158, 24
-
-
- Have a nice time!
-
Custom
@@ -357,10 +357,6 @@ Therefore, the quest can be add and finish, but not necessarily can be work
Spawn entity
-
-
- Bottom, Left
-
53, 17
@@ -519,6 +515,7 @@ The data may not be cleared even if the account is recreated.
Items
+
Top, Left
@@ -576,9 +573,6 @@ The data may not be cleared even if the account is recreated.
250, 208
-
- Bottom, Left
-
53, 17
@@ -829,17 +823,20 @@ Tip: Most of the scenes have no effect and cannot be entered.
Console
+
+ Connect
+
NoControl
Note that normal commands in the console state must specify the target (set include UID)
-
- Connect
+
+ 86, 36
- 167, 23
+ 200, 23
292, 36
@@ -856,4 +853,7 @@ Tip: Most of the scenes have no effect and cannot be entered.
Host
+
+ Inherit
+
\ No newline at end of file
diff --git a/Source/GrasscutterTools/FormMain.resx b/Source/GrasscutterTools/FormMain.resx
index 1e80b9e..ac1dd57 100644
--- a/Source/GrasscutterTools/FormMain.resx
+++ b/Source/GrasscutterTools/FormMain.resx
@@ -117,3772 +117,3726 @@
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
-
-
- BtnInvokeOpenCommand
-
-
- 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
-
-
- 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
-
-
- Top, Bottom, Left, Right
-
-
- TPHome
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 0
-
-
- TPCustom
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 1
-
-
- TPArtifact
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 2
-
-
- TPQuest
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 3
-
-
- TPSpawn
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 4
-
-
- TPAvatar
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 5
-
-
- TPStats
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 6
-
-
- TPWeapon
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 7
-
-
- TPItem
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 8
-
-
- TPScene
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 9
-
-
- TPManage
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 10
-
-
- TPAbout
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 11
-
-
- TPRemoteCall
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 12
-
-
- 12, 12
-
-
- 610, 275
-
-
- 4
-
-
- TCMain
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 0
-
-
- LblAbout
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 0
-
-
- BtnOpenTextMap
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 1
-
-
- BtnOpenGachaBannerEditor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 2
-
-
- pictureBox1
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 3
-
-
- GrpSettings
-
-
- System.Windows.Forms.GroupBox, 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
-
-
- 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
-
-
- 0
-
-
- 112, 122
-
-
- 100, 23
-
-
- 8
-
-
- 文本浏览器
-
-
- BtnOpenTextMap
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 1
-
-
- 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
-
-
- 2
-
-
- Top, Bottom, Left, Right
-
-
- NoControl
-
-
- 313, 6
-
-
- 283, 233
-
-
- CenterImage
-
-
- 6
-
-
- pictureBox1
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 3
-
-
- Bottom, Left
-
-
- CmbLanguage
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 0
-
-
- LblLanguage
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 1
-
-
- NUDUid
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 2
-
-
- ChkIncludeUID
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 3
-
-
- LblDefaultUid
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 4
-
-
- 6, 151
-
-
- 301, 88
-
-
- 5
-
-
- 设置
-
-
- GrpSettings
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 4
-
-
- 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
-
-
- 128, 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
-
-
- BtnExportCustomCommands
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 0
-
-
- BtnLoadCustomCommands
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 1
-
-
- LblCustomName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 2
-
-
- groupBox1
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 3
-
-
- BtnRemoveCustomCommand
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 4
-
-
- BtnSaveCustomCommand
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 5
-
-
- TxtCustomName
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 6
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 1
-
-
- 自定义
-
-
- TPCustom
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 1
-
-
- Bottom, Right
-
-
- 543, 216
-
-
- 50, 23
-
-
- 7
-
-
- 导出
-
-
- BtnExportCustomCommands
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 0
-
-
- Bottom, Right
-
-
- 487, 216
-
-
- 50, 23
-
-
- 6
-
-
- 载入
-
-
- BtnLoadCustomCommands
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 1
-
-
- Bottom, Left
-
-
- True
-
-
- 6, 219
-
-
- 32, 17
-
-
- 5
-
-
- 标签
-
-
- LblCustomName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 2
-
-
- Top, Bottom, Left, Right
-
-
- FLPCustomCommands
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 0
-
-
- 6, 6
-
-
- 590, 204
-
-
- 1
-
-
- 列表
-
-
- groupBox1
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 3
-
-
- True
-
-
- 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
-
-
- 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
-
-
- BtnAddSubAttr
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 0
-
-
- LblArtifactName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 1
-
-
- NUDArtifactStars
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 2
-
-
- LblArtifactStars
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 3
-
-
- LblArtifactPart
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 4
-
-
- CmbArtifactPart
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 5
-
-
- CmbArtifactSet
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 6
-
-
- LblArtifactSet
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 7
-
-
- LblArtifactLevelTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 8
-
-
- NUDSubAttributionTimes
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 9
-
-
- CmbSubAttributionValue
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 10
-
-
- CmbSubAttribution
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 11
-
-
- LblClearSubAttrCheckedList
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 12
-
-
- ListSubAttributionChecked
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 13
-
-
- NUDArtifactLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 14
-
-
- LblArtifactLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 15
-
-
- LblSubAttribution
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 16
-
-
- CmbMainAttribution
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 17
-
-
- LblMainAttribution
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 18
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 2
-
-
- 圣遗物
-
-
- TPArtifact
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 2
-
-
- Top
-
-
- NoControl
-
-
- 440, 129
-
-
- 75, 23
-
-
- 8
-
-
- + 添加
-
-
- BtnAddSubAttr
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 0
+
+ LblPlayerCountLabel
+
Top
-
- True
-
-
- 437, 11
-
-
- 0, 17
-
-
- 45
-
-
- LblArtifactName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 1
-
-
- Top
+
+ 19, 17
366, 39
-
- 65, 23
-
-
- 3
-
-
- NUDArtifactStars
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 2
-
-
- Top
-
-
- True
-
-
- 328, 41
-
-
- 32, 17
-
-
- 43
-
-
- 星级
-
-
- LblArtifactStars
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 3
-
-
- Top
-
-
- True
-
-
- 273, 11
-
-
- 32, 17
-
-
- 42
-
-
- 部位
-
-
- LblArtifactPart
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 4
-
-
- Top
-
-
- 311, 8
-
-
- 120, 25
-
-
- 1
-
-
- CmbArtifactPart
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 5
-
-
- Top
-
-
- 142, 8
-
-
- 125, 25
-
-
- 0
-
-
- CmbArtifactSet
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 6
-
-
- Top
-
-
- True
-
-
- 104, 11
-
-
- 32, 17
-
-
- 38
-
-
- 套装
-
-
- LblArtifactSet
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 7
-
-
- Top
-
-
- True
-
-
- 198, 41
-
-
- 96, 17
-
-
- 37
-
-
- 21为游戏内20级
-
-
- LblArtifactLevelTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 8
-
-
- Top
-
-
- 440, 100
-
-
- 51, 23
-
-
- 7
-
-
- NUDSubAttributionTimes
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 9
-
-
- Top
-
-
- 311, 98
-
-
- 120, 25
-
-
- 6
-
-
- CmbSubAttributionValue
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 10
-
-
- Top
-
-
- 142, 99
-
-
- 163, 25
-
-
- 5
-
-
- CmbSubAttribution
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 11
-
-
- Top
-
-
- True
-
-
- 437, 218
-
-
- 44, 17
-
-
- 10
-
-
- X 清空
-
-
- LblClearSubAttrCheckedList
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 12
-
-
- Top, Bottom
-
-
+
17
-
- 142, 129
+
+ 111, 160
-
- 289, 106
-
-
- 9
-
-
- ListSubAttributionChecked
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
TPArtifact
-
- 13
-
-
- Top
-
-
- 142, 39
-
-
- 50, 23
-
-
- 2
-
-
- NUDArtifactLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 14
-
-
- Top
-
-
- True
-
-
- 104, 41
-
-
- 32, 17
-
-
- 24
-
-
- 等级
-
-
- LblArtifactLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 15
-
-
- Top
-
-
- True
-
-
- 92, 102
-
-
- 44, 17
-
-
- 23
-
-
- 副词条
-
-
- LblSubAttribution
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 16
-
-
- Top
-
-
- 142, 68
-
-
- 289, 25
-
-
- 4
-
-
- CmbMainAttribution
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 17
-
-
- Top
-
-
- True
-
-
- 92, 71
-
-
- 44, 17
-
-
- 20
-
-
- 主词条
-
-
- LblMainAttribution
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 18
-
-
- GrpQuestFilters
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 0
-
-
- BtnFinishQuest
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 1
-
-
- BtnAddQuest
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 2
-
-
- LblQuestDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 3
-
-
- TxtQuestFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 4
-
-
- ListQuest
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
5
-
- 4, 26
+
+ Top
-
- 3, 3, 3, 3
+
+ TPSpawn
-
- 602, 245
+
+ GrpTalentLevel
-
- 15
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 任务
-
-
- TPQuest
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 3
-
-
- Bottom, Left
-
-
- ChkQuestFilterTEST
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpQuestFilters
-
-
- 0
-
-
- ChkQuestFilterUNRELEASED
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpQuestFilters
-
-
- 1
-
-
- ChkQuestFilterHIDDEN
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpQuestFilters
-
-
- 2
-
-
- 202, 109
-
-
- 150, 130
-
-
- 7
-
-
- 列表过滤
-
-
- GrpQuestFilters
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 0
-
-
- True
-
-
- 26, 82
-
-
- 75, 21
-
-
- 2
-
-
- 测试任务
-
-
- ChkQuestFilterTEST
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpQuestFilters
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 26, 55
-
-
- 99, 21
-
-
- 1
-
-
- 未发布的任务
-
-
- ChkQuestFilterUNRELEASED
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpQuestFilters
-
-
- 1
-
-
- True
-
-
- 26, 28
-
-
- 87, 21
-
-
- 0
-
-
- 隐藏的任务
-
-
- ChkQuestFilterHIDDEN
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpQuestFilters
-
-
- 2
-
-
- Bottom, Left
-
-
- 102, 216
-
-
- 90, 23
-
-
- 6
-
-
- 完成任务
-
-
- BtnFinishQuest
-
-
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPQuest
-
-
- 1
-
-
- Bottom, Left
-
-
- 6, 216
-
-
- 90, 23
-
5
-
- 添加任务
+
+ √ 保存
-
- BtnAddQuest
+
+ TPConsoleCheck
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 60, 23
-
- TPQuest
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ 1
+
+
+ 133, 21
+
+
+ 25, 45
+
+
+ NUDAvatarLevel
+
+
+ 7
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 完成任务
+
+
+ 3, 3, 3, 3
+
+
+ 5
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
2
-
- Top, Bottom, Left
+
+ GrpSettings
-
- 6, 6
+
+ 3
-
- 346, 100
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ 5
+
+
+ 96, 17
+
+
+ 连接
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 257, 217
+
+
+ 3
+
+
+ 1
+
+
+ 0
+
+
+ 44, 22
+
+
+ 设置当前活跃角色数据
+
+
+ 祝你玩得愉快!
+
+
+ TPWeapon
+
+
+ 6
+
+
+ True
+
+
+ True
+
+
+ TPAvatar
+
+
+ CenterImage
+
+
+ 1
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 目标UID
+
+
+ 3
+
+
+ 135, 138
+
+
+ 99, 45
+
+
+ 8
+
+
+ 51, 23
+
+
+ 5
+
+
4
+
+ 99, 28
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 9
+
+
+ True
+
+
+ 微软雅黑, 9pt
+
+
+ LblStatPercent
+
+
+ 6
+
+
+ 311, 98
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAbout
+
+
+ LblGiveCommandDescription
+
+
+ GrpTalentLevel
+
+
+ LblMainAttribution
+
+
+ TPScene
+
+
+ Bottom
+
+
+ 75, 23
+
+
+ 9
+
+
+ TPSpawn
+
+
+ LblSpawnDescription
+
+
+ GrpQuestFilters
+
+
+ 摆件
+
+
+ 5
+
+
+ 125, 25
+
+
+ 角色
+
+
+ 32, 17
+
+
+ 315, 77
+
+
+ 服务器状态
+
+
+ NUDUid
+
+
+ GrpPermission
+
+
+ TPSpawn
+
+
+ BtnRemoveSpawnLog
+
+
+ 3
+
+
+ GrpCommand
+
+
+ 1
+
+
+ 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
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 44, 17
+
+
+ 200, 23
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnQueryServerStatus
+
+
+ True
+
+
+ 32, 17
+
+
+ 3
+
+
+ 10
+
+
+ TPItem
+
+
+ 3, 3, 3, 3
+
+
+ 3, 19
+
+
+ 10
+
+
+ NUDGameItemAmout
+
+
+ TPScene
+
+
+ TPWeapon
+
+
+ 设置天气
+
+
+ 5
+
+
+ 6
+
+
+ 语言/Language/язык
+
+
+ 20
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 218, 161
+
+
+ True
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 割草机工具箱
+
+这是一个免费且开源的项目
+如果觉得这对你很有帮助,可以为我点一个免费的Star
+如果愿意请我喝一杯奶茶,那就更好了 : )
+指令生成有问题,或者有新的功能请求,都可以来Github提出
+
+
+ LblClearSubAttrCheckedList
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 602, 245
+
+
+ 1
+
+
+ 4, 26
+
+
+ GrpTalentLevel
+
+
+ 10, 48
+
+
+ GrpServerStatus
+
+
+ 24
+
+
+ 含场景ID
+
+
+ 610, 56
+
+
+ Bottom, Left
+
+
+ 189, 15
+
+
+ TPHome
+
+
+ 66, 22
+
+
+ 602, 245
+
+
+ 任务
+
+
+ 590, 204
+
+
+ 121, 25
+
+
+ 星级
+
+
+ 设置
+
+
+ 3, 19
+
+
+ 602, 245
+
+
+ TPScene
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4, 26
+
+
+ True
+
+
+ TxtHost
+
+
+ True
+
+
+ 50, 23
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 16, 220
+
+
+ 掉落
+
+
+ CmbClimateType
+
+
+ TPAbout
+
+
+ 技能等级
+
+
+ Bottom, Left
+
+
+ LnkTalentNormalATK
+
+
+ 43, 22
+
+
+ 0
+
+
+ 23, 17
+
+
+ 6, 161
+
+
+ 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
+
+
+ 0
+
+
+ $this
+
+
+ 8
+
+
+ True
+
+
+ TPPlayerCheck
+
+
+ 1
+
+
+ 0
+
+
+ 100, 218
+
+
+ True
+
+
+ CmbArtifactSet
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 128, 17
+
+
+ 9
+
+
+ √ 记录
+
+
+ 5
+
+
+ GrpPermission
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LnkRCHelp
+
+
+ TPRemoteCall
+
+
+ True
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 等级
+
+
+ GrpSpawnRecord
+
+
+ 命令(按住 Ctrl 自动执行)
+
+
+ TPAbout
+
+
+ 45
+
+
+ GrpAccount
+
+
+ 2
+
+
+ 16, 25
+
+
+ 1
+
+
+ 358, 31
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 396, 31
+
+
+ 5
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 未发布的任务
+
+
+ 6
+
+
+ 0
+
+
+ 65, 23
+
+
+ True
+
+
+ 99, 62
+
+
+ 13
+
+
+ 2
+
+
+ TPCustom
+
+
+ 76, 21
+
+
+ Bottom, Left
+
+
+ TPConsoleCheck
+
+
+ 3
+
+
+ 250, 239
+
+
+ 1
+
+
+ 92, 102
+
+
+ True
+
+
+ UID
+
+
+ GrpSettings
+
+
+ 358, 5
+
+
+ Fill
+
+
+ 328, 41
+
+
+ 4, 26
+
+
+ LblPerm
+
+
+ 75, 23
+
+
+ UID
+
+
+ 0
+
+
+ 1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 51, 21
+
+
+ 0
+
+
+ NoControl
+
+
+ TPWeapon
+
+
+ 602, 245
+
+
+ 3
+
+
+ 265, 31
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
+
+
+ 1
+
+
+ LblWeaponRefinement
+
+
+ NUDRemotePlayerId
+
+
+ 23, 17
+
+
+ Bottom, Left
+
+
+ LblTpX
+
+
+ TPScene
+
+
+ 14, 17
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 43
+
+
+ Bottom, Left, Right
+
+
+ LblPermUID
+
+
+ Token
+
+
+ LblGameItemAmount
+
+
+ TPPlayerCheck
+
+
+ NUDStat
+
+
+ TPWeapon
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ListGameItems
+
+
+ Bottom, Left
+
+
+ 服务器地址
+
+
+ 238, 159
+
+
+ 4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 29, 15
+
+
+ GrpCommand
+
+
+ NoControl
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TxtWeaponFilter
+
+
+ 92, 82
+
+
+ 9
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ TPOpenCommandCheck
+
+
+ Top, Bottom, Left, Right
+
+
+ 60, 23
+
+
+ 9
+
+
+ 8
+
+
+ Top, Bottom, Left, Right
+
+
+ 场景控制
+
+提示:大部分场景没有作用,无法进入。
+
添加或完成任务
提示:许多任务需要服务端脚本支持
因此任务可以接,可以完成,但是不一定可以做
-
- LblQuestDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 3
-
-
- Top, Left, Right
-
-
- 358, 5
-
-
- 238, 23
-
-
- 2
-
-
- TxtQuestFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 4
-
-
- Top, Bottom, Left, Right
-
-
- 17
-
-
- 358, 31
-
-
- 238, 208
-
-
- 3
-
-
- ListQuest
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 5
-
-
- BtnSaveSpawnLog
-
-
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPSpawn
-
-
- 0
-
-
- BtnRemoveSpawnLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 1
-
-
- GrpSpawnRecord
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 2
-
-
- GrpEntityType
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
+
3
-
- LblSpawnDescription
+
+ 标签
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Top
-
- TPSpawn
-
-
- 4
-
-
- LblEntityAmount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 5
-
-
- LblEntityLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 6
-
-
- NUDEntityAmout
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 7
-
-
- NUDEntityLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 8
-
-
- TxtEntityFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 9
-
-
- ListEntity
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
+
+ GrpTalentLevel
10
-
- 4, 26
+
+ 296, 111
-
- 3, 3, 3, 3
+
+ 11
-
- 602, 245
+
+ 100, 23
-
- 6
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 生成
+
+ 100, 25
-
- TPSpawn
+
+ 9, 188
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TCMain
-
-
- 4
-
-
- 265, 31
-
-
- 75, 23
-
-
- 10
-
-
- √ 记录
-
-
- BtnSaveSpawnLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 0
-
-
- False
-
-
- 265, 60
-
-
- 75, 23
-
-
- 11
-
-
- × 删除
-
-
- BtnRemoveSpawnLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 1
-
-
- Top, Bottom, Left
-
-
- ListSpawnLogs
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 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
-
-
- Fill
-
-
- 17
-
-
- 3, 19
-
-
- 244, 162
-
-
- 9
-
-
- ListSpawnLogs
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSpawnRecord
-
-
- 0
-
-
- Bottom, Left
-
-
- RbEntityOrnament
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpEntityType
-
-
- 0
-
-
- RbEntityAnimal
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpEntityType
-
-
- 1
-
-
- RbEntityNPC
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpEntityType
-
-
- 2
-
-
- RbEntityMonster
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpEntityType
-
-
- 3
-
-
- 265, 101
-
-
- 87, 134
-
-
- 4
-
-
- 列表分类
-
-
- GrpEntityType
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 3
-
-
- True
-
-
- 6, 103
-
-
- 50, 21
-
-
- 8
-
-
- 摆件
-
-
- RbEntityOrnament
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpEntityType
-
-
- 0
-
-
- True
-
-
- 6, 22
-
-
- 62, 21
-
-
- 5
-
-
- 生物志
-
-
- RbEntityAnimal
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpEntityType
-
-
- 1
-
-
- True
-
-
- 6, 76
-
-
- 51, 21
-
-
- 7
-
-
- NPC
-
-
- RbEntityNPC
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpEntityType
-
-
- 2
-
-
- True
-
-
- 6, 49
-
-
- 74, 21
-
-
- 6
-
-
- 讨伐对象
-
-
- RbEntityMonster
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpEntityType
-
-
- 3
-
-
- Top, Bottom, Left, Right
-
-
- True
-
-
- 6, 6
-
-
- 116, 17
-
-
- 12
-
-
- 在玩家附近召唤生物
-
-
- LblSpawnDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 4
-
-
- True
-
-
- 5, 218
-
-
- 32, 17
-
-
- 10
-
-
- 数量
-
-
- LblEntityAmount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 5
-
-
- Bottom, Left
-
-
- True
-
-
- 99, 218
-
-
- 32, 17
-
-
- 11
-
-
- 等级
-
-
- LblEntityLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 6
-
-
- Bottom, Left
-
-
- 43, 216
-
-
- 50, 23
-
-
- 2
-
-
- NUDEntityAmout
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 7
-
-
- Bottom, Left
-
-
- 137, 216
-
-
- 50, 23
-
-
- 3
-
-
- NUDEntityLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 8
-
-
- Top, Left, Right
-
-
- 358, 5
-
-
- 238, 23
-
-
- 0
-
-
- TxtEntityFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 9
-
-
- Top, Bottom, Left, Right
-
-
- 17
-
-
- 358, 31
-
-
- 238, 208
-
-
- 1
-
-
- ListEntity
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 10
-
-
- LblAvatarGenWarning
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 0
-
-
- ImgAvatar
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 1
-
-
- LblAvatar
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 2
-
-
- LblLevel
-
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPAvatar
+
+ GrpServerStatus
-
+
3
-
- NUDAvatarLevel
+
+ CmbMainAttribution
-
+
+ 0
+
+
+ Top, Right
+
+
+ 2
+
+
+ 3
+
+
+ 12
+
+
+ True
+
+
+ True
+
+
System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPAvatar
+
+ 2
-
- 4
+
+ 6
-
- 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
-
-
- Bottom
+
+ 请注意,控制台状态下普通命令必须指定目标
+(即设置包含UID)
True
-
- 微软雅黑, 9pt, style=Bold
+
+ 1
-
- 111, 160
+
+ 4
+
+
+ 32, 17
+
+
+ 37
+
+
+ 87, 134
+
+
+ 生物志
+
+
+ 4
+
+
+ 控制台
+
+
+ 26, 159
+
+
+ 角色属性
+
+
+ 9
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TxtQuestFilter
+
+
+ 238, 23
+
+
+ LblDefaultUid
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 14
+
+
+ 6
+
+
+ 150, 24
+
+
+ NUDTpX
+
+
+ LblToken
+
+
+ 142, 8
+
+
+ 100, 23
+
+
+ 44, 17
+
+
+ 6, 103
+
+
+ 0
+
+
+ 200, 208
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnSaveGiveItemLog
+
+
+ LblHost
+
+
+ 3, 19
+
+
+ 4
+
+
+ GrpSetStats
+
+
+ 80, 23
+
+
+ ---
+
+
+ LblLevel
+
+
+ 4
+
+
+ TPArtifact
+
+
+ 等级
+
+
+ False
+
+
+ 0
+
+
+ 3
+
+
+ 104, 11
+
+
+ 163, 25
+
+
+ 650, 400
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Bottom, Left
+
+
+ 6, 6
+
+
+ 100, 23
+
+
+ 26, 55
+
+
+ x
+
+
+ 3
+
+
+ ListSubAttributionChecked
+
+
+ 18
+
+
+ Top, Bottom, Right
+
+
+ BtnRemoveGiveItemLog
+
+
+ True
+
+
+ 6
+
+
+ GrpQuestFilters
+
+
+ TPAvatar
+
+
+ TPItem
+
+
+ True
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 238, 208
+
+
+ 51, 21
+
+
+ 3, 3, 3, 3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 32, 17
+
+
+ 189, 42
+
+
+ X 清空
+
+
+ 13
+
+
+ 0
+
+
+ 3
+
+
+ Top, Bottom, Left, Right
+
+
+ BtmPermRemove
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 13
+
+
+ Top, Bottom, Left, Right
+
+
+ 普通攻击
+
+
+ 54, 17
+
+
+ True
+
+
+ True
+
+
+ TPCustom
+
+
+ 32, 17
+
+
+ 602, 245
+
+
+ 99, 21
+
+
+ True
+
+
+ TPSpawn
+
+
+ 207, 23
+
+
+ Bottom, Left
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
380, 51
-
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LblTpZ
+
+
+ 4
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 610, 275
+
+
+ 2
+
+
+ 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
+
+
+ 304, 139
+
+
+ Top, Right
+
+
+ 440, 100
+
+
+ 236, 34
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ 68, 69
+
+
+ NoControl
+
+
+ NUDAccountUid
+
+
+ 2
+
+
+ 294, 22
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ 1
+
+
+ 0
+
+
+ 3
+
+
+ TPOpenCommandCheck
+
+
+ 150, 218
+
+
+ False
+
+
+ 3, 3, 3, 3
+
+
+ TPItem
+
+
+ 100, 23
+
+
+ GrpQuestFilters
+
+
+ True
+
+
+ 6, 6
+
+
+ 50, 23
+
+
+ 0
+
+
+ TPWeapon
+
+
+ 142, 68
+
+
+ 602, 245
+
+
+ TPArtifact
+
+
+ TPCustom
+
+
+ + 添加
+
+
+ 物品
+
+
+ True
+
+
+ 256, 216
+
+
+ LblConsoleTip
+
+
+ 2
+
+
+ 0
+
+
+ 39, 17
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 9
+
+
+ BtnFinishQuest
+
+
+ 137, 216
+
+
+ 0, 0
+
+
+ 1
+
+
+ 50, 23
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpQuestFilters
+
+
+ True
+
+
+ Top, Bottom, Left
+
+
+ True
+
+
+ 358, 5
+
+
+ 32, 17
+
+
+ 6, 216
+
+
+ ListSpawnLogs
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 10
+
+
+ TPQuest
+
+
+ 119, 36
+
+
5
+
+ 23, 17
+
+
+ Bottom
+
+
+ TPRemoteCall
+
+
+ 30, 17
+
+
+ 4, 26
+
+
+ LblSupportDescription
+
+
+ 273, 11
+
+
+ 0
+
+
+ TPScene
+
+
+ 0
+
+
+ 6, 72
+
+
+ 5
+
+
+ ListEntity
+
+
+ √ 记录
+
+
+ 权限管理
+
+
+ LnkOpenCommandLabel
+
+
+ 8
+
+
+ TPArtifact
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 289, 106
+
+
+ Bottom, Left
+
+
+ 310, 161
+
+
+ RbEntityMonster
+
+
+ FormMain
+
+
+ True
+
+
+ BtnRemoveCustomCommand
+
+
+ LblVerificationCode
+
+
+ TPArtifact
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveItemRecord
+
+
+ 40, 50
+
警告!添加官方未使用的角色可能导致帐号存档损坏,无法进行游戏。
即使删号重来,数据可能也不会清除。因此请谨慎添加
(例如凯特、裸男或者测试角色之类的...)
-
- TopCenter
+
+ TPSpawn
-
- LblAvatarGenWarning
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 5
-
- TPAvatar
+
+ 5
-
- 0
-
-
- Top, Bottom, Left, Right
-
-
- NoControl
-
-
- 0, 0
-
-
- 0, 0, 0, 0
-
-
- 602, 160
-
-
- Zoom
-
-
+
4
-
- ImgAvatar
+
+ 188, 216
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 8
-
- TPAvatar
+
+ TPQuest
-
- 1
+
+ 244, 162
-
- Bottom
+
+ 在玩家附近召唤生物
-
- True
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 175, 217
+
+ 远程执行插件
-
- 32, 17
+
+ TPPlayerCheck
-
+
+ Fill
+
+
+ Bottom, Right
+
+
+ 4
+
+
+ ChkQuestFilterHIDDEN
+
+
3
-
- 角色
+
+ 0
-
- LblAvatar
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPAvatar
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ Bottom, Left
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 215, 23
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top, Right
+
+
+ TxtAccountUserName
+
+
+ 5, 218
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top, Bottom, Left, Right
+
+
+ TPSpawn
+
+
+ 32, 17
+
+
+ TPScene
+
+
+ 6, 6
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 3
+
+
+ 6, 219
+
+
+ 6, 76
+
+
+ ChkQuestFilterTEST
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpCommand
+
+
+ False
+
+
+ TPArtifact
+
+
+ 4, 26
+
+
+ GrpAccount
+
+
+ 200, 100
+
+
+ 副词条
+
+
+ 关于
+
+
+ LblAccountUserName
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 200, 153
+
+
+ 0
+
+
+ 0
+
+
+ 50, 23
+
+
+ Top
+
+
+ TPSpawn
+
+
+ Top
+
+
+ TPItem
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 437, 11
+
+
+ TPConsoleCheck
+
+
+ TPCustom
+
+
+ BtnAddSubAttr
+
+
+ None
+
+
+ 32, 17
+
+
+ 311, 8
+
+
+ 349, 3
+
+
+ Top
+
+
+ 456, 97
+
+
+ 3, 3, 3, 3
+
+
+ 0
+
+
+ pictureBox1
+
+
+ 5
+
+
+ TPSpawn
+
+
+ 远程
+
+
+ True
+
+
+ 0
+
+
+ 3
+
+
+ LblArtifactStars
+
+
+ Bottom, Left
+
+
+ TPScene
+
+
+ TPScene
+
+
+ 6, 6
+
+
+ 68, 17
+
+
+ 15, 39
+
+
+ TPConsoleCheck
+
+
+ GrpServerStatus
+
+
+ 378, 215
+
+
+ TPOpenCommandCheck
+
+
+ 发送验证码
+
+
+ 340, 217
+
+
+ True
+
+
+ Top
+
+
+ 584, 182
+
+
+ 118, 23
+
+
+ 440, 129
+
+
+ FLPCustomCommands
+
+
+ 56, 17
+
+
+ × 删除
+
+
+ 0
+
+
+ 3, 3, 3, 3
+
+
+ 0
+
+
+ TPArtifact
+
+
+ 265, 101
+
+
+ 99, 218
+
+
+ 32, 17
+
+
+ ---
+
+
+ RbEntityOrnament
+
+
+ TPItem
+
+
+ NUDArtifactStars
+
+
+ 68, 17
+
+
+ 用户名
+
+
+ RbEntityNPC
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 圣遗物
+
+
+ TPStats
+
+
+ GrpSetStats
+
+
+ TPItem
+
+
+ TCMain
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 等级
+
+
+ 1
+
+
+ 120, 25
+
+
+ LblCustomName
+
+
+ TPWeapon
+
+
+ True
+
+
+ 2
+
+
+ 4
+
+
+ 18
+
+
+ 1
+
+
+ BtnCopy
+
+
+ 136, 24
+
+
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
-
-
- GrpSetStats
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPStats
-
-
- 0
-
-
- GrpTalentLevel
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPStats
-
-
- 1
-
-
- LblStatsDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPStats
-
-
- 2
-
-
- 4, 26
-
-
+
3, 3, 3, 3
-
- 602, 245
+
+ TCMain
-
- 11
+
+ True
-
- 数据
+
+ GrpAccount
-
- TPStats
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Bottom, Left
+
+
+ Top, Bottom, Right
+
+
+ 生成
+
+
+ TPRemoteCall
+
+
+ × 删除
+
+
+ 等级
+
+
+ GrpServerStatus
+
+
+ Q技能
+
+
+ 56, 17
+
+
+ 列表过滤
+
+
+ 1
+
+
+ GrpAccount
+
+
+ Top
TCMain
-
- 6
-
-
- None
-
-
- LblStatTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 0
-
-
- LblStatPercent
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 1
-
-
- NUDStat
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 2
-
-
- CmbStat
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 3
-
-
- 135, 62
-
-
- 332, 70
-
-
- 4
-
-
- 角色属性
-
-
- GrpSetStats
-
-
+
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPStats
+
+ 当前玩家数
-
- 0
+
+ 407, 22
-
- True
+
+ 7
-
- 40, 50
+
+ 301, 88
-
- 32, 17
+
+ 游戏版本
-
- 4
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 提示
+
+ TPAvatar
-
- LblStatTip
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ LblWeaponLevel
-
- GrpSetStats
+
+ BtnOpenTextMap
-
- 0
-
-
- True
-
-
- 283, 25
-
-
- 19, 17
-
-
- 3
-
-
- %
-
-
- False
-
-
- LblStatPercent
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 1
-
-
- 207, 23
-
-
- 70, 23
-
-
- 1
-
-
- NUDStat
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 2
-
-
- 43, 22
-
-
- 158, 25
-
-
- 0
-
-
- CmbStat
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 3
-
-
- None
-
-
- LnkTalentE
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 0
-
-
- LnkTalentQ
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 1
-
-
- LnkTalentNormalATK
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
+
+ TPSpawn
2
-
- NUDTalentLevel
+
+ BtnOpenGachaBannerEditor
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 92, 82
-
- GrpTalentLevel
+
+ LblEntityLevel
-
- 3
+
+ 17
-
- 135, 138
+
+ 41, 22
-
- 332, 57
+
+ 4, 26
-
- 3
+
+ LblArtifactLevel
-
- 技能等级
+
+ LblGameItemLevel
-
- GrpTalentLevel
+
+ 88, 36
-
+
+ TPWeapon
+
+
+ 12
+
+
+ 4
+
+
+ 权限
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ 14, 17
+
+
+ 管理
+
+
+ 12
+
+
+ TPArtifact
+
+
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPStats
+
+ NUDTpZ
-
+
+ + 添加
+
+
+ TCMain
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 50, 23
+
+
+ 602, 245
+
+
+ 文本浏览器
+
+
+ 75, 21
+
+
1
-
+
+ BtnPermAdd
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 75, 23
+
+
+ 1
+
+
+ 4
+
+
+ ListGiveItemLogs
+
+
+ 3, 3, 3, 3
+
+
+ 4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 128, 17
+
+
+ 32, 17
+
+
+ 等级
+
+
+ LblSubAttribution
+
+
+ BtnSendVerificationCode
+
+
+ ChkDrop
+
+
+ 13, 62
+
+
+ 7
+
+
+ 2
+
+
+ 0, 17
+
+
+ 0
+
+
+ 92, 71
+
+
+ 玩家验证
+
+
+ 12
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 100, 23
+
+
+ 62, 21
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Bottom
+
+
+ Top, Bottom, Left, Right
+
+
+ RbEntityAnimal
+
+
+ TPAvatar
+
+
+ 37, 28
+
+
True
260, 24
-
- 39, 17
+
+ GrpEntityType
-
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 11
+
+
+ 60, 23
+
+
+ 11
+
+
+ 4
+
+
+ 87, 21
+
+
+ 0, 0, 0, 0
+
+
+ 14, 17
+
+
+ 142, 99
+
+
+ TPCustom
+
+
+ TPSpawn
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ True
+
+
+ Zoom
+
+
+ 2
+
+
+ True
+
+
+ 1
+
+
+ False
+
+
+ 142, 129
+
+
+ 66, 22
+
+
3
-
- E技能
+
+ LblClimateType
-
- LnkTalentE
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
+
0
True
-
- 212, 24
+
+ × 删除
-
- 42, 17
+
+ 75, 23
-
- 2
+
+ TPItem
-
- Q技能
+
+ ChkQuestFilterUNRELEASED
-
- LnkTalentQ
+
+ System.Windows.Forms.TabPage, 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
-
-
- GrpTalentLevel
-
-
- 1
-
-
+
True
-
- 150, 24
+
+ 46, 17
-
- 56, 17
+
+ GrasscutterTools
-
- 1
+
+ TCMain
-
- 普通攻击
+
+ ImgAvatar
-
- LnkTalentNormalATK
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 2
-
-
- 44, 22
-
-
- 100, 23
-
-
- 0
-
-
- NUDTalentLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
+
3
-
- True
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 6, 6
+
+ 微软雅黑, 9pt, style=Bold
-
- 128, 17
+
+ 微软雅黑, 13pt
-
- 2
+
+ 116, 17
-
- 设置当前活跃角色数据
+
+ LnkGithub
-
- LblStatsDescription
+
+ GrpSettings
-
+
+ 65, 42
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPStats
-
-
- 2
-
-
- TxtWeaponFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 0
-
-
- LblWeaponDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 1
-
-
- LblWeaponRefinement
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 2
-
-
- LblWeaponAmount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 3
-
-
- LblWeaponLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 4
-
-
- NUDWeaponRefinement
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 5
-
-
- NUDWeaponAmout
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 6
-
-
- NUDWeaponLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 7
-
-
- ListWeapons
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 8
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
3
+
+ 1
+
+
+ E技能
+
+
+ 358, 31
+
+
+ 11
+
+
+ 7
+
+
+ 3, 3, 3, 3
+
武器
-
- TPWeapon
+
+ 265, 60
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TPRemoteCall
+
+
+ 5
+
+
+ TPScene
+
+
+ TPPlayerCheck
+
+
+ NUDEntityLevel
+
+
+ 56, 17
+
+
+ 602, 245
+
+
+ 6
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 13
+
+
+ ChkIncludeUID
+
+
+ 2
+
+
+ Top, Right
+
+
+ True
+
+
+ 9
+
+
+ TPScene
+
+
+ 主页
+
+
+ 3, 3, 3, 3
+
+
+ 1
+
+
+ TPScene
+
+
+ 4
+
+
+ 212, 25
+
+
+ BtnExportCustomCommands
+
+
+ Bottom, Left
+
+
+ 1
+
+
+ 4, 26
+
+
+ NPC
+
+
+ 50, 21
+
+
+ 8
+
+
+ 9
+
+
+ 2
+
+
+ 2
+
+
+ Bottom, Left, Right
+
+
+ TPStats
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 289, 25
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 7
+
+
+ 150, 25
+
+
+ True
+
+
+ 2
+
+
+ 75, 23
+
+
+ 执行(F5)
+
+
+ 50, 23
+
+
+ 8
+
+
+ 6
+
+
+ 44, 216
+
+
+ Github
+
+
+ 7
+
+
+ 生成记录本
+
+
+ TPArtifact
+
+
+ TPArtifact
+
+
+ ChkIncludeSceneId
+
+
+ 4
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnLoadCustomCommands
+
+
+ Top, Left, Right
+
+
+ Bottom, Left
+
+
+ 602, 245
+
+
+ 3, 4, 3, 4
+
+
+ 15, 16
+
+
+ 100, 23
+
+
+ 75, 23
+
+
+ 283, 233
+
+
+ 118, 23
+
+
+ 212, 24
+
+
+ 65, 13
+
+
+ 50, 23
+
+
+ Top, Bottom, Left, Right
+
+
+ 65, 13
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 87, 22
+
+
+ 198, 41
+
+
+ 3
+
+
+ True
+
+
+ GrpCommand
+
+
+ 313, 6
+
+
+ 44, 17
+
+
+ 2
+
+
+ 6
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 44, 17
+
+
+ TPPlayerCheck
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 4
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 8
TCMain
-
- 7
+
+ GrpEntityType
-
+
Top, Right
-
+
+ CmbAvatar
+
+
+ 0
+
+
+ GrpAccount
+
+
+ TPScene
+
+
+ 4
+
+
+ ListQuest
+
+
+ Top
+
+
+ 0
+
+
+ GrpGiveItemRecord
+
+
+ 17
+
+
+ TPItem
+
+
+ 2
+
+
+ TxtEntityFilter
+
+
+ LblArtifactSet
+
+
+ 17
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4, 26
+
+
+ LnkTalentQ
+
+
+ None
+
+
+ Top
+
+
+ TPRemoteCall
+
+
+ 生成的命令包含UID
+
+
+ 5
+
+
+ 3, 19
+
+
+ LblWeaponAmount
+
+
+ Bottom, Left
+
+
+ 421, 216
+
+
+ 2
+
+
+ GrpAccount
+
+
+ 332, 57
+
+
+ 50, 23
+
+
+ 3, 3, 3, 3
+
+
+ 140, 23
+
+
+ 50, 23
+
+
+ ---
+
+
+ TPWeapon
+
+
+ Bottom, Right
+
+
+ 6
+
+
+ 4
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 11
+
+
+ 4, 26
+
+
+ 0
+
+
+ TxtCustomName
+
+
+ 56, 17
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ 11
+
+
+ 38
+
+
+ 5
+
+
+ 6, 218
+
+
+ TCMain
+
+
+ 6, 151
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpCommand
+
+
+ TPArtifact
+
+
+ 6
+
+
+ 场景
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LblArtifactName
+
+
+ Top
+
+
+ 363, 36
+
+
+ 14
+
+
+ 102, 216
+
+
+ 套装
+
+
+ 16
+
+
+ 3
+
+
+ 250, 184
+
+
+ Bottom, Right
+
+
+ TCMain
+
+
+ pictureBox2
+
+
+ 传送
+
+
+ ListScenes
+
+
+ TPQuest
+
+
+ BtnConnectOpenCommand
+
+
+ True
+
+
+ Bottom, Left
+
+
+ 1
+
+
+ 1
+
+
+ 44, 216
+
+
396, 5
-
- 200, 23
+
+ TPPlayerCheck
+
+
+ GrpPermission
+
+
+ 6
+
+
+ 5
+
+
+ 299, 162
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 602, 160
+
+
+ 2
+
+
+ 6, 22
+
+
+ 精炼等级
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 90, 23
+
+
+ 4
+
+
+ TCMain
+
+
+ LblArtifactLevelTip
+
+
+ 6
+
+
+ Top
+
+
+ 15
+
+
+ TPStats
+
+
+ 查询
+
+
+ 0
+
+
+ 8
+
+
+ 9
+
+
+ 213, 214
+
+
+ 6, 6
+
+
+ NoControl
+
+
+ True
+
+
+ 主词条
+
+
+ Bottom, Left
+
+
+ TPSpawn
+
+
+ GrpRemoteCommand
+
+
+ 602, 245
+
+
+ 332, 70
+
+
+ 60, 23
+
+
+ NUDWeaponAmout
+
+
+ 物品记录本
+
+
+ 60, 23
+
+
+ 32, 17
+
+
+ 2
+
+
+ 数量
+
+
+ z
+
+
+ Top
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Fill
+
+
+ 6
+
+
+ 6, 122
+
+
+ 142, 39
+
+
+ 5
+
+
+ 5
+
+
+ 载入
+
+
+ test
+
+
+ 3
+
+
+ 6
+
+
+ NoControl
+
+
+ 导出
+
+
+ LblServerVersionLabel
+
+
+ 5
+
+
+ 10
+
+
+ 4, 26
+
+
+ 1
+
+
+ 296, 109
+
+
+ 6, 25
+
+
+ 4
+
+
+ 账号管理
+
+
+ 10
8
-
- TxtWeaponFilter
+
+ 104, 41
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPWeapon
+
+ 2
-
+
+ Bottom, Left
+
+
+ 47, 65
+
+
+ Bottom, Left
+
+
+ 4
+
+
+ LblTpY
+
+
+ GrpRemoteCommand
+
+
+ TCMain
+
+
+ ChkAccountSetUid
+
+
+ TPArtifact
+
+
+ TPArtifact
+
+
+ 602, 245
+
+
+ ListWeapons
+
+
+ 1
+
+
+ Bottom, Right
+
+
+ 140, 140
+
+
+ 43, 216
+
+
+ groupBox1
+
+
+ Top, Bottom, Left, Right
+
+
+ Top
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+ True
+
+
+ 15, 44
+
+
+ 7
+
+
+ GrpEntityType
+
+
+ 121, 25
+
+
+ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6
+
+
+ 487, 216
+
+
+ TPAbout
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top, Bottom
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 6
+
+
+ 3
+
+
+ Right
+
+
+ 45, 39
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 17
+
+
+ 238, 23
+
+
+ 50, 23
+
+
+ 验证码
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 21为游戏内20级
+
+
+ 147, 54
+
+
+ 346, 100
+
+
+ 4
+
+
+ 120, 25
+
+
+ y
+
+
+ TxtGameItemFilter
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 26, 82
+
+
+ 1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Bottom, Right
+
+
+ True
+
+
+ ChkAutoCopy
+
+
+ 2
+
+
+ 15
+
+
+ True
+
+
+ BtnTeleport
+
+
+ 74, 21
+
+
+ TPArtifact
+
+
+ NUDTpY
+
+
+ NoControl
+
+
+ GrpSetStats
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 437, 218
+
+
+ 隐藏的任务
+
+
+ TPStats
+
+
+ 7
+
+
+ BtnAddQuest
+
+
0
-
- Top, Bottom, Left, Right
+
+ 1
+
+
+ 200, 208
+
+
+ True
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ TopCenter
+
+
+ 0
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 10
+
+
+ 32, 17
True
-
- 6, 6
+
+ 4, 26
-
- 200, 153
+
+ 70, 23
-
+
+ 250, 21
+
+
+ TPPlayerCheck
+
+
+ TPQuest
+
+
+ LblAvatarGenWarning
+
+
+ True
+
+
+ CmbSubAttribution
+
+
+ TCMain
+
+
+ 提示
+
+
+ 147, 23
+
+
+ 6, 105
+
+
+ Bottom
+
+
+ 493, 22
+
+
+ 32, 17
+
+
+ 4
+
+
+ 自定义
+
+
+ TPQuest
+
+
+ TPHome
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ 5
+
+
+ 543, 216
+
+
+ False
+
+
+ 150, 130
+
+
+ Top
+
+
+ 部位
+
+
+ 7, 17
+
+
+ 16
+
+
+ 12, 293
+
+
+ 3
+
+
7
+
+ 334, 102
+
+
+ NoControl
+
+
+ LblArtifactPart
+
+
+ TCMain
+
+
+ 4, 26
+
+
+ 7
+
+
+ 140, 23
+
+
+ LblTp
+
+
+ 41, 51
+
+
+ 200, 23
+
+
+ LblEntityAmount
+
+
+ 10
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ TPArtifact
+
+
+ 106, 23
+
+
+ 75, 23
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 396, 5
+
+
+ 8
+
+
+ 4
+
+
+ 1
+
+
+ 14
+
+
+ 60, 23
+
+
+ 14
+
+
+ 1
+
+
+ TPAvatar
+
+
+ 测试任务
+
+
+ 10
+
+
+ True
+
+
+ 182, 23
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 31, 72
+
+
+ 角色
+
+
+ 158, 25
+
+
+ 3
+
获取武器
@@ -3894,2931 +3848,949 @@
>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
-
-
- BtnSaveGiveItemLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 0
-
-
- BtnRemoveGiveItemLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 1
-
-
- GrpGiveItemRecord
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
2
-
- ChkDrop
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 3
-
-
- TxtGameItemFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 4
-
-
- ListGameItems
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 5
-
-
- LblGameItemAmount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 6
-
-
- LblGameItemLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 7
-
-
- NUDGameItemAmout
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 8
-
-
- NUDGameItemLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 9
-
-
- LblGiveCommandDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 10
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 4
-
-
- 物品
-
-
- TPItem
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 8
-
-
- 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
-
-
- ListGiveItemLogs
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpGiveItemRecord
-
-
- 0
-
-
- 10, 48
-
-
- 299, 162
-
-
- 5
-
-
- 物品记录本
-
-
- GrpGiveItemRecord
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 2
-
-
- Fill
-
-
- 17
-
-
- 3, 19
-
-
- 293, 140
-
-
- 6
-
-
- ListGiveItemLogs
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpGiveItemRecord
-
-
- 0
-
-
- Bottom, Left
-
-
- True
-
-
- 257, 217
-
-
- 51, 21
-
-
- 4
-
-
- 掉落
-
-
- ChkDrop
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 3
-
-
- Top, Right
-
-
- 396, 5
-
-
- 200, 23
-
-
- 0
-
-
- TxtGameItemFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 4
-
-
- Top, Bottom, Right
-
-
- 17
-
-
- 396, 31
-
-
- 200, 208
-
-
- 1
-
-
- ListGameItems
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 5
-
-
- True
-
-
- 6, 218
-
-
- 32, 17
-
-
- 14
-
-
- 数量
-
-
- LblGameItemAmount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 6
-
-
- Bottom, Left
+
+ NoControl
True
-
- 150, 218
+
+ 10
-
- 32, 17
+
+ GrpTalentLevel
-
- 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.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6, 49
+
+
+ LblWeaponDescription
+
+
+ LblStatsDescription
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ True
+
+
+ 8
+
+
+ System.Windows.Forms.GroupBox, 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
+
+
+ NUDEntityAmout
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 44, 17
+
+
+ TPArtifact
+
+
+ 307, 36
+
+
+ 3, 3, 3, 3
+
+
+ TCMain
+
+
+ 1
+
+
+ BtnSaveSpawnLog
+
+
+ 17
+
+
+ TPHome
+
+
+ Top, Left, Right
+
+
+ 1
+
+
+ 3
+
+
+ CmbLanguage
+
+
+ 2
+
+
+ 473, 22
+
+
+ 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
+
+
+ 远程执行
+
+
+ TPQuest
+
+
+ Top
+
+
+ TPCustom
+
+
+ 1
+
+
+ 42, 17
+
+
+ True
+
+
+ 7
+
+
+ 23
+
+
+ 数量
+
+
+ 奖池编辑器
+
+
+ 1
+
+
+ 8
+
+
+ 0
+
+
+ 0
+
+
+ 80, 23
+
+
+ TxtCommand
+
+
+ 2
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
TPItem
-
- 9
-
-
- True
-
-
- 6, 6
-
-
- 236, 34
-
-
- 1
-
-
- 给玩家指定物品
-说明:可选择直接给到背包或者掉落到世界
-
-
- LblGiveCommandDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 10
-
-
- ChkIncludeSceneId
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 0
-
-
- LblTp
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 1
-
-
- LblTpZ
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 2
-
-
- LblTpY
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 3
-
-
- BtnTeleport
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 4
-
-
- LblTpX
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 5
-
-
- NUDTpZ
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 6
-
-
- NUDTpY
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 7
-
-
- NUDTpX
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 8
-
-
- CmbClimateType
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 9
-
-
- LblClimateType
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 10
-
-
- LblSceneDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 11
-
-
- ListScenes
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 12
-
-
- 4, 26
-
-
+
3, 3, 3, 3
-
- 602, 245
+
+ Zoom
-
- 9
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 场景
-
-
- TPScene
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 9
-
-
- True
-
-
- False
-
-
- 90, 190
-
-
- 76, 21
-
-
- 12
-
-
- 含场景ID
-
-
- ChkIncludeSceneId
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
+
0
-
- True
+
+ 224, 51
-
- 6, 105
+
+ 4, 26
-
- 296, 51
+
+ 3, 3, 3, 3
-
- 11
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 202, 109
+
+
+ 175, 217
+
+
+ 列表
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ None
+
+
+ NUDPermUID
+
+
+ 7
+
+
+ 4, 26
+
+
+ 1
+
+
+ 540, 60
+
+
+ 2
+
+
+ GrpPermission
坐标传送
提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送
命令中可以用~表示当前位置,~100表示相对当前100
-
- LblTp
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 1
-
-
- True
-
-
- 218, 161
-
-
- 14, 17
-
-
- 10
-
-
- z
-
-
- LblTpZ
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 2
-
-
- True
-
-
- 112, 161
-
-
- 14, 17
-
-
- 9
-
-
- y
-
-
- LblTpY
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 3
-
-
- 9, 188
-
-
- 75, 23
-
-
- 8
-
-
- 传送
-
-
- BtnTeleport
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 4
-
-
- True
-
-
- 6, 161
-
-
- 14, 17
-
-
- 7
-
-
- x
-
-
- LblTpX
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
+
5
-
- 238, 159
+
+ 微软雅黑, 9pt, style=Italic
+
+
+ True
80, 23
-
+
+ 5
+
+
+ 90, 190
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnConsoleConnect
+
+
+ 2
+
+
+ Top, Left, Right
+
+
+ True
+
+
+ TPAvatar
+
+
+ LblSceneDescription
+
+
+ 1
+
+
+ LblLanguage
+
+
+ False
+
+
+ 3
+
+
+ 2
+
+
+ LnkTalentE
+
+
+ 2
+
+
+ NUDArtifactLevel
+
+
+ NUDGameItemLevel
+
+
+ 2
+
+
+ Top, Right
+
+
+ Top, Bottom, Left, Right
+
+
+ 50, 23
+
+
+ 1
+
+
+ TPItem
+
+
+ NUDWeaponRefinement
+
+
+ 2
+
+
+ TPManage
+
+
6
-
- NUDTpZ
+
+ TPQuest
-
+
+ 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
+
+
+ 275, 40
+
+
+ 12
+
+
+ GrpAccount
+
+
+ 1
+
+
+ 8
+
+
+ LblQuestDescription
+
+
System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ 90, 23
+
+
+ LblServerVersion
+
+
+ 添加任务
+
+
+ 0
+
+
+ GrpSettings
+
+
+ 12, 12
+
+
+ groupBox1
+
+
+ 30, 17
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
TPScene
6
-
- 132, 159
-
-
- 80, 23
-
-
- 5
-
-
- NUDTpY
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 7
-
-
- 26, 159
-
-
- 80, 23
-
-
- 4
-
-
- NUDTpX
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 8
-
-
- 68, 69
-
-
- 121, 25
-
-
- 3
-
-
- CmbClimateType
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 9
-
-
- True
-
-
- 6, 72
-
-
- 56, 17
-
-
- 2
-
-
- 设置天气
-
-
- LblClimateType
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 10
-
-
- True
-
-
- 6, 6
-
-
- 224, 51
-
-
- 1
-
-
- 场景控制
-
-提示:大部分场景没有作用,无法进入。
-
-
- LblSceneDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 11
-
-
- Right
-
-
- 17
-
-
- 349, 3
-
-
- 250, 239
-
-
- 0
-
-
- ListScenes
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 12
-
-
- GrpAccount
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 0
-
-
- GrpPermission
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 1
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 12
-
-
- 管理
-
-
- TPManage
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 10
-
-
- None
-
-
- ChkAccountSetUid
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 0
-
-
- NUDAccountUid
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 1
-
-
- BtnDeleteAccount
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 2
-
-
- BtnCreateAccount
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 3
-
-
- LblAccountUserName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 4
-
-
- TxtAccountUserName
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 5
-
-
- 31, 6
-
-
- 540, 60
-
-
- 0
-
-
- 账号管理
-
-
- GrpAccount
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 0
-
-
- True
-
-
- 215, 23
-
-
- 73, 21
-
-
- 2
-
-
- 指定UID
-
-
- ChkAccountSetUid
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 0
-
-
- 294, 22
-
-
- 106, 23
-
-
- 3
-
-
- NUDAccountUid
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 1
-
-
- 473, 22
-
-
- 60, 23
-
-
- 5
-
-
- - 删除
-
-
- BtnDeleteAccount
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 2
-
-
- 407, 22
-
-
- 60, 23
-
-
- 4
-
-
- + 创建
-
-
- BtnCreateAccount
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 3
-
-
- True
-
-
- 16, 25
-
-
- 44, 17
-
-
- 0
-
-
- 用户名
-
-
- LblAccountUserName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 4
-
-
- 66, 22
-
-
- 140, 23
-
-
- 1
-
-
- test
-
-
- TxtAccountUserName
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 5
-
-
- None
-
-
- CmbPerm
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 0
-
-
- NUDPermUID
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 1
-
-
- BtmPermRemove
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 2
-
-
- BtnPermAdd
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 3
-
-
- LblPerm
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 4
-
-
- LblPermUID
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 5
-
-
- 31, 72
-
-
- 540, 60
-
-
- 1
-
-
- 权限管理
-
-
- GrpPermission
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 1
-
-
- 250, 21
-
-
- 150, 25
-
-
- 7
-
-
- CmbPerm
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 0
-
-
- 66, 22
-
-
- 140, 23
-
-
- 6
-
-
- NUDPermUID
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 1
-
-
- 473, 22
-
-
- 60, 23
-
-
- 5
-
-
- - 移除
-
-
- BtmPermRemove
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 2
-
-
- 407, 22
-
-
- 60, 23
-
-
- 4
-
-
- + 添加
-
-
- BtnPermAdd
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 3
-
-
- True
-
-
- 212, 25
-
-
- 32, 17
-
-
- 2
-
-
- 权限
-
-
- LblPerm
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 4
-
-
- True
-
-
- 6, 25
-
-
- 54, 17
-
-
- 0
-
-
- 目标UID
-
-
- LblPermUID
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 5
-
-
- pictureBox2
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAbout
-
-
- 0
-
-
- LnkGithub
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAbout
-
-
- 1
-
-
- LblSupportDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAbout
-
-
- 2
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 13
-
-
- 关于
-
-
- TPAbout
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 11
-
-
- Top, Bottom, Left, Right
-
-
- 456, 97
-
-
- 280, 280
-
-
- 140, 140
-
-
- Zoom
-
-
- 5
-
-
- pictureBox2
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAbout
-
-
- 0
-
-
- True
-
-
- 16, 220
-
-
- 46, 17
-
-
- 4
-
-
- Github
-
-
- LnkGithub
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAbout
-
-
- 1
-
-
- True
-
-
- 16, 23
-
-
- 334, 102
-
-
- 3
-
-
- 割草机工具箱
-
-这是一个免费且开源的项目
-如果觉得这对你很有帮助,可以为我点一个免费的Star
-如果愿意请我喝一杯奶茶,那就更好了 : )
-指令生成有问题,或者有新的功能请求,都可以来Github提出
-
-
- LblSupportDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAbout
-
-
- 2
-
-
- GrpServerStatus
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 0
-
-
- GrpRemoteCommand
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 1
-
-
- TxtHost
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 2
-
-
- BtnQueryServerStatus
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 3
-
-
- LblHost
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 4
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 14
-
-
- 远程
-
-
- TPRemoteCall
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 12
-
-
- LnkOpenCommandLabel
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 0
-
-
- LblOpenCommandSupport
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 1
-
-
- LblServerVersion
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 2
-
-
- LblPlayerCount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 3
-
-
- LblServerVersionLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 4
-
-
- LblPlayerCountLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 5
-
-
- 363, 36
-
-
- 200, 100
-
-
- 4
-
-
- 服务器状态
-
-
- GrpServerStatus
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 0
-
-
- True
-
-
- 13, 62
-
-
- 80, 17
-
-
- 5
-
-
- 远程执行插件
-
-
- LnkOpenCommandLabel
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 0
-
-
- True
-
-
- 99, 62
-
-
- 23, 17
-
-
- 18
-
-
- ---
-
-
- LblOpenCommandSupport
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 1
-
-
- True
-
-
- 99, 28
-
-
- 23, 17
-
-
- 14
-
-
- ---
-
-
- LblServerVersion
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 2
-
-
- True
-
-
- 99, 45
-
-
- 23, 17
-
-
- 16
-
-
- ---
-
-
- LblPlayerCount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 3
-
-
- True
-
-
- 37, 28
-
-
- 56, 17
-
-
- 13
-
-
- 游戏版本
-
-
- LblServerVersionLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 4
-
-
- True
-
-
- 25, 45
-
-
- 68, 17
-
-
- 15
-
-
- 当前玩家数
-
-
- LblPlayerCountLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 5
-
-
- Bottom, Left
-
-
- TPOpenCommandCheck
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpRemoteCommand
-
-
- 0
-
-
- False
-
-
- 47, 65
-
-
- 310, 161
-
-
- 6
-
-
- 远程执行
-
-
- GrpRemoteCommand
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 1
-
-
- TPPlayerCheck
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPOpenCommandCheck
-
-
- 0
-
-
- TPConsoleCheck
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPOpenCommandCheck
-
-
- 1
-
-
- Fill
-
-
- 3, 19
-
-
- 304, 139
-
-
- 7
-
-
- TPOpenCommandCheck
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpRemoteCommand
-
-
- 0
-
-
- LnkRCHelp
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 0
-
-
- NUDRemotePlayerId
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 1
-
-
- BtnConnectOpenCommand
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 2
-
-
- LblVerificationCode
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 3
-
-
- BtnSendVerificationCode
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 4
-
-
- NUDVerificationCode
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 5
-
-
- LblRemotePlayerId
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 6
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 296, 109
-
-
- 0
-
-
- 玩家验证
-
-
- TPPlayerCheck
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPOpenCommandCheck
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 189, 15
-
-
- 32, 17
-
-
- 9
-
-
- 帮助
-
-
- LnkRCHelp
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 0
-
-
- 65, 13
-
-
- 118, 23
-
-
- 8
-
-
- NUDRemotePlayerId
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 1
-
-
- False
-
-
- 92, 82
-
-
- 100, 23
-
-
- 13
-
-
- 连接
-
-
- BtnConnectOpenCommand
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 15, 44
-
-
- 44, 17
-
-
- 10
-
-
- 验证码
-
-
- LblVerificationCode
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 3
-
-
- 189, 42
-
-
- 100, 23
-
-
- 12
-
-
- 发送验证码
-
-
- BtnSendVerificationCode
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 4
-
-
- False
-
-
- 65, 42
-
-
- 118, 23
-
-
- 11
-
-
- NUDVerificationCode
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 5
-
-
- True
-
-
- 29, 15
-
-
- 30, 17
-
-
- 7
-
-
- UID
-
-
- LblRemotePlayerId
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 6
-
-
- BtnConsoleConnect
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPConsoleCheck
-
-
- 0
-
-
- TxtToken
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPConsoleCheck
-
-
- 1
-
-
- LblToken
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPConsoleCheck
-
-
- 2
-
-
- LblConsoleTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPConsoleCheck
-
-
- 3
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 296, 111
-
-
- 1
-
-
- 控制台
-
-
- TPConsoleCheck
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPOpenCommandCheck
-
-
- 1
-
-
- 92, 82
-
-
- 100, 23
-
-
- 2
-
-
- 连接
-
-
- BtnConsoleConnect
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPConsoleCheck
-
-
- 0
-
-
- 65, 13
-
-
- 182, 23
-
-
- 1
-
-
- TxtToken
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPConsoleCheck
-
-
- 1
-
-
- True
-
-
- 15, 16
-
-
- 44, 17
+
+ TPAvatar
0
-
- Token
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- LblToken
+
+ 296, 51
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TPManage
-
- TPConsoleCheck
+
+ 4
-
+
+ 1
+
+
+ 7
+
+
+ GrpEntityType
+
+
+ 4
+
+
+ 32, 17
+
+
+ 100, 23
+
+
2
-
- 微软雅黑, 9pt, style=Italic
+
+ False
-
- 15, 39
+
+ LblAbout
-
- 275, 40
+
+ 50, 23
-
- 3
+
+ CmbStat
-
- 请注意,控制台状态下普通命令必须指定目标
-(即设置包含UID)
+
+ 194, 218
-
- LblConsoleTip
+
+ 7
-
+
+ 0
+
+
+ True
+
+
+ LblAvatar
+
+
+ 自动
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 列表分类
+
+
+ 17
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 112, 161
+
+
+ 42
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPConsoleCheck
+
+ 17
-
+
+ TPWeapon
+
+
+ 407, 22
+
+
+ 44, 216
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
3
-
- 119, 36
+
+ 3
-
- 182, 23
+
+ 549, 24
-
- 2
-
-
- TxtHost
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
+
+ 数据
2
-
- NoControl
+
+ 5
-
- 307, 36
+
+ 6, 22
-
- 50, 23
+
+ 315, 48
-
- 3
+
+ TPArtifact
-
- 查询
+
+ 5
-
- BtnQueryServerStatus
+
+ TPHome
-
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPRemoteCall
+
+ 182, 23
-
+
+ 32, 17
+
+
+ LblStatTip
+
+
3
-
- True
+
+ 2
-
- NoControl
+
+ GrpSettings
-
- 45, 39
+
+ None
-
- 68, 17
-
-
- 1
-
-
- 服务器地址
-
-
- LblHost
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 4
-
-
- 17, 17
-
-
- ru-RU
-
-
- True
-
-
- 7, 17
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
634, 361
-
- 微软雅黑, 9pt
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 3, 4, 3, 4
+
+ %
-
- 650, 400
+
+ GrpServerStatus
+
+
+ 238, 208
+
+
+ 12
+
+
+ NUDVerificationCode
+
+
+ TPConsoleCheck
+
+
+ TPManage
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 指定UID
+
+
+ 3
+
+
+ 4
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnDeleteAccount
+
+
+ 9, 26
+
+
+ 51, 21
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 280, 280
+
+
+ 6, 6
+
+
+ GrpSetStats
+
+
+ True
+
+
+ Left
+
+
+ 0
+
+
+ 3
+
+
+ 6
+
+
+ 112, 122
+
+
+ LblOpenCommandSupport
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ - 删除
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ CmbArtifactPart
+
+
+ 0
+
+
+ 3, 3, 3, 3
+
+
+ 26, 28
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ LblPlayerCount
+
+
+ NoControl
+
+
+ 7
+
+
+ 讨伐对象
+
+
+ BtnInvokeOpenCommand
+
+
+ TPArtifact
+
+
+ 6
+
+
+ 16, 23
+
+
+ True
+
+
+ 11
+
+
+ 305, 23
+
+
+ 138, 216
+
+
+ 0
+
+
+ GrpSpawnRecord
+
+
+ 4
+
+
+ 11
+
+
+ 540, 60
+
+
+ GrpEntityType
+
+
+ TPCustom
+
+
+ 135, 62
+
+
+ True
+
+
+ 给玩家指定物品
+说明:可选择直接给到背包或者掉落到世界
+
+
+ 17
+
+
+ 602, 245
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ Bottom, Left
+
+
+ 4, 26
+
+
+ 293, 140
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ CmbSubAttributionValue
+
+
+ TPRemoteCall
+
+
+ 80, 17
+
+
+ 连接
+
+
+ 31, 6
+
+
+ 4
+
+
+ 6, 6
+
+
+ 1
+
+
+ 44, 17
+
+
+ 12
+
+
+ 400, 23
+
+
+ 132, 159
+
+
+ TxtToken
+
+
+ 32, 17
+
+
+ NUDTalentLevel
+
+
+ 3
CenterScreen
-
- GrasscutterTools
+
+ 100, 23
-
- TTip
+
+ System.Windows.Forms.LinkLabel, 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
+
+ Fill
-
- System.Windows.Forms.Form, 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
+
+
+ 15
+
+
+ 7
+
+
+ 5
+
+
+ 2
+
+
+ TPArtifact
+
+
+ 7
+
+
+ 复制
+
+
+ 73, 21
+
+
+ 3
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 数量
+
+
+ True
+
+
+ ru-RU
+
\ No newline at end of file
diff --git a/Source/GrasscutterTools/FormMain.ru-ru.resx b/Source/GrasscutterTools/FormMain.ru-ru.resx
index 6ce9a8b..7e52838 100644
--- a/Source/GrasscutterTools/FormMain.ru-ru.resx
+++ b/Source/GrasscutterTools/FormMain.ru-ru.resx
@@ -139,6 +139,15 @@
Главная
+
+ 12, 41
+
+
+ 314, 24
+
+
+ Желаем приятно провести время!
+
152, 122
@@ -163,15 +172,6 @@
Включить UID
-
- 12, 41
-
-
- 314, 24
-
-
- Желаем приятно провести время!
-
Кастомное
@@ -400,9 +400,6 @@
Спавн существа
-
- Bottom, Left
-
34, 17
@@ -621,9 +618,6 @@
250, 208
-
- Bottom, Left
-
34, 17
@@ -918,12 +912,12 @@
Отправить код
-
- 296, 109
-
консоль
+
+ Подключить
+
微软雅黑, 8pt, style=Italic
@@ -937,9 +931,6 @@
Обратите внимание, что обычные команды в состоянии консоли должны указывать цель
(набор содержит UID)
-
- Подключить
-
86, 36
@@ -961,6 +952,9 @@
Хост
+
+ Inherit
+
GrasscutterTools - перевод Юрий Дворецкий