diff --git a/Source/GrasscutterTools/Forms/FormMain.Designer.cs b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
index a49c97c..9897cc6 100644
--- a/Source/GrasscutterTools/Forms/FormMain.Designer.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
@@ -76,6 +76,7 @@ namespace GrasscutterTools.Forms
this.DTPBanEndTime = new System.Windows.Forms.DateTimePicker();
this.BtnUnban = new System.Windows.Forms.Button();
this.BtnBan = new System.Windows.Forms.Button();
+ this.TxtBanReason = new GrasscutterTools.Controls.TextBoxXP();
this.NUDBanUID = new System.Windows.Forms.NumericUpDown();
this.LblBanUID = new System.Windows.Forms.Label();
this.GrpAccount = new System.Windows.Forms.GroupBox();
@@ -321,7 +322,6 @@ namespace GrasscutterTools.Forms
this.TxtMailSender = new System.Windows.Forms.TextBox();
this.LblMailSenderLabel = new System.Windows.Forms.Label();
this.MenuSpawnEntityFilter = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.TxtBanReason = new GrasscutterTools.Controls.TextBoxXP();
this.GrpCommand.SuspendLayout();
this.TPRemoteCall.SuspendLayout();
this.GrpServerStatus.SuspendLayout();
@@ -451,6 +451,7 @@ namespace GrasscutterTools.Forms
//
// TPRemoteCall
//
+ resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
this.TPRemoteCall.Controls.Add(this.LnkLinks);
this.TPRemoteCall.Controls.Add(this.LnkGOODHelp);
this.TPRemoteCall.Controls.Add(this.LnkInventoryKamera);
@@ -462,7 +463,6 @@ namespace GrasscutterTools.Forms
this.TPRemoteCall.Controls.Add(this.TxtHost);
this.TPRemoteCall.Controls.Add(this.BtnQueryServerStatus);
this.TPRemoteCall.Controls.Add(this.LblHost);
- resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
this.TPRemoteCall.Name = "TPRemoteCall";
this.TPRemoteCall.UseVisualStyleBackColor = true;
this.TPRemoteCall.Enter += new System.EventHandler(this.TPRemoteCall_Enter);
@@ -560,14 +560,15 @@ namespace GrasscutterTools.Forms
//
// TPOpenCommandCheck
//
+ resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
this.TPOpenCommandCheck.Controls.Add(this.TPPlayerCheck);
this.TPOpenCommandCheck.Controls.Add(this.TPConsoleCheck);
- resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
this.TPOpenCommandCheck.Name = "TPOpenCommandCheck";
this.TPOpenCommandCheck.SelectedIndex = 0;
//
// TPPlayerCheck
//
+ resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
this.TPPlayerCheck.Controls.Add(this.LnkRCHelp);
this.TPPlayerCheck.Controls.Add(this.NUDRemotePlayerId);
this.TPPlayerCheck.Controls.Add(this.BtnConnectOpenCommand);
@@ -575,7 +576,6 @@ namespace GrasscutterTools.Forms
this.TPPlayerCheck.Controls.Add(this.BtnSendVerificationCode);
this.TPPlayerCheck.Controls.Add(this.NUDVerificationCode);
this.TPPlayerCheck.Controls.Add(this.LblRemotePlayerId);
- resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
this.TPPlayerCheck.Name = "TPPlayerCheck";
this.TPPlayerCheck.UseVisualStyleBackColor = true;
//
@@ -647,11 +647,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;
//
@@ -696,10 +696,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;
//
@@ -724,10 +724,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;
//
@@ -745,8 +745,8 @@ namespace GrasscutterTools.Forms
//
// DTPBanEndTime
//
- this.DTPBanEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
resources.ApplyResources(this.DTPBanEndTime, "DTPBanEndTime");
+ this.DTPBanEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.DTPBanEndTime.MaxDate = new System.DateTime(2034, 12, 31, 0, 0, 0, 0);
this.DTPBanEndTime.MinDate = new System.DateTime(2022, 6, 28, 0, 0, 0, 0);
this.DTPBanEndTime.Name = "DTPBanEndTime";
@@ -766,6 +766,14 @@ namespace GrasscutterTools.Forms
this.BtnBan.UseVisualStyleBackColor = true;
this.BtnBan.Click += new System.EventHandler(this.BtnBan_Click);
//
+ // TxtBanReason
+ //
+ resources.ApplyResources(this.TxtBanReason, "TxtBanReason");
+ this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.TxtBanReason.Maximum = 0F;
+ this.TxtBanReason.Minimum = 0F;
+ this.TxtBanReason.Name = "TxtBanReason";
+ //
// NUDBanUID
//
resources.ApplyResources(this.NUDBanUID, "NUDBanUID");
@@ -861,10 +869,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
@@ -926,6 +934,7 @@ namespace GrasscutterTools.Forms
//
// TPScene
//
+ resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Controls.Add(this.TxtSceneFilter);
this.TPScene.Controls.Add(this.ChkIncludeSceneId);
this.TPScene.Controls.Add(this.LblTpZ);
@@ -940,7 +949,6 @@ namespace GrasscutterTools.Forms
this.TPScene.Controls.Add(this.LblSceneDescription);
this.TPScene.Controls.Add(this.ListScenes);
this.TPScene.Controls.Add(this.LblTp);
- resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Name = "TPScene";
this.TPScene.UseVisualStyleBackColor = true;
//
@@ -1075,6 +1083,7 @@ namespace GrasscutterTools.Forms
//
// TPItem
//
+ resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Controls.Add(this.LblClearGiveItemLogs);
this.TPItem.Controls.Add(this.BtnSaveGiveItemLog);
this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog);
@@ -1087,7 +1096,6 @@ namespace GrasscutterTools.Forms
this.TPItem.Controls.Add(this.NUDGameItemAmout);
this.TPItem.Controls.Add(this.NUDGameItemLevel);
this.TPItem.Controls.Add(this.LblGiveCommandDescription);
- resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Name = "TPItem";
this.TPItem.UseVisualStyleBackColor = true;
//
@@ -1205,6 +1213,7 @@ namespace GrasscutterTools.Forms
//
// TPWeapon
//
+ resources.ApplyResources(this.TPWeapon, "TPWeapon");
this.TPWeapon.Controls.Add(this.BtnGiveAllWeapons);
this.TPWeapon.Controls.Add(this.TxtWeaponFilter);
this.TPWeapon.Controls.Add(this.LblWeaponDescription);
@@ -1215,7 +1224,6 @@ namespace GrasscutterTools.Forms
this.TPWeapon.Controls.Add(this.NUDWeaponAmout);
this.TPWeapon.Controls.Add(this.NUDWeaponLevel);
this.TPWeapon.Controls.Add(this.ListWeapons);
- resources.ApplyResources(this.TPWeapon, "TPWeapon");
this.TPWeapon.Name = "TPWeapon";
this.TPWeapon.UseVisualStyleBackColor = true;
//
@@ -1319,11 +1327,11 @@ 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.GrpGiveAvatar);
- resources.ApplyResources(this.TPAvatar, "TPAvatar");
this.TPAvatar.Name = "TPAvatar";
this.TPAvatar.UseVisualStyleBackColor = true;
//
@@ -1399,9 +1407,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
@@ -1427,9 +1435,9 @@ namespace GrasscutterTools.Forms
//
// CmbStat
//
+ resources.ApplyResources(this.CmbStat, "CmbStat");
this.CmbStat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbStat.FormattingEnabled = true;
- resources.ApplyResources(this.CmbStat, "CmbStat");
this.CmbStat.Name = "CmbStat";
this.CmbStat.SelectedIndexChanged += new System.EventHandler(this.SetStatsInputChanged);
//
@@ -1509,9 +1517,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);
//
@@ -1603,9 +1611,9 @@ namespace GrasscutterTools.Forms
//
// TPSpawn
//
+ resources.ApplyResources(this.TPSpawn, "TPSpawn");
this.TPSpawn.Controls.Add(this.TCSpawnSettings);
this.TPSpawn.Controls.Add(this.TCSpawnItems);
- resources.ApplyResources(this.TPSpawn, "TPSpawn");
this.TPSpawn.Name = "TPSpawn";
this.TPSpawn.UseVisualStyleBackColor = true;
//
@@ -1620,6 +1628,7 @@ namespace GrasscutterTools.Forms
//
// TPSpawnArgs
//
+ resources.ApplyResources(this.TPSpawnArgs, "TPSpawnArgs");
this.TPSpawnArgs.Controls.Add(this.NUDEntityDef);
this.TPSpawnArgs.Controls.Add(this.NUDEntityAtk);
this.TPSpawnArgs.Controls.Add(this.NUDEntityHp);
@@ -1638,7 +1647,6 @@ namespace GrasscutterTools.Forms
this.TPSpawnArgs.Controls.Add(this.LblEntitySpawnPostion);
this.TPSpawnArgs.Controls.Add(this.LblEntityLevel);
this.TPSpawnArgs.Controls.Add(this.LblEntityAmount);
- resources.ApplyResources(this.TPSpawnArgs, "TPSpawnArgs");
this.TPSpawnArgs.Name = "TPSpawnArgs";
this.TPSpawnArgs.UseVisualStyleBackColor = true;
//
@@ -1865,6 +1873,7 @@ namespace GrasscutterTools.Forms
//
// TPAttackModArgs
//
+ resources.ApplyResources(this.TPAttackModArgs, "TPAttackModArgs");
this.TPAttackModArgs.Controls.Add(this.LblAMPluginTip);
this.TPAttackModArgs.Controls.Add(this.LblAMPluginIntroduction);
this.TPAttackModArgs.Controls.Add(this.LblAMPlugin);
@@ -1874,7 +1883,6 @@ namespace GrasscutterTools.Forms
this.TPAttackModArgs.Controls.Add(this.BtnAtClear);
this.TPAttackModArgs.Controls.Add(this.LnkAttackModifierPlugin);
this.TPAttackModArgs.Controls.Add(this.GrpAMSkills);
- resources.ApplyResources(this.TPAttackModArgs, "TPAttackModArgs");
this.TPAttackModArgs.Name = "TPAttackModArgs";
this.TPAttackModArgs.UseVisualStyleBackColor = true;
//
@@ -1935,13 +1943,13 @@ namespace GrasscutterTools.Forms
//
// GrpAMSkills
//
+ resources.ApplyResources(this.GrpAMSkills, "GrpAMSkills");
this.GrpAMSkills.Controls.Add(this.TxtAtEntityQ);
this.GrpAMSkills.Controls.Add(this.TxtAtEntityE);
this.GrpAMSkills.Controls.Add(this.TxtAtEntityN);
this.GrpAMSkills.Controls.Add(this.RbAtQ);
this.GrpAMSkills.Controls.Add(this.RbAtE);
this.GrpAMSkills.Controls.Add(this.RbAtN);
- resources.ApplyResources(this.GrpAMSkills, "GrpAMSkills");
this.GrpAMSkills.Name = "GrpAMSkills";
this.GrpAMSkills.TabStop = false;
//
@@ -1985,6 +1993,7 @@ namespace GrasscutterTools.Forms
//
// TPAttackInfusedArgs
//
+ resources.ApplyResources(this.TPAttackInfusedArgs, "TPAttackInfusedArgs");
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateZ);
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateY);
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateX);
@@ -2003,7 +2012,6 @@ namespace GrasscutterTools.Forms
this.TPAttackInfusedArgs.Controls.Add(this.BtnAiwiReset);
this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiPlugin);
this.TPAttackInfusedArgs.Controls.Add(this.LnkAttackInfusedWithItem);
- resources.ApplyResources(this.TPAttackInfusedArgs, "TPAttackInfusedArgs");
this.TPAttackInfusedArgs.Name = "TPAttackInfusedArgs";
this.TPAttackInfusedArgs.UseVisualStyleBackColor = true;
//
@@ -2059,8 +2067,8 @@ namespace GrasscutterTools.Forms
//
// NUDAiwiSpread
//
- this.NUDAiwiSpread.DecimalPlaces = 2;
resources.ApplyResources(this.NUDAiwiSpread, "NUDAiwiSpread");
+ this.NUDAiwiSpread.DecimalPlaces = 2;
this.NUDAiwiSpread.Maximum = new decimal(new int[] {
2147483647,
0,
@@ -2171,9 +2179,9 @@ namespace GrasscutterTools.Forms
//
// TPSpawnItems
//
+ resources.ApplyResources(this.TPSpawnItems, "TPSpawnItems");
this.TPSpawnItems.Controls.Add(this.ListEntity);
this.TPSpawnItems.Controls.Add(this.panel1);
- resources.ApplyResources(this.TPSpawnItems, "TPSpawnItems");
this.TPSpawnItems.Name = "TPSpawnItems";
this.TPSpawnItems.UseVisualStyleBackColor = true;
//
@@ -2186,9 +2194,9 @@ namespace GrasscutterTools.Forms
//
// panel1
//
+ resources.ApplyResources(this.panel1, "panel1");
this.panel1.Controls.Add(this.TxtEntityFilter);
this.panel1.Controls.Add(this.BtnFilterEntity);
- resources.ApplyResources(this.panel1, "panel1");
this.panel1.Name = "panel1";
//
// TxtEntityFilter
@@ -2206,9 +2214,9 @@ namespace GrasscutterTools.Forms
//
// TPSpawnRecords
//
+ resources.ApplyResources(this.TPSpawnRecords, "TPSpawnRecords");
this.TPSpawnRecords.Controls.Add(this.ListSpawnLogs);
this.TPSpawnRecords.Controls.Add(this.FLPSpawnRecordControls);
- resources.ApplyResources(this.TPSpawnRecords, "TPSpawnRecords");
this.TPSpawnRecords.Name = "TPSpawnRecords";
this.TPSpawnRecords.UseVisualStyleBackColor = true;
//
@@ -2250,13 +2258,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;
//
@@ -2328,6 +2336,7 @@ namespace GrasscutterTools.Forms
//
// TPArtifact
//
+ resources.ApplyResources(this.TPArtifact, "TPArtifact");
this.TPArtifact.Controls.Add(this.LblArtifactLevelTip);
this.TPArtifact.Controls.Add(this.BtnAddSubAttr);
this.TPArtifact.Controls.Add(this.LblArtifactName);
@@ -2347,7 +2356,6 @@ namespace GrasscutterTools.Forms
this.TPArtifact.Controls.Add(this.NUDArtifactLevel);
this.TPArtifact.Controls.Add(this.LblArtifactStars);
this.TPArtifact.Controls.Add(this.NUDArtifactStars);
- resources.ApplyResources(this.TPArtifact, "TPArtifact");
this.TPArtifact.Name = "TPArtifact";
this.TPArtifact.UseVisualStyleBackColor = true;
//
@@ -2513,6 +2521,7 @@ namespace GrasscutterTools.Forms
//
// TPCustom
//
+ resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Controls.Add(this.BtnExportCustomCommands);
this.TPCustom.Controls.Add(this.BtnLoadCustomCommands);
this.TPCustom.Controls.Add(this.LblCustomName);
@@ -2520,7 +2529,6 @@ namespace GrasscutterTools.Forms
this.TPCustom.Controls.Add(this.BtnRemoveCustomCommand);
this.TPCustom.Controls.Add(this.BtnSaveCustomCommand);
this.TPCustom.Controls.Add(this.TxtCustomName);
- resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Name = "TPCustom";
this.TPCustom.UseVisualStyleBackColor = true;
//
@@ -2584,6 +2592,7 @@ namespace GrasscutterTools.Forms
//
// TPHome
//
+ resources.ApplyResources(this.TPHome, "TPHome");
this.TPHome.Controls.Add(this.BtnOpenShopEditor);
this.TPHome.Controls.Add(this.BtnOpenDropEditor);
this.TPHome.Controls.Add(this.LnkNewVersion);
@@ -2592,7 +2601,6 @@ namespace GrasscutterTools.Forms
this.TPHome.Controls.Add(this.BtnOpenGachaBannerEditor);
this.TPHome.Controls.Add(this.GrasscutterToolsIcon);
this.TPHome.Controls.Add(this.GrpSettings);
- resources.ApplyResources(this.TPHome, "TPHome");
this.TPHome.Name = "TPHome";
this.TPHome.UseVisualStyleBackColor = true;
//
@@ -2664,9 +2672,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
@@ -2677,9 +2685,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
@@ -2734,6 +2742,7 @@ 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);
@@ -2751,7 +2760,6 @@ 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;
//
@@ -2786,10 +2794,10 @@ namespace GrasscutterTools.Forms
//
// TPMailSelectableItemList
//
+ resources.ApplyResources(this.TPMailSelectableItemList, "TPMailSelectableItemList");
this.TPMailSelectableItemList.Controls.Add(this.TxtMailSelectableItemFilter);
this.TPMailSelectableItemList.Controls.Add(this.ListMailSelectableItems);
this.TPMailSelectableItemList.Controls.Add(this.PanelMailItemArgs);
- resources.ApplyResources(this.TPMailSelectableItemList, "TPMailSelectableItemList");
this.TPMailSelectableItemList.Name = "TPMailSelectableItemList";
this.TPMailSelectableItemList.UseVisualStyleBackColor = true;
//
@@ -2807,11 +2815,11 @@ namespace GrasscutterTools.Forms
//
// PanelMailItemArgs
//
+ resources.ApplyResources(this.PanelMailItemArgs, "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
@@ -2866,9 +2874,9 @@ namespace GrasscutterTools.Forms
//
// TPMailList
//
+ resources.ApplyResources(this.TPMailList, "TPMailList");
this.TPMailList.Controls.Add(this.ListMailList);
this.TPMailList.Controls.Add(this.PanelMailListControls);
- resources.ApplyResources(this.TPMailList, "TPMailList");
this.TPMailList.Name = "TPMailList";
this.TPMailList.UseVisualStyleBackColor = true;
//
@@ -2881,9 +2889,9 @@ namespace GrasscutterTools.Forms
//
// PanelMailListControls
//
+ resources.ApplyResources(this.PanelMailListControls, "PanelMailListControls");
this.PanelMailListControls.Controls.Add(this.BtnClearMail);
this.PanelMailListControls.Controls.Add(this.BtnRemoveMail);
- resources.ApplyResources(this.PanelMailListControls, "PanelMailListControls");
this.PanelMailListControls.Name = "PanelMailListControls";
//
// BtnClearMail
@@ -2984,16 +2992,8 @@ namespace GrasscutterTools.Forms
//
// MenuSpawnEntityFilter
//
- this.MenuSpawnEntityFilter.Name = "MenuSpawnEntityFilter";
resources.ApplyResources(this.MenuSpawnEntityFilter, "MenuSpawnEntityFilter");
- //
- // 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";
+ this.MenuSpawnEntityFilter.Name = "MenuSpawnEntityFilter";
//
// FormMain
//
diff --git a/Source/GrasscutterTools/Forms/FormMain.en-us.resx b/Source/GrasscutterTools/Forms/FormMain.en-us.resx
index 4aac037..1edc510 100644
--- a/Source/GrasscutterTools/Forms/FormMain.en-us.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.en-us.resx
@@ -127,14 +127,11 @@
Auto
-
- Command - [Ctrl] Autorun - [|] Split multiple commands
-
Run(F5)
-
- Remote
+
+ Command - [Ctrl] Autorun - [|] Split multiple commands
InventoryKamera
@@ -154,9 +151,6 @@
Please be sure https:// or http:// is included with the IP address
-
- Server status
-
13, 63
@@ -193,11 +187,8 @@
Player count
-
- Remote Cell
-
-
- Player
+
+ Server status
35, 17
@@ -217,8 +208,8 @@
Send Code
-
- Console
+
+ Player
Connect
@@ -226,6 +217,15 @@
Note that normal commands in the console state must specify the target (set include UID)
+
+ 296, 109
+
+
+ Console
+
+
+ Remote Cell
+
136, 36
@@ -247,8 +247,8 @@
Server IP
-
- About
+
+ Remote
387, 102
@@ -261,11 +261,8 @@ If you think this is helpful to you, you can give me a free Star.
If there is a problem with the command generation,
or there is a new feature request, you can file an issue on Github.
-
- Manage
-
-
- Ban
+
+ About
Unban
@@ -285,8 +282,8 @@ or there is a new feature request, you can file an issue on Github.
UID
-
- Account
+
+ Ban
49, 21
@@ -321,8 +318,8 @@ or there is a new feature request, you can file an issue on Github.
127, 23
-
- Permissions
+
+ Account
262, 21
@@ -357,8 +354,11 @@ or there is a new feature request, you can file an issue on Github.
UID
-
- Scene
+
+ Permissions
+
+
+ Manage
91, 213
@@ -430,8 +430,8 @@ Tip: Most of the scenes have no effect and cannot be entered.
Tip: You can quickly teleport through the 'fishing hook' pin on the map in-game.
In the command, you can use ~ to indicate the current position, and ~N to indicate the relative current N
-
- Items
+
+ Scene
50, 17
@@ -484,8 +484,8 @@ In the command, you can use ~ to indicate the current position, and ~N to indica
Give item to player
-
- Weapons
+
+ Items
Give all Weapons
@@ -529,11 +529,8 @@ In the command, you can use ~ to indicate the current position, and ~N to indica
147, 216
-
- Avatar
-
-
- Constellation
+
+ Weapons
43, 17
@@ -547,8 +544,8 @@ In the command, you can use ~ to indicate the current position, and ~N to indica
Set current
-
- Stats
+
+ Constellation
Unlock
@@ -559,8 +556,8 @@ In the command, you can use ~ to indicate the current position, and ~N to indica
Tip
-
- Talent Level
+
+ Stats
146, 24
@@ -601,6 +598,9 @@ In the command, you can use ~ to indicate the current position, and ~N to indica
96, 23
+
+ Talent Level
+
Give All Char
@@ -628,38 +628,59 @@ In the command, you can use ~ to indicate the current position, and ~N to indica
Const.
-
- Spawn
+
+ Avatar
-
- 202, 217
+
+ 78, 25
-
- 86, 21
+
+ 144, 17
-
- Infinite HP
+
+ v Require GC > v1.3.1 v
-
- 181, 190
+
+ 98, 17
-
- 50, 17
+
+ HP 0 for infinite
-
- X Clear
+
+ 55, 17
-
- √ Record
+
+ Defense
-
- × Delete
+
+ 44, 17
-
- Records
+
+ Attack
-
- Class
+
+ 24, 17
+
+
+ HP
+
+
+ 53, 17
+
+
+ Max HP
+
+
+ Pos: x: y: z:
+
+
+ 197, 27
+
+
+ 37, 17
+
+
+ Level
53, 17
@@ -667,26 +688,122 @@ In the command, you can use ~ to indicate the current position, and ~N to indica
Amount
-
- 120, 218
+
+ Spawn args
-
- 20, 17
+
+ 121, 17
-
- Lv
+
+ Meet the real Thor!
-
- 64, 216
+
+ 326, 17
-
- 146, 216
+
+ This plugin can use Gadget to replace character attack
-
- Quest
+
+ 46, 17
-
- List Filter
+
+ Plugin:
+
+
+ 26, 17
+
+
+ Off
+
+
+ 25, 17
+
+
+ On
+
+
+ Reload config
+
+
+ Clear all gadgets
+
+
+ Replace Skill
+
+
+ AttackModifier
+
+
+ 238, 17
+
+
+ Rot: x: y: z:
+
+
+ 50, 17
+
+
+ Spread
+
+
+ 42, 17
+
+
+ Count
+
+
+ 46, 17
+
+
+ Height
+
+
+ 47, 17
+
+
+ Radius
+
+
+ Attack Infuse
+
+
+ Reload config
+
+
+ Clear
+
+
+ Reset
+
+
+ 46, 17
+
+
+ Plugin:
+
+
+ AttackInfused
+
+
+ Entities
+
+
+ √ Record
+
+
+ × Delete
+
+
+ 50, 17
+
+
+ X Clear
+
+
+ Spawn Records
+
+
+ Spawn
51, 21
@@ -706,6 +823,9 @@ In the command, you can use ~ to indicate the current position, and ~N to indica
Hidden
+
+ List Filter
+
Finish
@@ -717,8 +837,8 @@ In the command, you can use ~ to indicate the current position, and ~N to indica
Tip: Many quest require server-side scripting support
Therefore, the quest can be added and finished, but not necessarily work.
-
- Artifacts
+
+ Quest
+ Add
@@ -777,8 +897,8 @@ Therefore, the quest can be added and finished, but not necessarily work.
Stars
-
- Custom
+
+ Artifacts
583, 216
@@ -804,9 +924,6 @@ Therefore, the quest can be added and finished, but not necessarily work.
Tag
-
- List
-
581, -1
@@ -816,6 +933,9 @@ Therefore, the quest can be added and finished, but not necessarily work.
Restore
+
+ List
+
443, 216
@@ -837,8 +957,8 @@ Therefore, the quest can be added and finished, but not necessarily work.
317, 23
-
- Home
+
+ Custom
Shop Editor
@@ -867,9 +987,6 @@ Therefore, the quest can be added and finished, but not necessarily work.
Banner Editor
-
- Settings
-
109, 21
@@ -882,8 +999,11 @@ Therefore, the quest can be added and finished, but not necessarily work.
Include UID
-
- Mail
+
+ Settings
+
+
+ Home
+ Add
@@ -891,9 +1011,6 @@ Therefore, the quest can be added and finished, but not necessarily work.
- Delete
-
- Items
-
171, 4
@@ -918,9 +1035,6 @@ Therefore, the quest can be added and finished, but not necessarily work.
Level:
-
- Mailbox
-
84, 4
@@ -975,4 +1089,11 @@ Therefore, the quest can be added and finished, but not necessarily work.
Sender:
+
+ Mail
+
+
+
+ NoControl
+
\ No newline at end of file
diff --git a/Source/GrasscutterTools/Forms/FormMain.resx b/Source/GrasscutterTools/Forms/FormMain.resx
index 4aef9a1..edda01c 100644
--- a/Source/GrasscutterTools/Forms/FormMain.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.resx
@@ -117,1155 +117,671 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top, Left, Right
-
-
-
- 87, 22
-
-
- 450, 23
-
-
-
- 0
-
-
- TxtCommand
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- 3
-
-
- Top, Right
-
-
- NoControl
-
-
- 543, 22
-
-
- 50, 23
-
-
- 1
-
-
- 复制
-
-
- BtnCopy
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- 1
-
-
- Top, Right
-
-
- True
-
-
- NoControl
-
-
- 599, 24
-
-
- 51, 21
-
-
- 2
-
-
- 自动
-
-
- ChkAutoCopy
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- 2
-
-
- Bottom, Left, Right
-
-
- 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
-
-
- 2
-
-
- 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吧!
+
+
+ 283, 39
-
- LblGOODHelp
+
+ 174, 67
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 3
-
-
- None
-
-
- False
-
-
- NoControl
-
-
- 484, 203
-
-
- 104, 23
-
-
- 10
-
-
- 导入GOOD存档
-
-
- ButtonOpenGOODImport
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 4
-
-
- None
-
-
- True
-
-
- NoControl
-
-
- 141, 16
-
-
- 210, 17
-
-
- 7
-
-
- 请确保地址中包含 http:// 或 https://
-
-
- LblHostTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 5
-
-
- None
-
-
- 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
-
-
- 当前玩家数
+
+ 6, 218
LblPlayerCountLabel
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top
-
- GrpServerStatus
+
+ 9, 61
-
- 5
+
+ 170, 82
-
- 388, 36
+
+ 19, 17
-
- 200, 100
+
+ 265, 77
-
- 4
+
+
+ 17
-
- 服务器状态
+
+ groupBox1
-
- GrpServerStatus
+
+ 391, 39
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 6
-
-
- None
-
-
+
True
-
- NoControl
+
+ 17
-
- 189, 15
-
-
- 32, 17
-
-
- 9
-
-
- 帮助
-
-
- LnkRCHelp
-
-
+
System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPPlayerCheck
+
+ 593, 216
-
- 0
-
-
- 65, 13
-
-
- 118, 23
-
-
- 8
-
-
- NUDRemotePlayerId
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 1
-
-
- False
-
-
- NoControl
-
-
- 92, 82
-
-
- 100, 23
-
-
- 13
-
-
- 连接
-
-
- BtnConnectOpenCommand
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 15, 44
-
-
- 44, 17
-
-
- 10
-
-
- 验证码
-
-
- LblVerificationCode
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 3
-
-
- NoControl
-
-
- 189, 42
-
-
- 100, 23
-
-
- 12
-
-
- 发送验证码
-
-
- BtnSendVerificationCode
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 4
-
-
- False
-
-
- 65, 42
-
-
- 118, 23
-
-
- 11
-
-
- NUDVerificationCode
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- 5
-
-
- True
-
-
- NoControl
-
-
- 29, 15
-
-
- 30, 17
-
-
+
7
-
- UID
+
+ Bottom, Left
-
- LblRemotePlayerId
+
+ TPAttackModArgs
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 232, 170
-
- TPPlayerCheck
+
+ TPMailList
-
- 6
+
+ Bottom
-
- 4, 26
+
+ FLPSpawnRecordControls
-
- 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
-
- 连接
+
+ 0, 0
-
- BtnConsoleConnect
+
+ System.Windows.Forms.ComboBox, 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
+
+ Top
+
+
+ 43, 67
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+ 5
+
+
+ NoControl
+
+
+ 范围:
TPConsoleCheck
-
- 0
-
-
- 65, 13
-
-
- 182, 23
-
-
- 1
-
-
- TxtToken
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPConsoleCheck
-
-
- 1
-
-
- True
-
-
+
NoControl
-
- 15, 16
-
-
- 44, 17
-
-
- 0
-
-
- Token
-
-
- LblToken
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPConsoleCheck
-
-
- 2
-
-
- Microsoft YaHei UI, 9pt, style=Italic
-
-
- NoControl
-
-
- 15, 39
-
-
- 275, 40
-
-
- 3
-
-
- 请注意,控制台状态下普通命令必须指定目标
-(即设置包含UID)
-
-
- LblConsoleTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPConsoleCheck
-
-
- 3
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 296, 109
-
-
- 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
+
+ BtnSendMail
-
- 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
+
+ 0
-
- 查询
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- BtnQueryServerStatus
+
+ 228, 47
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TPAttackModArgs
-
- TPRemoteCall
+
+ LblEntitySpawnPostion
-
- 9
-
-
+
None
-
- True
+
+ 133, 21
-
- NoControl
+
+ 25, 45
-
- 70, 39
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 68, 17
+
+ 2
-
- 1
+
+ 列表过滤
-
- 服务器地址
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- LblHost
+
+ 完成任务
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 336, 8
-
- TPRemoteCall
-
-
- 10
-
-
- 4, 26
-
-
+
3, 3, 3, 3
-
- 652, 245
+
+ 6
-
- 14
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 远程
+
+ 17
-
- TPRemoteCall
-
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TCMain
-
-
- 12
-
-
- Bottom, Right
-
-
+
NoControl
-
- 506, 97
+
+ 0
-
- 280, 280
+
+ GrpSettings
-
- 140, 140
+
+ 9
-
- Zoom
+
+ 3
-
+
+ None
+
+
+ 43
+
+
+ 66, 22
+
+
+ 0
+
+
+ 8
+
+
+ NoControl
+
+
+ 连接
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 255, 217
+
+
+ 1
+
+
5
-
- GrasscutterToolsSupport
+
+ 11
+
+
+ 17
+
+
+ 407, 51
+
+
+ 12
+
+
+ 1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ True
+
+
+ 66, 22
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMailRight
+
+
+ 5
+
+
+ LblOpenCommandSupport
+
+
+ 27, 113
+
+
+ 6
+
+
+ True
+
+
+ 19, 60
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ True
+
+
+ GrpGiveAvatar
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GOOD
+
+
+ TPPlayerCheck
+
+
+ 1
+
+
+ NoControl
+
+
+ System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ TPSpawnItems
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 3
+
+
+ 288, 115
+
+
+ 99, 45
+
+
+ 8
+
+
+ 6, 67
+
+
+ True
+
+
+ 51, 23
+
+
+ 6, 105
+
+
+ True
+
+
+ NoControl
+
+
+ NoControl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 280, 203
+
+
+ LblSceneDescription
+
+
+ 9
+
+
+ NoControl
+
+
+ BtnFilterEntity
+
+
+ True
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 获得所有武器
+
+
+ True
+
+
+ 37, 17
+
+
+ 0
+
+
+ LblStatPercent
+
+
+ GrpBanPlayer
+
+
+ LnkTalentNormalATK
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 60, 23
+
+
+ 11
+
+
+ GrpTalentLevel
+
+
+ LblMainAttribution
+
+
+ TPScene
+
+
+ 250, 23
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 75, 23
+
+
+ 14, 17
+
+
+ FLPSpawnRecordControls
+
+
+ 80, 23
+
+
+ 6, 96
+
+
+ 99, 21
+
+
+ 338, 203
+
+
+ BtnBan
+
+
+ NoControl
+
+
+ BtnUnlockStat
+
+
+ 5
+
+
+ 125, 25
+
+
+ 19
+
+
+ Top, Left, Right
+
+
+ 210, 17
+
+
+ 角色
+
+
+ TPPlayerCheck
+
+
+ True
+
+
+ NoControl
+
+
+ 100, 23
+
+
+ 服务器状态
+
+
+ NUDUid
+
+
+ GrpPermission
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 这个插件可以使用 Gadget 替换角色攻击
+
+
+ TPSpawn
+
+
+ BtnRemoveSpawnLog
+
+
+ Top, Left, Right
+
+
+ 14, 73
+
+
+ 10
+
+
+ 4
+
+
+ NoControl
System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPAbout
-
-
+
0
-
- Bottom, Left
+
+ TCMailRight
-
- 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
+
+ NUDEntityHp
-
+
NoControl
-
- 16, 23
+
+ 346, 31
-
- 334, 136
+
+ GrpPermission
-
- 3
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 80, 17
+
+
+ TxtBanReason
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 44, 17
+
+
+ 普通攻击
+
+
+ 9
+
+
+ 9
+
+
+ BtnQueryServerStatus
+
+
+ 15
+
+
+ 32, 17
+
+
+ 17
+
+
+ 4
+
+
+ 10
+
+
+ LblMailItemLevel
+
+
+ 10
+
+
+ GrpCommand
+
+
+ 0
+
+
+ 3, 3, 3, 3
+
+
+ 存档扫描开源工具
+
+
+ 2
+
+
+ ButtonOpenGOODImport
+
+
+ 10
+
+
+ NUDGameItemAmout
+
+
+ TPScene
+
+
+ TPWeapon
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 关
+
+
+ 设置天气
+
+
+ 5
+
+
+ 56, 3
+
+
+ 5
+
+
+ 200, 153
+
+
+ 语言/Language/язык
+
+
+ 20
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 218, 161
+
+
+ GrpGiveAvatar
+
+
+ True
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
割草机工具箱
@@ -1277,1586 +793,3399 @@
欢迎内测Q群: 457427536
-
- LblSupportDescription
+
+ TPSpawnItems
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPAbout
+
+ BtnRemoveCustomCommand
-
- 2
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
+
652, 245
-
+
+ GrasscutterToolsSupport
+
+
13
-
- 关于
-
-
- TPAbout
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 11
-
-
- None
-
-
- 154, 22
-
-
- 90, 23
-
-
- 13
-
-
- DTPBanEndTime
-
-
- System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBanPlayer
-
-
- 0
-
-
- NoControl
-
-
- 473, 22
-
-
- 60, 23
-
-
- 12
-
-
- 解封
-
-
- BtnUnban
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBanPlayer
-
-
- 1
-
-
- NoControl
-
-
- 407, 22
-
-
- 60, 23
-
-
- 11
-
-
- 封号
-
-
- BtnBan
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBanPlayer
-
-
- 2
-
-
- 250, 22
-
-
- 150, 23
-
-
- 8
-
-
- 封禁理由
-
-
- TxtBanReason
-
-
- GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.7.2.0, Culture=neutral, PublicKeyToken=de2b1c089621e923
-
-
- GrpBanPlayer
-
-
- 3
-
-
- 66, 22
-
-
- 82, 23
-
-
- 6
-
-
- NUDBanUID
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBanPlayer
-
-
- 4
-
-
- True
-
-
- NoControl
-
-
- 6, 25
-
-
- 54, 17
-
-
- 0
-
-
- 目标UID
-
-
- LblBanUID
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBanPlayer
-
-
- 5
-
-
- 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
-
-
- 5
-
-
- - 删除
-
-
- BtnDeleteAccount
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 2
-
-
- NoControl
-
-
- 407, 22
-
-
- 60, 23
-
-
- 4
-
-
- + 创建
-
-
- BtnCreateAccount
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 16, 25
-
-
- 44, 17
-
-
- 0
-
-
- 用户名
-
-
- LblAccountUserName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 4
-
-
- 66, 22
-
-
- 140, 23
-
-
- 1
-
-
- test
-
-
- TxtAccountUserName
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 5
-
-
- 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
-
+
+ GrpTalentLevel
+
+
+ 10, 48
+
+
+ GrpServerStatus
+
+
+ 24
+
+
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
+
+ 6, 41
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 313, 187
-
- TPScene
+
+ 104, 17
-
- 1
+
+ 16
-
- Bottom, Left
+
+ 189, 15
-
- True
+
+ 12
-
+
NoControl
-
- 218, 161
+
+ NoControl
-
- 14, 17
+
+ 660, 56
-
+
+ 44, 17
+
+
10
-
- z
+
+ 0
-
- LblTpZ
+
+ 652, 245
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 2
-
-
- Bottom, Left
-
-
+
True
-
- NoControl
-
-
- 112, 161
-
-
- 14, 17
-
-
- 9
-
-
- y
-
-
- LblTpY
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 3
-
-
- Bottom, Left
-
-
- NoControl
-
-
- 9, 188
-
-
- 75, 23
-
-
- 8
-
-
- 传送
-
-
- BtnTeleport
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 4
-
-
- Bottom, Left
-
-
- True
-
-
- NoControl
-
-
- 6, 161
-
-
- 14, 17
-
-
- 7
-
-
- x
-
-
- LblTpX
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 5
-
-
- Bottom, Left
-
-
- 238, 159
-
-
- 80, 23
-
-
- 6
-
-
- NUDTpZ
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 6
-
-
- Bottom, Left
-
-
- 132, 159
-
-
- 80, 23
-
-
- 5
-
-
- NUDTpY
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 7
-
-
- Bottom, Left
-
-
- 26, 159
-
-
- 80, 23
-
-
- 4
-
-
- NUDTpX
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 8
-
-
- Bottom, Left
-
-
- 68, 69
+
+ 640, 204
121, 25
-
- 3
+
+ 星级
+
+
+ 设置
+
+
+ 3, 19
+
+
+ True
+
+
+ TPSpawn
+
+
+ 652, 245
+
+
+ TPScene
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LnkAttackModifierPlugin
+
+
+ 4, 26
+
+
+ True
+
+
+ TxtHost
+
+
+ False
+
+
+ 隐藏的任务
+
+
+ 11
+
+
+ 80, 23
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 16, 220
+
+
+ NoControl
+
+
+ LblClearSpawnLogs
+
+
+ 6
+
+
+ TPSpawnRecords
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
CmbClimateType
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 0
-
- TPScene
+
+ TPAbout
-
- 9
-
-
- Bottom, Left
-
-
- True
-
-
+
NoControl
-
- 6, 72
+
+ 0
-
- 56, 17
+
+ NUDAiwiRotateZ
-
- 2
+
+ Bottom, Left
-
- 设置天气
+
+ 260, 24
-
- LblClimateType
+
+ 1
-
+
+ NoControl
+
+
+ 1
+
+
+ 23, 17
+
+
+ 6, 161
+
+
+ MenuSpawnEntityFilter
+
+
+ TCMain
+
+
+ NoControl
+
+
+ 60, 23
+
+
+ NoControl
+
+
+ 7, 24
+
+
+ 场景
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NUDWeaponLevel
+
+
+ TPHome
+
+
+ LnkLinks
+
+
+ 652, 245
+
+
+ 11
+
+
+ X 清空
+
+
+ True
+
+
+ TCMain
+
+
+ True
+
+
+ 182, 23
+
+
+ 242, 23
+
+
+ Top, Left, Right
+
+
+ True
+
+
+ RbMailSendToPlayer
+
+
+ 替换技能
+
+
+ 9
+
+
+ 50, 159
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPScene
+
+ 20, 106
-
- 10
+
+ Bottom, Left
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ TPPlayerCheck
+
+
+ 87, 22
+
+
+ 1
+
+
+ 80, 23
+
+
+ 2
+
+
+ 目标UID
+
+
+ 150, 30
+
+
+ 0
+
+
+ 228, 204
+
+
+ 100, 218
True
-
+
+ CmbArtifactSet
+
+
+ TPMailSelectableItemList
+
+
+ 7
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 331, 23
+
+
NoControl
-
+
+ 10
+
+
+ 11
+
+
+ √ 记录
+
+
+ 5
+
+
+ 0
+
+
+ 222, 30
+
+
+ True
+
+
+ 250, 23
+
+
+ NUDWeaponRefinement
+
+
+ 3
+
+
+ 导入GOOD存档
+
+
+ GrpPermission
+
+
+ 540, 80
+
+
+ 8
+
+
+ NoControl
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ LnkRCHelp
+
+
+ 652, 245
+
+
+ TPRemoteCall
+
+
+ True
+
+
+ 7
+
+
+ 3
+
+
+ 17
+
+
+ TCMain
+
+
+ 命令 - [Ctrl] 自动执行 - [|] 分割多条命令
+
+
+ TPAbout
+
+
+ 3
+
+
+ GrpAccount
+
+
+ 2
+
+
+ NoControl
+
+
+ NUDEntityPosX
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 298, 11
+
+
+ TCSpawnSettings
+
+
+ LblAvatarSkillLevelLabel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 16, 25
+
+
+ 60, 23
+
+
+ 1
+
+
+ 3, 33
+
+
+ TPAttackInfusedArgs
+
+
+ 205, 58
+
+
+ 10
+
+
+ 446, 31
+
+
+ 1
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 未发布的任务
+
+
+ 14
+
+
+ 6
+
+
+ 288, 233
+
+
+ 65, 23
+
+
+ True
+
+
+ 283, 35
+
+
+ 99, 62
+
+
+ 13
+
+
+ 3, 3, 3, 3
+
+
+ True
+
+
+ 76, 21
+
+
+ Bottom, Left
+
+
+ 12
+
+
+ GrpAMSkills
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 300, 208
+
+
+ 2
+
+
+ TPAttackInfusedArgs
+
+
+ 2
+
+
+ True
+
+
+ UID
+
+
+ True
+
+
+ True
+
+
+ 清空实体!!
+
+
+ 6, 3
+
+
+ 123, 7
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Fill
+
+
+ NoControl
+
+
+ 56, 17
+
+
+ Q
+
+
+ 7, 78
+
+
+ 54, 17
+
+
+ 75, 23
+
+
+ 27, 84
+
+
+ UID
+
+
+ 275, 40
+
+
+ X
+
+
+ True
+
+
+ 2
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 51, 21
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ TPWeapon
+
+
+ LblQuestDescription
+
+
+ 8
+
+
+ 9
+
+
+ 32, 17
+
+
+ 3
+
+
+ LblAiwiRotate
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ LblClearMailContent
+
+
+ 奖池编辑器
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ TPAttackInfusedArgs
+
+
+ GrpBanPlayer
+
+
+ LblWeaponRefinement
+
+
+ NUDEntityAtk
+
+
+ 2
+
+
+ NUDRemotePlayerId
+
+
+ 189, 42
+
+
+ Bottom, Left
+
+
+ Bottom, Left
+
+
+ 0
+
+
+ TPScene
+
+
+ BtnSendVerificationCode
+
+
+ 14, 17
+
+
+ Top, Bottom, Left
+
+
+ 43
+
+
+ TPSpawnArgs
+
+
+ 73, 93
+
+
+ NoControl
+
+
+ GrpGiveAvatar
+
+
+ 1
+
+
+ NUDGameItemLevel
+
+
+ 3
+
+
+ 0
+
+
+ LblGameItemAmount
+
+
+ TPPlayerCheck
+
+
+ NoControl
+
+
+ TPWeapon
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3, 3, 3, 3
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 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
+
+
+ TxtAtEntityN
+
+
+ NoControl
+
+
+ 1
+
+
+ TxtWeaponFilter
+
+
+ 92, 82
+
+
+ Bottom, Left
+
+
+ 6
+
+
+ 14
+
+
+ BtnRemoveMail
+
+
+ 1
+
+
6, 6
-
- 224, 51
+
+ NoControl
-
- 1
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPOpenCommandCheck
+
+
+ 73, 6
+
+
+ 60, 23
+
+
+ 7
+
+
+ 7
+
+
+ 2
+
+
+ GrpPermission
场景控制
提示:大部分场景没有作用,无法进入。
-
- LblSceneDescription
+
+ BtnGiveAllChar
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 7, 49
-
- TPScene
-
-
- 11
-
-
+
Top, Bottom, Left, Right
-
- 17
+
+ 标签
-
- 346, 31
+
+ BtnPermList
-
- 300, 208
+
+ Top
-
- 0
+
+ TPAttackInfusedArgs
-
- ListScenes
+
+ GrpTalentLevel
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 12
-
-
- Bottom, Left
-
-
- True
-
-
- NoControl
-
-
- 6, 105
-
-
- 296, 51
-
-
- 11
-
-
- 坐标传送
-提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送
-命令中可以用~表示当前位置,~100表示相对当前100
-
-
- LblTp
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 13
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 652, 245
-
-
- 9
-
-
- 场景
-
-
- TPScene
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 8
-
-
- Bottom, Left
-
-
- True
-
-
- NoControl
-
-
- 262, 193
-
-
- 44, 17
-
-
- 16
-
-
- X 清空
-
-
- LblClearGiveItemLogs
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 0
-
-
- NoControl
-
-
- 265, 48
-
-
- 75, 23
-
-
- 7
-
-
- √ 记录
-
-
- BtnSaveGiveItemLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 1
-
-
- False
-
-
- NoControl
-
-
- 265, 77
-
-
- 75, 23
-
-
- 8
-
-
- × 删除
-
-
- BtnRemoveGiveItemLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPItem
-
-
- 2
-
-
- Top, Bottom, Left
-
-
- 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
+
+ 以下参数至少要求 GC v1.3.1
Bottom, Left
-
- Microsoft YaHei UI, 10pt
+
+ 313, 216
-
- NoControl
+
+ TPSpawn
-
- 9, 175
+
+ 11
-
- 150, 35
+
+ 100, 23
-
- 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
-
+
+ TPScene
+
+
+ 652, 245
+
+
+ GrpQuestFilters
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LnkTalentAll
+
+
+ 6, 108
+
+
+ 107, 17
+
+
+ 11
+
+
+ 3
+
+
+ CmbMainAttribution
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
NoControl
+
+ TPAttackInfusedArgs
+
+
+ NUDAiwiHeight
+
+
+ 3
+
+
+ 12
+
+
+ True
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 19, 82
+
+
+ 3, 3
+
+
+ 5
+
+
+ 请注意,控制台状态下普通命令必须指定目标
+(即设置包含UID)
+
+
+ 获取角色
+
+
+ NoControl
+
+
+ 1
+
+
+ 3
+
+
+ TPSpawnArgs
+
+
+ 32, 17
+
+
+ 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
+
+
+ 10
+
+
+ LblDefaultUid
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ TPAttackInfusedArgs
+
+
+ LblEntityDef
+
+
+ 16
+
+
+ 150, 24
+
+
+ NUDTpX
+
+
+ TxtMailSender
+
+
+ 7
+
+
+ LblToken
+
+
+ 167, 8
+
+
+ 2
+
+
+ 100, 23
+
+
+ 44, 17
+
+
+ NUDAiwiRotateY
+
+
+ 80, 23
+
+
+ 0
+
+
+ 200, 208
+
+
+ 2
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 掉落物编辑器
+
+
+ TPPlayerCheck
+
+
+ 62, 23
+
+
+ BtnSaveGiveItemLog
+
+
+ NoControl
+
+
+ LblHost
+
+
+ 4, 26
+
+
+ 血量为 0 表示无限
+
+
+ GrpSetStats
+
+
+ 80, 23
+
+
+ True
+
+
+ 1
+
+
+ ---
+
+
+ 50, 21
+
+
+ 4
+
+
+ Top, Bottom, Left, Right
+
+
+ NoControl
+
+
+ Top, Right
+
+
+ TPArtifact
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 0
+
+
+ 0
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ 邮件列表
+
+
+ 163, 25
+
+
+ True
+
+
+ 178, 78
+
+
+ 700, 400
+
+
+ 227, 17
+
+
+ Bottom, Left
+
+
+ Top, Bottom, Left, Right
+
+
+ 0
+
+
+ 100, 23
+
+
+ 26, 55
+
+
+ 6
+
+
+ x
+
+
+ 227, 35
+
+
+ ListSubAttributionChecked
+
+
+ TPSpawnArgs
+
+
+ Top, Bottom, Right
+
+
+ BtnRemoveGiveItemLog
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 0
+
+
+ 6
+
+
+ 13
+
+
+ GrpQuestFilters
+
+
+ NoControl
+
+
+ TPItem
+
+
+ 14, 44
+
+
+ True
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 274, 167
+
+
+ 44, 17
+
+
+ 9
+
+
+ 286, 17
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 14
+
+
+ X 清空
+
+
+ 13
+
+
+ TPMail
+
+
+ 36, 21
+
+
+ 0
+
+
+ LblStatTip
+
+
+ 44, 22
+
+
+ 12
+
+
+ 7
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ BtmPermRemove
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6
+
+
+ 125, 23
+
+
+ 13
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ GrpSetStats
+
+
+ 54, 17
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ TPCustom
+
+
+ TPManage
+
+
+ 32, 17
+
+
+ 0
+
+
+ TPScene
+
+
+ 139, 17
+
+
+ 32, 17
+
+
+ True
+
+
+ 3
+
+
+ TPAbout
+
+
+ 设置命座
+
+
+ TPManage
+
+
+ 70, 23
+
+
+ 60, 23
+
+
+ 207, 37
+
+
+ $this
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ LblTpZ
+
+
+ 4
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 660, 275
+
+
+ 2
+
+
+ 473, 22
+
+
+ 2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3, 3, 3, 3
+
+
+ CmbPerm
+
+
+ 2
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NUDSubAttributionTimes
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ Top, Bottom, Left
+
+
+ 19, 157
+
+
+ 304, 139
+
+
+ 见识一下真正的雷神吧!
+
+
+ True
+
+
+ True
+
+
+ GrpAMSkills
+
+
+ 236, 34
+
+
+ 0
+
+
+ 44, 17
+
+
+ 68, 69
+
+
+ NoControl
+
+
+ 快来将你的官服存档导入GC吧!
+
+
+ 2
+
+
+ 0
+
+
+ 294, 22
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ 1
+
+
+ 0
+
+
+ 3
+
+
+ TPOpenCommandCheck
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCSpawnSettings
+
+
+ LblHostTip
+
+
+ TPAttackInfusedArgs
+
+
+ False
+
+
+ 3, 3, 3, 3
+
+
+ 44, 17
+
+
+ NoControl
+
+
+ TPItem
+
+
+ 100, 23
+
+
+ TPMail
+
+
+ GrpQuestFilters
+
+
+ True
+
+
+ 0
+
6, 6
-
- 200, 153
+
+ 36
+
+
+ NUDAiwiCount
+
+
+ 50, 23
+
+
+ 2
+
+
+ 0
+
+
+ TPAttackInfusedArgs
+
+
+ TPWeapon
+
+
+ FLPSpawnRecordControls
+
+
+ 652, 245
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+ TPArtifact
+
+
+ 75, 23
+
+
+ NoControl
+
+
+ 11
+
+
+ NoControl
+
+
+ NoControl
+
+
+ 100, 23
+
+
+ TPCustom
+
+
+ 42
+
+
+ 物品
+
+
+ True
+
+
+ 353, 41
+
+
+ LblConsoleTip
+
+
+ 2
+
+
+ 插件:
+
+
+ 0
+
+
+ 39, 17
+
+
+ 目标UID
+
+
+ NUDStat
+
+
+ BtnAiwiClear
+
+
+ TPAttackModArgs
+
+
+ 0
+
+
+ 62, 21
+
+
+ BtnFinishQuest
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 240, 25
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 15
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 110, 23
+
+
+ 5
+
+
+ BtnOpenDropEditor
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ True
+
+
+ Left
+
+
+ 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
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ NoControl
+
+
+ Top, Right
+
+
+ Top, Bottom, Left
+
+
+ TPAttackInfusedArgs
+
+
+ LblEntityHp
+
+
+ False
+
+
+ True
+
+
+ 358, 5
+
+
+ 4
+
+
+ AttackInfusedWithItem
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ TPRemoteCall
+
+
+ 6, 216
+
+
+ ListSpawnLogs
+
+
+ 221, 174
+
+
+ 8
+
+
+ System.Windows.Forms.NumericUpDown, 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
+
+
+ 144, 36
+
+
+ 5
+
+
+ 23, 17
+
+
+ 2
+
+
+ NoControl
+
+
+ 256, 216
+
+
+ TPRemoteCall
+
+
+ 250, 23
+
+
+ 117, 102
+
+
+ 4
+
+
+ 26
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ 30, 17
+
+
+ 4, 26
+
+
+ LblSupportDescription
+
+
+ ListWeapons
+
+
+ 解封
+
+
+ 1
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 6, 72
+
+
+ True
+
+
+ 1
+
+
+ ListEntity
+
+
+ - 删除
+
+
+ √ 记录
+
+
+ 权限管理
+
+
+ LnkOpenCommandLabel
+
+
+ TPArtifact
+
+
+ 1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3, 3, 3, 3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Bottom, Left
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+ 310, 161
+
+
+ 0
+
+
+ TCSpawnSettings
+
+
+ FormMain
+
+
+ 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
+
+
+ 等级
+
+
+ 106, 23
+
+
+ 44, 17
+
+
+ 4
+
+
+ TPMailSelectableItemList
+
+
+ panel1
+
+
+ 5
+
+
+ 6
+
+
+ 188, 216
+
+
+ 652, 245
+
+
+ TPQuest
+
+
+ 274, 168
+
+
+ 5
+
+
+ System.Windows.Forms.NumericUpDown, 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
+
+
+ BtnPermClear
+
+
+ 6
+
+
+ NoControl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Fill
+
+
+ √ 保存
+
+
+ 2
+
+
+ 4
+
+
+ 17
+
+
+ GrpAccount
+
+
+ TPItem
+
+
+ Bottom, Left
+
+
+ 0
+
+
+ 3, 3, 3, 3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ListMailSelectableItems
+
+
+ Bottom, Left
+
+
+ 17
+
+
+ TPArtifact
+
+
+ TPMail
+
+
+ TPPlayerCheck
+
+
+ 6
+
+
+ 收件人:
+
+
+ 攻击修改参数
+
+
+ 215, 23
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ GrpSetConstellation
+
+
+ Top, Right
+
+
+ TxtAccountUserName
+
+
+ 20, 27
+
+
+ 132, 159
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ Top, Bottom, Left, Right
+
+
+ NoControl
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top, Bottom, Left, Right
+
+
+ 61, 4
+
+
+ NoControl
+
+
+ 44, 17
+
+
+ 0
+
+
+ NoControl
+
+
+ TPSpawnArgs
+
+
+ TPScene
+
+
+ 75, 23
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 7
+
+
+ 4
+
+
+ 200, 100
+
+
+ 125, 23
+
+
+ 17
+
+
+ LblClimateType
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6, 219
+
+
+ Bottom, Left
+
+
+ 32, 13
+
+
+ ChkQuestFilterTEST
+
+
+ NoControl
+
+
+ GrpCommand
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
+
+
+ 243, 140
+
+
+ 15
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4, 26
+
+
+ GrpAccount
+
+
+ TPArtifact
+
+
+ GrpBanPlayer
+
+
+ 6
+
+
+ 关于
+
+
+ LblAccountUserName
+
+
+ NoControl
+
+
+ Bottom, Left
+
+
+ Bottom, Left
+
+
+ 338, 203
+
+
+ 44, 17
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 11
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 1
+
+
+ 发送
+
+
+ GrpSetConstellation
+
+
+ NoControl
+
+
+ ListMailList
+
+
+ 50, 23
+
+
+ 12
+
+
+ 56, 17
+
+
+ 1
+
+
+ TPSpawnArgs
+
+
+ True
+
+
+ Top
+
+
+ TPItem
+
+
+ RbMailSendToAll
+
+
+ 462, 11
+
+
+ TPConsoleCheck
+
+
+ Bottom, Left
+
+
+ Microsoft YaHei UI, 10pt
+
+
+ 9
+
+
+ LblSpawnVersionRequireTip
+
+
+ NoControl
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ None
+
+
+ 32, 17
+
+
+ 13
+
+
+ TPSpawnArgs
+
+
+ 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
+
+
+ 56, 158
+
+
+ NoControl
+
+
+ 0, 17
+
+
+ 5
+
+
+ 技能等级
+
+
+ 远程
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 血量:
+
+
+ NoControl
+
+
+ 重载配置
+
+
+ 5
+
+
+ 7
+
+
+ 4
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ 44, 17
+
+
+ LblArtifactStars
+
+
+ Bottom, Left
+
+
+ TPScene
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 6, 6
+
+
+ 13
+
+
+ 等级
+
+
+ LblAMPluginIntroduction
+
+
+ TPAttackInfusedArgs
+
+
+ TCSpawnSettings
+
+
+ PanelMailListControls
+
+
+ 346, 233
+
+
+ GrpServerStatus
+
+
+ 重载配置
+
+
+ 89, 53
+
+
+ TPRemoteCall
+
+
+ TPOpenCommandCheck
+
+
+ True
+
+
+ 发送验证码
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 1
+
+
+ Microsoft YaHei UI, 10pt
+
+
+ 5
+
+
+ Top
+
+
+ 4, 26
+
+
+ GrpBanPlayer
+
+
+ 0
+
+
+ 465, 129
+
+
+ 40
+
+
+ FLPCustomCommands
+
+
+ 56, 17
+
+
+ × 删除
+
+
+ 1
+
+
+ 296, 109
+
+
+ NoControl
+
+
+ 3, 3, 3, 3
+
+
+ 0
+
+
+ TPArtifact
+
+
+ TPSpawnArgs
+
+
+ 7
+
+
+ 194, 27
+
+
+ 32, 17
+
+
+ ---
+
+
+ 43, 36
+
+
+ TPItem
+
+
+ NUDArtifactStars
+
+
+ 68, 17
+
+
+ 0
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 用户名
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+ 圣遗物
+
+
+ TPAvatar
+
+
+ GrpSetStats
+
+
+ 228, 23
+
+
+ 4
+
+
+ TCMain
+
+
+ 228, 76
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LblAvatarSkillLevelTip
+
+
+ 技能等级
+
+
+ 610, 275
+
+
+ 3
+
+
+ TxtAtEntityE
+
+
+ 3, 3, 3, 3
+
+
+ NoControl
+
+
+ 69, 80
+
+
+ 自动
+
+
+ LblCustomName
+
+
+ TPWeapon
+
+
+ 0
+
+
+ 2
+
+
+ True
+
+
+ 4
+
+
+ False
+
+
+ 150, 218
+
+
+ TCMailRight
+
+
+ 0
+
+
+ NoControl
+
+
+ BtnCopy
+
+
+ 80, 23
+
+
+ 136, 24
+
+
+ 5
+
+
+ E
+
+
+ 150, 35
+
+
+ 652, 245
+
+
+ 6
+
+
+ 3, 3, 3, 3
+
+
+ TCMain
+
+
+ 12
+
+
+ 8
+
+
+ True
+
+
+ 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
+
+
+ None
+
+
+ Top, Bottom, Left, Right
+
+
+ NoControl
+
+
+ TPSpawnArgs
+
+
+ TPAttackModArgs
+
+
+ 16
+
+
+ 70, 39
+
+
+ 6, 6
+
+
+ 生成
+
+
+ TPRemoteCall
+
+
+ TPSpawnArgs
+
+
+ × 删除
+
+
+ TPAttackModArgs
+
+
+ 等级
+
+
+ GrpServerStatus
+
+
+ panel1
+
+
+ 6
+
+
+ - 删除
+
+
+ 14, 15
+
+
+ TPHome
+
+
+ Q技能
+
+
+ 154, 22
+
+
+ 56, 17
+
+
+ 7
+
+
+ 请确保地址中包含 http:// 或 https://
+
+
+ LnkAMOff
+
+
+ 1
+
+
+ GrpSettings
+
+
+ GrpAccount
+
+
+ 0
+
+
+ 3
+
+
+ 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
+
+
+ 当前玩家数
+
+
+ 407, 22
+
+
+ 7
+
+
+ 301, 111
+
+
+ ChkAccountSetUid
+
+
+ True
+
+
+ 游戏版本
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
+
+
+ NoControl
+
+
+ GrpGiveAvatar
+
+
+ LblWeaponLevel
+
+
+ 3
+
+
+ ChkIncludeSceneId
+
+
+ TPSpawnArgs
+
+
+ 防御力:
+
+
+ 3
+
+
+ 41, 51
+
+
+ BtnOpenGachaBannerEditor
+
+
+ 80, 23
+
+
+ Bottom
+
+
+ 92, 82
+
+
+ 89, 111
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 41, 22
+
+
+ 4, 26
+
+
+ 4, 26
+
+
+ PanelMailListControls
+
+
+ LblArtifactLevel
+
+
+ LnkAttackInfusedWithItem
+
+
+ LblGameItemLevel
+
+
+ 88, 36
+
+
+ 8
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 12
+
+
+ 82, 23
+
+
+ 16, 23
+
+
+ 权限
+
+
+ TPRemoteCall
+
+
+ 0
+
+
+ Top, Bottom, Left, Right
+
+
+ 设置所有角色
+
+
+ 管理
+
+
+ TPConsoleCheck
+
+
+ LblAiwiPlugin
+
+
+ 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
+
+
+ 13
+
+
+ 9
+
+
+ NUDTpZ
+
+
+ + 添加
+
+
+ TCMain
+
+
+ ListMailItems
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 100, 23
+
+
+ 182, 3
+
+
+ 7, 107
+
+
+ 150, 35
+
+
+ 文本浏览器
+
+
+ 10
+
+
+ 75, 21
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ Links
+
+
+ True
+
+
+ TPAttackInfusedArgs
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ New Version Tip
+
+
+ 列出
+
+
+ 1
+
+
+ 4
+
+
+ NoControl
+
+
+ ListGiveItemLogs
+
+
+ TPAttackInfusedArgs
+
+
+ GrpPermission
+
+
+ 4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0, 0, 0, 0
+
+
+ GrpGiveAvatar
+
+
+ 3, 3, 3, 3
+
+
+ True
+
+
+ NoControl
+
+
+ TPQuest
+
+
+ 5
+
+
+ 10
+
+
+ 128, 17
+
+
+ 60, 23
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ None
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 32, 17
+
+
+ 32, 17
+
+
+ 实体列表
+
+
+ LblSubAttribution
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 56, 17
+
+
+ ChkDrop
+
+
+ GrpSettings
+
+
+ 13, 62
7
+
+ 167, 39
+
+
+ False
+
+
+ 玩家验证
+
+
+ BtnSaveCustomCommand
+
+
+ 2
+
+
+ 100, 23
+
+
+ Top
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnClearMail
+
+
+ 117, 71
+
+
+ Top, Bottom, Left
+
+
+ NoControl
+
+
+ 9
+
+
+ NoControl
+
+
+ BtnAddSubAttr
+
+
+ 13
+
+
+ 37, 28
+
+
+ True
+
+
+ 封禁理由
+
+
+ LblGOODHelp
+
+
+ 60, 23
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 11
+
+
+ 60, 23
+
+
+ 17
+
+
+ 11
+
+
+ 4
+
+
+ NUDVerificationCode
+
+
+ X 清空
+
+
+ TPMailList
+
+
+ 1
+
+
+ Bottom, Right
+
+
+ 1
+
+
+ 14, 17
+
+
+ 12
+
+
+ 167, 99
+
+
+ NoControl
+
+
+ 47, 5
+
+
+ None
+
+
+ 3, 3, 3, 3
+
+
+ TPSpawnItems
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ NoControl
+
+
+ TxtMailContent
+
+
+ TPArtifact
+
+
+ LblAMPlugin
+
+
+ TPSpawnArgs
+
+
+ TPItem
+
+
+ True
+
+
+ 6
+
+
+ NoControl
+
+
+ TPSpawnArgs
+
+
+ 506, 97
+
+
+ 2
+
+
+ LblEntityAtk
+
+
+ 44, 22
+
+
+ 38
+
+
+ True
+
+
+ 67, 14
+
+
+ 8
+
+
+ NoControl
+
+
+ 4, 26
+
+
+ NoControl
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 攻击注入参数
+
+
+ NoControl
+
+
+ NUDBanUID
+
+
+ 3
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ NoControl
+
+
+ × 删除
+
+
+ 75, 23
+
+
+ TPItem
+
+
+ 控制台
+
+
+ LnkGithub
+
+
+ RbAtE
+
+
+ 0
+
+
+ ChkQuestFilterUNRELEASED
+
+
+ 3, 19
+
+
+ 140, 23
+
+
+ True
+
+
+ 60, 23
+
+
+ 锁定
+
+
+ GrasscutterTools
+
+
+ True
+
+
+ 6
+
+
+ 6
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Microsoft YaHei UI, 13pt
+
+
+ 1
+
+
+ 2
+
+
+ 3, 3, 3, 3
+
+
+ GrpSettings
+
+
+ 65, 42
+
+
+ NoControl
+
+
+ BtnAddMailItem
+
获取武器
@@ -2868,5367 +4197,4038 @@
>70级 突破5
>80级 突破6
-
- LblWeaponDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 2
-
-
- Bottom, Left
-
-
- True
-
-
- NoControl
-
-
- 194, 218
-
-
- 56, 17
-
-
- 6
-
-
- 精炼等级
-
-
- LblWeaponRefinement
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 3
-
-
- Bottom, Left
-
-
- True
-
-
- NoControl
-
-
- 6, 218
-
-
- 32, 17
-
-
- 6
-
-
- 数量
-
-
- LblWeaponAmount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 4
-
-
- Bottom, Left
-
-
- True
-
-
- NoControl
-
-
- 100, 218
-
-
- 32, 17
-
-
- 6
-
-
- 等级
-
-
- LblWeaponLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 5
-
-
- Bottom, Left
-
-
- 256, 216
-
-
- 50, 23
-
-
- 5
-
-
- NUDWeaponRefinement
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 6
-
-
- Bottom, Left
-
-
- 44, 216
-
-
- 50, 23
-
-
- 5
-
-
- NUDWeaponAmout
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 7
-
-
- Bottom, Left
-
-
- 138, 216
-
-
- 50, 23
-
-
- 5
-
-
- NUDWeaponLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 8
-
-
- Top, Bottom, Right
-
-
- 17
-
-
- 446, 31
-
-
- 200, 208
-
-
- 4
-
-
- ListWeapons
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- 9
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 652, 245
-
-
- 3
-
-
- 武器
-
-
- TPWeapon
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 6
-
-
- None
-
-
- True
-
-
- NoControl
-
-
- 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
-
-
- NoControl
-
-
- 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
-
-
- 283, 39
-
-
- 19, 17
-
-
- 3
-
-
- %
-
-
- False
-
-
- LblStatPercent
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 3
-
-
- 207, 37
-
-
- 70, 23
-
-
- 1
-
-
- NUDStat
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 4
-
-
- 43, 36
-
-
- 158, 25
-
-
- 0
-
-
- CmbStat
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 5
-
-
- 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
-
-
- 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
-
-
- 27, 25
-
-
- 32, 17
-
-
- 3
-
-
- 角色
-
-
- LblAvatar
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpGiveAvatar
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 27, 84
-
-
- 32, 17
-
-
- 7
-
-
- 命座
-
-
- LblAvatarConstellation
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 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
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 652, 245
-
-
- 5
-
-
- 角色
-
-
- TPAvatar
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 5
-
-
- Top, Bottom, Left
-
-
- 240, 126
-
-
- 80, 23
-
-
- 5
-
-
- NUDEntityDef
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 0
-
-
- 78, 126
-
-
- 80, 23
-
-
- 4
-
-
- NUDEntityAtk
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 1
-
-
- 69, 80
-
-
- 80, 23
-
-
- 2
-
-
- NUDEntityHp
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 2
-
-
- 240, 80
-
-
- 80, 23
-
-
- 3
-
-
- NUDEntityMaxHp
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 3
-
-
- 260, 155
-
-
- 60, 23
-
-
- 8
-
-
- NUDEntityPosZ
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 4
-
-
- 169, 155
-
-
- 60, 23
-
-
- 7
-
-
- NUDEntityPosY
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 5
-
-
- 78, 155
-
-
- 60, 23
-
-
- 6
-
-
- NUDEntityPosX
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 6
-
-
- 69, 25
-
-
- 80, 23
-
-
- 0
-
-
- NUDEntityAmout
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 7
-
-
- 240, 25
-
-
- 80, 23
-
-
- 1
-
-
- NUDEntityLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 8
-
-
- True
-
-
- NoControl
-
-
- 19, 60
-
-
- 162, 17
-
-
- 43
-
-
- 以下参数至少要求 GC v1.3.1
-
-
- LblSpawnVersionRequireTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 9
-
-
- True
-
-
- NoControl
-
-
- 20, 106
-
-
- 107, 17
-
-
- 42
-
-
- 血量为 0 表示无限
-
-
- LblInfiniteHpTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 10
-
-
- True
-
-
- NoControl
-
-
- 182, 128
-
-
- 56, 17
-
-
- 40
-
-
- 防御力:
-
-
- LblEntityDef
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 11
-
-
- True
-
-
- NoControl
-
-
- 19, 128
-
-
- 56, 17
-
-
- 38
-
-
- 攻击力:
-
-
- LblEntityAtk
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
+
12
-
- True
-
-
- NoControl
-
-
- 19, 82
-
-
- 44, 17
-
-
- 36
-
-
- 血量:
-
-
- LblEntityHp
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 13
-
-
- True
-
-
- NoControl
-
-
- 170, 82
-
-
- 68, 17
-
-
- 34
-
-
- 最大血量:
-
-
- LblEntityMaxHp
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 14
-
-
- True
-
-
- NoControl
-
-
- 19, 157
-
-
- 235, 17
-
-
- 30
-
-
- 位置: x: y: z:
-
-
- LblEntitySpawnPostion
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 15
-
-
- True
-
-
- NoControl
-
-
- 194, 27
-
-
- 44, 17
-
-
- 11
-
-
- 等级:
-
-
- LblEntityLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 16
-
-
- True
-
-
- NoControl
-
-
- 20, 27
-
-
- 44, 17
-
-
- 10
-
-
- 数量:
-
-
- LblEntityAmount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- 17
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 338, 199
-
-
- 0
-
-
- 生成参数
-
-
- TPSpawnArgs
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCSpawnSettings
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 6, 41
-
-
- 140, 17
-
-
- 11
-
-
- 见识一下真正的雷神吧!
-
-
- LblAMPluginTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackModArgs
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 6, 24
-
-
- 227, 17
-
-
- 11
-
-
- 这个插件可以使用 Gadget 替换角色攻击
-
-
- LblAMPluginIntroduction
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackModArgs
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 6, 3
-
-
- 44, 17
-
-
- 10
-
-
- 插件:
-
-
- LblAMPlugin
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackModArgs
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 182, 3
-
-
- 20, 17
-
-
- 2
-
-
- 关
-
-
- LnkAMOff
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackModArgs
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 156, 3
-
-
- 20, 17
-
-
- 1
-
-
- 开
-
-
- LnkAMOn
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackModArgs
-
-
- 4
-
-
- NoControl
-
-
- 232, 170
-
-
- 100, 23
-
-
- 5
-
-
- 重载配置
-
-
- BtnAtReload
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackModArgs
-
-
- 5
-
-
- NoControl
-
-
- 9, 170
-
-
- 217, 23
-
-
- 4
-
-
- 清空实体!!
-
-
- BtnAtClear
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackModArgs
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 56, 3
-
-
- 94, 17
-
-
- 0
-
-
- AttackModifier
-
-
- LnkAttackModifierPlugin
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackModArgs
-
-
- 7
-
-
- 67, 72
-
-
- 250, 23
-
-
- 5
-
-
- TxtAtEntityQ
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAMSkills
-
-
- 0
-
-
- 67, 43
-
-
- 250, 23
-
-
- 4
-
-
- TxtAtEntityE
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAMSkills
-
-
- 1
-
-
- 67, 14
-
-
- 250, 23
-
-
- 3
-
-
- TxtAtEntityN
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAMSkills
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 14, 73
-
-
- 36, 21
-
-
- 2
-
-
- Q
-
-
- RbAtQ
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAMSkills
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 14, 44
-
-
- 33, 21
-
-
- 1
-
-
- E
-
-
- RbAtE
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAMSkills
-
-
- 4
-
-
- True
-
-
- NoControl
-
-
- 14, 15
-
-
- 36, 21
-
-
- 0
-
-
- N
-
-
- RbAtN
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAMSkills
-
-
- 5
-
-
- 9, 61
-
-
- 323, 103
-
-
- 3
-
-
- 替换技能
-
-
- GrpAMSkills
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackModArgs
-
-
- 8
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 338, 199
-
-
- 1
-
-
- 攻击修改参数
-
-
- TPAttackModArgs
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCSpawnSettings
-
-
- 1
-
-
- 248, 105
-
-
- 60, 23
-
-
- 7
-
-
- NUDAiwiRotateZ
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 0
-
-
- 157, 105
-
-
- 60, 23
-
-
- 6
-
-
- NUDAiwiRotateY
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 1
-
-
- 66, 105
-
-
- 60, 23
-
-
- 5
-
-
- NUDAiwiRotateX
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 7, 107
-
-
- 235, 17
-
-
- 26
-
-
- 旋转: x: y: z:
-
-
- LblAiwiRotate
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 3
-
-
- 228, 76
-
-
- 80, 23
-
-
- 4
-
-
- NUDAiwiSpread
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 4
-
-
- True
-
-
- NoControl
-
-
- 178, 78
-
-
- 44, 17
-
-
- 24
-
-
- 扩散:
-
-
- LblAiwiSpread
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 5
-
-
- 66, 76
-
-
- 80, 23
-
-
- 3
-
-
- NUDAiwiCount
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 6
-
-
- 228, 47
-
-
- 80, 23
-
-
- 2
-
-
- NUDAiwiHeight
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 7
-
-
- 66, 47
-
-
- 80, 23
-
-
- 1
-
-
- NUDAiwiRadius
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 8
-
-
- True
-
-
- NoControl
-
-
- 7, 78
-
-
- 44, 17
-
-
- 20
-
-
- 数量:
-
-
- LblAiwiCount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 9
-
-
- True
-
-
- NoControl
-
-
- 178, 49
-
-
- 44, 17
-
-
- 18
-
-
- 高度:
-
-
- LblAiwiHeight
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 10
-
-
- True
-
-
- NoControl
-
-
- 7, 49
-
-
- 44, 17
-
-
- 16
-
-
- 范围:
-
-
- LblAiwiRadius
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 11
-
-
- NoControl
-
-
- 94, 134
-
-
- 150, 30
-
-
- 8
-
-
- 攻击注入
-
-
- BtnAttackInfuse
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 12
-
-
- NoControl
-
-
- 221, 174
-
-
- 100, 23
-
-
- 11
-
-
- 重载配置
-
-
- BtnAiwiReload
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 13
-
-
- NoControl
-
-
- 115, 174
-
-
- 100, 23
-
-
- 10
-
-
- 清空实体
-
-
- BtnAiwiClear
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 14
-
-
- NoControl
-
-
- 9, 174
-
-
- 100, 23
-
-
- 9
-
-
- 重置
-
-
- BtnAiwiReset
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 15
-
-
- True
-
-
- NoControl
-
-
- 6, 3
-
-
- 44, 17
-
-
- 11
-
-
- 插件:
-
-
- LblAiwiPlugin
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 16
-
-
- True
-
-
- NoControl
-
-
- 56, 3
-
-
- 139, 17
-
-
- 0
-
-
- AttackInfusedWithItem
-
-
- LnkAttackInfusedWithItem
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 17
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 338, 203
-
-
- 2
-
-
- 攻击注入参数
-
-
- TPAttackInfusedArgs
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCSpawnSettings
-
-
- 2
-
-
- 6, 6
-
-
- 346, 233
-
-
- 0
-
-
- TCSpawnSettings
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 0
-
-
- Top, Bottom, Left, Right
-
-
- Fill
-
-
- 17
-
-
- 3, 33
-
-
- 274, 167
-
-
- 1
-
-
- ListEntity
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnItems
-
-
- 0
-
-
- Top, Left, Right
-
-
- 0, 3
-
-
- 242, 23
-
-
- 0
-
-
- TxtEntityFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel1
-
-
- 0
-
-
- Top, Right
-
-
- NoControl
-
-
- 245, 3
-
-
- 26, 24
-
-
- 5
-
-
- 三
-
-
- BtnFilterEntity
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel1
-
-
- 1
-
-
- Top
-
-
- 3, 3
-
-
- 274, 30
-
-
- 17
-
-
- panel1
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnItems
-
-
- 1
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 280, 203
-
-
- 0
-
-
- 实体列表
-
-
- TPSpawnItems
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCSpawnItems
-
-
- 0
-
-
- Fill
-
-
- 17
-
-
- 3, 3
-
-
- 274, 168
-
-
- 9
-
-
- ListSpawnLogs
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnRecords
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 3, 3
-
-
- 75, 23
-
-
- 10
-
-
- √ 记录
-
-
- BtnSaveSpawnLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- FLPSpawnRecordControls
-
-
- 0
-
-
- False
-
-
- NoControl
-
-
- 84, 3
-
-
- 75, 23
-
-
- 11
-
-
- × 删除
-
-
- BtnRemoveSpawnLog
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- FLPSpawnRecordControls
-
-
- 1
-
-
- Left
-
-
- True
-
-
- NoControl
-
-
- 165, 6
-
-
- 44, 17
-
-
- 13
-
-
- X 清空
-
-
- LblClearSpawnLogs
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- FLPSpawnRecordControls
-
-
- 2
-
-
- Bottom
-
-
- 3, 171
-
-
- 274, 29
-
-
- 17
-
-
- FLPSpawnRecordControls
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnRecords
-
-
- 1
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 280, 203
-
-
- 1
-
-
- 生成记录本
-
-
- TPSpawnRecords
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCSpawnItems
-
-
- 1
-
-
- 358, 6
-
-
- 288, 233
-
-
- 1
-
-
- TCSpawnItems
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 1
-
-
- 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
+
+ BtnConsoleConnect
-
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetConstellation
+
+
+ 4, 26
+
+
+ 10
+
+
+ E技能
+
+
NoControl
-
- 26, 55
+
+ 358, 31
-
- 99, 21
+
+ Bottom, Left
-
- 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
-
- 隐藏的任务
+
+ 32, 17
-
- ChkQuestFilterHIDDEN
+
+ 46, 17
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- GrpQuestFilters
-
-
- 2
-
-
- 202, 109
-
-
- 150, 130
-
-
+
7
-
- 列表过滤
+
+ GrpPermission
-
- GrpQuestFilters
+
+ 3, 3, 3, 3
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ LblAiwiHeight
-
- TPQuest
+
+ PanelMailItemArgs
-
- 0
+
+ 武器
-
- Bottom, Left
+
+ 7
-
- NoControl
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 102, 216
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 90, 23
+
+ Bottom, Right
-
- 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
-
- 添加任务
+
+ LblEntityLevel
-
- 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
+
+ 16
-
- 346, 100
-
-
+
4
+
+ TPSpawnArgs
+
+
+ TPPlayerCheck
+
+
+ NUDEntityLevel
+
+
+ 56, 17
+
+
+ 652, 245
+
+
+ 6
+
+
+ True
+
+
+ System.Windows.Forms.Button, 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
+
+
+ 11
+
+
+ ChkIncludeUID
+
+
+ 46, 17
+
+
+ 358, 6
+
+
+ 280, 280
+
+
+ Top, Left, Right
+
+
+ True
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 9
+
+
+ GrpGiveAvatar
+
+
+ 主页
+
+
+ RbAtN
+
+
+ 1
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 7
+
+
+ 8
+
+
+ 212, 25
+
+
+ BtnExportCustomCommands
+
+
+ Bottom, Left
+
+
+ True
+
+
+ TPMail
+
+
+ TxtAtEntityQ
+
+
+ 235, 17
+
+
+ 1
+
+
+ LblMailItemCount
+
+
+ 32, 17
+
+
+ [0-20]
+
+
+ 1
+
+
+ 0, 0
+
+
+ 17
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ 2
+
+
+ 7
+
+
+ 4
+
+
+ 6, 3
+
+
+ LblEntityMaxHp
+
+
+ Bottom, Left, Right
+
+
+ Bottom, Left
+
+
+ TPAvatar
+
+
+ 4
+
+
+ TPMail
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 235, 17
+
+
+ 2
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ 228, 140
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 8
+
添加或完成任务
提示:许多任务需要服务端脚本支持
因此任务可以接,可以完成,但是不一定可以做
-
- LblQuestDescription
+
+ 44, 17
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
- TPQuest
-
-
- 3
-
-
- Top, Left, Right
-
-
- 358, 5
-
-
- 288, 23
-
-
+
2
-
- TxtQuestFilter
+
+ 66, 76
-
- 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
+
+ 652, 245
-
- 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
+
+ TPHome
-
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
NoControl
-
- 465, 129
+
+ 6
-
- 75, 23
+
+ GrpSetStats
-
- 8
+
+ 44, 216
-
- + 添加
+
+ DTPBanEndTime
-
- BtnAddSubAttr
+
+ 44, 17
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 3, 171
-
- TPArtifact
+
+ Github
-
- 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
+
+ NUDAvatarLevel
TPArtifact
-
- 2
-
-
- Top
-
-
+
True
-
+
+ TPArtifact
+
+
NoControl
-
- 298, 11
+
+ 84, 3
-
- 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
+
+ 1
-
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnLoadCustomCommands
+
+
+ GrpAccount
+
+
+ TPAttackInfusedArgs
+
+
+ 10
+
+
+ 4, 26
+
+
+ Top, Left, Right
+
+
+ 14
+
+
+ NoControl
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnAtClear
+
+
+ 15, 16
+
+
+ 3, 3, 3, 3
+
+
+ 100, 23
+
+
+ 198, 24
+
+
+ 75, 23
+
+
+ Top
+
+
+ LblMailTitleLabel
+
+
+ 17
+
+
+ TPMail
+
+
+ 19, 128
+
+
+ 118, 23
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 212, 24
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LblAiwiSpread
+
+
+ 65, 13
+
+
+ NUDEntityPosZ
+
+
+ 50, 23
+
+
+ TPRemoteCall
+
+
+ 11
+
+
+ 65, 13
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 332, 55
+
+
+ 140, 140
+
+
+ GrpSetConstellation
+
+
+ LblMailRecipientLabel
+
+
+ 223, 41
+
+
+ 6
+
+
+ True
+
+
+ GrpCommand
+
+
+ NoControl
+
+
+ 0
+
+
+ NoControl
+
+
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
+
+ True
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
+
+ 1
-
- 主词条
-
-
- LblMainAttribution
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 15
-
-
- Top
-
-
- 167, 39
-
-
- 50, 23
-
-
- 2
-
-
- NUDArtifactLevel
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 16
-
-
- Top
-
-
- True
-
-
- NoControl
-
-
- 353, 41
-
-
- 32, 17
-
-
- 43
-
-
- 星级
-
-
- LblArtifactStars
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 17
-
-
- Top
-
-
- 391, 39
-
-
- 65, 23
-
-
+
3
-
- NUDArtifactStars
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 18
-
-
- 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
-
-
- 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
-
-
- NoControl
-
-
- 313, 187
-
-
- 100, 23
-
-
- 11
-
-
- 商店编辑器
-
-
- BtnOpenShopEditor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 0
-
-
- Bottom, Right
-
-
- NoControl
-
-
- 525, 216
-
-
- 100, 23
-
-
- 10
-
-
- 掉落物编辑器
-
-
- BtnOpenDropEditor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 1
-
-
- 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
-
-
- 2
-
-
- Left
-
-
- True
-
-
- Microsoft YaHei UI, 13pt
-
-
- NoControl
-
-
- 88, 36
-
-
- 136, 24
-
-
- 0
-
-
- 祝你玩得愉快!
-
-
- LblAbout
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 3
-
-
- Bottom, Right
-
-
- NoControl
-
-
- 419, 216
-
-
- 100, 23
-
-
- 8
-
-
- 文本浏览器
-
-
- BtnOpenTextMap
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 4
-
-
- 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
-
-
- 5
-
-
- 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
-
-
- 6
-
-
- Bottom, Left
-
-
- True
-
-
- NoControl
-
-
- 7, 83
-
-
- 25, 17
-
-
- 10
-
-
- GC
-
-
- LblGCVersion
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 0
-
-
- 41, 80
-
-
- 100, 25
-
-
- 9
-
-
- CmbGcVersions
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 147, 82
-
-
- 51, 21
-
-
- 8
-
-
- 置顶
-
-
- ChkTopMost
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 2
-
-
- 41, 51
-
-
- 100, 25
-
-
- 6
-
-
- CmbLanguage
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 147, 54
-
-
- 128, 17
-
-
- 5
-
-
- 语言/Language/язык
-
-
- LblLanguage
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
- 4
-
-
- 41, 22
-
-
- 100, 23
-
-
- 3
-
-
- NUDUid
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
5
-
- True
-
-
- NoControl
-
-
- 147, 23
-
-
- 133, 21
-
-
- 4
-
-
- 生成的命令包含UID
-
-
- ChkIncludeUID
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSettings
-
-
+
6
-
- True
+
+ 332, 55
-
+
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
-
-
- 7
-
-
+
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
-
-
- NoControl
-
-
- 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
-
-
- TPMailSelectableItemList
-
-
- 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
-
-
- TPMailSelectableItemList
-
-
- 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
-
-
- TPMailSelectableItemList
-
-
- 2
-
-
- 4, 26
-
-
- 3, 3, 3, 3
+
+ TPWeapon
228, 204
-
- 0
+
+ 73, 21
-
- 物品列表
+
+ GrpServerStatus
-
- TPMailSelectableItemList
+
+ 30
-
- 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
-
-
- TPMailList
-
-
- 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
-
-
- TPMailList
-
-
- 1
-
-
+
4, 26
-
- 3, 3, 3, 3
-
-
- 228, 204
-
-
- 1
-
-
- 邮件列表
-
-
- TPMailList
-
-
- 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
-
+
+ 68, 17
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 20, 17
+
+
Bottom, Left
-
- 17
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 73, 155
+
+ 添加任务
+
+
+ 8
+
+
+ 10
+
+
+ 4
+
+
+ 68, 17
+
+
+ 240, 126
+
+
+ CmbAvatar
+
+
+ 0
+
+
+ 封禁管理
+
+
+ 66, 47
+
+
+ TPCustom
+
+
+ GrpAccount
+
+
+ TPScene
+
+
+ 41, 80
+
+
+ 4
+
+
+ NoControl
+
+
+ TCSpawnItems
+
+
+ ListQuest
+
+
+ 3
+
+
+ NUDEntityMaxHp
+
+
+ Top
+
+
+ 0
+
+
+ GrpGiveItemRecord
+
+
+ 14
+
+
+ TPItem
+
+
+ 6, 6
+
+
+ 2
+
+
+ 7
+
+
+ 6
+
+
+ TxtEntityFilter
+
+
+ LblArtifactSet
+
+
+ 80, 23
+
+
+ GrpTalentLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ None
+
+
+ 1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4, 26
+
+
+ LnkTalentQ
+
+
+ 16
+
+
+ None
+
+
+ Top
+
+
+ 2
+
+
+ True
+
+
+ 生成的命令包含UID
250, 89
-
- 7
+
+ TPHome
-
- ListMailItems
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
+
5
-
- Bottom, Left
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ LblWeaponAmount
-
+
NoControl
-
- 6, 158
-
-
- 44, 17
-
-
- 10
-
-
- 附件:
-
-
- LblMailItemsLabel
+
+ BtnPermAdd
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPMail
+
+ Bottom, Left
-
+
+ 471, 216
+
+
+ TPHome
+
+
6
-
- 283, 35
+
+ 生成参数
-
- 121, 23
+
+ 20
-
- 4
+
+ 50, 23
-
- NUDMailRecipient
+
+ NoControl
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 7
-
-
- True
+
+ TCMain
NoControl
-
- 227, 35
+
+ TPSpawnArgs
-
- 50, 21
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 3
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 玩家
+
+ Top, Bottom, Left, Right
-
- RbMailSendToPlayer
+
+ ---
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TPWeapon
-
- TPMail
+
+ 20, 17
-
- 8
+
+ TPQuest
-
- True
+
+ TPMailSelectableItemList
-
- NoControl
+
+ 1
-
- 78, 35
+
+