diff --git a/Source/GrasscutterTools/Forms/FormMain.Designer.cs b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
index 553cbaf..a49c97c 100644
--- a/Source/GrasscutterTools/Forms/FormMain.Designer.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
@@ -28,6 +28,7 @@ namespace GrasscutterTools.Forms
///
private void InitializeComponent()
{
+ this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
this.TxtCommand = new System.Windows.Forms.TextBox();
this.BtnCopy = new System.Windows.Forms.Button();
@@ -75,7 +76,6 @@ 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();
@@ -164,20 +164,73 @@ namespace GrasscutterTools.Forms
this.NUDAvatarConstellation = new System.Windows.Forms.NumericUpDown();
this.NUDAvatarSkillLevel = new System.Windows.Forms.NumericUpDown();
this.TPSpawn = new System.Windows.Forms.TabPage();
- this.ChkInfiniteHP = new System.Windows.Forms.CheckBox();
- this.LblClearSpawnLogs = new System.Windows.Forms.Label();
- this.BtnSaveSpawnLog = new System.Windows.Forms.Button();
- this.BtnRemoveSpawnLog = new System.Windows.Forms.Button();
- this.GrpSpawnRecord = new System.Windows.Forms.GroupBox();
- this.ListSpawnLogs = new System.Windows.Forms.ListBox();
- this.GrpEntityType = new System.Windows.Forms.GroupBox();
- this.FLPEntityType = new System.Windows.Forms.FlowLayoutPanel();
- this.LblEntityAmount = new System.Windows.Forms.Label();
- this.LblEntityLevel = new System.Windows.Forms.Label();
+ this.TCSpawnSettings = new System.Windows.Forms.TabControl();
+ this.TPSpawnArgs = new System.Windows.Forms.TabPage();
+ this.NUDEntityDef = new System.Windows.Forms.NumericUpDown();
+ this.NUDEntityAtk = new System.Windows.Forms.NumericUpDown();
+ this.NUDEntityHp = new System.Windows.Forms.NumericUpDown();
+ this.NUDEntityMaxHp = new System.Windows.Forms.NumericUpDown();
+ this.NUDEntityPosZ = new System.Windows.Forms.NumericUpDown();
+ this.NUDEntityPosY = new System.Windows.Forms.NumericUpDown();
+ this.NUDEntityPosX = new System.Windows.Forms.NumericUpDown();
this.NUDEntityAmout = new System.Windows.Forms.NumericUpDown();
this.NUDEntityLevel = new System.Windows.Forms.NumericUpDown();
- this.TxtEntityFilter = new System.Windows.Forms.TextBox();
+ this.LblSpawnVersionRequireTip = new System.Windows.Forms.Label();
+ this.LblInfiniteHpTip = new System.Windows.Forms.Label();
+ this.LblEntityDef = new System.Windows.Forms.Label();
+ this.LblEntityAtk = new System.Windows.Forms.Label();
+ this.LblEntityHp = new System.Windows.Forms.Label();
+ this.LblEntityMaxHp = new System.Windows.Forms.Label();
+ this.LblEntitySpawnPostion = new System.Windows.Forms.Label();
+ this.LblEntityLevel = new System.Windows.Forms.Label();
+ this.LblEntityAmount = new System.Windows.Forms.Label();
+ this.TPAttackModArgs = new System.Windows.Forms.TabPage();
+ this.LblAMPluginTip = new System.Windows.Forms.Label();
+ this.LblAMPluginIntroduction = new System.Windows.Forms.Label();
+ this.LblAMPlugin = new System.Windows.Forms.Label();
+ this.LnkAMOff = new System.Windows.Forms.LinkLabel();
+ this.LnkAMOn = new System.Windows.Forms.LinkLabel();
+ this.BtnAtReload = new System.Windows.Forms.Button();
+ this.BtnAtClear = new System.Windows.Forms.Button();
+ this.LnkAttackModifierPlugin = new System.Windows.Forms.LinkLabel();
+ this.GrpAMSkills = new System.Windows.Forms.GroupBox();
+ this.TxtAtEntityQ = new System.Windows.Forms.TextBox();
+ this.TxtAtEntityE = new System.Windows.Forms.TextBox();
+ this.TxtAtEntityN = new System.Windows.Forms.TextBox();
+ this.RbAtQ = new System.Windows.Forms.RadioButton();
+ this.RbAtE = new System.Windows.Forms.RadioButton();
+ this.RbAtN = new System.Windows.Forms.RadioButton();
+ this.TPAttackInfusedArgs = new System.Windows.Forms.TabPage();
+ this.NUDAiwiRotateZ = new System.Windows.Forms.NumericUpDown();
+ this.NUDAiwiRotateY = new System.Windows.Forms.NumericUpDown();
+ this.NUDAiwiRotateX = new System.Windows.Forms.NumericUpDown();
+ this.LblAiwiRotate = new System.Windows.Forms.Label();
+ this.NUDAiwiSpread = new System.Windows.Forms.NumericUpDown();
+ this.LblAiwiSpread = new System.Windows.Forms.Label();
+ this.NUDAiwiCount = new System.Windows.Forms.NumericUpDown();
+ this.NUDAiwiHeight = new System.Windows.Forms.NumericUpDown();
+ this.NUDAiwiRadius = new System.Windows.Forms.NumericUpDown();
+ this.LblAiwiCount = new System.Windows.Forms.Label();
+ this.LblAiwiHeight = new System.Windows.Forms.Label();
+ this.LblAiwiRadius = new System.Windows.Forms.Label();
+ this.BtnAttackInfuse = new System.Windows.Forms.Button();
+ this.BtnAiwiReload = new System.Windows.Forms.Button();
+ this.BtnAiwiClear = new System.Windows.Forms.Button();
+ this.BtnAiwiReset = new System.Windows.Forms.Button();
+ this.LblAiwiPlugin = new System.Windows.Forms.Label();
+ this.LnkAttackInfusedWithItem = new System.Windows.Forms.LinkLabel();
+ this.TCSpawnItems = new System.Windows.Forms.TabControl();
+ this.TPSpawnItems = new System.Windows.Forms.TabPage();
this.ListEntity = new System.Windows.Forms.ListBox();
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.TxtEntityFilter = new System.Windows.Forms.TextBox();
+ this.BtnFilterEntity = new System.Windows.Forms.Button();
+ this.TPSpawnRecords = new System.Windows.Forms.TabPage();
+ this.ListSpawnLogs = new System.Windows.Forms.ListBox();
+ this.FLPSpawnRecordControls = new System.Windows.Forms.FlowLayoutPanel();
+ this.BtnSaveSpawnLog = new System.Windows.Forms.Button();
+ this.BtnRemoveSpawnLog = new System.Windows.Forms.Button();
+ this.LblClearSpawnLogs = new System.Windows.Forms.Label();
this.TPQuest = new System.Windows.Forms.TabPage();
this.GrpQuestFilters = new System.Windows.Forms.GroupBox();
this.ChkQuestFilterTEST = new System.Windows.Forms.CheckBox();
@@ -241,7 +294,7 @@ namespace GrasscutterTools.Forms
this.BtnAddMailItem = new System.Windows.Forms.Button();
this.BtnDeleteMailItem = new System.Windows.Forms.Button();
this.TCMailRight = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
+ this.TPMailSelectableItemList = new System.Windows.Forms.TabPage();
this.TxtMailSelectableItemFilter = new System.Windows.Forms.TextBox();
this.ListMailSelectableItems = new System.Windows.Forms.ListBox();
this.PanelMailItemArgs = new System.Windows.Forms.Panel();
@@ -249,7 +302,7 @@ namespace GrasscutterTools.Forms
this.NUDMailItemCount = new System.Windows.Forms.NumericUpDown();
this.LblMailItemCount = new System.Windows.Forms.Label();
this.LblMailItemLevel = new System.Windows.Forms.Label();
- this.tabPage2 = new System.Windows.Forms.TabPage();
+ this.TPMailList = new System.Windows.Forms.TabPage();
this.ListMailList = new System.Windows.Forms.ListBox();
this.PanelMailListControls = new System.Windows.Forms.Panel();
this.BtnClearMail = new System.Windows.Forms.Button();
@@ -267,6 +320,8 @@ namespace GrasscutterTools.Forms
this.LblMailTitleLabel = new System.Windows.Forms.Label();
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();
@@ -309,10 +364,32 @@ namespace GrasscutterTools.Forms
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarSkillLevel)).BeginInit();
this.TPSpawn.SuspendLayout();
- this.GrpSpawnRecord.SuspendLayout();
- this.GrpEntityType.SuspendLayout();
+ this.TCSpawnSettings.SuspendLayout();
+ this.TPSpawnArgs.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityDef)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityAtk)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityHp)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityMaxHp)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosZ)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosY)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDEntityAmout)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDEntityLevel)).BeginInit();
+ this.TPAttackModArgs.SuspendLayout();
+ this.GrpAMSkills.SuspendLayout();
+ this.TPAttackInfusedArgs.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateZ)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateY)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateX)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiSpread)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiCount)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiHeight)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRadius)).BeginInit();
+ this.TCSpawnItems.SuspendLayout();
+ this.TPSpawnItems.SuspendLayout();
+ this.panel1.SuspendLayout();
+ this.TPSpawnRecords.SuspendLayout();
+ this.FLPSpawnRecordControls.SuspendLayout();
this.TPQuest.SuspendLayout();
this.GrpQuestFilters.SuspendLayout();
this.TPArtifact.SuspendLayout();
@@ -328,11 +405,11 @@ namespace GrasscutterTools.Forms
this.TCMain.SuspendLayout();
this.TPMail.SuspendLayout();
this.TCMailRight.SuspendLayout();
- this.tabPage1.SuspendLayout();
+ this.TPMailSelectableItemList.SuspendLayout();
this.PanelMailItemArgs.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDMailItemLevel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDMailItemCount)).BeginInit();
- this.tabPage2.SuspendLayout();
+ this.TPMailList.SuspendLayout();
this.PanelMailListControls.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDMailRecipient)).BeginInit();
this.SuspendLayout();
@@ -374,7 +451,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);
@@ -386,6 +462,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);
@@ -483,15 +560,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);
@@ -499,6 +575,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;
//
@@ -570,11 +647,11 @@ namespace GrasscutterTools.Forms
//
// TPConsoleCheck
//
- resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck");
this.TPConsoleCheck.Controls.Add(this.BtnConsoleConnect);
this.TPConsoleCheck.Controls.Add(this.TxtToken);
this.TPConsoleCheck.Controls.Add(this.LblToken);
this.TPConsoleCheck.Controls.Add(this.LblConsoleTip);
+ resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck");
this.TPConsoleCheck.Name = "TPConsoleCheck";
this.TPConsoleCheck.UseVisualStyleBackColor = true;
//
@@ -619,10 +696,10 @@ namespace GrasscutterTools.Forms
//
// TPAbout
//
- resources.ApplyResources(this.TPAbout, "TPAbout");
this.TPAbout.Controls.Add(this.GrasscutterToolsSupport);
this.TPAbout.Controls.Add(this.LnkGithub);
this.TPAbout.Controls.Add(this.LblSupportDescription);
+ resources.ApplyResources(this.TPAbout, "TPAbout");
this.TPAbout.Name = "TPAbout";
this.TPAbout.UseVisualStyleBackColor = true;
//
@@ -647,10 +724,10 @@ namespace GrasscutterTools.Forms
//
// TPManage
//
- resources.ApplyResources(this.TPManage, "TPManage");
this.TPManage.Controls.Add(this.GrpBanPlayer);
this.TPManage.Controls.Add(this.GrpAccount);
this.TPManage.Controls.Add(this.GrpPermission);
+ resources.ApplyResources(this.TPManage, "TPManage");
this.TPManage.Name = "TPManage";
this.TPManage.UseVisualStyleBackColor = true;
//
@@ -668,8 +745,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";
@@ -689,14 +766,6 @@ namespace GrasscutterTools.Forms
this.BtnBan.UseVisualStyleBackColor = true;
this.BtnBan.Click += new System.EventHandler(this.BtnBan_Click);
//
- // TxtBanReason
- //
- resources.ApplyResources(this.TxtBanReason, "TxtBanReason");
- this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.TxtBanReason.Maximum = 0F;
- this.TxtBanReason.Minimum = 0F;
- this.TxtBanReason.Name = "TxtBanReason";
- //
// NUDBanUID
//
resources.ApplyResources(this.NUDBanUID, "NUDBanUID");
@@ -792,10 +861,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
@@ -857,7 +926,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);
@@ -872,6 +940,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;
//
@@ -1006,7 +1075,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);
@@ -1019,6 +1087,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;
//
@@ -1136,7 +1205,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);
@@ -1147,6 +1215,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;
//
@@ -1250,11 +1319,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;
//
@@ -1330,9 +1399,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
@@ -1358,9 +1427,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);
//
@@ -1440,9 +1509,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);
//
@@ -1534,85 +1603,176 @@ namespace GrasscutterTools.Forms
//
// TPSpawn
//
+ this.TPSpawn.Controls.Add(this.TCSpawnSettings);
+ this.TPSpawn.Controls.Add(this.TCSpawnItems);
resources.ApplyResources(this.TPSpawn, "TPSpawn");
- this.TPSpawn.Controls.Add(this.ChkInfiniteHP);
- this.TPSpawn.Controls.Add(this.LblClearSpawnLogs);
- this.TPSpawn.Controls.Add(this.BtnSaveSpawnLog);
- this.TPSpawn.Controls.Add(this.BtnRemoveSpawnLog);
- this.TPSpawn.Controls.Add(this.GrpSpawnRecord);
- this.TPSpawn.Controls.Add(this.GrpEntityType);
- this.TPSpawn.Controls.Add(this.LblEntityAmount);
- this.TPSpawn.Controls.Add(this.LblEntityLevel);
- this.TPSpawn.Controls.Add(this.NUDEntityAmout);
- this.TPSpawn.Controls.Add(this.NUDEntityLevel);
- this.TPSpawn.Controls.Add(this.TxtEntityFilter);
- this.TPSpawn.Controls.Add(this.ListEntity);
this.TPSpawn.Name = "TPSpawn";
this.TPSpawn.UseVisualStyleBackColor = true;
//
- // ChkInfiniteHP
+ // TCSpawnSettings
//
- resources.ApplyResources(this.ChkInfiniteHP, "ChkInfiniteHP");
- this.ChkInfiniteHP.Name = "ChkInfiniteHP";
- this.ChkInfiniteHP.UseVisualStyleBackColor = true;
- this.ChkInfiniteHP.CheckedChanged += new System.EventHandler(this.SpawnEntityInputChanged);
+ resources.ApplyResources(this.TCSpawnSettings, "TCSpawnSettings");
+ this.TCSpawnSettings.Controls.Add(this.TPSpawnArgs);
+ this.TCSpawnSettings.Controls.Add(this.TPAttackModArgs);
+ this.TCSpawnSettings.Controls.Add(this.TPAttackInfusedArgs);
+ this.TCSpawnSettings.Name = "TCSpawnSettings";
+ this.TCSpawnSettings.SelectedIndex = 0;
//
- // LblClearSpawnLogs
+ // TPSpawnArgs
//
- resources.ApplyResources(this.LblClearSpawnLogs, "LblClearSpawnLogs");
- this.LblClearSpawnLogs.Cursor = System.Windows.Forms.Cursors.Hand;
- this.LblClearSpawnLogs.Name = "LblClearSpawnLogs";
- this.LblClearSpawnLogs.Click += new System.EventHandler(this.LblClearSpawnLogs_Click);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityDef);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityAtk);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityHp);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityMaxHp);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityPosZ);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityPosY);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityPosX);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityAmout);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityLevel);
+ this.TPSpawnArgs.Controls.Add(this.LblSpawnVersionRequireTip);
+ this.TPSpawnArgs.Controls.Add(this.LblInfiniteHpTip);
+ this.TPSpawnArgs.Controls.Add(this.LblEntityDef);
+ this.TPSpawnArgs.Controls.Add(this.LblEntityAtk);
+ this.TPSpawnArgs.Controls.Add(this.LblEntityHp);
+ this.TPSpawnArgs.Controls.Add(this.LblEntityMaxHp);
+ 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;
//
- // BtnSaveSpawnLog
+ // NUDEntityDef
//
- resources.ApplyResources(this.BtnSaveSpawnLog, "BtnSaveSpawnLog");
- this.BtnSaveSpawnLog.Name = "BtnSaveSpawnLog";
- this.BtnSaveSpawnLog.UseVisualStyleBackColor = true;
- this.BtnSaveSpawnLog.Click += new System.EventHandler(this.BtnSaveSpawnLog_Click);
+ resources.ApplyResources(this.NUDEntityDef, "NUDEntityDef");
+ this.NUDEntityDef.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDEntityDef.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityDef.Name = "NUDEntityDef";
+ this.NUDEntityDef.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityDef.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
//
- // BtnRemoveSpawnLog
+ // NUDEntityAtk
//
- resources.ApplyResources(this.BtnRemoveSpawnLog, "BtnRemoveSpawnLog");
- this.BtnRemoveSpawnLog.Name = "BtnRemoveSpawnLog";
- this.BtnRemoveSpawnLog.UseVisualStyleBackColor = true;
- this.BtnRemoveSpawnLog.Click += new System.EventHandler(this.BtnRemoveSpawnLog_Click);
+ resources.ApplyResources(this.NUDEntityAtk, "NUDEntityAtk");
+ this.NUDEntityAtk.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDEntityAtk.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityAtk.Name = "NUDEntityAtk";
+ this.NUDEntityAtk.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityAtk.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
//
- // GrpSpawnRecord
+ // NUDEntityHp
//
- resources.ApplyResources(this.GrpSpawnRecord, "GrpSpawnRecord");
- this.GrpSpawnRecord.Controls.Add(this.ListSpawnLogs);
- this.GrpSpawnRecord.Name = "GrpSpawnRecord";
- this.GrpSpawnRecord.TabStop = false;
+ resources.ApplyResources(this.NUDEntityHp, "NUDEntityHp");
+ this.NUDEntityHp.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDEntityHp.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityHp.Name = "NUDEntityHp";
+ this.NUDEntityHp.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityHp.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
//
- // ListSpawnLogs
+ // NUDEntityMaxHp
//
- resources.ApplyResources(this.ListSpawnLogs, "ListSpawnLogs");
- this.ListSpawnLogs.FormattingEnabled = true;
- this.ListSpawnLogs.Name = "ListSpawnLogs";
- this.ListSpawnLogs.SelectedIndexChanged += new System.EventHandler(this.ListSpawnLogs_SelectedIndexChanged);
+ resources.ApplyResources(this.NUDEntityMaxHp, "NUDEntityMaxHp");
+ this.NUDEntityMaxHp.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDEntityMaxHp.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityMaxHp.Name = "NUDEntityMaxHp";
+ this.NUDEntityMaxHp.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityMaxHp.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
//
- // GrpEntityType
+ // NUDEntityPosZ
//
- resources.ApplyResources(this.GrpEntityType, "GrpEntityType");
- this.GrpEntityType.Controls.Add(this.FLPEntityType);
- this.GrpEntityType.Name = "GrpEntityType";
- this.GrpEntityType.TabStop = false;
+ resources.ApplyResources(this.NUDEntityPosZ, "NUDEntityPosZ");
+ this.NUDEntityPosZ.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDEntityPosZ.Minimum = new decimal(new int[] {
+ -2147483648,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityPosZ.Name = "NUDEntityPosZ";
+ this.NUDEntityPosZ.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
//
- // FLPEntityType
+ // NUDEntityPosY
//
- resources.ApplyResources(this.FLPEntityType, "FLPEntityType");
- this.FLPEntityType.Name = "FLPEntityType";
+ resources.ApplyResources(this.NUDEntityPosY, "NUDEntityPosY");
+ this.NUDEntityPosY.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDEntityPosY.Minimum = new decimal(new int[] {
+ -2147483648,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityPosY.Name = "NUDEntityPosY";
+ this.NUDEntityPosY.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
//
- // LblEntityAmount
+ // NUDEntityPosX
//
- resources.ApplyResources(this.LblEntityAmount, "LblEntityAmount");
- this.LblEntityAmount.Name = "LblEntityAmount";
- //
- // LblEntityLevel
- //
- resources.ApplyResources(this.LblEntityLevel, "LblEntityLevel");
- this.LblEntityLevel.Name = "LblEntityLevel";
+ resources.ApplyResources(this.NUDEntityPosX, "NUDEntityPosX");
+ this.NUDEntityPosX.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDEntityPosX.Minimum = new decimal(new int[] {
+ -2147483648,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityPosX.Name = "NUDEntityPosX";
+ this.NUDEntityPosX.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
//
// NUDEntityAmout
//
@@ -1639,7 +1799,7 @@ namespace GrasscutterTools.Forms
//
resources.ApplyResources(this.NUDEntityLevel, "NUDEntityLevel");
this.NUDEntityLevel.Maximum = new decimal(new int[] {
- 100000,
+ 90,
0,
0,
0});
@@ -1656,28 +1816,447 @@ namespace GrasscutterTools.Forms
0});
this.NUDEntityLevel.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
//
- // TxtEntityFilter
+ // LblSpawnVersionRequireTip
//
- resources.ApplyResources(this.TxtEntityFilter, "TxtEntityFilter");
- this.TxtEntityFilter.Name = "TxtEntityFilter";
- this.TxtEntityFilter.TextChanged += new System.EventHandler(this.TxtEntityFilter_TextChanged);
+ resources.ApplyResources(this.LblSpawnVersionRequireTip, "LblSpawnVersionRequireTip");
+ this.LblSpawnVersionRequireTip.ForeColor = System.Drawing.SystemColors.GrayText;
+ this.LblSpawnVersionRequireTip.Name = "LblSpawnVersionRequireTip";
+ //
+ // LblInfiniteHpTip
+ //
+ resources.ApplyResources(this.LblInfiniteHpTip, "LblInfiniteHpTip");
+ this.LblInfiniteHpTip.ForeColor = System.Drawing.SystemColors.GrayText;
+ this.LblInfiniteHpTip.Name = "LblInfiniteHpTip";
+ //
+ // LblEntityDef
+ //
+ resources.ApplyResources(this.LblEntityDef, "LblEntityDef");
+ this.LblEntityDef.Name = "LblEntityDef";
+ //
+ // LblEntityAtk
+ //
+ resources.ApplyResources(this.LblEntityAtk, "LblEntityAtk");
+ this.LblEntityAtk.Name = "LblEntityAtk";
+ //
+ // LblEntityHp
+ //
+ resources.ApplyResources(this.LblEntityHp, "LblEntityHp");
+ this.LblEntityHp.Name = "LblEntityHp";
+ //
+ // LblEntityMaxHp
+ //
+ resources.ApplyResources(this.LblEntityMaxHp, "LblEntityMaxHp");
+ this.LblEntityMaxHp.Name = "LblEntityMaxHp";
+ //
+ // LblEntitySpawnPostion
+ //
+ resources.ApplyResources(this.LblEntitySpawnPostion, "LblEntitySpawnPostion");
+ this.LblEntitySpawnPostion.Name = "LblEntitySpawnPostion";
+ //
+ // LblEntityLevel
+ //
+ resources.ApplyResources(this.LblEntityLevel, "LblEntityLevel");
+ this.LblEntityLevel.Name = "LblEntityLevel";
+ //
+ // LblEntityAmount
+ //
+ resources.ApplyResources(this.LblEntityAmount, "LblEntityAmount");
+ this.LblEntityAmount.Name = "LblEntityAmount";
+ //
+ // TPAttackModArgs
+ //
+ this.TPAttackModArgs.Controls.Add(this.LblAMPluginTip);
+ this.TPAttackModArgs.Controls.Add(this.LblAMPluginIntroduction);
+ this.TPAttackModArgs.Controls.Add(this.LblAMPlugin);
+ this.TPAttackModArgs.Controls.Add(this.LnkAMOff);
+ this.TPAttackModArgs.Controls.Add(this.LnkAMOn);
+ this.TPAttackModArgs.Controls.Add(this.BtnAtReload);
+ 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;
+ //
+ // LblAMPluginTip
+ //
+ resources.ApplyResources(this.LblAMPluginTip, "LblAMPluginTip");
+ this.LblAMPluginTip.ForeColor = System.Drawing.SystemColors.GrayText;
+ this.LblAMPluginTip.Name = "LblAMPluginTip";
+ //
+ // LblAMPluginIntroduction
+ //
+ resources.ApplyResources(this.LblAMPluginIntroduction, "LblAMPluginIntroduction");
+ this.LblAMPluginIntroduction.Name = "LblAMPluginIntroduction";
+ //
+ // LblAMPlugin
+ //
+ resources.ApplyResources(this.LblAMPlugin, "LblAMPlugin");
+ this.LblAMPlugin.Name = "LblAMPlugin";
+ //
+ // LnkAMOff
+ //
+ resources.ApplyResources(this.LnkAMOff, "LnkAMOff");
+ this.LnkAMOff.Name = "LnkAMOff";
+ this.LnkAMOff.TabStop = true;
+ this.LnkAMOff.Tag = "off";
+ this.LnkAMOff.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnAttackModifierCommand);
+ //
+ // LnkAMOn
+ //
+ resources.ApplyResources(this.LnkAMOn, "LnkAMOn");
+ this.LnkAMOn.Name = "LnkAMOn";
+ this.LnkAMOn.TabStop = true;
+ this.LnkAMOn.Tag = "on";
+ this.LnkAMOn.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnAttackModifierCommand);
+ //
+ // BtnAtReload
+ //
+ resources.ApplyResources(this.BtnAtReload, "BtnAtReload");
+ this.BtnAtReload.Name = "BtnAtReload";
+ this.BtnAtReload.Tag = "reload";
+ this.BtnAtReload.UseVisualStyleBackColor = true;
+ this.BtnAtReload.Click += new System.EventHandler(this.OnAttackModifierCommand);
+ //
+ // BtnAtClear
+ //
+ resources.ApplyResources(this.BtnAtClear, "BtnAtClear");
+ this.BtnAtClear.Name = "BtnAtClear";
+ this.BtnAtClear.Tag = "remove";
+ this.BtnAtClear.UseVisualStyleBackColor = true;
+ this.BtnAtClear.Click += new System.EventHandler(this.OnAttackModifierCommand);
+ //
+ // LnkAttackModifierPlugin
+ //
+ resources.ApplyResources(this.LnkAttackModifierPlugin, "LnkAttackModifierPlugin");
+ this.LnkAttackModifierPlugin.Name = "LnkAttackModifierPlugin";
+ this.LnkAttackModifierPlugin.TabStop = true;
+ this.LnkAttackModifierPlugin.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkAttackModifierPlugin_LinkClicked);
+ //
+ // 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;
+ //
+ // TxtAtEntityQ
+ //
+ resources.ApplyResources(this.TxtAtEntityQ, "TxtAtEntityQ");
+ this.TxtAtEntityQ.Name = "TxtAtEntityQ";
+ this.TxtAtEntityQ.ReadOnly = true;
+ //
+ // TxtAtEntityE
+ //
+ resources.ApplyResources(this.TxtAtEntityE, "TxtAtEntityE");
+ this.TxtAtEntityE.Name = "TxtAtEntityE";
+ this.TxtAtEntityE.ReadOnly = true;
+ //
+ // TxtAtEntityN
+ //
+ resources.ApplyResources(this.TxtAtEntityN, "TxtAtEntityN");
+ this.TxtAtEntityN.Name = "TxtAtEntityN";
+ this.TxtAtEntityN.ReadOnly = true;
+ //
+ // RbAtQ
+ //
+ resources.ApplyResources(this.RbAtQ, "RbAtQ");
+ this.RbAtQ.Name = "RbAtQ";
+ this.RbAtQ.UseVisualStyleBackColor = true;
+ //
+ // RbAtE
+ //
+ resources.ApplyResources(this.RbAtE, "RbAtE");
+ this.RbAtE.Name = "RbAtE";
+ this.RbAtE.UseVisualStyleBackColor = true;
+ //
+ // RbAtN
+ //
+ resources.ApplyResources(this.RbAtN, "RbAtN");
+ this.RbAtN.Checked = true;
+ this.RbAtN.Name = "RbAtN";
+ this.RbAtN.TabStop = true;
+ this.RbAtN.UseVisualStyleBackColor = true;
+ //
+ // TPAttackInfusedArgs
+ //
+ this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateZ);
+ this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateY);
+ this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateX);
+ this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiRotate);
+ this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiSpread);
+ this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiSpread);
+ this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiCount);
+ this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiHeight);
+ this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRadius);
+ this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiCount);
+ this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiHeight);
+ this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiRadius);
+ this.TPAttackInfusedArgs.Controls.Add(this.BtnAttackInfuse);
+ this.TPAttackInfusedArgs.Controls.Add(this.BtnAiwiReload);
+ this.TPAttackInfusedArgs.Controls.Add(this.BtnAiwiClear);
+ 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;
+ //
+ // NUDAiwiRotateZ
+ //
+ resources.ApplyResources(this.NUDAiwiRotateZ, "NUDAiwiRotateZ");
+ this.NUDAiwiRotateZ.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDAiwiRotateZ.Minimum = new decimal(new int[] {
+ -2147483648,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDAiwiRotateZ.Name = "NUDAiwiRotateZ";
+ //
+ // NUDAiwiRotateY
+ //
+ resources.ApplyResources(this.NUDAiwiRotateY, "NUDAiwiRotateY");
+ this.NUDAiwiRotateY.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDAiwiRotateY.Minimum = new decimal(new int[] {
+ -2147483648,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDAiwiRotateY.Name = "NUDAiwiRotateY";
+ //
+ // NUDAiwiRotateX
+ //
+ resources.ApplyResources(this.NUDAiwiRotateX, "NUDAiwiRotateX");
+ this.NUDAiwiRotateX.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDAiwiRotateX.Minimum = new decimal(new int[] {
+ -2147483648,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDAiwiRotateX.Name = "NUDAiwiRotateX";
+ //
+ // LblAiwiRotate
+ //
+ resources.ApplyResources(this.LblAiwiRotate, "LblAiwiRotate");
+ this.LblAiwiRotate.Name = "LblAiwiRotate";
+ //
+ // NUDAiwiSpread
+ //
+ this.NUDAiwiSpread.DecimalPlaces = 2;
+ resources.ApplyResources(this.NUDAiwiSpread, "NUDAiwiSpread");
+ this.NUDAiwiSpread.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDAiwiSpread.Name = "NUDAiwiSpread";
+ //
+ // LblAiwiSpread
+ //
+ resources.ApplyResources(this.LblAiwiSpread, "LblAiwiSpread");
+ this.LblAiwiSpread.Name = "LblAiwiSpread";
+ //
+ // NUDAiwiCount
+ //
+ resources.ApplyResources(this.NUDAiwiCount, "NUDAiwiCount");
+ this.NUDAiwiCount.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDAiwiCount.Name = "NUDAiwiCount";
+ //
+ // NUDAiwiHeight
+ //
+ resources.ApplyResources(this.NUDAiwiHeight, "NUDAiwiHeight");
+ this.NUDAiwiHeight.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDAiwiHeight.Name = "NUDAiwiHeight";
+ //
+ // NUDAiwiRadius
+ //
+ resources.ApplyResources(this.NUDAiwiRadius, "NUDAiwiRadius");
+ this.NUDAiwiRadius.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDAiwiRadius.Name = "NUDAiwiRadius";
+ //
+ // LblAiwiCount
+ //
+ resources.ApplyResources(this.LblAiwiCount, "LblAiwiCount");
+ this.LblAiwiCount.Name = "LblAiwiCount";
+ //
+ // LblAiwiHeight
+ //
+ resources.ApplyResources(this.LblAiwiHeight, "LblAiwiHeight");
+ this.LblAiwiHeight.Name = "LblAiwiHeight";
+ //
+ // LblAiwiRadius
+ //
+ resources.ApplyResources(this.LblAiwiRadius, "LblAiwiRadius");
+ this.LblAiwiRadius.Name = "LblAiwiRadius";
+ //
+ // BtnAttackInfuse
+ //
+ resources.ApplyResources(this.BtnAttackInfuse, "BtnAttackInfuse");
+ this.BtnAttackInfuse.Name = "BtnAttackInfuse";
+ this.BtnAttackInfuse.UseVisualStyleBackColor = true;
+ this.BtnAttackInfuse.Click += new System.EventHandler(this.BtnAttackInfuse_Click);
+ //
+ // BtnAiwiReload
+ //
+ resources.ApplyResources(this.BtnAiwiReload, "BtnAiwiReload");
+ this.BtnAiwiReload.Name = "BtnAiwiReload";
+ this.BtnAiwiReload.Tag = "config";
+ this.BtnAiwiReload.UseVisualStyleBackColor = true;
+ this.BtnAiwiReload.Click += new System.EventHandler(this.OnAttackInfusedCommand);
+ //
+ // BtnAiwiClear
+ //
+ resources.ApplyResources(this.BtnAiwiClear, "BtnAiwiClear");
+ this.BtnAiwiClear.Name = "BtnAiwiClear";
+ this.BtnAiwiClear.Tag = "clear";
+ this.BtnAiwiClear.UseVisualStyleBackColor = true;
+ this.BtnAiwiClear.Click += new System.EventHandler(this.OnAttackInfusedCommand);
+ //
+ // BtnAiwiReset
+ //
+ resources.ApplyResources(this.BtnAiwiReset, "BtnAiwiReset");
+ this.BtnAiwiReset.Name = "BtnAiwiReset";
+ this.BtnAiwiReset.Tag = "none";
+ this.BtnAiwiReset.UseVisualStyleBackColor = true;
+ this.BtnAiwiReset.Click += new System.EventHandler(this.OnAttackInfusedCommand);
+ //
+ // LblAiwiPlugin
+ //
+ resources.ApplyResources(this.LblAiwiPlugin, "LblAiwiPlugin");
+ this.LblAiwiPlugin.Name = "LblAiwiPlugin";
+ //
+ // LnkAttackInfusedWithItem
+ //
+ resources.ApplyResources(this.LnkAttackInfusedWithItem, "LnkAttackInfusedWithItem");
+ this.LnkAttackInfusedWithItem.Name = "LnkAttackInfusedWithItem";
+ this.LnkAttackInfusedWithItem.TabStop = true;
+ this.LnkAttackInfusedWithItem.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkAttackInfusedWithItem_LinkClicked);
+ //
+ // TCSpawnItems
+ //
+ resources.ApplyResources(this.TCSpawnItems, "TCSpawnItems");
+ this.TCSpawnItems.Controls.Add(this.TPSpawnItems);
+ this.TCSpawnItems.Controls.Add(this.TPSpawnRecords);
+ this.TCSpawnItems.Name = "TCSpawnItems";
+ this.TCSpawnItems.SelectedIndex = 0;
+ //
+ // 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;
//
// ListEntity
//
resources.ApplyResources(this.ListEntity, "ListEntity");
this.ListEntity.FormattingEnabled = true;
this.ListEntity.Name = "ListEntity";
- this.ListEntity.SelectedIndexChanged += new System.EventHandler(this.SpawnEntityInputChanged);
+ this.ListEntity.SelectedIndexChanged += new System.EventHandler(this.ListEntity_SelectedIndexChanged);
+ //
+ // panel1
+ //
+ this.panel1.Controls.Add(this.TxtEntityFilter);
+ this.panel1.Controls.Add(this.BtnFilterEntity);
+ resources.ApplyResources(this.panel1, "panel1");
+ this.panel1.Name = "panel1";
+ //
+ // TxtEntityFilter
+ //
+ resources.ApplyResources(this.TxtEntityFilter, "TxtEntityFilter");
+ this.TxtEntityFilter.Name = "TxtEntityFilter";
+ this.TxtEntityFilter.TextChanged += new System.EventHandler(this.TxtEntityFilter_TextChanged);
+ //
+ // BtnFilterEntity
+ //
+ resources.ApplyResources(this.BtnFilterEntity, "BtnFilterEntity");
+ this.BtnFilterEntity.Name = "BtnFilterEntity";
+ this.BtnFilterEntity.UseVisualStyleBackColor = true;
+ this.BtnFilterEntity.Click += new System.EventHandler(this.BtnFilterEntity_Click);
+ //
+ // 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;
+ //
+ // ListSpawnLogs
+ //
+ resources.ApplyResources(this.ListSpawnLogs, "ListSpawnLogs");
+ this.ListSpawnLogs.FormattingEnabled = true;
+ this.ListSpawnLogs.Name = "ListSpawnLogs";
+ this.ListSpawnLogs.SelectedIndexChanged += new System.EventHandler(this.ListSpawnLogs_SelectedIndexChanged);
+ //
+ // FLPSpawnRecordControls
+ //
+ resources.ApplyResources(this.FLPSpawnRecordControls, "FLPSpawnRecordControls");
+ this.FLPSpawnRecordControls.Controls.Add(this.BtnSaveSpawnLog);
+ this.FLPSpawnRecordControls.Controls.Add(this.BtnRemoveSpawnLog);
+ this.FLPSpawnRecordControls.Controls.Add(this.LblClearSpawnLogs);
+ this.FLPSpawnRecordControls.Name = "FLPSpawnRecordControls";
+ //
+ // BtnSaveSpawnLog
+ //
+ resources.ApplyResources(this.BtnSaveSpawnLog, "BtnSaveSpawnLog");
+ this.BtnSaveSpawnLog.Name = "BtnSaveSpawnLog";
+ this.BtnSaveSpawnLog.UseVisualStyleBackColor = true;
+ this.BtnSaveSpawnLog.Click += new System.EventHandler(this.BtnSaveSpawnLog_Click);
+ //
+ // BtnRemoveSpawnLog
+ //
+ resources.ApplyResources(this.BtnRemoveSpawnLog, "BtnRemoveSpawnLog");
+ this.BtnRemoveSpawnLog.Name = "BtnRemoveSpawnLog";
+ this.BtnRemoveSpawnLog.UseVisualStyleBackColor = true;
+ this.BtnRemoveSpawnLog.Click += new System.EventHandler(this.BtnRemoveSpawnLog_Click);
+ //
+ // LblClearSpawnLogs
+ //
+ resources.ApplyResources(this.LblClearSpawnLogs, "LblClearSpawnLogs");
+ this.LblClearSpawnLogs.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.LblClearSpawnLogs.Name = "LblClearSpawnLogs";
+ this.LblClearSpawnLogs.Click += new System.EventHandler(this.LblClearSpawnLogs_Click);
//
// 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;
//
@@ -1749,7 +2328,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);
@@ -1769,6 +2347,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;
//
@@ -1934,7 +2513,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);
@@ -1942,6 +2520,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;
//
@@ -2005,7 +2584,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);
@@ -2014,6 +2592,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;
//
@@ -2085,9 +2664,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
@@ -2098,9 +2677,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
@@ -2155,7 +2734,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);
@@ -2173,6 +2751,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;
//
@@ -2200,19 +2779,19 @@ namespace GrasscutterTools.Forms
// TCMailRight
//
resources.ApplyResources(this.TCMailRight, "TCMailRight");
- this.TCMailRight.Controls.Add(this.tabPage1);
- this.TCMailRight.Controls.Add(this.tabPage2);
+ this.TCMailRight.Controls.Add(this.TPMailSelectableItemList);
+ this.TCMailRight.Controls.Add(this.TPMailList);
this.TCMailRight.Name = "TCMailRight";
this.TCMailRight.SelectedIndex = 0;
//
- // tabPage1
+ // TPMailSelectableItemList
//
- resources.ApplyResources(this.tabPage1, "tabPage1");
- this.tabPage1.Controls.Add(this.TxtMailSelectableItemFilter);
- this.tabPage1.Controls.Add(this.ListMailSelectableItems);
- this.tabPage1.Controls.Add(this.PanelMailItemArgs);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.UseVisualStyleBackColor = true;
+ 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;
//
// TxtMailSelectableItemFilter
//
@@ -2228,11 +2807,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
@@ -2285,13 +2864,13 @@ namespace GrasscutterTools.Forms
resources.ApplyResources(this.LblMailItemLevel, "LblMailItemLevel");
this.LblMailItemLevel.Name = "LblMailItemLevel";
//
- // tabPage2
+ // TPMailList
//
- resources.ApplyResources(this.tabPage2, "tabPage2");
- this.tabPage2.Controls.Add(this.ListMailList);
- this.tabPage2.Controls.Add(this.PanelMailListControls);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.UseVisualStyleBackColor = true;
+ 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;
//
// ListMailList
//
@@ -2302,9 +2881,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
@@ -2403,6 +2982,19 @@ namespace GrasscutterTools.Forms
resources.ApplyResources(this.LblMailSenderLabel, "LblMailSenderLabel");
this.LblMailSenderLabel.Name = "LblMailSenderLabel";
//
+ // MenuSpawnEntityFilter
+ //
+ this.MenuSpawnEntityFilter.Name = "MenuSpawnEntityFilter";
+ resources.ApplyResources(this.MenuSpawnEntityFilter, "MenuSpawnEntityFilter");
+ //
+ // TxtBanReason
+ //
+ this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ resources.ApplyResources(this.TxtBanReason, "TxtBanReason");
+ this.TxtBanReason.Maximum = 0F;
+ this.TxtBanReason.Minimum = 0F;
+ this.TxtBanReason.Name = "TxtBanReason";
+ //
// FormMain
//
resources.ApplyResources(this, "$this");
@@ -2472,11 +3064,39 @@ namespace GrasscutterTools.Forms
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarSkillLevel)).EndInit();
this.TPSpawn.ResumeLayout(false);
- this.TPSpawn.PerformLayout();
- this.GrpSpawnRecord.ResumeLayout(false);
- this.GrpEntityType.ResumeLayout(false);
+ this.TCSpawnSettings.ResumeLayout(false);
+ this.TPSpawnArgs.ResumeLayout(false);
+ this.TPSpawnArgs.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityDef)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityAtk)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityHp)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityMaxHp)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosZ)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosY)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUDEntityAmout)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUDEntityLevel)).EndInit();
+ this.TPAttackModArgs.ResumeLayout(false);
+ this.TPAttackModArgs.PerformLayout();
+ this.GrpAMSkills.ResumeLayout(false);
+ this.GrpAMSkills.PerformLayout();
+ this.TPAttackInfusedArgs.ResumeLayout(false);
+ this.TPAttackInfusedArgs.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateZ)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateY)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateX)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiSpread)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiCount)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiHeight)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRadius)).EndInit();
+ this.TCSpawnItems.ResumeLayout(false);
+ this.TPSpawnItems.ResumeLayout(false);
+ this.panel1.ResumeLayout(false);
+ this.panel1.PerformLayout();
+ this.TPSpawnRecords.ResumeLayout(false);
+ this.TPSpawnRecords.PerformLayout();
+ this.FLPSpawnRecordControls.ResumeLayout(false);
+ this.FLPSpawnRecordControls.PerformLayout();
this.TPQuest.ResumeLayout(false);
this.TPQuest.PerformLayout();
this.GrpQuestFilters.ResumeLayout(false);
@@ -2500,13 +3120,13 @@ namespace GrasscutterTools.Forms
this.TPMail.ResumeLayout(false);
this.TPMail.PerformLayout();
this.TCMailRight.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
+ this.TPMailSelectableItemList.ResumeLayout(false);
+ this.TPMailSelectableItemList.PerformLayout();
this.PanelMailItemArgs.ResumeLayout(false);
this.PanelMailItemArgs.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDMailItemLevel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUDMailItemCount)).EndInit();
- this.tabPage2.ResumeLayout(false);
+ this.TPMailList.ResumeLayout(false);
this.PanelMailListControls.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUDMailRecipient)).EndInit();
this.ResumeLayout(false);
@@ -2618,9 +3238,7 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.TabPage TPSpawn;
private System.Windows.Forms.Button BtnSaveSpawnLog;
private System.Windows.Forms.Button BtnRemoveSpawnLog;
- private System.Windows.Forms.GroupBox GrpSpawnRecord;
private System.Windows.Forms.ListBox ListSpawnLogs;
- private System.Windows.Forms.GroupBox GrpEntityType;
private System.Windows.Forms.Label LblEntityAmount;
private System.Windows.Forms.Label LblEntityLevel;
private System.Windows.Forms.NumericUpDown NUDEntityAmout;
@@ -2697,7 +3315,6 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.Button BtnPermList;
private System.Windows.Forms.LinkLabel LnkNewVersion;
private System.Windows.Forms.Button BtnGiveAllWeapons;
- private System.Windows.Forms.CheckBox ChkInfiniteHP;
private System.Windows.Forms.NumericUpDown NUDAvatarSkillLevel;
private System.Windows.Forms.Label LblAvatarSkillLevelLabel;
private System.Windows.Forms.Label LblAvatarSkillLevelTip;
@@ -2723,8 +3340,8 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.NumericUpDown NUDMailItemCount;
private System.Windows.Forms.Label LblMailItemCount;
private System.Windows.Forms.TabControl TCMailRight;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
+ private System.Windows.Forms.TabPage TPMailSelectableItemList;
+ private System.Windows.Forms.TabPage TPMailList;
private System.Windows.Forms.ListBox ListMailList;
private System.Windows.Forms.Button BtnClearMail;
private System.Windows.Forms.Button BtnRemoveMail;
@@ -2751,7 +3368,64 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.LinkLabel LnkSetAllConst;
private System.Windows.Forms.LinkLabel LnkSetConst;
private System.Windows.Forms.NumericUpDown NUDSetConstellation;
- private System.Windows.Forms.FlowLayoutPanel FLPEntityType;
private System.Windows.Forms.Button BtnOpenShopEditor;
+ private System.Windows.Forms.TabControl TCSpawnItems;
+ private System.Windows.Forms.TabPage TPSpawnItems;
+ private System.Windows.Forms.TabPage TPSpawnRecords;
+ private System.Windows.Forms.TabControl TCSpawnSettings;
+ private System.Windows.Forms.TabPage TPSpawnArgs;
+ private System.Windows.Forms.TabPage TPAttackModArgs;
+ private System.Windows.Forms.Button BtnFilterEntity;
+ private System.Windows.Forms.Panel panel1;
+ private System.Windows.Forms.FlowLayoutPanel FLPSpawnRecordControls;
+ private System.Windows.Forms.ContextMenuStrip MenuSpawnEntityFilter;
+ private System.Windows.Forms.GroupBox GrpAMSkills;
+ private System.Windows.Forms.RadioButton RbAtQ;
+ private System.Windows.Forms.RadioButton RbAtE;
+ private System.Windows.Forms.RadioButton RbAtN;
+ private System.Windows.Forms.Button BtnAtReload;
+ private System.Windows.Forms.Button BtnAtClear;
+ private System.Windows.Forms.LinkLabel LnkAttackInfusedWithItem;
+ private System.Windows.Forms.LinkLabel LnkAttackModifierPlugin;
+ private System.Windows.Forms.LinkLabel LnkAMOff;
+ private System.Windows.Forms.LinkLabel LnkAMOn;
+ private System.Windows.Forms.TabPage TPAttackInfusedArgs;
+ private System.Windows.Forms.Label LblAMPlugin;
+ private System.Windows.Forms.Label LblAiwiPlugin;
+ private System.Windows.Forms.Button BtnAttackInfuse;
+ private System.Windows.Forms.Button BtnAiwiReload;
+ private System.Windows.Forms.Button BtnAiwiClear;
+ private System.Windows.Forms.Button BtnAiwiReset;
+ private System.Windows.Forms.NumericUpDown NUDAiwiRotateZ;
+ private System.Windows.Forms.NumericUpDown NUDAiwiRotateY;
+ private System.Windows.Forms.NumericUpDown NUDAiwiRotateX;
+ private System.Windows.Forms.Label LblAiwiRotate;
+ private System.Windows.Forms.NumericUpDown NUDAiwiSpread;
+ private System.Windows.Forms.Label LblAiwiSpread;
+ private System.Windows.Forms.NumericUpDown NUDAiwiCount;
+ private System.Windows.Forms.NumericUpDown NUDAiwiHeight;
+ private System.Windows.Forms.NumericUpDown NUDAiwiRadius;
+ private System.Windows.Forms.Label LblAiwiCount;
+ private System.Windows.Forms.Label LblAiwiHeight;
+ private System.Windows.Forms.Label LblAiwiRadius;
+ private System.Windows.Forms.Label LblAMPluginTip;
+ private System.Windows.Forms.Label LblAMPluginIntroduction;
+ private System.Windows.Forms.TextBox TxtAtEntityQ;
+ private System.Windows.Forms.TextBox TxtAtEntityE;
+ private System.Windows.Forms.TextBox TxtAtEntityN;
+ private System.Windows.Forms.NumericUpDown NUDEntityPosZ;
+ private System.Windows.Forms.NumericUpDown NUDEntityPosY;
+ private System.Windows.Forms.NumericUpDown NUDEntityPosX;
+ private System.Windows.Forms.Label LblEntitySpawnPostion;
+ private System.Windows.Forms.Label LblInfiniteHpTip;
+ private System.Windows.Forms.NumericUpDown NUDEntityDef;
+ private System.Windows.Forms.Label LblEntityDef;
+ private System.Windows.Forms.NumericUpDown NUDEntityAtk;
+ private System.Windows.Forms.Label LblEntityAtk;
+ private System.Windows.Forms.NumericUpDown NUDEntityHp;
+ private System.Windows.Forms.Label LblEntityHp;
+ private System.Windows.Forms.NumericUpDown NUDEntityMaxHp;
+ private System.Windows.Forms.Label LblEntityMaxHp;
+ private System.Windows.Forms.Label LblSpawnVersionRequireTip;
}
}
diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs
index 00c2078..47acf66 100644
--- a/Source/GrasscutterTools/Forms/FormMain.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.cs
@@ -714,7 +714,7 @@ namespace GrasscutterTools.Forms
id = id / 1000 * 1000 + (int)NUDArtifactStars.Value * 100 + id % 100;
if (CmbMainAttribution.SelectedIndex < 0)
{
- if (Check(CommandVersion.V1_2_2))
+ if (CommandVersion.Check(CommandVersion.V1_2_2))
SetCommand("/give", $"{id} lv{NUDArtifactLevel.Value}");
else
SetCommand("/giveart", $"{id} {NUDArtifactLevel.Value}");
@@ -746,7 +746,7 @@ namespace GrasscutterTools.Forms
subAttrs += $"{kv.Key} ";
}
}
- if (Check(CommandVersion.V1_2_2))
+ if (CommandVersion.Check(CommandVersion.V1_2_2))
SetCommand("/give", $"{id} lv{NUDArtifactLevel.Value} {mainAttr} {subAttrs}");
else
SetCommand("/giveart", $"{id} {mainAttr} {subAttrs}{NUDArtifactLevel.Value}");
@@ -783,7 +783,7 @@ namespace GrasscutterTools.Forms
///
private void ChangeTPArtifact()
{
- if (Check(CommandVersion.V1_2_2))
+ if (CommandVersion.Check(CommandVersion.V1_2_2))
{
NUDArtifactLevel.Minimum = 0;
NUDArtifactLevel.Maximum = 20;
@@ -826,7 +826,7 @@ namespace GrasscutterTools.Forms
if (!string.IsNullOrEmpty(name))
{
var id = ItemMap.ToId(name);
- if (Check(CommandVersion.V1_2_2))
+ if (CommandVersion.Check(CommandVersion.V1_2_2))
SetCommand("/give", $"{id} x{NUDWeaponAmout.Value} lv{NUDWeaponLevel.Value} r{NUDWeaponRefinement.Value}");
else
SetCommand("/give", $"{id} {NUDWeaponAmout.Value} {NUDWeaponLevel.Value} {NUDWeaponRefinement.Value}");
@@ -881,7 +881,7 @@ namespace GrasscutterTools.Forms
else
{
NUDGameItemLevel.Enabled = true;
- if (Check(CommandVersion.V1_2_2))
+ if (CommandVersion.Check(CommandVersion.V1_2_2))
SetCommand("/give", $"{id} x{NUDGameItemAmout.Value} lv{NUDGameItemLevel.Value}");
else
SetCommand("/give", $"{id} {NUDGameItemAmout.Value} {NUDGameItemLevel.Value}");
@@ -1048,12 +1048,12 @@ namespace GrasscutterTools.Forms
/// 等级
private void GenAvatar(int level, int constellation, int skillLevel)
{
- if (Check(CommandVersion.V1_4_1))
+ if (CommandVersion.Check(CommandVersion.V1_4_1))
{
int avatarId = GameData.Avatars.Ids[CmbAvatar.SelectedIndex];
SetCommand("/give", $"{avatarId} lv{level} c{constellation} sl{skillLevel}");
}
- else if (Check(CommandVersion.V1_2_2))
+ else if (CommandVersion.Check(CommandVersion.V1_2_2))
{
int avatarId = GameData.Avatars.Ids[CmbAvatar.SelectedIndex];
SetCommand("/give", $"{avatarId} lv{level} c{constellation}");
@@ -1075,7 +1075,7 @@ namespace GrasscutterTools.Forms
var level = NUDAvatarLevel.Value;
var constellation = NUDAvatarConstellation.Value;
var skillLevel = NUDAvatarSkillLevel.Value;
- if (Check(CommandVersion.V1_4_1))
+ if (CommandVersion.Check(CommandVersion.V1_4_1))
SetCommand("/give avatars", $"lv{level} c{constellation} sl{skillLevel}");
else
SetCommand("/give avatars", $"lv{level} c{constellation}");
@@ -1150,27 +1150,54 @@ namespace GrasscutterTools.Forms
#region - 生成 Spawns -
+ #region -- 实体列表 --
+
///
/// 初始化实体列表
///
private void InitEntityList()
{
- FLPEntityType.SuspendLayout();
- FLPEntityType.Controls.Clear();
- foreach (var m in GameData.Monsters.Concat(GameData.Gatgets))
+ // 初始化列表类型过滤器
+ MenuSpawnEntityFilter.SuspendLayout();
+ MenuSpawnEntityFilter.Items.Clear();
+ void AddTypes(ItemMapGroup group)
{
- var rb = new RadioButton
+ foreach (var kv in group)
{
- AutoSize = true,
- Text = m.Key,
- Tag = m.Value.Lines
- };
- rb.CheckedChanged += RbEntity_CheckedChanged;
- FLPEntityType.Controls.Add(rb);
+ var item = new ToolStripMenuItem
+ {
+ Text = kv.Key,
+ Tag = kv.Value.Lines,
+ };
+ item.Click += OnEntityTypeFilterClick;
+ MenuSpawnEntityFilter.Items.Add(item);
+ }
}
- FLPEntityType.ResumeLayout();
- if (FLPEntityType.Controls.Count > 0)
- (FLPEntityType.Controls[0] as RadioButton).Checked = true;
+ //MenuSpawnEntityFilter.Items.Add(new ToolStripLabel("Monsters"));
+ AddTypes(GameData.Monsters);
+ MenuSpawnEntityFilter.Items.Add(new ToolStripSeparator());
+ //MenuSpawnEntityFilter.Items.Add(new ToolStripLabel("Gadgets"));
+ AddTypes(GameData.Gadgets);
+ MenuSpawnEntityFilter.ResumeLayout();
+
+ // 默认显示所有怪物
+ SelectedEntityTypeLines = GameData.Monsters.AllLines.ToArray();
+ LoadEntityList();
+ }
+
+ ///
+ /// 当前选中的实体类型行
+ ///
+ private string[] SelectedEntityTypeLines;
+
+ ///
+ /// 实体类型过滤器类型选中时触发
+ ///
+ private void OnEntityTypeFilterClick(object sender, EventArgs e)
+ {
+ var btn = sender as ToolStripMenuItem;
+ SelectedEntityTypeLines = btn.Tag as string[];
+ LoadEntityList();
}
///
@@ -1178,14 +1205,7 @@ namespace GrasscutterTools.Forms
///
private void LoadEntityList()
{
- foreach (RadioButton rb in FLPEntityType.Controls)
- {
- if (rb.Checked)
- {
- UIUtil.ListBoxFilter(ListEntity, rb.Tag as string[], TxtEntityFilter.Text);
- break;
- }
- }
+ UIUtil.ListBoxFilter(ListEntity, SelectedEntityTypeLines, TxtEntityFilter.Text);
}
///
@@ -1197,45 +1217,39 @@ namespace GrasscutterTools.Forms
}
///
- /// 生成召唤实体命令
+ /// 实体列表类型过滤按钮点击时触发
///
- /// 是否生成成功
- private bool GenSpawnEntityCommand()
+ private void BtnFilterEntity_Click(object sender, EventArgs e)
{
- var selectedItem = ListEntity.SelectedItem as string;
- if (!string.IsNullOrEmpty(selectedItem))
+ MenuSpawnEntityFilter.Show(BtnFilterEntity, 0, BtnFilterEntity.Height);
+ }
+
+ ///
+ /// 实体列表选中项改变时触发
+ ///
+ private void ListEntity_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ // 根据当前所在页面确定要做的事情
+
+ // 攻击修改界面
+ if (TCSpawnSettings.SelectedTab == TPAttackModArgs)
{
- var id = ItemMap.ToId(selectedItem);
-
- //// 自定义攻击Gadget特供版
- //SetCommand("/at", $"set n {id}");
- //return true;
-
- if (Check(CommandVersion.V1_3_1))
- SetCommand("/spawn", $"{id} x{NUDEntityAmout.Value} lv{NUDEntityLevel.Value}" + (ChkInfiniteHP.Checked ? " hp0" : ""));
- else
- SetCommand("/spawn", $"{id} {NUDEntityAmout.Value} {NUDEntityLevel.Value}");
- return true;
+ OnAttackModifierInputChanged(sender, e);
+ }
+ // 攻击注入界面
+ else if (TCSpawnSettings.SelectedTab == TPAttackInfusedArgs)
+ {
+ // 无事发生,因为要页面上点击按钮才会生成命令
+ }
+ // 生成参数界面 或其它
+ else
+ {
+ // 触发输入改变事件
+ SpawnEntityInputChanged(sender, e);
}
- return false;
}
- ///
- /// 生成页面输入改变时触发
- ///
- private void SpawnEntityInputChanged(object sender, EventArgs e)
- {
- GenSpawnEntityCommand();
- }
-
- ///
- /// 列表过滤选项切换时触发
- ///
- private void RbEntity_CheckedChanged(object sender, EventArgs e)
- {
- if ((sender as RadioButton).Checked)
- LoadEntityList();
- }
+ #endregion
#region -- 生成记录 --
@@ -1294,9 +1308,10 @@ namespace GrasscutterTools.Forms
///
private void BtnSaveSpawnLog_Click(object sender, EventArgs e)
{
- if (GenSpawnEntityCommand())
+ // 不再重新生成,直接记录当前命令行的内容
+ //if (GenSpawnEntityCommand())
{
- var cmd = new GameCommand($"{ListEntity.SelectedItem} Lv{NUDEntityLevel.Value} x{NUDEntityAmout.Value}", TxtCommand.Text);
+ var cmd = new GameCommand($"{ListEntity.SelectedItem} | {TxtCommand.Text}", TxtCommand.Text);
SpawnCommands.Add(cmd);
ListSpawnLogs.Items.Add(cmd.Name);
SaveSpawnRecord();
@@ -1331,6 +1346,140 @@ namespace GrasscutterTools.Forms
#endregion -- 生成记录 --
+ #region -- 生成参数 --
+
+ ///
+ /// 生成页面输入改变时触发
+ ///
+ private void SpawnEntityInputChanged(object sender, EventArgs e)
+ {
+ if (ListEntity.SelectedIndex == -1) return;
+ var selectedItem = ListEntity.SelectedItem as string;
+ var id = ItemMap.ToId(selectedItem);
+
+ if (CommandVersion.Check(CommandVersion.V1_3_1))
+ {
+ var args = id.ToString();
+ void CheckAndConnect(NumericUpDown input, int value, string prefix)
+ {
+ if (input.Value > value)
+ args += prefix + input.Value;
+ }
+ CheckAndConnect(NUDEntityAmout, 1, " x");
+ CheckAndConnect(NUDEntityLevel, 1, " lv");
+ CheckAndConnect(NUDEntityHp, -1, " hp");
+ CheckAndConnect(NUDEntityMaxHp, 0, " maxhp");
+ CheckAndConnect(NUDEntityAtk, -1, " atk");
+ CheckAndConnect(NUDEntityDef, -1, " def");
+ if (NUDEntityPosX.Value != 0 || NUDEntityPosY.Value != 0 || NUDEntityPosZ.Value != 0)
+ args += $" {NUDEntityPosX.Value} {NUDEntityPosY.Value} {NUDEntityPosZ.Value}";
+ SetCommand("/spawn", args);
+ }
+ else
+ {
+ SetCommand("/spawn", $"{id} {NUDEntityAmout.Value} {NUDEntityLevel.Value}");
+ }
+ }
+
+ #endregion
+
+ #region -- 攻击修改参数 --
+
+ ///
+ /// 攻击修改插件链接标签点击时触发
+ ///
+ private void LnkAttackModifierPlugin_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ {
+ OpenURL("https://github.com/NotThorny/AttackModifier");
+ }
+
+ ///
+ /// 攻击修改输入改变事件
+ ///
+ private void OnAttackModifierInputChanged(object sender, EventArgs e)
+ {
+ if (ListEntity.SelectedIndex == -1) return;
+ var selectedItem = ListEntity.SelectedItem as string;
+ var id = ItemMap.ToId(selectedItem);
+ char skill;
+ if (RbAtE.Checked)
+ {
+ skill = 'e';
+ TxtAtEntityE.Text = selectedItem;
+ }
+ else if (RbAtQ.Checked)
+ {
+ skill = 'q';
+ TxtAtEntityQ.Text = selectedItem;
+ }
+ else
+ {
+ skill = 'n';
+ TxtAtEntityN.Text = selectedItem;
+ }
+ SetCommand("/at", $"set {skill} {id}");
+ }
+
+ ///
+ /// 攻击修改页面命令事件
+ ///
+ private void OnAttackModifierCommand(object sender, EventArgs e)
+ {
+ SetCommand("/at", (sender as Control).Tag as string);
+ }
+
+ #endregion
+
+ #region -- 攻击注入参数 --
+
+ ///
+ /// 攻击注入插件链接标签点击时触发
+ ///
+ private void LnkAttackInfusedWithItem_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ {
+ OpenURL("https://github.com/snoobi-seggs/AttackInfusedWithItem");
+ }
+
+ ///
+ /// 攻击注入页面命令事件
+ ///
+ private void OnAttackInfusedCommand(object sender, EventArgs e)
+ {
+ SetCommand("/at", (sender as Control).Tag as string);
+ }
+
+ ///
+ /// 点击攻击注入按钮时触发
+ ///
+ private void BtnAttackInfuse_Click(object sender, EventArgs e)
+ {
+ if (ListEntity.SelectedIndex == -1) return;
+ var selectedItem = ListEntity.SelectedItem as string;
+ var id = ItemMap.ToId(selectedItem);
+
+ var args = string.Empty;
+ var flag = false;
+ void ConnectArg(NumericUpDown input)
+ {
+ if (flag || input.Value != 0)
+ {
+ flag = true;
+ args = " " + input.Value + args;
+ }
+ }
+ ConnectArg(NUDAiwiRotateZ);
+ ConnectArg(NUDAiwiRotateY);
+ ConnectArg(NUDAiwiRotateX);
+ ConnectArg(NUDAiwiSpread);
+ ConnectArg(NUDAiwiCount);
+ ConnectArg(NUDAiwiHeight);
+ ConnectArg(NUDAiwiRadius);
+ SetCommand("/at", id.ToString() + args);
+ //SetCommand("/at", $"{id} {NUDAiwiRadius.Value} {NUDAiwiHeight.Value} {NUDAiwiCount.Value} {NUDAiwiSpread.Value} {NUDAiwiRotateX.Value} {NUDAiwiRotateY.Value} {NUDAiwiRotateZ.Value}");
+
+ }
+ #endregion
+
#endregion - 生成 Spawns -
#region - 场景 Scenes -
@@ -1370,7 +1519,7 @@ namespace GrasscutterTools.Forms
// 可以直接弃用 scene 命令
var name = ListScenes.SelectedItem as string;
var id = ItemMap.ToId(name);
- if (Check(CommandVersion.V1_2_2))
+ if (CommandVersion.Check(CommandVersion.V1_2_2))
{
SetCommand("/scene", id.ToString());
}
@@ -1392,7 +1541,7 @@ namespace GrasscutterTools.Forms
{
if (CmbClimateType.SelectedIndex < 0)
return;
- if (Check(CommandVersion.V1_2_2))
+ if (CommandVersion.Check(CommandVersion.V1_2_2))
SetCommand("/weather", CmbClimateType.SelectedIndex < climateTypes.Length ? climateTypes[CmbClimateType.SelectedIndex] : "none");
else
SetCommand("/weather", $"0 {CmbClimateType.SelectedIndex}");
@@ -1957,13 +2106,6 @@ namespace GrasscutterTools.Forms
TTip.Show(message, control, 0, control.Size.Height, 3000);
}
- ///
- /// 检查命令版本
- ///
- /// 最低要求版本
- /// 当前版本是否满足
- private bool Check(Version version) => CommandVersion.Current >= version;
-
#endregion - 通用 General -
#region - 命令记录 Command Logs -
@@ -2313,7 +2455,7 @@ namespace GrasscutterTools.Forms
{
if (GOODData.Avatars.TryGetValue(character.Name, out var character_id))
{
- if (Check(CommandVersion.V1_4_1))
+ if (CommandVersion.Check(CommandVersion.V1_4_1))
{
// 取最低的技能等级
var skillLevel = Math.Min(Math.Min(character.Talents.Auto, character.Talents.Skill), character.Talents.Burst);
diff --git a/Source/GrasscutterTools/Forms/FormMain.resx b/Source/GrasscutterTools/Forms/FormMain.resx
index ac7cdd9..4aef9a1 100644
--- a/Source/GrasscutterTools/Forms/FormMain.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.resx
@@ -117,546 +117,1156 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 3
+
+
+ Top, Left, Right
-
- 283, 39
+
+ 87, 22
-
- 174, 67
+
+ 450, 23
-
- 6, 218
-
-
- LblPlayerCountLabel
-
-
-
- Top
-
-
- 19, 17
-
-
- Bottom, Left
-
-
- groupBox1
-
-
- 391, 39
-
-
- True
-
-
- 17
-
-
- 10
-
-
- 593, 216
-
-
- Bottom, Left
-
-
- True
-
-
- tabPage2
-
-
- Bottom
-
-
- False
-
-
- 2
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- 5
-
-
- Bottom, Left
-
-
- TPConsoleCheck
-
-
- NoControl
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6
-
-
- BtnSendMail
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- None
-
-
- 133, 21
-
-
- 25, 45
-
-
- 7
-
-
- 2
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 完成任务
-
-
- 3, 3, 3, 3
-
-
- 6
-
-
- NoControl
-
-
- GrpSettings
-
-
- 44, 17
-
-
- None
-
-
- GrpSetStats
-
-
+
+
0
-
- 42, 17
+
+ TxtCommand
-
- 连接
-
-
- 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
-
-
- 12
-
-
- 1
-
-
- 1
-
-
- 1
-
-
- 3
-
-
- 44, 22
-
-
- 66, 22
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMailRight
-
-
- 5
-
-
- LblOpenCommandSupport
-
-
- 27, 113
-
-
- 6
-
-
- NoControl
-
-
- True
-
-
- NoControl
-
-
- NoControl
-
-
- True
-
-
- GrpGiveAvatar
-
-
- GrpGiveAvatar
-
-
- GOOD
-
-
- NoControl
-
-
- System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NUDArtifactStars
-
-
- 1
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 3
-
-
- 288, 115
-
-
- 99, 45
-
-
- 8
-
-
- 6, 67
-
-
- 51, 23
-
-
- 2
-
-
- 6
-
-
- NoControl
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- 9
-
-
- NoControl
-
-
- True
-
-
- 6, 161
-
-
- 获得所有武器
-
-
- 37, 17
-
-
- LblStatPercent
-
-
- 7
-
-
- 336, 98
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 60, 23
-
-
- LblGiveCommandDescription
-
-
- GrpTalentLevel
-
-
- LblMainAttribution
-
-
- TPScene
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 75, 23
-
-
- 14, 17
-
-
- TPSpawn
-
-
- 6, 96
-
-
- GrpQuestFilters
-
-
- 110, 23
-
-
- BtnBan
-
-
- BtnUnlockStat
-
-
- 5
-
-
- 125, 25
-
-
- 19
-
-
- Top, Left, Right
-
-
- 210, 17
-
-
- True
-
-
- 265, 77
-
-
- 服务器状态
-
-
- NUDUid
-
-
- GrpPermission
-
-
- 8
-
-
- BtnRemoveSpawnLog
-
-
- Top, Left, Right
-
-
- 10
-
-
- 4
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtnInvokeOpenCommand
-
-
- 1
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 346, 31
-
-
- GrpPermission
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 80, 17
-
-
- TxtBanReason
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 44, 17
-
-
- 300, 23
-
-
- BtnQueryServerStatus
-
-
- 15
-
-
- 32, 17
-
-
- FLPEntityType
-
-
- 4
-
-
- 10
-
-
- LblMailItemLevel
-
-
- 10
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
GrpCommand
-
+
+ 3
+
+
+ Top, Right
+
+
NoControl
-
- 3, 3, 3, 3
+
+ 543, 22
+
+
+ 50, 23
+
+
+ 1
+
+
+ 复制
+
+
+ BtnCopy
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpCommand
+
+
+ 1
+
+
+ Top, Right
+
+
+ True
+
+
+ NoControl
+
+
+ 599, 24
+
+
+ 51, 21
+
+
+ 2
+
+
+ 自动
+
+
+ ChkAutoCopy
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpCommand
+
+
+ 2
+
+
+ Bottom, Left, Right
+
+
+ NoControl
+
+
+ 6, 22
+
+
+ 75, 23
+
+
+ 3
+
+
+ 执行(F5)
+
+
+ BtnInvokeOpenCommand
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpCommand
+
+
+ 0
+
+
+ 12, 293
+
+
+ 610, 56
+
+
+ 660, 56
+
+
+ 3
+
+
+ 命令 - [Ctrl] 自动执行 - [|] 分割多条命令
+
+
+ GrpCommand
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 2
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 444, 206
+
+
+ 37, 17
+
+
+ 14
+
+
+ Links
+
+
+ LnkLinks
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 0
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 392, 206
+
+
+ 46, 17
+
+
+ 13
+
+
+ GOOD
+
+
+ LnkGOODHelp
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 1
+
+
+ None
+
+
+ NoControl
+
+
+ 486, 183
+
+
+ 107, 17
+
+
+ 12
存档扫描开源工具
+
+ LnkInventoryKamera
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 2
+
+
+ None
+
+
+ NoControl
+
+
+ 388, 139
+
+
+ 205, 58
+
+
+ 11
+
+
+ 快来将你的官服存档导入GC吧!
+
+
+ LblGOODHelp
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 3
+
+
+ None
+
+
+ False
+
+
+ NoControl
+
+
+ 484, 203
+
+
+ 104, 23
+
+
+ 10
+
+
+ 导入GOOD存档
+
ButtonOpenGOODImport
-
- 10
-
-
- NUDGameItemAmout
-
-
- TPScene
-
-
- TPWeapon
-
-
- True
-
-
- 设置天气
-
-
- 1
-
-
- 5
-
-
- 5
-
-
- 200, 153
-
-
- 语言/Language/язык
-
-
- 20
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 218, 161
+
+ TPRemoteCall
-
- GrpGiveAvatar
+
+ 4
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 141, 16
+
+
+ 210, 17
+
+
+ 7
+
+
+ 请确保地址中包含 http:// 或 https://
+
+
+ LblHostTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 5
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 13, 62
+
+
+ 80, 17
+
+
+ 5
+
+
+ 远程执行插件
+
+
+ LnkOpenCommandLabel
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 99, 62
+
+
+ 23, 17
+
+
+ 18
+
+
+ ---
+
+
+ LblOpenCommandSupport
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 99, 28
+
+
+ 23, 17
+
+
+ 14
+
+
+ ---
+
+
+ LblServerVersion
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 99, 45
+
+
+ 23, 17
+
+
+ 16
+
+
+ ---
+
+
+ LblPlayerCount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 37, 28
+
+
+ 56, 17
+
+
+ 13
+
+
+ 游戏版本
+
+
+ LblServerVersionLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 4
True
-
+
+ NoControl
+
+
+ 25, 45
+
+
+ 68, 17
+
+
+ 15
+
+
+ 当前玩家数
+
+
+ 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, 109
+
+
+ 1
+
+
+ 控制台
+
+
+ TPConsoleCheck
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPOpenCommandCheck
+
+
+ 1
+
+
+ Fill
+
+
+ 3, 19
+
+
+ 304, 139
+
+
+ 7
+
+
+ TPOpenCommandCheck
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpRemoteCommand
+
+
+ 0
+
+
+ False
+
+
+ 72, 65
+
+
+ 310, 161
+
+
+ 6
+
+
+ 远程执行
+
+
+ GrpRemoteCommand
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 7
+
+
+ None
+
+
+ 144, 36
+
+
+ 182, 23
+
+
+ 2
+
+
+ TxtHost
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 8
+
+
+ None
+
+
+ NoControl
+
+
+ 332, 36
+
+
+ 50, 23
+
+
+ 3
+
+
+ 查询
+
+
+ BtnQueryServerStatus
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 9
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 70, 39
+
+
+ 68, 17
+
+
+ 1
+
+
+ 服务器地址
+
+
+ LblHost
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 10
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 14
+
+
+ 远程
+
+
+ TPRemoteCall
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 12
+
+
+ Bottom, Right
+
+
+ NoControl
+
+
+ 506, 97
+
+
+ 280, 280
+
+
+ 140, 140
+
+
+ Zoom
+
+
+ 5
+
+
+ GrasscutterToolsSupport
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAbout
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 220
+
+
+ 46, 17
+
+
+ 4
+
+
+ Github
+
+
+ LnkGithub
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAbout
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 23
+
+
+ 334, 136
+
+
+ 3
+
割草机工具箱
@@ -667,4712 +1277,1586 @@
欢迎内测Q群: 457427536
-
- LblClearSubAttrCheckedList
+
+ LblSupportDescription
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- BtnRemoveCustomCommand
-
-
- 652, 245
-
-
- GrasscutterToolsSupport
-
-
- 4, 26
-
-
- 60, 23
-
-
- 一键获得所有角色
-
-
- GrpTalentLevel
-
-
- 10, 48
-
-
- GrpServerStatus
-
-
- False
-
-
- 24
-
-
- 含场景ID
-
-
- 313, 187
-
-
- 104, 17
-
-
- 16
-
-
- 189, 15
-
-
- NoControl
-
-
- 660, 56
-
-
- 44, 17
-
-
- TPHome
-
-
- 0
-
-
- 652, 245
-
-
- True
-
-
- 640, 204
-
-
- 121, 25
-
-
- 星级
-
-
- 设置
-
-
- 列出
-
-
- 3, 19
-
-
- True
-
-
- 652, 245
-
-
- 添加或完成任务
-提示:许多任务需要服务端脚本支持
-因此任务可以接,可以完成,但是不一定可以做
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpAccount
-
-
- 4, 26
-
-
- True
-
-
- TxtHost
-
-
- False
-
-
- 隐藏的任务
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 50, 23
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 16, 220
-
-
- NoControl
-
-
- LblClearSpawnLogs
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- CmbClimateType
-
-
- 0
-
-
+
TPAbout
-
- 0
+
+ 2
-
- 610, 56
+
+ 4, 26
-
- 260, 24
-
-
- 1
-
-
- NoControl
-
-
- 1
-
-
- 23, 17
-
-
- 73, 6
-
-
- TPRemoteCall
-
-
- NoControl
-
-
- 7, 24
-
-
- TxtCustomName
-
-
- NUDWeaponLevel
-
-
- TPHome
-
-
- LnkLinks
+
+ 3, 3, 3, 3
652, 245
-
- 11
+
+ 13
-
- X 清空
-
-
- TCMain
-
-
- True
-
-
- 182, 23
-
-
- Top, Left, Right
-
-
- $this
-
-
- 10
-
-
- 50, 159
-
-
- NoControl
-
-
- Bottom, Left
-
-
- True
-
-
- TPPlayerCheck
-
-
- 1
-
-
- 2
-
-
- 目标UID
-
-
- 0
-
-
- 100, 218
-
-
- True
-
-
- CmbArtifactSet
-
-
- tabPage1
-
-
- 44, 17
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 331, 23
-
-
- NoControl
-
-
- 10
-
-
- √ 记录
-
-
- 5
-
-
- 0
-
-
- 222, 30
-
-
- True
-
-
- 3
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 8
-
-
- NoControl
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4
-
-
- LnkRCHelp
-
-
- TPRemoteCall
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 7
-
-
- 3
-
-
- GrpSpawnRecord
-
-
- 命令 - [Ctrl] 自动执行 - [|] 分割多条命令
+
+ 关于
TPAbout
-
- 3
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpAccount
+
+ TCMain
-
- 2
+
+ 11
-
- NoControl
+
+ None
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 154, 22
-
- 16, 25
+
+ 90, 23
-
- 0, 0, 0, 0
-
-
- 358, 31
-
-
- 205, 58
-
-
- 446, 31
-
-
- TxtSceneFilter
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 未发布的任务
-
-
- 6
-
-
- 65, 23
-
-
- True
-
-
- 283, 35
-
-
- 99, 62
-
-
+
13
-
- 3, 3, 3, 3
+
+ DTPBanEndTime
-
- 100, 23
+
+ System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPCustom
-
-
- 76, 21
-
-
- Bottom, Left
-
-
- 12
-
-
- TPConsoleCheck
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 300, 208
-
-
- 2
-
-
- 4
-
-
- 2
-
-
- True
-
-
- UID
-
-
- GrpSettings
-
-
- True
-
-
- 358, 5
-
-
- 123, 7
-
-
- Fill
-
-
- NoControl
-
-
- 4, 26
-
-
- LblPerm
-
-
- 54, 17
-
-
- 75, 23
-
-
- UID
-
-
- X
-
-
- 2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 51, 21
-
-
- Bottom, Left
-
-
- NoControl
-
-
- TPWeapon
-
-
- 32, 17
-
-
- 3
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- Bottom, Left
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
+
GrpBanPlayer
-
- LblWeaponRefinement
+
+ 0
-
- 2
+
+ NoControl
-
- NUDRemotePlayerId
+
+ 473, 22
-
- 23, 17
+
+ 60, 23
-
- Bottom, Left
+
+ 12
-
- Bottom, Left
-
-
- 10
-
-
- TPScene
-
-
- BtnSendVerificationCode
-
-
- 14, 17
+
+ 解封
BtnUnban
-
- 43
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Bottom, Left, Right
+
+ GrpBanPlayer
-
- TxtToken
+
+ 1
-
+
NoControl
-
- GrpGiveAvatar
+
+ 407, 22
-
- TPCustom
+
+ 60, 23
-
+
+ 11
+
+
+ 封号
+
+
+ BtnBan
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 2
+
+
+ 250, 22
+
+
+ 150, 23
+
+
+ 8
+
+
+ 封禁理由
+
+
+ TxtBanReason
+
+
+ GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.7.2.0, Culture=neutral, PublicKeyToken=de2b1c089621e923
+
+
+ GrpBanPlayer
+
+
3
-
- LblGameItemAmount
+
+ 66, 22
-
- 0
+
+ 82, 23
-
- Bottom, Right
-
-
- TPPlayerCheck
-
-
- NoControl
-
-
- TPWeapon
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 3, 3, 3, 3
-
-
- ListGameItems
-
-
- Bottom, Left
-
-
- NoControl
-
-
- 服务器地址
-
-
- 238, 159
-
-
- 4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 29, 15
-
-
- GrpCommand
-
-
- NoControl
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TxtWeaponFilter
-
-
- 92, 82
-
-
- Bottom, Left
-
-
+
6
-
- 329, 184
+
+ NUDBanUID
-
- System.Windows.Forms.CheckBox, 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
-
+
+ GrpBanPlayer
+
+
+ 4
+
+
+ True
+
+
NoControl
-
- TPOpenCommandCheck
+
+ 6, 25
+
+
+ 54, 17
+
+
+ 0
+
+
+ 目标UID
+
+
+ LblBanUID
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 5
+
+
+ 56, 158
+
+
+ 540, 60
+
+
+ 2
+
+
+ 封禁管理
+
+
+ GrpBanPlayer
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
+ 0
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 215, 23
+
+
+ 73, 21
+
+
+ 2
+
+
+ 指定UID
+
+
+ ChkAccountSetUid
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 0
+
+
+ 294, 22
+
+
+ 106, 23
+
+
+ 3
+
+
+ NUDAccountUid
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 1
+
+
+ NoControl
+
+
+ 473, 22
60, 23
-
- 7
+
+ 5
-
- 7
+
+ - 删除
-
+
+ BtnDeleteAccount
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 2
+
+
+ NoControl
+
+
+ 407, 22
+
+
+ 60, 23
+
+
+ 4
+
+
+ + 创建
+
+
+ BtnCreateAccount
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 25
+
+
+ 44, 17
+
+
+ 0
+
+
+ 用户名
+
+
+ LblAccountUserName
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 4
+
+
+ 66, 22
+
+
+ 140, 23
+
+
1
-
- Top, Bottom, Left, Right
+
+ test
+
+
+ TxtAccountUserName
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 5
+
+
+ 56, 6
+
+
+ 540, 60
+
+
+ 0
+
+
+ 账号管理
+
+
+ GrpAccount
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
+ 1
+
+
+ None
+
+
+ 250, 21
+
+
+ 150, 25
+
+
+ 7
+
+
+ CmbPerm
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 0
+
+
+ 66, 22
+
+
+ 140, 23
+
+
+ 6
+
+
+ NUDPermUID
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 1
+
+
+ NoControl
+
+
+ 473, 51
+
+
+ 60, 23
+
+
+ 7
+
+
+ x 清空
+
+
+ BtnPermClear
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 2
+
+
+ NoControl
+
+
+ 473, 22
+
+
+ 60, 23
+
+
+ 5
+
+
+ - 移除
+
+
+ BtmPermRemove
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 3
+
+
+ NoControl
+
+
+ 407, 51
+
+
+ 60, 23
+
+
+ 6
+
+
+ 列出
+
+
+ BtnPermList
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 4
+
+
+ NoControl
+
+
+ 407, 22
+
+
+ 60, 23
+
+
+ 4
+
+
+ + 添加
+
+
+ BtnPermAdd
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 5
+
+
+ True
+
+
+ NoControl
+
+
+ 212, 25
+
+
+ 32, 17
+
+
+ 2
+
+
+ 权限
+
+
+ LblPerm
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 6
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 25
+
+
+ 54, 17
+
+
+ 0
+
+
+ 目标UID
+
+
+ LblPermUID
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 7
+
+
+ 56, 72
+
+
+ 540, 80
+
+
+ 1
+
+
+ 权限管理
+
+
+ GrpPermission
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
+ 2
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 12
+
+
+ 管理
+
+
+ TPManage
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 9
+
+
+ Top, Left, Right
+
+
+ 346, 5
+
+
+ 300, 23
+
+
+ 13
+
+
+ TxtSceneFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ True
+
+
+ False
+
+
+ NoControl
+
+
+ 90, 190
+
+
+ 76, 21
+
+
+ 12
+
+
+ 含场景ID
+
+
+ ChkIncludeSceneId
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 218, 161
+
+
+ 14, 17
+
+
+ 10
+
+
+ z
+
+
+ LblTpZ
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 2
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 112, 161
+
+
+ 14, 17
+
+
+ 9
+
+
+ y
+
+
+ LblTpY
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 3
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 9, 188
+
+
+ 75, 23
+
+
+ 8
+
+
+ 传送
+
+
+ BtnTeleport
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 161
+
+
+ 14, 17
+
+
+ 7
+
+
+ x
+
+
+ LblTpX
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 5
+
+
+ Bottom, Left
+
+
+ 238, 159
+
+
+ 80, 23
+
+
+ 6
+
+
+ NUDTpZ
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 6
+
+
+ Bottom, Left
+
+
+ 132, 159
+
+
+ 80, 23
+
+
+ 5
+
+
+ NUDTpY
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 7
+
+
+ Bottom, Left
+
+
+ 26, 159
+
+
+ 80, 23
+
+
+ 4
+
+
+ NUDTpX
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 8
+
+
+ Bottom, Left
+
+
+ 68, 69
+
+
+ 121, 25
+
+
+ 3
+
+
+ CmbClimateType
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 9
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 72
+
+
+ 56, 17
+
+
+ 2
+
+
+ 设置天气
+
+
+ LblClimateType
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 10
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 224, 51
+
+
+ 1
场景控制
提示:大部分场景没有作用,无法进入。
-
- BtnGiveAllChar
+
+ LblSceneDescription
-
- 3
-
-
- Top, Bottom, Left, Right
-
-
- 标签
-
-
- BtnPermList
-
-
- Top
-
-
- GrpTalentLevel
-
-
- 11
-
-
- Bottom, Left
-
-
- 313, 216
-
-
- 296, 111
-
-
- 11
-
-
- 188, 216
-
-
- 100, 23
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 652, 245
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- LnkTalentAll
-
-
- 6, 108
-
-
- 11
-
-
- TPHome
-
-
- CmbMainAttribution
-
-
- 2
-
-
- NoControl
-
-
- 3
-
-
- Top, Bottom, Left
-
-
- 12
-
-
- True
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4
-
-
- 6
-
-
- 请注意,控制台状态下普通命令必须指定目标
-(即设置包含UID)
-
-
- True
-
-
- 获取角色
-
-
- 1
-
-
- 3
-
-
- PanelMailItemArgs
-
-
- 32, 17
-
-
- 112, 204
-
-
- 4
-
-
- True
-
-
- 26, 159
-
-
- 封号
-
-
- 角色属性
-
-
- 8
-
-
- NoControl
-
-
- 44, 216
-
-
- NoControl
-
-
- TPSpawn
-
-
- 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
-
-
- 14
-
-
- + 添加
-
-
- 5
-
-
- 150, 24
-
-
- NUDTpX
-
-
- TxtMailSender
-
-
- LblToken
-
-
- 167, 8
-
-
- NoControl
-
-
- 44, 17
-
-
- 106, 182
-
-
- 数量
-
-
- 0
-
-
- 200, 208
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 掉落物编辑器
-
-
- TPPlayerCheck
-
-
- 62, 23
-
-
- BtnSaveGiveItemLog
-
-
- 0
-
-
- LblHost
-
-
- 3, 19
-
-
- 9, 6
-
-
- 7
-
-
- GrpSetStats
-
-
- 80, 23
-
-
- 1
-
-
- ---
-
-
- 50, 21
-
-
- 4
-
-
- Top, Bottom, Left, Right
-
-
- TPArtifact
-
-
- 182, 23
-
-
- True
-
-
- False
-
-
- 解封
-
-
- 0
-
-
- 3
-
-
- 2
-
-
- 163, 25
-
-
- 700, 400
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Left
-
-
- 2
-
-
- Top, Bottom, Left, Right
-
-
- 100, 23
-
-
- 26, 55
-
-
- x
-
-
- 227, 35
-
-
- ListSubAttributionChecked
-
-
- 18
-
-
- Top, Bottom, Right
-
-
- BtnRemoveGiveItemLog
-
-
- True
-
-
- 0
-
-
- 6
-
-
- 0
-
-
- GrpQuestFilters
-
-
- NoControl
-
-
- TPItem
-
-
- True
-
-
- Bottom, Left
-
-
- 288, 208
-
-
- 9
-
-
- 3, 3, 3, 3
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 286, 17
-
-
- 189, 42
-
-
- X 清空
-
-
- 13
-
-
- TPMail
-
-
- Links
-
-
- 0
-
-
- 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
-
-
- 13
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 普通攻击
-
-
- 54, 17
-
-
- True
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- TPCustom
-
-
- 32, 17
-
-
- 99, 21
-
-
- True
-
-
- True
-
-
- TPSpawn
-
-
- 3
-
-
- TPAbout
-
-
- 设置命座
-
-
- TPManage
-
-
- TPSpawn
-
-
- 207, 37
-
-
- Bottom, Left
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- LblTpZ
-
-
- 4
-
-
- GrpGiveAvatar
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 660, 275
-
-
- 0
-
-
- 473, 22
-
-
- 2
-
-
- 2
-
-
- Top, Bottom, Left
-
-
- 3
-
-
- 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
-
-
- 304, 139
-
-
- Top, Right
-
-
- 6
-
-
- 465, 100
-
-
- 236, 34
-
-
- 0
-
-
- Bottom, Left
-
-
- 68, 69
-
-
- NoControl
-
-
- NUDAccountUid
-
-
- 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
-
-
- LblHostTip
-
-
- False
-
-
- 9
-
-
- TPItem
-
-
- 100, 23
-
-
- TPMail
-
-
- GrpQuestFilters
-
-
- True
-
-
- 0
-
-
- 6, 6
-
-
- 50, 23
-
-
- 0
-
-
- TPWeapon
-
-
- 167, 68
-
-
- 652, 245
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 75, 23
-
-
- NoControl
-
-
- NoControl
-
-
- NoControl
-
-
- 100, 23
-
-
- TPCustom
-
-
- + 添加
-
-
- 物品
-
-
- True
-
-
- 353, 41
-
-
- LblConsoleTip
-
-
- 2
-
-
- 0
-
-
- 39, 17
-
-
- 目标UID
-
-
- NUDStat
-
-
- 10
-
-
- 62, 21
-
-
- BtnFinishQuest
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 137, 216
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 15
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 110, 23
-
-
- BtnOpenDropEditor
-
-
- True
-
-
- True
-
-
- True
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpQuestFilters
-
-
- True
-
-
- Top, Bottom, Left
-
-
- 3, 3
-
-
- False
-
-
- True
-
-
- 358, 5
-
-
- 4
-
-
- 远程
-
-
- 32, 17
-
-
- TPRemoteCall
-
-
- 6, 216
-
-
- ListSpawnLogs
-
-
- 8
-
-
- TPQuest
-
-
- 75, 23
-
-
- 144, 36
-
-
- 5
-
-
- 23, 17
-
-
- 2
-
-
- NoControl
-
-
- 256, 216
-
-
- TPRemoteCall
-
-
- True
-
-
- TPMail
-
-
- 56, 72
-
-
- 4
-
-
- NoControl
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- 30, 17
-
-
- 4, 26
-
-
- LblSupportDescription
-
-
- ListWeapons
-
-
- 298, 11
-
-
- 1
-
-
- GrpBanPlayer
-
-
- 6, 72
-
-
- True
-
-
- 1
-
-
- ListEntity
-
-
- - 删除
-
-
- √ 记录
-
-
- TPScene
-
-
- 权限管理
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 8
-
-
- TPArtifact
-
-
- 129, 41
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 289, 106
-
-
- Bottom, Left
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- 310, 161
-
-
- 27, 84
-
-
- FormMain
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- LblVerificationCode
-
-
- 数量
-
-
- $this
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpGiveItemRecord
-
-
- 等级
-
-
- 40, 16
-
-
- 44, 17
-
-
- 5
-
-
- TPSpawn
-
-
- 5
-
-
- 6
-
-
- 684, 361
-
-
- 652, 245
-
-
- TPQuest
-
-
- 219, 153
-
-
- 5
-
-
- True
-
-
- TPSpawn
-
-
- BtnPermClear
-
-
- 56, 158
-
-
- NoControl
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Fill
-
-
- √ 保存
-
-
- 2
-
-
- 17
-
-
- Bottom, Left
-
-
- 0
-
-
- LblAvatarSkillLevelLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ListMailSelectableItems
-
-
- Bottom, Left
-
-
- TPMail
-
-
- 6
-
-
- 收件人:
-
-
- 215, 23
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpGiveAvatar
-
-
- GrpSetConstellation
-
-
- Top, Right
-
-
- TxtAccountUserName
-
-
- 5, 218
-
-
- 73, 155
-
-
- NoControl
-
-
- Top, Bottom, Left, Right
-
-
- 7
-
-
- Top, Bottom, Left, Right
-
-
- Fill
-
-
- 32, 17
-
-
- 0
-
-
- NoControl
-
-
- TPScene
-
-
- 6, 6
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 125, 23
-
-
- 17
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6, 219
-
-
- Bottom, Left
-
-
- 32, 13
-
-
- ChkQuestFilterTEST
-
-
- NoControl
-
-
- GrpCommand
-
-
- LnkResetCustomCommands
-
-
- ChkInfiniteHP
-
-
- 243, 140
-
-
- TPArtifact
-
-
- 4, 26
-
-
- GrpAccount
-
-
- 200, 100
-
-
- GrpBanPlayer
-
-
- 关于
-
-
- LblAccountUserName
-
-
- NoControl
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 11
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 0
-
-
- TPSpawn
-
-
- 发送
-
-
- GrpSetConstellation
-
-
- NoControl
-
-
- ListMailList
-
-
- 50, 23
-
-
- 12
-
-
- TPSpawn
-
-
- NoControl
-
-
- Top
-
-
- TPItem
-
-
- RbMailSendToAll
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPConsoleCheck
-
-
- Bottom, Left
-
-
- Microsoft YaHei UI, 10pt
-
-
- 9
-
-
- BtnAddSubAttr
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
- 32, 17
-
-
- 13
-
-
- 336, 8
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 346, 31
-
-
- Top
-
-
- 473, 51
-
-
- 42
-
-
- Bottom, Left
-
-
- 3, 3, 3, 3
-
-
- 2
-
-
- 0, 17
-
-
- 5
-
-
- 技能等级
-
-
- 240, 6
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- True
-
-
- 7
-
-
- 4
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- LblArtifactStars
-
-
- Bottom, Left
-
TPScene
-
- 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
-
-
- 6, 6
-
-
- 68, 17
-
-
- 15, 39
-
-
- NUDMailRecipient
-
-
- Bottom, Left
-
-
- PanelMailListControls
-
-
- GrpServerStatus
-
-
- 89, 53
-
-
- TPOpenCommandCheck
-
-
- True
-
-
- 发送验证码
-
-
- True
-
-
- Microsoft YaHei UI, 10pt
-
-
- 17
-
-
- Top
-
-
+
11
-
- GrpBanPlayer
-
-
- 0
-
-
- 465, 129
-
-
- FLPCustomCommands
-
-
- 56, 17
-
-
- × 删除
-
-
- NoControl
-
-
- 1
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 296, 109
-
-
- 3, 3, 3, 3
-
-
- 0
-
-
- TPArtifact
-
-
- True
-
-
- TPSpawn
-
-
- 7
-
-
- 7, 83
-
-
- 99, 218
-
-
- 32, 17
-
-
- ---
-
-
- 43, 36
-
-
- TPItem
-
-
- NUDMailItemLevel
-
-
- 68, 17
-
-
- 附件:
-
-
- NoControl
-
-
- 用户名
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 圣遗物
-
-
- TPAvatar
-
-
- GrpSetStats
-
-
- 50, 23
-
-
- 44, 17
-
-
- TPItem
-
-
- 73, 93
-
-
- TPMail
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- LblAvatarSkillLevelTip
-
-
- 技能等级
-
-
- 610, 275
-
-
- 3
-
-
- 角色
-
-
- NoControl
-
-
- 120, 25
-
-
- LblCustomName
-
-
- TPWeapon
-
-
- 0
-
-
- 2
-
-
- 4
-
-
- 150, 218
-
-
- 250, 22
-
-
- 0
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 136, 24
-
-
- 150, 35
-
-
- 652, 245
-
-
- 6
-
-
- 3, 3, 3, 3
-
-
- TCMain
-
-
- 8
-
-
- True
-
-
- GrpAccount
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
+
Top, Bottom, Left, Right
-
- LblClearMailContent
+
+ 17
-
- 生成
+
+ 346, 31
-
- TPRemoteCall
+
+ 300, 208
-
- × 删除
-
-
- 等级
-
-
- GrpServerStatus
-
-
- 6
-
-
- - 删除
-
-
- TPHome
-
-
- Q技能
-
-
- 154, 22
-
-
- 56, 17
-
-
- 请确保地址中包含 http:// 或 https://
-
-
- 列表过滤
-
-
- 1
-
-
- 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
-
-
+
0
-
- 当前玩家数
+
+ ListScenes
-
- 407, 22
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 7
-
-
- 301, 111
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TPScene
12
-
- 游戏版本
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- GrpGiveAvatar
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- LblWeaponLevel
-
-
- BtnOpenTextMap
-
-
- TPSpawn
-
-
- TCMain
-
-
- 3
-
-
- 41, 51
-
-
- BtnOpenGachaBannerEditor
-
-
- TCMailRight
-
-
- 92, 82
-
-
- 89, 111
-
-
- 41, 22
-
-
- 4, 26
-
-
- 测试任务
-
-
- PanelMailListControls
-
-
- LblArtifactLevel
-
-
- LblGameItemLevel
-
-
- 88, 36
-
-
- 8
-
-
- TPWeapon
-
-
+
Bottom, Left
-
- True
-
-
- 16, 23
-
-
- 权限
-
-
- TPRemoteCall
-
-
- 0
-
-
- Top, Bottom, Left, Right
-
-
- 设置所有角色
-
-
- 管理
-
-
- TPArtifact
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 13
-
-
- 9
-
-
- NUDTpZ
-
-
- + 添加
-
-
- TCMain
-
-
- ListMailItems
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 50, 23
-
-
- 150, 35
-
-
- 文本浏览器
-
-
- 10
-
-
- 75, 21
-
-
- Bottom, Left
-
-
- 1
-
-
- Bottom, Left
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- New Version Tip
-
-
- 75, 23
-
-
- 1
-
-
- 4
-
-
- NoControl
-
-
- ListGiveItemLogs
-
-
- GrpPermission
-
-
- 4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpGiveAvatar
-
-
- NoControl
-
-
- NoControl
-
-
- 60, 23
-
-
- 14
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 32, 17
-
-
- 32, 17
-
-
- LblSubAttribution
-
-
- 3, 19
-
-
- 56, 17
-
-
- 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
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 列表分类
-
-
- 100, 23
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtnClearMail
-
-
- 117, 71
-
-
- Top, Bottom, Left
-
-
- TCMain
-
-
- 9
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 13
-
-
- 37, 28
-
-
- True
-
-
- 封禁理由
-
-
- LblGOODHelp
-
-
- 4, 26
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 11
-
-
- 60, 23
-
-
- 17
-
-
- 11
-
-
- 4
-
-
- NUDVerificationCode
-
-
- X 清空
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Right
-
-
- 1
-
-
- 14, 17
-
-
- 12
-
-
- 167, 99
-
-
- 47, 5
-
-
- None
-
-
- TPSpawn
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- TxtMailContent
-
-
- 3
-
-
- BtnRemoveMail
-
True
-
- 6
-
-
+
NoControl
-
- 506, 97
-
-
- 2
-
-
- 1
-
-
- False
-
-
- 167, 129
-
-
- None
-
-
- NoControl
-
-
- 66, 22
-
-
- 5
-
-
- LblClimateType
-
-
- NUDBanUID
-
-
- 0
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 652, 245
-
-
- × 删除
-
-
- 75, 23
-
-
- TPItem
-
-
- 0
-
-
- ChkQuestFilterUNRELEASED
-
-
- 3, 19
-
-
- True
-
-
- 46, 17
-
-
- 锁定
-
-
- GrasscutterTools
-
-
- TCMain
-
-
- 6
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Microsoft YaHei UI, 13pt
-
-
- LnkGithub
-
-
- GrpSettings
-
-
- 65, 42
-
-
- 3
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 12
-
-
- 3
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 标题:
-
-
- GrpSetConstellation
-
-
- 2
-
-
- E技能
-
-
- NoControl
-
-
- 358, 31
-
-
- Bottom, Left
-
-
- 4
-
-
- 32, 17
-
-
- 46, 17
-
-
- NoControl
-
-
- 7
-
-
- GrpPermission
-
-
- 3, 3, 3, 3
-
-
- False
-
-
- 武器
-
-
- 90, 187
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ChkAccountSetUid
-
-
- 5
-
-
- LblEntityLevel
-
-
- TPScene
-
-
- TPPlayerCheck
-
-
- NUDEntityLevel
-
-
- 56, 17
-
-
- 652, 245
-
-
- 6
-
-
- 邮件列表
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 11
-
-
- ChkIncludeUID
-
-
- 2
-
-
- 280, 280
-
-
- Top, Left, Right
-
-
- True
-
-
- 9
-
-
- GrpGiveAvatar
-
-
- 主页
-
-
- 1
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 7
-
-
- 212, 25
-
-
- BtnExportCustomCommands
-
-
- Bottom, Left
-
-
- True
-
-
- TPMail
-
-
- 73, 64
-
-
- 1
-
-
- LblMailItemCount
-
-
- 32, 17
-
-
- 4, 26
-
-
- 198, 24
-
-
- 0, 0
-
-
- 17
-
-
- 0
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 7
-
-
- 4
-
-
- Bottom, Left, Right
-
-
- Bottom, Left
-
-
- 17
-
-
- TPItem
-
-
- 4
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 289, 25
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- 228, 140
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 8
-
-
- 150, 25
-
-
- True
-
-
- 2
-
-
- 75, 23
-
-
- 执行(F5)
-
-
- True
-
-
- 9
-
-
- 6
-
-
- 44, 216
-
-
- True
-
-
- Github
-
-
- NUDAvatarLevel
-
-
- TPArtifact
-
-
- True
-
-
- TPArtifact
-
-
- ChkIncludeSceneId
-
-
- 329, 155
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtnLoadCustomCommands
-
-
- True
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top, Left, Right
-
-
- Bottom, Left
-
-
- NoControl
-
-
- TPSpawn
-
-
- 15, 16
-
-
- 100, 23
-
-
- 75, 23
-
-
- Top
-
-
- LblMailTitleLabel
-
-
- 17
-
-
- TPMail
-
-
- 118, 23
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 212, 24
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 50, 23
-
-
- TPRemoteCall
-
-
- 11
-
-
- 65, 13
-
-
- 2
-
-
- 0
-
-
- 0
-
-
- 43, 67
-
-
- 332, 55
-
-
- 87, 22
-
-
- GrpSetConstellation
-
-
- LblMailRecipientLabel
-
-
- 223, 41
-
-
- 6
-
-
- True
-
-
- GrpCommand
-
-
- NoControl
-
-
- 0
-
-
- NoControl
-
-
- LnkTalentNormalATK
-
-
- True
-
-
- 2
-
-
- 44, 17
-
-
- 1
-
-
- NoControl
-
-
- 5
-
-
- 6
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 73, 21
-
-
- GrpSettings
-
-
- NoControl
-
-
- NoControl
-
-
- 4
-
-
- 1
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Left
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6, 37
-
-
- 8
-
-
- TCMain
-
-
- 4
-
-
- 3, 3, 3, 3
-
-
- CmbAvatar
-
-
- 0
-
-
- 封禁管理
-
-
- 1
-
-
- GrpAccount
-
-
- TPScene
-
-
- 41, 80
-
-
- 4
-
-
- NoControl
-
-
- 3
-
-
- ListQuest
-
-
- 3
-
-
- Top
-
-
- GrpGiveItemRecord
-
-
- 14
-
-
- TPItem
-
-
- 2
-
-
- 命座
-
-
- TxtEntityFilter
-
-
- LblArtifactSet
-
-
- GrpTalentLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- None
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 26
-
-
- LnkTalentQ
-
-
- 121, 23
-
-
- Top
-
-
- True
-
-
- 生成的命令包含UID
-
-
- 5
-
-
- 0
-
-
- LblWeaponAmount
-
-
- 60, 23
-
-
- NoControl
-
-
- BtnPermAdd
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 471, 216
-
-
- TPHome
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 228, 204
-
-
- 332, 55
-
-
- 50, 23
-
-
- 3, 3, 3, 3
-
-
- 140, 23
-
-
- NoControl
-
-
- NoControl
-
-
- 50, 23
-
-
- ---
-
-
- TPWeapon
-
-
- tabPage1
-
-
- Top
-
-
- Bottom, Right
-
-
- 6
-
-
- 4
-
-
- 10
-
-
- NoControl
-
-
- 11
-
-
- 4, 26
-
-
- NoControl
-
-
- NoControl
-
-
- 0
-
-
- 56, 17
-
-
- 4
-
-
- 11
-
-
- 4
-
-
- 6, 218
-
-
- TCMain
-
-
- 6, 128
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpCommand
-
-
- TPArtifact
-
-
- NoControl
-
-
- 1
-
-
- 18
-
-
- None
-
-
- 场景
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 46, 17
-
-
- LblArtifactName
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 388, 36
-
-
- NoControl
-
-
- 102, 216
-
-
- 套装
-
-
- 13
-
-
- DTPBanEndTime
-
-
- 225, 175
-
-
- Bottom, Right
-
-
- NUDAvatarSkillLevel
-
-
- 5
-
-
- LblAvatarConstellation
-
-
- 传送
-
-
- 407, 22
-
-
- TPQuest
-
-
- BtnConnectOpenCommand
-
-
- True
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NUDSetConstellation
-
-
- Bottom, Left
-
-
- 4
-
-
- 50, 23
-
-
- LnkInventoryKamera
-
-
- True
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtnGiveAllWeapons
-
-
- 346, 5
-
-
- 1
-
-
- GrpPermission
-
-
- LblAvatarLevel
-
-
- 6
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- 0
-
-
- 6, 22
-
-
- TPPlayerCheck
-
-
- 112, 24
-
-
- 147, 82
-
-
- 精炼等级
-
-
- NoControl
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 90, 23
-
-
- 4
-
-
- TCMain
-
-
- None
-
-
- LblArtifactLevelTip
-
-
- 7
-
-
- 15
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 12
-
-
- 89, 82
-
-
- LblServerVersionLabel
-
-
- 查询
-
-
- x 清空
-
-
- 0
-
-
- 15
-
-
- 8
-
-
- 1
-
-
- 44, 17
-
-
- 0
-
-
- Top, Bottom, Left, Right
-
-
- 89, 22
-
-
- Vertical
-
-
- 2
-
-
- NoControl
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 27, 55
-
-
- 56, 17
-
-
- 主词条
-
-
- 18
-
-
- Bottom, Left
-
-
- TPSpawn
-
-
- GrpRemoteCommand
-
-
- 652, 245
-
-
- 540, 60
-
-
- 332, 96
-
-
- 9
-
-
- TCMain
-
-
- Bottom, Left
-
-
- NUDWeaponAmout
-
-
- 物品记录本
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TxtMailSelectableItemFilter
-
-
- 全部
-
-
- 60, 23
-
-
- 288, 23
-
-
- GrasscutterToolsIcon
-
-
- True
-
-
- 数量
-
-
- z
-
-
- NoControl
-
-
- 10
-
-
- Top
-
-
- True
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Fill
-
-
- TPRemoteCall
-
-
- 6
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0, 0
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- LblArtifactPart
-
-
- 262, 193
-
-
- 0
-
-
- Bottom, Left
-
-
- 9
-
-
- 5
-
-
- 16
-
-
- 128, 17
-
-
- 331, 56
-
-
- True
-
-
- 80, 17
-
-
- 载入
-
-
- test
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 3
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 45
-
-
- TPPlayerCheck
-
-
- 4, 26
-
-
- 导出
-
-
- 13
-
-
- NoControl
-
-
- 10
-
-
- 15
-
-
- 4, 26
-
-
- 44, 17
-
-
- 0
-
-
- 99, 28
-
-
- 16
-
-
- 4
-
-
- 3
-
-
- 44, 17
-
-
- tabPage2
-
-
- 10
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- False
-
-
- 8
-
-
- 0
-
-
- NoControl
-
-
- 7
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 118, 23
-
-
- NoControl
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 3
-
-
- Bottom, Left
-
-
- 72, 65
-
-
- Bottom, Left
-
-
- 10
-
-
- LblTpY
-
-
- GrpRemoteCommand
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- Bottom, Left
-
-
- 150, 23
-
-
- Top
-
-
- TPArtifact
-
-
- *v1.4.1
-
-
- 387, 92
-
-
- TPAvatar
-
-
- 2
-
-
- 652, 245
-
-
- NoControl
-
-
- LblGCVersion
-
-
- 所有人
-
-
- 1
-
-
- 37
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 13
-
-
- NoControl
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 43, 216
-
-
- 0
-
-
- 3, 3, 3, 3
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- Top
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ChkQuestFilterHIDDEN
-
-
- BtnLockStat
-
-
- True
-
-
- 3
-
-
- 2
-
-
- 15, 44
-
-
- NoControl
-
-
- 7
-
-
- 0
-
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6
-
-
- 537, 216
-
-
- 4, 26
-
-
- TPAbout
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top, Bottom
-
-
- TPCustom
-
-
- 7
-
-
- 1
-
-
- 3
-
-
- 70, 39
-
-
- 10
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4
-
-
- NoControl
-
-
- 5
-
-
- NoControl
-
-
- 17
-
-
- NoControl
-
-
- NoControl
-
-
- 远程执行插件
-
-
- NoControl
-
-
- 验证码
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- [0-20]
-
-
- TPPlayerCheck
-
-
- 346, 100
-
-
- 1
-
-
- 置顶
-
-
- 120, 25
-
-
- y
-
-
- NUDAvatarConstellation
-
-
- TPArtifact
-
-
- Bottom, Right
-
-
- 66, 22
-
-
- RbMailSendToPlayer
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- LblClearGiveItemLogs
-
-
- 2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 26, 82
-
-
- 1
-
-
- 228, 23
-
-
- Bottom, Right
-
-
- 2
-
-
- True
-
-
- ChkAutoCopy
-
-
- 14
-
-
- 18
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 9
-
-
- True
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 15
-
-
- TCMailRight
-
-
- BtnTeleport
-
-
- Zoom
-
-
- LblPermUID
-
-
- TPArtifact
-
-
- NUDTpY
-
-
- NoControl
-
-
- NoControl
-
-
- GrpSetStats
-
-
- NoControl
-
-
- Bottom, Left
-
-
- 112, 161
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 462, 218
-
-
- 222, 28
-
-
- 9
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 7
-
-
- Bottom, Left
-
-
- None
-
-
- BtnAddQuest
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0, 26
-
-
- 1
-
-
- 110, 23
-
-
- NoControl
-
-
- 300, 208
-
-
- True
-
-
- 4
-
-
- GrpEntityType
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpTalentLevel
-
-
- 1
-
-
- 9
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- 1
-
-
- 10
-
-
- 0, 0, 0, 0
-
-
- 331, 23
-
-
- 32, 17
-
-
- TPArtifact
-
-
- 3, 3, 3, 3
-
-
- 70, 23
-
-
- TPPlayerCheck
-
-
- TPQuest
-
-
- NoControl
-
-
- True
-
-
- CmbSubAttribution
-
-
- 44, 17
-
-
- 提示
-
-
- 5
-
-
- GrpBanPlayer
-
-
- NoControl
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
6, 105
-
- TxtCommand
+
+ 296, 51
-
- 543, 22
-
-
- 32, 17
-
-
- None
-
-
- 4
-
-
- 自定义
-
-
- NoControl
-
-
- TPQuest
-
-
- TPHome
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 38
-
-
- 5
-
-
- 0
-
-
- False
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 150, 130
-
-
- 0
-
-
- NoControl
-
-
- LblBanUID
-
-
- 2
-
-
- 部位
-
-
- None
-
-
- 1
-
-
- 等级
-
-
- 7, 17
-
-
- 1
-
-
- TPRemoteCall
-
-
- 12, 293
-
-
- 3
-
-
- 7
-
-
- 334, 136
-
-
- NoControl
-
-
- BtnSaveCustomCommand
-
-
- TCMain
-
-
- 4, 26
-
-
- 7
-
-
- System.Windows.Forms.NumericUpDown, 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
-
-
- 140, 23
-
-
- 账号管理
-
-
- 171, 5
-
-
- 0
-
-
- NoControl
-
-
- 200, 23
-
-
- NoControl
-
-
- LblEntityAmount
-
-
+
11
-
- 75, 23
+
+ 坐标传送
+提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送
+命令中可以用~表示当前位置,~100表示相对当前100
-
- 171, 190
+
+ LblTp
-
- 角色
-
-
- Top, Bottom, Left, Right
-
-
- True
-
-
- TPArtifact
-
-
- 106, 23
-
-
- 147, 54
-
-
- 75, 23
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- LnkGOODHelp
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 7
-
-
- 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
-
-
- None
-
-
- 446, 5
-
-
- 4
-
-
- 祝你玩得愉快!
-
-
- NoControl
+
+ TPScene
13
-
- 14
+
+ 4, 26
-
- 473, 22
+
+ 3, 3, 3, 3
-
- TPMail
+
+ 652, 245
-
- 525, 216
+
+ 9
-
- 60, 23
+
+ 场景
-
- 16
+
+ TPScene
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 2
-
-
- True
-
-
- GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.7.2.0, Culture=neutral, PublicKeyToken=de2b1c089621e923
-
-
- TPAvatar
-
-
- TPMail
-
-
- TPArtifact
-
-
+
TCMain
-
+
+ 8
+
+
+ Bottom, Left
+
+
+ True
+
+
NoControl
-
- 复制
+
+ 262, 193
-
- True
+
+ 44, 17
-
- 65, 13
+
+ 16
-
- True
+
+ X 清空
-
+
+ LblClearGiveItemLogs
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 0
+
+
+ NoControl
+
+
+ 265, 48
+
+
+ 75, 23
+
+
+ 7
+
+
+ √ 记录
+
+
+ BtnSaveGiveItemLog
+
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 486, 183
+
+ TPItem
-
- TPArtifact
+
+ 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
-
- 158, 25
+
+ TPItem
-
+
+ 2
+
+
+ Top, Bottom, Left
+
+
+ Fill
+
+
+ 17
+
+
+ 3, 19
+
+
+ 243, 140
+
+
+ 6
+
+
+ ListGiveItemLogs
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveItemRecord
+
+
+ 0
+
+
+ 10, 48
+
+
+ 249, 162
+
+
+ 5
+
+
+ 物品记录本
+
+
+ GrpGiveItemRecord
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
3
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 255, 217
+
+
+ 51, 21
+
+
+ 4
+
+
+ 掉落
+
+
+ ChkDrop
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 4
+
+
+ Top, Left, Right
+
+
+ 346, 5
+
+
+ 300, 23
+
+
+ 0
+
+
+ TxtGameItemFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 5
+
+
+ Top, Bottom, Left, Right
+
+
+ 17
+
+
+ 346, 31
+
+
+ 300, 208
+
+
+ 1
+
+
+ ListGameItems
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 6
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 218
+
+
+ 32, 17
+
+
+ 14
+
+
+ 数量
+
+
+ LblGameItemAmount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 7
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 150, 218
+
+
+ 32, 17
+
+
+ 15
+
+
+ 等级
+
+
+ LblGameItemLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 8
+
+
+ Bottom, Left
+
+
+ 44, 216
+
+
+ 100, 23
+
+
+ 2
+
+
+ NUDGameItemAmout
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 9
+
+
+ Bottom, Left
+
+
+ 188, 216
+
+
+ 50, 23
+
+
+ 3
+
+
+ NUDGameItemLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 10
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 236, 34
+
+
+ 1
+
+
+ 给玩家指定物品
+说明:可选择直接给到背包或者掉落到世界
+
+
+ LblGiveCommandDescription
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 11
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 4
+
+
+ 物品
+
+
+ TPItem
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 7
+
+
+ Bottom, 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
+
获取武器
@@ -5384,1474 +2868,5367 @@
>70级 突破5
>80级 突破6
-
- 内容:
+
+ LblWeaponDescription
-
- NoControl
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TPWeapon
+
+
+ 2
+
+
+ Bottom, Left
+
+
True
-
+
+ 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
-
- 6, 25
+
+ Bottom, Left
-
+
+ True
+
+
+ NoControl
+
+
+ 6, 218
+
+
+ 32, 17
+
+
+ 6
+
+
+ 数量
+
+
+ LblWeaponAmount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 100, 218
+
+
+ 32, 17
+
+
+ 6
+
+
+ 等级
+
+
+ LblWeaponLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 5
+
+
+ Bottom, Left
+
+
+ 256, 216
+
+
+ 50, 23
+
+
+ 5
+
+
+ NUDWeaponRefinement
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 6
+
+
+ Bottom, Left
+
+
+ 44, 216
+
+
+ 50, 23
+
+
+ 5
+
+
+ NUDWeaponAmout
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 7
+
+
+ Bottom, Left
+
+
+ 138, 216
+
+
+ 50, 23
+
+
+ 5
+
+
+ NUDWeaponLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 8
+
+
+ Top, Bottom, Right
+
+
+ 17
+
+
+ 446, 31
+
+
+ 200, 208
+
+
+ 4
+
+
+ ListWeapons
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 9
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
3
-
- 导入GOOD存档
+
+ 武器
-
- 329, 210
+
+ TPWeapon
-
- 87, 21
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 3, 19
+
+ TCMain
-
+
+ 6
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 198, 24
+
+
+ 80, 17
+
+
+ 2
+
+
+ 设置所有角色
+
+
+ LnkSetAllConst
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetConstellation
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 112, 24
+
+
+ 80, 17
+
+
1
-
- GrpPermission
+
+ 设置当前角色
-
- 9
+
+ LnkSetConst
-
- 9, 175
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpTalentLevel
+
+ GrpSetConstellation
-
- 3
+
+ 1
-
- 9
+
+ 44, 22
-
- TPMail
+
+ 62, 23
+
+
+ 0
+
+
+ NUDSetConstellation
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetConstellation
+
+
+ 2
+
+
+ 288, 176
+
+
+ 332, 55
+
+
+ 15
+
+
+ 设置命座
+
+
+ GrpSetConstellation
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 0
+
+
+ None
+
+
+ False
+
+
+ NoControl
+
+
+ 174, 67
+
+
+ 125, 23
+
+
+ 6
+
+
+ 解锁
+
+
+ BtnUnlockStat
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 0
+
+
+ False
+
+
+ NoControl
+
+
+ 43, 67
+
+
+ 125, 23
+
+
+ 5
+
+
+ 锁定
+
+
+ BtnLockStat
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 1
+
+
+ NoControl
+
+
+ 40, 16
+
+
+ 286, 17
+
+
+ 4
+
+
+ 提示
+
+
+ LblStatTip
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ GrpSetStats
+
+
+ 2
+
+
+ True
+
+
NoControl
-
- 16
+
+ 283, 39
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 19, 17
-
- 6
+
+ 3
+
+
+ %
+
+
+ False
+
+
+ LblStatPercent
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 3
+
+
+ 207, 37
+
+
+ 70, 23
+
+
+ 1
+
+
+ NUDStat
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 4
+
+
+ 43, 36
+
+
+ 158, 25
+
+
+ 0
+
+
+ CmbStat
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 5
+
+
+ 288, 13
+
+
+ 332, 96
+
+
+ 14
+
+
+ 角色属性
+
+
+ GrpSetStats
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 1
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 112, 24
+
+
+ 32, 17
+
+
+ 4
+
+
+ 全部
+
+
+ LnkTalentAll
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 260, 24
+
+
+ 39, 17
+
+
+ 3
+
+
+ E技能
+
+
+ LnkTalentE
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 212, 24
+
+
+ 42, 17
+
+
+ 2
+
+
+ Q技能
+
+
+ LnkTalentQ
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 150, 24
+
+
+ 56, 17
+
+
+ 1
+
+
+ 普通攻击
+
+
+ LnkTalentNormalATK
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 3
+
+
+ 44, 22
+
+
+ 62, 23
+
+
+ 0
+
+
+ NUDTalentLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 4
+
+
+ 288, 115
+
+
+ 332, 55
+
+
+ 13
+
+
+ 技能等级
+
+
+ GrpTalentLevel
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 2
+
+
+ None
+
+
+ 89, 22
+
+
+ 110, 25
+
+
+ 0
+
+
+ CmbAvatar
System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpPermission
+
+ GrpGiveAvatar
-
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 201, 113
+
+
+ 46, 17
+
+
+ 10
+
+
+ *v1.4.1
+
+
+ LblAvatarSkillLevelTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 1
+
+
+ 89, 53
+
+
+ 110, 23
+
+
+ 1
+
+
+ NUDAvatarLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 2
+
+
+ Microsoft YaHei UI, 10pt
+
+
+ NoControl
+
+
+ 50, 159
+
+
+ 150, 35
+
+
+ 9
+
+
+ 一键获得所有角色
+
+
+ BtnGiveAllChar
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 27, 55
+
+
+ 32, 17
+
+
+ 2
+
+
+ 等级
+
+
+ LblAvatarLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 4
+
+
+ True
+
+
+ NoControl
+
+
+ 27, 113
+
+
+ 56, 17
+
+
+ 7
+
+
+ 技能等级
+
+
+ LblAvatarSkillLevelLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
5
True
-
- 6, 158
-
-
- NoControl
-
-
- 9
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 17
-
-
- NoControl
-
-
- 1
-
-
- Bottom, Right
-
-
- 副词条
-
-
- 32, 17
-
-
- 11
-
-
- NUDEntityAmout
-
-
- NoControl
-
-
- Microsoft YaHei UI, 9pt
-
-
- TPArtifact
-
-
- 236, 234
-
-
- GrpGiveAvatar
-
-
- 332, 36
-
-
- 6, 6
-
-
- 3, 3, 3, 3
-
-
- 90, 23
-
-
- TCMain
-
-
- 6
-
-
- 51, 21
-
-
- BtnSaveSpawnLog
-
-
- Bottom, Right
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 17
-
-
- TPHome
-
-
- CmbGcVersions
-
-
- 2
-
-
- 3
-
-
- CmbLanguage
-
-
- TPCustom
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- None
-
-
- True
-
-
- Top
-
-
- GrpGiveAvatar
-
-
- 300, 23
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPWeapon
-
-
- TPItem
-
-
- 商店编辑器
-
-
- 15
-
-
- BtnCreateAccount
-
-
- GrpSettings
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 远程执行
-
-
- TPQuest
-
-
- Top
-
-
- TPScene
-
-
- 8
-
-
- NoControl
-
-
- 9, 188
-
-
- 3, 3, 3, 3
-
-
- 42, 17
-
-
- True
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 8
-
-
- 23
-
-
- 250, 21
-
-
- 奖池编辑器
-
-
- 1
-
-
- 8
-
-
- 1
-
-
- 0
-
-
- 无限血
-
-
- 80, 23
-
-
- 444, 206
-
-
- TopDown
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- NoControl
-
-
- 重置
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 473, 22
-
-
- TPItem
-
-
- 3, 3, 3, 3
-
-
- PanelMailListControls
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ChkTopMost
-
-
- 1
-
-
- 等级
-
-
- 201, 113
-
-
- 224, 51
-
-
- 4, 26
-
-
- TPAvatar
-
-
- NoControl
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 202, 109
-
-
- 1
-
-
- BtnAddMailItem
-
-
- 列表
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 60, 23
-
-
- NUDPermUID
-
-
- 6
-
-
- LnkSetConst
-
-
- 4, 26
-
-
- 228, 174
-
-
- None
-
-
- 540, 80
-
-
- 2
-
-
- Top
-
-
- LblMailItemsLabel
-
-
- 坐标传送
-提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送
-命令中可以用~表示当前位置,~100表示相对当前100
-
-
- True
-
-
- 14
-
-
- NoControl
-
-
- Microsoft YaHei UI, 9pt, style=Italic
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 80, 23
-
-
- LnkSetAllConst
-
-
- NoControl
-
-
- 25, 17
-
-
- TPWeapon
-
-
- PanelMailItemArgs
-
-
- 90, 190
-
-
- PanelMailItemArgs
-
-
- BtnConsoleConnect
-
-
- 3
-
-
- 3, 4, 3, 4
-
-
- BtnDeleteAccount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtnDeleteMailItem
-
-
- NUDMailItemCount
-
-
- 3
-
-
- 110, 25
-
-
- 3
-
-
- 484, 203
-
-
- TPRemoteCall
-
-
- LblSceneDescription
-
-
- 1
-
-
- LblLanguage
-
-
- NoControl
-
-
- 3
-
-
- 392, 206
-
-
- LnkTalentE
-
-
- 2
-
-
- NUDArtifactLevel
-
-
- NUDGameItemLevel
-
-
- 2
-
-
- TPRemoteCall
-
-
- Top, Right
-
-
- GrpBanPlayer
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 3, 171
-
-
- 50, 23
-
-
- 56, 17
-
-
- 4
-
-
- TPItem
-
-
- 100, 25
-
-
- NUDWeaponRefinement
-
-
- × 清空
-
-
- TPManage
-
-
- 6
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPQuest
-
-
- 等级
-
-
- LblRemotePlayerId
-
-
- Bottom, Left
-
-
- NoControl
-
-
- 4, 26
-
-
- NoControl
-
-
- 13
-
-
- 物品列表
-
-
- TxtGameItemFilter
-
-
- 405, 216
-
-
- None
-
-
- 388, 139
-
-
- True
-
-
- 5
-
-
- Bottom
-
-
- PanelMailItemArgs
-
-
- 控制台
-
-
- 275, 40
-
-
- LblServerVersion
-
-
- TPMail
-
-
- GC
-
-
- 12
-
-
- NoControl
-
-
- GrpAccount
-
-
- 9, 187
-
-
- 1
-
NoControl
-
- 0
-
-
- LblQuestDescription
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 90, 23
-
-
- 1
-
-
- 63, 21
-
-
- 添加任务
-
-
- 288, 23
-
-
- 6
-
-
- GrpSettings
-
-
- 3, 173
-
-
- 14
-
-
- Token
-
-
- 12, 12
-
-
- groupBox1
-
-
- 30, 17
-
-
- 设置当前角色
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- TPScene
-
-
- 4
-
-
- 634, 182
-
-
- tabPage1
-
-
- 0
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- NoControl
-
-
- LblTp
-
-
- 296, 51
-
-
- TPManage
-
-
- 4
-
-
- True
-
-
- 0
-
-
- 50, 23
-
-
- 44, 17
-
-
- 数量:
-
-
- 84, 3
-
-
- 6
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ListScenes
-
-
- TPMail
-
-
- 4
-
-
- NoControl
-
-
- 32, 17
-
-
- 玩家
-
-
- BtnOpenShopEditor
-
-
- 62, 23
-
-
- 快来将你的官服存档导入GC吧!
-
-
- False
-
-
- NoControl
-
-
- LblAbout
-
-
- 50, 23
-
-
- False
-
-
- 410, 8
-
-
- NoControl
-
-
- CmbStat
-
-
- 194, 218
-
-
- 16, 17
-
-
- 333, 204
-
-
- 0
-
-
- 生成记录本
-
-
- LblAvatar
-
-
- 自动
-
-
- Top, Bottom, Left, Right
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- 17
-
-
- 0
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6
-
-
- 112, 24
-
-
- LblMailSenderLabel
-
-
- LblTpX
-
-
- 17
-
-
- TPWeapon
-
-
- 407, 22
-
-
- 44, 216
-
-
- 0
-
-
- 3
-
-
- NoControl
-
-
- LblWeaponDescription
-
-
- 599, 24
-
-
- 等级:
-
-
- 8
-
-
- 5
-
-
- 265, 48
-
-
- TPArtifact
-
-
- -3, 7
-
-
- TPWeapon
-
-
- TPMail
-
-
- TPHome
-
-
- 任务
-
-
- 1
-
-
- 3
-
-
- 14
-
-
- 147, 23
-
-
- NoControl
-
-
- LblStatTip
-
-
- Top, Left, Right
-
-
- 32, 17
-
-
- 2
-
-
- GrpSettings
-
-
- 75, 23
-
-
- TPMail
-
-
- None
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 60, 23
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- %
-
-
- GrpServerStatus
-
-
- TxtMailTitle
-
-
- 288, 208
-
-
- 12
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- NoControl
-
-
- TPConsoleCheck
-
-
- TPManage
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- 指定UID
-
-
- 13
-
27, 25
-
- 60, 23
+
+ 32, 17
+
+
+ 3
+
+
+ 角色
+
+
+ LblAvatar
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 6
+
+
+ True
+
+
+ NoControl
+
+
+ 27, 84
+
+
+ 32, 17
7
-
- 5
+
+ 命座
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ LblAvatarConstellation
-
- 4
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpBanPlayer
+
+ GrpGiveAvatar
-
- TPItem
+
+ 7
-
- 51, 21
+
+ 89, 82
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 110, 23
-
- LblMailContentLabel
-
-
- 6, 6
-
-
- GrpSetStats
-
-
- 5
-
-
- NoControl
-
-
- Left
-
-
- TPScene
-
-
+
6
-
- 552, -1
+
+ NUDAvatarConstellation
-
- 419, 216
-
-
- True
-
-
- 3, 3, 3, 3
-
-
- 8
-
-
+
System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 9
+
+ GrpGiveAvatar
-
- 462, 11
-
-
- - 删除
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage1
-
-
- CmbArtifactPart
-
-
- NoControl
-
-
- NoControl
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 邮件
-
-
+
8
-
- 26, 28
+
+ 89, 111
-
- 193, 217
+
+ 110, 23
-
- 5
+
+ 6
-
- 78, 35
+
+ NUDAvatarSkillLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 9
+
+
+ 32, 13
+
+
+ 250, 218
+
+
+ 11
+
+
+ 获取角色
+
+
+ GrpGiveAvatar
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
3
-
- TPItem
+
+ 4, 26
-
- 313, 6
+
+ 3, 3, 3, 3
-
+
+ 652, 245
+
+
+ 5
+
+
+ 角色
+
+
+ TPAvatar
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 5
+
+
+ Top, Bottom, Left
+
+
+ 240, 126
+
+
+ 80, 23
+
+
+ 5
+
+
+ NUDEntityDef
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 0
+
+
+ 78, 126
+
+
+ 80, 23
+
+
+ 4
+
+
+ NUDEntityAtk
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
1
-
- LblPlayerCount
+
+ 69, 80
-
- 7
+
+ 80, 23
-
- 82, 23
+
+ 2
-
- 15
+
+ NUDEntityHp
-
- NoControl
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPArtifact
+
+ TPSpawnArgs
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 2
-
- 5
+
+ 240, 80
-
- LnkNewVersion
+
+ 80, 23
-
- 75, 32
-
-
+
3
-
- 5
+
+ NUDEntityMaxHp
-
- CmbPerm
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- PanelMailItemArgs
+
+ TPSpawnArgs
-
- 249, 162
+
+ 3
-
- True
+
+ 260, 155
-
- 9
+
+ 60, 23
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 8
-
- 355, 23
+
+ NUDEntityPosZ
-
- 138, 216
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPMail
+
+ TPSpawnArgs
-
- GrpSpawnRecord
+
+ 4
-
- 解锁
+
+ 169, 155
-
- 6, 9
+
+ 60, 23
-
+
7
-
- 540, 60
+
+ 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
-
- GrpEntityType
+
+ NoControl
-
- TPCustom
+
+ 19, 60
-
- 288, 13
+
+ 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
-
- GrpServerStatus
+
+ 20, 106
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 107, 17
-
- 100, 25
+
+ 42
-
- 6, 25
+
+ 血量为 0 表示无限
-
+
+ LblInfiniteHpTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
10
-
- LnkOpenCommandLabel
+
+ True
-
- 发件人:
+
+ NoControl
-
- 141, 16
+
+ 182, 128
-
+
+ 56, 17
+
+
+ 40
+
+
+ 防御力:
+
+
+ LblEntityDef
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 11
+
+
+ True
+
+
+ NoControl
+
+
+ 19, 128
+
+
+ 56, 17
+
+
+ 38
+
+
+ 攻击力:
+
+
+ LblEntityAtk
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 12
+
+
+ True
+
+
+ NoControl
+
+
+ 19, 82
+
+
+ 44, 17
+
+
+ 36
+
+
+ 血量:
+
+
+ LblEntityHp
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 13
+
+
+ True
+
+
+ NoControl
+
+
+ 170, 82
+
+
+ 68, 17
+
+
+ 34
+
+
+ 最大血量:
+
+
+ LblEntityMaxHp
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 14
+
+
+ True
+
+
+ NoControl
+
+
+ 19, 157
+
+
+ 235, 17
+
+
+ 30
+
+
+ 位置: x: y: z:
+
+
+ LblEntitySpawnPostion
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 15
+
+
+ True
+
+
+ NoControl
+
+
+ 194, 27
+
+
+ 44, 17
+
+
+ 11
+
+
+ 等级:
+
+
+ LblEntityLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 16
+
+
+ True
+
+
+ NoControl
+
+
+ 20, 27
+
+
+ 44, 17
+
+
+ 10
+
+
+ 数量:
+
+
+ LblEntityAmount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 17
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 338, 199
+
+
+ 0
+
+
+ 生成参数
+
+
+ TPSpawnArgs
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCSpawnSettings
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 41
+
+
+ 140, 17
+
+
+ 11
+
+
+ 见识一下真正的雷神吧!
+
+
+ LblAMPluginTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 24
+
+
+ 227, 17
+
+
+ 11
+
+
+ 这个插件可以使用 Gadget 替换角色攻击
+
+
+ LblAMPluginIntroduction
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 3
+
+
+ 44, 17
+
+
+ 10
+
+
+ 插件:
+
+
+ LblAMPlugin
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 182, 3
+
+
+ 20, 17
+
+
+ 2
+
+
+ 关
+
+
+ LnkAMOff
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 156, 3
+
+
+ 20, 17
+
+
+ 1
+
+
+ 开
+
+
+ LnkAMOn
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 4
+
+
+ NoControl
+
+
+ 232, 170
+
+
+ 100, 23
+
+
+ 5
+
+
+ 重载配置
+
+
+ BtnAtReload
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 5
+
+
+ NoControl
+
+
+ 9, 170
+
+
+ 217, 23
+
+
+ 4
+
+
+ 清空实体!!
+
+
+ BtnAtClear
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 6
+
+
+ True
+
+
+ NoControl
+
+
+ 56, 3
+
+
+ 94, 17
+
+
+ 0
+
+
+ AttackModifier
+
+
+ LnkAttackModifierPlugin
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 7
+
+
+ 67, 72
+
+
+ 250, 23
+
+
+ 5
+
+
+ TxtAtEntityQ
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAMSkills
+
+
+ 0
+
+
+ 67, 43
+
+
+ 250, 23
+
+
+ 4
+
+
+ TxtAtEntityE
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAMSkills
+
+
+ 1
+
+
+ 67, 14
+
+
+ 250, 23
+
+
+ 3
+
+
+ TxtAtEntityN
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAMSkills
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 14, 73
+
+
+ 36, 21
+
+
+ 2
+
+
+ Q
+
+
+ RbAtQ
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAMSkills
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 14, 44
+
+
+ 33, 21
+
+
+ 1
+
+
+ E
+
+
+ RbAtE
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAMSkills
+
+
+ 4
+
+
+ True
+
+
+ NoControl
+
+
+ 14, 15
+
+
+ 36, 21
+
+
+ 0
+
+
+ N
+
+
+ RbAtN
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAMSkills
+
+
+ 5
+
+
+ 9, 61
+
+
+ 323, 103
+
+
+ 3
+
+
+ 替换技能
+
+
+ GrpAMSkills
+
+
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 346, 5
+
+ TPAttackModArgs
-
- TPScene
+
+ 8
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 338, 199
+
+
+ 1
+
+
+ 攻击修改参数
+
+
+ TPAttackModArgs
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCSpawnSettings
+
+
+ 1
+
+
+ 248, 105
+
+
+ 60, 23
+
+
+ 7
+
+
+ NUDAiwiRotateZ
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 0
+
+
+ 157, 105
+
+
+ 60, 23
+
+
+ 6
+
+
+ NUDAiwiRotateY
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 1
+
+
+ 66, 105
+
+
+ 60, 23
+
+
+ 5
+
+
+ NUDAiwiRotateX
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 7, 107
+
+
+ 235, 17
+
+
+ 26
+
+
+ 旋转: x: y: z:
+
+
+ LblAiwiRotate
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 3
+
+
+ 228, 76
+
+
+ 80, 23
+
+
+ 4
+
+
+ NUDAiwiSpread
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 4
+
+
+ True
+
+
+ NoControl
+
+
+ 178, 78
+
+
+ 44, 17
+
+
+ 24
+
+
+ 扩散:
+
+
+ LblAiwiSpread
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 5
+
+
+ 66, 76
+
+
+ 80, 23
+
+
+ 3
+
+
+ NUDAiwiCount
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 6
+
+
+ 228, 47
+
+
+ 80, 23
+
+
+ 2
+
+
+ NUDAiwiHeight
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 7
+
+
+ 66, 47
+
+
+ 80, 23
+
+
+ 1
+
+
+ NUDAiwiRadius
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 8
+
+
+ True
+
+
+ NoControl
+
+
+ 7, 78
+
+
+ 44, 17
+
+
+ 20
+
+
+ 数量:
+
+
+ LblAiwiCount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 9
+
+
+ True
+
+
+ NoControl
+
+
+ 178, 49
+
+
+ 44, 17
+
+
+ 18
+
+
+ 高度:
+
+
+ LblAiwiHeight
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 10
+
+
+ True
+
+
+ NoControl
+
+
+ 7, 49
+
+
+ 44, 17
+
+
+ 16
+
+
+ 范围:
+
+
+ LblAiwiRadius
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 11
+
+
+ NoControl
+
+
+ 94, 134
+
+
+ 150, 30
+
+
+ 8
+
+
+ 攻击注入
+
+
+ BtnAttackInfuse
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 12
+
+
+ NoControl
+
+
+ 221, 174
+
+
+ 100, 23
+
+
+ 11
+
+
+ 重载配置
+
+
+ BtnAiwiReload
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 13
+
+
+ NoControl
+
+
+ 115, 174
+
+
+ 100, 23
+
+
+ 10
+
+
+ 清空实体
+
+
+ BtnAiwiClear
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 14
+
+
+ NoControl
+
+
+ 9, 174
+
+
+ 100, 23
+
+
+ 9
+
+
+ 重置
+
+
+ BtnAiwiReset
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 15
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 3
+
+
+ 44, 17
+
+
+ 11
+
+
+ 插件:
+
+
+ LblAiwiPlugin
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 16
+
+
+ True
+
+
+ NoControl
+
+
+ 56, 3
+
+
+ 139, 17
+
+
+ 0
+
+
+ AttackInfusedWithItem
+
+
+ LnkAttackInfusedWithItem
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 17
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 338, 203
+
+
+ 2
+
+
+ 攻击注入参数
+
+
+ TPAttackInfusedArgs
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCSpawnSettings
+
+
+ 2
+
+
+ 6, 6
+
+
+ 346, 233
+
+
+ 0
+
+
+ TCSpawnSettings
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 0
+
+
+ Top, Bottom, Left, Right
+
+
+ Fill
+
+
+ 17
+
+
+ 3, 33
+
+
+ 274, 167
+
+
+ 1
+
+
+ ListEntity
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnItems
+
+
+ 0
+
+
+ Top, Left, Right
+
+
+ 0, 3
+
+
+ 242, 23
+
+
+ 0
+
+
+ TxtEntityFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel1
+
+
+ 0
+
+
+ Top, Right
+
+
+ NoControl
+
+
+ 245, 3
+
+
+ 26, 24
+
+
+ 5
+
+
+ 三
+
+
+ BtnFilterEntity
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel1
+
+
+ 1
+
+
+ Top
+
+
+ 3, 3
+
+
+ 274, 30
+
+
+ 17
+
+
+ panel1
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnItems
+
+
+ 1
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 280, 203
+
+
+ 0
+
+
+ 实体列表
+
+
+ TPSpawnItems
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCSpawnItems
+
+
+ 0
+
+
+ Fill
+
+
+ 17
+
+
+ 3, 3
+
+
+ 274, 168
+
+
+ 9
+
+
+ ListSpawnLogs
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnRecords
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 3, 3
+
+
+ 75, 23
+
+
+ 10
+
+
+ √ 记录
+
+
+ BtnSaveSpawnLog
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ FLPSpawnRecordControls
+
+
+ 0
+
+
+ False
+
+
+ NoControl
+
+
+ 84, 3
+
+
+ 75, 23
+
+
+ 11
+
+
+ × 删除
+
+
+ BtnRemoveSpawnLog
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ FLPSpawnRecordControls
+
+
+ 1
+
+
+ Left
+
+
+ True
+
+
+ NoControl
+
+
+ 165, 6
+
+
+ 44, 17
+
+
+ 13
+
+
+ X 清空
+
+
+ LblClearSpawnLogs
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ FLPSpawnRecordControls
+
+
+ 2
+
+
+ Bottom
+
+
+ 3, 171
+
+
+ 274, 29
+
+
+ 17
+
+
+ FLPSpawnRecordControls
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnRecords
+
+
+ 1
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 280, 203
+
+
+ 1
+
+
+ 生成记录本
+
+
+ TPSpawnRecords
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCSpawnItems
+
+
+ 1
+
+
+ 358, 6
+
+
+ 288, 233
+
+
+ 1
+
+
+ TCSpawnItems
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 1
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 6
+
+
+ 生成
+
+
+ TPSpawn
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 26, 82
+
+
+ 75, 21
+
+
+ 2
+
+
+ 测试任务
+
+
+ ChkQuestFilterTEST
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpQuestFilters
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 26, 55
+
+
+ 99, 21
+
+
+ 1
+
+
+ 未发布的任务
+
+
+ ChkQuestFilterUNRELEASED
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpQuestFilters
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 26, 28
+
+
+ 87, 21
+
+
+ 0
+
+
+ 隐藏的任务
+
+
+ ChkQuestFilterHIDDEN
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpQuestFilters
+
+
+ 2
+
+
+ 202, 109
+
+
+ 150, 130
+
+
+ 7
+
+
+ 列表过滤
+
+
+ GrpQuestFilters
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 102, 216
+
+
+ 90, 23
+
+
+ 6
+
+
+ 完成任务
+
+
+ BtnFinishQuest
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 6, 216
+
+
+ 90, 23
+
+
+ 5
+
+
+ 添加任务
+
+
+ BtnAddQuest
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 2
+
+
+ Top, Bottom, Left
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 346, 100
+
+
+ 4
+
+
+ 添加或完成任务
+提示:许多任务需要服务端脚本支持
+因此任务可以接,可以完成,但是不一定可以做
+
+
+ LblQuestDescription
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 3
+
+
+ Top, Left, Right
+
+
+ 358, 5
+
+
+ 288, 23
+
+
+ 2
+
+
+ TxtQuestFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 4
+
+
+ Top, Bottom, Left, Right
+
+
+ 17
+
+
+ 358, 31
+
+
+ 288, 208
+
+
+ 3
+
+
+ ListQuest
System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TPQuest
+
+
+ 5
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 15
+
+
+ 任务
+
+
+ TPQuest
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 3
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 223, 41
+
+
+ 42, 17
+
+
+ 37
+
+
+ [0-20]
+
+
+ LblArtifactLevelTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 0
+
+
+ Top
+
+
+ NoControl
+
+
+ 465, 129
+
+
+ 75, 23
+
+
+ 8
+
+
+ + 添加
+
+
+ BtnAddSubAttr
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 1
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 462, 11
+
+
+ 0, 17
+
+
+ 45
+
+
+ LblArtifactName
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
2
-
- 14
+
+ Top
-
- 228, 204
+
+ True
-
- Bottom, Left
+
+ NoControl
+
+
+ 298, 11
+
+
+ 32, 17
+
+
+ 42
+
+
+ 部位
+
+
+ LblArtifactPart
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 3
+
+
+ Top
+
+
+ 336, 8
+
+
+ 120, 25
+
+
+ 1
+
+
+ CmbArtifactPart
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 4
+
+
+ Top
+
+
+ 167, 8
+
+
+ 125, 25
+
+
+ 0
+
+
+ CmbArtifactSet
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 5
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 129, 11
+
+
+ 32, 17
+
+
+ 38
+
+
+ 套装
+
+
+ LblArtifactSet
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 6
+
+
+ Top
+
+
+ 465, 100
+
+
+ 51, 23
+
+
+ 7
+
+
+ NUDSubAttributionTimes
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 7
+
+
+ Top
+
+
+ 336, 98
+
+
+ 120, 25
+
+
+ 6
+
+
+ CmbSubAttributionValue
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 8
+
+
+ Top
+
+
+ 167, 99
+
+
+ 163, 25
+
+
+ 5
+
+
+ CmbSubAttribution
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 9
+
+
+ Top
+
+
+ True
NoControl
-
+
+ 462, 218
+
+
+ 44, 17
+
+
+ 10
+
+
+ X 清空
+
+
+ LblClearSubAttrCheckedList
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 10
+
+
+ Top, Bottom
+
+
+ 17
+
+
+ 167, 129
+
+
+ 289, 106
+
+
+ 9
+
+
+ ListSubAttributionChecked
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 11
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 129, 41
+
+
+ 32, 17
+
+
+ 24
+
+
+ 等级
+
+
+ LblArtifactLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 12
+
+
+ Top
+
+
+ True
+
+
NoControl
117, 102
-
- BtnCopy
+
+ 44, 17
-
- CmbSubAttributionValue
+
+ 23
-
- tabPage2
+
+ 副词条
-
- TPRemoteCall
+
+ LblSubAttribution
-
- 80, 17
-
-
- 连接
-
-
- GrpPermission
-
-
- 56, 6
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 掉落
+
+ TPArtifact
-
- 1
+
+ 13
-
- 0
+
+ Top
-
- 10
+
+ 167, 68
-
- NoControl
+
+ 289, 25
-
- 450, 23
+
+ 4
-
- 132, 159
+
+ CmbMainAttribution
-
- 140, 140
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 5
+
+ TPArtifact
+
+
+ 14
Top
-
- CenterImage
+
+ True
+
+
+ NoControl
+
+
+ 117, 71
+
+
+ 44, 17
+
+
+ 20
+
+
+ 主词条
+
+
+ LblMainAttribution
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 15
+
+
+ Top
+
+
+ 167, 39
+
+
+ 50, 23
+
+
+ 2
+
+
+ NUDArtifactLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 16
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 353, 41
+
+
+ 32, 17
+
+
+ 43
+
+
+ 星级
+
+
+ LblArtifactStars
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 104, 23
-
-
- 32, 17
-
-
- NUDTalentLevel
-
-
- TPHome
-
-
- 4
-
-
- NoControl
-
-
- CenterScreen
-
-
- TPConsoleCheck
-
-
- 100, 23
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 652, 245
-
-
- + 创建
-
-
- Fill
-
-
- - 移除
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 7
-
-
- 帮助
-
-
- 7
-
-
- TPScene
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6
-
-
- 2
-
-
+
TPArtifact
-
- 8
+
+ 17
-
- 129, 11
+
+ Top
-
- TPMail
+
+ 391, 39
-
- 250, 218
+
+ 65, 23
-
- GrpSettings
+
+ 3
-
+
+ NUDArtifactStars
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 18
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 2
+
+
+ 圣遗物
+
+
+ TPArtifact
+
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TCMain
+
+
+ 2
+
+
+ Bottom, Right
+
+
NoControl
+
+ 593, 216
+
+
+ 50, 23
+
+
+ 7
+
+
+ 导出
+
+
+ BtnExportCustomCommands
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TPCustom
+
+
+ 0
+
+
+ Bottom, Right
+
+
+ NoControl
+
+
+ 537, 216
+
+
+ 50, 23
+
+
+ 6
+
+
+ 载入
+
+
+ BtnLoadCustomCommands
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 219
+
+
+ 32, 17
+
+
5
-
- GrpSetStats
+
+ 标签
-
+
+ LblCustomName
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TPCustom
+
+
+ 2
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ NoControl
+
+
+ 552, -1
+
+
+ 32, 17
+
+
+ 1
+
+
+ 重置
+
+
+ LnkResetCustomCommands
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 0
+
+
+ True
+
+
+ Fill
+
+
+ 3, 19
+
+
+ 634, 182
+
+
+ 0
+
+
+ FLPCustomCommands
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 1
+
+
+ 6, 6
+
+
+ 640, 204
+
+
+ 1
+
+
+ 列表
+
+
+ groupBox1
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 3
+
+
+ Bottom, Right
+
+
+ NoControl
+
+
+ 471, 216
+
+
+ 60, 23
+
+
+ 4
+
+
+ × 删除
+
+
+ BtnRemoveCustomCommand
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 4
+
+
+ Bottom, Right
+
+
+ NoControl
+
+
+ 405, 216
+
+
+ 60, 23
+
+
+ 3
+
+
+ √ 保存
+
+
+ BtnSaveCustomCommand
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 5
+
+
+ Bottom, Left, Right
+
+
+ 44, 216
+
+
+ 355, 23
+
+
+ 1
+
+
+ TxtCustomName
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 6
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 1
+
+
+ 自定义
+
+
+ TPCustom
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 1
+
+
+ NoControl
+
+
+ 313, 187
+
100, 23
-
- 288, 176
+
+ 11
+
+
+ 商店编辑器
+
+
+ BtnOpenShopEditor
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 0
+
+
+ Bottom, Right
+
+
+ NoControl
+
+
+ 525, 216
+
+
+ 100, 23
+
+
+ 10
+
+
+ 掉落物编辑器
+
+
+ BtnOpenDropEditor
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 108
+
+
+ 104, 17
+
+
+ 9
+
+
+ New Version Tip
+
+
+ False
+
+
+ LnkNewVersion
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 2
+
+
+ Left
+
+
+ True
+
+
+ Microsoft YaHei UI, 13pt
+
+
+ NoControl
+
+
+ 88, 36
+
+
+ 136, 24
+
+
+ 0
+
+
+ 祝你玩得愉快!
+
+
+ LblAbout
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 3
+
+
+ Bottom, Right
+
+
+ NoControl
+
+
+ 419, 216
+
+
+ 100, 23
+
+
+ 8
+
+
+ 文本浏览器
+
+
+ BtnOpenTextMap
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 4
+
+
+ Bottom, Right
+
+
+ NoControl
+
+
+ 313, 216
+
+
+ 100, 23
+
+
+ 7
+
+
+ 奖池编辑器
+
+
+ BtnOpenGachaBannerEditor
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 5
+
+
+ Top, Bottom, Left, Right
+
+
+ NoControl
+
+
+ 313, 6
+
+
+ 333, 204
+
+
+ CenterImage
+
+
+ 6
+
+
+ GrasscutterToolsIcon
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 6
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 7, 83
+
+
+ 25, 17
+
+
+ 10
+
+
+ GC
+
+
+ LblGCVersion
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 0
+
+
+ 41, 80
+
+
+ 100, 25
+
+
+ 9
+
+
+ CmbGcVersions
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 147, 82
+
+
+ 51, 21
+
+
+ 8
+
+
+ 置顶
+
+
+ ChkTopMost
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 2
+
+
+ 41, 51
+
+
+ 100, 25
+
+
+ 6
+
+
+ CmbLanguage
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 147, 54
+
+
+ 128, 17
+
+
+ 5
+
+
+ 语言/Language/язык
+
+
+ LblLanguage
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 4
+
+
+ 41, 22
+
+
+ 100, 23
+
+
+ 3
+
+
+ NUDUid
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 5
+
+
+ True
+
+
+ NoControl
+
+
+ 147, 23
+
+
+ 133, 21
+
+
+ 4
+
+
+ 生成的命令包含UID
+
+
+ ChkIncludeUID
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 6
+
+
+ True
+
+
+ NoControl
+
+
+ 7, 24
+
+
+ 30, 17
+
+
+ 1
+
+
+ UID
+
+
+ LblDefaultUid
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 7
+
+
+ 6, 128
+
+
+ 301, 111
+
+
+ 5
+
+
+ 设置
+
+
+ GrpSettings
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 7
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 0
+
+
+ 主页
+
+
+ TPHome
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 0
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ NoControl
+
+
+ 387, 92
+
+
+ 16, 17
+
+
+ 12
+
+
+ X
+
+
+ LblClearMailContent
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 329, 155
+
+
+ 75, 23
+
+
+ 8
+
+
+ + 添加
+
+
+ BtnAddMailItem
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 329, 184
+
+
+ 75, 23
+
+
+ 9
+
+
+ - 删除
+
+
+ BtnDeleteMailItem
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 2
+
+
+ Top, Bottom, Left, Right
+
+
+ Top, Left, Right
+
+
+ 0, 0
+
+
+ 228, 23
+
+
+ 12
+
+
+ TxtMailSelectableItemFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMailSelectableItemList
+
+
+ 0
+
+
+ Top, Bottom, Left, Right
+
+
+ 17
+
+
+ 0, 26
+
+
+ 0, 0, 0, 0
+
+
+ 228, 140
+
+
+ 13
+
+
+ ListMailSelectableItems
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMailSelectableItemList
+
+
+ 1
+
+
+ 171, 5
+
+
+ 50, 23
+
+
+ 15
+
+
+ NUDMailItemLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailItemArgs
+
+
+ 0
+
+
+ 47, 5
+
+
+ 60, 23
+
+
+ 14
+
+
+ NUDMailItemCount
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailItemArgs
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ -3, 7
+
+
+ 44, 17
+
+
+ 15
+
+
+ 数量:
+
+
+ LblMailItemCount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailItemArgs
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 123, 7
+
+
+ 44, 17
+
+
+ 17
+
+
+ 等级:
+
+
+ LblMailItemLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailItemArgs
+
+
+ 3
+
+
+ Bottom
+
+
+ 3, 171
+
+
+ 222, 30
+
+
+ 18
+
+
+ PanelMailItemArgs
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMailSelectableItemList
+
+
+ 2
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 228, 204
+
+
+ 0
+
+
+ 物品列表
+
+
+ TPMailSelectableItemList
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMailRight
+
+
+ 0
+
+
+ Top, Bottom, Left, Right
+
+
+ 17
+
+
+ 0, 0
+
+
+ 0, 0, 0, 0
+
+
+ 228, 174
+
+
+ 0
+
+
+ ListMailList
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMailList
+
+
+ 0
+
+
+ NoControl
+
+
+ 84, 3
+
+
+ 75, 23
+
+
+ 18
+
+
+ × 清空
+
+
+ BtnClearMail
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailListControls
+
+
+ 0
+
+
+ NoControl
+
+
+ 3, 3
+
+
+ 75, 23
+
+
+ 17
+
+
+ - 删除
+
+
+ BtnRemoveMail
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailListControls
+
+
+ 1
+
+
+ Bottom
+
+
+ 3, 173
+
+
+ 222, 28
+
+
+ 19
+
+
+ PanelMailListControls
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMailList
+
+
+ 1
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 228, 204
+
+
+ 1
+
+
+ 邮件列表
+
+
+ TPMailList
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMailRight
+
+
+ 1
+
+
+ 410, 8
+
+
+ 236, 234
+
+
+ 11
+
+
+ TCMailRight
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 3
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 329, 210
+
+
+ 75, 32
+
+
+ 10
+
+
+ 发送
+
+
+ BtnSendMail
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ 17
+
+
+ 73, 155
+
+
+ 250, 89
+
+
+ 7
+
+
+ ListMailItems
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 5
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 158
+
+
+ 44, 17
+
+
+ 10
+
+
+ 附件:
+
+
+ LblMailItemsLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 6
+
+
+ 283, 35
+
+
+ 121, 23
+
+
+ 4
+
+
+ NUDMailRecipient
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 7
+
+
+ True
+
+
+ NoControl
+
+
+ 227, 35
+
+
+ 50, 21
+
+
+ 3
+
+
+ 玩家
+
+
+ RbMailSendToPlayer
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 8
+
+
+ True
+
+
+ NoControl
+
+
+ 78, 35
+
+
+ 62, 21
+
+
+ 2
+
+
+ 所有人
+
+
+ RbMailSendToAll
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 9
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 37
+
+
+ 56, 17
+
+
+ 6
+
+
+ 收件人:
+
+
+ LblMailRecipientLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 10
+
+
+ Top, Bottom, Left
+
+
+ 73, 93
+
+
+ True
+
+
+ Vertical
+
+
+ 331, 56
+
+
+ 6
+
+
+ TxtMailContent
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 11
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 96
+
+
+ 44, 17
+
+
+ 4
+
+
+ 内容:
+
+
+ LblMailContentLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 12
+
+
+ 73, 64
+
+
+ 331, 23
+
+
+ 5
+
+
+ TxtMailTitle
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 13
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 67
+
+
+ 44, 17
+
+
+ 2
+
+
+ 标题:
+
+
+ LblMailTitleLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 14
+
+
+ 73, 6
+
+
+ 331, 23
+
+
+ 1
+
+
+ TxtMailSender
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 15
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 9
+
+
+ 56, 17
+
+
+ 0
+
+
+ 发件人:
+
+
+ LblMailSenderLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 16
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 16
+
+
+ 邮件
+
+
+ TPMail
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 10
+
+
+ 12, 12
+
+
+ 610, 275
+
+
+ 660, 275
+
+
+ 4
+
+
+ TCMain
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 1
+
+
+ 17, 17
+
+
+ 61, 4
+
+
+ MenuSpawnEntityFilter
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
True
+
+ 7, 17
+
+
+ 684, 361
+
+
+ Microsoft YaHei UI, 9pt
+
+
+ NoControl
+
+
+ 3, 4, 3, 4
+
+
+ 700, 400
+
+
+ CenterScreen
+
+
+ GrasscutterTools
+
+
+ FormMain
+
+
+ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
\ No newline at end of file
diff --git a/Source/GrasscutterTools/Game/CommandVersion.cs b/Source/GrasscutterTools/Game/CommandVersion.cs
index e670845..5410c67 100644
--- a/Source/GrasscutterTools/Game/CommandVersion.cs
+++ b/Source/GrasscutterTools/Game/CommandVersion.cs
@@ -71,6 +71,12 @@ namespace GrasscutterTools.Game
///
public static CommandVersion Latest() => new CommandVersion(List[List.Length - 1]);
+ ///
+ /// 检查命令版本
+ ///
+ /// 最低要求版本
+ /// 当前版本是否满足
+ public bool Check(Version version) => Current >= version;
#region - 版本列表 Version List -
@@ -120,11 +126,16 @@ namespace GrasscutterTools.Game
///
public static readonly Version V1_4_2 = new Version(1, 4, 2);
+ ///
+ /// 2022/11/15
+ ///
+ public static readonly Version V1_4_3 = new Version(1, 4, 3);
+
// More...
///
- /// 2022/10/18
+ /// Date
///
- //public static readonly Version V1_4_3 = new Version(1, 4, 2);
+ //public static readonly Version V1_4_4 = new Version(1, 4, 4);
public static Version[] List { get; } = new Version[] {
V1_2_1,
@@ -135,7 +146,8 @@ namespace GrasscutterTools.Game
V1_4_0,
V1_4_1,
V1_4_2,
- //V1_4_3,
+ V1_4_3,
+ //V1_4_4,
};
#endregion - 版本列表 Version List -
diff --git a/Source/GrasscutterTools/Game/GameData.cs b/Source/GrasscutterTools/Game/GameData.cs
index daedd50..b115442 100644
--- a/Source/GrasscutterTools/Game/GameData.cs
+++ b/Source/GrasscutterTools/Game/GameData.cs
@@ -32,7 +32,7 @@ namespace GrasscutterTools.Game
AvatarColors = new ItemMap(Resources.AvatarColor);
Items = new ItemMap(Resources.Item);
Monsters = new ItemMapGroup(Resources.Monsters);
- Gatgets = new ItemMapGroup(Resources.Gadget);
+ Gadgets = new ItemMapGroup(Resources.Gadget);
Scenes = new ItemMap(Resources.Scene);
Weapons = new ItemMap(Resources.Weapon);
WeaponColors = new ItemMap(Resources.WeaponColor);
@@ -58,7 +58,7 @@ namespace GrasscutterTools.Game
public static ItemMapGroup Monsters { get; private set; }
- public static ItemMapGroup Gatgets { get; private set; }
+ public static ItemMapGroup Gadgets { get; private set; }
public static ItemMap Scenes { get; private set; }
diff --git a/Source/GrasscutterTools/Properties/AssemblyInfo.cs b/Source/GrasscutterTools/Properties/AssemblyInfo.cs
index bde3bd9..57f44e5 100644
--- a/Source/GrasscutterTools/Properties/AssemblyInfo.cs
+++ b/Source/GrasscutterTools/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.7.2")]
+[assembly: AssemblyVersion("1.7.3")]
[assembly: AssemblyFileVersion("1.7.0")]
\ No newline at end of file
diff --git a/Source/GrasscutterTools/Utils/UIUtil.cs b/Source/GrasscutterTools/Utils/UIUtil.cs
index 49910ef..11e9456 100644
--- a/Source/GrasscutterTools/Utils/UIUtil.cs
+++ b/Source/GrasscutterTools/Utils/UIUtil.cs
@@ -32,10 +32,13 @@ namespace GrasscutterTools.Utils
filter = filter.Trim();
listBox.BeginUpdate();
listBox.Items.Clear();
- if (string.IsNullOrEmpty(filter))
- listBox.Items.AddRange(source);
- else
- listBox.Items.AddRange(source.Where(n => n.Contains(filter)).ToArray());
+ if (source != null && source.Length > 0)
+ {
+ if (string.IsNullOrEmpty(filter))
+ listBox.Items.AddRange(source);
+ else
+ listBox.Items.AddRange(source.Where(n => n.Contains(filter)).ToArray());
+ }
listBox.EndUpdate();
}
}