diff --git a/Source/GrasscutterTools/Forms/FormMain.Designer.cs b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
index 65fb0a9..dd36f6e 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();
@@ -323,7 +324,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();
@@ -453,7 +453,6 @@ namespace GrasscutterTools.Forms
//
// TPRemoteCall
//
- resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
this.TPRemoteCall.Controls.Add(this.LnkLinks);
this.TPRemoteCall.Controls.Add(this.LnkGOODHelp);
this.TPRemoteCall.Controls.Add(this.LnkInventoryKamera);
@@ -465,6 +464,7 @@ namespace GrasscutterTools.Forms
this.TPRemoteCall.Controls.Add(this.TxtHost);
this.TPRemoteCall.Controls.Add(this.BtnQueryServerStatus);
this.TPRemoteCall.Controls.Add(this.LblHost);
+ resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
this.TPRemoteCall.Name = "TPRemoteCall";
this.TPRemoteCall.UseVisualStyleBackColor = true;
this.TPRemoteCall.Enter += new System.EventHandler(this.TPRemoteCall_Enter);
@@ -562,15 +562,14 @@ namespace GrasscutterTools.Forms
//
// TPOpenCommandCheck
//
- resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
this.TPOpenCommandCheck.Controls.Add(this.TPPlayerCheck);
this.TPOpenCommandCheck.Controls.Add(this.TPConsoleCheck);
+ resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
this.TPOpenCommandCheck.Name = "TPOpenCommandCheck";
this.TPOpenCommandCheck.SelectedIndex = 0;
//
// TPPlayerCheck
//
- resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
this.TPPlayerCheck.Controls.Add(this.LnkRCHelp);
this.TPPlayerCheck.Controls.Add(this.NUDRemotePlayerId);
this.TPPlayerCheck.Controls.Add(this.BtnConnectOpenCommand);
@@ -578,6 +577,7 @@ namespace GrasscutterTools.Forms
this.TPPlayerCheck.Controls.Add(this.BtnSendVerificationCode);
this.TPPlayerCheck.Controls.Add(this.NUDVerificationCode);
this.TPPlayerCheck.Controls.Add(this.LblRemotePlayerId);
+ resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
this.TPPlayerCheck.Name = "TPPlayerCheck";
this.TPPlayerCheck.UseVisualStyleBackColor = true;
//
@@ -649,11 +649,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;
//
@@ -698,10 +698,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;
//
@@ -726,10 +726,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;
//
@@ -747,8 +747,8 @@ namespace GrasscutterTools.Forms
//
// DTPBanEndTime
//
- resources.ApplyResources(this.DTPBanEndTime, "DTPBanEndTime");
this.DTPBanEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
+ resources.ApplyResources(this.DTPBanEndTime, "DTPBanEndTime");
this.DTPBanEndTime.MaxDate = new System.DateTime(2034, 12, 31, 0, 0, 0, 0);
this.DTPBanEndTime.MinDate = new System.DateTime(2022, 6, 28, 0, 0, 0, 0);
this.DTPBanEndTime.Name = "DTPBanEndTime";
@@ -768,6 +768,14 @@ namespace GrasscutterTools.Forms
this.BtnBan.UseVisualStyleBackColor = true;
this.BtnBan.Click += new System.EventHandler(this.BtnBan_Click);
//
+ // 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";
+ //
// NUDBanUID
//
resources.ApplyResources(this.NUDBanUID, "NUDBanUID");
@@ -863,10 +871,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
@@ -928,7 +936,6 @@ namespace GrasscutterTools.Forms
//
// TPScene
//
- resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Controls.Add(this.TxtSceneFilter);
this.TPScene.Controls.Add(this.ChkIncludeSceneId);
this.TPScene.Controls.Add(this.LblTpZ);
@@ -943,6 +950,7 @@ namespace GrasscutterTools.Forms
this.TPScene.Controls.Add(this.LblSceneDescription);
this.TPScene.Controls.Add(this.ListScenes);
this.TPScene.Controls.Add(this.LblTp);
+ resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Name = "TPScene";
this.TPScene.UseVisualStyleBackColor = true;
//
@@ -1077,7 +1085,6 @@ namespace GrasscutterTools.Forms
//
// TPItem
//
- resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Controls.Add(this.LblClearGiveItemLogs);
this.TPItem.Controls.Add(this.BtnSaveGiveItemLog);
this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog);
@@ -1090,6 +1097,7 @@ namespace GrasscutterTools.Forms
this.TPItem.Controls.Add(this.NUDGameItemAmout);
this.TPItem.Controls.Add(this.NUDGameItemLevel);
this.TPItem.Controls.Add(this.LblGiveCommandDescription);
+ resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Name = "TPItem";
this.TPItem.UseVisualStyleBackColor = true;
//
@@ -1207,7 +1215,6 @@ namespace GrasscutterTools.Forms
//
// TPWeapon
//
- resources.ApplyResources(this.TPWeapon, "TPWeapon");
this.TPWeapon.Controls.Add(this.BtnGiveAllWeapons);
this.TPWeapon.Controls.Add(this.TxtWeaponFilter);
this.TPWeapon.Controls.Add(this.LblWeaponDescription);
@@ -1218,6 +1225,7 @@ namespace GrasscutterTools.Forms
this.TPWeapon.Controls.Add(this.NUDWeaponAmout);
this.TPWeapon.Controls.Add(this.NUDWeaponLevel);
this.TPWeapon.Controls.Add(this.ListWeapons);
+ resources.ApplyResources(this.TPWeapon, "TPWeapon");
this.TPWeapon.Name = "TPWeapon";
this.TPWeapon.UseVisualStyleBackColor = true;
//
@@ -1321,11 +1329,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;
//
@@ -1401,9 +1409,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
@@ -1429,9 +1437,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);
//
@@ -1513,7 +1521,6 @@ namespace GrasscutterTools.Forms
//
// CmbSwitchElement
//
- resources.ApplyResources(this.CmbSwitchElement, "CmbSwitchElement");
this.CmbSwitchElement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbSwitchElement.FormattingEnabled = true;
this.CmbSwitchElement.Items.AddRange(new object[] {
@@ -1525,6 +1532,7 @@ namespace GrasscutterTools.Forms
resources.GetString("CmbSwitchElement.Items5"),
resources.GetString("CmbSwitchElement.Items6"),
resources.GetString("CmbSwitchElement.Items7")});
+ resources.ApplyResources(this.CmbSwitchElement, "CmbSwitchElement");
this.CmbSwitchElement.Name = "CmbSwitchElement";
this.CmbSwitchElement.SelectedIndexChanged += new System.EventHandler(this.CmbSwitchElement_SelectedIndexChanged);
//
@@ -1537,9 +1545,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);
//
@@ -1631,9 +1639,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;
//
@@ -1648,7 +1656,6 @@ 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);
@@ -1667,6 +1674,7 @@ 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;
//
@@ -1893,7 +1901,6 @@ 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);
@@ -1903,6 +1910,7 @@ 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;
//
@@ -1963,13 +1971,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;
//
@@ -2013,7 +2021,6 @@ 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);
@@ -2032,6 +2039,7 @@ 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;
//
@@ -2087,8 +2095,8 @@ namespace GrasscutterTools.Forms
//
// NUDAiwiSpread
//
- resources.ApplyResources(this.NUDAiwiSpread, "NUDAiwiSpread");
this.NUDAiwiSpread.DecimalPlaces = 2;
+ resources.ApplyResources(this.NUDAiwiSpread, "NUDAiwiSpread");
this.NUDAiwiSpread.Maximum = new decimal(new int[] {
2147483647,
0,
@@ -2199,9 +2207,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;
//
@@ -2214,9 +2222,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
@@ -2234,9 +2242,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;
//
@@ -2278,13 +2286,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;
//
@@ -2356,7 +2364,6 @@ namespace GrasscutterTools.Forms
//
// TPArtifact
//
- resources.ApplyResources(this.TPArtifact, "TPArtifact");
this.TPArtifact.Controls.Add(this.LblArtifactLevelTip);
this.TPArtifact.Controls.Add(this.BtnAddSubAttr);
this.TPArtifact.Controls.Add(this.LblArtifactName);
@@ -2376,6 +2383,7 @@ namespace GrasscutterTools.Forms
this.TPArtifact.Controls.Add(this.NUDArtifactLevel);
this.TPArtifact.Controls.Add(this.LblArtifactStars);
this.TPArtifact.Controls.Add(this.NUDArtifactStars);
+ resources.ApplyResources(this.TPArtifact, "TPArtifact");
this.TPArtifact.Name = "TPArtifact";
this.TPArtifact.UseVisualStyleBackColor = true;
//
@@ -2541,7 +2549,6 @@ namespace GrasscutterTools.Forms
//
// TPCustom
//
- resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Controls.Add(this.BtnExportCustomCommands);
this.TPCustom.Controls.Add(this.BtnLoadCustomCommands);
this.TPCustom.Controls.Add(this.LblCustomName);
@@ -2549,6 +2556,7 @@ namespace GrasscutterTools.Forms
this.TPCustom.Controls.Add(this.BtnRemoveCustomCommand);
this.TPCustom.Controls.Add(this.BtnSaveCustomCommand);
this.TPCustom.Controls.Add(this.TxtCustomName);
+ resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Name = "TPCustom";
this.TPCustom.UseVisualStyleBackColor = true;
//
@@ -2612,7 +2620,6 @@ 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);
@@ -2621,6 +2628,7 @@ namespace GrasscutterTools.Forms
this.TPHome.Controls.Add(this.BtnOpenGachaBannerEditor);
this.TPHome.Controls.Add(this.GrasscutterToolsIcon);
this.TPHome.Controls.Add(this.GrpSettings);
+ resources.ApplyResources(this.TPHome, "TPHome");
this.TPHome.Name = "TPHome";
this.TPHome.UseVisualStyleBackColor = true;
//
@@ -2692,9 +2700,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
@@ -2705,9 +2713,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
@@ -2762,7 +2770,6 @@ 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);
@@ -2780,6 +2787,7 @@ namespace GrasscutterTools.Forms
this.TPMail.Controls.Add(this.LblMailTitleLabel);
this.TPMail.Controls.Add(this.TxtMailSender);
this.TPMail.Controls.Add(this.LblMailSenderLabel);
+ resources.ApplyResources(this.TPMail, "TPMail");
this.TPMail.Name = "TPMail";
this.TPMail.UseVisualStyleBackColor = true;
//
@@ -2814,10 +2822,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;
//
@@ -2835,11 +2843,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
@@ -2894,9 +2902,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;
//
@@ -2909,9 +2917,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
@@ -3012,16 +3020,8 @@ namespace GrasscutterTools.Forms
//
// MenuSpawnEntityFilter
//
- resources.ApplyResources(this.MenuSpawnEntityFilter, "MenuSpawnEntityFilter");
this.MenuSpawnEntityFilter.Name = "MenuSpawnEntityFilter";
- //
- // 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";
+ resources.ApplyResources(this.MenuSpawnEntityFilter, "MenuSpawnEntityFilter");
//
// FormMain
//
diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs
index cf015b9..288e5b9 100644
--- a/Source/GrasscutterTools/Forms/FormMain.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.cs
@@ -1130,7 +1130,7 @@ namespace GrasscutterTools.Forms
private void CmbSwitchElement_SelectedIndexChanged(object sender, EventArgs e)
{
if (CmbSwitchElement.SelectedIndex == -1 || CmbSwitchElement.SelectedIndex >= Elements.Length) return;
- SetCommand("/sw", Elements[CmbSwitchElement.SelectedIndex]);
+ SetCommand("/se", Elements[CmbSwitchElement.SelectedIndex]);
}
#endregion
diff --git a/Source/GrasscutterTools/Forms/FormMain.resx b/Source/GrasscutterTools/Forms/FormMain.resx
index 44a7b95..7dcf885 100644
--- a/Source/GrasscutterTools/Forms/FormMain.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.resx
@@ -117,696 +117,1153 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 11
+
+
+ Top, Left, Right
-
- 283, 39
+
+ 87, 22
-
- 174, 67
-
-
- 6, 218
-
-
- LblPlayerCountLabel
-
-
-
- Top
-
-
- 9, 61
-
-
- 19, 17
-
-
- 265, 77
+
+ 450, 23
-
- 17
-
-
- 391, 39
-
-
- True
-
-
- 17
-
-
- LnkAMOff
-
-
- Bottom, Left
-
-
- TPAttackModArgs
-
-
- 232, 170
-
-
- 4, 26
-
-
- TPMailList
-
-
- Top
-
-
- Bottom
-
-
- FLPSpawnRecordControls
-
-
- 2
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- LnkSetAllConst
-
-
- 5
-
-
- Q技能
-
-
- 范围:
-
-
- TPConsoleCheck
-
-
- NoControl
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6
-
-
- BtnSendMail
-
-
- 50, 23
-
-
+
0
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TxtCommand
-
- 228, 47
-
-
- TPAttackModArgs
-
-
- None
-
-
- 133, 21
-
-
- 25, 45
-
-
+
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 2
+
+ GrpCommand
-
- TPWeapon
-
-
- TPHome
-
-
- 3, 3, 3, 3
-
-
- 6
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 17
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- GrpSettings
-
-
- 2
-
-
- None
-
-
- 15
-
-
- 43
-
-
- 2
-
-
- NoControl
-
-
- 连接
-
-
- 107, 17
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 255, 217
-
-
- 1
-
-
- 5
-
-
- 11
-
-
- 17
-
-
- 407, 51
-
-
- TPSpawnArgs
-
-
- 12
-
-
- 1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 338, 203
-
-
+
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
-
- 0
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpGiveAvatar
-
-
- NUDMailItemLevel
-
-
- TCMailRight
-
-
- 224, 51
-
-
- 6
-
-
- 27, 113
-
-
- 6
-
-
+
NoControl
-
- 19, 60
+
+ 599, 24
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 51, 21
-
- NoControl
+
+ 2
-
- TCMain
+
+ 自动
+
+
+ ChkAutoCopy
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpCommand
+
+
+ 2
+
+
+ Bottom, Left, Right
NoControl
-
- Bottom
+
+ 6, 22
-
- True
+
+ 75, 23
-
- GrpGiveAvatar
+
+ 3
-
- GrpGiveAvatar
+
+ 执行(F5)
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ BtnInvokeOpenCommand
-
- GOOD
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ GrpCommand
+
+
0
-
- 1
+
+ 12, 293
-
- NoControl
+
+ 610, 56
-
- System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- TPSpawnItems
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
+
+ 660, 56
3
-
- 288, 115
+
+ 命令 - [Ctrl] 自动执行 - [|] 分割多条命令
-
- 99, 45
+
+ GrpCommand
-
- 8
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 6, 67
+
+ $this
-
- 51, 23
+
+ 2
-
- TCSpawnSettings
+
+ None
-
+
+ True
+
+
NoControl
-
+
+ 444, 206
+
+
+ 37, 17
+
+
+ 14
+
+
+ Links
+
+
+ LnkLinks
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 0
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 392, 206
+
+
+ 46, 17
+
+
+ 13
+
+
+ GOOD
+
+
+ LnkGOODHelp
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 1
+
+
+ None
+
+
+ NoControl
+
+
+ 486, 183
+
+
+ 107, 17
+
+
+ 12
+
+
+ 存档扫描开源工具
+
+
+ LnkInventoryKamera
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 2
+
+
+ None
+
+
+ NoControl
+
+
+ 388, 139
+
+
+ 205, 58
+
+
+ 11
+
+
+ 快来将你的官服存档导入GC吧!
+
+
+ LblGOODHelp
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 3
+
+
+ None
+
+
+ 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
-
- 12
+
+ 23, 17
-
+
+ 14
+
+
+ ---
+
+
+ LblServerVersion
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- NoControl
+
+ GrpServerStatus
-
- GrpAMSkills
+
+ 2
-
- 9
-
-
- 10
-
-
- NoControl
-
-
- BtnFilterEntity
-
-
+
True
-
- 获得所有武器
+
+ NoControl
-
- True
+
+ 99, 45
-
- LblMailContentLabel
+
+ 23, 17
-
- 0
+
+ 16
-
- LblStatPercent
+
+ ---
-
- 336, 98
+
+ LblPlayerCount
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 331, 23
-
-
- 60, 23
-
-
- LblGiveCommandDescription
-
-
- GrpTalentLevel
-
-
- LblMainAttribution
-
-
- TPScene
-
-
- 250, 23
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 75, 23
+
+ GrpServerStatus
-
- 14, 17
+
+ 3
-
- FLPSpawnRecordControls
+
+ True
-
- FLPSpawnRecordControls
-
-
- 80, 23
-
-
- 6, 96
-
-
- LblAbout
-
-
- GrpQuestFilters
-
-
- 338, 203
-
-
- BtnBan
-
-
+
NoControl
-
- BtnUnlockStat
+
+ 37, 28
-
- Bottom, Right
+
+ 56, 17
-
- 125, 25
+
+ 13
-
- 19
+
+ 游戏版本
-
- Top, Left, Right
+
+ LblServerVersionLabel
-
- BtnAiwiReload
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 210, 17
+
+ GrpServerStatus
-
- 角色
-
-
- 300, 23
-
-
- NoControl
-
-
- 100, 23
-
-
- 服务器状态
-
-
- NUDUid
-
-
- 7
-
-
- GrpPermission
-
-
- 12
-
-
- NoControl
-
-
- TPSpawn
-
-
- BtnRemoveSpawnLog
-
-
- Top, Left, Right
-
-
- 14, 73
-
-
- 10
-
-
+
4
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- TCMailRight
-
-
- 1
-
-
- NUDEntityHp
-
-
- NoControl
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 346, 31
-
-
- GrpPermission
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 80, 17
-
-
- TxtBanReason
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 44, 17
-
-
- 300, 23
-
-
- True
-
-
- 9
-
-
- 9
-
-
- BtnQueryServerStatus
-
-
- True
-
-
- 32, 17
-
-
- 17
-
-
- 4
-
-
- 10
-
-
- LblMailItemLevel
-
-
- 10
-
-
- GrpCommand
-
-
- 1
-
-
- 3, 3, 3, 3
-
-
- 存档扫描开源工具
-
-
- 44, 17
-
-
- True
-
-
- 11
-
-
- 10
-
-
- NUDGameItemAmout
-
-
- TPScene
-
-
- TPWeapon
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 主词条
-
-
- 关
-
-
- 设置天气
-
-
- 1
-
-
- 5
-
-
- 5
-
-
- 200, 153
-
-
- 语言/Language/язык
-
-
- 20
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawnArgs
-
-
- CmbArtifactPart
-
-
- 218, 161
-
-
- GrpGiveAvatar
-
True
-
+
+ NoControl
+
+
+ 25, 45
+
+
+ 68, 17
+
+
+ 15
+
+
+ 当前玩家数
+
+
+ LblPlayerCountLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 5
+
+
+ 388, 36
+
+
+ 200, 100
+
+
+ 4
+
+
+ 服务器状态
+
+
+ GrpServerStatus
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 6
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 189, 15
+
+
+ 32, 17
+
+
+ 9
+
+
+ 帮助
+
+
+ LnkRCHelp
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 0
+
+
+ 65, 13
+
+
+ 118, 23
+
+
+ 8
+
+
+ NUDRemotePlayerId
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 1
+
+
+ False
+
+
+ NoControl
+
+
+ 92, 82
+
+
+ 100, 23
+
+
+ 13
+
+
+ 连接
+
+
+ BtnConnectOpenCommand
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 15, 44
+
+
+ 44, 17
+
+
+ 10
+
+
+ 验证码
+
+
+ LblVerificationCode
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 3
+
+
+ NoControl
+
+
+ 189, 42
+
+
+ 100, 23
+
+
+ 12
+
+
+ 发送验证码
+
+
+ BtnSendVerificationCode
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 4
+
+
+ False
+
+
+ 65, 42
+
+
+ 118, 23
+
+
+ 11
+
+
+ NUDVerificationCode
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 5
+
+
+ True
+
+
+ NoControl
+
+
+ 29, 15
+
+
+ 30, 17
+
+
+ 7
+
+
+ UID
+
+
+ LblRemotePlayerId
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 6
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 296, 109
+
+
+ 0
+
+
+ 玩家验证
+
+
+ TPPlayerCheck
+
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TPOpenCommandCheck
+
+
+ 0
+
+
+ NoControl
+
+
+ 92, 82
+
+
+ 100, 23
+
+
+ 2
+
+
+ 连接
+
+
+ BtnConsoleConnect
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 0
+
+
+ 65, 13
+
+
+ 182, 23
+
+
+ 1
+
+
+ TxtToken
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 15, 16
+
+
+ 44, 17
+
+
+ 0
+
+
+ Token
+
+
+ LblToken
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 2
+
+
+ Microsoft YaHei UI, 9pt, style=Italic
+
+
+ NoControl
+
+
+ 15, 39
+
+
+ 275, 40
+
+
+ 3
+
+
+ 请注意,控制台状态下普通命令必须指定目标
+(即设置包含UID)
+
+
+ LblConsoleTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 3
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 296, 111
+
+
+ 1
+
+
+ 控制台
+
+
+ TPConsoleCheck
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPOpenCommandCheck
+
+
+ 1
+
+
+ Fill
+
+
+ 3, 19
+
+
+ 304, 139
+
+
+ 7
+
+
+ TPOpenCommandCheck
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpRemoteCommand
+
+
+ 0
+
+
+ False
+
+
+ 72, 65
+
+
+ 310, 161
+
+
+ 6
+
+
+ 远程执行
+
+
+ GrpRemoteCommand
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 7
+
+
+ None
+
+
+ 144, 36
+
+
+ 182, 23
+
+
+ 2
+
+
+ TxtHost
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 8
+
+
+ None
+
+
+ NoControl
+
+
+ 332, 36
+
+
+ 50, 23
+
+
+ 3
+
+
+ 查询
+
+
+ BtnQueryServerStatus
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 9
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 70, 39
+
+
+ 68, 17
+
+
+ 1
+
+
+ 服务器地址
+
+
+ LblHost
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 10
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 14
+
+
+ 远程
+
+
+ TPRemoteCall
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 1
+
+
+ Bottom, Right
+
+
+ NoControl
+
+
+ 506, 97
+
+
+ 280, 280
+
+
+ 140, 140
+
+
+ Zoom
+
+
+ 5
+
+
+ GrasscutterToolsSupport
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAbout
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 220
+
+
+ 46, 17
+
+
+ 4
+
+
+ Github
+
+
+ LnkGithub
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAbout
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 23
+
+
+ 334, 136
+
+
+ 3
+
割草机工具箱
@@ -817,2945 +1274,2310 @@
欢迎内测Q群: 457427536
-
- TPSpawnItems
+
+ LblSupportDescription
-
- LblClearSubAttrCheckedList
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 652, 245
-
-
- 30
-
-
- GrasscutterToolsSupport
-
-
- NoControl
-
-
- 4, 26
-
-
- 60, 23
-
-
- 一键获得所有角色
-
-
- GrpTalentLevel
-
-
- 10, 48
-
-
- GrpServerStatus
-
-
- False
-
-
- 24
-
-
- NoControl
-
-
- 含场景ID
-
-
- 6, 41
-
-
- 313, 187
-
-
- 104, 17
-
-
- 16
-
-
- 189, 15
-
-
- NoControl
-
-
- NoControl
-
-
- 660, 56
-
-
- 44, 17
-
-
- 9
-
-
- 66, 22
-
-
- 652, 245
-
-
- 250, 22
-
-
- True
-
-
- 640, 204
-
-
- 121, 25
-
-
- 星级
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 设置
-
-
- 3, 19
-
-
- True
-
-
- NoControl
-
-
- 2
-
-
- 652, 245
-
-
- 110, 25
-
-
- TPScene
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- LnkAttackModifierPlugin
-
-
- 4, 26
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TxtHost
-
-
- NUDTpY
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 隐藏的任务
-
-
- 80, 23
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 3
-
-
- 1
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 16, 220
-
-
- NoControl
-
-
- LblClearSpawnLogs
-
-
- 6
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- CmbClimateType
-
-
- NoControl
-
-
+
TPAbout
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 2
-
- 0
+
+ 4, 26
-
- 1
-
-
- NUDAiwiRotateZ
-
-
- Bottom, Left
-
-
- 260, 24
-
-
- 1
-
-
- NoControl
-
-
- 1
-
-
- 23, 17
-
-
- 6, 161
-
-
- 0
-
-
- Top
-
-
- 邮件
-
-
- NoControl
-
-
- 7, 24
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NUDWeaponLevel
-
-
- TPHome
-
-
- LnkLinks
+
+ 3, 3, 3, 3
652, 245
-
- 11
+
+ 13
-
- X 清空
-
-
- True
-
-
- TCMain
-
-
- True
-
-
- 7, 83
-
-
- True
-
-
- 替换技能
-
-
- 9
-
-
- 49, 140
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 20, 106
-
-
- NoControl
-
-
- Bottom, Left
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- TPPlayerCheck
-
-
- NoControl
-
-
- 1
-
-
- 80, 23
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- 228, 204
-
-
- 100, 218
-
-
- True
-
-
- CmbArtifactSet
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMailSelectableItemList
-
-
- 44, 17
-
-
- 60, 23
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 331, 23
-
-
- NoControl
-
-
- 10
-
-
- 14
-
-
- 11
-
-
- √ 记录
-
-
- 5
-
-
- 0
-
-
- 222, 30
-
-
- 73, 6
-
-
- NoControl
-
-
- GrpPermission
-
-
- 10
-
-
- NoControl
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4
-
-
- LnkRCHelp
-
-
- TPRemoteCall
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 7
-
-
- 3
-
-
- 命令 - [Ctrl] 自动执行 - [|] 分割多条命令
-
-
- 等级:
+
+ 关于
TPAbout
-
- 3
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpAccount
-
-
- 2
-
-
- NoControl
-
-
- NUDEntityPosX
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCSpawnSettings
-
-
- LblAvatarSkillLevelLabel
-
-
+
TCMain
-
- 16, 25
-
-
- 0, 0, 0, 0
-
-
- 1
-
-
- 3, 33
-
-
- TPAttackInfusedArgs
-
-
- 205, 58
-
-
- 10
-
-
- 446, 31
-
-
- 1
-
-
- TxtSceneFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 未发布的任务
-
-
- 6
-
-
- 288, 233
-
-
- 65, 23
-
-
- True
-
-
- 7
-
-
- 283, 35
-
-
- 99, 62
-
-
- 13
-
-
- 3, 3, 3, 3
-
-
- 100, 23
-
-
- 250, 23
-
-
- 76, 21
-
-
- Bottom, Left
-
-
+
12
-
- GrpAMSkills
+
+ None
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 154, 22
-
- 300, 208
+
+ 90, 23
-
- 2
+
+ 13
-
- TPAttackInfusedArgs
+
+ DTPBanEndTime
-
- 2
+
+ System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ GrpBanPlayer
-
- UID
-
-
- True
-
-
- 1
-
-
- 清空实体!!
-
-
- 6, 3
-
-
- 123, 7
-
-
- Fill
-
-
- 353, 41
-
-
- 4, 26
-
-
- 56, 17
-
-
- Q
-
-
- 7, 78
-
-
- 54, 17
-
-
- 3, 3, 3, 3
-
-
- UID
-
-
- X
-
-
- BtnDeleteMailItem
-
-
- 2
-
-
- True
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 51, 21
-
-
- NoControl
-
-
- TPWeapon
-
-
- 15
-
-
- 23
-
-
- 8
-
-
- 32, 17
-
-
- 3
-
-
+
0
-
- LblAiwiRotate
+
+ NoControl
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 473, 22
-
- GrpGiveAvatar
+
+ 60, 23
-
+
+ 12
+
+
+ 解封
+
+
+ BtnUnban
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
1
-
- LblClearMailContent
+
+ NoControl
-
- 奖池编辑器
+
+ 407, 22
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 60, 23
-
- 1
+
+ 11
-
- TPAttackInfusedArgs
+
+ 封号
+
+
+ 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.3.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
-
- LblWeaponRefinement
-
-
- NUDEntityAtk
-
-
- 2
-
-
- NUDRemotePlayerId
-
-
- 23, 17
-
-
- Bottom, Left
-
-
- Bottom, Left
-
-
- 0
-
-
- 67, 72
-
-
- TPScene
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 14, 17
-
-
- TPMail
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 43
-
-
- TPSpawnArgs
-
-
- 载入
-
-
- TPMail
-
-
- NoControl
-
-
- GrpGiveAvatar
-
-
- 1
-
-
- 3
-
-
- 清空实体
-
-
- 0
-
-
- TPQuest
-
-
- LblGameItemAmount
-
-
- TPPlayerCheck
-
-
- NoControl
-
-
- TPWeapon
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ListGameItems
-
-
- 5
-
-
- Bottom, Left
-
-
- Top
-
-
- NoControl
-
-
- 服务器地址
-
-
- 238, 159
-
-
+
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
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ GrpBanPlayer
-
- 29, 15
+
+ 5
-
- TxtAtEntityN
+
+ 56, 158
-
- NoControl
+
+ 540, 60
-
- 1
-
-
- TxtWeaponFilter
-
-
- 92, 82
-
-
- Bottom, Left
-
-
- 6
-
-
- NoControl
-
-
- 14
-
-
- BtnRemoveMail
-
-
- 1
-
-
- 6, 6
-
-
- NoControl
-
-
- TPArtifact
-
-
+
2
-
- TPMail
+
+ 封禁管理
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ GrpBanPlayer
-
- TPOpenCommandCheck
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 599, 24
+
+ TPManage
+
+
+ 0
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 215, 23
+
+
+ 73, 21
+
+
+ 2
+
+
+ 指定UID
+
+
+ ChkAccountSetUid
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 0
+
+
+ 294, 22
+
+
+ 106, 23
+
+
+ 3
+
+
+ NUDAccountUid
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 1
+
+
+ NoControl
+
+
+ 473, 22
60, 23
-
- 7
-
-
+
5
-
+
+ - 删除
+
+
+ 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
+
+
+ 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
+
+
+ 8
+
+
+ Top, Left, Right
+
+
+ 346, 5
+
+
+ 300, 23
+
+
+ 13
+
+
+ TxtSceneFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ True
+
+
+ False
+
+
+ NoControl
+
+
+ 90, 190
+
+
+ 76, 21
+
+
+ 12
+
+
+ 含场景ID
+
+
+ ChkIncludeSceneId
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 218, 161
+
+
+ 14, 17
+
+
+ 10
+
+
+ z
+
+
+ LblTpZ
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 2
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 112, 161
+
+
+ 14, 17
+
+
+ 9
+
+
+ y
+
+
+ LblTpY
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 3
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 9, 188
+
+
+ 75, 23
+
+
+ 8
+
+
+ 传送
+
+
+ BtnTeleport
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 161
+
+
+ 14, 17
+
+
+ 7
+
+
+ x
+
+
+ LblTpX
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 5
+
+
+ Bottom, Left
+
+
+ 238, 159
+
+
+ 80, 23
+
+
+ 6
+
+
+ NUDTpZ
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 6
+
+
+ Bottom, Left
+
+
+ 132, 159
+
+
+ 80, 23
+
+
+ 5
+
+
+ NUDTpY
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 7
+
+
+ Bottom, Left
+
+
+ 26, 159
+
+
+ 80, 23
+
+
+ 4
+
+
+ NUDTpX
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 8
+
+
+ Bottom, Left
+
+
+ 68, 69
+
+
+ 121, 25
+
+
+ 3
+
+
+ CmbClimateType
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 9
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 72
+
+
+ 56, 17
+
+
+ 2
+
+
+ 设置天气
+
+
+ LblClimateType
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 10
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 224, 51
+
+
+ 1
+
场景控制
提示:大部分场景没有作用,无法进入。
-
- BtnGiveAllChar
+
+ LblSceneDescription
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 7, 49
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 标签
-
-
- BtnPermList
-
-
- Top
-
-
- TPAttackInfusedArgs
-
-
- GrpTalentLevel
-
-
- 15
-
-
- GrpAMSkills
-
-
- 以下参数至少要求 GC v1.3.1
-
-
- Bottom, Left
-
-
- 274, 30
-
-
- Bottom, Left
-
-
- TPSpawn
-
-
- 9
-
-
- 1
-
-
- 100, 23
-
-
- True
-
-
- 100, 25
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- LnkTalentAll
-
-
- 6, 108
-
-
- 11
-
-
- 3
-
-
- CmbMainAttribution
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 17
-
-
- 2
-
-
- NoControl
-
-
- TPAttackInfusedArgs
-
-
- NUDAiwiHeight
-
-
- 25, 17
-
-
- 3
-
-
- 1
-
-
- 11
-
-
- True
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 19, 82
-
-
- 3, 3
-
-
- 5
-
-
- 请注意,控制台状态下普通命令必须指定目标
-(即设置包含UID)
-
-
- 9, 174
-
-
- 获取角色
-
-
- 0
-
-
- 1
-
-
- 3
-
-
- PanelMailItemArgs
-
-
- 32, 17
-
-
- 4
-
-
- 插件:
-
-
- True
-
-
- 26, 159
-
-
- 封号
-
-
- 角色属性
-
-
- 11
-
-
- NoControl
-
-
- 44, 216
-
-
- NoControl
-
-
- 2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TxtQuestFilter
-
-
- 6
-
-
- LblDefaultUid
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- LblPermUID
-
-
- TPAttackInfusedArgs
-
-
- LblEntityDef
-
-
- 0
-
-
- 16
-
-
- 150, 24
-
-
- NUDTpX
-
-
- TxtMailSender
-
-
- LblToken
-
-
- 167, 8
-
-
- NoControl
-
-
- 44, 17
-
-
- NUDAiwiRotateY
-
-
- 80, 23
-
-
- 0
-
-
- 200, 208
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 掉落物编辑器
-
-
- 5
-
-
- TPPlayerCheck
-
-
- 62, 23
-
-
- BtnSaveGiveItemLog
-
-
- NoControl
-
-
- LblHost
-
-
- 4, 26
-
-
- 血量为 0 表示无限
-
-
- GrpSetStats
-
-
- 80, 23
-
-
- True
-
-
- 1
-
-
- ---
-
-
- BtnInvokeOpenCommand
-
-
- 50, 21
-
-
- 4
-
-
- Top, Bottom, Left, Right
-
-
- Top, Right
-
-
- TPArtifact
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- False
-
-
- 解封
-
-
- 0
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
- 邮件列表
-
-
- 163, 25
-
-
- 178, 78
-
-
- 700, 400
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Left
-
-
- 2
-
-
- Top, Bottom, Left, Right
-
-
- 0
-
-
- 100, 23
-
-
- 26, 55
-
-
- 6
-
-
- GrpAMSkills
-
-
- x
-
-
- 227, 35
-
-
- ListSubAttributionChecked
-
-
- 1
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top, Bottom, Right
-
-
- BtnRemoveGiveItemLog
-
-
- 1
-
-
- True
-
-
- 3
-
-
- 6
-
-
- 13
-
-
- TPCustom
-
-
- GrpQuestFilters
-
-
- 11
-
-
- TPItem
-
-
- 3, 3
-
-
- True
-
-
- Bottom, Left
-
-
- NoControl
-
-
- 274, 167
-
-
- 44, 17
-
-
- 9
-
-
- 3, 3, 3, 3
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 286, 17
-
-
- 78, 155
-
-
- 189, 42
-
-
- X 清空
-
-
- 13
-
-
- TPMail
-
-
- 36, 21
-
-
- 44, 22
-
-
- 12
-
-
- 7
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtmPermRemove
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6
-
-
- 125, 23
-
-
- LblEntityAtk
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 普通攻击
-
-
- 0
-
-
- 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
-
-
- 无
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 32, 17
-
-
- 0
-
-
- 99, 21
-
-
- 139, 17
-
-
- 任务
-
-
- True
-
-
- True
-
-
- 3
-
-
- 10
-
-
- 设置命座
-
-
- TPManage
-
-
- 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
-
-
- 7
-
-
- 112, 187
-
-
- 6
-
-
- Bottom, Left
-
-
- 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
-
-
- 见识一下真正的雷神吧!
-
-
- NoControl
-
-
- True
-
-
- GrpAMSkills
-
-
- 236, 34
-
-
- 0
-
-
- 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
-
-
- TCSpawnSettings
-
-
- LblHostTip
-
-
- TPAttackInfusedArgs
-
-
- False
-
-
- 3, 3, 3, 3
-
-
- 24
-
-
- NoControl
-
-
- TPItem
-
-
- 100, 23
-
-
- LblAiwiCount
-
-
- TPMail
-
-
- GrpQuestFilters
-
-
- True
-
-
- 0
-
-
- 6, 6
-
-
- 36
-
-
- NUDAiwiCount
-
-
- 50, 23
-
-
- 0
-
-
- TPAttackInfusedArgs
-
-
- TPWeapon
-
-
- FLPSpawnRecordControls
-
-
- 652, 245
-
-
- GrpCommand
-
-
- TPArtifact
-
-
- 75, 23
-
-
- NoControl
-
-
- NoControl
-
-
- NoControl
-
-
- 100, 23
-
-
- 60, 23
-
-
- 42
-
-
- 物品
-
-
- True
-
-
- 256, 216
-
-
- TPScene
-
-
- LblConsoleTip
-
-
- 2
-
-
- 插件:
-
-
- 0
-
-
- 39, 17
-
-
- 392, 206
-
-
- 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
-
-
- True
-
-
- 2
-
-
- True
-
-
- 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
-
-
- 13
-
-
- 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
-
-
- 44, 17
-
-
- NoControl
-
-
- NoControl
-
-
- True
-
-
- Top, Bottom, Left
-
-
- TPAttackInfusedArgs
-
-
- LblEntityHp
-
-
- False
-
-
- True
-
-
- 358, 5
-
-
- 4
-
-
- AttackInfusedWithItem
-
-
- 44, 17
-
-
- 2
-
-
- True
-
-
- 6, 216
-
-
- ListSpawnLogs
-
-
- NoControl
-
-
- 221, 174
-
-
- 8
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 100, 23
-
-
- 144, 36
-
-
- 5
-
-
- 23, 17
-
-
- 2
-
-
- NoControl
-
-
- TPRemoteCall
-
-
- 命座
-
-
- Bottom, Right
-
-
- 4
-
-
- 26
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 30, 17
-
-
- 4, 26
-
-
- LblSupportDescription
-
-
- 298, 11
-
-
- 289, 25
-
-
- 1
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBanPlayer
-
-
- 6, 72
-
-
- True
-
-
- 1
-
-
- ListEntity
-
-
- - 删除
-
-
- √ 记录
-
-
- 2
-
-
- 权限管理
-
-
- 5
-
-
- LnkOpenCommandLabel
-
-
- 8
-
-
- TPArtifact
-
-
- 1
-
-
- 129, 41
-
-
- 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
-
-
- 5
-
-
- 310, 161
-
-
- 5
-
-
- FormMain
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtnRemoveCustomCommand
-
-
- LblVerificationCode
-
-
- 数量
-
-
- $this
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpGiveItemRecord
-
-
- 等级
-
-
- 导出
-
-
- 44, 17
-
-
- LblTpY
-
-
- TPMailSelectableItemList
-
-
- panel1
-
-
- 5
-
-
- 6
-
-
- 188, 216
-
-
- 652, 245
-
-
- TPQuest
-
-
- 274, 168
-
-
- True
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtnPermClear
-
-
- 6
-
-
- NoControl
-
-
- Fill
-
-
- √ 保存
-
-
- 4
-
-
- 4
-
-
- 17
-
-
- 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
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 6
-
-
- 收件人:
-
-
- 4
-
-
- 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
-
-
- TPCustom
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- 所有人
-
-
- Top, Bottom, Left, Right
-
-
- 288, 208
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top, Bottom, Left, Right
-
-
- 3
-
-
- 61, 4
-
-
- 44, 17
-
-
- 0
-
-
- NoControl
-
-
- TPSpawnArgs
-
-
- 84, 3
-
-
- TPScene
-
-
- 75, 23
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 1
-
-
- 200, 100
-
-
- 125, 23
-
-
- 17
-
-
- LblClimateType
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6, 219
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 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
-
-
- 15
-
-
- TPArtifact
-
-
- TxtEntityFilter
-
-
- 4, 26
-
-
- GrpAccount
-
-
- GrpBanPlayer
-
-
- 15, 39
-
-
- 关于
-
-
- NoControl
-
-
- NoControl
-
-
- 338, 203
-
-
- 44, 17
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAttackInfusedArgs
-
-
- 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
-
-
- 14
-
-
- 462, 11
-
-
- TPConsoleCheck
-
-
- GrpGiveAvatar
-
-
- Microsoft YaHei UI, 10pt
-
-
- 9
-
-
- LblSpawnVersionRequireTip
-
-
- BtnAddSubAttr
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
- GrpSettings
-
-
- 32, 17
-
-
- 13
-
-
- TPSpawnArgs
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 346, 31
-
-
- Top
-
-
- 4, 26
-
-
- 42
-
-
- 0
-
-
- 56, 17
-
-
- 3, 3, 3, 3
-
-
- 56, 158
-
-
- 0, 17
-
-
- 5
-
-
- 切换主角元素
-
-
- 技能等级
-
-
- 远程
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 血量:
-
-
- NoControl
-
-
- True
-
-
- 7
-
-
- 4
-
-
- 0
-
-
- 44, 17
-
-
- LblArtifactStars
-
-
- 288, 13
-
TPScene
-
- NoControl
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6, 6
-
-
- 13
-
-
- 等级
-
-
- LblAMPluginIntroduction
-
-
- TPAttackInfusedArgs
-
-
- True
-
-
- Left
-
-
- PanelMailListControls
-
-
- 346, 233
-
-
- GrpServerStatus
-
-
- 重载配置
-
-
- 89, 53
-
-
- TPOpenCommandCheck
-
-
- True
-
-
- 发送验证码
-
-
- True
-
-
- 1
-
-
- Microsoft YaHei UI, 10pt
-
-
- 13
-
-
- 3
-
-
- True
-
-
- Top
-
-
+
11
-
- GrpBanPlayer
+
+ Top, Bottom, Left, Right
-
+
+ 17
+
+
+ 346, 31
+
+
+ 300, 208
+
+
0
-
- 465, 129
+
+ ListScenes
-
- FLPCustomCommands
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 56, 17
+
+ TPScene
-
- × 删除
+
+ 12
-
+
+ Bottom, Left
+
+
+ True
+
+
NoControl
-
- 1
+
+ 6, 105
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 296, 51
-
- TPMail
+
+ 11
-
- NoControl
+
+ 坐标传送
+提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送
+命令中可以用~表示当前位置,~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
+
+
+ 11
+
+
+ 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
-
- TPArtifact
+
+ NoControl
-
- TPSpawnArgs
+
+ 265, 48
-
- 296, 111
+
+ 75, 23
-
- 240, 80
+
+ 7
-
- 194, 27
+
+ √ 记录
-
- 32, 17
+
+ BtnSaveGiveItemLog
-
- ---
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 43, 36
+
+ 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
-
- NUDArtifactStars
+
+ 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
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 10, 48
-
- NoControl
+
+ 249, 162
-
- 用户名
+
+ 5
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 物品记录本
-
- 高度:
+
+ GrpGiveItemRecord
-
- 652, 245
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPAvatar
+
+ TPItem
-
- GrpSetStats
-
-
- 50, 23
-
-
- 4
-
-
- 73, 93
-
-
- 228, 76
-
-
- 3, 4, 3, 4
-
-
- LblAvatarSkillLevelTip
-
-
- N
-
-
- 技能等级
-
-
- 610, 275
-
-
+
3
-
- TxtAtEntityE
+
+ Bottom, Left
-
- 0, 0, 0, 0
+
+ True
NoControl
-
- 69, 80
+
+ 255, 217
-
- 自动
+
+ 51, 21
-
- LblCustomName
-
-
- TPWeapon
-
-
- 0
-
-
- 2
-
-
+
4
-
- False
+
+ 掉落
-
- 150, 218
+
+ ChkDrop
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TCMailRight
+
+ TPItem
-
- 486, 183
+
+ 4
-
+
+ Top, Left, Right
+
+
+ 346, 5
+
+
+ 300, 23
+
+
0
-
- BtnCopy
+
+ TxtGameItemFilter
-
- 17
-
-
- 80, 23
-
-
- 136, 24
-
-
- E
-
-
- 150, 35
-
-
- 18
-
-
- 7
-
-
- 6
-
-
- 3, 3, 3, 3
-
-
- TCMain
-
-
- 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
+
+ TPItem
+
+
+ 5
Top, Bottom, Left, Right
-
- NoControl
+
+ 17
-
- TPSpawnArgs
+
+ 346, 31
-
- TPAttackModArgs
-
-
- 16
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 生成
-
-
- TPRemoteCall
-
-
- NoControl
-
-
- 10
-
-
- TPSpawnArgs
-
-
- × 删除
-
-
- TPAttackModArgs
-
-
- 等级
-
-
- GrpServerStatus
-
-
- 465, 100
-
-
- panel1
-
-
- 6
-
-
- - 删除
-
-
- 14, 15
-
-
- TPHome
-
-
- TPSpawn
-
-
- 154, 22
-
-
- 56, 17
-
-
- 7
-
-
- 请确保地址中包含 http:// 或 https://
-
-
- 列表过滤
+
+ 300, 208
1
-
- NUDAiwiRotateX
+
+ ListGameItems
-
- GrpSettings
-
-
- GrpAccount
-
-
- NoControl
-
-
- 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
+
+ TPItem
-
- 0
+
+ 6
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Bottom, Left
-
- 当前玩家数
+
+ True
-
- 407, 22
-
-
- Top, Right
-
-
- 301, 111
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 游戏版本
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
NoControl
-
- GrpGiveAvatar
+
+ 6, 218
-
- Bottom, Right
+
+ 32, 17
-
- LblWeaponLevel
+
+ 14
-
- 3
+
+ 数量
-
- TPSpawnArgs
+
+ LblGameItemAmount
-
- 防御力:
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 3
+
+ TPItem
-
- BtnOpenGachaBannerEditor
+
+ 7
-
- 80, 23
+
+ Bottom, Left
-
- Bottom
+
+ True
-
- 92, 82
+
+ NoControl
-
- 89, 111
+
+ 150, 218
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 32, 17
-
- 41, 22
+
+ 15
-
- 60, 23
-
-
- 4, 26
-
-
- TCSpawnItems
-
-
- 4, 26
-
-
- PanelMailListControls
-
-
- LblArtifactLevel
-
-
- LnkAttackInfusedWithItem
+
+ 等级
LblGameItemLevel
-
- 88, 36
+
+ 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
+
+
+ 5
+
+
+ Bottom, Left
+
+
+ Microsoft YaHei UI, 10pt
+
+
+ NoControl
+
+
+ 9, 175
+
+
+ 150, 35
+
+
+ 10
+
+
+ 获得所有武器
+
+
+ BtnGiveAllWeapons
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 0
+
+
+ Top, Right
+
+
+ 446, 5
+
+
+ 200, 23
+
+
+ 8
+
+
+ TxtWeaponFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 1
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 200, 153
+
+
+ 7
+
+
+ 获取武器
+
+说明:设置等级会自动设置突破等级
+>20级 突破1
+>40级 突破2
+>50级 突破3
+>60级 突破4
+>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
-
- 12
+
+ 5
-
- TPAttackModArgs
+
+ 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
-
- 16, 23
+
+ ListWeapons
-
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 9
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 3
+
+
+ 武器
+
+
+ TPWeapon
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 7
+
+
+ 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
+
+
+ 无
火
-
- TPRemoteCall
+
+ 水
风
@@ -3769,4535 +3591,4713 @@
雷
-
- 设置所有角色
+
+ 草
-
- 管理
+
+ 112, 187
-
- LblAiwiPlugin
+
+ 87, 25
-
- TPArtifact
+
+ 12
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ CmbSwitchElement
-
- 13
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- LnkGOODHelp
-
-
- 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
-
-
- 112, 24
-
-
- 150, 30
-
-
- 文本浏览器
-
-
- 10
-
-
- 75, 21
-
-
- 1
-
-
- Bottom, Left
-
-
- 1
-
-
- Bottom, Left
-
-
- Links
-
-
- TPAttackInfusedArgs
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 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
-
-
+
GrpGiveAvatar
-
+
+ 0
+
+
True
-
- NoControl
-
-
- 5
-
-
- 128, 17
-
-
- 60, 23
-
-
- None
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 32, 17
-
-
- 32, 17
-
-
- 实体列表
-
-
- LblSubAttribution
-
-
- BtnSendVerificationCode
-
-
- ChkDrop
-
-
- GrpSettings
-
-
- 13, 62
-
-
- 7
-
-
- 167, 39
-
-
- 250, 89
-
-
- 3
-
-
- 玩家验证
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 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
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 11
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 13
-
-
- 37, 28
-
-
- True
-
-
- 封禁理由
-
-
- LblGOODHelp
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 12
-
-
- 60, 23
-
-
- 17
-
-
- 11
-
-
- 4
-
-
- X 清空
-
-
- TPMailList
-
-
- 87, 21
-
-
- 8
-
-
- Bottom, Right
-
-
- 1
-
-
- 14, 17
-
-
- 12
+
+ 16, 191
80, 17
-
- 47, 5
+
+ 11
-
- PanelMailItemArgs
+
+ 切换主角元素
-
- None
+
+ LnkSwitchElement
-
- TPSpawnItems
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ GrpGiveAvatar
-
- TPScene
+
+ 1
-
- NoControl
+
+ 89, 22
-
- TxtMailContent
+
+ 110, 25
-
- TPArtifact
+
+ 0
-
- LblAMPlugin
+
+ CmbAvatar
-
- TPSpawnArgs
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ GrpGiveAvatar
+
+
+ 2
+
+
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
+
+
+ 3
+
+
+ 89, 53
+
+
+ 110, 23
+
+
+ 1
+
+
+ NUDAvatarLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 4
+
+
+ Microsoft YaHei UI, 10pt
+
+
+ NoControl
+
+
+ 49, 140
+
+
+ 150, 30
+
+
+ 9
+
+
+ 一键获得所有角色
+
+
+ BtnGiveAllChar
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 5
+
+
+ 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
+
+
6
-
- LblLanguage
+
+ 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
+
+
+ 7
+
+
+ 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
+
+
+ 8
+
+
+ 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
+
+
+ 9
+
+
+ 89, 82
+
+
+ 110, 23
+
+
+ 6
+
+
+ NUDAvatarConstellation
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 10
+
+
+ 89, 111
+
+
+ 110, 23
+
+
+ 6
+
+
+ NUDAvatarSkillLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 11
+
+
+ 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
+
+
+ 6
+
+
+ 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
-
- 506, 97
+
+ 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
-
- 38
+
+ NUDEntityHp
-
- 67, 14
+
+ 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
-
- 4, 26
+
+ 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
-
- 66, 22
+
+ 20, 106
-
- TPAbout
+
+ 107, 17
-
- 攻击注入参数
+
+ 42
-
- NUDBanUID
+
+ 血量为 0 表示无限
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 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
-
- 75, 23
-
-
- TPItem
-
-
- GrpSetStats
-
-
- RbAtE
-
-
- 0
-
-
- ChkQuestFilterUNRELEASED
-
-
- 3, 19
-
-
- TPCustom
-
-
- True
-
-
- 46, 17
-
-
- 锁定
-
-
- GrasscutterTools
-
-
- TCMain
-
-
- 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
-
-
- 0
-
-
- LnkGithub
-
-
- 3
-
-
- 3, 3, 3, 3
-
-
- GrpSettings
-
-
- 65, 42
-
-
- BtnAddMailItem
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- 12
-
-
- 0
-
-
- 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
-
-
- GrpSetConstellation
-
-
- 2
-
-
- 10
-
-
- E技能
-
-
- 水
-
-
- 358, 31
-
-
- 75, 23
-
-
- Bottom, Left
-
-
- 6
-
-
- 32, 17
-
-
- NoControl
-
-
- 7
-
-
- GrpPermission
-
-
- 3, 3, 3, 3
-
-
- LblAiwiHeight
-
-
- 5
-
-
- 武器
-
-
- 7
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Right
-
-
- Bottom, Left
-
-
- LblEntityLevel
-
-
- NoControl
-
-
- 16
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPPlayerCheck
-
-
- NUDEntityLevel
-
-
+
56, 17
-
- 652, 245
+
+ 38
-
- 6
+
+ 攻击力:
-
+
+ LblEntityAtk
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 12
+
+
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
-
-
- 2
-
-
- 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
-
-
- TPScene
-
-
- 主页
-
-
- 1
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 7
-
-
- 8
-
-
- 212, 25
-
-
- BtnExportCustomCommands
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Left
-
-
- True
-
-
- TPMail
-
-
- TxtAtEntityQ
-
-
- 235, 17
-
-
- 1
-
-
- LblMailItemCount
-
-
- 32, 17
-
-
+
NoControl
-
- 1
+
+ 19, 82
-
- 0, 0
+
+ 44, 17
-
- 17
+
+ 36
-
- 0
+
+ 血量:
-
- 387, 92
+
+ LblEntityHp
-
- System.Windows.Forms.LinkLabel, 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
-
- 2
+
+ TPSpawnArgs
-
- 7
+
+ 13
-
- 4
+
+ True
-
- 6, 3
+
+ NoControl
-
- 祝你玩得愉快!
+
+ 170, 82
+
+
+ 68, 17
+
+
+ 34
+
+
+ 最大血量:
LblEntityMaxHp
-
- Bottom, Left, Right
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Bottom, Left
+
+ 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
+
+ 4, 26
-
- TPMail
+
+ 3, 3, 3, 3
-
- Top, Bottom, Left
+
+ 338, 203
-
- panel1
+
+ 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
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
- 1
+
+ NoControl
-
- 228, 140
+
+ 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, 203
+
+
+ 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
+
+
+ NoControl
+
+
+ 26, 55
+
+
+ 99, 21
+
+
+ 1
+
+
+ 未发布的任务
+
+
+ ChkQuestFilterUNRELEASED
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpQuestFilters
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 26, 28
+
+
+ 87, 21
+
+
+ 0
+
+
+ 隐藏的任务
+
+
+ ChkQuestFilterHIDDEN
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpQuestFilters
+
+
+ 2
+
+
+ 202, 109
+
+
+ 150, 130
+
+
+ 7
+
+
+ 列表过滤
+
+
+ GrpQuestFilters
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 102, 216
+
+
+ 90, 23
+
+
+ 6
+
+
+ 完成任务
+
+
+ BtnFinishQuest
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 6, 216
+
+
+ 90, 23
+
+
+ 5
+
+
+ 添加任务
+
+
+ BtnAddQuest
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 2
+
+
+ Top, Bottom, Left
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 346, 100
+
+
+ 4
+
添加或完成任务
提示:许多任务需要服务端脚本支持
因此任务可以接,可以完成,但是不一定可以做
-
- 44, 17
+
+ LblQuestDescription
-
- True
-
-
- 2
-
-
- True
-
-
- 66, 76
-
-
- CmbGcVersions
-
-
- 652, 245
-
-
- 0
-
-
- TPHome
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4
-
-
- 9
-
-
- 6
-
-
- 44, 216
-
-
- 0
-
-
- 44, 17
-
-
- 3, 171
-
-
- Github
-
-
- 3, 3, 3, 3
-
-
- NUDAvatarLevel
-
-
- TPArtifact
-
-
- True
-
-
- 44, 22
-
-
- ChkIncludeSceneId
-
-
- 84, 3
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 336, 8
-
-
- GrpAccount
-
-
- 0
-
-
- 10
-
-
- TPCustom
-
-
- Top, Left, Right
-
-
- 14
-
-
- NoControl
-
-
- 652, 245
-
-
- BtnAtClear
-
-
- TxtToken
-
-
- 15, 16
-
-
- 3, 3, 3, 3
-
-
- 100, 23
-
-
- 198, 24
-
-
- 75, 23
-
-
- 26, 28
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- LblMailTitleLabel
-
-
- TPMail
-
-
- 9
-
-
- 19, 128
-
-
- 118, 23
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 212, 24
-
-
- TPAttackInfusedArgs
-
-
- LblAiwiSpread
-
-
- NoControl
-
-
- 50, 23
-
-
- TPRemoteCall
-
-
- 65, 13
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- 0
-
-
- 43, 67
-
-
- 332, 55
-
-
- 87, 22
-
-
- GrpSetConstellation
-
-
- LblMailRecipientLabel
-
-
- 0
-
-
- 223, 41
-
-
- 6
-
-
- True
-
-
- GrpCommand
-
-
- NoControl
-
-
- Bottom, Left
-
-
- NoControl
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4
-
-
- True
-
-
- 5
-
-
- 44, 17
-
-
- 1
-
-
- NoControl
-
-
- NoControl
-
-
- 107, 17
-
-
- 6
-
-
- 90, 23
-
-
- 4, 26
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 42, 17
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- CmbSubAttributionValue
-
-
- 228, 204
-
-
- 73, 21
-
-
- GrpServerStatus
-
-
- NoControl
-
-
- NoControl
-
-
- 4
-
-
- 68, 17
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 20, 17
-
-
- Bottom, Left
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6, 37
-
-
- 8
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4
-
-
- 68, 17
-
-
- 240, 126
-
-
- Top, Bottom, Left, Right
-
-
- CmbAvatar
-
-
- 0
-
-
- 封禁管理
-
-
- 66, 47
-
-
- TPCustom
-
-
- GrpAccount
-
-
- TPScene
-
-
- 41, 80
-
-
- 4
-
-
- NoControl
-
-
- ListQuest
-
-
- 5
-
-
- NUDEntityMaxHp
-
-
- Top
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpGiveItemRecord
-
-
- 14
-
-
- TPItem
-
-
- TPCustom
-
-
- 2
-
-
- 6
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- LblArtifactSet
-
-
- 80, 23
-
-
- GrpTalentLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- None
-
-
- NoControl
-
-
- 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
-
-
- 5
-
-
- TPHome
-
-
- 0
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- LblWeaponAmount
-
-
- 56, 17
-
-
- 目标UID
-
-
- BtnPermAdd
-
-
- 最大血量:
-
-
- 13
-
-
- 1
-
-
- 471, 216
-
-
- 16, 17
-
-
- TPHome
-
-
- 8
-
-
- 0
-
-
- GrpAccount
-
-
- 332, 55
-
-
- 50, 23
-
-
- 3, 3, 3, 3
-
-
- TCMain
-
-
- 140, 23
-
-
- TPSpawnArgs
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- Top, Bottom, Left, Right
-
-
- ---
-
-
- TPWeapon
-
-
- 20, 17
-
-
+
TPQuest
-
- TPMailSelectableItemList
+
+