diff --git a/Source/GrasscutterTools/Forms/FormMain.Designer.cs b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
index c8588c9..0f3199f 100644
--- a/Source/GrasscutterTools/Forms/FormMain.Designer.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
@@ -52,6 +52,7 @@ namespace GrasscutterTools.Forms
this.BtnLoadCustomCommands = new System.Windows.Forms.Button();
this.LblCustomName = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
+ this.LnkResetCustomCommands = new System.Windows.Forms.LinkLabel();
this.FLPCustomCommands = new System.Windows.Forms.FlowLayoutPanel();
this.BtnRemoveCustomCommand = new System.Windows.Forms.Button();
this.BtnSaveCustomCommand = new System.Windows.Forms.Button();
@@ -316,12 +317,12 @@ namespace GrasscutterTools.Forms
//
// TPHome
//
+ resources.ApplyResources(this.TPHome, "TPHome");
this.TPHome.Controls.Add(this.LblAbout);
this.TPHome.Controls.Add(this.BtnOpenTextMap);
this.TPHome.Controls.Add(this.BtnOpenGachaBannerEditor);
this.TPHome.Controls.Add(this.pictureBox1);
this.TPHome.Controls.Add(this.GrpSettings);
- resources.ApplyResources(this.TPHome, "TPHome");
this.TPHome.Name = "TPHome";
this.TPHome.UseVisualStyleBackColor = true;
//
@@ -364,9 +365,9 @@ namespace GrasscutterTools.Forms
//
// CmbLanguage
//
+ resources.ApplyResources(this.CmbLanguage, "CmbLanguage");
this.CmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbLanguage.FormattingEnabled = true;
- resources.ApplyResources(this.CmbLanguage, "CmbLanguage");
this.CmbLanguage.Name = "CmbLanguage";
this.CmbLanguage.SelectedIndexChanged += new System.EventHandler(this.CmbLanguage_SelectedIndexChanged);
//
@@ -403,6 +404,7 @@ namespace GrasscutterTools.Forms
//
// TPCustom
//
+ resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Controls.Add(this.BtnExportCustomCommands);
this.TPCustom.Controls.Add(this.BtnLoadCustomCommands);
this.TPCustom.Controls.Add(this.LblCustomName);
@@ -410,7 +412,6 @@ namespace GrasscutterTools.Forms
this.TPCustom.Controls.Add(this.BtnRemoveCustomCommand);
this.TPCustom.Controls.Add(this.BtnSaveCustomCommand);
this.TPCustom.Controls.Add(this.TxtCustomName);
- resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Name = "TPCustom";
this.TPCustom.UseVisualStyleBackColor = true;
//
@@ -436,10 +437,18 @@ namespace GrasscutterTools.Forms
// groupBox1
//
resources.ApplyResources(this.groupBox1, "groupBox1");
+ this.groupBox1.Controls.Add(this.LnkResetCustomCommands);
this.groupBox1.Controls.Add(this.FLPCustomCommands);
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
+ // LnkResetCustomCommands
+ //
+ resources.ApplyResources(this.LnkResetCustomCommands, "LnkResetCustomCommands");
+ this.LnkResetCustomCommands.Name = "LnkResetCustomCommands";
+ this.LnkResetCustomCommands.TabStop = true;
+ this.LnkResetCustomCommands.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkResetCustomCommands_LinkClicked);
+ //
// FLPCustomCommands
//
resources.ApplyResources(this.FLPCustomCommands, "FLPCustomCommands");
@@ -466,6 +475,7 @@ namespace GrasscutterTools.Forms
//
// TPArtifact
//
+ resources.ApplyResources(this.TPArtifact, "TPArtifact");
this.TPArtifact.Controls.Add(this.BtnAddSubAttr);
this.TPArtifact.Controls.Add(this.LblArtifactName);
this.TPArtifact.Controls.Add(this.NUDArtifactStars);
@@ -485,7 +495,6 @@ namespace GrasscutterTools.Forms
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;
//
@@ -656,13 +665,13 @@ namespace GrasscutterTools.Forms
//
// TPQuest
//
+ resources.ApplyResources(this.TPQuest, "TPQuest");
this.TPQuest.Controls.Add(this.GrpQuestFilters);
this.TPQuest.Controls.Add(this.BtnFinishQuest);
this.TPQuest.Controls.Add(this.BtnAddQuest);
this.TPQuest.Controls.Add(this.LblQuestDescription);
this.TPQuest.Controls.Add(this.TxtQuestFilter);
this.TPQuest.Controls.Add(this.ListQuest);
- resources.ApplyResources(this.TPQuest, "TPQuest");
this.TPQuest.Name = "TPQuest";
this.TPQuest.UseVisualStyleBackColor = true;
//
@@ -734,6 +743,7 @@ namespace GrasscutterTools.Forms
//
// TPSpawn
//
+ resources.ApplyResources(this.TPSpawn, "TPSpawn");
this.TPSpawn.Controls.Add(this.BtnSaveSpawnLog);
this.TPSpawn.Controls.Add(this.BtnRemoveSpawnLog);
this.TPSpawn.Controls.Add(this.GrpSpawnRecord);
@@ -745,7 +755,6 @@ namespace GrasscutterTools.Forms
this.TPSpawn.Controls.Add(this.NUDEntityLevel);
this.TPSpawn.Controls.Add(this.TxtEntityFilter);
this.TPSpawn.Controls.Add(this.ListEntity);
- resources.ApplyResources(this.TPSpawn, "TPSpawn");
this.TPSpawn.Name = "TPSpawn";
this.TPSpawn.UseVisualStyleBackColor = true;
//
@@ -888,13 +897,13 @@ namespace GrasscutterTools.Forms
//
// TPAvatar
//
+ resources.ApplyResources(this.TPAvatar, "TPAvatar");
this.TPAvatar.Controls.Add(this.LblAvatarGenWarning);
this.TPAvatar.Controls.Add(this.ImgAvatar);
this.TPAvatar.Controls.Add(this.LblAvatar);
this.TPAvatar.Controls.Add(this.LblLevel);
this.TPAvatar.Controls.Add(this.NUDAvatarLevel);
this.TPAvatar.Controls.Add(this.CmbAvatar);
- resources.ApplyResources(this.TPAvatar, "TPAvatar");
this.TPAvatar.Name = "TPAvatar";
this.TPAvatar.UseVisualStyleBackColor = true;
//
@@ -952,10 +961,10 @@ namespace GrasscutterTools.Forms
//
// TPStats
//
+ resources.ApplyResources(this.TPStats, "TPStats");
this.TPStats.Controls.Add(this.GrpSetStats);
this.TPStats.Controls.Add(this.GrpTalentLevel);
this.TPStats.Controls.Add(this.LblStatsDescription);
- resources.ApplyResources(this.TPStats, "TPStats");
this.TPStats.Name = "TPStats";
this.TPStats.UseVisualStyleBackColor = true;
//
@@ -998,9 +1007,9 @@ namespace GrasscutterTools.Forms
//
// CmbStat
//
+ resources.ApplyResources(this.CmbStat, "CmbStat");
this.CmbStat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbStat.FormattingEnabled = true;
- resources.ApplyResources(this.CmbStat, "CmbStat");
this.CmbStat.Name = "CmbStat";
this.CmbStat.SelectedIndexChanged += new System.EventHandler(this.SetStatsInputChanged);
//
@@ -1060,6 +1069,7 @@ namespace GrasscutterTools.Forms
//
// TPWeapon
//
+ resources.ApplyResources(this.TPWeapon, "TPWeapon");
this.TPWeapon.Controls.Add(this.TxtWeaponFilter);
this.TPWeapon.Controls.Add(this.LblWeaponDescription);
this.TPWeapon.Controls.Add(this.LblWeaponRefinement);
@@ -1069,7 +1079,6 @@ namespace GrasscutterTools.Forms
this.TPWeapon.Controls.Add(this.NUDWeaponAmout);
this.TPWeapon.Controls.Add(this.NUDWeaponLevel);
this.TPWeapon.Controls.Add(this.ListWeapons);
- resources.ApplyResources(this.TPWeapon, "TPWeapon");
this.TPWeapon.Name = "TPWeapon";
this.TPWeapon.UseVisualStyleBackColor = true;
//
@@ -1166,6 +1175,7 @@ namespace GrasscutterTools.Forms
//
// TPItem
//
+ resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Controls.Add(this.BtnSaveGiveItemLog);
this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog);
this.TPItem.Controls.Add(this.GrpGiveItemRecord);
@@ -1177,7 +1187,6 @@ namespace GrasscutterTools.Forms
this.TPItem.Controls.Add(this.NUDGameItemAmout);
this.TPItem.Controls.Add(this.NUDGameItemLevel);
this.TPItem.Controls.Add(this.LblGiveCommandDescription);
- resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Name = "TPItem";
this.TPItem.UseVisualStyleBackColor = true;
//
@@ -1288,6 +1297,7 @@ namespace GrasscutterTools.Forms
//
// TPScene
//
+ resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Controls.Add(this.ChkIncludeSceneId);
this.TPScene.Controls.Add(this.LblTp);
this.TPScene.Controls.Add(this.LblTpZ);
@@ -1301,7 +1311,6 @@ namespace GrasscutterTools.Forms
this.TPScene.Controls.Add(this.LblClimateType);
this.TPScene.Controls.Add(this.LblSceneDescription);
this.TPScene.Controls.Add(this.ListScenes);
- resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Name = "TPScene";
this.TPScene.UseVisualStyleBackColor = true;
//
@@ -1340,12 +1349,12 @@ namespace GrasscutterTools.Forms
//
// NUDTpZ
//
+ resources.ApplyResources(this.NUDTpZ, "NUDTpZ");
this.NUDTpZ.Increment = new decimal(new int[] {
100,
0,
0,
0});
- resources.ApplyResources(this.NUDTpZ, "NUDTpZ");
this.NUDTpZ.Maximum = new decimal(new int[] {
2147483647,
0,
@@ -1360,12 +1369,12 @@ namespace GrasscutterTools.Forms
//
// NUDTpY
//
+ resources.ApplyResources(this.NUDTpY, "NUDTpY");
this.NUDTpY.Increment = new decimal(new int[] {
100,
0,
0,
0});
- resources.ApplyResources(this.NUDTpY, "NUDTpY");
this.NUDTpY.Maximum = new decimal(new int[] {
2147483647,
0,
@@ -1385,12 +1394,12 @@ namespace GrasscutterTools.Forms
//
// NUDTpX
//
+ resources.ApplyResources(this.NUDTpX, "NUDTpX");
this.NUDTpX.Increment = new decimal(new int[] {
100,
0,
0,
0});
- resources.ApplyResources(this.NUDTpX, "NUDTpX");
this.NUDTpX.Maximum = new decimal(new int[] {
2147483647,
0,
@@ -1405,9 +1414,9 @@ namespace GrasscutterTools.Forms
//
// CmbClimateType
//
+ resources.ApplyResources(this.CmbClimateType, "CmbClimateType");
this.CmbClimateType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbClimateType.FormattingEnabled = true;
- resources.ApplyResources(this.CmbClimateType, "CmbClimateType");
this.CmbClimateType.Name = "CmbClimateType";
this.CmbClimateType.SelectedIndexChanged += new System.EventHandler(this.CmbClimateType_SelectedIndexChanged);
//
@@ -1430,9 +1439,9 @@ namespace GrasscutterTools.Forms
//
// 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;
//
@@ -1509,10 +1518,10 @@ namespace GrasscutterTools.Forms
//
// CmbPerm
//
+ resources.ApplyResources(this.CmbPerm, "CmbPerm");
this.CmbPerm.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CmbPerm.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CmbPerm.FormattingEnabled = true;
- resources.ApplyResources(this.CmbPerm, "CmbPerm");
this.CmbPerm.Name = "CmbPerm";
//
// NUDPermUID
@@ -1558,10 +1567,10 @@ namespace GrasscutterTools.Forms
//
// TPAbout
//
+ resources.ApplyResources(this.TPAbout, "TPAbout");
this.TPAbout.Controls.Add(this.pictureBox2);
this.TPAbout.Controls.Add(this.LnkGithub);
this.TPAbout.Controls.Add(this.LblSupportDescription);
- resources.ApplyResources(this.TPAbout, "TPAbout");
this.TPAbout.Name = "TPAbout";
this.TPAbout.UseVisualStyleBackColor = true;
//
@@ -1586,24 +1595,24 @@ namespace GrasscutterTools.Forms
//
// TPRemoteCall
//
+ resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
this.TPRemoteCall.Controls.Add(this.GrpServerStatus);
this.TPRemoteCall.Controls.Add(this.GrpRemoteCommand);
this.TPRemoteCall.Controls.Add(this.TxtHost);
this.TPRemoteCall.Controls.Add(this.BtnQueryServerStatus);
this.TPRemoteCall.Controls.Add(this.LblHost);
- resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
this.TPRemoteCall.Name = "TPRemoteCall";
this.TPRemoteCall.UseVisualStyleBackColor = true;
//
// GrpServerStatus
//
+ resources.ApplyResources(this.GrpServerStatus, "GrpServerStatus");
this.GrpServerStatus.Controls.Add(this.LnkOpenCommandLabel);
this.GrpServerStatus.Controls.Add(this.LblOpenCommandSupport);
this.GrpServerStatus.Controls.Add(this.LblServerVersion);
this.GrpServerStatus.Controls.Add(this.LblPlayerCount);
this.GrpServerStatus.Controls.Add(this.LblServerVersionLabel);
this.GrpServerStatus.Controls.Add(this.LblPlayerCountLabel);
- resources.ApplyResources(this.GrpServerStatus, "GrpServerStatus");
this.GrpServerStatus.Name = "GrpServerStatus";
this.GrpServerStatus.TabStop = false;
//
@@ -1648,14 +1657,15 @@ namespace GrasscutterTools.Forms
//
// TPOpenCommandCheck
//
+ resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
this.TPOpenCommandCheck.Controls.Add(this.TPPlayerCheck);
this.TPOpenCommandCheck.Controls.Add(this.TPConsoleCheck);
- resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
this.TPOpenCommandCheck.Name = "TPOpenCommandCheck";
this.TPOpenCommandCheck.SelectedIndex = 0;
//
// TPPlayerCheck
//
+ resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
this.TPPlayerCheck.Controls.Add(this.LnkRCHelp);
this.TPPlayerCheck.Controls.Add(this.NUDRemotePlayerId);
this.TPPlayerCheck.Controls.Add(this.BtnConnectOpenCommand);
@@ -1663,7 +1673,6 @@ namespace GrasscutterTools.Forms
this.TPPlayerCheck.Controls.Add(this.BtnSendVerificationCode);
this.TPPlayerCheck.Controls.Add(this.NUDVerificationCode);
this.TPPlayerCheck.Controls.Add(this.LblRemotePlayerId);
- resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
this.TPPlayerCheck.Name = "TPPlayerCheck";
this.TPPlayerCheck.UseVisualStyleBackColor = true;
//
@@ -1735,11 +1744,11 @@ namespace GrasscutterTools.Forms
//
// TPConsoleCheck
//
+ resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck");
this.TPConsoleCheck.Controls.Add(this.BtnConsoleConnect);
this.TPConsoleCheck.Controls.Add(this.TxtToken);
this.TPConsoleCheck.Controls.Add(this.LblToken);
this.TPConsoleCheck.Controls.Add(this.LblConsoleTip);
- resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck");
this.TPConsoleCheck.Name = "TPConsoleCheck";
this.TPConsoleCheck.UseVisualStyleBackColor = true;
//
@@ -1805,6 +1814,7 @@ namespace GrasscutterTools.Forms
this.TPCustom.ResumeLayout(false);
this.TPCustom.PerformLayout();
this.groupBox1.ResumeLayout(false);
+ this.groupBox1.PerformLayout();
this.TPArtifact.ResumeLayout(false);
this.TPArtifact.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDArtifactStars)).EndInit();
@@ -2050,6 +2060,7 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.TextBox TxtToken;
private System.Windows.Forms.Label LblToken;
private System.Windows.Forms.Label LblConsoleTip;
+ private System.Windows.Forms.LinkLabel LnkResetCustomCommands;
}
}
diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs
index 497244a..98bb82e 100644
--- a/Source/GrasscutterTools/Forms/FormMain.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.cs
@@ -352,6 +352,16 @@ namespace GrasscutterTools.Forms
}
}
+ private void LnkResetCustomCommands_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ {
+ if (MessageBox.Show(Resources.RestoreCustomCommands, Resources.Tips, MessageBoxButtons.YesNo, MessageBoxIcon.Warning) == DialogResult.Yes)
+ {
+ if (File.Exists(CustomCommandsFilePath))
+ File.Delete(CustomCommandsFilePath);
+ LoadCustomCommandControls(Resources.CustomCommands);
+ }
+ }
+
#endregion - 自定义 -
#region - 圣遗物 -
@@ -1106,7 +1116,7 @@ namespace GrasscutterTools.Forms
Task.Run(async () =>
{
await Task.Delay(1000);
- BeginInvoke(new Action(() => ShowTip("已从缓存中恢复Token", BtnInvokeOpenCommand)));
+ BeginInvoke(new Action(() => ShowTip(Resources.TokenRestoredFromCache, BtnInvokeOpenCommand)));
});
}
}
@@ -1136,7 +1146,7 @@ namespace GrasscutterTools.Forms
}
catch (Exception ex)
{
- MessageBox.Show("查询服务端状态失败:" + ex.Message, Resources.Error, MessageBoxButtons.OK, MessageBoxIcon.Error);
+ MessageBox.Show(Resources.QueryServerStatusFailed + ex.Message, Resources.Error, MessageBoxButtons.OK, MessageBoxIcon.Error);
}
OC = new OpenCommandAPI(TxtHost.Text);
@@ -1221,7 +1231,7 @@ namespace GrasscutterTools.Forms
{
if (string.IsNullOrEmpty(TxtToken.Text))
{
- MessageBox.Show("Token不能为空!", Resources.Error, MessageBoxButtons.OK, MessageBoxIcon.Error);
+ MessageBox.Show(Resources.TokenCannotBeEmpty, Resources.Error, MessageBoxButtons.OK, MessageBoxIcon.Error);
return;
}
OC.Token = TxtToken.Text;
diff --git a/Source/GrasscutterTools/Forms/FormMain.en-us.resx b/Source/GrasscutterTools/Forms/FormMain.en-us.resx
index 9a1cad0..f9fbc5f 100644
--- a/Source/GrasscutterTools/Forms/FormMain.en-us.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.en-us.resx
@@ -193,6 +193,15 @@
List
+
+ 531, -1
+
+
+ 53, 17
+
+
+ Restore
+
393, 216
@@ -854,6 +863,6 @@ Tip: Most of the scenes have no effect and cannot be entered.
Host
- Inherit
+ NoControl
\ No newline at end of file
diff --git a/Source/GrasscutterTools/Forms/FormMain.resx b/Source/GrasscutterTools/Forms/FormMain.resx
index c9d4ce1..853c73d 100644
--- a/Source/GrasscutterTools/Forms/FormMain.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.resx
@@ -117,4158 +117,3125 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top, Left, Right
-
-
-
- 87, 22
-
-
- 400, 23
-
-
- 0
-
-
- TxtCommand
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- 3
-
-
- Top, Right
-
-
- 493, 22
-
-
- 50, 23
-
-
- 1
-
-
- 复制
-
-
- BtnCopy
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- 1
-
-
- Top, Right
-
-
- True
-
-
- 549, 24
-
-
- 51, 21
-
-
- 2
-
-
- 自动
-
-
- ChkAutoCopy
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- 2
-
-
- Bottom, Left, Right
-
-
- 6, 22
-
-
- 75, 23
-
3
-
- 执行(F5)
+
+
+ 283, 25
-
- BtnInvokeOpenCommand
+
+ 6, 218
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ LblPlayerCountLabel
-
- GrpCommand
+
+
+ Top
-
- 0
+
+ 19, 17
-
- 12, 293
+
+ 12
-
- 610, 56
-
-
- 610, 56
-
-
- 3
-
-
- 命令(按住 Ctrl 自动执行)
-
-
- GrpCommand
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 1
-
-
- Top, Bottom, Left, Right
-
-
- 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
-
-
- 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
+
+ 366, 39
-
- TPCustom
+
+ 17
-
- 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
-
-
- BtnAddSubAttr
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 111, 160
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
-
-
- GrpQuestFilters
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 0
-
-
- BtnFinishQuest
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 1
-
-
- BtnAddQuest
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 2
-
-
- LblQuestDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 3
-
-
- TxtQuestFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 4
-
-
- ListQuest
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
5
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 15
-
-
- 任务
-
-
- TPQuest
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 3
-
-
- BtnSaveSpawnLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Top
TPSpawn
-
- 0
+
+ Top
-
- 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
-
-
- 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
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 10
+
+ 5
-
- 4, 26
+
+ Q技能
-
- 3, 3, 3, 3
+
+ TPConsoleCheck
-
- 602, 245
+
+ 60, 23
-
+
6
-
- 生成
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPSpawn
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 4
-
-
- LblAvatarGenWarning
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 0
-
-
- ImgAvatar
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
+
1
-
- LblAvatar
+
+ 133, 21
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 2
-
-
- LblLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 3
+
+ 25, 45
NUDAvatarLevel
-
+
+ TPWeapon
+
+
System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPAvatar
-
-
- 4
-
-
- CmbAvatar
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 5
-
-
- 4, 26
-
-
+
3, 3, 3, 3
-
- 602, 245
-
-
+
5
-
- 角色
-
-
- TPAvatar
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 5
-
-
- GrpSetStats
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPStats
-
-
- 0
-
-
- GrpTalentLevel
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPStats
-
-
- 1
-
-
- LblStatsDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPStats
-
-
- 2
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 11
-
-
- 数据
-
-
- TPStats
-
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ 2
+
+
+ GrpSettings
+
+
+ 44, 17
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+ 96, 17
+
+
+ 连接
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 257, 217
+
+
+ 3
+
+
+ 3
+
+
+ 1
+
+
+ 1
+
+
TCMain
-
+
+ 44, 22
+
+
+ 设置当前活跃角色数据
+
+
+ 祝你玩得愉快!
+
+
+ TPWeapon
+
+
6
-
- TxtWeaponFilter
+
+ 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
+
+
+ 99, 28
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 9
+
+
+ True
+
+
+ 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
+
+
+ 60, 23
+
+
+ 9
+
+
+ TPSpawn
+
+
+ LblAbout
+
+
+ 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
+
+
+ 重置
+
+
+ 44, 17
+
+
+ 200, 23
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnQueryServerStatus
+
+
+ 18
+
+
+ 32, 17
+
+
+ 3
+
+
+ 10
+
+
+ TPItem
+
+
+ 3, 3, 3, 3
+
+
+ 3, 19
+
+
+ 10
+
+
+ NUDGameItemAmout
+
+
+ TPScene
+
+
+ TPWeapon
+
+
+ 200, 23
+
+
+ 5
+
+
+ 6
+
+
+ 语言/Language/язык
+
+
+ 20
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 218, 161
+
+
+ True
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 割草机工具箱
+
+这是一个免费且开源的项目
+如果觉得这对你很有帮助,可以为我点一个免费的Star
+如果愿意请我喝一杯奶茶,那就更好了 : )
+指令生成有问题,或者有新的功能请求,都可以来Github提出
+
+
+ LblClearSubAttrCheckedList
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 602, 245
+
+
+ 远程执行插件
+
+
+ 4, 26
+
+
+ GrpTalentLevel
+
+
+ 10, 48
+
+
+ GrpServerStatus
+
+
+ 24
+
+
+ 含场景ID
+
+
+ 610, 56
+
+
+ Bottom, Left
+
+
+ 189, 15
+
+
+ TPHome
+
+
+ 66, 22
+
+
+ 602, 245
+
+
+ 任务
+
+
+ 590, 204
+
+
+ 121, 25
+
+
+ 星级
+
+
+ 设置
+
+
+ 3, 19
+
+
+ 602, 245
+
+
+ TPScene
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4, 26
+
+
+ TxtHost
+
+
+ True
+
+
+ 50, 23
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 16, 220
+
+
+ CmbClimateType
+
+
+ TPAbout
+
+
+ 技能等级
+
+
+ Bottom, Left
+
+
+ LnkTalentNormalATK
+
+
+ 43, 22
+
+
+ 0
+
+
+ 23, 17
+
+
+ 6, 161
+
+
+ 135, 62
+
+
+ 7, 24
+
+
+ TxtCustomName
+
+
+ NUDWeaponLevel
+
+
+ TPHome
+
+
+ 602, 245
+
+
+ TCMain
+
+
+ True
+
+
+ 0
+
+
+ $this
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ TPPlayerCheck
+
+
+ 1
+
+
+ BtnInvokeOpenCommand
+
+
+ 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
+
+
+ GrpPermission
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LnkRCHelp
+
+
+ TPRemoteCall
+
+
+ True
+
+
+ 7
+
+
+ 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
+
+
+ 75, 23
+
+
+ 250, 239
+
+
+ 1
+
+
+ 92, 102
+
+
+ True
+
+
+ UID
+
+
+ GrpSettings
+
+
+ 358, 5
+
+
+ Fill
+
+
+ 328, 41
+
+
+ 4, 26
+
+
+ LblPerm
+
+
+ 75, 23
+
+
+ UID
+
+
+ 0
+
+
+ 1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 51, 21
+
+
+ NoControl
+
TPWeapon
-
- 0
+
+ 3
-
- LblWeaponDescription
+
+ 265, 31
-
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPWeapon
+
+ 3
-
+
1
LblWeaponRefinement
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 2
-
-
- LblWeaponAmount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 3
-
-
- LblWeaponLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 4
-
-
- NUDWeaponRefinement
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 5
-
-
- NUDWeaponAmout
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 6
-
-
- NUDWeaponLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 7
-
-
- ListWeapons
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 8
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 3
-
-
- 武器
-
-
- TPWeapon
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 7
-
-
- BtnSaveGiveItemLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 0
-
-
- BtnRemoveGiveItemLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 1
-
-
- GrpGiveItemRecord
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 2
-
-
- ChkDrop
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 3
-
-
- TxtGameItemFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 4
-
-
- ListGameItems
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 5
-
-
- LblGameItemAmount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 6
-
-
- LblGameItemLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 7
-
-
- NUDGameItemAmout
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 8
-
-
- NUDGameItemLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 9
-
-
- LblGiveCommandDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 10
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 4
-
-
- 物品
-
-
- TPItem
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 8
-
-
- ChkIncludeSceneId
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 0
-
-
- LblTp
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 1
-
-
- LblTpZ
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 2
-
-
- LblTpY
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 3
-
-
- BtnTeleport
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 4
-
-
- LblTpX
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 5
-
-
- NUDTpZ
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 6
-
-
- NUDTpY
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 7
-
-
- NUDTpX
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 8
-
-
- CmbClimateType
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 9
-
-
- LblClimateType
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 10
-
-
- LblSceneDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 11
-
-
- ListScenes
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 12
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 9
-
-
- 场景
-
-
- TPScene
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 9
-
-
- GrpAccount
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 0
-
-
- GrpPermission
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 1
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 12
-
-
- 管理
-
-
- TPManage
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 10
-
-
- pictureBox2
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAbout
-
-
- 0
-
-
- LnkGithub
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAbout
-
-
- 1
-
-
- LblSupportDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAbout
-
-
- 2
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 13
-
-
- 关于
-
-
- TPAbout
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 11
-
-
- GrpServerStatus
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 0
-
-
- GrpRemoteCommand
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 1
-
-
- TxtHost
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 2
-
-
- BtnQueryServerStatus
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 3
-
-
- LblHost
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 4
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 602, 245
-
-
- 14
-
-
- 远程
-
-
- TPRemoteCall
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 12
-
-
- 12, 12
-
-
- 610, 275
-
-
- 610, 275
-
-
- 4
-
-
- TCMain
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 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
-
-
- Bottom, Left
-
-
- 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, Left
-
-
- 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
+
+ NUDRemotePlayerId
-
- 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
-
-
- 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
+
+ 23, 17
Bottom, Left
-
- True
+
+ LblTpX
-
- 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
+
+ TPScene
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPCustom
+
+ 14, 17
-
- 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
-
-
- Top
-
-
- NoControl
-
-
- 440, 129
-
-
- 75, 23
-
-
- 8
-
-
- + 添加
-
-
- BtnAddSubAttr
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 0
-
-
- Top
-
-
- True
-
-
- 437, 11
-
-
- 0, 17
-
-
- 45
-
-
- LblArtifactName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 1
-
-
- Top
-
-
- 366, 39
-
-
- 65, 23
-
-
- 3
-
-
- NUDArtifactStars
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 2
-
-
- Top
-
-
- True
-
-
- 328, 41
-
-
- 32, 17
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
43
-
- 星级
+
+ Bottom, Left, Right
-
- LblArtifactStars
+
+ LblPermUID
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Token
-
- TPArtifact
+
+ LblGameItemAmount
-
- 3
+
+ TPPlayerCheck
-
- Top
+
+ NUDStat
-
- 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
+
+ TPWeapon
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPArtifact
+
+ ListGameItems
-
- 8
+
+ Bottom, Left
-
- Top
+
+ 服务器地址
-
- 440, 100
+
+ 238, 159
-
- 51, 23
+
+ 4
-
- 7
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- NUDSubAttributionTimes
+
+ 29, 15
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ GrpCommand
-
- TPArtifact
+
+ NoControl
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TxtWeaponFilter
+
+
+ 92, 82
+
+
+ Fill
+
+
+ 9
+
+
+ True
+
+
+ TPOpenCommandCheck
+
+
+ Top, Bottom, Left, Right
+
+
+ 60, 23
9
-
- Top
+
+ 8
-
- 311, 98
+
+ Top, Bottom, Left, Right
-
- 120, 25
-
-
- 6
-
-
- CmbSubAttributionValue
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 10
-
-
- Top
-
-
- 142, 99
-
-
- 163, 25
-
-
- 5
-
-
- CmbSubAttribution
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 11
-
-
- Top
-
-
- True
-
-
- 437, 218
-
-
- 44, 17
-
-
- 10
-
-
- X 清空
-
-
- LblClearSubAttrCheckedList
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 12
-
-
- Top, Bottom
-
-
- 17
-
-
- 142, 129
-
-
- 289, 106
-
-
- 9
-
-
- ListSubAttributionChecked
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 13
-
-
- Top
-
-
- 142, 39
-
-
- 50, 23
-
-
- 2
-
-
- NUDArtifactLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 14
-
-
- Top
-
-
- True
-
-
- 104, 41
-
-
- 32, 17
-
-
- 24
-
-
- 等级
-
-
- LblArtifactLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 15
-
-
- Top
-
-
- True
-
-
- 92, 102
-
-
- 44, 17
-
-
- 23
-
-
- 副词条
-
-
- LblSubAttribution
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 16
-
-
- Top
-
-
- 142, 68
-
-
- 289, 25
-
-
- 4
-
-
- CmbMainAttribution
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 17
-
-
- Top
-
-
- True
-
-
- 92, 71
-
-
- 44, 17
-
-
- 20
-
-
- 主词条
-
-
- LblMainAttribution
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 18
-
-
- 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
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 2
-
-
- Top, Bottom, Left
-
-
- 6, 6
-
-
- 346, 100
-
-
- 4
+
+ 场景控制
+
+提示:大部分场景没有作用,无法进入。
添加或完成任务
提示:许多任务需要服务端脚本支持
因此任务可以接,可以完成,但是不一定可以做
-
- LblQuestDescription
+
+ System.Windows.Forms.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
-
-
- TPQuest
-
-
+
3
-
- Top, Left, Right
+
+ 标签
-
- 358, 5
+
+ Top
-
- 238, 23
+
+ GrpTalentLevel
-
- 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
-
-
- 265, 31
-
-
- 75, 23
-
-
+
10
-
- √ 记录
+
+ 189, 42
-
- BtnSaveSpawnLog
+
+ 296, 111
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 0
-
-
- False
-
-
- 265, 60
-
-
- 75, 23
-
-
+
11
-
- × 删除
+
+ 6, 219
-
- BtnRemoveSpawnLog
-
-
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPSpawn
+
+ 9, 188
-
- 1
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Top, Bottom, Left
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- ListSpawnLogs
+
+ GrpServerStatus
-
- 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
+
+ CmbMainAttribution
-
- 87, 134
+
+ 0
-
- 4
+
+ 2
-
- 列表分类
-
-
- 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
+
+ 12
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
-
-
- Bottom, Left
-
-
- 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
+
+ 2
-
- 7
+
+ 6
-
- Bottom, Left
+
+ 请注意,控制台状态下普通命令必须指定目标
+(即设置包含UID)
-
- 137, 216
+
+ True
-
- 50, 23
+
+ 1
-
- 3
+
+ 4
-
- NUDEntityLevel
+
+ 32, 17
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 37
-
- TPSpawn
+
+ 87, 134
-
- 8
+
+ 生物志
-
- Top, Left, Right
+
+ 4
-
- 358, 5
+
+ 控制台
+
+
+ 26, 159
+
+
+ 角色属性
+
+
+ 9
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TxtQuestFilter
238, 23
-
- 0
+
+ LblDefaultUid
-
- TxtEntityFilter
-
-
+
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPSpawn
+
+ 6
-
- 9
+
+ 150, 24
-
- Top, Bottom, Left, Right
+
+ NUDTpX
-
- 17
+
+ LblToken
-
- 358, 31
+
+ 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
+
+
+ 182, 23
+
+
+ 0
+
+
+ 3
+
+
+ 163, 25
+
+
+ 650, 400
+
+
+ 552, -1
+
+
+ Bottom, Left
+
+
+ 6, 6
+
+
+ 100, 23
+
+
+ 26, 55
+
+
+ x
+
+
+ 3
+
+
+ ListSubAttributionChecked
+
+
+ Top, Bottom, Right
+
+
+ BtnRemoveGiveItemLog
+
+
+ True
+
+
+ 6
+
+
+ GrpQuestFilters
+
+
+ TPAvatar
+
+
+ TPItem
+
+
+ True
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
238, 208
-
+
+ 51, 21
+
+
+ 3, 3, 3, 3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 32, 17
+
+
+ 602, 245
+
+
+ X 清空
+
+
+ 13
+
+
+ 3
+
+
+ Top, Bottom, Left, Right
+
+
+ BtmPermRemove
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 13
+
+
+ Top, Bottom, Left, Right
+
+
+ 普通攻击
+
+
+ 54, 17
+
+
+ True
+
+
+ True
+
+
+ TPCustom
+
+
+ 32, 17
+
+
+ 602, 245
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ TPSpawn
+
+
+ 207, 23
+
+
+ Bottom, Left
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.TabControl, 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
+
+
+ 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
+
+
+ 15
+
+
+ 1
+
+
+ 1
+
+
+ 50, 23
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpQuestFilters
+
+
+ True
+
+
+ Top, Bottom, Left
+
+
+ True
+
+
+ 358, 5
+
+
+ 0
+
+
+ 32, 17
+
+
+ TPPlayerCheck
+
+
+ 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
+
+
+ 6, 151
+
+
+ 0
+
+
+ 0
+
+
+ 6, 72
+
+
1
ListEntity
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ √ 记录
-
- TPSpawn
+
+ 权限管理
-
- 10
+
+ LnkOpenCommandLabel
-
- Bottom
+
+ 8
-
+
+ TPArtifact
+
+
+ 104, 41
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 289, 106
+
+
+ Bottom, Left
+
+
+ 310, 161
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ FormMain
+
+
True
-
- 微软雅黑, 9pt, style=Bold
+
+ BtnRemoveCustomCommand
-
- 111, 160
+
+ LblVerificationCode
-
- 380, 51
+
+ TPArtifact
-
- 5
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveItemRecord
+
+
+ 40, 50
警告!添加官方未使用的角色可能导致帐号存档损坏,无法进行游戏。
即使删号重来,数据可能也不会清除。因此请谨慎添加
(例如凯特、裸男或者测试角色之类的...)
-
- TopCenter
+
+ 296, 51
-
- LblAvatarGenWarning
+
+ TPSpawn
-
- System.Windows.Forms.Label, 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
-
- TPAvatar
+
+ 5
-
- 0
+
+ 5
-
- Top, Bottom, Left, Right
-
-
- NoControl
-
-
- 0, 0
-
-
- 0, 0, 0, 0
-
-
- 602, 160
-
-
- Zoom
-
-
+
4
-
- ImgAvatar
+
+ 188, 216
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 602, 245
-
- TPAvatar
+
+ TPQuest
-
- 1
+
+ 244, 162
-
- Bottom
+
+ 在玩家附近召唤生物
-
- True
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 175, 217
+
+ TPPlayerCheck
-
- 32, 17
+
+ 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
+
+
+ 3
+
+
+ TPSpawn
+
+
+ 32, 17
+
+
+ TPScene
+
+
+ 6, 6
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 3
+
+
+ LblClimateType
+
+
+ 6, 76
+
+
+ ChkQuestFilterTEST
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpCommand
+
+
+ LnkResetCustomCommands
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 4, 26
+
+
+ GrpAccount
+
+
+ 200, 100
+
+
+ 副词条
+
+
+ 关于
+
+
+ TPCustom
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 200, 153
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 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
+
+
+ 1
+
+
+ 5
+
+
+ 远程
+
+
+ True
+
+
+ 0
+
+
+ 3
+
+
+ LblArtifactStars
+
+
+ TPScene
+
+
+ TPScene
+
+
+ 6, 6
+
+
+ 68, 17
+
+
+ 等级
+
+
+ TPConsoleCheck
+
+
+ GrpServerStatus
+
+
+ 378, 215
+
+
+ TPOpenCommandCheck
+
+
+ 发送验证码
+
+
+ 340, 217
+
+
+ True
+
+
+ TPPlayerCheck
+
+
+ 584, 182
+
+
+ 440, 129
+
+
+ FLPCustomCommands
+
+
+ 56, 17
+
+
+ × 删除
+
+
+ 0
+
+
+ Top
+
+
+ 3, 3, 3, 3
+
+
+ 0
+
+
+ TPArtifact
+
+
+ 265, 101
+
+
+ 99, 218
+
+
+ 32, 17
+
+
+ ---
+
+
+ 6
+
+
+ RbEntityOrnament
+
+
+ TPItem
+
+
+ NUDArtifactStars
+
+
+ 68, 17
+
+
+ 用户名
+
+
+ RbEntityNPC
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 圣遗物
+
+
+ TPStats
+
+
+ GrpSetStats
+
+
+ TCMain
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 610, 275
+
+
+ 1
+
+
+ 120, 25
+
+
+ LblCustomName
+
+
+ TPWeapon
+
+
+ True
+
+
+ 2
+
+
+ 4
+
+
+ False
+
+
+ 1
+
+
+ BtnCopy
+
+
+ 136, 24
+
+
2
Bottom
-
+
True
-
- 340, 217
+
+ 3, 3, 3, 3
-
- 32, 17
+
+ TCMain
-
- 2
+
+ True
-
+
+ GrpAccount
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Bottom, Left
+
+
+ Top, Bottom, Right
+
+
+ 生成
+
+
+ TPRemoteCall
+
+
+ × 删除
+
+
等级
-
- LblLevel
+
+ GrpServerStatus
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 微软雅黑, 9pt
-
- TPAvatar
+
+ 56, 17
-
- 3
+
+ 列表过滤
-
- Bottom
-
-
- 378, 215
-
-
- 50, 23
-
-
+
1
-
- NUDAvatarLevel
+
+ GrpAccount
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Top
-
- TPAvatar
+
+ TCMain
-
- 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
-
-
- 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
+
+ 60, 23
-
- 3
+
+ 4, 26
-
- 技能等级
+
+ LblArtifactLevel
-
- GrpTalentLevel
+
+ LblGameItemLevel
-
+
+ 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
+
+
+ 文本浏览器
+
+
+ 99, 21
+
+
+ 75, 21
+
+
1
-
+
+ BtnPermAdd
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 75, 23
+
+
+ 1
+
+
+ 6, 6
+
+
+ 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
+
+
+ 6, 122
+
+
+ TPSpawn
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ True
+
+
+ Zoom
+
+
+ 2
+
+
+ True
+
+
+ 1
+
+
+ 32, 17
+
+
+ 142, 129
+
+
+ 66, 22
+
+
3
-
- E技能
+
+ LnkTalentQ
-
- 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
+
+ 11
-
- System.Windows.Forms.LinkLabel, 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
-
- GrpTalentLevel
+
+ True
+
+
+ 46, 17
+
+
+ GrasscutterTools
+
+
+ TCMain
+
+
+ ImgAvatar
+
+
+ 3
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 微软雅黑, 9pt, style=Bold
+
+
+ 微软雅黑, 13pt
+
+
+ 116, 17
+
+
+ LnkGithub
+
+
+ GrpSettings
+
+
+ 65, 42
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
1
-
- True
+
+ E技能
-
- 150, 24
+
+ 358, 31
-
+
+ 32, 17
+
+
+ 11
+
+
+ 7
+
+
+ 3, 3, 3, 3
+
+
+ 武器
+
+
+ 265, 60
+
+
+ TPRemoteCall
+
+
+ 5
+
+
+ TPScene
+
+
+ TPPlayerCheck
+
+
+ NUDEntityLevel
+
+
56, 17
-
- 1
+
+ 602, 245
-
- 普通攻击
+
+ 6
-
- LnkTalentNormalATK
+
+ System.Windows.Forms.Button, 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
+
+ 13
-
- GrpTalentLevel
+
+ 602, 160
-
+
2
-
- 44, 22
+
+ Top, Right
-
+
+ True
+
+
+ 9
+
+
+ TPScene
+
+
+ 主页
+
+
+ 3, 3, 3, 3
+
+
+ 1
+
+
+ TPScene
+
+
+ 4
+
+
+ 212, 25
+
+
+ BtnExportCustomCommands
+
+
+ Bottom, Left
+
+
+ 1
+
+
+ 4, 26
+
+
+ 0
+
+
+ 50, 21
+
+
+ 8
+
+
+ 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
+
+
+ 执行(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
+
+
+ 14
+
+
+ TPSpawn
+
+
+ 3, 4, 3, 4
+
+
+ 15, 16
+
+
100, 23
+
+ 75, 23
+
+
+ 283, 233
+
+
+ 17
+
+
+ 118, 23
+
+
+ 212, 24
+
+
+ 6, 216
+
+
+ 50, 23
+
+
+ Top, Bottom, Left, Right
+
+
+ 65, 13
+
+
+ 0
+
0
-
- NUDTalentLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 3
-
-
- True
-
-
- 6, 6
-
-
- 128, 17
-
-
- 2
-
-
- 设置当前活跃角色数据
-
-
- LblStatsDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPStats
-
-
- 2
-
-
- Top, Right
-
-
- 396, 5
-
-
- 200, 23
-
-
- 8
-
-
- TxtWeaponFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
+
0
-
- Top, Bottom, Left, Right
+
+ 87, 22
-
+
+ 198, 41
+
+
+ 3
+
+
True
-
+
+ GrpCommand
+
+
+ Bottom, Left
+
+
+ 313, 6
+
+
+ 44, 17
+
+
+ 2
+
+
+ 6
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpRemoteCommand
+
+
+ GrpSettings
+
+
+ GrpSettings
+
+
+ 4
+
+
+ 1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 8
+
+
+ TCMain
+
+
+ 4
+
+
+ Top, Right
+
+
+ CmbAvatar
+
+
+ 0
+
+
+ GrpAccount
+
+
+ TPScene
+
+
+ 4
+
+
+ 账号管理
+
+
+ ListQuest
+
+
+ 0
+
+
+ 17
+
+
+ TPItem
+
+
+ 2
+
+
+ TxtEntityFilter
+
+
+ LblArtifactSet
+
+
+ GrpTalentLevel
+
+
+ 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
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 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
+
+
+ Bottom, Left
+
+
+ 4
+
+
+ GrpEntityType
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 11
+
+
+ 4, 26
+
+
+ 0
+
+
+ 56, 17
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ 11
+
+
+ 38
+
+
+ 5
+
+
+ 6, 218
+
+
+ TCMain
+
+
+ LblServerVersionLabel
+
+
+ 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
+
+
+ 2
+
+
+ Bottom, Right
+
+
+ TCMain
+
+
+ pictureBox2
+
+
+ 传送
+
+
+ ListScenes
+
+
+ TPQuest
+
+
+ BtnConnectOpenCommand
+
+
+ True
+
+
+ Bottom, Left
+
+
+ 1
+
+
+ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 44, 216
+
+
+ 396, 5
+
+
+ TPPlayerCheck
+
+
+ GrpPermission
+
+
+ 6
+
+
+ 5
+
+
+ 299, 162
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ 6, 22
+
+
+ 7
+
+
+ 精炼等级
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 90, 23
+
+
+ 4
+
+
+ LblArtifactLevelTip
+
+
+ 6
+
+
+ Top
+
+
+ 15
+
+
+ 610, 56
+
+
+ TPStats
+
+
+ 查询
+
+
+ 0
+
+
+ 8
+
+
+ 9
+
+
+ 213, 214
+
+
6, 6
-
- 200, 153
+
+ NoControl
-
- 7
+
+ True
+
+
+ 主词条
+
+
+ Bottom, Left
+
+
+ TPSpawn
获取武器
@@ -4281,2379 +3248,1582 @@
>70级 突破5
>80级 突破6
-
- LblWeaponDescription
+
+ 602, 245
-
- 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
+
+ 332, 70
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
+
+ NUDWeaponAmout
物品记录本
-
- GrpGiveItemRecord
+
+ 60, 23
-
- 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
-
-
- Bottom, Left
-
-
- True
-
-
- 6, 218
-
-
+
32, 17
-
- 14
+
+ 2
数量
-
- LblGameItemAmount
+
+ z
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPItem
+
+ Fill
-
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
6
-
- Bottom, Left
+
+ 142, 39
-
- True
+
+ 5
-
- 150, 218
+
+ 5
-
- 32, 17
+
+ 载入
-
- 15
+
+ test
-
- 等级
-
-
- 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
+
+ 6
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- TPItem
+
+ 导出
-
- 9
+
+ √ 保存
-
- True
+
+ 5
-
- 6, 6
-
-
- 236, 34
-
-
- 1
-
-
- 给玩家指定物品
-说明:可选择直接给到背包或者掉落到世界
-
-
- LblGiveCommandDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
+
10
-
+
+ 4, 26
+
+
+ 1
+
+
+ 296, 109
+
+
+ 6, 25
+
+
+ 4
+
+
+ 3
+
+
+ 10
+
+
+ 8
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 118, 23
+
+
+ Bottom, Left
+
+
+ 47, 65
+
+
+ Bottom, Left
+
+
+ 4
+
+
+ LblTpY
+
+
+ GrpRemoteCommand
+
+
+ TCMain
+
+
+ ChkAccountSetUid
+
+
+ TPArtifact
+
+
+ TPArtifact
+
+
+ 602, 245
+
+
+ ListWeapons
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ 140, 140
+
+
+ 43, 216
+
+
+ 15, 39
+
+
+ groupBox1
+
+
+ Top, Bottom, Left, Right
+
+
+ Top
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
True
-
- False
+
+ 15, 44
-
- 90, 190
+
+ 7
-
- 76, 21
+
+ GrpEntityType
-
- 12
+
+ 121, 25
-
- 含场景ID
+
+ 2
-
- ChkIncludeSceneId
+
+ 6
-
+
+ 487, 216
+
+
+ TPAbout
+
+
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPScene
+
+ Top, Bottom
-
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 6
+
+
+ 3
+
+
+ Right
+
+
+ 45, 39
+
+
+ 9
+
+
+ 4
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 17
+
+
+ 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
+
+
+ 90, 23
+
+
+ BtnTeleport
+
+
+ 74, 21
+
+
+ TPArtifact
+
+
+ NUDTpY
+
+
+ NoControl
+
+
+ GrpSetStats
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 400, 23
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 437, 218
+
+
+ 隐藏的任务
+
+
+ TPStats
+
+
+ 7
+
+
+ BtnAddQuest
+
+
0
-
+
+ 1
+
+
+ 200, 208
+
+
True
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ 0
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 10
+
+
+ True
+
+
+ 4, 26
+
+
+ 70, 23
+
+
+ 250, 21
+
+
+ Top
+
+
+ TPQuest
+
+
+ LblAvatarGenWarning
+
+
+ True
+
+
+ CmbSubAttribution
+
+
+ TCMain
+
+
+ 提示
+
+
+ 147, 23
+
6, 105
-
- 296, 51
+
+ Bottom
-
- 11
+
+ 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
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 12, 293
+
+
+ 3
+
+
+ 7
+
+
+ 334, 102
+
+
+ NoControl
+
+
+ LblArtifactPart
+
+
+ TCMain
+
+
+ 4, 26
+
+
+ 7
+
+
+ 140, 23
+
+
+ LblTp
+
+
+ 41, 51
+
+
+ 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
+
+
+ TopCenter
+
+
+ 14
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveItemRecord
+
+
+ TPAvatar
+
+
+ 测试任务
+
+
+ 10
+
+
+ 复制
+
+
+ True
+
+
+ 65, 13
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 31, 72
+
+
+ 角色
+
+
+ 158, 25
+
+
+ 3
+
+
+ 17
+
+
+ 2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ True
+
+
+ 10
+
+
+ 3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6, 49
+
+
+ LblWeaponDescription
+
+
+ LblStatsDescription
+
+
+ NPC
+
+
+ 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
+
+
+ Bottom, Left
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NUDEntityAmout
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 44, 17
+
+
+ TPArtifact
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3, 3, 3, 3
+
+
+ TCMain
+
+
+ 1
+
+
+ BtnSaveSpawnLog
+
+
+ 17
+
+
+ 549, 24
+
+
+ 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
+
+
+ 8
+
+
+ 1
+
+
+ 42, 17
+
+
+ True
+
+
+ 7
+
+
+ 23
+
+
+ 数量
+
+
+ 奖池编辑器
+
+
+ 1
+
+
+ 8
+
+
+ 0
+
+
+ 0
+
+
+ 80, 23
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 3, 3, 3, 3
+
+
+ Zoom
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ 224, 51
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 202, 109
+
+
+ 175, 217
+
+
+ 列表
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ None
+
+
+ NUDPermUID
+
+
+ 7
+
+
+ 4, 26
+
+
+ 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
-
- 6
-
-
- NUDTpZ
-
-
- System.Windows.Forms.NumericUpDown, 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
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 56, 17
+
+ BtnConsoleConnect
-
+
2
-
- 设置天气
+
+ Top, Left, Right
-
- LblClimateType
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 10
-
-
- True
-
-
- 6, 6
-
-
- 224, 51
-
-
- 1
-
-
- 场景控制
-
-提示:大部分场景没有作用,无法进入。
-
-
- LblSceneDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 11
-
-
- Right
-
-
- 17
-
-
- 349, 3
-
-
- 250, 239
-
-
- 0
-
-
- ListScenes
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 12
-
-
- None
-
-
- ChkAccountSetUid
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 0
-
-
- NUDAccountUid
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 1
-
-
- BtnDeleteAccount
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 2
-
-
- BtnCreateAccount
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 3
-
-
- LblAccountUserName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 4
-
-
- TxtAccountUserName
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 5
-
-
- 31, 6
-
-
- 540, 60
-
-
- 0
-
-
- 账号管理
-
-
- GrpAccount
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 0
-
-
- True
-
-
- 215, 23
-
-
- 73, 21
-
-
- 2
-
-
- 指定UID
-
-
- ChkAccountSetUid
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 0
-
-
- 294, 22
-
-
- 106, 23
-
-
- 3
-
-
- NUDAccountUid
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 1
-
-
- 473, 22
-
-
- 60, 23
-
-
- 5
-
-
- - 删除
-
-
- BtnDeleteAccount
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 2
-
-
- 407, 22
-
-
- 60, 23
-
-
- 4
-
-
- + 创建
-
-
- BtnCreateAccount
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 3
-
-
- True
-
-
- 16, 25
-
-
- 44, 17
-
-
- 0
-
-
- 用户名
-
-
- LblAccountUserName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 4
-
-
- 66, 22
-
-
- 140, 23
-
-
- 1
-
-
- test
-
-
- TxtAccountUserName
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 5
-
-
- None
-
-
- CmbPerm
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 0
-
-
- NUDPermUID
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 1
-
-
- BtmPermRemove
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 2
-
-
- BtnPermAdd
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 3
-
-
- LblPerm
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 4
-
-
- LblPermUID
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 5
-
-
- 31, 72
-
-
- 540, 60
-
-
- 1
-
-
- 权限管理
-
-
- GrpPermission
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 1
-
-
- 250, 21
-
-
- 150, 25
-
-
- 7
-
-
- CmbPerm
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 0
-
-
- 66, 22
-
-
- 140, 23
-
-
- 6
-
-
- NUDPermUID
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 1
-
-
- 473, 22
-
-
- 60, 23
-
-
- 5
-
-
- - 移除
-
-
- BtmPermRemove
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 2
-
-
- 407, 22
-
-
- 60, 23
-
-
- 4
-
-
- + 添加
-
-
- BtnPermAdd
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 3
-
-
- True
-
-
- 212, 25
-
-
- 32, 17
-
-
- 2
-
-
- 权限
-
-
- LblPerm
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 4
-
-
- True
-
-
- 6, 25
-
-
- 54, 17
-
-
- 0
-
-
- 目标UID
-
-
- LblPermUID
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 5
-
-
- Top, Bottom, Left, Right
-
-
- 456, 97
-
-
- 280, 280
-
-
- 140, 140
-
-
- Zoom
-
-
- 5
-
-
- pictureBox2
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAbout
-
-
- 0
-
-
- True
-
-
- 16, 220
-
-
- 46, 17
-
-
- 4
-
-
- Github
-
-
- LnkGithub
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAbout
-
-
- 1
-
-
- True
-
-
- 16, 23
-
-
- 334, 102
-
-
- 3
-
-
- 割草机工具箱
-
-这是一个免费且开源的项目
-如果觉得这对你很有帮助,可以为我点一个免费的Star
-如果愿意请我喝一杯奶茶,那就更好了 : )
-指令生成有问题,或者有新的功能请求,都可以来Github提出
-
-
- LblSupportDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAbout
-
-
- 2
-
-
- LnkOpenCommandLabel
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 0
-
-
- LblOpenCommandSupport
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 1
-
-
- LblServerVersion
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 2
-
-
- LblPlayerCount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 3
-
-
- LblServerVersionLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 4
-
-
- LblPlayerCountLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 5
-
-
- 363, 36
-
-
- 200, 100
-
-
- 4
-
-
- 服务器状态
-
-
- GrpServerStatus
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 0
-
-
- True
-
-
- 13, 62
-
-
- 80, 17
-
-
- 5
-
-
- 远程执行插件
-
-
- LnkOpenCommandLabel
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 0
-
-
- True
-
-
- 99, 62
-
-
- 23, 17
-
-
- 18
-
-
- ---
-
-
- LblOpenCommandSupport
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 1
-
-
- True
-
-
- 99, 28
-
-
- 23, 17
-
-
- 14
-
-
- ---
-
-
- LblServerVersion
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 2
+
+ TPQuest
True
-
- 99, 45
+
+ TPAvatar
-
- 23, 17
-
-
- 16
-
-
- ---
-
-
- LblPlayerCount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
+
3
-
- True
+
+ LblSceneDescription
-
- 37, 28
+
+ 1
-
- 56, 17
+
+ LblLanguage
-
- 13
+
+ False
-
- 游戏版本
+
+ 3
-
- LblServerVersionLabel
+
+ 2
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ LnkTalentE
-
- GrpServerStatus
+
+ 2
-
- 4
+
+ NUDArtifactLevel
-
- True
+
+ NUDGameItemLevel
-
- 25, 45
+
+