diff --git a/Source/GrasscutterTools/Forms/FormMain.Designer.cs b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
index 16ecc80..edd2d74 100644
--- a/Source/GrasscutterTools/Forms/FormMain.Designer.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
@@ -216,6 +216,7 @@ namespace GrasscutterTools.Forms
this.BtnSaveCustomCommand = new System.Windows.Forms.Button();
this.TxtCustomName = new System.Windows.Forms.TextBox();
this.TPHome = new System.Windows.Forms.TabPage();
+ this.LnkNewVersion = new System.Windows.Forms.LinkLabel();
this.LblAbout = new System.Windows.Forms.Label();
this.BtnOpenTextMap = new System.Windows.Forms.Button();
this.BtnOpenGachaBannerEditor = new System.Windows.Forms.Button();
@@ -326,7 +327,6 @@ namespace GrasscutterTools.Forms
//
// TPRemoteCall
//
- resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
this.TPRemoteCall.Controls.Add(this.LnkLinks);
this.TPRemoteCall.Controls.Add(this.LnkGOODHelp);
this.TPRemoteCall.Controls.Add(this.LnkInventoryKamera);
@@ -338,8 +338,10 @@ namespace GrasscutterTools.Forms
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;
+ this.TPRemoteCall.Enter += new System.EventHandler(this.TPRemoteCall_Enter);
//
// LnkLinks
//
@@ -434,15 +436,14 @@ 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);
@@ -450,6 +451,7 @@ 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;
//
@@ -521,11 +523,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;
//
@@ -570,10 +572,10 @@ namespace GrasscutterTools.Forms
//
// TPAbout
//
- resources.ApplyResources(this.TPAbout, "TPAbout");
this.TPAbout.Controls.Add(this.GrasscutterToolsSupport);
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;
//
@@ -598,10 +600,10 @@ namespace GrasscutterTools.Forms
//
// TPManage
//
- resources.ApplyResources(this.TPManage, "TPManage");
this.TPManage.Controls.Add(this.GrpBanPlayer);
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;
//
@@ -619,8 +621,8 @@ namespace GrasscutterTools.Forms
//
// DTPBanEndTime
//
- resources.ApplyResources(this.DTPBanEndTime, "DTPBanEndTime");
this.DTPBanEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
+ resources.ApplyResources(this.DTPBanEndTime, "DTPBanEndTime");
this.DTPBanEndTime.MaxDate = new System.DateTime(2034, 12, 31, 0, 0, 0, 0);
this.DTPBanEndTime.MinDate = new System.DateTime(2022, 6, 28, 0, 0, 0, 0);
this.DTPBanEndTime.Name = "DTPBanEndTime";
@@ -642,8 +644,8 @@ namespace GrasscutterTools.Forms
//
// TxtBanReason
//
- resources.ApplyResources(this.TxtBanReason, "TxtBanReason");
this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ resources.ApplyResources(this.TxtBanReason, "TxtBanReason");
this.TxtBanReason.Maximum = 0F;
this.TxtBanReason.Minimum = 0F;
this.TxtBanReason.Name = "TxtBanReason";
@@ -750,10 +752,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
@@ -815,7 +817,6 @@ namespace GrasscutterTools.Forms
//
// TPScene
//
- resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Controls.Add(this.TxtSceneFilter);
this.TPScene.Controls.Add(this.ChkIncludeSceneId);
this.TPScene.Controls.Add(this.LblTpZ);
@@ -830,6 +831,7 @@ namespace GrasscutterTools.Forms
this.TPScene.Controls.Add(this.LblSceneDescription);
this.TPScene.Controls.Add(this.ListScenes);
this.TPScene.Controls.Add(this.LblTp);
+ resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Name = "TPScene";
this.TPScene.UseVisualStyleBackColor = true;
//
@@ -964,7 +966,6 @@ namespace GrasscutterTools.Forms
//
// TPItem
//
- resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Controls.Add(this.LblClearGiveItemLogs);
this.TPItem.Controls.Add(this.BtnSaveGiveItemLog);
this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog);
@@ -977,6 +978,7 @@ 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;
//
@@ -1094,7 +1096,6 @@ 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);
@@ -1104,6 +1105,7 @@ 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;
//
@@ -1200,10 +1202,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;
//
@@ -1235,9 +1237,9 @@ namespace GrasscutterTools.Forms
//
// LblStatTip
//
- resources.ApplyResources(this.LblStatTip, "LblStatTip");
this.LblStatTip.AutoEllipsis = true;
this.LblStatTip.ForeColor = System.Drawing.SystemColors.GrayText;
+ resources.ApplyResources(this.LblStatTip, "LblStatTip");
this.LblStatTip.Name = "LblStatTip";
//
// LblStatPercent
@@ -1263,9 +1265,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);
//
@@ -1325,7 +1327,6 @@ namespace GrasscutterTools.Forms
//
// TPAvatar
//
- resources.ApplyResources(this.TPAvatar, "TPAvatar");
this.TPAvatar.Controls.Add(this.BtnGiveAllChar);
this.TPAvatar.Controls.Add(this.LblConstellationTip);
this.TPAvatar.Controls.Add(this.LblAvatarConstellation);
@@ -1335,6 +1336,7 @@ namespace GrasscutterTools.Forms
this.TPAvatar.Controls.Add(this.LblAvatarLevel);
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;
//
@@ -1420,7 +1422,6 @@ namespace GrasscutterTools.Forms
//
// TPSpawn
//
- resources.ApplyResources(this.TPSpawn, "TPSpawn");
this.TPSpawn.Controls.Add(this.LblClearSpawnLogs);
this.TPSpawn.Controls.Add(this.BtnSaveSpawnLog);
this.TPSpawn.Controls.Add(this.BtnRemoveSpawnLog);
@@ -1433,6 +1434,7 @@ 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;
//
@@ -1573,13 +1575,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;
//
@@ -1651,7 +1653,6 @@ namespace GrasscutterTools.Forms
//
// TPArtifact
//
- resources.ApplyResources(this.TPArtifact, "TPArtifact");
this.TPArtifact.Controls.Add(this.LblArtifactLevelTip);
this.TPArtifact.Controls.Add(this.BtnAddSubAttr);
this.TPArtifact.Controls.Add(this.LblArtifactName);
@@ -1671,6 +1672,7 @@ namespace GrasscutterTools.Forms
this.TPArtifact.Controls.Add(this.NUDArtifactLevel);
this.TPArtifact.Controls.Add(this.LblArtifactStars);
this.TPArtifact.Controls.Add(this.NUDArtifactStars);
+ resources.ApplyResources(this.TPArtifact, "TPArtifact");
this.TPArtifact.Name = "TPArtifact";
this.TPArtifact.UseVisualStyleBackColor = true;
//
@@ -1836,7 +1838,6 @@ 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);
@@ -1844,6 +1845,7 @@ 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;
//
@@ -1907,15 +1909,23 @@ namespace GrasscutterTools.Forms
//
// TPHome
//
- resources.ApplyResources(this.TPHome, "TPHome");
+ this.TPHome.Controls.Add(this.LnkNewVersion);
this.TPHome.Controls.Add(this.LblAbout);
this.TPHome.Controls.Add(this.BtnOpenTextMap);
this.TPHome.Controls.Add(this.BtnOpenGachaBannerEditor);
this.TPHome.Controls.Add(this.GrasscutterToolsIcon);
this.TPHome.Controls.Add(this.GrpSettings);
+ resources.ApplyResources(this.TPHome, "TPHome");
this.TPHome.Name = "TPHome";
this.TPHome.UseVisualStyleBackColor = true;
//
+ // LnkNewVersion
+ //
+ resources.ApplyResources(this.LnkNewVersion, "LnkNewVersion");
+ this.LnkNewVersion.Name = "LnkNewVersion";
+ this.LnkNewVersion.TabStop = true;
+ this.LnkNewVersion.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkNewVersion_LinkClicked);
+ //
// LblAbout
//
resources.ApplyResources(this.LblAbout, "LblAbout");
@@ -1963,9 +1973,9 @@ namespace GrasscutterTools.Forms
//
// CmbGcVersions
//
- resources.ApplyResources(this.CmbGcVersions, "CmbGcVersions");
this.CmbGcVersions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbGcVersions.FormattingEnabled = true;
+ resources.ApplyResources(this.CmbGcVersions, "CmbGcVersions");
this.CmbGcVersions.Name = "CmbGcVersions";
//
// ChkTopMost
@@ -1976,9 +1986,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";
//
// LblLanguage
@@ -2331,5 +2341,6 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.Label LblPermNewCommandTip;
private System.Windows.Forms.Button BtnPermClear;
private System.Windows.Forms.Button BtnPermList;
+ private System.Windows.Forms.LinkLabel LnkNewVersion;
}
}
diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs
index 4c63cea..ff77061 100644
--- a/Source/GrasscutterTools/Forms/FormMain.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.cs
@@ -46,9 +46,17 @@ namespace GrasscutterTools.Forms
{
InitializeComponent();
Icon = Resources.IconGrasscutter;
+
+ // 加载版本信息
LoadVersion();
+
+ // 加载设置
LoadSettings();
- LoadUpdate();
+
+#if !DEBUG // 仅正式版
+ // 检查更新,但不要弹窗
+ Task.Run(async () => { try { await LoadUpdate(); } catch { /* 启动时检查更新,忽略异常 */ }});
+#endif
}
private void FormMain_Load(object sender, EventArgs e)
@@ -142,41 +150,22 @@ namespace GrasscutterTools.Forms
}
}
- private void LoadUpdate()
+ private ReleaseAPI.ReleaseInfo LastestInfo = null;
+ private Version lastestVersion = null;
+
+ private async Task LoadUpdate()
{
-#if !DEBUG
- Task.Run(async () =>
+ var info = await ReleaseAPI.GetReleasesLastest("jie65535", "GrasscutterCommandGenerator");
+ if (Version.TryParse(info.TagName.Substring(1), out lastestVersion) && AppVersion < lastestVersion)
{
- try
- {
- await Task.Delay(5000);
- var info = await ReleaseAPI.GetReleasesLastest("jie65535", "GrasscutterCommandGenerator");
- if (Version.TryParse(info.TagName.Substring(1), out Version lastestVersion) && AppVersion < lastestVersion)
- {
- if (!string.IsNullOrEmpty(Settings.Default.CheckedLastVersion)
- && Version.TryParse(Settings.Default.CheckedLastVersion, out Version checkedVersion)
- && checkedVersion >= lastestVersion)
- return;
- BeginInvoke(new Action(() =>
- {
- var r = MessageBox.Show(
- string.Format(Resources.NewVersionInfo, info.Name, info.CraeteTime.ToLocalTime(), info.Body),
- Resources.CheckToNewVersion,
- MessageBoxButtons.YesNo,
- MessageBoxIcon.Information);
- if (r == DialogResult.Yes)
- OpenURL(info.Url);
- else if (r == DialogResult.No)
- Settings.Default.CheckedLastVersion = lastestVersion.ToString();
- }));
- }
- }
- catch (Exception)
- {
- throw;
- }
- });
-#endif
+ if (!string.IsNullOrEmpty(Settings.Default.CheckedLastVersion)
+ && Version.TryParse(Settings.Default.CheckedLastVersion, out Version checkedVersion)
+ && checkedVersion >= lastestVersion)
+ return;
+ LnkNewVersion.Text = Resources.CheckToNewVersion;
+ LnkNewVersion.Visible = true;
+ LastestInfo = info;
+ }
}
#endregion - 初始化 Init -
@@ -291,6 +280,31 @@ namespace GrasscutterTools.Forms
ChangeTPArtifact();
}
+
+ ///
+ /// 点击检查更新时触发
+ ///
+ private void LnkNewVersion_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ {
+ if (LastestInfo != null)
+ {
+ var r = MessageBox.Show(
+ string.Format(Resources.NewVersionInfo, LastestInfo.Name, LastestInfo.CraeteTime.ToLocalTime(), LastestInfo.Body),
+ Resources.CheckToNewVersion,
+ MessageBoxButtons.YesNo,
+ MessageBoxIcon.Information);
+ if (r == DialogResult.Yes)
+ OpenURL(LastestInfo.Url);
+ else if (r == DialogResult.No)
+ Settings.Default.CheckedLastVersion = lastestVersion.ToString();
+ }
+ else
+ {
+ // 没有更新,隐藏
+ LnkNewVersion.Visible = false;
+ }
+ }
+
#endregion - 主页 Home -
#region - 自定义 Custom -
@@ -1647,29 +1661,16 @@ namespace GrasscutterTools.Forms
private OpenCommandAPI OC;
///
- /// 初始化开放命令
+ /// 进入远程页面时触发
///
- private void InitOpenCommand()
+ private void TPRemoteCall_Enter(object sender, EventArgs e)
{
- NUDRemotePlayerId.Value = Settings.Default.RemoteUid;
- TxtHost.Text = Settings.Default.Host;
- if (!string.IsNullOrEmpty(Settings.Default.Host) && !string.IsNullOrEmpty(Settings.Default.TokenCache))
- {
- OC = new OpenCommandAPI(Settings.Default.Host, Settings.Default.TokenCache);
- TxtToken.Text = Settings.Default.TokenCache;
- Task.Run(async () =>
- {
- await Task.Delay(1000);
- BeginInvoke(new Action(() => ShowTip(Resources.TokenRestoredFromCache, BtnInvokeOpenCommand)));
- });
- }
- else
- {
#if !DEBUG
+ if (string.IsNullOrEmpty(Settings.Default.Host) || string.IsNullOrEmpty(Settings.Default.TokenCache))
+ {
// 自动尝试查询本地服务端地址,降低使用门槛
Task.Run(async () =>
{
- await Task.Delay(5000);
var localhosts = new string[] {
"http://127.0.0.1:443",
"https://127.0.0.1",
@@ -1693,7 +1694,26 @@ namespace GrasscutterTools.Forms
}
}
});
+ }
#endif
+ }
+
+ ///
+ /// 初始化开放命令
+ ///
+ private void InitOpenCommand()
+ {
+ NUDRemotePlayerId.Value = Settings.Default.RemoteUid;
+ TxtHost.Text = Settings.Default.Host;
+ if (!string.IsNullOrEmpty(Settings.Default.Host) && !string.IsNullOrEmpty(Settings.Default.TokenCache))
+ {
+ OC = new OpenCommandAPI(Settings.Default.Host, Settings.Default.TokenCache);
+ TxtToken.Text = Settings.Default.TokenCache;
+ Task.Run(async () =>
+ {
+ await Task.Delay(1000);
+ BeginInvoke(new Action(() => ShowTip(Resources.TokenRestoredFromCache, BtnInvokeOpenCommand)));
+ });
}
}
@@ -2084,5 +2104,6 @@ namespace GrasscutterTools.Forms
}
#endregion - 任务 Quests -
+
}
}
diff --git a/Source/GrasscutterTools/Forms/FormMain.resx b/Source/GrasscutterTools/Forms/FormMain.resx
index ddb229f..4c8b6e1 100644
--- a/Source/GrasscutterTools/Forms/FormMain.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.resx
@@ -117,468 +117,1156 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 3
+
+
+ Top, Left, Right
-
- 283, 39
+
+ 87, 22
-
- 174, 67
+
+ 400, 23
-
- 6, 218
+
+
+ 0
-
- LblPlayerCountLabel
+
+ TxtCommand
-
-
- Top
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 19, 17
+
+ GrpCommand
-
- 12
-
-
- groupBox1
-
-
- 366, 39
-
-
- 17
-
-
- TPArtifact
-
-
- Top
-
-
- TPSpawn
-
-
- GrpTalentLevel
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- 5
-
-
- Bottom, Left
-
-
- TPConsoleCheck
-
-
- NoControl
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
- 133, 21
-
-
- 25, 45
-
-
- 7
-
-
- TPWeapon
-
-
- 7
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ※仅给予所有角色时生效
-
-
- 3, 3, 3, 3
-
-
- 5
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- GrpSettings
-
-
+
3
-
- None
+
+ Top, Right
-
- 66, 22
+
+ NoControl
-
- 8
+
+ 493, 22
-
- 42, 17
+
+ 50, 23
-
- 连接
-
-
- 107, 17
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 255, 217
-
-
- 5
-
-
- 11
-
-
- 407, 51
-
-
- 12
-
-
+
1
-
+
+ 复制
+
+
+ BtnCopy
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpCommand
+
+
1
-
- 1
+
+ Top, Right
-
- 设置当前活跃角色数据
+
+ True
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- 5
+
+ 549, 24
-
- TPWeapon
+
+ 51, 21
-
- 6
+
+ 2
+
+
+ 自动
+
+
+ ChkAutoCopy
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpCommand
+
+
+ 2
+
+
+ Bottom, Left, Right
NoControl
-
- True
+
+ 6, 22
-
- TPAvatar
+
+ 75, 23
-
- TPAvatar
+
+ 3
-
- GOOD
+
+ 执行(F5)
-
+
+ BtnInvokeOpenCommand
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpCommand
+
+
0
-
- NoControl
+
+ 12, 293
-
- System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 610, 56
-
- 1
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
+
+ 610, 56
3
-
- 135, 156
+
+ 命令(按住 Ctrl 自动执行)
-
- 116, 17
+
+ GrpCommand
-
- 8
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 51, 23
+
+ $this
-
- 6, 105
+
+ 1
-
- 6
+
+ None
-
+
+ True
+
+
+ NoControl
+
+
+ 419, 206
+
+
+ 37, 17
+
+
+ 14
+
+
+ Links
+
+
+ LnkLinks
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 0
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 367, 206
+
+
+ 46, 17
+
+
+ 13
+
+
+ GOOD
+
+
+ LnkGOODHelp
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 1
+
+
+ None
+
+
+ NoControl
+
+
+ 461, 183
+
+
+ 107, 17
+
+
+ 12
+
+
+ 存档扫描开源工具
+
+
+ LnkInventoryKamera
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 2
+
+
+ None
+
+
+ NoControl
+
+
+ 363, 139
+
+
+ 205, 58
+
+
+ 11
+
+
+ 快来将你的官服存档导入GC吧!
+
+
+ LblGOODHelp
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 3
+
+
+ None
+
+
+ False
+
+
+ NoControl
+
+
+ 459, 203
+
+
+ 104, 23
+
+
+ 10
+
+
+ 导入GOOD存档
+
+
+ ButtonOpenGOODImport
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 4
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 116, 16
+
+
+ 210, 17
+
+
+ 7
+
+
+ 请确保地址中包含 http:// 或 https://
+
+
+ LblHostTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 5
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 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
+
+
+ NoControl
+
+
+ 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
+
+
NoControl
99, 28
-
+
+ 23, 17
+
+
+ 14
+
+
+ ---
+
+
+ LblServerVersion
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- NoControl
+
+ GrpServerStatus
-
- 9
+
+ 2
-
- NoControl
-
-
+
True
-
- 37, 17
+
+ NoControl
-
- LblStatPercent
+
+ 99, 45
-
- 311, 98
+
+ 23, 17
-
- NUDStat
+
+ 16
-
- 60, 23
+
+ ---
-
- LblGiveCommandDescription
+
+ LblPlayerCount
-
- GrpTalentLevel
-
-
- LblMainAttribution
-
-
- TPScene
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpPermission
+
+ GrpServerStatus
-
- 75, 23
-
-
- 9
-
-
- TPSpawn
-
-
- LblAbout
-
-
- GrpQuestFilters
-
-
- BtnBan
-
-
- BtnUnlockStat
-
-
- 5
-
-
- 125, 25
-
-
- 210, 17
-
-
- True
-
-
- 138, 17
-
-
- 265, 77
-
-
- 服务器状态
-
-
- NUDUid
-
-
- 8
-
-
- GrpPermission
-
-
- 8
-
-
- BtnRemoveSpawnLog
-
-
- Top, Left, Right
-
-
- 264, 54
-
-
+
3
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
- BtnInvokeOpenCommand
+
+ NoControl
-
- 1
+
+ 37, 28
-
- 346, 31
+
+ 56, 17
-
- GrpPermission
+
+ 13
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 游戏版本
-
- TxtBanReason
+
+ LblServerVersionLabel
-
- BtnSaveCustomCommand
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 44, 17
+
+ GrpServerStatus
-
- 250, 23
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtnQueryServerStatus
-
-
- 15
-
-
- 32, 17
-
-
+
4
-
- 10
-
-
- GrpCommand
-
-
- 3, 3, 3, 3
-
-
- 存档扫描开源工具
-
-
- ButtonOpenGOODImport
-
-
- 10
-
-
- NUDGameItemAmout
-
-
- TPScene
-
-
- TPWeapon
-
-
- 主词条
-
-
- 设置天气
-
-
- 5
-
-
- 5
-
-
- 200, 153
-
-
- 语言/Language/язык
-
-
- 20
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- CmbArtifactPart
-
-
- 218, 161
-
True
-
+
+ NoControl
+
+
+ 25, 45
+
+
+ 68, 17
+
+
+ 15
+
+
+ 当前玩家数
+
+
+ LblPlayerCountLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 5
+
+
+ 363, 36
+
+
+ 200, 100
+
+
+ 4
+
+
+ 服务器状态
+
+
+ GrpServerStatus
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 6
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 189, 15
+
+
+ 32, 17
+
+
+ 9
+
+
+ 帮助
+
+
+ LnkRCHelp
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 0
+
+
+ 65, 13
+
+
+ 118, 23
+
+
+ 8
+
+
+ NUDRemotePlayerId
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 1
+
+
+ False
+
+
+ NoControl
+
+
+ 92, 82
+
+
+ 100, 23
+
+
+ 13
+
+
+ 连接
+
+
+ BtnConnectOpenCommand
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 15, 44
+
+
+ 44, 17
+
+
+ 10
+
+
+ 验证码
+
+
+ LblVerificationCode
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 3
+
+
+ NoControl
+
+
+ 189, 42
+
+
+ 100, 23
+
+
+ 12
+
+
+ 发送验证码
+
+
+ BtnSendVerificationCode
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 4
+
+
+ False
+
+
+ 65, 42
+
+
+ 118, 23
+
+
+ 11
+
+
+ NUDVerificationCode
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 5
+
+
+ True
+
+
+ NoControl
+
+
+ 29, 15
+
+
+ 30, 17
+
+
+ 7
+
+
+ UID
+
+
+ LblRemotePlayerId
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 6
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 296, 109
+
+
+ 0
+
+
+ 玩家验证
+
+
+ TPPlayerCheck
+
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TPOpenCommandCheck
+
+
+ 0
+
+
+ NoControl
+
+
+ 92, 82
+
+
+ 100, 23
+
+
+ 2
+
+
+ 连接
+
+
+ BtnConsoleConnect
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 0
+
+
+ 65, 13
+
+
+ 182, 23
+
+
+ 1
+
+
+ TxtToken
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 15, 16
+
+
+ 44, 17
+
+
+ 0
+
+
+ Token
+
+
+ LblToken
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 2
+
+
+ Microsoft YaHei UI, 9pt, style=Italic
+
+
+ NoControl
+
+
+ 15, 39
+
+
+ 275, 40
+
+
+ 3
+
+
+ 请注意,控制台状态下普通命令必须指定目标
+(即设置包含UID)
+
+
+ LblConsoleTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 3
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 296, 111
+
+
+ 1
+
+
+ 控制台
+
+
+ TPConsoleCheck
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPOpenCommandCheck
+
+
+ 1
+
+
+ Fill
+
+
+ 3, 19
+
+
+ 304, 139
+
+
+ 7
+
+
+ TPOpenCommandCheck
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpRemoteCommand
+
+
+ 0
+
+
+ False
+
+
+ 47, 65
+
+
+ 310, 161
+
+
+ 6
+
+
+ 远程执行
+
+
+ GrpRemoteCommand
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 7
+
+
+ None
+
+
+ 119, 36
+
+
+ 182, 23
+
+
+ 2
+
+
+ TxtHost
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 8
+
+
+ None
+
+
+ NoControl
+
+
+ 307, 36
+
+
+ 50, 23
+
+
+ 3
+
+
+ 查询
+
+
+ BtnQueryServerStatus
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 9
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 45, 39
+
+
+ 68, 17
+
+
+ 1
+
+
+ 服务器地址
+
+
+ LblHost
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 10
+
+
+ 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
+
+
+ Bottom, Right
+
+
+ NoControl
+
+
+ 456, 97
+
+
+ 280, 280
+
+
+ 140, 140
+
+
+ Zoom
+
+
+ 5
+
+
+ GrasscutterToolsSupport
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAbout
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 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
+
+
+ NoControl
+
+
+ 16, 23
+
+
+ 334, 102
+
+
+ 3
+
割草机工具箱
@@ -587,2432 +1275,1583 @@
如果愿意请我喝一杯奶茶,那就更好了 : )
指令生成有问题,或者有新的功能请求,都可以来Github提出
-
+
+ LblSupportDescription
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 62, 21
-
-
- GrasscutterToolsSupport
-
-
- 4, 26
-
-
- 60, 23
-
-
- 一键获得所有角色
-
-
- GrpTalentLevel
-
-
- 10, 48
-
-
- GrpServerStatus
-
-
- False
-
-
- 24
-
-
- 含场景ID
-
-
- 610, 56
-
-
- 16
-
-
- 189, 15
-
-
- NoControl
-
-
- 44, 17
-
-
- TPHome
-
-
- 66, 22
-
-
- 602, 245
-
-
- 任务
-
-
- 590, 204
-
-
- 121, 25
-
-
- 星级
-
-
- 设置
-
-
- 列出
-
-
- 3, 19
-
-
- 602, 245
-
-
- 添加或完成任务
-提示:许多任务需要服务端脚本支持
-因此任务可以接,可以完成,但是不一定可以做
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 26
-
-
- TxtHost
-
-
- False
-
-
- True
-
-
- 50, 23
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 16, 220
-
-
- NoControl
-
-
- LblClearSpawnLogs
-
-
- CmbClimateType
-
-
+
TPAbout
-
- 0
+
+ 2
-
- NoControl
+
+ 4, 26
-
- 610, 56
-
-
- 260, 24
-
-
- NoControl
-
-
- 1
-
-
- 23, 17
-
-
- 6, 161
-
-
- 135, 54
-
-
- 7, 24
-
-
- Right
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NUDWeaponLevel
-
-
- TPHome
-
-
- LnkLinks
+
+ 3, 3, 3, 3
602, 245
-
- 423, 165
+
+ 13
-
- X 清空
-
-
- TCMain
-
-
- True
-
-
- 238, 23
-
-
- $this
-
-
- 8
-
-
- 395, 192
-
-
- Bottom, Left
-
-
- GrpPermission
-
-
- True
-
-
- TPPlayerCheck
-
-
- NoControl
-
-
- 1
-
-
- 142, 68
-
-
- 2
-
-
- 0
-
-
- 100, 218
-
-
- True
-
-
- CmbArtifactSet
-
-
- 2
-
-
- Bottom, Right
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 128, 17
-
-
- NoControl
-
-
- 10
-
-
- √ 记录
-
-
- 5
-
-
- 0
-
-
- GrpPermission
-
-
- True
-
-
- NUDWeaponRefinement
-
-
- NoControl
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 3
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- LnkRCHelp
-
-
- TPRemoteCall
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 置顶
-
-
- 8
-
-
- GrpSpawnRecord
-
-
- 命令(按住 Ctrl 自动执行)
+
+ 关于
TPAbout
-
- 45
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 11
+
+
+ None
+
+
+ 154, 22
+
+
+ 90, 23
+
+
+ 13
+
+
+ DTPBanEndTime
+
+
+ System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 0
+
+
+ NoControl
+
+
+ 473, 22
+
+
+ 60, 23
+
+
+ 12
+
+
+ 解封
+
+
+ BtnUnban
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 1
+
+
+ NoControl
+
+
+ 407, 22
+
+
+ 60, 23
+
+
+ 11
+
+
+ 封号
+
+
+ BtnBan
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 2
+
+
+ 250, 22
+
+
+ 150, 23
+
+
+ 8
+
+
+ 封禁理由
+
+
+ TxtBanReason
+
+
+ GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.6.5.0, Culture=neutral, PublicKeyToken=null
+
+
+ GrpBanPlayer
+
+
+ 3
+
+
+ 66, 22
+
+
+ 82, 23
+
+
+ 6
+
+
+ NUDBanUID
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 4
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 25
+
+
+ 54, 17
+
+
+ 0
+
+
+ 目标UID
+
+
+ LblBanUID
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 5
+
+
+ 31, 158
+
+
+ 540, 60
+
+
+ 2
+
+
+ 封禁管理
+
+
+ GrpBanPlayer
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
+ 0
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 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
+
+
+ NoControl
+
+
+ 473, 22
+
+
+ 60, 23
+
+
+ 5
+
+
+ - 删除
+
+
+ BtnDeleteAccount
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
2
-
+
+ NoControl
+
+
+ 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
+
+
NoControl
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
-
- 358, 31
+
+ test
-
- 205, 58
+
+ TxtAccountUserName
-
- 68, 69
-
-
- 5
-
-
- TxtSceneFilter
-
-
+
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
+
+
+ 1
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 264, 54
+
+
+ 137, 17
+
+
+ 8
+
+
+ v1.2.3 2022/8/27 Add*
+
+
+ LblPermNewCommandTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 0
+
+
+ 250, 21
+
+
+ 150, 25
+
+
+ 7
+
+
+ CmbPerm
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 1
+
+
+ 66, 22
+
+
+ 140, 23
+
+
6
-
- 65, 23
+
+ NUDPermUID
-
- True
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 99, 62
+
+ GrpPermission
-
- 13
-
-
- 3, 3, 3, 3
-
-
- TPCustom
-
-
- 76, 21
-
-
- Bottom, Left
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- 250, 208
-
-
- 1
-
-
+
2
-
+
+ NoControl
+
+
+ 473, 51
+
+
+ 60, 23
+
+
+ 7
+
+
+ x 清空
+
+
+ BtnPermClear
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 3
+
+
+ NoControl
+
+
+ 473, 22
+
+
+ 60, 23
+
+
+ 5
+
+
+ - 移除
+
+
+ BtmPermRemove
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 4
+
+
+ NoControl
+
+
+ 407, 51
+
+
+ 60, 23
+
+
+ 6
+
+
+ 列出
+
+
+ BtnPermList
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 5
+
+
+ NoControl
+
+
+ 407, 22
+
+
+ 60, 23
+
+
+ 4
+
+
+ + 添加
+
+
+ BtnPermAdd
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 6
+
+
True
-
- UID
+
+ NoControl
-
- GrpSettings
+
+ 212, 25
-
- 358, 5
+
+ 32, 17
-
- Fill
+
+ 2
-
- 328, 41
-
-
- 4, 26
+
+ 权限
LblPerm
-
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 7
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 25
+
+
54, 17
-
- 75, 23
-
-
- UID
-
-
+
0
-
+
+ 目标UID
+
+
+ LblPermUID
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 8
+
+
+ 31, 72
+
+
+ 540, 80
+
+
+ 1
+
+
+ 权限管理
+
+
+ GrpPermission
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
2
-
- 17
+
+ 4, 26
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 3, 3, 3, 3
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 602, 245
-
- 51, 21
+
+ 12
-
- NoControl
+
+ 管理
-
- TPWeapon
+
+ TPManage
-
- 363, 139
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 23
+
+ TCMain
-
- 3
+
+ 10
-
+
+ Top, Left, Right
+
+
+ 346, 5
+
+
+ 250, 23
+
+
+ 13
+
+
+ TxtSceneFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
0
-
- TPScene
-
-
- 265, 45
-
-
- 1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- GrpBanPlayer
-
-
- LblWeaponRefinement
-
-
- ChkIncludeUID
-
-
- NUDRemotePlayerId
-
-
- 23, 17
-
-
+
Bottom, Left
-
- Bottom, Left
+
+ True
-
- LblTpX
+
+ False
-
+
+ NoControl
+
+
+ 90, 190
+
+
+ 76, 21
+
+
+ 12
+
+
+ 含场景ID
+
+
+ ChkIncludeSceneId
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
TPScene
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1
-
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 218, 161
+
+
14, 17
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 10
-
- 43
+
+ z
-
- Bottom, Left, Right
+
+ LblTpZ
-
- TxtToken
-
-
- TPAvatar
-
-
- 3
-
-
- LblGameItemAmount
-
-
- TPPlayerCheck
-
-
- NoControl
-
-
- TPWeapon
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- ListGameItems
+
+ TPScene
-
+
+ 2
+
+
Bottom, Left
-
+
+ True
+
+
NoControl
-
- 服务器地址
+
+ 112, 161
-
- 238, 159
-
-
- 4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 29, 15
-
-
- GrpCommand
-
-
- NoControl
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TxtWeaponFilter
-
-
- 92, 82
-
-
- Fill
+
+ 14, 17
9
-
- 30, 17
+
+ y
-
- 0
+
+ LblTpY
-
- 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
-
+
+ TPScene
+
+
+ 3
+
+
+ Bottom, Left
+
+
NoControl
-
- TPArtifact
+
+ 9, 188
-
- True
+
+ 75, 23
-
- TPOpenCommandCheck
-
-
- Top, Bottom, Left, Right
-
-
- 60, 23
-
-
- 7
-
-
+
8
-
- 0
+
+ 传送
-
- Top, Bottom, Left, Right
+
+ BtnTeleport
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 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
+
+
+ Bottom, Left
+
+
+ 238, 159
+
+
+ 80, 23
+
+
+ 6
+
+
+ NUDTpZ
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 6
+
+
+ Bottom, Left
+
+
+ 132, 159
+
+
+ 80, 23
+
+
+ 5
+
+
+ NUDTpY
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 7
+
+
+ Bottom, Left
+
+
+ 26, 159
+
+
+ 80, 23
+
+
+ 4
+
+
+ NUDTpX
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 8
+
+
+ Bottom, Left
+
+
+ 68, 69
+
+
+ 121, 25
+
+
+ 3
+
+
+ CmbClimateType
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 9
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 72
+
+
+ 56, 17
+
+
+ 2
+
+
+ 设置天气
+
+
+ LblClimateType
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 10
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 224, 51
+
+
+ 1
场景控制
提示:大部分场景没有作用,无法进入。
-
- BtnGiveAllChar
+
+ LblSceneDescription
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 3
-
-
- 标签
-
-
- BtnPermList
-
-
- Top
-
-
- GrpTalentLevel
-
-
- 11
-
-
- 189, 42
-
-
- 控制台
-
-
- 11
-
-
- 6, 219
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 100, 25
-
-
- 9, 188
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 3
-
-
- CmbMainAttribution
-
-
- 2
-
-
- NoControl
-
-
- 3
-
-
- Bottom, Left
-
-
- 12
-
-
- True
-
-
- True
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 3
-
-
- 6
-
-
- 请注意,控制台状态下普通命令必须指定目标
-(即设置包含UID)
-
-
- 1
-
-
- 3
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 32, 17
-
-
- 87, 116
-
-
- 4
-
-
- True
-
-
- 26, 159
-
-
- 封号
-
-
- 角色属性
-
-
- 9
-
-
- NoControl
-
-
- 44, 216
-
-
- NoControl
-
-
- 3, 19
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TxtQuestFilter
-
-
- 3
-
-
- LblDefaultUid
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top
-
-
- 14
-
-
- 4, 26
-
-
- 5
-
-
- 150, 24
-
-
- NUDTpX
-
-
- LblToken
-
-
- 142, 8
-
-
- 100, 23
-
-
- 44, 17
-
-
- 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
-
-
- NoControl
-
-
- GrpSetStats
-
-
- 80, 23
-
-
- 1
-
-
- 玩家验证
-
-
- ---
-
-
- 4
-
-
- Top, Bottom, Left, Right
-
-
- TPArtifact
-
-
- 解封
-
-
- 0
-
-
- 313, 6
-
-
- 163, 25
-
-
- 650, 400
-
-
- 552, -1
-
-
- Bottom, Left
-
-
- 6, 6
-
-
- 100, 23
-
-
- 26, 55
-
-
- x
-
-
- ListSubAttributionChecked
-
-
- 5
-
-
- Top, Bottom, Right
-
-
- BtnRemoveGiveItemLog
-
-
- True
-
-
- 6
-
-
- GrpQuestFilters
-
-
- 224, 51
-
-
- TPAvatar
-
-
- TPItem
-
-
- 8
-
-
- True
-
-
- Bottom, Left
-
-
- 238, 208
-
-
- 51, 21
-
-
- 3, 3, 3, 3
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 286, 17
-
-
- 602, 245
-
-
- X 清空
-
-
- 13
-
-
- Links
-
-
- 3
-
-
- 12
-
-
- Top, Bottom, Left, Right
-
-
- BtmPermRemove
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6
-
-
- 125, 23
-
-
- 13
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 普通攻击
-
-
- GrpBanPlayer
-
-
- 54, 17
-
-
- True
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- TPCustom
-
-
- 32, 17
-
-
- 602, 245
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- TPAbout
-
-
- TPManage
-
-
- TPSpawn
-
-
- 207, 37
-
-
- 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
-
-
- NoControl
-
-
- 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
-
-
- CmbPerm
-
-
- 2
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NUDSubAttributionTimes
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 304, 139
-
-
- 6
-
-
- 440, 100
-
-
- 236, 34
-
-
- 0
-
-
- Bottom, Left
-
-
- None
-
-
- NoControl
-
-
- NUDAccountUid
-
-
- 2
-
-
- 294, 22
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- 1
-
-
- GrpSettings
-
-
- 0
-
-
- 3
-
-
- TPOpenCommandCheck
-
-
- LblHostTip
-
-
- False
-
-
- 3, 3, 3, 3
-
-
- TPItem
-
-
- 100, 23
-
-
- GrpQuestFilters
-
-
- True
-
-
- 0
-
-
- 6, 6
-
-
- 50, 23
-
-
- ListGiveItemLogs
-
-
- 0
-
-
- TPWeapon
-
-
- TPSpawn
-
-
- 602, 245
-
-
- NoControl
-
-
- 31, 158
-
-
- NoControl
-
-
- NoControl
-
-
- TPCustom
-
-
- + 添加
-
-
- 物品
-
-
- True
-
-
- 256, 216
-
-
- LblConsoleTip
-
-
- 2
-
-
- 0
-
-
- 39, 17
-
-
- 367, 206
-
-
- 13, 62
-
-
- 10
-
-
- BtnFinishQuest
-
-
- 137, 216
-
-
- 17, 13
-
-
- 32, 17
-
-
- 0
-
-
- 110, 23
-
-
- True
-
-
- True
-
-
- True
-
-
- 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
-
-
- GrpQuestFilters
-
-
- Top, Right
-
-
- Top, Bottom, Left
-
-
- False
-
-
- True
-
-
- 358, 5
-
-
- 50, 23
-
-
- 远程
-
-
- 32, 17
-
-
- TPRemoteCall
-
-
- ListSpawnLogs
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 8
-
-
- TPQuest
-
-
- 119, 36
-
-
- 5
-
-
- 23, 17
-
-
- 2
-
-
- Right
-
-
- TPRemoteCall
-
-
- None
-
-
- 634, 361
-
-
- 4
-
-
- 1
-
-
- 30, 17
-
-
- 4, 26
-
-
- LblSupportDescription
-
-
- 273, 11
-
-
- 1
-
-
- GrpBanPlayer
-
-
- 6, 72
-
-
- 1
-
-
- ListEntity
-
-
- √ 记录
-
-
- TPScene
-
-
- 权限管理
-
-
- LnkOpenCommandLabel
-
-
- TPArtifact
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 289, 106
-
-
- Bottom, Left
-
-
- 5
-
-
- 310, 161
-
-
- 0
-
-
- True
-
-
- BtnRemoveCustomCommand
-
-
- LblVerificationCode
-
-
- $this
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpGiveItemRecord
-
-
- 导出
-
-
- 44, 17
-
-
- 296, 51
-
-
- TPSpawn
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- 7
-
-
- 188, 216
-
-
- 602, 245
-
-
- TPQuest
-
-
- 244, 162
-
-
- 在玩家附近召唤生物
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtnPermClear
-
-
- 远程执行插件
-
-
- TPPlayerCheck
-
-
- Fill
-
-
- √ 保存
-
-
- 7
-
-
- ChkQuestFilterHIDDEN
-
-
- Bottom, Left
-
-
- 0
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Left
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4
-
-
- 215, 23
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- Top, Right
-
-
- TxtAccountUserName
-
-
- 5, 218
-
-
- NoControl
-
-
- NoControl
-
-
- 7
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top, Bottom, Left, Right
-
-
- TPSpawn
-
-
- 32, 17
-
-
- TPScene
-
-
- 6, 6
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 125, 23
-
-
- 17
-
-
- 6, 86
-
-
- GC
-
-
- True
-
-
- ChkQuestFilterTEST
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- False
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 4, 26
-
-
- GrpAccount
-
-
- 200, 100
-
-
- GrpBanPlayer
-
-
- 关于
-
-
- 44, 17
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 0
-
-
- TPSpawn
-
-
- 0
-
-
- NoControl
-
-
- 50, 23
-
-
- 12
-
-
- TPSpawn
-
-
- Top
-
-
- TPItem
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 437, 11
-
-
- TPConsoleCheck
-
-
- Microsoft YaHei UI, 10pt
-
-
- TPCustom
-
-
- BtnAddSubAttr
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
- GrpSettings
-
-
- 32, 17
-
-
- 13
-
-
- 311, 8
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 346, 31
-
-
- Top
-
-
- 42
-
-
- Bottom, Left
-
-
- 3, 3, 3, 3
-
-
- 1
-
-
- 0, 17
-
-
- 5
-
-
- 技能等级
-
-
- 265, 123
-
-
- NoControl
-
-
- True
-
-
- 0
-
-
- 6
-
-
- LblArtifactStars
-
TPScene
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 11
-
- 6, 6
-
-
- 68, 17
-
-
- 15, 39
-
-
- Bottom, Left
-
-
- TPConsoleCheck
-
-
- GrpServerStatus
-
-
- 438, 92
-
-
- TPOpenCommandCheck
-
-
- 发送验证码
-
-
- True
-
-
- Top
-
-
- 4, 26
-
-
- GrpBanPlayer
-
-
- 440, 129
-
-
- FLPCustomCommands
-
-
- 56, 17
-
-
- × 删除
-
-
- NoControl
-
-
- 1
-
-
- 3, 3, 3, 3
-
-
- 0
-
-
- TPArtifact
-
-
- TPArtifact
-
-
- 32, 17
-
-
- ---
-
-
- 6
-
-
- 43, 36
-
-
- TPItem
-
-
- NUDArtifactStars
-
-
- 1
-
-
- NoControl
-
-
- 用户名
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 圣遗物
-
-
- 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
-
-
- TPHome
-
-
- 610, 275
-
-
- 3
-
-
- 角色
-
-
- NoControl
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 120, 25
-
-
- LblCustomName
-
-
- TPWeapon
-
-
- NoControl
-
-
- 2
-
-
- 4
-
-
- 150, 218
-
-
- 250, 22
-
-
- 461, 183
-
-
- 0
-
-
- BtnCopy
-
-
- 136, 24
-
-
- True
-
-
- 3, 3, 3, 3
-
-
- TCMain
-
-
- True
-
-
- GrpAccount
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
+
Top, Bottom, Left, Right
-
- 生成
-
-
- TPRemoteCall
-
-
- NoControl
-
-
- 3
-
-
- × 删除
-
-
- 等级
-
-
- BtnUnban
-
-
- 6
-
-
- NoControl
-
-
- NoControl
-
-
- 154, 22
-
-
- 56, 17
-
-
- 请确保地址中包含 http:// 或 https://
-
-
- 列表过滤
-
-
- 1
-
-
- NoControl
-
-
- GrpAccount
-
-
- Top
-
-
- TCMain
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- 当前玩家数
-
-
- 407, 22
-
-
- GrpEntityType
-
-
- 301, 111
-
-
- 游戏版本
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- TPAvatar
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- LblWeaponLevel
-
-
- BtnOpenTextMap
-
-
- TPSpawn
-
-
- 2
-
-
- BtnOpenGachaBannerEditor
-
-
- 92, 82
-
-
- LblEntityLevel
-
-
+
17
-
- 41, 22
+
+ 346, 31
-
- 4, 26
+
+ 250, 208
-
- LblArtifactLevel
+
+ 0
-
- LblGameItemLevel
+
+ ListScenes
-
- 88, 36
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 8
-
-
- TPWeapon
+
+ TPScene
12
-
- True
-
-
- 4
-
-
- 权限
-
-
- TPRemoteCall
-
-
- NoControl
-
-
- Top, Bottom, Left, Right
-
-
- 14, 17
-
-
- 管理
-
-
- 12
-
-
- TPArtifact
-
-
- Token
-
-
- NUDTpZ
-
-
- + 添加
-
-
- TCMain
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 50, 23
-
-
- 150, 35
-
-
- 文本浏览器
-
-
- 10
-
-
- 75, 21
-
-
+
Bottom, Left
-
- 1
-
-
- BtnPermAdd
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 75, 23
-
-
- 1
-
-
- 6, 6
-
-
- 4
-
-
- NoControl
-
-
- 379, 94
-
-
- 4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 104, 11
-
-
- 99, 45
-
-
- NoControl
-
-
- NoControl
-
-
- 60, 23
-
-
- Left
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
- 32, 17
-
-
- 等级
-
-
- LblSubAttribution
-
-
- BtnSendVerificationCode
-
-
- ChkDrop
-
-
- GrpSettings
-
-
- 7
-
-
- 142, 39
-
-
- 3
-
-
- 92, 71
-
-
- 147, 82
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 100, 23
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Right
-
-
- Top, Bottom, Left
-
-
- RbEntityAnimal
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 13
-
-
- 37, 28
-
-
- True
-
-
- 封禁理由
-
-
- LblGOODHelp
-
-
- LblPermNewCommandTip
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 11
-
-
- 60, 23
-
-
- 11
-
-
- 4
-
-
- X 清空
-
-
- 87, 21
-
-
- 0, 0, 0, 0
-
-
- 14, 17
-
-
- TPScene
-
-
- 142, 99
-
-
- 6, 99
-
-
- TPSpawn
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 3
-
True
-
- 6
-
-
+
NoControl
-
- 456, 97
+
+ 6, 105
-
- 2
+
+ 296, 51
-
- 1
+
+ 11
-
- False
+
+ 坐标传送
+提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送
+命令中可以用~表示当前位置,~100表示相对当前100
-
- 142, 129
+
+ LblTp
-
- None
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TPScene
+
+
+ 13
+
+
+ 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
+
+
+ Bottom, Left
+
+
+ True
+
+
NoControl
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 262, 193
-
- 4
+
+ 44, 17
-
- LblClimateType
+
+ 16
-
- NUDBanUID
+
+ X 清空
-
+
+ LblClearGiveItemLogs
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 0
+
+
+ NoControl
+
+
+ 265, 48
+
+
+ 75, 23
+
+
+ 7
+
+
+ √ 记录
+
+
+ BtnSaveGiveItemLog
+
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 602, 245
+
+ TPItem
+
+
+ 1
+
+
+ False
+
+
+ NoControl
+
+
+ 265, 77
+
+
+ 75, 23
+
+
+ 8
× 删除
-
- 75, 23
+
+ BtnRemoveGiveItemLog
-
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
TPItem
-
- ChkQuestFilterUNRELEASED
+
+ 2
-
- 9
+
+ Top, Bottom, Left
+
+
+ Fill
+
+
+ 17
3, 19
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 243, 140
-
+
+ 6
+
+
+ ListGiveItemLogs
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveItemRecord
+
+
+ 0
+
+
+ 10, 48
+
+
+ 249, 162
+
+
+ 5
+
+
+ 物品记录本
+
+
+ GrpGiveItemRecord
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 3
+
+
+ Bottom, Left
+
+
True
-
- 46, 17
+
+ NoControl
-
- 锁定
+
+ 255, 217
-
- GrasscutterTools
+
+ 51, 21
-
- TCMain
+
+ 4
-
- 6
+
+ 掉落
-
- ImgAvatar
+
+ ChkDrop
-
- 6
-
-
+
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Microsoft YaHei UI, 13pt
+
+ TPItem
-
- LnkGithub
+
+ 4
-
- GrpSettings
+
+ Top, Left, Right
-
- 65, 42
+
+ 346, 5
-
+
+ 250, 23
+
+
+ 0
+
+
+ TxtGameItemFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 5
+
+
+ Top, Bottom, Left, Right
+
+
+ 17
+
+
+ 346, 31
+
+
+ 250, 208
+
+
+ 1
+
+
+ ListGameItems
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 6
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 218
+
+
+ 32, 17
+
+
+ 14
+
+
+ 数量
+
+
+ LblGameItemAmount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 7
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 150, 218
+
+
+ 32, 17
+
+
+ 15
+
+
+ 等级
+
+
+ LblGameItemLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 8
+
+
+ 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
+
+
+ 9
+
+
+ Bottom, Left
+
+
+ 188, 216
+
+
+ 50, 23
+
+
3
+
+ NUDGameItemLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 10
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 236, 34
+
+
+ 1
+
+
+ 给玩家指定物品
+说明:可选择直接给到背包或者掉落到世界
+
+
+ LblGiveCommandDescription
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 11
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 602, 245
+
+
+ 4
+
+
+ 物品
+
+
+ TPItem
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 8
+
+
+ Top, Right
+
+
+ 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
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 200, 153
+
+
+ 7
+
获取武器
@@ -3024,2839 +2863,3033 @@
>70级 突破5
>80级 突破6
-
- 0
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- E技能
-
-
- NoControl
-
-
- 358, 31
-
-
- Bottom, Left
-
-
- 6
-
-
- 32, 17
-
-
- NoControl
-
-
- 11
-
-
- 7
-
-
- GrpPermission
-
-
- 3, 3, 3, 3
-
-
- 武器
-
-
- 265, 79
-
-
- TPRemoteCall
-
-
- LblConstellationTip
-
-
- Bottom, Right
-
-
- 5
-
-
- TPScene
-
-
- 4
-
-
- TPPlayerCheck
-
-
- NUDEntityLevel
-
-
- 56, 17
-
-
- 602, 245
-
-
- 6
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 11
-
-
- 328, 219
-
-
- 2
-
-
- 280, 280
-
-
- Top, Left, Right
-
-
- True
-
-
- 9
-
-
- TPScene
-
-
- 主页
-
-
- 3, 3, 3, 3
-
-
- 2
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 4
-
-
- 212, 25
-
-
- BtnExportCustomCommands
-
-
- Bottom, Left
-
-
- True
-
-
- 1
-
-
- [0-20]
-
-
- NPC
-
-
- 2
-
-
- 0
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- 4
-
-
- Bottom, Left, Right
-
-
- Bottom, Left
-
-
- TPStats
-
-
- 4
-
-
- 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
-
-
- CmbGcVersions
-
-
- 执行(F5)
-
-
- True
-
-
- 9
-
-
- 6
-
-
- 44, 216
-
-
- Github
-
-
- 7
-
-
- NUDAvatarLevel
-
-
- TPArtifact
-
-
- 44, 22
-
-
- ChkIncludeSceneId
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtnLoadCustomCommands
-
-
- FormMain
-
-
- Top, Left, Right
-
-
- Bottom, Left
-
-
- NoControl
-
-
- TPSpawn
-
-
- 15, 16
-
-
- 4
-
-
- 100, 23
-
-
- 75, 23
-
-
- Top
-
-
- TxtGameItemFilter
-
-
- 118, 23
-
-
- 212, 24
-
-
- 65, 13
-
-
- 50, 23
-
-
- TPRemoteCall
-
-
- Top, Bottom, Left, Right
-
-
- 65, 13
-
-
- 0
-
-
- 0
-
-
- 43, 67
-
-
- 87, 22
-
-
- 198, 41
-
-
- 6
-
-
- True
-
-
- GrpCommand
-
-
- NoControl
-
-
- 0
-
-
- 11
-
-
- True
-
-
- 44, 17
-
-
- 5
-
-
- 6
-
-
- 90, 23
-
-
- 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
-
-
- GrpSettings
-
-
- NoControl
-
-
- NoControl
-
-
- 4
-
-
- 1
-
-
- Q技能
+
+ LblWeaponDescription
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 8
-
-
- TCMain
-
-
- 4
-
-
- CmbAvatar
-
-
- 1
-
-
- 封禁管理
-
-
- GrpAccount
-
-
- TPScene
-
-
- 41, 80
-
-
- True
-
-
- NoControl
-
-
- ListQuest
-
-
- Top
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpGiveItemRecord
-
-
- 14
-
-
- TPItem
-
-
- 2
-
-
- True
-
-
- TxtEntityFilter
-
-
- LblArtifactSet
-
-
- 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
-
-
- 0
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 26
-
-
- LnkTalentQ
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top
-
-
- TPRemoteCall
-
-
- 生成的命令包含UID
-
-
- 5
-
-
- TPAvatar
-
-
- LblWeaponAmount
-
-
- 7
-
-
- 目标UID
-
-
- Bottom, Left
-
-
- 3
-
-
- 421, 216
-
-
- TPHome
-
-
- 5
-
-
- GrpAccount
-
-
- 332, 57
-
-
- 50, 23
-
-
- 3, 3, 3, 3
-
-
- 140, 23
-
-
- NoControl
-
-
- NoControl
-
-
- 50, 23
-
-
- ---
-
-
+
TPWeapon
-
- Bottom, Right
-
-
- 6
-
-
- 4
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 11
-
-
- 11
-
-
- 4, 26
-
-
- 0
-
-
- TxtCustomName
-
-
- 56, 17
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4
-
-
- 3
-
-
- TPCustom
-
-
- 38
-
-
- 4
-
-
- 6, 218
-
-
- TCMain
-
-
- 6, 128
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- TPArtifact
-
-
- NoControl
-
-
- 6
-
-
- 场景
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 46, 17
-
-
- LblArtifactName
-
-
- Top
-
-
- 363, 36
-
-
- 14
-
-
- 102, 216
-
-
- RbEntityNPC
-
-
- 13
-
-
- DTPBanEndTime
-
-
- 8
-
-
- Bottom, Right
-
-
- TCMain
-
-
- LblAvatarConstellation
-
-
- 传送
-
-
- 407, 22
-
-
- TPQuest
-
-
- NoControl
-
-
- True
-
-
- 12
-
-
- Bottom, Left
-
-
- 1
-
-
- 50, 23
-
-
- LnkInventoryKamera
-
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 7
-
-
- 346, 5
-
-
- TPPlayerCheck
-
-
- GrpPermission
-
-
- 套装
-
-
- LblAvatarLevel
-
-
- 249, 162
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- 0
-
-
- 6, 22
-
-
- 精炼等级
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 90, 23
-
-
- True
-
-
- TCMain
-
-
- None
-
-
- LblArtifactLevelTip
-
-
- 7
-
-
- Top
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- LblPermUID
-
-
- 438, 139
-
-
- TPStats
-
-
- 查询
-
-
- x 清空
-
-
- Right
-
-
- NoControl
-
-
- 8
-
-
- 9
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 473, 22
-
-
- Right
-
-
- 438, 44
-
-
- 2
-
-
- NoControl
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 68, 17
-
-
- Bottom, Left
-
-
- GrpServerStatus
-
-
- GrpRemoteCommand
-
-
- 602, 245
-
-
- 332, 96
-
-
- 60, 23
-
-
- NUDWeaponAmout
-
-
- 99, 21
-
-
- 60, 23
-
-
- 32, 17
-
-
- NoControl
-
-
- GrasscutterToolsIcon
-
-
- 数量
-
-
- z
-
-
- NoControl
-
-
- 10
-
-
- Top
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Fill
-
-
- TPRemoteCall
-
-
- 6
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 8
-
-
- 9
-
-
- 11
-
-
- 5
-
-
- 128, 17
-
-
- False
-
-
- True
-
-
- 载入
-
-
- Bottom, Left
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 3
-
-
- 6
-
-
- NoControl
-
-
- 379, 141
-
-
- LblServerVersionLabel
-
-
- 5
-
-
- 10
-
-
- 2
-
-
- 296, 109
-
-
- 6, 25
-
-
- 4
-
-
- 3
-
-
- 13
-
-
- 10
-
-
- False
-
-
- 25, 17
-
-
- 104, 41
-
-
- NoControl
-
-
- 118, 23
-
-
- NoControl
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Left
-
-
- 47, 65
-
-
- Bottom, Left
-
-
- 602, 245
-
-
- 10
-
-
- LblTpY
-
-
- GrpRemoteCommand
-
-
- TCMain
-
-
- ChkAccountSetUid
-
-
- 150, 23
-
-
- TPArtifact
-
-
- TPArtifact
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- 602, 245
-
-
- NoControl
-
-
- ListWeapons
-
-
- 1
-
-
- 37
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Left
-
-
- 43, 216
-
-
- 0
-
-
- groupBox1
-
-
- 396, 31
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- BtnLockStat
-
-
- True
-
-
- 15, 44
-
-
- 7
-
-
- GrpEntityType
-
-
- NoControl
-
-
- 110, 25
-
-
- NoControl
-
-
- 2
-
-
- 6
-
-
- 487, 216
-
-
- TPAbout
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top, Bottom
-
-
- TPCustom
-
-
- 6
-
-
- 3
-
-
- 45, 39
-
-
- 9
-
-
- 4
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- 17
-
-
- NoControl
-
-
- NoControl
-
-
- NoControl
-
-
- 验证码
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 346, 100
-
-
- NoControl
-
-
- 5
-
-
- 120, 25
-
-
- y
-
-
- NUDAvatarConstellation
-
-
- TPArtifact
-
-
- 66, 22
-
-
- 540, 60
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- LblClearGiveItemLogs
-
-
- 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
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- ChkAutoCopy
-
-
- 18
-
-
- 15
-
-
- BtnTeleport
-
-
- Zoom
-
-
- 74, 21
-
-
- TPArtifact
-
-
- NUDTpY
-
-
- NoControl
-
-
- GrpSetStats
-
-
- NoControl
-
-
- Bottom, Left
-
-
- 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
-
-
- Bottom, Left
-
-
- None
-
-
- BtnAddQuest
-
-
- 0
-
-
- TPAvatar
-
-
- 1
-
-
- 110, 23
-
-
- NoControl
-
-
- 250, 208
-
-
- True
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- 9
-
-
- 0
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 10
-
-
- 1
-
-
- 32, 17
-
-
- True
-
-
- 3, 3, 3, 3
-
-
- 70, 23
-
-
- 250, 21
-
-
- TPPlayerCheck
-
-
- TPQuest
-
-
- True
-
-
- CmbSubAttribution
-
-
- TCMain
-
-
- 提示
-
-
- 2
-
-
- GrpBanPlayer
-
-
- NoControl
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Right
-
-
- Right
-
-
- 493, 22
-
-
- 32, 17
-
-
- None
-
-
- 4
-
-
- 隐藏的任务
-
-
- 0
-
-
- TPQuest
-
-
- Bottom, Left
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
1
-
- 5
-
-
- 543, 216
-
-
- False
-
-
- True
-
-
- 150, 130
-
-
- NoControl
-
-
- LblBanUID
-
-
- 2
-
-
- 部位
-
-
- None
-
-
- 等级
-
-
- 7, 17
-
-
- 16
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 12, 293
-
-
- 3
-
-
- NoControl
-
-
- 7
-
-
- 334, 102
-
-
- NoControl
-
-
- LblArtifactPart
-
-
- TCMain
-
-
- 4, 26
-
-
- 7
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 140, 23
-
-
- 账号管理
-
-
- 41, 51
-
-
- NoControl
-
-
- GrpEntityType
-
-
- 200, 23
-
-
- NoControl
-
-
- LblEntityAmount
-
-
- 137, 17
-
-
- 11
-
-
- 215, 216
-
-
- Top, Bottom, Left, Right
-
-
- True
-
-
- 目标UID
-
-
- 106, 23
-
-
- 147, 54
-
-
- 75, 23
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- LnkGOODHelp
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 7
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- None
-
-
- 396, 5
-
-
- NoControl
-
-
- 4
-
-
- 祝你玩得愉快!
-
-
- 13
-
-
- 14
-
-
- 473, 22
-
-
- 60, 23
-
-
- 16
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.6.4.0, Culture=neutral, PublicKeyToken=null
-
-
- TPAvatar
-
-
- 测试任务
-
-
- 10
-
-
- 复制
-
-
- NoControl
-
-
- 182, 23
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 31, 72
-
-
- 角色
-
-
- LnkResetCustomCommands
-
-
- 4
-
-
- 158, 25
-
-
- 3
-
-
- 17
-
-
- 3
-
-
- 6, 25
-
-
- 3
-
-
- 导入GOOD存档
-
-
- 44, 17
-
-
- True
-
-
+
Bottom, Left
-
- 10
-
-
- 帮助
-
-
- 3
-
-
- LblTp
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6, 54
-
-
- 8
-
-
- LblStatsDescription
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
+
True
-
+
NoControl
-
- 9
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- Bottom, Left
-
-
- 自定义
-
-
- 副词条
-
-
- TPSpawn
-
-
- NUDEntityAmout
-
-
- True
-
-
- Microsoft YaHei UI, 9pt
-
-
- TPArtifact
-
-
- 307, 36
-
-
- 6, 6
-
-
- 3, 3, 3, 3
-
-
- 90, 23
-
-
- TCMain
-
-
- 51, 21
-
-
- BtnSaveSpawnLog
-
-
- Bottom, Right
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 17
-
-
- 549, 24
-
-
- TPHome
-
-
- Top, Left, Right
-
-
- 2
-
-
- TPRemoteCall
-
-
- CmbLanguage
-
-
- 2
-
-
- None
-
-
- True
-
-
- Top
-
-
- 250, 23
-
-
- 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
-
-
- GrpSettings
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 远程执行
-
-
- TPQuest
-
-
- Top
-
-
- TPCustom
-
-
- 8
-
-
- NoControl
-
-
- 1
-
-
- 42, 17
-
-
- True
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 8
-
-
- TPConsoleCheck
-
-
- 数量
-
-
- 奖池编辑器
-
-
- 1
-
-
- 8
-
-
- 0
-
-
- 0
-
-
- NoControl
-
-
- 80, 23
-
-
- 419, 206
-
-
- TxtCommand
-
-
- 2
-
-
- NoControl
-
-
- 重置
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 3, 3, 3, 3
-
-
- Zoom
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ChkTopMost
-
-
- NoControl
-
-
- 等级
-
-
- NoControl
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 202, 109
-
-
- 1
-
-
- 379, 47
-
-
- 列表
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 解锁
-
-
- NUDPermUID
-
-
- 7
-
-
- 4, 26
-
-
- 1
-
-
- 540, 80
-
-
- 2
-
-
- GrpPermission
-
-
- 坐标传送
-提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送
-命令中可以用~表示当前位置,~100表示相对当前100
-
-
- 4
-
-
- NoControl
-
-
- Microsoft YaHei UI, 9pt, style=Italic
-
-
- True
-
-
- 80, 23
-
-
- 5
-
-
- LblGCVersion
-
-
- True
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtnConsoleConnect
-
-
- 14
-
-
- 2
-
-
- 3, 4, 3, 4
-
-
- True
-
-
- 0
-
-
- LblWeaponDescription
-
-
- 459, 203
-
-
- LblSceneDescription
-
-
- 1
-
-
- LblLanguage
-
-
- NoControl
-
-
- 3
-
-
- 2
-
-
- LnkTalentE
-
-
- 2
-
-
- NUDArtifactLevel
-
-
- NUDGameItemLevel
-
-
- 2
-
-
- Top, Right
-
-
- GrpBanPlayer
-
-
- Top, Bottom, Left, Right
-
-
- 50, 23
-
-
- NoControl
-
-
- 4
-
-
- TPItem
-
-
- 100, 25
-
-
- 1
-
-
- 2
-
-
- TPManage
-
-
- 18
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 等级
-
-
- LblRemotePlayerId
-
-
- NoControl
-
-
- 4, 26
-
-
- 5
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 355, 216
-
-
- None
-
-
- v1.2.3 2022/8/27 Add*
-
-
- GrpSettings
-
-
- 5
-
-
- NoControl
-
-
- 命座
-
-
- 275, 40
-
-
- 12
-
-
- NoControl
-
-
- GrpAccount
-
-
- 1
-
-
- NoControl
-
-
- 0
-
-
- LblQuestDescription
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 1
-
-
- LblServerVersion
-
-
- 添加任务
-
-
- 238, 23
-
-
- 6
-
-
- False
-
-
- 12, 12
-
-
- 6, 216
-
-
- 296, 111
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- 473, 51
-
-
- 584, 182
-
-
- 0
-
-
- 7, 83
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- GrpTalentLevel
-
-
- TPManage
-
-
- LnkTalentNormalATK
-
-
- True
-
-
- 44, 17
-
-
- 99, 218
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6
-
-
- ListScenes
-
-
- 物品记录本
-
-
- 32, 17
-
-
- 100, 23
-
-
- 1
-
-
- 快来将你的官服存档导入GC吧!
-
-
- 262, 193
-
-
- NoControl
-
-
- 完成任务
-
-
- 50, 23
-
-
- Top, Left, Right
-
-
- NoControl
-
-
- CmbStat
-
194, 218
-
- 7
+
+ 56, 17
-
- 283, 233
-
-
- 生成记录本
-
-
- LblAvatar
-
-
- 250, 184
-
-
- 自动
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 列表分类
-
-
- 17
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
6
-
- 112, 161
+
+ 精炼等级
-
- CenterScreen
+
+ LblWeaponRefinement
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 3
+
+ TPWeapon
-
- TPItem
-
-
- 407, 22
-
-
- 44, 216
-
-
- 生物志
-
-
- 3
-
-
- NoControl
-
-
- 3
-
-
- 0
-
-
- 数据
-
-
- 100, 23
-
-
- 5
-
-
- 6, 22
-
-
- 265, 48
-
-
- TPArtifact
-
-
- 0
-
-
- TPHome
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 182, 23
-
-
- 4
-
-
- 147, 23
-
-
- 32, 17
-
-
- LblStatTip
-
-
- 32, 17
-
-
+
2
-
- 3
-
-
- TPArtifact
-
-
- None
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 60, 23
-
-
- test
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- %
-
-
- GrpServerStatus
-
-
- 指定UID
-
-
- 238, 208
-
-
- 75, 23
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- NUDVerificationCode
-
-
- TPConsoleCheck
-
-
- LblSpawnDescription
-
-
- Bottom, Left
-
-
- 13
-
-
- 3
-
-
- 7
-
-
- 4
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4
-
-
- BtnDeleteAccount
-
-
- 9, 26
-
-
- 51, 21
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 6, 6
-
-
- GrpSetStats
-
-
- 5
-
-
- LblClearSubAttrCheckedList
-
-
- TPScene
-
-
- 6
-
-
- NoControl
-
-
- 112, 99
-
-
- LblOpenCommandSupport
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 9
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- - 删除
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 7
-
-
- NoControl
-
-
- NoControl
-
-
- NoControl
-
-
- 2
-
-
- 8
-
-
- 26, 28
-
-
- 60, 23
-
-
- System.Windows.Forms.NumericUpDown, 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
-
-
- Bottom, Left
-
-
- TPItem
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- LblPlayerCount
-
-
- NoControl
-
-
- 82, 23
-
-
- GrpSetStats
-
-
- Right
-
-
- NoControl
-
-
- TPArtifact
-
-
- 0
-
-
- 6
-
-
- 16, 23
-
-
- 0
-
-
- True
-
-
- RbEntityMonster
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 305, 23
-
-
- 138, 216
-
-
- 0
-
-
- GrpSpawnRecord
-
-
- NoControl
-
-
- 4
-
-
- 4
-
-
- 7
-
-
- 540, 60
-
-
- GrpEntityType
-
-
- TPCustom
-
-
+
Bottom, Left
True
-
- 给玩家指定物品
-说明:可选择直接给到背包或者掉落到世界
+
+ NoControl
-
- 8
+
+ 6, 218
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 32, 17
-
- 17
+
+ 6
-
- 90, 190
+
+ 数量
-
- 116, 16
+
+ LblWeaponAmount
-
- 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
-
- 346, 5
+
+ TPWeapon
-
- TPScene
-
-
+
3
-
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 100, 218
+
+
+ 32, 17
+
+
+ 6
+
+
+ 等级
+
+
+ LblWeaponLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ 256, 216
+
+
+ 50, 23
+
+
+ 5
+
+
+ NUDWeaponRefinement
+
+
System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TPWeapon
+
+
+ 5
+
+
+ Bottom, Left
+
+
+ 44, 216
+
+
+ 50, 23
+
+
+ 5
+
+
+ NUDWeaponAmout
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 6
+
+
+ Bottom, Left
+
+
+ 138, 216
+
+
+ 50, 23
+
+
+ 5
+
+
+ NUDWeaponLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 7
+
+
+ Top, Bottom, Right
+
+
+ 17
+
+
+ 396, 31
+
+
+ 200, 208
+
+
+ 4
+
+
+ ListWeapons
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 8
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 602, 245
+
+
+ 3
+
+
+ 武器
+
+
+ TPWeapon
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 7
+
+
+ None
+
+
+ False
+
+
+ NoControl
+
+
+ 174, 67
+
+
+ 125, 23
+
+
+ 6
+
+
+ 解锁
+
+
+ BtnUnlockStat
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 0
+
+
+ False
+
+
+ NoControl
+
+
+ 43, 67
+
+
+ 125, 23
+
+
+ 5
+
+
+ 锁定
+
+
+ BtnLockStat
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 1
+
+
+ NoControl
+
+
+ 40, 16
+
+
+ 286, 17
+
+
+ 4
+
+
+ 提示
+
+
+ LblStatTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 283, 39
+
+
+ 19, 17
+
+
+ 3
+
+
+ %
+
+
+ False
+
+
+ LblStatPercent
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 3
+
+
+ 207, 37
+
+
+ 70, 23
+
+
+ 1
+
+
+ NUDStat
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 4
+
+
+ 43, 36
+
+
+ 158, 25
+
+
+ 0
+
+
+ CmbStat
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 5
+
+
+ 135, 54
+
+
+ 332, 96
+
+
+ 4
+
+
+ 角色属性
+
+
+ GrpSetStats
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPStats
+
+
+ 0
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 260, 24
+
+
+ 39, 17
+
+
+ 3
+
+
+ E技能
+
+
+ LnkTalentE
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 212, 24
+
+
+ 42, 17
+
+
+ 2
+
+
+ Q技能
+
+
+ LnkTalentQ
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
1
True
-
- Bottom, Left
-
-
+
NoControl
-
- 4, 26
+
+ 150, 24
-
- 243, 140
+
+ 56, 17
-
- 92, 102
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- CmbSubAttributionValue
-
-
- TPRemoteCall
-
-
- 80, 17
-
-
- 连接
-
-
- GrpPermission
-
-
- 31, 6
-
-
- 5
-
-
- 掉落
-
-
+
1
-
- 10
+
+ 普通攻击
-
- NoControl
+
+ LnkTalentNormalATK
-
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 2
+
+
+ 44, 22
+
+
+ 100, 23
+
+
0
-
- 132, 159
-
-
- 140, 140
-
-
- 5
-
-
- Top
-
-
- CenterImage
-
-
- 104, 23
-
-
- 32, 17
-
NUDTalentLevel
-
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
3
-
+
+ 135, 156
+
+
+ 332, 57
+
+
+ 3
+
+
+ 技能等级
+
+
+ GrpTalentLevel
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPStats
+
+
+ 1
+
+
+ True
+
+
NoControl
-
- TPManage
+
+ 6, 6
-
- 100, 23
+
+ 128, 17
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 2
-
+
+ 设置当前活跃角色数据
+
+
+ LblStatsDescription
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPStats
+
+
+ 2
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
602, 245
-
- + 创建
+
+ 11
+
+
+ 数据
+
+
+ TPStats
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 6
+
+
+ Bottom, Right
+
+
+ Microsoft YaHei UI, 10pt
+
+
+ NoControl
+
+
+ 395, 192
+
+
+ 150, 35
+
+
+ 9
+
+
+ 一键获得所有角色
+
+
+ BtnGiveAllChar
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 0
+
+
+ Right
+
+
+ NoControl
+
+
+ 423, 165
+
+
+ 138, 17
+
+
+ 8
+
+
+ ※仅给予所有角色时生效
+
+
+ LblConstellationTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 1
+
+
+ Right
+
+
+ True
+
+
+ NoControl
+
+
+ 379, 141
+
+
+ 32, 17
+
+
+ 7
+
+
+ 命座
+
+
+ LblAvatarConstellation
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 2
+
+
+ Right
+
+
+ 438, 139
+
+
+ 110, 23
+
+
+ 6
+
+
+ NUDAvatarConstellation
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 3
+
+
+ Top, Bottom, Left, Right
+
+
+ NoControl
+
+
+ 17, 13
+
+
+ 0, 0, 0, 0
+
+
+ 328, 219
+
+
+ Zoom
+
+
+ 4
+
+
+ ImgAvatar
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 4
+
+
+ Right
+
+
+ True
+
+
+ NoControl
+
+
+ 379, 47
+
+
+ 32, 17
+
+
+ 3
+
+
+ 角色
+
+
+ LblAvatar
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 5
+
+
+ Right
+
+
+ True
+
+
+ NoControl
+
+
+ 379, 94
+
+
+ 32, 17
+
+
+ 2
+
+
+ 等级
+
+
+ LblAvatarLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 6
+
+
+ Right
+
+
+ 438, 92
+
+
+ 110, 23
+
+
+ 1
+
+
+ NUDAvatarLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 7
+
+
+ Right
+
+
+ 438, 44
+
+
+ 110, 25
+
+
+ 0
+
+
+ CmbAvatar
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 8
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 602, 245
+
+
+ 5
+
+
+ 角色
+
+
+ TPAvatar
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 5
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 215, 216
+
+
+ 44, 17
+
+
+ 13
+
+
+ X 清空
+
+
+ LblClearSpawnLogs
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 0
+
+
+ NoControl
+
+
+ 265, 45
+
+
+ 75, 23
+
+
+ 10
+
+
+ √ 记录
+
+
+ BtnSaveSpawnLog
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 1
+
+
+ False
+
+
+ NoControl
+
+
+ 265, 79
+
+
+ 75, 23
+
+
+ 11
+
+
+ × 删除
+
+
+ BtnRemoveSpawnLog
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 2
+
+
+ Top, Bottom, Left
+
+
+ Fill
+
+
+ 17
+
+
+ 3, 19
+
+
+ 244, 162
+
+
+ 9
+
+
+ ListSpawnLogs
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSpawnRecord
+
+
+ 0
+
+
+ 9, 26
+
+
+ 250, 184
+
+
+ 8
+
+
+ 生成记录本
+
+
+ GrpSpawnRecord
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 3
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 22
+
+
+ 62, 21
+
+
+ 5
+
+
+ 生物志
+
+
+ RbEntityAnimal
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpEntityType
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 86
+
+
+ 51, 21
+
+
+ 7
+
+
+ NPC
+
+
+ RbEntityNPC
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpEntityType
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 54
+
+
+ 74, 21
+
+
+ 6
讨伐对象
-
- - 移除
+
+ RbEntityMonster
-
- 15
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ GrpEntityType
+
+
+ 2
+
+
+ 265, 123
+
+
+ 87, 116
+
+
+ 4
+
+
+ 列表分类
+
+
+ GrpEntityType
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 4
+
+
+ Top, Bottom, Left, Right
+
+
True
-
- 7
+
+ NoControl
-
- BtnConnectOpenCommand
+
+ 6, 6
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 116, 17
+
+
+ 12
+
+
+ 在玩家附近召唤生物
+
+
+ LblSpawnDescription
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 5
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 5, 218
+
+
+ 32, 17
+
+
+ 10
+
+
+ 数量
+
+
+ LblEntityAmount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
6
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 99, 218
+
+
+ 32, 17
+
+
+ 11
+
+
+ 等级
+
+
+ LblEntityLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 7
+
+
+ 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
+
+
+ 8
+
+
+ Bottom, Left
+
+
+ 137, 216
+
+
+ 50, 23
+
+
+ 3
+
+
+ NUDEntityLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 9
+
+
+ Top, Left, Right
+
+
+ 358, 5
+
+
+ 238, 23
+
+
+ 0
+
+
+ TxtEntityFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 10
+
+
+ Top, Bottom, Left, Right
+
+
+ 17
+
+
+ 358, 31
+
+
+ 238, 208
+
+
+ 1
+
+
+ ListEntity
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 11
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 602, 245
+
+
+ 6
+
+
+ 生成
+
+
+ TPSpawn
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 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
+
+
+ NoControl
+
+
+ 26, 28
+
+
+ 87, 21
+
+
+ 0
+
+
+ 隐藏的任务
+
+
+ ChkQuestFilterHIDDEN
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpQuestFilters
+
2
+
+ 202, 109
+
+
+ 150, 130
+
+
+ 7
+
+
+ 列表过滤
+
+
+ GrpQuestFilters
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 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
+
+
+ NoControl
+
+
+ 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
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 346, 100
+
+
+ 4
+
+
+ 添加或完成任务
+提示:许多任务需要服务端脚本支持
+因此任务可以接,可以完成,但是不一定可以做
+
+
+ LblQuestDescription
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 3
+
+
+ Top, Left, Right
+
+
+ 358, 5
+
+
+ 238, 23
+
+
+ 2
+
+
+ TxtQuestFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 4
+
+
+ Top, Bottom, Left, Right
+
+
+ 17
+
+
+ 358, 31
+
+
+ 238, 208
+
+
+ 3
+
+
+ ListQuest
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 5
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 602, 245
+
+
+ 15
+
+
+ 任务
+
+
+ TPQuest
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 3
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 198, 41
+
+
+ 42, 17
+
+
+ 37
+
+
+ [0-20]
+
+
+ LblArtifactLevelTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 0
+
+
+ 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
+
+
+ 1
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 437, 11
+
+
+ 0, 17
+
+
+ 45
+
+
+ LblArtifactName
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 2
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 273, 11
+
+
+ 32, 17
+
+
+ 42
+
+
+ 部位
+
+
+ LblArtifactPart
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 3
+
+
+ Top
+
+
+ 311, 8
+
+
+ 120, 25
+
+
+ 1
+
+
+ CmbArtifactPart
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 4
+
+
+ Top
+
+
+ 142, 8
+
+
+ 125, 25
+
+
+ 0
+
+
+ CmbArtifactSet
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 5
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 104, 11
+
+
+ 32, 17
+
+
+ 38
+
+
+ 套装
+
+
+ LblArtifactSet
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
TPArtifact
-
- 40, 16
+
+ 6
-
+
+ Top
+
+
+ 440, 100
+
+
+ 51, 23
+
+
+ 7
+
+
+ NUDSubAttributionTimes
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 7
+
+
+ Top
+
+
+ 311, 98
+
+
+ 120, 25
+
+
+ 6
+
+
+ CmbSubAttributionValue
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 8
+
+
+ Top
+
+
+ 142, 99
+
+
+ 163, 25
+
+
+ 5
+
+
+ CmbSubAttribution
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 9
+
+
+ Top
+
+
+ True
+
+
NoControl
-
- 73, 21
+
+ 437, 218
-
+
+ 44, 17
+
+
+ 10
+
+
+ X 清空
+
+
+ LblClearSubAttrCheckedList
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 10
+
+
+ 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
+
+
+ 11
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 104, 41
+
+
+ 32, 17
+
+
+ 24
+
+
+ 等级
+
+
+ LblArtifactLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 12
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 92, 102
+
+
+ 44, 17
+
+
+ 23
+
+
+ 副词条
+
+
+ LblSubAttribution
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 13
+
+
+ Top
+
+
+ 142, 68
+
+
+ 289, 25
+
+
+ 4
+
+
+ CmbMainAttribution
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 14
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 92, 71
+
+
+ 44, 17
+
+
+ 20
+
+
+ 主词条
+
+
+ LblMainAttribution
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 15
+
+
+ Top
+
+
+ 142, 39
+
+
+ 50, 23
+
+
+ 2
+
+
+ NUDArtifactLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 16
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 328, 41
+
+
+ 32, 17
+
+
+ 43
+
+
+ 星级
+
+
+ LblArtifactStars
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 17
+
+
+ Top
+
+
+ 366, 39
+
+
+ 65, 23
+
+
3
-
+
+ NUDArtifactStars
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 18
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 602, 245
+
+
+ 2
+
+
+ 圣遗物
+
+
+ TPArtifact
+
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TCMain
+
+
+ 2
+
+
+ Bottom, Right
+
+
NoControl
+
+ 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
+
+
+ NoControl
+
+
+ 487, 216
+
+
+ 50, 23
+
+
+ 6
+
+
+ 载入
+
+
+ BtnLoadCustomCommands
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 219
+
+
+ 32, 17
+
+
5
-
- GrpSetStats
+
+ 标签
-
- LblAccountUserName
+
+ LblCustomName
-
- 数量
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 2
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ NoControl
+
+
+ 552, -1
+
+
+ 32, 17
+
+
+ 1
+
+
+ 重置
+
+
+ LnkResetCustomCommands
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 0
+
+
+ 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
+
+
+ 1
+
+
+ 6, 6
+
+
+ 590, 204
+
+
+ 1
+
+
+ 列表
+
+
+ groupBox1
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 3
+
+
+ Bottom, Right
+
+
+ NoControl
+
+
+ 421, 216
+
+
+ 60, 23
+
+
+ 4
+
+
+ × 删除
+
+
+ BtnRemoveCustomCommand
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 4
+
+
+ Bottom, Right
+
+
+ NoControl
+
+
+ 355, 216
+
+
+ 60, 23
+
+
+ 3
+
+
+ √ 保存
+
+
+ BtnSaveCustomCommand
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 5
+
+
+ Bottom, Left, Right
+
+
+ 44, 216
+
+
+ 305, 23
+
+
+ 1
+
+
+ TxtCustomName
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 6
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 602, 245
+
+
+ 1
+
+
+ 自定义
+
+
+ TPCustom
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 218, 102
+
+
+ 104, 17
+
+
+ 9
+
+
+ New Version Tip
+
+
+ False
+
+
+ LnkNewVersion
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 0
+
+
+ Left
+
+
+ True
+
+
+ Microsoft YaHei UI, 13pt
+
+
+ NoControl
+
+
+ 88, 36
+
+
+ 136, 24
+
+
+ 0
+
+
+ 祝你玩得愉快!
+
+
+ LblAbout
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 112, 99
+
+
+ 100, 23
+
+
+ 8
+
+
+ 文本浏览器
+
+
+ BtnOpenTextMap
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 2
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 6, 99
+
+
+ 100, 23
+
+
+ 7
+
+
+ 奖池编辑器
+
+
+ BtnOpenGachaBannerEditor
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 3
+
+
+ Top, Bottom, Left, Right
+
+
+ NoControl
+
+
+ 313, 6
+
+
+ 283, 233
+
+
+ CenterImage
+
+
+ 6
+
+
+ GrasscutterToolsIcon
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 7, 83
+
+
+ 25, 17
+
+
+ 10
+
+
+ GC
+
+
+ LblGCVersion
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 0
+
+
+ 41, 80
+
+
+ 100, 25
+
+
+ 9
+
+
+ CmbGcVersions
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 147, 82
+
+
+ 51, 21
+
+
+ 8
+
+
+ 置顶
+
+
+ ChkTopMost
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 2
+
+
+ 41, 51
+
+
+ 100, 25
+
+
+ 6
+
+
+ CmbLanguage
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 147, 54
+
+
+ 128, 17
+
+
+ 5
+
+
+ 语言/Language/язык
+
+
+ LblLanguage
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 4
+
+
+ 41, 22
+
+
+ 100, 23
+
+
+ 3
+
+
+ NUDUid
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 5
+
+
+ True
+
+
+ NoControl
+
+
+ 147, 23
+
+
+ 133, 21
+
+
+ 4
+
+
+ 生成的命令包含UID
+
+
+ ChkIncludeUID
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 6
+
+
+ True
+
+
+ NoControl
+
+
+ 7, 24
+
+
+ 30, 17
+
+
+ 1
+
+
+ UID
+
+
+ LblDefaultUid
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 7
+
+
+ 6, 128
+
+
+ 301, 111
+
+
+ 5
+
+
+ 设置
+
+
+ GrpSettings
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 5
+
+
+ 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
+
+
+ Top, Bottom, Left, Right
+
+
+ 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
True
+
+ 7, 17
+
+
+ 634, 361
+
+
+ Microsoft YaHei UI, 9pt
+
+
+ 3, 4, 3, 4
+
+
+ 650, 400
+
+
+ CenterScreen
+
+
+ GrasscutterTools
+
+
+ FormMain
+
+
+ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
\ No newline at end of file