diff --git a/Source/GrasscutterTools/Forms/FormMain.Designer.cs b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
index a1eebf8..fd0d0ea 100644
--- a/Source/GrasscutterTools/Forms/FormMain.Designer.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
@@ -134,7 +134,7 @@ namespace GrasscutterTools.Forms
this.NUDWeaponAmout = new System.Windows.Forms.NumericUpDown();
this.NUDWeaponLevel = new System.Windows.Forms.NumericUpDown();
this.ListWeapons = new System.Windows.Forms.ListBox();
- this.TPStats = new System.Windows.Forms.TabPage();
+ this.TPAvatar = new System.Windows.Forms.TabPage();
this.GrpSetStats = new System.Windows.Forms.GroupBox();
this.BtnUnlockStat = new System.Windows.Forms.Button();
this.BtnLockStat = new System.Windows.Forms.Button();
@@ -149,18 +149,17 @@ namespace GrasscutterTools.Forms
this.LnkTalentNormalATK = new System.Windows.Forms.LinkLabel();
this.NUDTalentLevel = new System.Windows.Forms.NumericUpDown();
this.LblStatsDescription = new System.Windows.Forms.Label();
- this.TPAvatar = new System.Windows.Forms.TabPage();
- this.LblAvatarSkillLevelTip = new System.Windows.Forms.Label();
- this.BtnGiveAllChar = new System.Windows.Forms.Button();
- this.LblAvatarSkillLevelLabel = new System.Windows.Forms.Label();
- this.LblAvatarConstellation = new System.Windows.Forms.Label();
- this.NUDAvatarSkillLevel = new System.Windows.Forms.NumericUpDown();
- this.NUDAvatarConstellation = new System.Windows.Forms.NumericUpDown();
- this.ImgAvatar = new System.Windows.Forms.PictureBox();
- this.LblAvatar = new System.Windows.Forms.Label();
- this.LblAvatarLevel = new System.Windows.Forms.Label();
- this.NUDAvatarLevel = new System.Windows.Forms.NumericUpDown();
+ this.GrpGiveAvatar = new System.Windows.Forms.GroupBox();
this.CmbAvatar = new System.Windows.Forms.ComboBox();
+ this.LblAvatarSkillLevelTip = new System.Windows.Forms.Label();
+ this.NUDAvatarLevel = new System.Windows.Forms.NumericUpDown();
+ this.BtnGiveAllChar = new System.Windows.Forms.Button();
+ this.LblAvatarLevel = new System.Windows.Forms.Label();
+ this.LblAvatarSkillLevelLabel = new System.Windows.Forms.Label();
+ this.LblAvatar = new System.Windows.Forms.Label();
+ this.LblAvatarConstellation = new System.Windows.Forms.Label();
+ this.NUDAvatarConstellation = new System.Windows.Forms.NumericUpDown();
+ this.NUDAvatarSkillLevel = new System.Windows.Forms.NumericUpDown();
this.TPSpawn = new System.Windows.Forms.TabPage();
this.ChkInfiniteHP = new System.Windows.Forms.CheckBox();
this.LblClearSpawnLogs = new System.Windows.Forms.Label();
@@ -236,16 +235,17 @@ namespace GrasscutterTools.Forms
this.LblDefaultUid = new System.Windows.Forms.Label();
this.TCMain = new System.Windows.Forms.TabControl();
this.TPMail = new System.Windows.Forms.TabPage();
+ this.LblClearMailContent = new System.Windows.Forms.Label();
this.BtnAddMailItem = new System.Windows.Forms.Button();
this.BtnDeleteMailItem = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
- this.TxtMailSelectableItemFilter = new System.Windows.Forms.TextBox();
this.NUDMailItemLevel = new System.Windows.Forms.NumericUpDown();
+ this.NUDMailItemCount = new System.Windows.Forms.NumericUpDown();
+ this.TxtMailSelectableItemFilter = new System.Windows.Forms.TextBox();
this.ListMailSelectableItems = new System.Windows.Forms.ListBox();
this.LblMailItemLevel = new System.Windows.Forms.Label();
this.LblMailItemCount = new System.Windows.Forms.Label();
- this.NUDMailItemCount = new System.Windows.Forms.NumericUpDown();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.BtnClearMail = new System.Windows.Forms.Button();
this.BtnRemoveMail = new System.Windows.Forms.Button();
@@ -293,16 +293,15 @@ namespace GrasscutterTools.Forms
((System.ComponentModel.ISupportInitialize)(this.NUDWeaponRefinement)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDWeaponAmout)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDWeaponLevel)).BeginInit();
- this.TPStats.SuspendLayout();
+ this.TPAvatar.SuspendLayout();
this.GrpSetStats.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDStat)).BeginInit();
this.GrpTalentLevel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDTalentLevel)).BeginInit();
- this.TPAvatar.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarSkillLevel)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ImgAvatar)).BeginInit();
+ this.GrpGiveAvatar.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarLevel)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarSkillLevel)).BeginInit();
this.TPSpawn.SuspendLayout();
this.GrpSpawnRecord.SuspendLayout();
this.GrpEntityType.SuspendLayout();
@@ -367,6 +366,7 @@ 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);
@@ -378,7 +378,6 @@ 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);
@@ -476,14 +475,15 @@ namespace GrasscutterTools.Forms
//
// TPOpenCommandCheck
//
+ resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
this.TPOpenCommandCheck.Controls.Add(this.TPPlayerCheck);
this.TPOpenCommandCheck.Controls.Add(this.TPConsoleCheck);
- resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
this.TPOpenCommandCheck.Name = "TPOpenCommandCheck";
this.TPOpenCommandCheck.SelectedIndex = 0;
//
// TPPlayerCheck
//
+ resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
this.TPPlayerCheck.Controls.Add(this.LnkRCHelp);
this.TPPlayerCheck.Controls.Add(this.NUDRemotePlayerId);
this.TPPlayerCheck.Controls.Add(this.BtnConnectOpenCommand);
@@ -491,7 +491,6 @@ namespace GrasscutterTools.Forms
this.TPPlayerCheck.Controls.Add(this.BtnSendVerificationCode);
this.TPPlayerCheck.Controls.Add(this.NUDVerificationCode);
this.TPPlayerCheck.Controls.Add(this.LblRemotePlayerId);
- resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
this.TPPlayerCheck.Name = "TPPlayerCheck";
this.TPPlayerCheck.UseVisualStyleBackColor = true;
//
@@ -563,11 +562,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;
//
@@ -612,10 +611,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;
//
@@ -640,10 +639,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;
//
@@ -661,8 +660,8 @@ namespace GrasscutterTools.Forms
//
// DTPBanEndTime
//
- this.DTPBanEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
resources.ApplyResources(this.DTPBanEndTime, "DTPBanEndTime");
+ this.DTPBanEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
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";
@@ -684,8 +683,8 @@ namespace GrasscutterTools.Forms
//
// TxtBanReason
//
- this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
resources.ApplyResources(this.TxtBanReason, "TxtBanReason");
+ this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TxtBanReason.Maximum = 0F;
this.TxtBanReason.Minimum = 0F;
this.TxtBanReason.Name = "TxtBanReason";
@@ -785,10 +784,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
@@ -850,6 +849,7 @@ 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);
@@ -864,7 +864,6 @@ 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;
//
@@ -999,6 +998,7 @@ 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);
@@ -1011,7 +1011,6 @@ namespace GrasscutterTools.Forms
this.TPItem.Controls.Add(this.NUDGameItemAmout);
this.TPItem.Controls.Add(this.NUDGameItemLevel);
this.TPItem.Controls.Add(this.LblGiveCommandDescription);
- resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Name = "TPItem";
this.TPItem.UseVisualStyleBackColor = true;
//
@@ -1129,6 +1128,7 @@ namespace GrasscutterTools.Forms
//
// TPWeapon
//
+ resources.ApplyResources(this.TPWeapon, "TPWeapon");
this.TPWeapon.Controls.Add(this.BtnGiveAllWeapons);
this.TPWeapon.Controls.Add(this.TxtWeaponFilter);
this.TPWeapon.Controls.Add(this.LblWeaponDescription);
@@ -1139,7 +1139,6 @@ namespace GrasscutterTools.Forms
this.TPWeapon.Controls.Add(this.NUDWeaponAmout);
this.TPWeapon.Controls.Add(this.NUDWeaponLevel);
this.TPWeapon.Controls.Add(this.ListWeapons);
- resources.ApplyResources(this.TPWeapon, "TPWeapon");
this.TPWeapon.Name = "TPWeapon";
this.TPWeapon.UseVisualStyleBackColor = true;
//
@@ -1241,14 +1240,15 @@ namespace GrasscutterTools.Forms
this.ListWeapons.Name = "ListWeapons";
this.ListWeapons.SelectedIndexChanged += new System.EventHandler(this.WeaponValueChanged);
//
- // TPStats
+ // TPAvatar
//
- 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;
+ resources.ApplyResources(this.TPAvatar, "TPAvatar");
+ this.TPAvatar.Controls.Add(this.GrpSetStats);
+ this.TPAvatar.Controls.Add(this.GrpTalentLevel);
+ this.TPAvatar.Controls.Add(this.LblStatsDescription);
+ this.TPAvatar.Controls.Add(this.GrpGiveAvatar);
+ this.TPAvatar.Name = "TPAvatar";
+ this.TPAvatar.UseVisualStyleBackColor = true;
//
// GrpSetStats
//
@@ -1267,20 +1267,18 @@ namespace GrasscutterTools.Forms
resources.ApplyResources(this.BtnUnlockStat, "BtnUnlockStat");
this.BtnUnlockStat.Name = "BtnUnlockStat";
this.BtnUnlockStat.UseVisualStyleBackColor = true;
- this.BtnUnlockStat.Click += new System.EventHandler(this.BtnUnlockStat_Click);
//
// BtnLockStat
//
resources.ApplyResources(this.BtnLockStat, "BtnLockStat");
this.BtnLockStat.Name = "BtnLockStat";
this.BtnLockStat.UseVisualStyleBackColor = true;
- this.BtnLockStat.Click += new System.EventHandler(this.BtnLockStat_Click);
//
// 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
@@ -1302,15 +1300,13 @@ namespace GrasscutterTools.Forms
0,
0,
0});
- this.NUDStat.ValueChanged += new System.EventHandler(this.SetStatsInputChanged);
//
// 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);
//
// GrpTalentLevel
//
@@ -1329,7 +1325,6 @@ namespace GrasscutterTools.Forms
this.LnkTalentAll.Name = "LnkTalentAll";
this.LnkTalentAll.TabStop = true;
this.LnkTalentAll.Tag = "all";
- this.LnkTalentAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked);
//
// LnkTalentE
//
@@ -1337,7 +1332,6 @@ namespace GrasscutterTools.Forms
this.LnkTalentE.Name = "LnkTalentE";
this.LnkTalentE.TabStop = true;
this.LnkTalentE.Tag = "e";
- this.LnkTalentE.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked);
//
// LnkTalentQ
//
@@ -1345,7 +1339,6 @@ namespace GrasscutterTools.Forms
this.LnkTalentQ.Name = "LnkTalentQ";
this.LnkTalentQ.TabStop = true;
this.LnkTalentQ.Tag = "q";
- this.LnkTalentQ.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked);
//
// LnkTalentNormalATK
//
@@ -1353,7 +1346,6 @@ namespace GrasscutterTools.Forms
this.LnkTalentNormalATK.Name = "LnkTalentNormalATK";
this.LnkTalentNormalATK.TabStop = true;
this.LnkTalentNormalATK.Tag = "n";
- this.LnkTalentNormalATK.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked);
//
// NUDTalentLevel
//
@@ -1375,22 +1367,29 @@ namespace GrasscutterTools.Forms
resources.ApplyResources(this.LblStatsDescription, "LblStatsDescription");
this.LblStatsDescription.Name = "LblStatsDescription";
//
- // TPAvatar
+ // GrpGiveAvatar
//
- this.TPAvatar.Controls.Add(this.LblAvatarSkillLevelTip);
- this.TPAvatar.Controls.Add(this.BtnGiveAllChar);
- this.TPAvatar.Controls.Add(this.LblAvatarSkillLevelLabel);
- this.TPAvatar.Controls.Add(this.LblAvatarConstellation);
- this.TPAvatar.Controls.Add(this.NUDAvatarSkillLevel);
- this.TPAvatar.Controls.Add(this.NUDAvatarConstellation);
- this.TPAvatar.Controls.Add(this.ImgAvatar);
- this.TPAvatar.Controls.Add(this.LblAvatar);
- 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;
+ resources.ApplyResources(this.GrpGiveAvatar, "GrpGiveAvatar");
+ this.GrpGiveAvatar.Controls.Add(this.CmbAvatar);
+ this.GrpGiveAvatar.Controls.Add(this.LblAvatarSkillLevelTip);
+ this.GrpGiveAvatar.Controls.Add(this.NUDAvatarLevel);
+ this.GrpGiveAvatar.Controls.Add(this.BtnGiveAllChar);
+ this.GrpGiveAvatar.Controls.Add(this.LblAvatarLevel);
+ this.GrpGiveAvatar.Controls.Add(this.LblAvatarSkillLevelLabel);
+ this.GrpGiveAvatar.Controls.Add(this.LblAvatar);
+ this.GrpGiveAvatar.Controls.Add(this.LblAvatarConstellation);
+ this.GrpGiveAvatar.Controls.Add(this.NUDAvatarConstellation);
+ this.GrpGiveAvatar.Controls.Add(this.NUDAvatarSkillLevel);
+ this.GrpGiveAvatar.Name = "GrpGiveAvatar";
+ this.GrpGiveAvatar.TabStop = false;
+ //
+ // CmbAvatar
+ //
+ resources.ApplyResources(this.CmbAvatar, "CmbAvatar");
+ this.CmbAvatar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.CmbAvatar.FormattingEnabled = true;
+ this.CmbAvatar.Name = "CmbAvatar";
+ this.CmbAvatar.SelectedIndexChanged += new System.EventHandler(this.CmbAvatar_SelectedIndexChanged);
//
// LblAvatarSkillLevelTip
//
@@ -1398,72 +1397,6 @@ namespace GrasscutterTools.Forms
this.LblAvatarSkillLevelTip.ForeColor = System.Drawing.SystemColors.GrayText;
this.LblAvatarSkillLevelTip.Name = "LblAvatarSkillLevelTip";
//
- // BtnGiveAllChar
- //
- resources.ApplyResources(this.BtnGiveAllChar, "BtnGiveAllChar");
- this.BtnGiveAllChar.Name = "BtnGiveAllChar";
- this.BtnGiveAllChar.UseVisualStyleBackColor = true;
- this.BtnGiveAllChar.Click += new System.EventHandler(this.BtnGiveAllChar_Click);
- //
- // LblAvatarSkillLevelLabel
- //
- resources.ApplyResources(this.LblAvatarSkillLevelLabel, "LblAvatarSkillLevelLabel");
- this.LblAvatarSkillLevelLabel.Name = "LblAvatarSkillLevelLabel";
- //
- // LblAvatarConstellation
- //
- resources.ApplyResources(this.LblAvatarConstellation, "LblAvatarConstellation");
- this.LblAvatarConstellation.Name = "LblAvatarConstellation";
- //
- // NUDAvatarSkillLevel
- //
- resources.ApplyResources(this.NUDAvatarSkillLevel, "NUDAvatarSkillLevel");
- this.NUDAvatarSkillLevel.Maximum = new decimal(new int[] {
- 16,
- 0,
- 0,
- 0});
- this.NUDAvatarSkillLevel.Name = "NUDAvatarSkillLevel";
- this.NUDAvatarSkillLevel.Value = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- this.NUDAvatarSkillLevel.ValueChanged += new System.EventHandler(this.NUDAvatarConstellation_ValueChanged);
- //
- // NUDAvatarConstellation
- //
- resources.ApplyResources(this.NUDAvatarConstellation, "NUDAvatarConstellation");
- this.NUDAvatarConstellation.Maximum = new decimal(new int[] {
- 6,
- 0,
- 0,
- 0});
- this.NUDAvatarConstellation.Name = "NUDAvatarConstellation";
- this.NUDAvatarConstellation.Value = new decimal(new int[] {
- 6,
- 0,
- 0,
- 0});
- this.NUDAvatarConstellation.ValueChanged += new System.EventHandler(this.NUDAvatarConstellation_ValueChanged);
- //
- // ImgAvatar
- //
- resources.ApplyResources(this.ImgAvatar, "ImgAvatar");
- this.ImgAvatar.Image = global::GrasscutterTools.Properties.Resources.ImgHome;
- this.ImgAvatar.Name = "ImgAvatar";
- this.ImgAvatar.TabStop = false;
- //
- // LblAvatar
- //
- resources.ApplyResources(this.LblAvatar, "LblAvatar");
- this.LblAvatar.Name = "LblAvatar";
- //
- // LblAvatarLevel
- //
- resources.ApplyResources(this.LblAvatarLevel, "LblAvatarLevel");
- this.LblAvatarLevel.Name = "LblAvatarLevel";
- //
// NUDAvatarLevel
//
resources.ApplyResources(this.NUDAvatarLevel, "NUDAvatarLevel");
@@ -1485,16 +1418,68 @@ namespace GrasscutterTools.Forms
0});
this.NUDAvatarLevel.ValueChanged += new System.EventHandler(this.NUDAvatarLevel_ValueChanged);
//
- // CmbAvatar
+ // BtnGiveAllChar
//
- resources.ApplyResources(this.CmbAvatar, "CmbAvatar");
- this.CmbAvatar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.CmbAvatar.FormattingEnabled = true;
- this.CmbAvatar.Name = "CmbAvatar";
- this.CmbAvatar.SelectedIndexChanged += new System.EventHandler(this.CmbAvatar_SelectedIndexChanged);
+ resources.ApplyResources(this.BtnGiveAllChar, "BtnGiveAllChar");
+ this.BtnGiveAllChar.Name = "BtnGiveAllChar";
+ this.BtnGiveAllChar.UseVisualStyleBackColor = true;
+ this.BtnGiveAllChar.Click += new System.EventHandler(this.BtnGiveAllChar_Click);
+ //
+ // LblAvatarLevel
+ //
+ resources.ApplyResources(this.LblAvatarLevel, "LblAvatarLevel");
+ this.LblAvatarLevel.Name = "LblAvatarLevel";
+ //
+ // LblAvatarSkillLevelLabel
+ //
+ resources.ApplyResources(this.LblAvatarSkillLevelLabel, "LblAvatarSkillLevelLabel");
+ this.LblAvatarSkillLevelLabel.Name = "LblAvatarSkillLevelLabel";
+ //
+ // LblAvatar
+ //
+ resources.ApplyResources(this.LblAvatar, "LblAvatar");
+ this.LblAvatar.Name = "LblAvatar";
+ //
+ // LblAvatarConstellation
+ //
+ resources.ApplyResources(this.LblAvatarConstellation, "LblAvatarConstellation");
+ this.LblAvatarConstellation.Name = "LblAvatarConstellation";
+ //
+ // NUDAvatarConstellation
+ //
+ resources.ApplyResources(this.NUDAvatarConstellation, "NUDAvatarConstellation");
+ this.NUDAvatarConstellation.Maximum = new decimal(new int[] {
+ 6,
+ 0,
+ 0,
+ 0});
+ this.NUDAvatarConstellation.Name = "NUDAvatarConstellation";
+ this.NUDAvatarConstellation.Value = new decimal(new int[] {
+ 6,
+ 0,
+ 0,
+ 0});
+ this.NUDAvatarConstellation.ValueChanged += new System.EventHandler(this.NUDAvatarConstellation_ValueChanged);
+ //
+ // NUDAvatarSkillLevel
+ //
+ resources.ApplyResources(this.NUDAvatarSkillLevel, "NUDAvatarSkillLevel");
+ this.NUDAvatarSkillLevel.Maximum = new decimal(new int[] {
+ 16,
+ 0,
+ 0,
+ 0});
+ this.NUDAvatarSkillLevel.Name = "NUDAvatarSkillLevel";
+ this.NUDAvatarSkillLevel.Value = new decimal(new int[] {
+ 10,
+ 0,
+ 0,
+ 0});
+ this.NUDAvatarSkillLevel.ValueChanged += new System.EventHandler(this.NUDAvatarConstellation_ValueChanged);
//
// TPSpawn
//
+ resources.ApplyResources(this.TPSpawn, "TPSpawn");
this.TPSpawn.Controls.Add(this.ChkInfiniteHP);
this.TPSpawn.Controls.Add(this.LblClearSpawnLogs);
this.TPSpawn.Controls.Add(this.BtnSaveSpawnLog);
@@ -1508,7 +1493,6 @@ namespace GrasscutterTools.Forms
this.TPSpawn.Controls.Add(this.NUDEntityLevel);
this.TPSpawn.Controls.Add(this.TxtEntityFilter);
this.TPSpawn.Controls.Add(this.ListEntity);
- resources.ApplyResources(this.TPSpawn, "TPSpawn");
this.TPSpawn.Name = "TPSpawn";
this.TPSpawn.UseVisualStyleBackColor = true;
//
@@ -1648,13 +1632,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;
//
@@ -1726,6 +1710,7 @@ 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);
@@ -1745,7 +1730,6 @@ 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;
//
@@ -1911,6 +1895,7 @@ namespace GrasscutterTools.Forms
//
// TPCustom
//
+ resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Controls.Add(this.BtnExportCustomCommands);
this.TPCustom.Controls.Add(this.BtnLoadCustomCommands);
this.TPCustom.Controls.Add(this.LblCustomName);
@@ -1918,7 +1903,6 @@ namespace GrasscutterTools.Forms
this.TPCustom.Controls.Add(this.BtnRemoveCustomCommand);
this.TPCustom.Controls.Add(this.BtnSaveCustomCommand);
this.TPCustom.Controls.Add(this.TxtCustomName);
- resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Name = "TPCustom";
this.TPCustom.UseVisualStyleBackColor = true;
//
@@ -1982,6 +1966,7 @@ namespace GrasscutterTools.Forms
//
// TPHome
//
+ resources.ApplyResources(this.TPHome, "TPHome");
this.TPHome.Controls.Add(this.BtnOpenDropEditor);
this.TPHome.Controls.Add(this.LnkNewVersion);
this.TPHome.Controls.Add(this.LblAbout);
@@ -1989,7 +1974,6 @@ namespace GrasscutterTools.Forms
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;
//
@@ -2054,9 +2038,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
@@ -2067,9 +2051,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
@@ -2112,7 +2096,6 @@ namespace GrasscutterTools.Forms
this.TCMain.Controls.Add(this.TPQuest);
this.TCMain.Controls.Add(this.TPSpawn);
this.TCMain.Controls.Add(this.TPAvatar);
- this.TCMain.Controls.Add(this.TPStats);
this.TCMain.Controls.Add(this.TPWeapon);
this.TCMain.Controls.Add(this.TPItem);
this.TCMain.Controls.Add(this.TPScene);
@@ -2125,6 +2108,8 @@ namespace GrasscutterTools.Forms
//
// TPMail
//
+ resources.ApplyResources(this.TPMail, "TPMail");
+ this.TPMail.Controls.Add(this.LblClearMailContent);
this.TPMail.Controls.Add(this.BtnAddMailItem);
this.TPMail.Controls.Add(this.BtnDeleteMailItem);
this.TPMail.Controls.Add(this.tabControl1);
@@ -2141,10 +2126,16 @@ namespace GrasscutterTools.Forms
this.TPMail.Controls.Add(this.LblMailTitleLabel);
this.TPMail.Controls.Add(this.TxtMailSender);
this.TPMail.Controls.Add(this.LblMailSenderLabel);
- resources.ApplyResources(this.TPMail, "TPMail");
this.TPMail.Name = "TPMail";
this.TPMail.UseVisualStyleBackColor = true;
//
+ // LblClearMailContent
+ //
+ resources.ApplyResources(this.LblClearMailContent, "LblClearMailContent");
+ this.LblClearMailContent.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.LblClearMailContent.Name = "LblClearMailContent";
+ this.LblClearMailContent.Click += new System.EventHandler(this.LblClearMailContent_Click);
+ //
// BtnAddMailItem
//
resources.ApplyResources(this.BtnAddMailItem, "BtnAddMailItem");
@@ -2169,22 +2160,16 @@ namespace GrasscutterTools.Forms
//
// tabPage1
//
- this.tabPage1.Controls.Add(this.TxtMailSelectableItemFilter);
+ resources.ApplyResources(this.tabPage1, "tabPage1");
this.tabPage1.Controls.Add(this.NUDMailItemLevel);
+ this.tabPage1.Controls.Add(this.NUDMailItemCount);
+ this.tabPage1.Controls.Add(this.TxtMailSelectableItemFilter);
this.tabPage1.Controls.Add(this.ListMailSelectableItems);
this.tabPage1.Controls.Add(this.LblMailItemLevel);
this.tabPage1.Controls.Add(this.LblMailItemCount);
- this.tabPage1.Controls.Add(this.NUDMailItemCount);
- resources.ApplyResources(this.tabPage1, "tabPage1");
this.tabPage1.Name = "tabPage1";
this.tabPage1.UseVisualStyleBackColor = true;
//
- // TxtMailSelectableItemFilter
- //
- resources.ApplyResources(this.TxtMailSelectableItemFilter, "TxtMailSelectableItemFilter");
- this.TxtMailSelectableItemFilter.Name = "TxtMailSelectableItemFilter";
- this.TxtMailSelectableItemFilter.TextChanged += new System.EventHandler(this.TxtMailSelectableItemFilter_TextChanged);
- //
// NUDMailItemLevel
//
resources.ApplyResources(this.NUDMailItemLevel, "NUDMailItemLevel");
@@ -2205,22 +2190,6 @@ namespace GrasscutterTools.Forms
0,
0});
//
- // ListMailSelectableItems
- //
- resources.ApplyResources(this.ListMailSelectableItems, "ListMailSelectableItems");
- this.ListMailSelectableItems.FormattingEnabled = true;
- this.ListMailSelectableItems.Name = "ListMailSelectableItems";
- //
- // LblMailItemLevel
- //
- resources.ApplyResources(this.LblMailItemLevel, "LblMailItemLevel");
- this.LblMailItemLevel.Name = "LblMailItemLevel";
- //
- // LblMailItemCount
- //
- resources.ApplyResources(this.LblMailItemCount, "LblMailItemCount");
- this.LblMailItemCount.Name = "LblMailItemCount";
- //
// NUDMailItemCount
//
resources.ApplyResources(this.NUDMailItemCount, "NUDMailItemCount");
@@ -2241,12 +2210,34 @@ namespace GrasscutterTools.Forms
0,
0});
//
+ // TxtMailSelectableItemFilter
+ //
+ resources.ApplyResources(this.TxtMailSelectableItemFilter, "TxtMailSelectableItemFilter");
+ this.TxtMailSelectableItemFilter.Name = "TxtMailSelectableItemFilter";
+ this.TxtMailSelectableItemFilter.TextChanged += new System.EventHandler(this.TxtMailSelectableItemFilter_TextChanged);
+ //
+ // ListMailSelectableItems
+ //
+ resources.ApplyResources(this.ListMailSelectableItems, "ListMailSelectableItems");
+ this.ListMailSelectableItems.FormattingEnabled = true;
+ this.ListMailSelectableItems.Name = "ListMailSelectableItems";
+ //
+ // LblMailItemLevel
+ //
+ resources.ApplyResources(this.LblMailItemLevel, "LblMailItemLevel");
+ this.LblMailItemLevel.Name = "LblMailItemLevel";
+ //
+ // LblMailItemCount
+ //
+ resources.ApplyResources(this.LblMailItemCount, "LblMailItemCount");
+ this.LblMailItemCount.Name = "LblMailItemCount";
+ //
// tabPage2
//
+ resources.ApplyResources(this.tabPage2, "tabPage2");
this.tabPage2.Controls.Add(this.BtnClearMail);
this.tabPage2.Controls.Add(this.BtnRemoveMail);
this.tabPage2.Controls.Add(this.ListMailList);
- resources.ApplyResources(this.tabPage2, "tabPage2");
this.tabPage2.Name = "tabPage2";
this.tabPage2.UseVisualStyleBackColor = true;
//
@@ -2406,20 +2397,19 @@ namespace GrasscutterTools.Forms
((System.ComponentModel.ISupportInitialize)(this.NUDWeaponRefinement)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUDWeaponAmout)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUDWeaponLevel)).EndInit();
- this.TPStats.ResumeLayout(false);
- this.TPStats.PerformLayout();
+ this.TPAvatar.ResumeLayout(false);
+ this.TPAvatar.PerformLayout();
this.GrpSetStats.ResumeLayout(false);
this.GrpSetStats.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDStat)).EndInit();
this.GrpTalentLevel.ResumeLayout(false);
this.GrpTalentLevel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDTalentLevel)).EndInit();
- this.TPAvatar.ResumeLayout(false);
- this.TPAvatar.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarSkillLevel)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ImgAvatar)).EndInit();
+ this.GrpGiveAvatar.ResumeLayout(false);
+ this.GrpGiveAvatar.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarLevel)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarSkillLevel)).EndInit();
this.TPSpawn.ResumeLayout(false);
this.TPSpawn.PerformLayout();
this.GrpSpawnRecord.ResumeLayout(false);
@@ -2557,20 +2547,7 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.NumericUpDown NUDWeaponAmout;
private System.Windows.Forms.NumericUpDown NUDWeaponLevel;
private System.Windows.Forms.ListBox ListWeapons;
- private System.Windows.Forms.TabPage TPStats;
- private System.Windows.Forms.GroupBox GrpSetStats;
- private System.Windows.Forms.Label LblStatTip;
- private System.Windows.Forms.Label LblStatPercent;
- private System.Windows.Forms.NumericUpDown NUDStat;
- private System.Windows.Forms.ComboBox CmbStat;
- private System.Windows.Forms.GroupBox GrpTalentLevel;
- private System.Windows.Forms.LinkLabel LnkTalentE;
- private System.Windows.Forms.LinkLabel LnkTalentQ;
- private System.Windows.Forms.LinkLabel LnkTalentNormalATK;
- private System.Windows.Forms.NumericUpDown NUDTalentLevel;
- private System.Windows.Forms.Label LblStatsDescription;
private System.Windows.Forms.TabPage TPAvatar;
- private System.Windows.Forms.PictureBox ImgAvatar;
private System.Windows.Forms.Label LblAvatar;
private System.Windows.Forms.Label LblAvatarLevel;
private System.Windows.Forms.NumericUpDown NUDAvatarLevel;
@@ -2654,8 +2631,6 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.Label LblGOODHelp;
private System.Windows.Forms.LinkLabel LnkGOODHelp;
private System.Windows.Forms.LinkLabel LnkLinks;
- private System.Windows.Forms.Button BtnUnlockStat;
- private System.Windows.Forms.Button BtnLockStat;
private System.Windows.Forms.Label LblGCVersion;
private System.Windows.Forms.ComboBox CmbGcVersions;
private System.Windows.Forms.Button BtnPermClear;
@@ -2663,7 +2638,6 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.LinkLabel LnkNewVersion;
private System.Windows.Forms.Button BtnGiveAllWeapons;
private System.Windows.Forms.CheckBox ChkInfiniteHP;
- private System.Windows.Forms.LinkLabel LnkTalentAll;
private System.Windows.Forms.NumericUpDown NUDAvatarSkillLevel;
private System.Windows.Forms.Label LblAvatarSkillLevelLabel;
private System.Windows.Forms.Label LblAvatarSkillLevelTip;
@@ -2696,5 +2670,21 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.Button BtnRemoveMail;
private System.Windows.Forms.Button BtnAddMailItem;
private System.Windows.Forms.Button BtnDeleteMailItem;
+ private System.Windows.Forms.Label LblClearMailContent;
+ private System.Windows.Forms.GroupBox GrpSetStats;
+ private System.Windows.Forms.Button BtnUnlockStat;
+ private System.Windows.Forms.Button BtnLockStat;
+ private System.Windows.Forms.Label LblStatTip;
+ private System.Windows.Forms.Label LblStatPercent;
+ private System.Windows.Forms.NumericUpDown NUDStat;
+ private System.Windows.Forms.ComboBox CmbStat;
+ private System.Windows.Forms.GroupBox GrpTalentLevel;
+ private System.Windows.Forms.LinkLabel LnkTalentAll;
+ private System.Windows.Forms.LinkLabel LnkTalentE;
+ private System.Windows.Forms.LinkLabel LnkTalentQ;
+ private System.Windows.Forms.LinkLabel LnkTalentNormalATK;
+ private System.Windows.Forms.NumericUpDown NUDTalentLevel;
+ private System.Windows.Forms.Label LblStatsDescription;
+ private System.Windows.Forms.GroupBox GrpGiveAvatar;
}
}
diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs
index 8dc20dc..07db017 100644
--- a/Source/GrasscutterTools/Forms/FormMain.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.cs
@@ -1446,6 +1446,14 @@ namespace GrasscutterTools.Forms
LoadMailSelectableItems();
}
+ ///
+ /// 点击清空邮件内容时触发
+ ///
+ private void LblClearMailContent_Click(object sender, EventArgs e)
+ {
+ TxtMailContent.Clear();
+ }
+
///
/// 点击发送邮件时触发
///
@@ -1469,7 +1477,7 @@ namespace GrasscutterTools.Forms
var cmd = $"/sendMail {(mail.SendToAll ? "all" : mail.Recipient.ToString())} |" +
$"/sendMail {mail.Title} |" +
- $"/sendMail {mail.Content} |" +
+ $"/sendMail {mail.Content.Replace("\r", "\\r").Replace("\n", "\\n")} |" +
$"/sendMail {mail.Sender} |";
foreach (var item in mail.ItemList)
cmd += $"/sendMail {item.ItemId} {item.ItemCount} {item.ItemLevel} |";
@@ -1734,9 +1742,20 @@ namespace GrasscutterTools.Forms
return;
}
if (TxtCommand.Text.IndexOf('|') == -1)
- await RunCommands(TxtCommand.Text);
+ await RunCommands(FormatCommand(TxtCommand.Text));
else
- await RunCommands(TxtCommand.Text.Split('|').Select(it => it.Trim()).ToArray());
+ await RunCommands(TxtCommand.Text.Split('|').Select(it => FormatCommand(it)).ToArray());
+ }
+
+ ///
+ /// 格式化命令
+ /// (去除收尾空白,替换换行)
+ ///
+ /// 原始输入
+ /// 格式化后可执行命令
+ private string FormatCommand(string raw)
+ {
+ return raw.Trim().Replace("\\r", "\r").Replace("\\n", "\n");
}
///
diff --git a/Source/GrasscutterTools/Forms/FormMain.en-us.resx b/Source/GrasscutterTools/Forms/FormMain.en-us.resx
index a20b258..28822b4 100644
--- a/Source/GrasscutterTools/Forms/FormMain.en-us.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.en-us.resx
@@ -529,8 +529,8 @@ In the command, you can use ~ to indicate the current position, and ~N to indica
147, 216
-
- Stats
+
+ Avatar
Stats
@@ -592,35 +592,32 @@ In the command, you can use ~ to indicate the current position, and ~N to indica
Set current active Avatar data
-
- Avatar
-
Give All Char
+
+ 37, 17
+
+
+ Level
+
61, 17
Skill level
-
- 44, 17
-
-
- Const.
-
45, 17
Avatar
-
- 37, 17
+
+ 44, 17
-
- Level
+
+ Const.
Spawn
@@ -891,4 +888,97 @@ Therefore, the quest can be added and finished, but not necessarily work.
Include UID
+
+ Mail
+
+
+ + Add
+
+
+ - Delete
+
+
+ Items
+
+
+ 175, 176
+
+
+ 51, 176
+
+
+ 127, 178
+
+
+ 40, 17
+
+
+ Level:
+
+
+ 1, 178
+
+
+ 45, 17
+
+
+ Count:
+
+
+ Mailbox
+
+
+ 84, 176
+
+
+ × Clear
+
+
+ 3, 177
+
+
+ - Delete
+
+
+ Send
+
+
+ 43, 17
+
+
+ Items:
+
+
+ 61, 21
+
+
+ Player
+
+
+ 40, 21
+
+
+ All
+
+
+ Send to:
+
+
+ 56, 17
+
+
+ Content:
+
+
+ 35, 17
+
+
+ Title:
+
+
+ 52, 17
+
+
+ Sender:
+
\ No newline at end of file
diff --git a/Source/GrasscutterTools/Forms/FormMain.resx b/Source/GrasscutterTools/Forms/FormMain.resx
index b68222f..255d789 100644
--- a/Source/GrasscutterTools/Forms/FormMain.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.resx
@@ -117,1602 +117,539 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top, Left, Right
-
-
-
- 87, 22
-
-
- 450, 23
-
-
- 0
-
-
- TxtCommand
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- 3
-
-
- Top, Right
-
-
- NoControl
-
-
- 543, 22
-
-
- 50, 23
-
-
- 1
-
-
- 复制
-
-
- BtnCopy
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- 1
-
-
- Top, Right
-
-
- True
-
-
- NoControl
-
-
- 599, 24
-
-
- 51, 21
-
-
- 2
-
-
- 自动
-
-
- ChkAutoCopy
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- 2
-
-
- Bottom, Left, Right
-
-
- BtnInvokeOpenCommand
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- 0
-
-
- 12, 293
-
-
- 610, 56
-
-
- 660, 56
-
-
- 3
-
-
- 命令 - [Ctrl] 自动执行 - [|] 分割多条命令
-
-
- GrpCommand
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 1
-
-
- NoControl
-
-
- 6, 22
-
-
- 75, 23
-
3
-
- 执行(F5)
+
+
+ 283, 39
-
- BtnInvokeOpenCommand
+
+ 174, 67
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 6, 218
-
- GrpCommand
+
+ LblPlayerCountLabel
-
- 0
+
+
+ Top
-
- LnkLinks
+
+ 19, 17
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 265, 77
-
- TPRemoteCall
+
+ Bottom, Left
-
- 0
+
+ 391, 39
-
- LnkGOODHelp
+
+ True
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 17
-
- TPRemoteCall
+
+ 593, 216
-
- 1
+
+ Bottom, Left
-
- LnkInventoryKamera
+
+ tabPage2
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 6, 158
-
- TPRemoteCall
+
+ TPSpawn
-
+
2
-
- LblGOODHelp
+
+ System.Windows.Forms.ComboBox, 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
+
+ Top
-
- TPRemoteCall
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 3
-
-
- ButtonOpenGOODImport
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 4
-
-
- LblHostTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
+
5
-
- GrpServerStatus
+
+ 5
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Bottom, Left
-
- TPRemoteCall
+
+ TPConsoleCheck
-
- 6
-
-
- GrpRemoteCommand
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 7
-
-
- TxtHost
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 8
-
-
- BtnQueryServerStatus
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 9
-
-
- 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
-
-
- 652, 245
-
-
- 14
-
-
- 远程
-
-
- TPRemoteCall
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 13
-
-
- None
-
-
- True
-
-
+
NoControl
-
- 444, 206
+
+ BtnSendMail
-
- 37, 17
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 14
-
-
- Links
-
-
- LnkLinks
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 0
-
-
- None
-
-
- True
-
-
- NoControl
-
-
- 392, 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
-
-
- 486, 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
-
-
- 388, 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
-
-
- 484, 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
-
-
- 141, 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
-
-
- LnkOpenCommandLabel
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 0
-
-
- LblOpenCommandSupport
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 1
-
-
- LblServerVersion
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 2
-
-
- LblPlayerCount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 3
-
-
- LblServerVersionLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 4
-
-
- LblPlayerCountLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 5
-
-
- 388, 36
-
-
- 200, 100
-
-
- 4
-
-
- 服务器状态
-
-
- GrpServerStatus
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 6
-
-
- 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
-
-
- GrpServerStatus
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 99, 45
-
-
- 23, 17
-
-
- 16
-
-
- ---
-
-
- LblPlayerCount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 37, 28
-
-
- 56, 17
-
-
- 13
-
-
- 游戏版本
-
-
- LblServerVersionLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 4
-
-
- True
-
-
- NoControl
+
+ 133, 21
25, 45
-
- 68, 17
+
+ 60, 23
-
- 15
+
+ NUDAvatarLevel
-
- 当前玩家数
-
-
- LblPlayerCountLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 5
-
-
- None
-
-
- TPOpenCommandCheck
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpRemoteCommand
-
-
- 0
-
-
- False
-
-
- 72, 65
-
-
- 310, 161
-
-
- 6
-
-
- 远程执行
-
-
- GrpRemoteCommand
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 7
-
-
- TPPlayerCheck
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPOpenCommandCheck
-
-
- 0
-
-
- TPConsoleCheck
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPOpenCommandCheck
-
-
- 1
-
-
- Fill
-
-
- 3, 19
-
-
- 304, 139
-
-
- 7
-
-
- TPOpenCommandCheck
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpRemoteCommand
-
-
- 0
-
-
- LnkRCHelp
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 0
-
-
- NUDRemotePlayerId
+
+ 列表过滤
System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPPlayerCheck
+
+ 完成任务
-
- 1
-
-
- BtnConnectOpenCommand
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 2
-
-
- LblVerificationCode
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 3
-
-
- BtnSendVerificationCode
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 4
-
-
- NUDVerificationCode
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 5
-
-
- LblRemotePlayerId
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 6
-
-
- 4, 26
-
-
+
3, 3, 3, 3
-
- 296, 109
+
+ 6
-
- 0
-
-
- 玩家验证
-
-
- TPPlayerCheck
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPOpenCommandCheck
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 189, 15
-
-
- 32, 17
-
-
- 9
-
-
- 帮助
-
-
- LnkRCHelp
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 0
-
-
- 65, 13
-
-
- 118, 23
-
-
- 8
-
-
- NUDRemotePlayerId
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
+
1
-
- False
-
-
+
NoControl
-
- 92, 82
+
+ GrpSettings
-
- 100, 23
+
+ 44, 17
-
- 13
+
+ TPItem
+
+
+ None
+
+
+ GrpSetStats
+
+
+ 0
+
+
+ 8
+
+
+ 42, 17
连接
-
- 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
+
+ 255, 217
+
+
+ 1
+
+
+ 5
+
+
+ 11
+
+
+ 17
+
+
+ 407, 51
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 12
+
+
+ 1
+
+
+ 1
+
+
+ 1
3
-
+
+ True
+
+
+ 设置当前活跃角色数据
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+ LblOpenCommandSupport
+
+
+ 27, 113
+
+
+ 6
+
+
NoControl
-
- 189, 42
+
+ True
-
- 100, 23
+
+ 2
-
- 12
+
+ NoControl
-
- 发送验证码
+
+ True
-
- BtnSendVerificationCode
+
+ GrpGiveAvatar
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ GrpGiveAvatar
+
+
+ GOOD
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
+
+ System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 30, 17
-
-
- 7
-
-
- UID
-
-
- LblRemotePlayerId
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 6
-
-
- BtnConsoleConnect
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPConsoleCheck
-
-
- 0
-
-
- TxtToken
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPConsoleCheck
-
-
+
1
-
- LblToken
+
+ System.Windows.Forms.ComboBox, 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
+
+ True
-
- TPConsoleCheck
-
-
- 2
-
-
- LblConsoleTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPConsoleCheck
-
-
+
3
-
- 4, 26
+
+ 293, 161
-
- 3, 3, 3, 3
+
+ 99, 45
-
- 296, 111
+
+ 8
-
- 1
+
+ 6, 67
-
- 控制台
+
+ 51, 23
-
- TPConsoleCheck
+
+ 6, 105
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 6
-
- TPOpenCommandCheck
-
-
- 1
-
-
+
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
+
+ 9
+
+
+ NoControl
+
+
+ TPPlayerCheck
+
+
+ True
+
+
+ 0
+
+
+ 获得所有武器
+
+
+ 37, 17
+
+
+ LblStatPercent
+
+
+ 7
+
+
+ 336, 98
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 60, 23
+
+
+ LblGiveCommandDescription
+
+
+ GrpTalentLevel
+
+
+ LblMainAttribution
+
+
+ TPScene
+
15, 39
-
- 275, 40
+
+ 75, 23
-
- 3
+
+ 9
-
- 请注意,控制台状态下普通命令必须指定目标
-(即设置包含UID)
+
+ TPSpawn
-
- LblConsoleTip
+
+ 6, 96
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 99, 21
-
- TPConsoleCheck
+
+ 110, 23
-
- 3
+
+ BtnBan
-
- None
+
+ BtnUnlockStat
-
- 144, 36
+
+ 5
-
- 182, 23
+
+ 125, 25
-
- 2
+
+ Top, Left, Right
-
- TxtHost
+
+ 210, 17
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 角色
-
- TPRemoteCall
-
-
- 8
-
-
- None
-
-
+
NoControl
-
- 332, 36
+
+ 服务器状态
-
- 50, 23
+
+ NUDUid
-
- 3
+
+ GrpPermission
-
- 查询
+
+ 12
+
+
+ 8
+
+
+ BtnRemoveSpawnLog
+
+
+ Top, Left, Right
+
+
+ 10
+
+
+ 4
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnInvokeOpenCommand
+
+
+ 1
+
+
+ System.Windows.Forms.TabPage, 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
+
+
+ 346, 31
+
+
+ GrpPermission
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TxtBanReason
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 44, 17
+
+
+ 300, 23
+
+
+ 9
BtnQueryServerStatus
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 15
-
- TPRemoteCall
+
+ 32, 17
-
- 9
+
+ 4
-
- None
-
-
- True
-
-
- NoControl
-
-
- 70, 39
-
-
- 68, 17
-
-
- 1
-
-
- 服务器地址
-
-
- LblHost
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
+
10
-
- GrasscutterToolsSupport
+
+ LblMailItemLevel
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 10
-
- TPAbout
-
-
- 0
-
-
- LnkGithub
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAbout
-
-
- 1
-
-
- LblSupportDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAbout
-
-
- 2
-
-
- 4, 26
+
+ GrpCommand
3, 3, 3, 3
-
- 652, 245
+
+ 存档扫描开源工具
-
- 13
+
+ ButtonOpenGOODImport
-
- 关于
+
+ 10
-
- TPAbout
+
+ NUDGameItemAmout
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TPScene
-
- TCMain
+
+ TPWeapon
-
- 12
+
+ True
-
- Bottom, Right
+
+ 设置天气
-
- NoControl
-
-
- 506, 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
+
+ 5
-
- True
+
+ 5
-
- NoControl
+
+ 200, 153
-
- 16, 220
+
+ 语言/Language/язык
-
- 46, 17
+
+ 20
-
- 4
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Github
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- LnkGithub
+
+ 218, 161
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ GrpGiveAvatar
-
- TPAbout
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 16, 23
-
-
- 334, 102
-
-
- 3
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
割草机工具箱
@@ -1722,2306 +659,4694 @@
如果愿意请我喝一杯奶茶,那就更好了 : )
指令生成有问题,或者有新的功能请求,都可以来Github提出
-
- LblSupportDescription
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPAbout
+
+ BtnRemoveCustomCommand
-
- 2
+
+ 50, 21
-
- GrpBanPlayer
+
+ GrasscutterToolsSupport
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 0
-
-
- GrpAccount
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 1
-
-
- GrpPermission
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 2
-
-
+
4, 26
-
- 3, 3, 3, 3
-
-
- 652, 245
-
-
- 12
-
-
- 管理
-
-
- TPManage
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 10
-
-
- None
-
-
- DTPBanEndTime
-
-
- System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBanPlayer
-
-
- 0
-
-
- BtnUnban
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBanPlayer
-
-
- 1
-
-
- BtnBan
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBanPlayer
-
-
- 2
-
-
- TxtBanReason
-
-
- GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.7.0.0, Culture=neutral, PublicKeyToken=de2b1c089621e923
-
-
- GrpBanPlayer
-
-
- 3
-
-
- NUDBanUID
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBanPlayer
-
-
- 4
-
-
- LblBanUID
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBanPlayer
-
-
- 5
-
-
- 56, 158
-
-
- 540, 60
-
-
- 2
-
-
- 封禁管理
-
-
- GrpBanPlayer
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 0
-
-
- 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.7.0.0, Culture=neutral, PublicKeyToken=de2b1c089621e923
-
-
- 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
-
-
- None
-
-
- ChkAccountSetUid
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 0
-
-
- NUDAccountUid
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 1
-
-
- BtnDeleteAccount
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 2
-
-
- BtnCreateAccount
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 3
-
-
- LblAccountUserName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 4
-
-
- TxtAccountUserName
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 5
-
-
- 56, 6
-
-
- 540, 60
-
-
- 0
-
-
- 账号管理
-
-
- GrpAccount
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 1
-
-
- 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
-
-
- test
-
-
- TxtAccountUserName
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 5
-
-
- None
-
-
- CmbPerm
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 0
-
-
- NUDPermUID
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 1
-
-
- BtnPermClear
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 2
-
-
- BtmPermRemove
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 3
-
-
- BtnPermList
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 4
-
-
- BtnPermAdd
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 5
-
-
- LblPerm
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 6
-
-
- LblPermUID
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 7
-
-
- 56, 72
-
-
- 540, 80
-
-
- 1
-
-
- 权限管理
-
-
- GrpPermission
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 2
-
-
- 250, 21
-
-
- 150, 25
-
-
- 7
-
-
- CmbPerm
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 0
-
-
- 66, 22
-
-
- 140, 23
-
-
- 6
-
-
- NUDPermUID
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 1
-
-
- NoControl
-
-
- 473, 51
-
60, 23
-
- 7
+
+ 一键获得所有角色
-
- x 清空
+
+ GrpTalentLevel
-
- BtnPermClear
+
+ 10, 48
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ GrpServerStatus
-
- GrpPermission
-
-
- 2
-
-
- NoControl
-
-
- 473, 22
-
-
- 60, 23
-
-
- 5
-
-
- - 移除
-
-
- BtmPermRemove
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 3
-
-
- NoControl
-
-
- 407, 51
-
-
- 60, 23
-
-
- 6
-
-
- 列出
-
-
- BtnPermList
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 4
-
-
- NoControl
-
-
- 407, 22
-
-
- 60, 23
-
-
- 4
-
-
- + 添加
-
-
- BtnPermAdd
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 5
-
-
- True
-
-
- NoControl
-
-
- 212, 25
-
-
- 32, 17
-
-
- 2
-
-
- 权限
-
-
- LblPerm
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 6, 25
-
-
- 54, 17
-
-
- 0
-
-
- 目标UID
-
-
- LblPermUID
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 7
-
-
- TxtSceneFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 0
-
-
- ChkIncludeSceneId
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 1
-
-
- LblTpZ
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 2
-
-
- LblTpY
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 3
-
-
- BtnTeleport
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 4
-
-
- LblTpX
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 5
-
-
- NUDTpZ
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 6
-
-
- NUDTpY
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 7
-
-
- NUDTpX
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 8
-
-
- CmbClimateType
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 9
-
-
- LblClimateType
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 10
-
-
- LblSceneDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 11
-
-
- ListScenes
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 12
-
-
- LblTp
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 13
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 652, 245
-
-
- 9
-
-
- 场景
-
-
- TPScene
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 9
-
-
- Top, Left, Right
-
-
- 346, 5
-
-
- 300, 23
-
-
- 13
-
-
- TxtSceneFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 0
-
-
- Bottom, Left
-
-
- True
-
-
- False
-
-
- NoControl
-
-
- 90, 190
-
-
- 76, 21
-
-
- 12
+
+ 24
含场景ID
-
- ChkIncludeSceneId
+
+ 73, 6
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 104, 17
-
- TPScene
+
+ 16
-
- 1
+
+ 189, 15
-
- Bottom, Left
+
+ NoControl
-
+
+ 660, 56
+
+
+ 44, 17
+
+
+ TPHome
+
+
+ 66, 22
+
+
+ 652, 245
+
+
True
-
- NoControl
-
-
- 218, 161
-
-
- 14, 17
-
-
- 10
-
-
- z
-
-
- LblTpZ
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 2
-
-
- Bottom, Left
-
-
- True
-
-
- NoControl
-
-
- 112, 161
-
-
- 14, 17
-
-
- 9
-
-
- y
-
-
- LblTpY
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 3
-
-
- Bottom, Left
-
-
- NoControl
-
-
- 9, 188
-
-
- 75, 23
-
-
- 8
-
-
- 传送
-
-
- 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
+
+ 640, 204
121, 25
-
- 3
+
+ 星级
+
+
+ 设置
+
+
+ 列出
+
+
+ 3, 19
+
+
+ True
+
+
+ 652, 245
+
+
+ 添加或完成任务
+提示:许多任务需要服务端脚本支持
+因此任务可以接,可以完成,但是不一定可以做
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4, 26
+
+
+ True
+
+
+ TxtHost
+
+
+ NUDTpY
+
+
+ False
+
+
+ True
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 50, 23
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 16, 220
+
+
+ NoControl
+
+
+ LblClearSpawnLogs
+
+
+ 掉落
CmbClimateType
-
+
+ TPAbout
+
+
System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPScene
+
+ 0
-
- 9
+
+ 连接
-
- Bottom, Left
+
+ 10
-
- True
+
+ 260, 24
-
+
+ 1
+
+
NoControl
-
- 6, 72
+
+ 1
-
- 56, 17
+
+ 23, 17
-
+
+ 6, 161
+
+
+ TPRemoteCall
+
+
+ 邮件
+
+
+ NoControl
+
+
+ 7, 24
+
+
+ 场景
+
+
+ TxtCustomName
+
+
+ NUDWeaponLevel
+
+
+ TPHome
+
+
+ LnkLinks
+
+
+ 652, 245
+
+
+ 11
+
+
+ X 清空
+
+
+ TCMain
+
+
+ True
+
+
+ 182, 23
+
+
+ Top, Left, Right
+
+
+ $this
+
+
+ 50, 159
+
+
+ NoControl
+
+
+ Bottom, Left
+
+
+ True
+
+
+ TPPlayerCheck
+
+
+ 87, 22
+
+
+ 1
+
+
2
-
- 设置天气
+
+ 0
-
- LblClimateType
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 10
+
+ 100, 218
True
-
+
+ CmbArtifactSet
+
+
+ tabPage1
+
+
+ 44, 17
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 128, 17
+
+
NoControl
-
- 6, 6
+
+ 10
-
- 224, 51
+
+ √ 记录
-
+
+ 5
+
+
+ 0
+
+
+ GrpPermission
+
+
+ True
+
+
+ 3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 8
+
+
+ NoControl
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ LnkRCHelp
+
+
+ TPRemoteCall
+
+
+ True
+
+
+ 7
+
+
+ 3
+
+
+ GrpSpawnRecord
+
+
+ 命令 - [Ctrl] 自动执行 - [|] 分割多条命令
+
+
+ 在玩家附近召唤生物
+
+
+ 3
+
+
+ GrpAccount
+
+
+ 2
+
+
+ NoControl
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 298, 11
+
+
+ 16, 25
+
+
+ 0, 0, 0, 0
+
+
+ 358, 31
+
+
+ 205, 58
+
+
+ 446, 31
+
+
+ 5
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 未发布的任务
+
+
+ 6
+
+
+ 65, 23
+
+
+ True
+
+
+ 283, 35
+
+
+ 99, 62
+
+
+ 13
+
+
+ 3, 3, 3, 3
+
+
+ 100, 23
+
+
+ TPCustom
+
+
+ Bottom, Left
+
+
+ Bottom, Left
+
+
+ 12
+
+
+ TPConsoleCheck
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 300, 208
+
+
1
+
+ 4
+
+
+ 2
+
+
+ True
+
+
+ UID
+
+
+ True
+
+
+ True
+
+
+ 358, 5
+
+
+ 127, 182
+
+
+ Fill
+
+
+ NoControl
+
+
+ 4, 26
+
+
+ LblPerm
+
+
+ 54, 17
+
+
+ 75, 23
+
+
+ UID
+
+
+ X
+
+
+ BtnDeleteMailItem
+
+
+ 2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 51, 21
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ TPWeapon
+
+
+ LblQuestDescription
+
+
+ 32, 17
+
+
+ 3
+
+
+ 265, 45
+
+
+ 1
+
+
+ 410, 8
+
+
+ Bottom, Left
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ GrpBanPlayer
+
+
+ LblWeaponRefinement
+
+
+ NUDRemotePlayerId
+
+
+ 23, 17
+
+
+ Bottom, Left
+
+
+ Bottom, Left
+
+
+ LblTpX
+
+
+ TPScene
+
+
+ BtnSendVerificationCode
+
+
+ 14, 17
+
+
+ BtnUnban
+
+
+ 43
+
+
+ Bottom, Left, Right
+
+
+ 73, 93
+
+
+ NoControl
+
+
+ GrpGiveAvatar
+
+
+ TPCustom
+
+
+ 3
+
+
+ LblGameItemAmount
+
+
+ TPPlayerCheck
+
+
+ NoControl
+
+
+ TPWeapon
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3, 3, 3, 3
+
+
+ ListGameItems
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 服务器地址
+
+
+ 238, 159
+
+
+ 4
+
+
+ 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
+
+
+ 29, 15
+
+
+ GrpCommand
+
+
+ NoControl
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TxtWeaponFilter
+
+
+ 92, 82
+
+
+ Bottom, Left
+
+
+ 6
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ True
+
+
+ TPOpenCommandCheck
+
+
+ 60, 23
+
+
+ 7
+
+
+ 7
+
+
+ 1
+
+
+ Top, Bottom, Left, Right
+
场景控制
提示:大部分场景没有作用,无法进入。
-
- LblSceneDescription
+
+ BtnGiveAllChar
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 3
-
- TPScene
-
-
- 11
-
-
+
Top, Bottom, Left, Right
-
- 17
+
+ 标签
-
- 346, 31
+
+ BtnPermList
-
- 300, 208
+
+ Top
-
- 0
+
+ GrpTalentLevel
-
- ListScenes
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
+
12
-
- Bottom, Left
-
-
- True
-
-
- NoControl
-
-
- 6, 105
-
-
- 296, 51
-
-
- 11
-
-
- 坐标传送
-提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送
-命令中可以用~表示当前位置,~100表示相对当前100
-
-
- LblTp
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 13
-
-
- LblClearGiveItemLogs
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 0
-
-
- BtnSaveGiveItemLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 1
-
-
- BtnRemoveGiveItemLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 2
-
-
- GrpGiveItemRecord
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 3
-
-
- ChkDrop
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 4
-
-
- TxtGameItemFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 5
-
-
- ListGameItems
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 6
-
-
- LblGameItemAmount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 7
-
-
- LblGameItemLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 8
-
-
- NUDGameItemAmout
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 9
-
-
- NUDGameItemLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 10
-
-
- 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
-
-
- 652, 245
-
-
- 4
-
-
- 物品
-
-
- TPItem
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 8
-
-
- Bottom, Left
-
-
- True
-
-
- NoControl
-
-
- 262, 193
-
-
- 44, 17
-
-
- 16
-
-
- 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
-
-
- TPItem
-
-
- 1
-
-
- False
-
-
- NoControl
-
-
- 265, 77
-
-
- 75, 23
-
-
- 8
-
-
- × 删除
-
-
- BtnRemoveGiveItemLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 2
-
-
- Top, Bottom, Left
-
-
- 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
-
-
- Fill
-
-
- 17
-
-
- 3, 19
-
-
- 243, 140
-
-
- 6
-
-
- ListGiveItemLogs
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpGiveItemRecord
-
-
- 0
-
-
- Bottom, Left
-
-
- True
-
-
- NoControl
-
-
- 255, 217
-
-
- 51, 21
-
-
- 4
-
-
- 掉落
-
-
- ChkDrop
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 4
-
-
- Top, Left, Right
-
-
- 346, 5
-
-
- 300, 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
-
-
- 300, 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
-
-
- BtnGiveAllWeapons
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 0
-
-
- TxtWeaponFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 1
-
-
- LblWeaponDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 2
-
-
- LblWeaponRefinement
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 3
-
-
- LblWeaponAmount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 4
-
-
- LblWeaponLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 5
-
-
- NUDWeaponRefinement
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 6
-
-
- NUDWeaponAmout
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 7
-
-
- NUDWeaponLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 8
-
-
- ListWeapons
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 9
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 652, 245
-
-
- 3
-
-
- 武器
-
-
- TPWeapon
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 7
-
Bottom, Right
-
- Microsoft YaHei UI, 10pt
+
+ 296, 111
-
+
+ 11
+
+
NoControl
-
- 9, 175
-
-
- 150, 35
-
-
- 10
-
-
- 获得所有武器
-
-
- BtnGiveAllWeapons
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 0
-
-
- Top, Right
-
-
- 446, 5
-
-
- 200, 23
-
-
- 8
-
-
- TxtWeaponFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
+
1
-
- Top, Bottom, Left, Right
+
+ 100, 23
-
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 652, 245
+
+
+ GrpQuestFilters
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LnkTalentAll
+
+
+ 6, 108
+
+
+ 11
+
+
+ TPHome
+
+
+ CmbMainAttribution
+
+
+ 2
+
+
+ NoControl
+
+
+ 3
+
+
+ 12
+
+
True
-
+
+ True
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ 6
+
+
+ 请注意,控制台状态下普通命令必须指定目标
+(即设置包含UID)
+
+
+ 获取角色
+
+
+ 1
+
+
+ 3
+
+
+ tabPage1
+
+
+ 32, 17
+
+
+ 87, 87
+
+
+ 动物
+
+
+ 4
+
+
+ Left
+
+
+ 26, 159
+
+
+ 封号
+
+
+ 角色属性
+
+
+ 8
+
+
NoControl
+
+ 44, 216
+
+
+ NoControl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TxtQuestFilter
+
+
+ 5
+
+
+ LblDefaultUid
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 14
+
+
+ + 添加
+
+
+ 4, 26
+
+
+ 5
+
+
+ 150, 24
+
+
+ NUDTpX
+
+
+ TxtMailSender
+
+
+ 7
+
+
+ LblToken
+
+
+ 167, 8
+
+
+ NoControl
+
+
+ 44, 17
+
+
+ 数量
+
+
+ 0
+
+
+ 200, 208
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 掉落物编辑器
+
+
+ 92, 82
+
+
+ TPPlayerCheck
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnSaveGiveItemLog
+
+
+ 2
+
+
+ LblHost
+
+
+ 3, 19
+
+
+ NoControl
+
+
+ GrpSetStats
+
+
+ 80, 23
+
+
+ 1
+
+
+ ---
+
+
+ 50, 21
+
+
+ 4
+
+
+ Top, Bottom, Left, Right
+
+
+ TPArtifact
+
+
+ 182, 23
+
+
+ True
+
+
+ False
+
+
+ 0
+
+
+ 3
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 163, 25
+
+
+ 700, 400
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Bottom, Left
+
+
+ 2
+
+
+ 6, 6
+
+
+ 100, 23
+
+
+ 26, 55
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ x
+
+
+ 227, 35
+
+
+ ListSubAttributionChecked
+
+
+ 18
+
+
+ Top, Bottom, Right
+
+
+ BtnRemoveGiveItemLog
+
+
+ True
+
+
+ 6
+
+
+ 0
+
+
+ GrpQuestFilters
+
+
+ NoControl
+
+
+ TPItem
+
+
+ True
+
+
+ Bottom, Left
+
+
+ 288, 208
+
+
+ 9
+
+
+ 3, 3, 3, 3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ 286, 17
+
+
+ 189, 42
+
+
+ X 清空
+
+
+ 13
+
+
+ TPMail
+
+
+ Links
+
+
+ 0
+
+
+ 3
+
+
+ 12
+
+
+ 0
+
+
+ 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
+
+
+ 封禁管理
+
+
+ GrpSetStats
+
+
+ 普通攻击
+
+
+ 0
+
+
+ 54, 17
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ TPCustom
+
+
+ 32, 17
+
+
+ TPScene
+
+
+ True
+
+
+ TPSpawn
+
+
+ 10
+
+
+ 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
+
+
+ GrpGiveAvatar
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 660, 275
+
+
+ 2
+
+
+ 473, 22
+
+
+ 2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top, Bottom, Left
+
+
+ 3
+
+
+ Bottom, Left
+
+
+ 250, 184
+
+
+ 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
+
+
+ TPMail
+
+
+ Top, Bottom, Left
+
+
+ 60, 23
+
+
+ 304, 139
+
+
+ 6
+
+
+ 465, 100
+
+
+ 236, 34
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ 68, 69
+
+
+ NoControl
+
+
+ NUDAccountUid
+
+
+ 0
+
+
+ 2
+
+
+ 294, 22
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ 1
+
+
+ 0
+
+
+ 3
+
+
+ TPOpenCommandCheck
+
+
+ LblHostTip
+
+
+ False
+
+
+ 3, 3, 3, 3
+
+
+ 32, 17
+
+
+ TPItem
+
+
+ 100, 23
+
+
+ TPMail
+
+
+ GrpQuestFilters
+
+
+ True
+
+
+ 0
+
6, 6
-
- 200, 153
+
+ 50, 23
+
+
+ ListGiveItemLogs
+
+
+ 0
+
+
+ TPWeapon
+
+
+ 167, 68
+
+
+ 652, 245
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 75, 23
+
+
+ NoControl
+
+
+ NoControl
+
+
+ NoControl
+
+
+ 100, 23
+
+
+ TPCustom
+
+
+ + 添加
+
+
+ 物品
+
+
+ True
+
+
+ 353, 41
+
+
+ LblConsoleTip
+
+
+ 2
+
+
+ 0
+
+
+ 39, 17
+
+
+ 目标UID
+
+
+ NUDStat
+
+
+ 11
+
+
+ 62, 21
+
+
+ BtnFinishQuest
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 137, 216
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 15
+
+
+ 2
+
+
+ 0
+
+
+ 110, 23
+
+
+ BtnOpenDropEditor
+
+
+ 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
+
+
+ True
+
+
+ Top, Right
+
+
+ Top, Bottom, Left
+
+
+ 6, 181
+
+
+ False
+
+
+ True
+
+
+ 358, 5
+
+
+ 4
+
+
+ 远程
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 6, 216
+
+
+ ListSpawnLogs
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 8
+
+
+ TPQuest
+
+
+ 1
+
+
+ 144, 36
+
+
+ 5
+
+
+ 23, 17
+
+
+ 2
+
+
+ NoControl
+
+
+ 256, 216
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ 7
+
+
+ 56, 72
+
+
+ 4
+
+
+ NoControl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ 30, 17
+
+
+ 4, 26
+
+
+ LblSupportDescription
+
+
+ ListWeapons
+
+
+ 解封
+
+
+ 1
+
+
+ GrpBanPlayer
+
+
+ 6, 72
+
+
+ True
+
+
+ 1
+
+
+ ListEntity
+
+
+ - 删除
+
+
+ √ 记录
+
+
+ TPScene
+
+
+ 权限管理
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 8
+
+
+ 发送验证码
+
+
+ 129, 41
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 289, 106
+
+
+ Bottom, Left
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+ 310, 161
+
+
+ RbEntityMonster
+
+
+ 27, 84
+
+
+ FormMain
+
+
+ tabControl1
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ LblVerificationCode
+
+
+ $this
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveItemRecord
+
+
+ 等级
+
+
+ 40, 16
+
+
+ 44, 17
+
+
+ TPSpawn
+
+
+ 5
+
+
+ 6
+
+
+ 188, 216
+
+
+ 652, 245
+
+
+ TPQuest
+
+
+ 244, 162
+
+
+ 5
+
+
+ True
+
+
+ TPSpawn
+
+
+ BtnPermClear
+
+
+ 56, 158
+
+
+ NoControl
+
+
+ Fill
+
+
+ √ 保存
+
+
+ 2
+
+
+ 17
+
+
+ 3
+
+
+ TPItem
+
+
+ Bottom, Left
+
+
+ 0
+
+
+ LblAvatarSkillLevelLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ListMailSelectableItems
+
+
+ Bottom, Left
+
+
+ TPMail
+
+
+ 6
+
+
+ 收件人:
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 215, 23
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ Top, Right
+
+
+ 13
+
+
+ 5, 218
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top, Bottom, Left, Right
+
+
+ NoControl
+
+
+ 8
+
+
+ Top, Bottom, Left, Right
+
+
+ 3
+
+
+ TPSpawn
+
+
+ 32, 17
+
+
+ NoControl
+
+
+ TPScene
+
+
+ 6, 6
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 125, 23
+
+
+ 17
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6, 219
+
+
+ Bottom, Left
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 15, 18
+
+
+ ChkQuestFilterTEST
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpCommand
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ChkInfiniteHP
+
+
+ 243, 140
+
+
+ TPArtifact
+
+
+ 4, 26
+
+
+ GrpAccount
+
+
+ 200, 100
+
+
+ GrpBanPlayer
+
+
+ 关于
+
+
+ LblAccountUserName
+
+
+ NoControl
+
+
+ Bottom, Left
+
+
+ TPCustom
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 11
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 0
+
+
+ TPSpawn
+
+
+ 0
+
+
+ NoControl
+
+
+ ListMailList
+
+
+ 50, 23
+
+
+ 12
+
+
+ TPSpawn
+
+
+ NoControl
+
+
+ Top
+
+
+ TPItem
+
+
+ RbMailSendToAll
+
+
+ 462, 11
+
+
+ TPConsoleCheck
+
+
+ Bottom, Left
+
+
+ Microsoft YaHei UI, 10pt
+
+
+ 9
+
+
+ BtnAddSubAttr
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ None
+
+
+ 32, 17
+
+
+ 13
+
+
+ 336, 8
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 346, 31
+
+
+ Top
+
+
+ 473, 51
+
+
+ 42
+
+
+ Bottom, Left
+
+
+ 3, 3, 3, 3
+
+
+ 0, 17
+
+
+ 5
+
+
+ 技能等级
+
+
+ 265, 120
+
+
+ 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
+
+
+ NoControl
+
+
+ True
+
+
+ 7
+
+
+ 4
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6, 22
+
+
+ 0
+
+
+ 6
+
+
+ LblArtifactStars
+
+
+ Bottom, Left
+
+
+ TPScene
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6, 6
+
+
+ 68, 17
+
+
+ 等级
+
+
+ NUDMailRecipient
+
+
+ GrpServerStatus
+
+
+ 89, 53
+
+
+ TPOpenCommandCheck
+
+
+ True
+
+
+ LblGOODHelp
+
+
+ True
+
+
+ Microsoft YaHei UI, 10pt
+
+
+ 17
+
+
+ Top
+
+
+ 4, 26
+
+
+ GrpBanPlayer
+
+
+ 2
+
+
+ 465, 129
+
+
+ FLPCustomCommands
+
+
+ 56, 17
+
+
+ × 删除
+
+
+ NoControl
+
+
+ 1
+
+
+ 296, 109
+
+
+ 3, 3, 3, 3
+
+
+ 0
+
+
+ TPArtifact
+
+
+ True
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 7
+
+
+ TPArtifact
+
+
+ 32, 17
+
+
+ ---
+
+
+ 43, 36
+
+
+ TPItem
+
+
+ NUDArtifactStars
+
+
+ 68, 17
+
+
+ 附件:
+
+
+ NoControl
+
+
+ 用户名
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 圣遗物
+
+
+ TPAvatar
+
+
+ GrpSetStats
+
+
+ x 清空
+
+
+ 50, 23
+
+
+ TPItem
+
+
+ TCMain
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LblAvatarSkillLevelTip
+
+
+ 技能等级
+
+
+ 610, 275
+
+
+ 3
+
+
+ True
+
+
+ 0, 0, 0, 0
+
+
+ NoControl
+
+
+ 120, 25
+
+
+ TPAbout
+
+
+ TPWeapon
+
+
+ 2
+
+
+ 4
+
+
+ 150, 218
+
+
+ 250, 22
+
+
+ 0
+
+
+ BtnCopy
+
+
+ 136, 24
+
+
+ 150, 35
+
+
+ 652, 245
+
+
+ 6
+
+
+ True
+
+
+ 3, 3, 3, 3
+
+
+ TCMain
+
+
+ 8
+
+
+ True
+
+
+ GrpAccount
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ None
+
+
+ Top, Bottom, Left, Right
+
+
+ 0
+
+
+ LblClearMailContent
+
+
+ 生成
+
+
+ TPRemoteCall
+
+
+ True
+
+
+ × 删除
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 等级
+
+
+ GrpServerStatus
+
+
+ 6
+
+
+ NoControl
+
+
+ Q技能
+
+
+ 154, 22
+
+
+ 56, 17
+
+
+ 请确保地址中包含 http:// 或 https://
+
+
+ 1
+
+
+ 1
+
+
+ NoControl
+
+
+ GrpAccount
+
+
+ Top
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ 当前玩家数
+
+
+ 407, 22
+
+
+ 7
+
+
+ 301, 111
+
+
+ System.Windows.Forms.Button, 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
+
+
+ NoControl
+
+
+ GrpGiveAvatar
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LblWeaponLevel
+
+
+ 3
+
+
+ TPSpawn
+
+
+ TCMain
+
+
+ 3
+
+
+ BtnOpenGachaBannerEditor
+
+
+ tabControl1
+
+
+ 0
+
+
+ 89, 111
+
+
+ 41, 22
+
+
+ 60, 23
+
+
+ 4, 26
+
+
+ 测试任务
+
+
+ tabPage2
+
+
+ LblArtifactLevel
+
+
+ LblGameItemLevel
+
+
+ 88, 36
+
+
+ 8
+
+
+ TPWeapon
+
+
+ 12
+
+
+ 16, 23
+
+
+ 权限
+
+
+ TPRemoteCall
+
+
+ NoControl
+
+
+ Top, Bottom, Left, Right
+
+
+ 14, 17
+
+
+ 管理
+
+
+ 12
+
+
+ TPArtifact
+
+
+ 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
+
+
+ 9
+
+
+ NUDTpZ
+
+
+ + 添加
+
+
+ TCMain
+
+
+ ListMailItems
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 50, 23
+
+
+ 150, 35
+
+
+ 文本浏览器
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 75, 21
+
+
+ Bottom, Left
+
+
+ 1
+
+
+ BtnPermAdd
+
+
+ 6
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ New Version Tip
+
+
+ 75, 23
+
+
+ 1
+
+
+ 4
+
+
+ NoControl
+
+
+ 27, 55
+
+
+ 导入GOOD存档
+
+
+ 4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ NoControl
+
+
+ 10
+
+
+ NoControl
+
+
+ 60, 23
+
+
+ 14
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top, Left, Right
+
+
+ None
+
+
+ 32, 17
+
+
+ 32, 17
+
+
+ LblSubAttribution
+
+
+ 56, 17
+
+
+ 65, 13
+
+
+ ChkDrop
+
+
+ GrpSettings
+
+
+ 13, 62
7
+
+ 167, 39
+
+
+ 250, 89
+
+
+ 3
+
+
+ 玩家验证
+
+
+ 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
+
+
+ BtnClearMail
+
+
+ 117, 71
+
+
+ Top, Bottom, Left
+
+
+ RbEntityAnimal
+
+
+ 9
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 13
+
+
+ 37, 28
+
+
+ True
+
+
+ 封禁理由
+
+
+ GrpEntityType
+
+
+ Bottom, Left
+
+
+ 4, 26
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 11
+
+
+ 60, 23
+
+
+ 17
+
+
+ 11
+
+
+ 4
+
+
+ NUDVerificationCode
+
+
+ X 清空
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Bottom, Right
+
+
+ 3
+
+
+ 14, 17
+
+
+ 12
+
+
+ 167, 99
+
+
+ 51, 180
+
+
+ None
+
+
+ 发送
+
+
+ TPSpawn
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ TxtMailContent
+
+
+ TPArtifact
+
+
+ BtnRemoveMail
+
+
+ True
+
+
+ 6
+
+
+ NoControl
+
+
+ 506, 97
+
+
+ 2
+
+
+ 1
+
+
+ False
+
+
+ 167, 129
+
+
+ None
+
+
+ NoControl
+
+
+ 66, 22
+
+
+ 5
+
+
+ TPAbout
+
+
+ LblClimateType
+
+
+ NUDBanUID
+
+
+ 0
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ × 删除
+
+
+ 75, 23
+
+
+ TPItem
+
+
+ 0
+
+
+ ChkQuestFilterUNRELEASED
+
+
+ 3, 19
+
+
+ True
+
+
+ 46, 17
+
+
+ 锁定
+
+
+ GrasscutterTools
+
+
+ TCMain
+
+
+ 6
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Microsoft YaHei UI, 13pt
+
+
+ 116, 17
+
+
+ LnkGithub
+
+
+ GrpSettings
+
+
+ 65, 42
+
+
+ 3
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 12
+
+
+ 3
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 标题:
+
+
+ 2
+
+
+ 10
+
+
+ E技能
+
+
+ NoControl
+
+
+ 358, 31
+
+
+ Bottom, Left
+
+
+ 4
+
+
+ 32, 17
+
+
+ 46, 17
+
+
+ NoControl
+
+
+ 7
+
+
+ GrpPermission
+
+
+ 3, 3, 3, 3
+
+
+ 武器
+
+
+ 7
+
+
+ TPRemoteCall
+
+
+ ChkAccountSetUid
+
+
+ Bottom, Right
+
+
+ 5
+
+
+ LblEntityLevel
+
+
+ TPScene
+
+
+ TPPlayerCheck
+
+
+ NUDEntityLevel
+
+
+ 56, 17
+
+
+ 652, 245
+
+
+ 1
+
+
+ 邮件列表
+
+
+ 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
+
+
+ 11
+
+
+ ChkIncludeUID
+
+
+ 2
+
+
+ 280, 280
+
+
+ Top, Left, Right
+
+
+ True
+
+
+ 9
+
+
+ GrpGiveAvatar
+
+
+ 主页
+
+
+ 1
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 6
+
+
+ 212, 25
+
+
+ BtnExportCustomCommands
+
+
+ Bottom, Left
+
+
+ TPMail
+
+
+ 73, 64
+
+
+ 1
+
+
+ LblMailItemCount
+
+
+ [0-20]
+
+
+ 0, 0
+
+
+ 1
+
+
+ 0
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ 7
+
+
+ 4
+
+
+ Bottom, Left, Right
+
+
+ Bottom, Left
+
+
+ 17
+
+
+ TPItem
+
+
+ 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
+
+
+ 228, 140
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 8
+
+
+ 150, 25
+
+
+ True
+
+
+ 2
+
+
+ 75, 23
+
+
+ 652, 245
+
+
+ 执行(F5)
+
+
+ True
+
+
+ 9
+
+
+ 6
+
+
+ 44, 216
+
+
+ True
+
+
+ Github
+
+
+ 3, 3, 3, 3
+
+
+ 生成记录本
+
+
+ TPArtifact
+
+
+ 44, 22
+
+
+ ChkIncludeSceneId
+
+
+ 329, 155
+
+
+ 265, 79
+
+
+ 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
+
+
+ 236, 234
+
+
+ True
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 610, 56
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ TPSpawn
+
+
+ 15, 16
+
+
+ 100, 23
+
+
+ 75, 23
+
+
+ Top
+
+
+ LblMailTitleLabel
+
+
+ 17
+
+
+ TPMail
+
+
+ 118, 23
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 212, 24
+
+
+ 50, 23
+
+
+ TPRemoteCall
+
+
+ Top, Bottom, Left, Right
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+ 0
+
+
+ 0
+
+
+ 43, 67
+
+
+ 140, 140
+
+
+ LblMailRecipientLabel
+
+
+ 223, 41
+
+
+ 6
+
+
+ True
+
+
+ GrpCommand
+
+
+ NoControl
+
+
+ 0
+
+
+ LnkTalentNormalATK
+
+
+ True
+
+
+ 44, 17
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 5
+
+
+ 6
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 73, 21
+
+
+ GrpSettings
+
+
+ NoControl
+
+
+ NoControl
+
+
+ 4
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6, 37
+
+
+ 8
+
+
+ TCMain
+
+
+ 4
+
+
+ CmbAvatar
+
+
+ 0
+
+
+ GrpAccount
+
+
+ TPScene
+
+
+ 41, 80
+
+
+ 4
+
+
+ NoControl
+
+
+ ListQuest
+
+
+ 3
+
+
+ Top
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveItemRecord
+
+
+ 14
+
+
+ TPItem
+
+
+ 2
+
+
+ 7
+
+
+ 命座
+
+
+ TxtEntityFilter
+
+
+ LblArtifactSet
+
+
+ GrpTalentLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ None
+
+
+ 1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4, 26
+
+
+ LnkTalentQ
+
+
+ 16
+
+
+ 121, 23
+
+
+ Top
+
+
+ True
+
+
+ 生成的命令包含UID
+
+
+ 5
+
+
+ 5
+
+
+ LblWeaponAmount
+
+
+ 目标UID
+
+
+ Bottom, Left
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Bottom, Left
+
+
+ 471, 216
+
+
+ TPHome
+
+
+ NoControl
+
+
+ 228, 204
+
+
+ 332, 57
+
+
+ 50, 23
+
+
+ 3, 3, 3, 3
+
+
+ 140, 23
+
+
+ NoControl
+
+
+ NoControl
+
+
+ 50, 23
+
+
+ ---
+
+
+ TPWeapon
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabPage1
+
+
+ Top
+
+
+ Bottom, Right
+
+
+ 6
+
+
+ 4
+
+
+ 10
+
+
+ NoControl
+
+
+ 11
+
+
+ 4, 26
+
+
+ NoControl
+
+
+ NoControl
+
+
+ 0
+
+
+ 56, 17
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ 11
+
+
+ 4
+
+
+ 6, 218
+
+
+ TCMain
+
+
+ 6, 128
+
+
+ 11
+
+
+ GrpCommand
+
+
+ TPArtifact
+
+
+ False
+
+
+ 1
+
+
+ 18
+
+
+ None
+
+
+ TxtSceneFilter
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 46, 17
+
+
+ LblArtifactName
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 388, 36
+
+
+ NoControl
+
+
+ 102, 216
+
+
+ 套装
+
+
+ 13
+
+
+ DTPBanEndTime
+
+
+ 8
+
+
+ Bottom, Right
+
+
+ 73, 155
+
+
+ NUDAvatarSkillLevel
+
+
+ TCMain
+
+
+ LblAvatarConstellation
+
+
+ 传送
+
+
+ 407, 22
+
+
+ TPQuest
+
+
+ BtnConnectOpenCommand
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Bottom, Left
+
+
+ 3
+
+
+ 50, 23
+
+
+ LnkInventoryKamera
+
+
+ True
+
+
+ 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
+
+
+ BtnGiveAllWeapons
+
+
+ 346, 5
+
+
+ 1
+
+
+ GrpPermission
+
+
+ LblAvatarLevel
+
+
+ 249, 162
+
+
+ 63, 21
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 11
+
+
+ GrpBanPlayer
+
+
+ 0
+
+
+ 6, 22
+
+
+ TPPlayerCheck
+
+
+ 112, 24
+
+
+ 147, 82
+
+
+ 精炼等级
+
+
+ NoControl
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 90, 23
+
+
+ 4
+
+
+ TCMain
+
+
+ None
+
+
+ LblArtifactLevelTip
+
+
+ 7
+
+
+ 15
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 12
+
+
+ 89, 82
+
+
+ LblServerVersionLabel
+
+
+ 查询
+
+
+ 392, 206
+
+
+ 0
+
+
+ 15
+
+
+ 8
+
+
+ 9
+
+
+ 44, 17
+
+
+ 0
+
+
+ 99, 218
+
+
+ 89, 22
+
+
+ Vertical
+
+
+ 2
+
+
+ NoControl
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 56, 17
+
+
+ 主词条
+
+
+ Bottom, Left
+
+
+ TPSpawn
+
+
+ GrpRemoteCommand
+
+
+ 652, 245
+
+
+ 540, 60
+
+
+ 332, 96
+
+
+ 9
+
+
+ NUDWeaponAmout
+
+
+ 物品记录本
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TxtMailSelectableItemFilter
+
+
+ 全部
+
+
+ 60, 23
+
+
+ 288, 23
+
+
+ GrasscutterToolsIcon
+
+
+ True
+
+
+ 数量
+
+
+ z
+
+
+ NoControl
+
+
+ 10
+
+
+ Top
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Fill
+
+
+ TPRemoteCall
+
+
+ 6
+
+
+ 313, 216
+
+
+ 0, 0
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LblArtifactPart
+
+
+ 262, 193
+
+
+ 7
+
+
+ 9
+
+
+ 1
+
+
+ 5
+
+
+ 16
+
+
+ 128, 17
+
+
+ 331, 56
+
+
+ TPMail
+
+
+ 载入
+
+
+ test
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 45
+
+
+ TPPlayerCheck
+
+
+ 4, 26
+
+
+ 导出
+
+
+ NoControl
+
+
+ 10
+
+
+ NoControl
+
+
+ 1
+
+
+ 44, 17
+
+
+ 3
+
+
+ 99, 28
+
+
+ 5
+
+
+ 4
+
+
+ 3
+
+
+ 44, 17
+
+
+ tabPage2
+
+
+ 10
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ False
+
+
+ 8
+
+
+ 0
+
+
+ NoControl
+
+
+ 331, 23
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 118, 23
+
+
+ NoControl
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ 72, 65
+
+
+ LblPermUID
+
+
+ 652, 245
+
+
+ TPConsoleCheck
+
+
+ LblTpY
+
+
+ GrpRemoteCommand
+
+
+ TCMain
+
+
+ Bottom, Left
+
+
+ 150, 23
+
+
+ Top
+
+
+ TPArtifact
+
+
+ *v1.4.1
+
+
+ 387, 92
+
+
+ TPAvatar
+
+
+ 2
+
+
+ 652, 245
+
+
+ NoControl
+
+
+ 所有人
+
+
+ 1
+
+
+ 37
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 13
+
+
+ NoControl
+
+
+ 43, 216
+
+
+ 0
+
+
+ 32, 17
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ Top
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ChkQuestFilterHIDDEN
+
+
+ BtnLockStat
+
+
+ True
+
+
+ 2
+
+
+ 15, 44
+
+
+ NoControl
+
+
+ 107, 17
+
+
+ GrpEntityType
+
+
+ 0
+
+
+ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6
+
+
+ 537, 216
+
+
+ 4, 26
+
+
+ TPAbout
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top, Bottom
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 7
+
+
+ 3
+
+
+ 70, 39
+
+
+ 10
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ NoControl
+
+
+ 5
+
+
+ NoControl
+
+
+ 17
+
+
+ NoControl
+
+
+ NoControl
+
+
+ 远程执行插件
+
+
+ × 清空
+
+
+ 验证码
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NUDMailItemLevel
+
+
+ 346, 100
+
+
+ True
+
+
+ 置顶
+
+
+ 120, 25
+
+
+ y
+
+
+ NUDAvatarConstellation
+
+
+ GrpSettings
+
+
+ TPArtifact
+
+
+ Bottom, Right
+
+
+ 66, 22
+
+
+ RbMailSendToPlayer
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LblClearGiveItemLogs
+
+
+ 2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 26, 82
+
+
+ 1
+
+
+ 228, 23
+
+
+ GC
+
+
+ 2
+
+
+ True
+
+
+ ChkAutoCopy
+
+
+ 14
+
+
+ 8
+
+
+ 18
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 9
+
+
+ True
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 15
+
+
+ tabControl1
+
+
+ BtnTeleport
+
+
+ Zoom
+
+
+ 50, 21
+
+
+ TPArtifact
+
+
+ 2
+
+
+ NoControl
+
+
+ LblCustomName
+
+
+ GrpSetStats
+
+
+ NoControl
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 112, 161
+
+
+ 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
+
+
+ 462, 218
+
+
+ TPAvatar
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 7
+
+
+ Bottom, Left
+
+
+ None
+
+
+ BtnAddQuest
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0, 26
+
+
+ 1
+
+
+ 110, 23
+
+
+ NoControl
+
+
+ 300, 208
+
+
+ True
+
+
+ 4
+
+
+ 329, 184
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 1
+
+
+ 9
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 10
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 331, 23
+
+
+ 32, 17
+
+
+ True
+
+
+ 3, 3, 3, 3
+
+
+ 70, 23
+
+
+ True
+
+
+ TPQuest
+
+
+ 7
+
+
+ NoControl
+
+
+ True
+
+
+ CmbSubAttribution
+
+
+ 44, 17
+
+
+ 提示
+
+
+ 4
+
+
+ GrpBanPlayer
+
+
+ NoControl
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Bottom, Right
+
+
+ - 删除
+
+
+ TxtCommand
+
+
+ 543, 22
+
+
+ 32, 17
+
+
+ None
+
+
+ 4
+
+
+ 隐藏的任务
+
+
+ NoControl
+
+
+ TPQuest
+
+
+ TPHome
+
+
+ System.Windows.Forms.CheckBox, 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
+
+
+ 38
+
+
+ 5
+
+
+ 0
+
+
+ False
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 150, 130
+
+
+ 0
+
+
+ NoControl
+
+
+ LblBanUID
+
+
+ 2
+
+
+ 部位
+
+
+ None
+
+
+ 等级
+
+
+ 7, 17
+
+
+ 1
+
+
+ TPRemoteCall
+
+
+ 12, 293
+
+
+ 3
+
+
+ 7
+
+
+ 334, 102
+
+
+ NoControl
+
+
+ BtnSaveCustomCommand
+
+
+ TCMain
+
+
+ 4, 26
+
+
+ 7
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnOpenTextMap
+
+
+ 140, 23
+
+
+ 账号管理
+
+
+ 41, 51
+
+
+ NoControl
+
+
+ 200, 23
+
+
+ NoControl
+
+
+ LblEntityAmount
+
+
+ 11
+
+
+ 75, 23
+
+
+ 208, 25
+
+
+ 角色
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ TPArtifact
+
+
+ 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
+
+
+ TPMail
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ None
+
+
+ 446, 5
+
+
+ NoControl
+
+
+ 4
+
+
+ 祝你玩得愉快!
+
+
+ NoControl
+
+
+ 13
+
+
+ 14
+
+
+ 473, 22
+
+
+ TPMail
+
+
+ 525, 216
+
+
+ 60, 23
+
+
+ 16
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnLoadCustomCommands
+
+
+ 75, 23
+
+
+ GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.7.0.0, Culture=neutral, PublicKeyToken=de2b1c089621e923
+
+
+ TPAvatar
+
+
+ TPMail
+
+
+ TPArtifact
+
+
+ TCMain
+
+
+ 10
+
+
+ 复制
+
+
+ True
+
+
+ 65, 13
+
+
+ True
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 486, 183
+
+
+ LnkResetCustomCommands
+
+
+ TPArtifact
+
+
+ NoControl
+
+
+ 3
+
获取武器
@@ -4033,5040 +5358,1427 @@
>70级 突破5
>80级 突破6
-
- LblWeaponDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 2
-
-
- Bottom, Left
-
-
- True
-
-
- NoControl
-
-
- 194, 218
-
-
- 56, 17
-
-
- 6
-
-
- 精炼等级
-
-
- LblWeaponRefinement
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 3
-
-
- Bottom, Left
-
-
- True
-
-
- NoControl
-
-
- 6, 218
-
-
- 32, 17
-
-
- 6
-
-
- 数量
-
-
- LblWeaponAmount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 4
-
-
- 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
-
-
- 5
-
-
- 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
-
-
- 6
-
-
- 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
-
-
- 7
-
-
- 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
-
-
- 8
-
-
- Top, Bottom, Right
-
-
- 17
-
-
- 446, 31
-
-
- 200, 208
-
-
- 4
-
-
- ListWeapons
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 9
-
-
- GrpSetStats
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPStats
-
-
- 0
-
-
- GrpTalentLevel
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPStats
-
-
- 1
-
-
- LblStatsDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPStats
-
-
- 2
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 652, 245
-
-
- 11
-
-
- 数据
-
-
- TPStats
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 6
-
-
- None
-
-
- BtnUnlockStat
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 0
-
-
- BtnLockStat
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 1
-
-
- LblStatTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 2
-
-
- LblStatPercent
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 3
-
-
- NUDStat
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 4
-
-
- CmbStat
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 5
-
-
- 160, 54
-
-
- 332, 96
-
-
- 4
-
-
- 角色属性
-
-
- GrpSetStats
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPStats
-
-
- 0
-
-
- 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
-
-
- None
-
-
- LnkTalentAll
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 0
-
-
- LnkTalentE
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 1
-
-
- LnkTalentQ
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 2
-
-
- LnkTalentNormalATK
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 3
-
-
- NUDTalentLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 4
-
-
- 160, 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
-
-
- 112, 24
-
-
- 32, 17
-
-
- 4
-
-
- 全部
-
-
- LnkTalentAll
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 0
-
-
- 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
-
-
- 1
-
-
- 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
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 150, 24
-
-
- 56, 17
-
-
- 1
-
-
- 普通攻击
-
-
- LnkTalentNormalATK
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 3
-
-
- 44, 22
-
-
- 62, 23
-
-
- 0
-
-
- NUDTalentLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 4
-
-
- True
-
-
- NoControl
-
-
- 6, 6
-
-
- 128, 17
-
-
- 2
-
-
- 设置当前活跃角色数据
-
-
- LblStatsDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPStats
-
-
- 2
-
-
- LblAvatarSkillLevelTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 0
-
-
- BtnGiveAllChar
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 1
-
-
- LblAvatarSkillLevelLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 2
-
-
- LblAvatarConstellation
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 3
-
-
- NUDAvatarSkillLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 4
-
-
- NUDAvatarConstellation
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 5
-
-
- ImgAvatar
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 6
-
-
- LblAvatar
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 7
-
-
- LblAvatarLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 8
-
-
- NUDAvatarLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 9
-
-
- CmbAvatar
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 10
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 652, 245
-
-
- 5
-
-
- 角色
-
-
- TPAvatar
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 5
-
-
- True
+
+ 内容:
NoControl
-
- 600, 135
-
-
- 46, 17
-
-
- 10
-
-
- *v1.4.1
-
-
- LblAvatarSkillLevelTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 0
-
-
- Bottom, Right
-
-
- Microsoft YaHei UI, 10pt
-
-
- NoControl
-
-
- 445, 192
-
-
- 150, 35
-
-
- 9
-
-
- 一键获得所有角色
-
-
- BtnGiveAllChar
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 1
-
-
- Right
-
-
+
True
-
- NoControl
+
+ 6, 25
-
- 426, 135
-
-
- 56, 17
-
-
- 7
-
-
- 技能等级
-
-
- LblAvatarSkillLevelLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 2
-
-
- Right
-
-
- True
-
-
- NoControl
-
-
- 426, 106
-
-
- 32, 17
-
-
- 7
-
-
- 命座
-
-
- LblAvatarConstellation
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
+
3
-
- Right
-
-
- 488, 133
-
-
- 110, 23
-
-
- 6
-
-
- NUDAvatarSkillLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 4
-
-
- Right
-
-
- 488, 104
-
-
- 110, 23
-
-
- 6
-
-
- NUDAvatarConstellation
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 5
-
-
- Top, Bottom, Left, Right
-
-
- NoControl
-
-
- 17, 13
-
-
- 0, 0, 0, 0
-
-
- 378, 219
-
-
- Zoom
-
-
- 4
-
-
- ImgAvatar
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 6
-
-
- Right
-
-
- True
-
-
- NoControl
-
-
- 426, 47
-
-
- 32, 17
-
-
- 3
-
-
- 角色
-
-
- LblAvatar
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 7
-
-
- Right
-
-
- True
-
-
- NoControl
-
-
- 426, 77
-
-
- 32, 17
-
-
- 2
-
-
- 等级
-
-
- LblAvatarLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 8
-
-
- Right
-
-
- 488, 75
-
-
- 110, 23
-
-
- 1
-
-
- NUDAvatarLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 9
-
-
- Right
-
-
- 488, 44
-
-
- 110, 25
-
-
- 0
-
-
- CmbAvatar
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 10
-
-
- ChkInfiniteHP
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 0
-
-
- LblClearSpawnLogs
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 1
-
-
- BtnSaveSpawnLog
-
-
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPSpawn
+
+ 329, 210
-
- 2
+
+ 87, 21
-
- BtnRemoveSpawnLog
+
+ 3, 19
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1
-
- TPSpawn
+
+ GrpPermission
-
- 3
-
-
- GrpSpawnRecord
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 4
-
-
- GrpEntityType
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 5
-
-
- LblSpawnDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 6
-
-
- LblEntityAmount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 7
-
-
- LblEntityLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 8
-
-
- NUDEntityAmout
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
+
9
-
- NUDEntityLevel
+
+ 9, 175
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ GrpTalentLevel
-
- TPSpawn
+
+ 3
-
- 10
+
+ LblTp
-
- TxtEntityFilter
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- TPSpawn
+
+ 16
-
- 11
-
-
- ListEntity
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 12
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 652, 245
-
-
- 6
-
-
- 生成
-
-
- TPSpawn
-
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TCMain
+
+ LblStatsDescription
-
- 4
+
+ 6
-
- Bottom, Left
+
+ GrpGiveAvatar
-
- True
+
+ GrpPermission
-
- NoControl
+
+ 5
-
- 193, 217
-
-
- 63, 21
-
-
- 14
-
-
- 无限血
-
-
- ChkInfiniteHP
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 0
-
-
+
True
NoControl
-
- 208, 25
-
-
- 44, 17
-
-
- 13
-
-
- X 清空
-
-
- LblClearSpawnLogs
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 1
-
-
- NoControl
-
-
- 265, 45
-
-
- 75, 23
-
-
- 10
-
-
- √ 记录
-
-
- BtnSaveSpawnLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 2
-
-
- 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
-
-
- 3
-
-
- Top, Bottom, Left
-
-
- ListSpawnLogs
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSpawnRecord
-
-
- 0
-
-
- 9, 26
-
-
- 250, 184
-
-
- 8
-
-
- 生成记录本
-
-
- GrpSpawnRecord
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 4
-
-
- Fill
-
-
- 17
-
-
- 3, 19
-
-
- 244, 162
-
-
- 9
-
-
- ListSpawnLogs
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSpawnRecord
-
-
- 0
-
-
- Bottom, Left
-
-
- RbEntityAnimal
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpEntityType
-
-
- 0
-
-
- RbEntityMonster
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpEntityType
-
-
- 1
-
-
- 265, 120
-
-
- 87, 87
-
-
- 4
-
-
- 列表分类
-
-
- GrpEntityType
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 5
-
-
- True
-
-
- NoControl
-
-
- 6, 49
-
-
- 50, 21
-
-
- 5
-
-
- 动物
-
-
- RbEntityAnimal
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpEntityType
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 6, 22
-
-
- 50, 21
-
-
- 6
-
-
- 怪物
-
-
- RbEntityMonster
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpEntityType
-
-
- 1
-
-
- Top, Bottom, Left, Right
-
-
- True
-
-
- NoControl
-
-
- 6, 6
-
-
- 116, 17
-
-
- 12
-
-
- 在玩家附近召唤生物
-
-
- LblSpawnDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 6
-
-
- 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
-
-
- 7
-
-
- 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
-
-
- 8
-
-
- 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
-
-
- 9
-
-
- 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
-
10
-
- Top, Left, Right
-
-
- 358, 5
-
-
- 288, 23
-
-
- 0
-
-
- TxtEntityFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 11
-
-
- Top, Bottom, Left, Right
-
-
- 17
-
-
- 358, 31
-
-
- 288, 208
-
-
- 1
-
-
- ListEntity
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 12
-
-
- GrpQuestFilters
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 0
-
-
- BtnFinishQuest
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 1
-
-
- BtnAddQuest
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 2
-
-
- LblQuestDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 3
-
-
- TxtQuestFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 4
-
-
- ListQuest
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 5
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 652, 245
-
-
- 15
-
-
- 任务
-
-
- TPQuest
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 3
-
-
- Bottom, Left
-
-
- ChkQuestFilterTEST
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpQuestFilters
-
-
- 0
-
-
- ChkQuestFilterUNRELEASED
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpQuestFilters
-
-
- 1
-
-
- ChkQuestFilterHIDDEN
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpQuestFilters
-
-
- 2
-
-
- 202, 109
-
-
- 150, 130
-
-
- 7
-
-
- 列表过滤
-
-
- GrpQuestFilters
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 0
-
-
- True
-
-
- 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
-
-
- 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
-
-
- 288, 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
-
-
- 288, 208
-
-
- 3
-
-
- ListQuest
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 5
-
-
- LblArtifactLevelTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 0
-
-
- BtnAddSubAttr
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 1
-
-
- LblArtifactName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 2
-
-
- LblArtifactPart
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 3
-
-
- CmbArtifactPart
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 4
-
-
- CmbArtifactSet
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 5
-
-
- LblArtifactSet
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 6
-
-
- NUDSubAttributionTimes
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 7
-
-
- CmbSubAttributionValue
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 8
-
-
- CmbSubAttribution
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 9
-
-
- LblClearSubAttrCheckedList
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 10
-
-
- ListSubAttributionChecked
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 11
-
-
- LblArtifactLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 12
-
-
- LblSubAttribution
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 13
-
-
- CmbMainAttribution
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 14
-
-
- LblMainAttribution
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 15
-
-
- NUDArtifactLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 16
-
-
- LblArtifactStars
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 17
-
-
- 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
-
-
- 652, 245
-
-
- 2
-
-
- 圣遗物
-
-
- TPArtifact
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 2
-
-
- Top
-
-
- True
-
-
- NoControl
-
-
- 223, 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
-
-
- 465, 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
-
-
- 462, 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
-
-
- 298, 11
-
-
- 32, 17
-
-
- 42
-
-
- 部位
-
-
- LblArtifactPart
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 3
-
-
- Top
-
-
- 336, 8
-
-
- 120, 25
-
-
- 1
-
-
- CmbArtifactPart
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 4
-
-
- Top
-
-
- 167, 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
-
-
- 129, 11
-
-
- 32, 17
-
-
- 38
-
-
- 套装
-
-
- LblArtifactSet
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 6
-
-
- Top
-
-
- 465, 100
-
-
- 51, 23
-
-
- 7
-
-
- NUDSubAttributionTimes
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 7
-
-
- Top
-
-
- 336, 98
-
-
- 120, 25
-
-
- 6
-
-
- CmbSubAttributionValue
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 8
-
-
- Top
-
-
- 167, 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
-
-
- 462, 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
-
-
- 167, 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
-
-
- 129, 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
-
-
- 117, 102
-
-
- 44, 17
-
-
- 23
-
-
- 副词条
-
-
- LblSubAttribution
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 13
-
-
- Top
-
-
- 167, 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
-
-
- 117, 71
-
-
- 44, 17
-
-
- 20
-
-
- 主词条
-
-
- LblMainAttribution
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 15
-
-
- Top
-
-
- 167, 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
-
-
- 353, 41
-
-
- 32, 17
-
-
- 43
-
-
- 星级
-
-
- LblArtifactStars
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 17
-
-
- Top
-
-
- 391, 39
-
-
- 65, 23
-
-
- 3
-
-
- NUDArtifactStars
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 18
-
-
- BtnExportCustomCommands
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 0
-
-
- BtnLoadCustomCommands
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 1
-
-
- LblCustomName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 2
-
-
- groupBox1
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 3
-
-
- BtnRemoveCustomCommand
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 4
-
-
- BtnSaveCustomCommand
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 5
-
-
- TxtCustomName
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 6
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 652, 245
-
-
- 1
-
-
- 自定义
-
-
- TPCustom
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 1
-
-
- Bottom, Right
-
-
- NoControl
-
-
- 593, 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
-
-
- 537, 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
-
-
- 标签
-
-
- LblCustomName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 2
-
-
- Top, Bottom, Left, Right
-
-
- LnkResetCustomCommands
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 0
-
-
- FLPCustomCommands
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 1
-
-
- 6, 6
-
-
- 640, 204
-
-
- 1
-
-
- 列表
-
-
- groupBox1
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 3
-
-
- 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
-
-
- 634, 182
-
-
- 0
-
-
- FLPCustomCommands
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 1
-
-
- Bottom, Right
-
-
- NoControl
-
-
- 471, 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
-
-
- 405, 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
-
-
- 355, 23
-
-
- 1
-
-
- TxtCustomName
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 6
-
-
- BtnOpenDropEditor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 0
-
-
- LnkNewVersion
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 1
-
-
- LblAbout
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 2
-
-
- BtnOpenTextMap
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 3
-
-
- BtnOpenGachaBannerEditor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 4
-
-
- GrasscutterToolsIcon
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 5
-
-
- GrpSettings
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 6
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 652, 245
-
-
- 0
-
-
- 主页
-
-
- TPHome
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 0
-
-
- Bottom, Right
-
-
- NoControl
-
-
- 525, 216
-
-
- 100, 23
-
-
- 10
-
-
- 掉落物编辑器
-
-
- BtnOpenDropEditor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 0
-
-
- Bottom, Left
-
-
- True
-
-
- NoControl
-
-
- 6, 108
-
-
- 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
-
-
- 1
-
-
- 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
-
-
- 2
-
-
- Bottom, Right
-
-
- NoControl
-
-
- 419, 216
-
-
- 100, 23
-
-
- 8
-
-
- 文本浏览器
-
-
- BtnOpenTextMap
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 3
-
-
- Bottom, Right
-
-
- NoControl
-
-
- 313, 216
-
-
- 100, 23
-
-
- 7
-
-
- 奖池编辑器
-
-
- BtnOpenGachaBannerEditor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 4
-
-
- Top, Bottom, Left, Right
-
-
- NoControl
-
-
- 313, 6
-
-
- 333, 204
-
-
- CenterImage
-
-
- 6
-
-
- GrasscutterToolsIcon
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 5
-
-
- Bottom, Left
-
-
- LblGCVersion
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 0
-
-
- CmbGcVersions
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 1
-
-
- ChkTopMost
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 2
-
-
- CmbLanguage
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 3
-
-
- LblLanguage
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 4
-
-
- NUDUid
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 5
-
-
- ChkIncludeUID
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 6
-
-
- 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
-
-
- 6
-
-
- 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
-
-
- Top, Bottom, Left, Right
-
-
- NoControl
-
-
- 329, 121
-
-
- 75, 23
-
-
- 8
-
-
- + 添加
-
-
- BtnAddMailItem
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 0
-
-
- NoControl
-
-
- 329, 150
-
-
- 75, 23
-
-
- 9
-
-
- - 删除
-
-
- BtnDeleteMailItem
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 1
-
-
- Top, Bottom, Left, Right
-
-
- Top, Left, Right
-
-
- 0, 0
-
-
- 228, 23
-
-
- 12
-
-
- TxtMailSelectableItemFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage1
-
-
- 0
-
-
- Bottom, Left
-
-
- 175, 183
-
-
- 50, 23
-
-
- 15
-
-
- NUDMailItemLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage1
-
-
- 1
-
-
- Top, Bottom, Left, Right
-
-
- 17
-
-
- 0, 26
-
-
- 0, 0, 0, 0
-
-
- 228, 157
-
-
- 13
-
-
- ListMailSelectableItems
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage1
-
-
- 2
-
-
- Bottom, Left
-
-
- True
-
-
- NoControl
-
-
- 127, 185
-
-
- 44, 17
-
-
- 17
-
-
- 等级:
-
-
- LblMailItemLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage1
-
-
- 3
-
Bottom, Left
-
- True
-
-
- NoControl
-
-
- 1, 185
-
-
- 44, 17
-
-
- 15
-
-
- 数量:
-
-
- LblMailItemCount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage1
-
-
- 4
-
-
- Bottom, Left
-
-
- 51, 183
-
-
- 60, 23
-
-
- 14
-
-
- NUDMailItemCount
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage1
-
-
- 5
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 228, 204
-
-
- 0
-
-
- 物品列表
-
-
- tabPage1
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabControl1
-
-
- 0
-
-
- BtnClearMail
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage2
-
-
- 0
-
-
- BtnRemoveMail
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage2
-
-
- 1
-
-
- ListMailList
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage2
-
-
- 2
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 228, 204
-
-
- 1
-
-
- 邮件列表
-
-
- tabPage2
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabControl1
-
-
- 1
-
-
- 410, 8
-
-
- 236, 234
-
-
- 11
-
-
- tabControl1
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 2
-
-
- Bottom, Left
-
-
- NoControl
-
-
- 329, 219
-
-
- 75, 23
-
-
- 10
-
-
- 发送
-
-
- BtnSendMail
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 3
-
-
- Top, Bottom, Left
-
-
- 17
-
-
- 73, 121
-
-
- 250, 123
-
-
- 7
-
-
- ListMailItems
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 4
-
-
- True
-
-
- NoControl
-
-
- 6, 124
-
-
- 44, 17
-
-
- 10
-
-
- 附件:
-
-
- LblMailItemsLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 5
-
-
- 202, 35
-
-
- 121, 23
-
-
- 4
-
-
- NUDMailRecipient
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 146, 35
-
-
- 50, 21
-
-
- 3
-
-
- 玩家
-
-
- RbMailSendToPlayer
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 7
-
-
- True
-
-
- NoControl
-
-
- 78, 35
-
-
- 62, 21
-
-
- 2
-
-
- 所有人
-
-
- RbMailSendToAll
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 8
-
-
- True
-
-
- NoControl
-
-
- 6, 37
-
-
- 56, 17
-
-
- 6
-
-
- 收件人:
-
-
- LblMailRecipientLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 9
-
-
- 73, 93
-
-
- 250, 23
-
-
- 6
-
-
- TxtMailContent
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 10
-
-
- True
-
-
- NoControl
-
-
- 6, 96
-
-
- 44, 17
-
-
- 4
-
-
- 内容:
-
-
- LblMailContentLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 11
-
-
- 73, 64
-
-
- 250, 23
-
-
- 5
-
-
- TxtMailTitle
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 12
-
-
- True
-
-
- NoControl
-
-
- 6, 67
-
-
- 44, 17
-
-
- 2
-
-
- 标题:
-
-
- LblMailTitleLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 13
-
-
- 73, 6
-
-
- 250, 23
-
-
- 1
-
-
- TxtMailSender
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 14
-
-
- True
-
-
- NoControl
-
-
- 6, 9
-
-
- 56, 17
-
-
- 0
-
-
- 发件人:
-
-
- LblMailSenderLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 15
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 652, 245
-
-
- 16
-
-
- 邮件
-
-
- TPMail
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 11
-
-
- 12, 12
-
-
- 610, 275
-
-
- 660, 275
-
-
- 4
-
-
- TCMain
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 0
-
-
- NoControl
-
-
- 87, 177
-
-
- 75, 23
-
-
- 18
-
-
- × 清空
-
-
- BtnClearMail
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage2
-
-
- 0
-
-
- NoControl
-
-
- 6, 178
-
-
- 75, 23
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
17
-
- - 删除
+
+ NoControl
-
- BtnRemoveMail
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage2
-
-
- 1
-
-
- Top, Bottom, Left, Right
-
-
- 17
-
-
- 0, 0
-
-
- 0, 0, 0, 0
-
-
- 228, 174
-
-
- 0
-
-
- ListMailList
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage2
-
-
- 2
-
-
+
True
-
-
- 7, 17
-
- 684, 361
+
+ Bottom, Right
+
+
+ 自定义
+
+
+ 副词条
+
+
+ 32, 17
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NUDEntityAmout
+
+
+ NoControl
Microsoft YaHei UI, 9pt
+
+ TPArtifact
+
+
+ 0
+
+
+ 332, 36
+
+
+ 6, 6
+
+
+ 3, 3, 3, 3
+
+
+ Hi there!
+First of all, welcome to Grasscutter. If you have any issues, please let us know so that Lawnmower can help you!
+
+Check out our:
+<type="browser" text="Discord" href="https://discord.gg/T5vZU6UyeG"/>
+
+
+ 90, 23
+
+
+ TCMain
+
+
+ 6
+
+
+ 51, 21
+
+
+ BtnSaveSpawnLog
+
+
+ Bottom, Right
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17
+
+
+ TPHome
+
+
+ CmbGcVersions
+
+
+ 2
+
+
+ 3
+
+
+ 76, 21
+
+
+ TPCustom
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ None
+
+
+ True
+
+
+ Top
+
+
+ GrpGiveAvatar
+
+
+ 300, 23
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TxtAccountUserName
+
+
+ TPWeapon
+
+
+ TPItem
+
+
+ 15
+
+
+ BtnCreateAccount
+
+
+ GrpSettings
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 远程执行
+
+
+ TPQuest
+
+
+ Top
+
+
+ TPScene
+
+
+ 8
+
+
+ NoControl
+
+
+ 9, 188
+
+
+ Welcome to Grasscutter!
+
+
+ 3, 3, 3, 3
+
+
+ 42, 17
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ None
+
+
+ 23
+
+
+ 250, 21
+
+
+ 奖池编辑器
+
+
+ 1
+
+
+ 8
+
+
+ 1
+
+
+ 0
+
+
+ NoControl
+
+
+ 无限血
+
+
+ 80, 23
+
+
+ 444, 206
+
+
+ 2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ NoControl
+
+
+ 重置
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 473, 22
+
+
+ TPItem
+
+
+ 3, 3, 3, 3
+
+
+ tabPage2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ChkTopMost
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ 等级
+
+
+ 201, 113
+
+
+ 224, 51
+
+
+ TPSpawn
+
+
+ 4, 26
+
+
+ NoControl
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 202, 109
+
+
+ 1
+
+
+ BtnAddMailItem
+
+
+ 列表
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 解锁
+
+
+ NUDPermUID
+
+
+ 6
+
+
+ 4, 26
+
+
+ 228, 174
+
+
+ GrpAccount
+
+
+ 540, 80
+
+
+ 2
+
+
+ Top
+
+
+ LblMailItemsLabel
+
+
+ 坐标传送
+提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送
+命令中可以用~表示当前位置,~100表示相对当前100
+
+
+ True
+
+
+ 14
+
+
+ NoControl
+
+
+ Microsoft YaHei UI, 9pt, style=Italic
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 80, 23
+
+
+ NoControl
+
+
+ 25, 17
+
+
+ LblGCVersion
+
+
+ tabPage1
+
+
+ 90, 190
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnConsoleConnect
+
+
+ 3
+
3, 4, 3, 4
-
- 700, 400
+
+ BtnDeleteAccount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ NUDMailItemCount
+
+
+ 110, 25
+
+
+ 3
+
+
+ 484, 203
+
+
+ TPMail
+
+
+ LblSceneDescription
+
+
+ 1
+
+
+ LblLanguage
+
+
+ False
+
+
+ 3
+
+
+ 12
+
+
+ LnkTalentE
+
+
+ 2
+
+
+ NUDArtifactLevel
+
+
+ NUDGameItemLevel
+
+
+ 2
+
+
+ TPRemoteCall
+
+
+ Top, Right
+
+
+ Top, Bottom, Left, Right
+
+
+ 50, 23
+
+
+ 56, 17
+
+
+ 4
+
+
+ 17
+
+
+ LblAvatar
+
+
+ 100, 25
+
+
+ NUDWeaponRefinement
+
+
+ 2
+
+
+ TPManage
+
+
+ 6
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ LblRemotePlayerId
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 4, 26
+
+
+ NoControl
+
+
+ 13
+
+
+ 物品列表
+
+
+ TxtGameItemFilter
+
+
+ 405, 216
+
+
+ None
+
+
+ 388, 139
+
+
+ GrpSettings
+
+
+ 5
+
+
+ CmbPerm
+
+
+ tabPage1
+
+
+ 控制台
+
+
+ 275, 40
+
+
+ LblServerVersion
+
+
+ TPMail
+
+
+ TPRemoteCall
+
+
+ NoControl
+
+
+ GrpAccount
+
+
+ 7
+
+
+ 13
+
+
+ 0
+
+
+ Top, Left, Right
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 90, 23
+
+
+ 1
+
+
+ NoControl
+
+
+ Bottom, Left
+
+
+ 添加任务
+
+
+ 288, 23
+
+
+ 6
+
+
+ GrpSettings
+
+
+ 14
+
+
+ Token
+
+
+ 12, 12
+
+
+ groupBox1
+
+
+ 30, 17
+
+
+ 44, 17
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ TPScene
+
+
+ 4
+
+
+ 634, 182
+
+
+ 0
+
+
+ 0
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ NoControl
+
+
+ 296, 51
+
+
+ TPManage
+
+
+ 4
+
+
+ True
+
+
+ 50, 23
+
+
+ 44, 17
+
+
+ 数量:
+
+
+ 87, 180
+
+
+ 6
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ListScenes
+
+
+ TPMail
+
+
+ 4
+
+
+ NoControl
+
+
+ 32, 17
+
+
+ 玩家
+
+
+ 62, 23
+
+
+ 快来将你的官服存档导入GC吧!
+
+
+ False
+
+
+ NoControl
+
+
+ LblAbout
+
+
+ 50, 23
+
+
+ False
+
+
+ NoControl
+
+
+ CmbStat
+
+
+ 2
+
+
+ 194, 218
+
+
+ 16, 17
+
+
+ 333, 204
+
+
+ 0
+
+
+ CmbLanguage
+
+
+ 自动
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 17
+
+
+ 6
+
+
+ 6
+
+
+ groupBox1
+
+
+ LblMailSenderLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17
+
+
+ TPWeapon
+
+
+ 407, 22
+
+
+ 44, 216
+
+
+ 0
+
+
+ 3
+
+
+ NoControl
+
+
+ LblWeaponDescription
+
+
+ 599, 24
+
+
+ Bottom, Left
+
+
+ 等级:
+
+
+ 5
+
+
+ 6, 49
+
+
+ 265, 48
+
+
+ TPArtifact
+
+
+ 1, 182
+
+
+ TPWeapon
+
+
+ TPMail
+
+
+ TPHome
+
+
+ 任务
+
+
+ 1
+
+
+ 3
+
+
+ 14
+
+
+ 147, 23
+
+
+ NoControl
+
+
+ LblStatTip
+
+
+ 3
+
+
+ 2
+
+
+ GrpSettings
+
+
+ 75, 23
+
+
+ TPMail
+
+
+ None
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 684, 361
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ %
+
+
+ GrpServerStatus
+
+
+ TxtMailTitle
+
+
+ 288, 208
+
+
+ 12
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ NoControl
+
+
+ TPConsoleCheck
+
+
+ TPManage
+
+
+ LblSpawnDescription
+
+
+ 5
+
+
+ 指定UID
+
+
+ 13
+
+
+ 27, 25
+
+
+ 60, 23
+
+
+ 5
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ GrpBanPlayer
+
+
+ 9, 26
+
+
+ 51, 21
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LblMailContentLabel
+
+
+ 6, 6
+
+
+ GrpSetStats
+
+
+ 5
+
+
+ NoControl
+
+
+ LblClearSubAttrCheckedList
+
+
+ 6
+
+
+ 552, -1
+
+
+ 419, 216
+
+
+ True
+
+
+ 3, 3, 3, 3
+
+
+ 8
+
+
+ Bottom, Left
+
+
+ 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
+
+
+ tabPage1
+
+
+ CmbArtifactPart
+
+
+ NoControl
+
+
+ NoControl
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+ 158, 25
+
+
+ 26, 28
+
+
+ 193, 217
+
+
+ 5
+
+
+ 78, 35
+
+
+ 3
+
+
+ 32, 17
+
+
+ 313, 6
+
+
+ 1
+
+
+ LblPlayerCount
+
+
+ 7
+
+
+ TPArtifact
+
+
+ 82, 23
+
+
+ 怪物
+
+
+ 15
+
+
+ TPArtifact
+
+
+ 0
+
+
+ TPWeapon
+
+
+ 6
+
+
+ LnkNewVersion
+
+
+ 75, 32
+
+
+ 2
+
+
+ 5
+
+
+ tabPage1
+
+
+ True
+
+
+ 9
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 355, 23
+
+
+ 138, 216
+
+
+ 0
+
+
+ GrpSpawnRecord
+
+
+ GrpPermission
+
+
+ 6, 9
+
+
+ 7, 83
+
+
+ 540, 60
+
+
+ True
+
+
+ GrpEntityType
+
+
+ TPCustom
+
+
+ 293, 56
+
+
+ True
+
+
+ 给玩家指定物品
+说明:可选择直接给到背包或者掉落到世界
+
+
+ GrpServerStatus
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 100, 25
+
+
+ 6, 25
+
+
+ 10
+
+
+ LnkOpenCommandLabel
+
+
+ 发件人:
+
+
+ 141, 16
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 346, 5
+
+
+ TPScene
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ 14
+
+
+ 228, 204
+
+
+ Bottom, Left
+
+
+ 175, 180
+
+
+ 6
+
+
+ 117, 102
+
+
+ CmbSubAttributionValue
+
+
+ TPRemoteCall
+
+
+ 80, 17
+
+
+ NoControl
+
+
+ 56, 6
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 290, 18
+
+
+ True
+
+
+ 0
+
+
+ 10
+
+
+ NoControl
+
+
+ 450, 23
+
+
+ 132, 159
+
+
+ TxtToken
+
+
+ 5
+
+
+ Top
+
+
+ CenterImage
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 104, 23
+
+
+ TPMail
+
+
+ 32, 17
+
+
+ NUDTalentLevel
+
+
+ TPHome
+
+
+ 4
+
+
+ NoControl
CenterScreen
-
- GrasscutterTools
+
+ 100, 23
-
- FormMain
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 652, 245
+
+ + 创建
+
+
+ Fill
+
+
+ - 移除
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 帮助
+
+
+ 7
+
+
+ Bottom, Left
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 7
+
+
+ 2
+
+
+ TPArtifact
+
+
+ 9
+
+
+ 129, 11
+
+
+ TPMail
+
+
+ 250, 200
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ NoControl
+
+
+ 5
+
+
+ GrpSetStats
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 数量
+
+
+ True
+
\ No newline at end of file
diff --git a/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx b/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx
index ceacf75..65e9ee0 100644
--- a/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx
@@ -259,9 +259,6 @@
16, 15
-
- 296, 109
-
Консоль
@@ -345,6 +342,12 @@
Забанить
+
+ 111, 23
+
+
+ Причина
+
42, 22
@@ -664,8 +667,8 @@
151, 216
-
- Статы
+
+ Персонаж
Статистика
@@ -730,62 +733,35 @@
Установите текущие активные данные персонажа
-
- Персонаж
+
+ Дать Персонаж
+
+
+ 111, 16
+
+
+ 114, 25
- 552, 141
+ 160, 129
+
+
+ 111, 47
+
+
+ 114, 23
- 425, 182
+ 26, 161
- 200, 33
+ 199, 33
Дать всех персонажей
-
- 428, 119
-
-
- 155, 17
-
-
- Уровень квалификации
-
-
- 428, 90
-
-
- 72, 17
-
-
- Созвездия
-
-
- 431, 139
-
-
- 115, 23
-
-
- 503, 88
-
-
- 115, 23
-
-
- 428, 31
-
-
- 71, 17
-
-
- Персонаж
-
- 428, 61
+ 36, 49
60, 17
@@ -793,17 +769,44 @@
Уровень
-
- 503, 59
+
+ 36, 107
-
- 115, 23
+
+ 155, 17
-
- 503, 28
+
+ Уровень квалификации
-
- 115, 25
+
+ 36, 19
+
+
+ 71, 17
+
+
+ Персонаж
+
+
+ 36, 78
+
+
+ 72, 17
+
+
+ Созвездия
+
+
+ 111, 76
+
+
+ 114, 23
+
+
+ 39, 127
+
+
+ 114, 23
Спавн
@@ -1119,14 +1122,154 @@
Включить UID
-
- 111, 23
+
+ Почта
-
- Причина
+
+ 304, 155
-
-
- NoControl
+
+ 100, 23
+
+
+ + Добавить
+
+
+ 304, 184
+
+
+ 100, 23
+
+
+ - Удалить
+
+
+ Предметы
+
+
+ 175, 178
+
+
+ 53, 178
+
+
+ 117, 181
+
+
+ 60, 17
+
+
+ Уровень
+
+
+ 1, 180
+
+
+ 51, 17
+
+
+ Кол-во
+
+
+ Почтовый ящик
+
+
+ 112, 177
+
+
+ 100, 23
+
+
+ × Очистить
+
+
+ 6, 177
+
+
+ 100, 23
+
+
+ - Удалить
+
+
+ 304, 213
+
+
+ 100, 29
+
+
+ Отправить
+
+
+ 102, 155
+
+
+ 196, 89
+
+
+ 74, 17
+
+
+ Вложение:
+
+
+ 213, 34
+
+
+ 64, 21
+
+
+ Игрок
+
+
+ 102, 34
+
+
+ 47, 21
+
+
+ Все
+
+
+ 81, 17
+
+
+ Получатель:
+
+
+ 102, 93
+
+
+ 302, 56
+
+
+ 89, 17
+
+
+ Содержание:
+
+
+ 102, 64
+
+
+ 302, 23
+
+
+ 70, 17
+
+
+ Название:
+
+
+ 102, 6
+
+
+ 302, 23
+
+
+ 90, 17
+
+
+ Отправитель:
\ No newline at end of file
diff --git a/Source/GrasscutterTools/Forms/FormMain.zh-TW.resx b/Source/GrasscutterTools/Forms/FormMain.zh-TW.resx
index 3aa15dd..715657e 100644
--- a/Source/GrasscutterTools/Forms/FormMain.zh-TW.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.zh-TW.resx
@@ -296,9 +296,6 @@
等級
-
- 數據
-
角色屬性
@@ -320,12 +317,12 @@
一鍵獲得所有角色
-
- 技能等級
-
等級
+
+ 技能等級
+
無限血
@@ -436,4 +433,52 @@
置頂
+
+ 郵件
+
+
+ - 刪除
+
+
+ 175, 180
+
+
+ 51, 180
+
+
+ 127, 182
+
+
+ 等級:
+
+
+ 1, 182
+
+
+ 數量:
+
+
+ 郵件列表
+
+
+ 87, 180
+
+
+ 6, 181
+
+
+ - 刪除
+
+
+ 發送
+
+
+ 內容:
+
+
+ 標題:
+
+
+ 發件人:
+
\ No newline at end of file