diff --git a/Source/GrasscutterTools/Forms/FormMain.Designer.cs b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
index fd0d0ea..0ca0c8b 100644
--- a/Source/GrasscutterTools/Forms/FormMain.Designer.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
@@ -135,6 +135,10 @@ namespace GrasscutterTools.Forms
this.NUDWeaponLevel = new System.Windows.Forms.NumericUpDown();
this.ListWeapons = new System.Windows.Forms.ListBox();
this.TPAvatar = new System.Windows.Forms.TabPage();
+ this.GrpSetConstellation = new System.Windows.Forms.GroupBox();
+ this.LnkSetAllConst = new System.Windows.Forms.LinkLabel();
+ this.LnkSetConst = new System.Windows.Forms.LinkLabel();
+ this.NUDSetConstellation = new System.Windows.Forms.NumericUpDown();
this.GrpSetStats = new System.Windows.Forms.GroupBox();
this.BtnUnlockStat = new System.Windows.Forms.Button();
this.BtnLockStat = new System.Windows.Forms.Button();
@@ -148,7 +152,6 @@ namespace GrasscutterTools.Forms
this.LnkTalentQ = new System.Windows.Forms.LinkLabel();
this.LnkTalentNormalATK = new System.Windows.Forms.LinkLabel();
this.NUDTalentLevel = new System.Windows.Forms.NumericUpDown();
- this.LblStatsDescription = new System.Windows.Forms.Label();
this.GrpGiveAvatar = new System.Windows.Forms.GroupBox();
this.CmbAvatar = new System.Windows.Forms.ComboBox();
this.LblAvatarSkillLevelTip = new System.Windows.Forms.Label();
@@ -238,18 +241,20 @@ namespace GrasscutterTools.Forms
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.TCMailRight = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
- 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.PanelMailItemArgs = new System.Windows.Forms.Panel();
+ this.NUDMailItemLevel = new System.Windows.Forms.NumericUpDown();
+ this.NUDMailItemCount = new System.Windows.Forms.NumericUpDown();
this.LblMailItemCount = new System.Windows.Forms.Label();
+ this.LblMailItemLevel = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
+ this.ListMailList = new System.Windows.Forms.ListBox();
+ this.PanelMailListControls = new System.Windows.Forms.Panel();
this.BtnClearMail = new System.Windows.Forms.Button();
this.BtnRemoveMail = new System.Windows.Forms.Button();
- this.ListMailList = new System.Windows.Forms.ListBox();
this.BtnSendMail = new System.Windows.Forms.Button();
this.ListMailItems = new System.Windows.Forms.ListBox();
this.LblMailItemsLabel = new System.Windows.Forms.Label();
@@ -294,6 +299,8 @@ namespace GrasscutterTools.Forms
((System.ComponentModel.ISupportInitialize)(this.NUDWeaponAmout)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDWeaponLevel)).BeginInit();
this.TPAvatar.SuspendLayout();
+ this.GrpSetConstellation.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDSetConstellation)).BeginInit();
this.GrpSetStats.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDStat)).BeginInit();
this.GrpTalentLevel.SuspendLayout();
@@ -321,11 +328,13 @@ namespace GrasscutterTools.Forms
((System.ComponentModel.ISupportInitialize)(this.NUDUid)).BeginInit();
this.TCMain.SuspendLayout();
this.TPMail.SuspendLayout();
- this.tabControl1.SuspendLayout();
+ this.TCMailRight.SuspendLayout();
this.tabPage1.SuspendLayout();
+ this.PanelMailItemArgs.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDMailItemLevel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDMailItemCount)).BeginInit();
this.tabPage2.SuspendLayout();
+ this.PanelMailListControls.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDMailRecipient)).BeginInit();
this.SuspendLayout();
//
@@ -366,7 +375,6 @@ namespace GrasscutterTools.Forms
//
// TPRemoteCall
//
- resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
this.TPRemoteCall.Controls.Add(this.LnkLinks);
this.TPRemoteCall.Controls.Add(this.LnkGOODHelp);
this.TPRemoteCall.Controls.Add(this.LnkInventoryKamera);
@@ -378,6 +386,7 @@ 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);
@@ -475,15 +484,14 @@ namespace GrasscutterTools.Forms
//
// TPOpenCommandCheck
//
- resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
this.TPOpenCommandCheck.Controls.Add(this.TPPlayerCheck);
this.TPOpenCommandCheck.Controls.Add(this.TPConsoleCheck);
+ resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
this.TPOpenCommandCheck.Name = "TPOpenCommandCheck";
this.TPOpenCommandCheck.SelectedIndex = 0;
//
// TPPlayerCheck
//
- resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
this.TPPlayerCheck.Controls.Add(this.LnkRCHelp);
this.TPPlayerCheck.Controls.Add(this.NUDRemotePlayerId);
this.TPPlayerCheck.Controls.Add(this.BtnConnectOpenCommand);
@@ -491,6 +499,7 @@ namespace GrasscutterTools.Forms
this.TPPlayerCheck.Controls.Add(this.BtnSendVerificationCode);
this.TPPlayerCheck.Controls.Add(this.NUDVerificationCode);
this.TPPlayerCheck.Controls.Add(this.LblRemotePlayerId);
+ resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
this.TPPlayerCheck.Name = "TPPlayerCheck";
this.TPPlayerCheck.UseVisualStyleBackColor = true;
//
@@ -562,11 +571,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;
//
@@ -611,10 +620,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;
//
@@ -639,10 +648,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;
//
@@ -660,8 +669,8 @@ namespace GrasscutterTools.Forms
//
// DTPBanEndTime
//
- resources.ApplyResources(this.DTPBanEndTime, "DTPBanEndTime");
this.DTPBanEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
+ resources.ApplyResources(this.DTPBanEndTime, "DTPBanEndTime");
this.DTPBanEndTime.MaxDate = new System.DateTime(2034, 12, 31, 0, 0, 0, 0);
this.DTPBanEndTime.MinDate = new System.DateTime(2022, 6, 28, 0, 0, 0, 0);
this.DTPBanEndTime.Name = "DTPBanEndTime";
@@ -683,8 +692,8 @@ namespace GrasscutterTools.Forms
//
// TxtBanReason
//
- resources.ApplyResources(this.TxtBanReason, "TxtBanReason");
this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ resources.ApplyResources(this.TxtBanReason, "TxtBanReason");
this.TxtBanReason.Maximum = 0F;
this.TxtBanReason.Minimum = 0F;
this.TxtBanReason.Name = "TxtBanReason";
@@ -784,10 +793,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
@@ -849,7 +858,6 @@ namespace GrasscutterTools.Forms
//
// TPScene
//
- resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Controls.Add(this.TxtSceneFilter);
this.TPScene.Controls.Add(this.ChkIncludeSceneId);
this.TPScene.Controls.Add(this.LblTpZ);
@@ -864,6 +872,7 @@ namespace GrasscutterTools.Forms
this.TPScene.Controls.Add(this.LblSceneDescription);
this.TPScene.Controls.Add(this.ListScenes);
this.TPScene.Controls.Add(this.LblTp);
+ resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Name = "TPScene";
this.TPScene.UseVisualStyleBackColor = true;
//
@@ -998,7 +1007,6 @@ namespace GrasscutterTools.Forms
//
// TPItem
//
- resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Controls.Add(this.LblClearGiveItemLogs);
this.TPItem.Controls.Add(this.BtnSaveGiveItemLog);
this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog);
@@ -1011,6 +1019,7 @@ namespace GrasscutterTools.Forms
this.TPItem.Controls.Add(this.NUDGameItemAmout);
this.TPItem.Controls.Add(this.NUDGameItemLevel);
this.TPItem.Controls.Add(this.LblGiveCommandDescription);
+ resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Name = "TPItem";
this.TPItem.UseVisualStyleBackColor = true;
//
@@ -1128,7 +1137,6 @@ 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,6 +1147,7 @@ namespace GrasscutterTools.Forms
this.TPWeapon.Controls.Add(this.NUDWeaponAmout);
this.TPWeapon.Controls.Add(this.NUDWeaponLevel);
this.TPWeapon.Controls.Add(this.ListWeapons);
+ resources.ApplyResources(this.TPWeapon, "TPWeapon");
this.TPWeapon.Name = "TPWeapon";
this.TPWeapon.UseVisualStyleBackColor = true;
//
@@ -1242,14 +1251,58 @@ namespace GrasscutterTools.Forms
//
// TPAvatar
//
- resources.ApplyResources(this.TPAvatar, "TPAvatar");
+ this.TPAvatar.Controls.Add(this.GrpSetConstellation);
this.TPAvatar.Controls.Add(this.GrpSetStats);
this.TPAvatar.Controls.Add(this.GrpTalentLevel);
- this.TPAvatar.Controls.Add(this.LblStatsDescription);
this.TPAvatar.Controls.Add(this.GrpGiveAvatar);
+ resources.ApplyResources(this.TPAvatar, "TPAvatar");
this.TPAvatar.Name = "TPAvatar";
this.TPAvatar.UseVisualStyleBackColor = true;
//
+ // GrpSetConstellation
+ //
+ this.GrpSetConstellation.Controls.Add(this.LnkSetAllConst);
+ this.GrpSetConstellation.Controls.Add(this.LnkSetConst);
+ this.GrpSetConstellation.Controls.Add(this.NUDSetConstellation);
+ resources.ApplyResources(this.GrpSetConstellation, "GrpSetConstellation");
+ this.GrpSetConstellation.Name = "GrpSetConstellation";
+ this.GrpSetConstellation.TabStop = false;
+ //
+ // LnkSetAllConst
+ //
+ resources.ApplyResources(this.LnkSetAllConst, "LnkSetAllConst");
+ this.LnkSetAllConst.Name = "LnkSetAllConst";
+ this.LnkSetAllConst.TabStop = true;
+ this.LnkSetAllConst.Tag = "";
+ this.LnkSetAllConst.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetConst_LinkClicked);
+ //
+ // LnkSetConst
+ //
+ resources.ApplyResources(this.LnkSetConst, "LnkSetConst");
+ this.LnkSetConst.Name = "LnkSetConst";
+ this.LnkSetConst.TabStop = true;
+ this.LnkSetConst.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetConst_LinkClicked);
+ //
+ // NUDSetConstellation
+ //
+ resources.ApplyResources(this.NUDSetConstellation, "NUDSetConstellation");
+ this.NUDSetConstellation.Maximum = new decimal(new int[] {
+ 6,
+ 0,
+ 0,
+ 0});
+ this.NUDSetConstellation.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDSetConstellation.Name = "NUDSetConstellation";
+ this.NUDSetConstellation.Value = new decimal(new int[] {
+ 6,
+ 0,
+ 0,
+ 0});
+ //
// GrpSetStats
//
resources.ApplyResources(this.GrpSetStats, "GrpSetStats");
@@ -1276,9 +1329,9 @@ namespace GrasscutterTools.Forms
//
// LblStatTip
//
- resources.ApplyResources(this.LblStatTip, "LblStatTip");
this.LblStatTip.AutoEllipsis = true;
this.LblStatTip.ForeColor = System.Drawing.SystemColors.GrayText;
+ resources.ApplyResources(this.LblStatTip, "LblStatTip");
this.LblStatTip.Name = "LblStatTip";
//
// LblStatPercent
@@ -1303,9 +1356,9 @@ namespace GrasscutterTools.Forms
//
// CmbStat
//
- resources.ApplyResources(this.CmbStat, "CmbStat");
this.CmbStat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbStat.FormattingEnabled = true;
+ resources.ApplyResources(this.CmbStat, "CmbStat");
this.CmbStat.Name = "CmbStat";
//
// GrpTalentLevel
@@ -1362,11 +1415,6 @@ namespace GrasscutterTools.Forms
0,
0});
//
- // LblStatsDescription
- //
- resources.ApplyResources(this.LblStatsDescription, "LblStatsDescription");
- this.LblStatsDescription.Name = "LblStatsDescription";
- //
// GrpGiveAvatar
//
resources.ApplyResources(this.GrpGiveAvatar, "GrpGiveAvatar");
@@ -1385,9 +1433,9 @@ namespace GrasscutterTools.Forms
//
// CmbAvatar
//
- resources.ApplyResources(this.CmbAvatar, "CmbAvatar");
this.CmbAvatar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbAvatar.FormattingEnabled = true;
+ resources.ApplyResources(this.CmbAvatar, "CmbAvatar");
this.CmbAvatar.Name = "CmbAvatar";
this.CmbAvatar.SelectedIndexChanged += new System.EventHandler(this.CmbAvatar_SelectedIndexChanged);
//
@@ -1479,7 +1527,6 @@ namespace GrasscutterTools.Forms
//
// TPSpawn
//
- resources.ApplyResources(this.TPSpawn, "TPSpawn");
this.TPSpawn.Controls.Add(this.ChkInfiniteHP);
this.TPSpawn.Controls.Add(this.LblClearSpawnLogs);
this.TPSpawn.Controls.Add(this.BtnSaveSpawnLog);
@@ -1493,6 +1540,7 @@ namespace GrasscutterTools.Forms
this.TPSpawn.Controls.Add(this.NUDEntityLevel);
this.TPSpawn.Controls.Add(this.TxtEntityFilter);
this.TPSpawn.Controls.Add(this.ListEntity);
+ resources.ApplyResources(this.TPSpawn, "TPSpawn");
this.TPSpawn.Name = "TPSpawn";
this.TPSpawn.UseVisualStyleBackColor = true;
//
@@ -1632,13 +1680,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;
//
@@ -1710,7 +1758,6 @@ namespace GrasscutterTools.Forms
//
// TPArtifact
//
- resources.ApplyResources(this.TPArtifact, "TPArtifact");
this.TPArtifact.Controls.Add(this.LblArtifactLevelTip);
this.TPArtifact.Controls.Add(this.BtnAddSubAttr);
this.TPArtifact.Controls.Add(this.LblArtifactName);
@@ -1730,6 +1777,7 @@ namespace GrasscutterTools.Forms
this.TPArtifact.Controls.Add(this.NUDArtifactLevel);
this.TPArtifact.Controls.Add(this.LblArtifactStars);
this.TPArtifact.Controls.Add(this.NUDArtifactStars);
+ resources.ApplyResources(this.TPArtifact, "TPArtifact");
this.TPArtifact.Name = "TPArtifact";
this.TPArtifact.UseVisualStyleBackColor = true;
//
@@ -1895,7 +1943,6 @@ namespace GrasscutterTools.Forms
//
// TPCustom
//
- resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Controls.Add(this.BtnExportCustomCommands);
this.TPCustom.Controls.Add(this.BtnLoadCustomCommands);
this.TPCustom.Controls.Add(this.LblCustomName);
@@ -1903,6 +1950,7 @@ namespace GrasscutterTools.Forms
this.TPCustom.Controls.Add(this.BtnRemoveCustomCommand);
this.TPCustom.Controls.Add(this.BtnSaveCustomCommand);
this.TPCustom.Controls.Add(this.TxtCustomName);
+ resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Name = "TPCustom";
this.TPCustom.UseVisualStyleBackColor = true;
//
@@ -1966,7 +2014,6 @@ 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);
@@ -1974,6 +2021,7 @@ 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;
//
@@ -2038,9 +2086,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
@@ -2051,9 +2099,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
@@ -2108,11 +2156,10 @@ 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);
+ this.TPMail.Controls.Add(this.TCMailRight);
this.TPMail.Controls.Add(this.BtnSendMail);
this.TPMail.Controls.Add(this.ListMailItems);
this.TPMail.Controls.Add(this.LblMailItemsLabel);
@@ -2126,6 +2173,7 @@ 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;
//
@@ -2150,26 +2198,44 @@ namespace GrasscutterTools.Forms
this.BtnDeleteMailItem.UseVisualStyleBackColor = true;
this.BtnDeleteMailItem.Click += new System.EventHandler(this.BtnDeleteMailItem_Click);
//
- // tabControl1
+ // TCMailRight
//
- resources.ApplyResources(this.tabControl1, "tabControl1");
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
+ resources.ApplyResources(this.TCMailRight, "TCMailRight");
+ this.TCMailRight.Controls.Add(this.tabPage1);
+ this.TCMailRight.Controls.Add(this.tabPage2);
+ this.TCMailRight.Name = "TCMailRight";
+ this.TCMailRight.SelectedIndex = 0;
//
// tabPage1
//
- 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.PanelMailItemArgs);
+ 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);
+ //
+ // ListMailSelectableItems
+ //
+ resources.ApplyResources(this.ListMailSelectableItems, "ListMailSelectableItems");
+ this.ListMailSelectableItems.FormattingEnabled = true;
+ this.ListMailSelectableItems.Name = "ListMailSelectableItems";
+ //
+ // PanelMailItemArgs
+ //
+ this.PanelMailItemArgs.Controls.Add(this.NUDMailItemLevel);
+ this.PanelMailItemArgs.Controls.Add(this.NUDMailItemCount);
+ this.PanelMailItemArgs.Controls.Add(this.LblMailItemCount);
+ this.PanelMailItemArgs.Controls.Add(this.LblMailItemLevel);
+ resources.ApplyResources(this.PanelMailItemArgs, "PanelMailItemArgs");
+ this.PanelMailItemArgs.Name = "PanelMailItemArgs";
+ //
// NUDMailItemLevel
//
resources.ApplyResources(this.NUDMailItemLevel, "NUDMailItemLevel");
@@ -2210,37 +2276,38 @@ namespace GrasscutterTools.Forms
0,
0});
//
- // TxtMailSelectableItemFilter
+ // LblMailItemCount
//
- 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";
+ resources.ApplyResources(this.LblMailItemCount, "LblMailItemCount");
+ this.LblMailItemCount.Name = "LblMailItemCount";
//
// 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);
+ this.tabPage2.Controls.Add(this.PanelMailListControls);
+ resources.ApplyResources(this.tabPage2, "tabPage2");
this.tabPage2.Name = "tabPage2";
this.tabPage2.UseVisualStyleBackColor = true;
//
+ // ListMailList
+ //
+ resources.ApplyResources(this.ListMailList, "ListMailList");
+ this.ListMailList.FormattingEnabled = true;
+ this.ListMailList.Name = "ListMailList";
+ this.ListMailList.SelectedIndexChanged += new System.EventHandler(this.ListMailList_SelectedIndexChanged);
+ //
+ // PanelMailListControls
+ //
+ this.PanelMailListControls.Controls.Add(this.BtnClearMail);
+ this.PanelMailListControls.Controls.Add(this.BtnRemoveMail);
+ resources.ApplyResources(this.PanelMailListControls, "PanelMailListControls");
+ this.PanelMailListControls.Name = "PanelMailListControls";
+ //
// BtnClearMail
//
resources.ApplyResources(this.BtnClearMail, "BtnClearMail");
@@ -2255,13 +2322,6 @@ namespace GrasscutterTools.Forms
this.BtnRemoveMail.UseVisualStyleBackColor = true;
this.BtnRemoveMail.Click += new System.EventHandler(this.BtnRemoveMail_Click);
//
- // ListMailList
- //
- resources.ApplyResources(this.ListMailList, "ListMailList");
- this.ListMailList.FormattingEnabled = true;
- this.ListMailList.Name = "ListMailList";
- this.ListMailList.SelectedIndexChanged += new System.EventHandler(this.ListMailList_SelectedIndexChanged);
- //
// BtnSendMail
//
resources.ApplyResources(this.BtnSendMail, "BtnSendMail");
@@ -2398,7 +2458,9 @@ namespace GrasscutterTools.Forms
((System.ComponentModel.ISupportInitialize)(this.NUDWeaponAmout)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUDWeaponLevel)).EndInit();
this.TPAvatar.ResumeLayout(false);
- this.TPAvatar.PerformLayout();
+ this.GrpSetConstellation.ResumeLayout(false);
+ this.GrpSetConstellation.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDSetConstellation)).EndInit();
this.GrpSetStats.ResumeLayout(false);
this.GrpSetStats.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDStat)).EndInit();
@@ -2439,12 +2501,15 @@ namespace GrasscutterTools.Forms
this.TCMain.ResumeLayout(false);
this.TPMail.ResumeLayout(false);
this.TPMail.PerformLayout();
- this.tabControl1.ResumeLayout(false);
+ this.TCMailRight.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
+ this.PanelMailItemArgs.ResumeLayout(false);
+ this.PanelMailItemArgs.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDMailItemLevel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUDMailItemCount)).EndInit();
this.tabPage2.ResumeLayout(false);
+ this.PanelMailListControls.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUDMailRecipient)).EndInit();
this.ResumeLayout(false);
@@ -2662,7 +2727,7 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.Label LblMailItemLevel;
private System.Windows.Forms.NumericUpDown NUDMailItemCount;
private System.Windows.Forms.Label LblMailItemCount;
- private System.Windows.Forms.TabControl tabControl1;
+ private System.Windows.Forms.TabControl TCMailRight;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.ListBox ListMailList;
@@ -2684,7 +2749,12 @@ namespace GrasscutterTools.Forms
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;
+ private System.Windows.Forms.Panel PanelMailItemArgs;
+ private System.Windows.Forms.Panel PanelMailListControls;
+ private System.Windows.Forms.GroupBox GrpSetConstellation;
+ private System.Windows.Forms.LinkLabel LnkSetAllConst;
+ private System.Windows.Forms.LinkLabel LnkSetConst;
+ private System.Windows.Forms.NumericUpDown NUDSetConstellation;
}
}
diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs
index 07db017..c81b28a 100644
--- a/Source/GrasscutterTools/Forms/FormMain.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.cs
@@ -149,6 +149,9 @@ namespace GrasscutterTools.Forms
// 保存开放命令设置
SaveOpenCommand();
+ // 保存邮件设置
+ SaveMailSettings();
+
// 保存默认设置
Settings.Default.Save();
}
@@ -1056,6 +1059,71 @@ namespace GrasscutterTools.Forms
SetCommand("/give avatars", $"lv{level} c{constellation}");
}
+ ///
+ /// 初始化数据列表
+ ///
+ private void InitStatList()
+ {
+ LblStatTip.Text = "";
+ SetStatsCommand.InitStats();
+ CmbStat.Items.Clear();
+ CmbStat.Items.AddRange(SetStatsCommand.Stats.Select(s => s.Name).ToArray());
+ }
+
+ ///
+ /// 数据页面输入改变时触发
+ ///
+ private void SetStatsInputChanged(object sender, EventArgs e)
+ {
+ if (CmbStat.SelectedIndex < 0)
+ return;
+ else
+ BtnLockStat.Enabled = BtnUnlockStat.Enabled = true;
+
+ var stat = SetStatsCommand.Stats[CmbStat.SelectedIndex];
+ LblStatPercent.Visible = stat.Percent;
+ LblStatTip.Text = stat.Tip;
+
+ SetCommand("/setstats", $"{stat.ArgName} {NUDStat.Value}{(stat.Percent ? "%" : "")}");
+ }
+
+ ///
+ /// 点击锁定按钮时触发
+ ///
+ private void BtnLockStat_Click(object sender, EventArgs e)
+ {
+ var stat = SetStatsCommand.Stats[CmbStat.SelectedIndex];
+ SetCommand("/setstats", $"lock {stat.ArgName} {NUDStat.Value}{(stat.Percent ? "%" : "")}");
+ }
+
+ ///
+ /// 点击解锁按钮时触发
+ ///
+ private void BtnUnlockStat_Click(object sender, EventArgs e)
+ {
+ var stat = SetStatsCommand.Stats[CmbStat.SelectedIndex];
+ SetCommand("/setstats", $"unlock {stat.ArgName}");
+ }
+
+ ///
+ /// 点击设置技能按钮时触发
+ ///
+ private void LnkSetTalentClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ {
+ SetCommand("/talent", $"{(sender as LinkLabel).Tag} {NUDTalentLevel.Value}");
+ }
+
+ ///
+ /// 设置命座链接标签点击时触发
+ ///
+ private void LnkSetConst_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ {
+ if (NUDSetConstellation.Value >= 0)
+ SetCommand("/setConst", $"{NUDSetConstellation.Value}" + (sender == LnkSetAllConst ? " all" : string.Empty));
+ else
+ SetCommand("/resetConst", (sender == LnkSetAllConst ? "all" : string.Empty));
+ }
+
#endregion - 角色 Avatars -
#region - 生成 Spawns -
@@ -1305,64 +1373,6 @@ namespace GrasscutterTools.Forms
#endregion - 场景 Scenes -
- #region - 数据 Stats -
-
- ///
- /// 初始化数据列表
- ///
- private void InitStatList()
- {
- LblStatTip.Text = "";
- SetStatsCommand.InitStats();
- CmbStat.Items.Clear();
- CmbStat.Items.AddRange(SetStatsCommand.Stats.Select(s => s.Name).ToArray());
- }
-
- ///
- /// 数据页面输入改变时触发
- ///
- private void SetStatsInputChanged(object sender, EventArgs e)
- {
- if (CmbStat.SelectedIndex < 0)
- return;
- else
- BtnLockStat.Enabled = BtnUnlockStat.Enabled = true;
-
- var stat = SetStatsCommand.Stats[CmbStat.SelectedIndex];
- LblStatPercent.Visible = stat.Percent;
- LblStatTip.Text = stat.Tip;
-
- SetCommand("/setstats", $"{stat.ArgName} {NUDStat.Value}{(stat.Percent ? "%" : "")}");
- }
-
- ///
- /// 点击锁定按钮时触发
- ///
- private void BtnLockStat_Click(object sender, EventArgs e)
- {
- var stat = SetStatsCommand.Stats[CmbStat.SelectedIndex];
- SetCommand("/setstats", $"lock {stat.ArgName} {NUDStat.Value}{(stat.Percent ? "%" : "")}");
- }
-
- ///
- /// 点击解锁按钮时触发
- ///
- private void BtnUnlockStat_Click(object sender, EventArgs e)
- {
- var stat = SetStatsCommand.Stats[CmbStat.SelectedIndex];
- SetCommand("/setstats", $"unlock {stat.ArgName}");
- }
-
- ///
- /// 点击设置技能按钮时触发
- ///
- private void LnkSetTalentClicked(object sender, LinkLabelLinkClickedEventArgs e)
- {
- SetCommand("/talent", $"{(sender as LinkLabel).Tag} {NUDTalentLevel.Value}");
- }
-
- #endregion - 数据 Stats -
-
#region - 管理 Management -
///
@@ -1446,6 +1456,14 @@ namespace GrasscutterTools.Forms
LoadMailSelectableItems();
}
+ ///
+ /// 保存邮件设置
+ ///
+ private void SaveMailSettings()
+ {
+ Settings.Default.DefaultMailSender = TxtMailSender.Text;
+ }
+
///
/// 点击清空邮件内容时触发
///
@@ -1558,13 +1576,23 @@ namespace GrasscutterTools.Forms
#region -- 邮件附件可选列表 Mail item selectable list --
+ private string[] MailSelectableItems;
+
///
/// 加载附件可选项列表
///
private void LoadMailSelectableItems()
{
+ MailSelectableItems = new string[GameData.Items.Count + GameData.Weapons.Count + GameData.Artifacts.Count];
+ int i = 0;
+ GameData.Items.Lines.CopyTo(MailSelectableItems, i); i += GameData.Items.Count;
+ GameData.Weapons.Lines.CopyTo(MailSelectableItems, i); i += GameData.Weapons.Count;
+ GameData.Artifacts.Lines.CopyTo(MailSelectableItems, i); i += GameData.Artifacts.Count;
+
+ Array.Sort(MailSelectableItems, (a, b) => ItemMap.ToId(a) - ItemMap.ToId(b));
+
ListMailSelectableItems.Items.Clear();
- ListMailSelectableItems.Items.AddRange(GameData.Items.Lines);
+ ListMailSelectableItems.Items.AddRange(MailSelectableItems);
}
///
@@ -1572,7 +1600,7 @@ namespace GrasscutterTools.Forms
///
private void TxtMailSelectableItemFilter_TextChanged(object sender, EventArgs e)
{
- UIUtil.ListBoxFilter(ListMailSelectableItems, GameData.Items.Lines, TxtMailSelectableItemFilter.Text);
+ UIUtil.ListBoxFilter(ListMailSelectableItems, MailSelectableItems, TxtMailSelectableItemFilter.Text);
}
#endregion
diff --git a/Source/GrasscutterTools/Forms/FormMain.en-us.resx b/Source/GrasscutterTools/Forms/FormMain.en-us.resx
index 28822b4..1186879 100644
--- a/Source/GrasscutterTools/Forms/FormMain.en-us.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.en-us.resx
@@ -532,6 +532,21 @@ In the command, you can use ~ to indicate the current position, and ~N to indica
Avatar
+
+ Constellation
+
+
+ 43, 17
+
+
+ Set all
+
+
+ 71, 17
+
+
+ Set current
+
Stats
@@ -586,12 +601,6 @@ In the command, you can use ~ to indicate the current position, and ~N to indica
96, 23
-
- 179, 17
-
-
- Set current active Avatar data
-
Give All Char
@@ -901,22 +910,13 @@ Therefore, the quest can be added and finished, but not necessarily work.Items
- 175, 176
+ 171, 4
- 51, 176
-
-
- 127, 178
-
-
- 40, 17
-
-
- Level:
+ 47, 4
- 1, 178
+ 3, 6
45, 17
@@ -924,17 +924,26 @@ Therefore, the quest can be added and finished, but not necessarily work.
Count:
+
+ 123, 6
+
+
+ 40, 17
+
+
+ Level:
+
Mailbox
- 84, 176
+ 84, 4
× Clear
- 3, 177
+ 3, 4
- Delete
diff --git a/Source/GrasscutterTools/Forms/FormMain.resx b/Source/GrasscutterTools/Forms/FormMain.resx
index 255d789..4abc193 100644
--- a/Source/GrasscutterTools/Forms/FormMain.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.resx
@@ -117,5236 +117,2746 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 3
+
+
+ Top, Left, Right
-
- 283, 39
+
+ 87, 22
-
- 174, 67
+
+ 450, 23
-
- 6, 218
-
-
- LblPlayerCountLabel
-
-
-
- Top
-
-
- 19, 17
-
-
- 265, 77
-
-
- Bottom, Left
-
-
- 391, 39
-
-
- True
-
-
- 17
-
-
- 593, 216
-
-
- Bottom, Left
-
-
- tabPage2
-
-
- 6, 158
-
-
- TPSpawn
-
-
- 2
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- 5
-
-
- Bottom, Left
-
-
- TPConsoleCheck
-
-
- NoControl
-
-
- BtnSendMail
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- None
-
-
- 133, 21
-
-
- 25, 45
-
-
- 60, 23
-
-
- NUDAvatarLevel
-
-
- 列表过滤
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 完成任务
-
-
- 3, 3, 3, 3
-
-
- 6
-
-
- 1
-
-
- NoControl
-
-
- GrpSettings
-
-
- 44, 17
-
-
- TPItem
-
-
- None
-
-
- GrpSetStats
-
-
+
+
0
-
- 8
+
+ TxtCommand
-
- 42, 17
-
-
- 连接
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 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
-
-
- True
-
-
- 2
-
-
- NoControl
-
-
- True
-
-
- GrpGiveAvatar
-
-
- GrpGiveAvatar
-
-
- GOOD
-
-
- TPPlayerCheck
-
-
- NoControl
-
-
- System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 3
-
-
- 293, 161
-
-
- 99, 45
-
-
- 8
-
-
- 6, 67
-
-
- 51, 23
-
-
- 6, 105
-
-
- 6
-
-
- NoControl
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 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
-
-
- 75, 23
-
-
- 9
-
-
- TPSpawn
-
-
- 6, 96
-
-
- 99, 21
-
-
- 110, 23
-
-
- BtnBan
-
-
- BtnUnlockStat
-
-
- 5
-
-
- 125, 25
-
-
- Top, Left, Right
-
-
- 210, 17
-
-
- 角色
-
-
- NoControl
-
-
- 服务器状态
-
-
- NUDUid
-
-
- 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
-
-
- 15
-
-
- 32, 17
-
-
- 4
-
-
- 10
-
-
- LblMailItemLevel
-
-
- 10
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
GrpCommand
-
- 3, 3, 3, 3
+
+ 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
+
+
+ NoControl
+
+
+ 6, 22
+
+
+ 75, 23
+
+
+ 3
+
+
+ 执行(F5)
+
+
+ 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
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 444, 206
+
+
+ 37, 17
+
+
+ 14
+
+
+ Links
+
+
+ LnkLinks
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 0
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 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
-
- 10
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- NUDGameItemAmout
+
+ TPRemoteCall
-
- TPScene
+
+ 4
-
- TPWeapon
+
+ 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
+
+
+ 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
+
+
+ 25, 45
+
+
+ 68, 17
+
+
+ 15
+
+
+ 当前玩家数
+
+
+ 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
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 189, 15
+
+
+ 32, 17
+
+
+ 9
+
+
+ 帮助
+
+
+ LnkRCHelp
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 0
+
+
+ 65, 13
+
+
+ 118, 23
+
+
+ 8
+
+
+ NUDRemotePlayerId
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 1
+
+
+ False
+
+
+ NoControl
+
+
+ 92, 82
+
+
+ 100, 23
+
+
+ 13
+
+
+ 连接
+
+
+ BtnConnectOpenCommand
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 15, 44
+
+
+ 44, 17
+
+
+ 10
+
+
+ 验证码
+
+
+ LblVerificationCode
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 3
+
+
+ NoControl
+
+
+ 189, 42
+
+
+ 100, 23
+
+
+ 12
+
+
+ 发送验证码
+
+
+ BtnSendVerificationCode
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 4
+
+
+ False
+
+
+ 65, 42
+
+
+ 118, 23
+
+
+ 11
+
+
+ NUDVerificationCode
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
5
-
- 5
+
+ True
-
- 200, 153
+
+ NoControl
-
- 语言/Language/язык
+
+ 29, 15
-
- 20
+
+ 30, 17
-
+
+ 7
+
+
+ UID
+
+
+ LblRemotePlayerId
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TPPlayerCheck
+
+
+ 6
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 296, 109
+
+
+ 0
+
+
+ 玩家验证
+
+
+ TPPlayerCheck
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPOpenCommandCheck
+
+
+ 0
+
+
+ NoControl
+
+
+ 92, 82
+
+
+ 100, 23
+
+
+ 2
+
+
+ 连接
+
+
+ BtnConsoleConnect
+
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 218, 161
+
+ TPConsoleCheck
-
- GrpGiveAvatar
+
+ 0
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 65, 13
-
+
+ 182, 23
+
+
+ 1
+
+
+ TxtToken
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 15, 16
+
+
+ 44, 17
+
+
+ 0
+
+
+ Token
+
+
+ LblToken
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 2
+
+
+ Microsoft YaHei UI, 9pt, style=Italic
+
+
+ NoControl
+
+
+ 15, 39
+
+
+ 275, 40
+
+
+ 3
+
+
+ 请注意,控制台状态下普通命令必须指定目标
+(即设置包含UID)
+
+
+ LblConsoleTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 3
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 296, 111
+
+
+ 1
+
+
+ 控制台
+
+
+ TPConsoleCheck
+
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TPOpenCommandCheck
+
+
+ 1
+
+
+ Fill
+
+
+ 3, 19
+
+
+ 304, 139
+
+
+ 7
+
+
+ TPOpenCommandCheck
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpRemoteCommand
+
+
+ 0
+
+
+ False
+
+
+ 72, 65
+
+
+ 310, 161
+
+
+ 6
+
+
+ 远程执行
+
+
+ GrpRemoteCommand
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 7
+
+
+ None
+
+
+ 144, 36
+
+
+ 182, 23
+
+
+ 2
+
+
+ TxtHost
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 8
+
+
+ None
+
+
+ NoControl
+
+
+ 332, 36
+
+
+ 50, 23
+
+
+ 3
+
+
+ 查询
+
+
+ BtnQueryServerStatus
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 9
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 70, 39
+
+
+ 68, 17
+
+
+ 1
+
+
+ 服务器地址
+
+
+ LblHost
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 10
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 14
+
+
+ 远程
+
+
+ TPRemoteCall
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 12
+
+
+ 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
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 220
+
+
+ 46, 17
+
+
+ 4
+
+
+ Github
+
+
+ LnkGithub
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAbout
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 23
+
+
+ 334, 136
+
+
+ 3
+
割草机工具箱
这是一个免费且开源的项目
如果觉得这对你很有帮助,可以为我点一个免费的Star
如果愿意请我喝一杯奶茶,那就更好了 : )
-指令生成有问题,或者有新的功能请求,都可以来Github提出
+指令生成有问题,或者有新的功能请求,都可以来Github提出
+
+欢迎内测Q群: 457427536
-
+
+ LblSupportDescription
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- BtnRemoveCustomCommand
-
-
- 50, 21
-
-
- GrasscutterToolsSupport
-
-
- 4, 26
-
-
- 60, 23
-
-
- 一键获得所有角色
-
-
- GrpTalentLevel
-
-
- 10, 48
-
-
- GrpServerStatus
-
-
- 24
-
-
- 含场景ID
-
-
- 73, 6
-
-
- 104, 17
-
-
- 16
-
-
- 189, 15
-
-
- NoControl
-
-
- 660, 56
-
-
- 44, 17
-
-
- TPHome
-
-
- 66, 22
-
-
- 652, 245
-
-
- True
-
-
- 640, 204
-
-
- 121, 25
-
-
- 星级
-
-
- 设置
-
-
- 列出
-
-
- 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
+
+ 2
-
- 0
+
+ 4, 26
-
- 连接
-
-
- 10
-
-
- 260, 24
-
-
- 1
-
-
- NoControl
-
-
- 1
-
-
- 23, 17
-
-
- 6, 161
-
-
- TPRemoteCall
-
-
- 邮件
-
-
- NoControl
-
-
- 7, 24
-
-
- 场景
-
-
- TxtCustomName
-
-
- NUDWeaponLevel
-
-
- TPHome
-
-
- LnkLinks
+
+ 3, 3, 3, 3
652, 245
-
- 11
-
-
- X 清空
-
-
- TCMain
-
-
- True
-
-
- 182, 23
-
-
- Top, Left, Right
-
-
- $this
-
-
- 50, 159
-
-
- NoControl
-
-
- Bottom, Left
-
-
- True
-
-
- TPPlayerCheck
-
-
- 87, 22
-
-
- 1
-
-
- 2
-
-
- 0
-
-
- 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
-
-
- 10
-
-
- √ 记录
-
-
- 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
+
+ TPAbout
-
- TPCustom
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Bottom, Left
+
+ TCMain
-
- Bottom, Left
+
+ 11
-
- 12
+
+ None
-
- TPConsoleCheck
+
+ 154, 22
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 90, 23
-
- 300, 208
+
+ 13
-
- 1
+
+ DTPBanEndTime
-
- 4
+
+ System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 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
+
+ 0
-
- NUDRemotePlayerId
+
+ NoControl
-
- 23, 17
+
+ 473, 22
-
- Bottom, Left
+
+ 60, 23
-
- Bottom, Left
+
+ 12
-
- LblTpX
-
-
- TPScene
-
-
- BtnSendVerificationCode
-
-
- 14, 17
+
+ 解封
BtnUnban
-
- 43
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Bottom, Left, Right
+
+ GrpBanPlayer
-
- 73, 93
+
+ 1
-
+
NoControl
-
- GrpGiveAvatar
+
+ 407, 22
-
- TPCustom
+
+ 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
-
- LblGameItemAmount
+
+ 66, 22
-
- TPPlayerCheck
+
+ 82, 23
-
- 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
+
+ NUDBanUID
-
- NoControl
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ GrpBanPlayer
+
+
+ 4
+
+
True
-
- TPOpenCommandCheck
+
+ 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
+
+
+ 56, 158
+
+
+ 540, 60
+
+
+ 2
+
+
+ 封禁管理
+
+
+ GrpBanPlayer
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
+ 0
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 215, 23
+
+
+ 73, 21
+
+
+ 2
+
+
+ 指定UID
+
+
+ ChkAccountSetUid
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 0
+
+
+ 294, 22
+
+
+ 106, 23
+
+
+ 3
+
+
+ NUDAccountUid
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 1
+
+
+ NoControl
+
+
+ 473, 22
60, 23
-
- 7
+
+ 5
-
- 7
+
+ - 删除
-
+
+ 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
-
- Top, Bottom, Left, Right
+
+ test
+
+
+ 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
+
+
+ None
+
+
+ 250, 21
+
+
+ 150, 25
+
+
+ 7
+
+
+ CmbPerm
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 0
+
+
+ 66, 22
+
+
+ 140, 23
+
+
+ 6
+
+
+ NUDPermUID
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 1
+
+
+ NoControl
+
+
+ 473, 51
+
+
+ 60, 23
+
+
+ 7
+
+
+ x 清空
+
+
+ BtnPermClear
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 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
+
+
+ 56, 72
+
+
+ 540, 80
+
+
+ 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
+
+
+ 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
+
+
+ 含场景ID
+
+
+ ChkIncludeSceneId
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ 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
+
+
+ 121, 25
+
+
+ 3
+
+
+ CmbClimateType
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 9
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 72
+
+
+ 56, 17
+
+
+ 2
+
+
+ 设置天气
+
+
+ LblClimateType
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 10
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 224, 51
+
+
+ 1
场景控制
提示:大部分场景没有作用,无法进入。
-
- BtnGiveAllChar
+
+ LblSceneDescription
-
- 3
-
-
- Top, Bottom, Left, Right
-
-
- 标签
-
-
- BtnPermList
-
-
- Top
-
-
- GrpTalentLevel
-
-
- 12
-
-
- Bottom, Right
-
-
- 296, 111
-
-
- 11
-
-
- NoControl
-
-
- 1
-
-
- 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
-
-
- 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
+
+ 11
-
- 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
-
+
+ 17
+
+
+ 346, 31
+
+
+ 300, 208
+
+
0
-
- LblClearMailContent
+
+ ListScenes
-
- 生成
-
-
- 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
+
+ TPScene
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
+
+ 6, 105
-
- 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
+
+ 296, 51
11
-
- GrpCommand
+
+ 坐标传送
+提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送
+命令中可以用~表示当前位置,~100表示相对当前100
-
- TPArtifact
+
+ LblTp
-
- 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
+
+ TPScene
13
-
- 14
+
+ 4, 26
-
- 473, 22
+
+ 3, 3, 3, 3
-
- TPMail
+
+ 652, 245
-
- 525, 216
+
+ 9
-
- 60, 23
+
+ 场景
-
- 16
+
+ TPScene
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- BtnLoadCustomCommands
-
-
- 75, 23
-
-
- GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.7.0.0, Culture=neutral, PublicKeyToken=de2b1c089621e923
-
-
- TPAvatar
-
-
- TPMail
-
-
- TPArtifact
-
-
+
TCMain
-
- 10
+
+ 8
-
- 复制
+
+ Bottom, Left
-
+
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
-
+
+ 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
+
+
+ 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
+
+
+ 10, 48
+
+
+ 249, 162
+
+
+ 5
+
+
+ 物品记录本
+
+
+ GrpGiveItemRecord
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
3
+
+ Bottom, Left
+
+
+ True
+
+
+ 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
+
+
+ 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
+
+
+ 7
+
+
+ Bottom, Right
+
+
+ Microsoft YaHei UI, 10pt
+
+
+ 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
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 200, 153
+
+
+ 7
+
获取武器
@@ -5358,1427 +2868,4005 @@
>70级 突破5
>80级 突破6
-
- 内容:
+
+ LblWeaponDescription
-
- NoControl
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TPWeapon
+
+
+ 2
+
+
+ Bottom, Left
+
+
True
-
- 6, 25
+
+ 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
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Bottom, Left
-
- 329, 210
+
+ True
-
- 87, 21
+
+ NoControl
-
- 3, 19
+
+ 6, 218
-
- 1
+
+ 32, 17
-
- GrpPermission
+
+ 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
-
- 9, 175
+
+ 4, 26
-
- GrpTalentLevel
+
+ 3, 3, 3, 3
-
+
+ 652, 245
+
+
3
-
- LblTp
+
+ 武器
+
+
+ TPWeapon
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 6
+
+
+ True
+
+
+ 198, 24
+
+
+ 80, 17
+
+
+ 2
+
+
+ 设置所有角色
+
+
+ LnkSetAllConst
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetConstellation
+
+
+ 0
+
+
+ True
+
+
+ 112, 24
+
+
+ 80, 17
+
+
+ 1
+
+
+ 设置当前角色
+
+
+ LnkSetConst
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetConstellation
+
+
+ 1
+
+
+ 44, 22
+
+
+ 62, 23
+
+
+ 0
+
+
+ NUDSetConstellation
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetConstellation
+
+
+ 2
+
+
+ 288, 176
+
+
+ 332, 55
+
+
+ 15
+
+
+ 设置命座
+
+
+ GrpSetConstellation
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 0
+
+
+ None
+
+
+ False
+
+
+ NoControl
+
+
+ 174, 67
+
+
+ 125, 23
+
+
+ 6
+
+
+ 解锁
+
+
+ BtnUnlockStat
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 0
+
+
+ False
+
+
+ NoControl
+
+
+ 43, 67
+
+
+ 125, 23
+
+
+ 5
+
+
+ 锁定
+
+
+ BtnLockStat
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 1
+
+
+ NoControl
+
+
+ 40, 16
+
+
+ 286, 17
+
+
+ 4
+
+
+ 提示
+
+
+ LblStatTip
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ GrpSetStats
+
+
+ 2
+
+
+ True
+
+
NoControl
-
- 16
+
+ 283, 39
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 19, 17
-
- LblStatsDescription
+
+ 3
-
- 6
+
+ %
+
+
+ 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
+
+
+ 288, 13
+
+
+ 332, 96
+
+
+ 14
+
+
+ 角色属性
+
+
+ GrpSetStats
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 1
+
+
+ None
+
+
+ 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
+
+
+ 288, 115
+
+
+ 332, 55
+
+
+ 13
+
+
+ 技能等级
+
+
+ GrpTalentLevel
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 2
+
+
+ None
+
+
+ 89, 22
+
+
+ 110, 25
+
+
+ 0
+
+
+ CmbAvatar
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
GrpGiveAvatar
-
- GrpPermission
+
+ 0
-
+
+ True
+
+
+ NoControl
+
+
+ 201, 113
+
+
+ 46, 17
+
+
+ 10
+
+
+ *v1.4.1
+
+
+ LblAvatarSkillLevelTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 1
+
+
+ 89, 53
+
+
+ 110, 23
+
+
+ 1
+
+
+ NUDAvatarLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 2
+
+
+ Microsoft YaHei UI, 10pt
+
+
+ NoControl
+
+
+ 50, 159
+
+
+ 150, 35
+
+
+ 9
+
+
+ 一键获得所有角色
+
+
+ BtnGiveAllChar
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 27, 55
+
+
+ 32, 17
+
+
+ 2
+
+
+ 等级
+
+
+ LblAvatarLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 4
+
+
+ True
+
+
+ NoControl
+
+
+ 27, 113
+
+
+ 56, 17
+
+
+ 7
+
+
+ 技能等级
+
+
+ LblAvatarSkillLevelLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
5
True
-
+
NoControl
-
- 10
+
+ 27, 25
-
- Bottom, Left
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 17
-
-
- NoControl
-
-
- True
-
-
- 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
+
+ LblAvatar
-
+
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
+
+ 27, 84
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 32, 17
-
- 80, 23
+
+ 7
-
- NoControl
+
+ 命座
-
- 25, 17
+
+ LblAvatarConstellation
-
- LblGCVersion
-
-
- tabPage1
-
-
- 90, 190
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- BtnConsoleConnect
+
+ GrpGiveAvatar
-
+
+ 7
+
+
+ 89, 82
+
+
+ 110, 23
+
+
+ 6
+
+
+ NUDAvatarConstellation
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 8
+
+
+ 89, 111
+
+
+ 110, 23
+
+
+ 6
+
+
+ NUDAvatarSkillLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 9
+
+
+ 32, 13
+
+
+ 250, 218
+
+
+ 11
+
+
+ 获取角色
+
+
+ GrpGiveAvatar
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
3
-
- 3, 4, 3, 4
+
+ 4, 26
-
- BtnDeleteAccount
+
+ 3, 3, 3, 3
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 652, 245
+
+
+ 5
+
+
+ 角色
TPAvatar
-
- NUDMailItemCount
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 110, 25
+
+ TCMain
-
- 3
+
+ 5
-
- 484, 203
+
+ Bottom, Left
-
- TPMail
+
+ True
-
- LblSceneDescription
+
+ NoControl
-
+
+ 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
-
- LblLanguage
+
+ 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
+
+
+ Fill
+
+
+ 17
+
+
+ 3, 19
+
+
+ 244, 162
+
+
+ 9
+
+
+ ListSpawnLogs
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSpawnRecord
+
+
+ 0
+
+
+ 9, 26
+
+
+ 250, 184
+
+
+ 8
+
+
+ 生成记录本
+
+
+ GrpSpawnRecord
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ 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
+
+
+ 265, 120
+
+
+ 87, 87
+
+
+ 4
+
+
+ 列表分类
+
+
+ GrpEntityType
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 5
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 116, 17
+
+
12
-
- LnkTalentE
+
+ 在玩家附近召唤生物
-
+
+ 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
+
+
+ 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
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 26, 82
+
+
+ 75, 21
+
+
+ 2
+
+
+ 测试任务
+
+
+ ChkQuestFilterTEST
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpQuestFilters
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 26, 55
+
+
+ 99, 21
+
+
+ 1
+
+
+ 未发布的任务
+
+
+ ChkQuestFilterUNRELEASED
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpQuestFilters
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 26, 28
+
+
+ 87, 21
+
+
+ 0
+
+
+ 隐藏的任务
+
+
+ ChkQuestFilterHIDDEN
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpQuestFilters
+
+
+ 2
+
+
+ 202, 109
+
+
+ 150, 130
+
+
+ 7
+
+
+ 列表过滤
+
+
+ GrpQuestFilters
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 102, 216
+
+
+ 90, 23
+
+
+ 6
+
+
+ 完成任务
+
+
+ BtnFinishQuest
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 6, 216
+
+
+ 90, 23
+
+
+ 5
+
+
+ 添加任务
+
+
+ BtnAddQuest
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 2
+
+
+ Top, Bottom, Left
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 346, 100
+
+
+ 4
+
+
+ 添加或完成任务
+提示:许多任务需要服务端脚本支持
+因此任务可以接,可以完成,但是不一定可以做
+
+
+ LblQuestDescription
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 3
+
+
+ Top, Left, Right
+
+
+ 358, 5
+
+
+ 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
+
+
+ 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
+
+
+ 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
-
- 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
+
+ 16
-
- 怪物
-
-
- 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
+
+ True
+
+
+ NoControl
+
+
+ 353, 41
+
+
+ 32, 17
+
+
+ 43
+
+
+ 星级
+
+
+ LblArtifactStars
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 104, 23
+
+ TPArtifact
-
- TPMail
+
+ 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
+
+
+ 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
+
+
+ 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
-
- NUDTalentLevel
+
+ 5
+
+
+ 标签
+
+
+ LblCustomName
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 2
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ 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
+
+
+ 6, 6
+
+
+ 640, 204
+
+
+ 1
+
+
+ 列表
+
+
+ groupBox1
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 3
+
+
+ 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
+
+
+ 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
+
+
+ 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
-
- 4
+
+ 1
-
+
+ Left
+
+
+ True
+
+
+ Microsoft YaHei UI, 13pt
+
+
NoControl
-
- CenterScreen
+
+ 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
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 8
-
- 652, 245
+
+ 文本浏览器
-
- + 创建
+
+ BtnOpenTextMap
-
- Fill
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- - 移除
+
+ TPHome
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 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
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
- 7
+
+ NoControl
-
- 2
+
+ 7, 83
-
- TPArtifact
+
+ 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
-
- 129, 11
+
+ CmbGcVersions
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 147, 82
+
+
+ 51, 21
+
+
+ 8
+
+
+ 置顶
+
+
+ ChkTopMost
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 2
+
+
+ 41, 51
+
+
+ 100, 25
+
+
+ 6
+
+
+ CmbLanguage
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 147, 54
+
+
+ 128, 17
+
+
+ 5
+
+
+ 语言/Language/язык
+
+
+ LblLanguage
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 4
+
+
+ 41, 22
+
+
+ 100, 23
+
+
+ 3
+
+
+ NUDUid
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 5
+
+
+ True
+
+
+ NoControl
+
+
+ 147, 23
+
+
+ 133, 21
+
+
+ 4
+
+
+ 生成的命令包含UID
+
+
+ ChkIncludeUID
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 6
+
+
+ True
+
+
+ NoControl
+
+
+ 7, 24
+
+
+ 30, 17
+
+
+ 1
+
+
+ UID
+
+
+ LblDefaultUid
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 7
+
+
+ 6, 128
+
+
+ 301, 111
+
+
+ 5
+
+
+ 设置
+
+
+ GrpSettings
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 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
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ 387, 92
+
+
+ 16, 17
+
+
+ 12
+
+
+ X
+
+
+ LblClearMailContent
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 329, 155
+
+
+ 75, 23
+
+
+ 8
+
+
+ + 添加
+
+
+ BtnAddMailItem
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 329, 184
+
+
+ 75, 23
+
+
+ 9
+
+
+ - 删除
+
+
+ BtnDeleteMailItem
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 2
+
+
+ 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
+
+
+ Top, Bottom, Left, Right
+
+
+ 17
+
+
+ 0, 26
+
+
+ 0, 0, 0, 0
+
+
+ 228, 140
+
+
+ 13
+
+
+ ListMailSelectableItems
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabPage1
+
+
+ 1
+
+
+ 171, 5
+
+
+ 50, 23
+
+
+ 15
+
+
+ NUDMailItemLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailItemArgs
+
+
+ 0
+
+
+ 47, 5
+
+
+ 60, 23
+
+
+ 14
+
+
+ NUDMailItemCount
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailItemArgs
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ -3, 7
+
+
+ 44, 17
+
+
+ 15
+
+
+ 数量:
+
+
+ LblMailItemCount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailItemArgs
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 123, 7
+
+
+ 44, 17
+
+
+ 17
+
+
+ 等级:
+
+
+ LblMailItemLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailItemArgs
+
+
+ 3
+
+
+ Bottom
+
+
+ 3, 171
+
+
+ 222, 30
+
+
+ 18
+
+
+ PanelMailItemArgs
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabPage1
+
+
+ 2
+
+
+ 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
+
+
+ TCMailRight
+
+
+ 0
+
+
+ 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
+
+
+ 0
+
+
+ NoControl
+
+
+ 84, 3
+
+
+ 75, 23
+
+
+ 18
+
+
+ × 清空
+
+
+ BtnClearMail
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailListControls
+
+
+ 0
+
+
+ NoControl
+
+
+ 3, 3
+
+
+ 75, 23
+
+
+ 17
+
+
+ - 删除
+
+
+ BtnRemoveMail
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailListControls
+
+
+ 1
+
+
+ Bottom
+
+
+ 3, 173
+
+
+ 222, 28
+
+
+ 19
+
+
+ PanelMailListControls
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabPage2
+
+
+ 1
+
+
+ 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
+
+
+ TCMailRight
+
+
+ 1
+
+
+ 410, 8
+
+
+ 236, 234
+
+
+ 11
+
+
+ TCMailRight
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 3
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 329, 210
+
+
+ 75, 32
+
+
+ 10
+
+
+ 发送
+
+
+ BtnSendMail
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ 17
+
+
+ 73, 155
+
+
+ 250, 89
+
+
+ 7
+
+
+ ListMailItems
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 5
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 158
+
+
+ 44, 17
+
+
+ 10
+
+
+ 附件:
+
+
+ LblMailItemsLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 6
+
+
+ 283, 35
+
+
+ 121, 23
+
+
+ 4
+
+
+ NUDMailRecipient
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 7
+
+
+ True
+
+
+ NoControl
+
+
+ 227, 35
+
+
+ 50, 21
+
+
+ 3
+
+
+ 玩家
+
+
+ RbMailSendToPlayer
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 8
+
+
+ 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
+
+
+ 9
+
+
+ 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
+
+
+ 10
+
+
+ Top, Bottom, Left
+
+
+ 73, 93
+
+
+ True
+
+
+ Vertical
+
+
+ 331, 56
+
+
+ 6
+
+
+ TxtMailContent
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 11
+
+
+ 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
+
+
+ 12
+
+
+ 73, 64
+
+
+ 331, 23
+
+
+ 5
+
+
+ TxtMailTitle
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 13
+
+
+ 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
+
+
+ 14
+
+
+ 73, 6
+
+
+ 331, 23
+
+
+ 1
+
+
+ TxtMailSender
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 15
+
+
+ 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
-
- 250, 200
+
+ 16
-
+
+ 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
-
- NoControl
+
+ TCMain
-
- NoControl
+
+ 10
-
- 5
+
+ 12, 12
-
- GrpSetStats
+
+ 610, 275
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 660, 275
-
- 数量
+
+ 4
+
+
+ TCMain
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 0
True
+
+ 7, 17
+
+
+ 684, 361
+
+
+ Microsoft YaHei UI, 9pt
+
+
+ 3, 4, 3, 4
+
+
+ 700, 400
+
+
+ CenterScreen
+
+
+ GrasscutterTools
+
+
+ FormMain
+
+
+ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
\ No newline at end of file
diff --git a/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx b/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx
index 65e9ee0..9f2d9b4 100644
--- a/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx
@@ -670,6 +670,24 @@
Персонаж
+
+ Установить созвездие
+
+
+ 178, 24
+
+
+ 28, 17
+
+
+ все
+
+
+ 60, 17
+
+
+ текущий
+
Статистика
@@ -727,12 +745,6 @@
94, 23
-
- 316, 17
-
-
- Установите текущие активные данные персонажа
-
Дать Персонаж
@@ -1147,22 +1159,13 @@
Предметы
- 175, 178
+ 172, 3
- 53, 178
-
-
- 117, 181
-
-
- 60, 17
-
-
- Уровень
+ 49, 3
- 1, 180
+ 1, 5
51, 17
@@ -1170,11 +1173,20 @@
Кол-во
+
+ 114, 6
+
+
+ 60, 17
+
+
+ Уровень
+
Почтовый ящик
- 112, 177
+ 114, 5
100, 23
@@ -1183,7 +1195,7 @@
× Очистить
- 6, 177
+ 8, 5
100, 23
diff --git a/Source/GrasscutterTools/Forms/FormMain.zh-TW.resx b/Source/GrasscutterTools/Forms/FormMain.zh-TW.resx
index 715657e..82eacce 100644
--- a/Source/GrasscutterTools/Forms/FormMain.zh-TW.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.zh-TW.resx
@@ -194,6 +194,9 @@
關於
+
+ 334, 102
+
割草機工具箱
@@ -296,6 +299,15 @@
等級
+
+ 設置命座
+
+
+ 設置所有角色
+
+
+ 設置當前角色
+
角色屬性
@@ -311,9 +323,6 @@
普通攻擊
-
- 設置當前活躍角色數據
-
一鍵獲得所有角色
@@ -436,36 +445,34 @@
郵件
+
+
+ NoControl
+
- 刪除
- 175, 180
+ 171, 4
- 51, 180
-
-
- 127, 182
-
-
- 等級:
+ 47, 4
- 1, 182
+ -3, 6
數量:
+
+ 123, 6
+
+
+ 等級:
+
郵件列表
-
- 87, 180
-
-
- 6, 181
-
- 刪除