From a4cf38dd71d1d3e1b4de18ceff1cd05f78245dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= Date: Tue, 8 Nov 2022 20:15:12 +0800 Subject: [PATCH] Update tab order --- .../Forms/FormMain.Designer.cs | 98 +- Source/GrasscutterTools/Forms/FormMain.cs | 6 + Source/GrasscutterTools/Forms/FormMain.resx | 15084 ++++++++-------- 3 files changed, 7597 insertions(+), 7591 deletions(-) diff --git a/Source/GrasscutterTools/Forms/FormMain.Designer.cs b/Source/GrasscutterTools/Forms/FormMain.Designer.cs index 9897cc6..73e5aae 100644 --- a/Source/GrasscutterTools/Forms/FormMain.Designer.cs +++ b/Source/GrasscutterTools/Forms/FormMain.Designer.cs @@ -76,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(); @@ -322,6 +321,7 @@ namespace GrasscutterTools.Forms this.TxtMailSender = new System.Windows.Forms.TextBox(); this.LblMailSenderLabel = new System.Windows.Forms.Label(); this.MenuSpawnEntityFilter = new System.Windows.Forms.ContextMenuStrip(this.components); + this.TxtBanReason = new GrasscutterTools.Controls.TextBoxXP(); this.GrpCommand.SuspendLayout(); this.TPRemoteCall.SuspendLayout(); this.GrpServerStatus.SuspendLayout(); @@ -451,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); @@ -463,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); @@ -560,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); @@ -576,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; // @@ -647,11 +647,11 @@ namespace GrasscutterTools.Forms // // TPConsoleCheck // - resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck"); this.TPConsoleCheck.Controls.Add(this.BtnConsoleConnect); this.TPConsoleCheck.Controls.Add(this.TxtToken); this.TPConsoleCheck.Controls.Add(this.LblToken); this.TPConsoleCheck.Controls.Add(this.LblConsoleTip); + resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck"); this.TPConsoleCheck.Name = "TPConsoleCheck"; this.TPConsoleCheck.UseVisualStyleBackColor = true; // @@ -696,10 +696,10 @@ namespace GrasscutterTools.Forms // // TPAbout // - resources.ApplyResources(this.TPAbout, "TPAbout"); this.TPAbout.Controls.Add(this.GrasscutterToolsSupport); this.TPAbout.Controls.Add(this.LnkGithub); this.TPAbout.Controls.Add(this.LblSupportDescription); + resources.ApplyResources(this.TPAbout, "TPAbout"); this.TPAbout.Name = "TPAbout"; this.TPAbout.UseVisualStyleBackColor = true; // @@ -724,10 +724,10 @@ namespace GrasscutterTools.Forms // // TPManage // - resources.ApplyResources(this.TPManage, "TPManage"); this.TPManage.Controls.Add(this.GrpBanPlayer); this.TPManage.Controls.Add(this.GrpAccount); this.TPManage.Controls.Add(this.GrpPermission); + resources.ApplyResources(this.TPManage, "TPManage"); this.TPManage.Name = "TPManage"; this.TPManage.UseVisualStyleBackColor = true; // @@ -745,8 +745,8 @@ namespace GrasscutterTools.Forms // // DTPBanEndTime // - 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"; @@ -766,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"); @@ -869,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 @@ -934,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); @@ -949,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; // @@ -1083,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); @@ -1096,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; // @@ -1213,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); @@ -1224,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; // @@ -1327,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; // @@ -1407,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 @@ -1435,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); // @@ -1517,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); // @@ -1611,9 +1603,9 @@ namespace GrasscutterTools.Forms // // TPSpawn // - resources.ApplyResources(this.TPSpawn, "TPSpawn"); this.TPSpawn.Controls.Add(this.TCSpawnSettings); this.TPSpawn.Controls.Add(this.TCSpawnItems); + resources.ApplyResources(this.TPSpawn, "TPSpawn"); this.TPSpawn.Name = "TPSpawn"; this.TPSpawn.UseVisualStyleBackColor = true; // @@ -1628,7 +1620,6 @@ namespace GrasscutterTools.Forms // // TPSpawnArgs // - resources.ApplyResources(this.TPSpawnArgs, "TPSpawnArgs"); this.TPSpawnArgs.Controls.Add(this.NUDEntityDef); this.TPSpawnArgs.Controls.Add(this.NUDEntityAtk); this.TPSpawnArgs.Controls.Add(this.NUDEntityHp); @@ -1647,6 +1638,7 @@ namespace GrasscutterTools.Forms this.TPSpawnArgs.Controls.Add(this.LblEntitySpawnPostion); this.TPSpawnArgs.Controls.Add(this.LblEntityLevel); this.TPSpawnArgs.Controls.Add(this.LblEntityAmount); + resources.ApplyResources(this.TPSpawnArgs, "TPSpawnArgs"); this.TPSpawnArgs.Name = "TPSpawnArgs"; this.TPSpawnArgs.UseVisualStyleBackColor = true; // @@ -1873,7 +1865,6 @@ namespace GrasscutterTools.Forms // // TPAttackModArgs // - resources.ApplyResources(this.TPAttackModArgs, "TPAttackModArgs"); this.TPAttackModArgs.Controls.Add(this.LblAMPluginTip); this.TPAttackModArgs.Controls.Add(this.LblAMPluginIntroduction); this.TPAttackModArgs.Controls.Add(this.LblAMPlugin); @@ -1883,6 +1874,7 @@ namespace GrasscutterTools.Forms this.TPAttackModArgs.Controls.Add(this.BtnAtClear); this.TPAttackModArgs.Controls.Add(this.LnkAttackModifierPlugin); this.TPAttackModArgs.Controls.Add(this.GrpAMSkills); + resources.ApplyResources(this.TPAttackModArgs, "TPAttackModArgs"); this.TPAttackModArgs.Name = "TPAttackModArgs"; this.TPAttackModArgs.UseVisualStyleBackColor = true; // @@ -1943,13 +1935,13 @@ namespace GrasscutterTools.Forms // // GrpAMSkills // - resources.ApplyResources(this.GrpAMSkills, "GrpAMSkills"); this.GrpAMSkills.Controls.Add(this.TxtAtEntityQ); this.GrpAMSkills.Controls.Add(this.TxtAtEntityE); this.GrpAMSkills.Controls.Add(this.TxtAtEntityN); this.GrpAMSkills.Controls.Add(this.RbAtQ); this.GrpAMSkills.Controls.Add(this.RbAtE); this.GrpAMSkills.Controls.Add(this.RbAtN); + resources.ApplyResources(this.GrpAMSkills, "GrpAMSkills"); this.GrpAMSkills.Name = "GrpAMSkills"; this.GrpAMSkills.TabStop = false; // @@ -1993,7 +1985,6 @@ namespace GrasscutterTools.Forms // // TPAttackInfusedArgs // - resources.ApplyResources(this.TPAttackInfusedArgs, "TPAttackInfusedArgs"); this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateZ); this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateY); this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateX); @@ -2012,6 +2003,7 @@ namespace GrasscutterTools.Forms this.TPAttackInfusedArgs.Controls.Add(this.BtnAiwiReset); this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiPlugin); this.TPAttackInfusedArgs.Controls.Add(this.LnkAttackInfusedWithItem); + resources.ApplyResources(this.TPAttackInfusedArgs, "TPAttackInfusedArgs"); this.TPAttackInfusedArgs.Name = "TPAttackInfusedArgs"; this.TPAttackInfusedArgs.UseVisualStyleBackColor = true; // @@ -2067,8 +2059,8 @@ namespace GrasscutterTools.Forms // // NUDAiwiSpread // - resources.ApplyResources(this.NUDAiwiSpread, "NUDAiwiSpread"); this.NUDAiwiSpread.DecimalPlaces = 2; + resources.ApplyResources(this.NUDAiwiSpread, "NUDAiwiSpread"); this.NUDAiwiSpread.Maximum = new decimal(new int[] { 2147483647, 0, @@ -2179,9 +2171,9 @@ namespace GrasscutterTools.Forms // // TPSpawnItems // - resources.ApplyResources(this.TPSpawnItems, "TPSpawnItems"); this.TPSpawnItems.Controls.Add(this.ListEntity); this.TPSpawnItems.Controls.Add(this.panel1); + resources.ApplyResources(this.TPSpawnItems, "TPSpawnItems"); this.TPSpawnItems.Name = "TPSpawnItems"; this.TPSpawnItems.UseVisualStyleBackColor = true; // @@ -2194,9 +2186,9 @@ namespace GrasscutterTools.Forms // // panel1 // - resources.ApplyResources(this.panel1, "panel1"); this.panel1.Controls.Add(this.TxtEntityFilter); this.panel1.Controls.Add(this.BtnFilterEntity); + resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; // // TxtEntityFilter @@ -2214,9 +2206,9 @@ namespace GrasscutterTools.Forms // // TPSpawnRecords // - resources.ApplyResources(this.TPSpawnRecords, "TPSpawnRecords"); this.TPSpawnRecords.Controls.Add(this.ListSpawnLogs); this.TPSpawnRecords.Controls.Add(this.FLPSpawnRecordControls); + resources.ApplyResources(this.TPSpawnRecords, "TPSpawnRecords"); this.TPSpawnRecords.Name = "TPSpawnRecords"; this.TPSpawnRecords.UseVisualStyleBackColor = true; // @@ -2258,13 +2250,13 @@ namespace GrasscutterTools.Forms // // TPQuest // - resources.ApplyResources(this.TPQuest, "TPQuest"); this.TPQuest.Controls.Add(this.GrpQuestFilters); this.TPQuest.Controls.Add(this.BtnFinishQuest); this.TPQuest.Controls.Add(this.BtnAddQuest); this.TPQuest.Controls.Add(this.LblQuestDescription); this.TPQuest.Controls.Add(this.TxtQuestFilter); this.TPQuest.Controls.Add(this.ListQuest); + resources.ApplyResources(this.TPQuest, "TPQuest"); this.TPQuest.Name = "TPQuest"; this.TPQuest.UseVisualStyleBackColor = true; // @@ -2336,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); @@ -2356,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; // @@ -2521,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); @@ -2529,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; // @@ -2592,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); @@ -2601,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; // @@ -2672,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 @@ -2685,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 @@ -2725,24 +2717,23 @@ namespace GrasscutterTools.Forms // resources.ApplyResources(this.TCMain, "TCMain"); this.TCMain.Controls.Add(this.TPHome); + this.TCMain.Controls.Add(this.TPRemoteCall); this.TCMain.Controls.Add(this.TPCustom); this.TCMain.Controls.Add(this.TPArtifact); - this.TCMain.Controls.Add(this.TPQuest); this.TCMain.Controls.Add(this.TPSpawn); + this.TCMain.Controls.Add(this.TPItem); this.TCMain.Controls.Add(this.TPAvatar); this.TCMain.Controls.Add(this.TPWeapon); - this.TCMain.Controls.Add(this.TPItem); - this.TCMain.Controls.Add(this.TPScene); this.TCMain.Controls.Add(this.TPManage); this.TCMain.Controls.Add(this.TPMail); + this.TCMain.Controls.Add(this.TPQuest); + this.TCMain.Controls.Add(this.TPScene); this.TCMain.Controls.Add(this.TPAbout); - this.TCMain.Controls.Add(this.TPRemoteCall); this.TCMain.Name = "TCMain"; this.TCMain.SelectedIndex = 0; // // TPMail // - resources.ApplyResources(this.TPMail, "TPMail"); this.TPMail.Controls.Add(this.LblClearMailContent); this.TPMail.Controls.Add(this.BtnAddMailItem); this.TPMail.Controls.Add(this.BtnDeleteMailItem); @@ -2760,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; // @@ -2794,10 +2786,10 @@ namespace GrasscutterTools.Forms // // TPMailSelectableItemList // - resources.ApplyResources(this.TPMailSelectableItemList, "TPMailSelectableItemList"); this.TPMailSelectableItemList.Controls.Add(this.TxtMailSelectableItemFilter); this.TPMailSelectableItemList.Controls.Add(this.ListMailSelectableItems); this.TPMailSelectableItemList.Controls.Add(this.PanelMailItemArgs); + resources.ApplyResources(this.TPMailSelectableItemList, "TPMailSelectableItemList"); this.TPMailSelectableItemList.Name = "TPMailSelectableItemList"; this.TPMailSelectableItemList.UseVisualStyleBackColor = true; // @@ -2815,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 @@ -2874,9 +2866,9 @@ namespace GrasscutterTools.Forms // // TPMailList // - resources.ApplyResources(this.TPMailList, "TPMailList"); this.TPMailList.Controls.Add(this.ListMailList); this.TPMailList.Controls.Add(this.PanelMailListControls); + resources.ApplyResources(this.TPMailList, "TPMailList"); this.TPMailList.Name = "TPMailList"; this.TPMailList.UseVisualStyleBackColor = true; // @@ -2889,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 @@ -2992,8 +2984,16 @@ namespace GrasscutterTools.Forms // // MenuSpawnEntityFilter // - resources.ApplyResources(this.MenuSpawnEntityFilter, "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 // diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs index 47acf66..f87c32d 100644 --- a/Source/GrasscutterTools/Forms/FormMain.cs +++ b/Source/GrasscutterTools/Forms/FormMain.cs @@ -2432,6 +2432,12 @@ namespace GrasscutterTools.Forms /// async private void ButtonOpenGOODImport_Click(object sender, EventArgs e) { + if (OC == null || !OC.CanInvoke) + { + ShowTip(Resources.RequireOpenCommandTip, BtnInvokeOpenCommand); + return; + } + OpenFileDialog openFileDialog1 = new OpenFileDialog { Filter = "GOOD file (*.GOOD;*.json)|*.GOOD;*.json|All files (*.*)|*.*", diff --git a/Source/GrasscutterTools/Forms/FormMain.resx b/Source/GrasscutterTools/Forms/FormMain.resx index edda01c..c10a321 100644 --- a/Source/GrasscutterTools/Forms/FormMain.resx +++ b/Source/GrasscutterTools/Forms/FormMain.resx @@ -117,672 +117,1153 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + + Top, Left, Right - - 283, 39 + + 87, 22 - - 174, 67 - - - 6, 218 - - - LblPlayerCountLabel - - - - Top - - - 9, 61 - - - 170, 82 - - - 19, 17 - - - 265, 77 + + 450, 23 - - 17 - - - groupBox1 - - - 391, 39 - - - True - - - 17 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 593, 216 - - - 7 - - - Bottom, Left - - - TPAttackModArgs - - - 232, 170 - - - TPMailList - - - Bottom - - - FLPSpawnRecordControls - - - 2 - - - 0, 0 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top - - - 43, 67 - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 5 - - - 5 - - - NoControl - - - 范围: - - - TPConsoleCheck - - - NoControl - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BtnSendMail - - - 50, 23 - - + 0 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TxtCommand - - 228, 47 - - - TPAttackModArgs - - - LblEntitySpawnPostion - - - None - - - 133, 21 - - - 25, 45 - - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 - - - 列表过滤 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 完成任务 - - - 336, 8 - - - 3, 3, 3, 3 - - - 6 - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 17 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 0 - - - GrpSettings - - - 9 - - - 3 - - - None - - - 43 - - - 66, 22 - - - 0 - - - 8 - - - NoControl - - - 连接 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 255, 217 - - - 1 - - - 5 - - - 11 - - - 17 - - - 407, 51 - - - 12 - - - 1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - True - - - 66, 22 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMailRight - - - 5 - - - LblOpenCommandSupport - - - 27, 113 - - - 6 - - - True - - - 19, 60 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - True - - - GrpGiveAvatar - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GOOD - - - TPPlayerCheck - - - 1 - - - NoControl - - - System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - TPSpawnItems - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 3 - - - 288, 115 - - - 99, 45 - - - 8 - - - 6, 67 - - - True - - - 51, 23 - - - 6, 105 - - - True - - - NoControl - - - NoControl - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 280, 203 - - - LblSceneDescription - - - 9 - - - NoControl - - - BtnFilterEntity - - - True - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 获得所有武器 - - - True - - - 37, 17 - - - 0 - - - LblStatPercent - - - GrpBanPlayer - - - LnkTalentNormalATK - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 60, 23 - - - 11 - - - GrpTalentLevel - - - LblMainAttribution - - - TPScene - - - 250, 23 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 75, 23 - - - 14, 17 - - - FLPSpawnRecordControls - - - 80, 23 - - - 6, 96 - - - 99, 21 - - - 338, 203 - - - BtnBan - - - NoControl - - - BtnUnlockStat - - - 5 - - - 125, 25 - - - 19 - - - Top, Left, Right - - - 210, 17 - - - 角色 - - - TPPlayerCheck - - - True - - - NoControl - - - 100, 23 - - - 服务器状态 - - - NUDUid - - - GrpPermission - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 这个插件可以使用 Gadget 替换角色攻击 - - - TPSpawn - - - BtnRemoveSpawnLog - - - Top, Left, Right - - - 14, 73 - - - 10 - - - 4 - - - NoControl - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - TCMailRight - - - 1 - - - NUDEntityHp - - - NoControl - - - 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 - - - 普通攻击 - - - 9 - - - 9 - - - BtnQueryServerStatus - - - 15 - - - 32, 17 - - - 17 - - - 4 - - - 10 - - - LblMailItemLevel - - - 10 - GrpCommand - + + 3 + + + Top, Right + + + NoControl + + + 543, 22 + + + 50, 23 + + + 1 + + + 复制 + + + BtnCopy + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpCommand + + + 1 + + + Top, Right + + + True + + + NoControl + + + 599, 24 + + + 51, 21 + + + 2 + + + 自动 + + + ChkAutoCopy + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpCommand + + + 2 + + + Bottom, Left, Right + + + NoControl + + + 6, 22 + + + 75, 23 + + + 3 + + + 执行(F5) + + + BtnInvokeOpenCommand + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpCommand + + 0 - - 3, 3, 3, 3 + + 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 + + + NoControl + + + 484, 203 + + + 104, 23 + + + 10 + + + 导入GOOD存档 + ButtonOpenGOODImport - - 10 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NUDGameItemAmout + + TPRemoteCall - - TPScene + + 4 - - TPWeapon + + None - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - + + NoControl - - 设置天气 + + 141, 16 - - 5 + + 210, 17 - - 56, 3 + + 7 - - 5 + + 请确保地址中包含 http:// 或 https:// - - 200, 153 + + LblHostTip - - 语言/Language/язык - - - 20 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPSpawnArgs + + TPRemoteCall - - 218, 161 + + 5 - - GrpGiveAvatar + + 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 + + + 1 + + + Bottom, Right + + + NoControl + + + 506, 97 + + + 280, 280 + + + 140, 140 + + + Zoom + + + 5 + + + GrasscutterToolsSupport + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAbout + + + 0 + + + Bottom, Left + + + True + + + NoControl + + + 16, 220 + + + 46, 17 + + + 4 + + + Github + + + LnkGithub + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAbout + + + 1 + + + True + + + NoControl + + + 16, 23 + + + 334, 136 + + + 3 + 割草机工具箱 @@ -793,3398 +1274,1585 @@ 欢迎内测Q群: 457427536 - - TPSpawnItems + + LblSupportDescription - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BtnRemoveCustomCommand - - - 652, 245 - - - GrasscutterToolsSupport - - - 13 - - - 60, 23 - - - 一键获得所有角色 - - - 3 - - - GrpTalentLevel - - - 10, 48 - - - GrpServerStatus - - - 24 - - - NoControl - - - 含场景ID - - - 6, 41 - - - 313, 187 - - - 104, 17 - - - 16 - - - 189, 15 - - - 12 - - - NoControl - - - NoControl - - - 660, 56 - - - 44, 17 - - - 10 - - - 0 - - - 652, 245 - - - True - - - 640, 204 - - - 121, 25 - - - 星级 - - - 设置 - - - 3, 19 - - - True - - - TPSpawn - - - 652, 245 - - - TPScene - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - LnkAttackModifierPlugin - - - 4, 26 - - - True - - - TxtHost - - - False - - - 隐藏的任务 - - - 11 - - - 80, 23 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 16, 220 - - - NoControl - - - LblClearSpawnLogs - - - 6 - - - TPSpawnRecords - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - CmbClimateType - - - 0 - - + TPAbout - - NoControl + + 2 - - 0 + + 4, 26 - - NUDAiwiRotateZ - - - Bottom, Left - - - 260, 24 - - - 1 - - - NoControl - - - 1 - - - 23, 17 - - - 6, 161 - - - MenuSpawnEntityFilter - - - TCMain - - - NoControl - - - 60, 23 - - - NoControl - - - 7, 24 - - - 场景 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NUDWeaponLevel - - - TPHome - - - LnkLinks + + 3, 3, 3, 3 652, 245 - - 11 + + 13 - - X 清空 - - - True - - - TCMain - - - True - - - 182, 23 - - - 242, 23 - - - Top, Left, Right - - - True - - - RbMailSendToPlayer - - - 替换技能 - - - 9 - - - 50, 159 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 20, 106 - - - Bottom, Left - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - TPPlayerCheck - - - 87, 22 - - - 1 - - - 80, 23 - - - 2 - - - 目标UID - - - 150, 30 - - - 0 - - - 228, 204 - - - 100, 218 - - - True - - - CmbArtifactSet - - - TPMailSelectableItemList - - - 7 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 331, 23 - - - NoControl - - - 10 - - - 11 - - - √ 记录 - - - 5 - - - 0 - - - 222, 30 - - - True - - - 250, 23 - - - NUDWeaponRefinement - - - 3 - - - 导入GOOD存档 - - - GrpPermission - - - 540, 80 - - - 8 - - - NoControl - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4 - - - LnkRCHelp - - - 652, 245 - - - TPRemoteCall - - - True - - - 7 - - - 3 - - - 17 - - - TCMain - - - 命令 - [Ctrl] 自动执行 - [|] 分割多条命令 + + 关于 TPAbout - - 3 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GrpAccount + + TCMain - - 2 - - - NoControl - - - NUDEntityPosX - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 298, 11 - - - TCSpawnSettings - - - LblAvatarSkillLevelLabel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 16, 25 - - - 60, 23 - - - 1 - - - 3, 33 - - - TPAttackInfusedArgs - - - 205, 58 - - - 10 - - - 446, 31 - - - 1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 未发布的任务 - - - 14 - - - 6 - - - 288, 233 - - - 65, 23 - - - True - - - 283, 35 - - - 99, 62 - - - 13 - - - 3, 3, 3, 3 - - - True - - - 76, 21 - - - Bottom, Left - - + 12 - - GrpAMSkills + + None - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 154, 22 - - 300, 208 + + 90, 23 - - 2 + + 13 - - TPAttackInfusedArgs + + DTPBanEndTime - - 2 + + System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + GrpBanPlayer - - UID + + 0 - - True - - - True - - - 清空实体!! - - - 6, 3 - - - 123, 7 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - + NoControl - - 56, 17 + + 473, 22 - - Q + + 60, 23 - - 7, 78 + + 12 - - 54, 17 + + 解封 - - 75, 23 + + BtnUnban - - 27, 84 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - UID + + GrpBanPlayer - - 275, 40 + + 1 - - X - - - True - - - 2 - - - True - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 51, 21 - - - Bottom, Left - - + NoControl - - TPWeapon + + 407, 22 - - LblQuestDescription + + 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 - - 9 + + 封禁理由 - - 32, 17 + + TxtBanReason - + + GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.7.3.0, Culture=neutral, PublicKeyToken=de2b1c089621e923 + + + GrpBanPlayer + + 3 - - LblAiwiRotate + + 66, 22 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 82, 23 - - 1 + + 6 - - LblClearMailContent + + NUDBanUID - - 奖池编辑器 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - TPAttackInfusedArgs + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 GrpBanPlayer - - LblWeaponRefinement - - - NUDEntityAtk - - - 2 - - - NUDRemotePlayerId - - - 189, 42 - - - Bottom, Left - - - Bottom, Left - - - 0 - - - TPScene - - - BtnSendVerificationCode - - - 14, 17 - - - Top, Bottom, Left - - - 43 - - - TPSpawnArgs - - - 73, 93 - - - NoControl - - - GrpGiveAvatar - - - 1 - - - NUDGameItemLevel - - - 3 - - - 0 - - - LblGameItemAmount - - - TPPlayerCheck - - - NoControl - - - TPWeapon - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 3, 3, 3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ListGameItems - - - Bottom, Left - - - NoControl - - - 服务器地址 - - - 238, 159 - - + 4 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 29, 15 - - - TxtAtEntityN - - + NoControl - - 1 + + 6, 25 - - TxtWeaponFilter + + 54, 17 - - 92, 82 + + 0 - - Bottom, Left + + 目标UID - - 6 + + LblBanUID - - 14 - - - BtnRemoveMail - - - 1 - - - 6, 6 - - - NoControl - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPOpenCommandCheck + + GrpBanPlayer - - 73, 6 + + 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 + + + test + + + TxtAccountUserName + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAccount + + + 5 + + + 56, 6 + + + 540, 60 + + + 0 + + + 账号管理 + + + GrpAccount + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPManage + + + 1 + + + None + + + 250, 21 + + + 150, 25 + + + 7 + + + CmbPerm + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 0 + + + 66, 22 + + + 140, 23 + + + 6 + + + NUDPermUID + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 1 + + + NoControl + + + 473, 51 + + + 60, 23 + + + 7 + + + x 清空 + + + BtnPermClear + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 2 + + + NoControl + + + 473, 22 + + + 60, 23 + + + 5 + + + - 移除 + + + BtmPermRemove + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 3 + + + NoControl + + + 407, 51 + + + 60, 23 + + + 6 + + + 列出 + + + BtnPermList + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 4 + + + NoControl + + + 407, 22 + + + 60, 23 + + + 4 + + + + 添加 + + + BtnPermAdd + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 5 + + + True + + + NoControl + + + 212, 25 + + + 32, 17 + + + 2 + + + 权限 + + + LblPerm + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + GrpPermission + + 6 + + + True + + + NoControl + + + 6, 25 + + + 54, 17 + + + 0 + + + 目标UID + + + LblPermUID + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 7 + + + 56, 72 + + + 540, 80 + + + 1 + + + 权限管理 + + + GrpPermission + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPManage + + + 2 + + + 4, 26 + + + 3, 3, 3, 3 + + + 652, 245 + + + 12 + + + 管理 + + + TPManage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 8 + + + Top, Left, Right + + + 346, 5 + + + 300, 23 + + + 13 + + + TxtSceneFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 0 + + + Bottom, Left + + + True + + + False + + + NoControl + + + 90, 190 + + + 76, 21 + + + 12 + + + 含场景ID + + + ChkIncludeSceneId + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 1 + + + Bottom, Left + + + True + + + NoControl + + + 218, 161 + + + 14, 17 + + + 10 + + + z + + + LblTpZ + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 2 + + + Bottom, Left + + + True + + + NoControl + + + 112, 161 + + + 14, 17 + + + 9 + + + y + + + LblTpY + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 3 + + + Bottom, Left + + + NoControl + + + 9, 188 + + + 75, 23 + + + 8 + + + 传送 + + + BtnTeleport + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 4 + + + Bottom, Left + + + True + + + NoControl + + + 6, 161 + + + 14, 17 + + + 7 + + + x + + + LblTpX + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 5 + + + Bottom, Left + + + 238, 159 + + + 80, 23 + + + 6 + + + NUDTpZ + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 6 + + + Bottom, Left + + + 132, 159 + + + 80, 23 + + + 5 + + + NUDTpY + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 7 + + + Bottom, Left + + + 26, 159 + + + 80, 23 + + + 4 + + + NUDTpX + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 8 + + + Bottom, Left + + + 68, 69 + + + 121, 25 + + + 3 + + + CmbClimateType + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 9 + + + Bottom, Left + + + True + + + NoControl + + + 6, 72 + + + 56, 17 + + + 2 + + + 设置天气 + + + LblClimateType + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 10 + + + True + + + NoControl + + + 6, 6 + + + 224, 51 + + + 1 + 场景控制 提示:大部分场景没有作用,无法进入。 - - BtnGiveAllChar + + LblSceneDescription - - 7, 49 - - - Top, Bottom, Left, Right - - - 标签 - - - BtnPermList - - - Top - - - TPAttackInfusedArgs - - - GrpTalentLevel - - - 15 - - - 以下参数至少要求 GC v1.3.1 - - - Bottom, Left - - - 313, 216 - - - TPSpawn - - - 11 - - - 100, 23 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - TPScene - - - 652, 245 - - - GrpQuestFilters - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - LnkTalentAll - - - 6, 108 - - - 107, 17 - - - 11 - - - 3 - - - CmbMainAttribution - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - NoControl - - - TPAttackInfusedArgs - - - NUDAiwiHeight - - - 3 - - - 12 - - - True - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 19, 82 - - - 3, 3 - - - 5 - - - 请注意,控制台状态下普通命令必须指定目标 -(即设置包含UID) - - - 获取角色 - - - NoControl - - - 1 - - - 3 - - - TPSpawnArgs - - - 32, 17 - - - 4 - - - 插件: - - - Left - - - 26, 159 - - - 封号 - - - 角色属性 - - - 8 - - - NoControl - - - 44, 216 - - - NoControl - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TxtQuestFilter - - - 10 - - - LblDefaultUid - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - TPAttackInfusedArgs - - - LblEntityDef - - - 16 - - - 150, 24 - - - NUDTpX - - - TxtMailSender - - - 7 - - - LblToken - - - 167, 8 - - - 2 - - - 100, 23 - - - 44, 17 - - - NUDAiwiRotateY - - - 80, 23 - - - 0 - - - 200, 208 - - - 2 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 掉落物编辑器 - - - TPPlayerCheck - - - 62, 23 - - - BtnSaveGiveItemLog - - - NoControl - - - LblHost - - - 4, 26 - - - 血量为 0 表示无限 - - - GrpSetStats - - - 80, 23 - - - True - - - 1 - - - --- - - - 50, 21 - - - 4 - - - Top, Bottom, Left, Right - - - NoControl - - - Top, Right - - - TPArtifact - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 0 - - - 0 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - 邮件列表 - - - 163, 25 - - - True - - - 178, 78 - - - 700, 400 - - - 227, 17 - - - Bottom, Left - - - Top, Bottom, Left, Right - - - 0 - - - 100, 23 - - - 26, 55 - - - 6 - - - x - - - 227, 35 - - - ListSubAttributionChecked - - - TPSpawnArgs - - - Top, Bottom, Right - - - BtnRemoveGiveItemLog - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 0 - - - 6 - - - 13 - - - GrpQuestFilters - - - NoControl - - - TPItem - - - 14, 44 - - - True - - - Bottom, Left - - - NoControl - - - 274, 167 - - - 44, 17 - - - 9 - - - 286, 17 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 14 - - - X 清空 - - - 13 - - - TPMail - - - 36, 21 - - - 0 - - - LblStatTip - - - 44, 22 - - - 12 - - - 7 - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - BtmPermRemove - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6 - - - 125, 23 - - - 13 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - GrpSetStats - - - 54, 17 - - - True - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - TPCustom - - - TPManage - - - 32, 17 - - - 0 - - - TPScene - - - 139, 17 - - - 32, 17 - - - True - - - 3 - - - TPAbout - - - 设置命座 - - - TPManage - - - 70, 23 - - - 60, 23 - - - 207, 37 - - - $this - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - LblTpZ - - - 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 660, 275 - - - 2 - - - 473, 22 - - - 2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 3, 3, 3 - - - CmbPerm - - - 2 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NUDSubAttributionTimes - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPMail - - - Top, Bottom, Left - - - 19, 157 - - - 304, 139 - - - 见识一下真正的雷神吧! - - - True - - - True - - - GrpAMSkills - - - 236, 34 - - - 0 - - - 44, 17 - - - 68, 69 - - - NoControl - - - 快来将你的官服存档导入GC吧! - - - 2 - - - 0 - - - 294, 22 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - 1 - - - 0 - - - 3 - - - TPOpenCommandCheck - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCSpawnSettings - - - LblHostTip - - - TPAttackInfusedArgs - - - False - - - 3, 3, 3, 3 - - - 44, 17 - - - NoControl - - - TPItem - - - 100, 23 - - - TPMail - - - GrpQuestFilters - - - True - - - 0 - - - 6, 6 - - - 36 - - - NUDAiwiCount - - - 50, 23 - - - 2 - - - 0 - - - TPAttackInfusedArgs - - - TPWeapon - - - FLPSpawnRecordControls - - - 652, 245 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 5 - - - TPArtifact - - - 75, 23 - - - NoControl - - - 11 - - - NoControl - - - NoControl - - - 100, 23 - - - TPCustom - - - 42 - - - 物品 - - - True - - - 353, 41 - - - LblConsoleTip - - - 2 - - - 插件: - - - 0 - - - 39, 17 - - - 目标UID - - - NUDStat - - - BtnAiwiClear - - - TPAttackModArgs - - - 0 - - - 62, 21 - - - BtnFinishQuest - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 240, 25 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 15 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 110, 23 - - - 5 - - - BtnOpenDropEditor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - True - - - Left - - - True - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - NoControl - - - Top, Right - - - Top, Bottom, Left - - - TPAttackInfusedArgs - - - LblEntityHp - - - False - - - True - - - 358, 5 - - - 4 - - - AttackInfusedWithItem - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - TPRemoteCall - - - 6, 216 - - - ListSpawnLogs - - - 221, 174 - - - 8 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 144, 36 - - - 5 - - - 23, 17 - - - 2 - - - NoControl - - - 256, 216 - - - TPRemoteCall - - - 250, 23 - - - 117, 102 - - - 4 - - - 26 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - 30, 17 - - - 4, 26 - - - LblSupportDescription - - - ListWeapons - - - 解封 - - - 1 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpBanPlayer - - - 6, 72 - - - True - - - 1 - - - ListEntity - - - - 删除 - - - √ 记录 - - - 权限管理 - - - LnkOpenCommandLabel - - - TPArtifact - - - 1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 3, 3, 3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Bottom, Left - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 5 - - - 310, 161 - - - 0 - - - TCSpawnSettings - - - FormMain - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPMail - - - LblVerificationCode - - - 数量 - - - $this - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveItemRecord - - - 等级 - - - 106, 23 - - - 44, 17 - - - 4 - - - TPMailSelectableItemList - - - panel1 - - - 5 - - - 6 - - - 188, 216 - - - 652, 245 - - - TPQuest - - - 274, 168 - - - 5 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BtnPermClear - - - 6 - - - NoControl - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - √ 保存 - - - 2 - - - 4 - - - 17 - - - GrpAccount - - - TPItem - - - Bottom, Left - - - 0 - - - 3, 3, 3, 3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ListMailSelectableItems - - - Bottom, Left - - - 17 - - - TPArtifact - - - TPMail - - - TPPlayerCheck - - - 6 - - - 收件人: - - - 攻击修改参数 - - - 215, 23 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveAvatar - - - GrpSetConstellation - - - Top, Right - - - TxtAccountUserName - - - 20, 27 - - - 132, 159 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - Top, Bottom, Left, Right - - - NoControl - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Bottom, Left, Right - - - 61, 4 - - - NoControl - - - 44, 17 - - - 0 - - - NoControl - - - TPSpawnArgs - - - TPScene - - - 75, 23 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 7 - - - 4 - - - 200, 100 - - - 125, 23 - - - 17 - - - LblClimateType - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6, 219 - - - Bottom, Left - - - 32, 13 - - - ChkQuestFilterTEST - - - NoControl - - - GrpCommand - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - 243, 140 - - - 15 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 26 - - - GrpAccount - - - TPArtifact - - - GrpBanPlayer - - - 6 - - - 关于 - - - LblAccountUserName - - - NoControl - - - Bottom, Left - - - Bottom, Left - - - 338, 203 - - - 44, 17 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAttackInfusedArgs - - - 11 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 1 - - - 发送 - - - GrpSetConstellation - - - NoControl - - - ListMailList - - - 50, 23 - - - 12 - - - 56, 17 - - - 1 - - - TPSpawnArgs - - - True - - - Top - - - TPItem - - - RbMailSendToAll - - - 462, 11 - - - TPConsoleCheck - - - Bottom, Left - - - Microsoft YaHei UI, 10pt - - - 9 - - - LblSpawnVersionRequireTip - - - NoControl - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - None - - - 32, 17 - - - 13 - - - TPSpawnArgs - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 346, 31 - - - Top - - - 473, 51 - - - 42 - - - Bottom, Left - - - 3, 3, 3, 3 - - - 56, 158 - - - NoControl - - - 0, 17 - - - 5 - - - 技能等级 - - - 远程 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 血量: - - - NoControl - - - 重载配置 - - - 5 - - - 7 - - - 4 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - 44, 17 - - - LblArtifactStars - - - Bottom, Left - TPScene - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - TPScene - - - 6, 6 - - - 13 - - - 等级 - - - LblAMPluginIntroduction - - - TPAttackInfusedArgs - - - TCSpawnSettings - - - PanelMailListControls - - - 346, 233 - - - GrpServerStatus - - - 重载配置 - - - 89, 53 - - - TPRemoteCall - - - TPOpenCommandCheck - - - True - - - 发送验证码 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 1 - - - Microsoft YaHei UI, 10pt - - - 5 - - - Top - - - 4, 26 - - - GrpBanPlayer - - - 0 - - - 465, 129 - - - 40 - - - FLPCustomCommands - - - 56, 17 - - - × 删除 - - - 1 - - - 296, 109 - - - NoControl - - - 3, 3, 3, 3 - - - 0 - - - TPArtifact - - - TPSpawnArgs - - - 7 - - - 194, 27 - - - 32, 17 - - - --- - - - 43, 36 - - - TPItem - - - NUDArtifactStars - - - 68, 17 - - - 0 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 用户名 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 5 - - - 圣遗物 - - - TPAvatar - - - GrpSetStats - - - 228, 23 - - - 4 - - - TCMain - - - 228, 76 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - LblAvatarSkillLevelTip - - - 技能等级 - - - 610, 275 - - - 3 - - - TxtAtEntityE - - - 3, 3, 3, 3 - - - NoControl - - - 69, 80 - - - 自动 - - - LblCustomName - - - TPWeapon - - - 0 - - - 2 - - - True - - - 4 - - - False - - - 150, 218 - - - TCMailRight - - - 0 - - - NoControl - - - BtnCopy - - - 80, 23 - - - 136, 24 - - - 5 - - - E - - - 150, 35 - - - 652, 245 - - - 6 - - - 3, 3, 3, 3 - - - TCMain - - - 12 - - - 8 - - - True - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - None - - + Top, Bottom, Left, Right - - NoControl + + 17 - - TPSpawnArgs + + 346, 31 - - TPAttackModArgs + + 300, 208 - - 16 - - - 70, 39 - - - 6, 6 - - - 生成 - - - TPRemoteCall - - - TPSpawnArgs - - - × 删除 - - - TPAttackModArgs - - - 等级 - - - GrpServerStatus - - - panel1 - - - 6 - - - - 删除 - - - 14, 15 - - - TPHome - - - Q技能 - - - 154, 22 - - - 56, 17 - - - 7 - - - 请确保地址中包含 http:// 或 https:// - - - LnkAMOff - - - 1 - - - GrpSettings - - - GrpAccount - - + 0 - - 3 + + ListScenes - - Top - - + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 当前玩家数 - - - 407, 22 - - - 7 - - - 301, 111 - - - ChkAccountSetUid - - - True - - - 游戏版本 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - NoControl - - - GrpGiveAvatar - - - LblWeaponLevel - - - 3 - - - ChkIncludeSceneId - - - TPSpawnArgs - - - 防御力: - - - 3 - - - 41, 51 - - - BtnOpenGachaBannerEditor - - - 80, 23 - - - Bottom - - - 92, 82 - - - 89, 111 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 41, 22 - - - 4, 26 - - - 4, 26 - - - PanelMailListControls - - - LblArtifactLevel - - - LnkAttackInfusedWithItem - - - LblGameItemLevel - - - 88, 36 - - - 8 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon + + TPScene 12 - - 82, 23 - - - 16, 23 - - - 权限 - - - TPRemoteCall - - - 0 - - - Top, Bottom, Left, Right - - - 设置所有角色 - - - 管理 - - - TPConsoleCheck - - - LblAiwiPlugin - - - TPArtifact - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 13 - - - 9 - - - NUDTpZ - - - + 添加 - - - TCMain - - - ListMailItems - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 100, 23 - - - 182, 3 - - - 7, 107 - - - 150, 35 - - - 文本浏览器 - - - 10 - - - 75, 21 - - - 1 - - + Bottom, Left - - 1 - - - Bottom, Left - - - Links - - - True - - - TPAttackInfusedArgs - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - New Version Tip - - - 列出 - - - 1 - - - 4 - - - NoControl - - - ListGiveItemLogs - - - TPAttackInfusedArgs - - - GrpPermission - - - 4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0, 0, 0, 0 - - - GrpGiveAvatar - - - 3, 3, 3, 3 - - - True - - - NoControl - - - TPQuest - - - 5 - - - 10 - - - 128, 17 - - - 60, 23 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - None - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 32, 17 - - - 32, 17 - - - 实体列表 - - - LblSubAttribution - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 56, 17 - - - ChkDrop - - - GrpSettings - - - 13, 62 - - - 7 - - - 167, 39 - - - False - - - 玩家验证 - - - BtnSaveCustomCommand - - - 2 - - - 100, 23 - - - Top - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BtnClearMail - - - 117, 71 - - - Top, Bottom, Left - - - NoControl - - - 9 - - - NoControl - - - BtnAddSubAttr - - - 13 - - - 37, 28 - - - True - - - 封禁理由 - - - LblGOODHelp - - - 60, 23 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 11 - - - 60, 23 - - - 17 - - - 11 - - - 4 - - - NUDVerificationCode - - - X 清空 - - - TPMailList - - - 1 - - - Bottom, Right - - - 1 - - - 14, 17 - - - 12 - - - 167, 99 - - - NoControl - - - 47, 5 - - - None - - - 3, 3, 3, 3 - - - TPSpawnItems - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - NoControl - - - TxtMailContent - - - TPArtifact - - - LblAMPlugin - - - TPSpawnArgs - - - TPItem - True - - 6 - - + NoControl - - TPSpawnArgs + + 6, 105 - - 506, 97 + + 296, 51 - - 2 + + 11 - - LblEntityAtk + + 坐标传送 +提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送 +命令中可以用~表示当前位置,~100表示相对当前100 - - 44, 22 + + LblTp - - 38 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + TPScene - - 67, 14 + + 13 - - 8 - - - NoControl - - + 4, 26 - - NoControl + + 3, 3, 3, 3 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 652, 245 - - 攻击注入参数 + + 9 - - NoControl + + 场景 - - NUDBanUID + + TPScene - - 3 + + System.Windows.Forms.TabPage, 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 + + TCMain - + + 11 + + + Bottom, Left + + True - + NoControl + + 262, 193 + + + 44, 17 + + + 16 + + + X 清空 + + + LblClearGiveItemLogs + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 0 + + + NoControl + + + 265, 48 + + + 75, 23 + + + 7 + + + √ 记录 + + + BtnSaveGiveItemLog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 1 + + + False + + + NoControl + + + 265, 77 + + + 75, 23 + + + 8 + × 删除 - - 75, 23 + + BtnRemoveGiveItemLog - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TPItem - - 控制台 + + 2 - - LnkGithub + + Top, Bottom, Left - - RbAtE + + Fill - - 0 - - - ChkQuestFilterUNRELEASED + + 17 3, 19 - - 140, 23 + + 243, 140 - - True - - - 60, 23 - - - 锁定 - - - GrasscutterTools - - - True - - + 6 - - 6 + + ListGiveItemLogs - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ListBox, 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 + + GrpGiveItemRecord - + + 0 + + + 10, 48 + + + 249, 162 + + 5 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 物品记录本 - - Microsoft YaHei UI, 13pt + + GrpGiveItemRecord - - 1 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + TPItem - - 3, 3, 3, 3 + + 3 - - GrpSettings + + Bottom, Left - - 65, 42 + + True - + NoControl - - BtnAddMailItem + + 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 + + + 5 + + + Bottom, Left + + + Microsoft YaHei UI, 10pt + + + NoControl + + + 9, 175 + + + 150, 35 + + + 10 + + + 获得所有武器 + + + BtnGiveAllWeapons + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 0 + + + Top, Right + + + 446, 5 + + + 200, 23 + + + 8 + + + TxtWeaponFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 1 + + + Top, Bottom, Left, Right + + + True + + + NoControl + + + 6, 6 + + + 200, 153 + + + 7 获取武器 @@ -4197,4038 +2865,5370 @@ >70级 突破5 >80级 突破6 - - 12 + + LblWeaponDescription - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BtnConsoleConnect + + TPWeapon - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - GrpSetConstellation - - - 4, 26 - - - 10 - - - E技能 - - - NoControl - - - 358, 31 - - + Bottom, Left - - 0 + + True - - 32, 17 - - - 46, 17 - - + NoControl - - 7 + + 194, 218 - - GrpPermission - - - 3, 3, 3, 3 - - - LblAiwiHeight - - - PanelMailItemArgs - - - 武器 - - - 7 - - - System.Windows.Forms.NumericUpDown, 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 - - - Bottom, Right - - - 5 - - - LblEntityLevel - - - NoControl - - - 16 - - - 4 - - - TPSpawnArgs - - - TPPlayerCheck - - - NUDEntityLevel - - + 56, 17 - - 652, 245 - - + 6 - - True + + 精炼等级 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + LblWeaponRefinement - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + TPWeapon - - ChkIncludeUID + + 3 - - 46, 17 - - - 358, 6 - - - 280, 280 - - - Top, Left, Right - - - True - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 9 - - - GrpGiveAvatar - - - 主页 - - - RbAtN - - - 1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 7 - - - 8 - - - 212, 25 - - - BtnExportCustomCommands - - + Bottom, Left - + True - - TPMail + + NoControl - - TxtAtEntityQ + + 6, 218 - - 235, 17 - - - 1 - - - LblMailItemCount - - + 32, 17 - - [0-20] + + 6 - - 1 + + 数量 - - 0, 0 + + LblWeaponAmount - - 17 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + TPWeapon - + + 4 + + Bottom, Left - - 2 + + 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 - - 4 - - - 6, 3 - - - LblEntityMaxHp - - - Bottom, Left, Right - - + Bottom, Left - - TPAvatar + + 138, 216 - - 4 + + 50, 23 - - TPMail + + 5 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 235, 17 - - - 2 + + NUDWeaponLevel System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + TPWeapon + + + 8 + + + Top, Bottom, Right + + + 17 + + + 446, 31 + + + 200, 208 + + + 4 + + + ListWeapons + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 9 + + + 4, 26 + + + 3, 3, 3, 3 + + + 652, 245 + + + 3 + + + 武器 + + + TPWeapon + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 7 + + + None + + + True + + + NoControl + + + 198, 24 + + + 80, 17 + + + 2 + + + 设置所有角色 + + + LnkSetAllConst + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetConstellation + + + 0 + + + True + + + NoControl + + + 112, 24 + + + 80, 17 + + 1 - - 228, 140 + + 设置当前角色 + + + LnkSetConst + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetConstellation + + + 1 + + + 44, 22 + + + 62, 23 + + + 0 + + + NUDSetConstellation + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetConstellation + + + 2 + + + 288, 176 + + + 332, 55 + + + 15 + + + 设置命座 + + + GrpSetConstellation + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 0 + + + None + + + False + + + NoControl + + + 174, 67 + + + 125, 23 + + + 6 + + + 解锁 + + + BtnUnlockStat + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 0 + + + False + + + NoControl + + + 43, 67 + + + 125, 23 + + + 5 + + + 锁定 + + + BtnLockStat + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 1 + + + NoControl + + + 40, 16 + + + 286, 17 + + + 4 + + + 提示 + + + LblStatTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 2 + + + True + + + NoControl + + + 283, 39 + + + 19, 17 + + + 3 + + + % + + + False + + + LblStatPercent + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 3 + + + 207, 37 + + + 70, 23 + + + 1 + + + NUDStat + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 4 + + + 43, 36 + + + 158, 25 + + + 0 + + + CmbStat + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 5 + + + 288, 13 + + + 332, 96 + + + 14 + + + 角色属性 + + + GrpSetStats + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 1 + + + None + + + True + + + NoControl + + + 112, 24 + + + 32, 17 + + + 4 + + + 全部 + + + LnkTalentAll + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpTalentLevel + + + 0 + + + True + + + NoControl + + + 260, 24 + + + 39, 17 + + + 3 + + + E技能 + + + LnkTalentE System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + GrpTalentLevel + + + 1 + + + True + + + NoControl + + + 212, 24 + + + 42, 17 + + + 2 + + + Q技能 + + + LnkTalentQ + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpTalentLevel + + + 2 + + + True + + + NoControl + + + 150, 24 + + + 56, 17 + + + 1 + + + 普通攻击 + + + LnkTalentNormalATK + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpTalentLevel + + + 3 + + + 44, 22 + + + 62, 23 + + + 0 + + + NUDTalentLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpTalentLevel + + + 4 + + + 288, 115 + + + 332, 55 + + + 13 + + + 技能等级 + + + GrpTalentLevel + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 2 + + + None + + + 89, 22 + + + 110, 25 + + + 0 + + + CmbAvatar + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveAvatar + + + 0 + + + True + + + NoControl + + + 201, 113 + + + 46, 17 + + + 10 + + + *v1.4.1 + + + LblAvatarSkillLevelTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveAvatar + + + 1 + + + 89, 53 + + + 110, 23 + + + 1 + + + NUDAvatarLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveAvatar + + + 2 + + + Microsoft YaHei UI, 10pt + + + NoControl + + + 50, 159 + + + 150, 35 + + + 9 + + + 一键获得所有角色 + + + BtnGiveAllChar + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveAvatar + + + 3 + + + True + + + NoControl + + + 27, 55 + + + 32, 17 + + + 2 + + + 等级 + + + LblAvatarLevel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveAvatar + + + 4 + + + True + + + NoControl + + + 27, 113 + + + 56, 17 + + + 7 + + + 技能等级 + + + LblAvatarSkillLevelLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveAvatar + + + 5 + + + True + + + NoControl + + + 27, 25 + + + 32, 17 + + + 3 + + + 角色 + + + LblAvatar + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveAvatar + + + 6 + + + True + + + NoControl + + + 27, 84 + + + 32, 17 + + + 7 + + + 命座 + + + LblAvatarConstellation + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveAvatar + + + 7 + + + 89, 82 + + + 110, 23 + + + 6 + + + NUDAvatarConstellation + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveAvatar + + 8 + + 89, 111 + + + 110, 23 + + + 6 + + + NUDAvatarSkillLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveAvatar + + + 9 + + + 32, 13 + + + 250, 218 + + + 11 + + + 获取角色 + + + GrpGiveAvatar + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 3 + + + 4, 26 + + + 3, 3, 3, 3 + + + 652, 245 + + + 5 + + + 角色 + + + TPAvatar + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 6 + + + Top, Bottom, Left + + + 240, 126 + + + 80, 23 + + + 5 + + + NUDEntityDef + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 0 + + + 78, 126 + + + 80, 23 + + + 4 + + + NUDEntityAtk + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 1 + + + 69, 80 + + + 80, 23 + + + 2 + + + NUDEntityHp + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 2 + + + 240, 80 + + + 80, 23 + + + 3 + + + NUDEntityMaxHp + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 3 + + + 260, 155 + + + 60, 23 + + + 8 + + + NUDEntityPosZ + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 4 + + + 169, 155 + + + 60, 23 + + + 7 + + + NUDEntityPosY + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 5 + + + 78, 155 + + + 60, 23 + + + 6 + + + NUDEntityPosX + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 6 + + + 69, 25 + + + 80, 23 + + + 0 + + + NUDEntityAmout + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 7 + + + 240, 25 + + + 80, 23 + + + 1 + + + NUDEntityLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 8 + + + True + + + NoControl + + + 19, 60 + + + 162, 17 + + + 43 + + + 以下参数至少要求 GC v1.3.1 + + + LblSpawnVersionRequireTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 9 + + + True + + + NoControl + + + 20, 106 + + + 107, 17 + + + 42 + + + 血量为 0 表示无限 + + + LblInfiniteHpTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 10 + + + True + + + NoControl + + + 182, 128 + + + 56, 17 + + + 40 + + + 防御力: + + + LblEntityDef + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 11 + + + True + + + NoControl + + + 19, 128 + + + 56, 17 + + + 38 + + + 攻击力: + + + LblEntityAtk + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 12 + + + True + + + NoControl + + + 19, 82 + + + 44, 17 + + + 36 + + + 血量: + + + LblEntityHp + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 13 + + + True + + + NoControl + + + 170, 82 + + + 68, 17 + + + 34 + + + 最大血量: + + + LblEntityMaxHp + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 14 + + + True + + + NoControl + + + 19, 157 + + + 235, 17 + + + 30 + + + 位置: x: y: z: + + + LblEntitySpawnPostion + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 15 + + + True + + + NoControl + + + 194, 27 + + + 44, 17 + + + 11 + + + 等级: + + + LblEntityLevel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 16 + + + True + + + NoControl + + + 20, 27 + + + 44, 17 + + + 10 + + + 数量: + + + LblEntityAmount + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnArgs + + + 17 + + + 4, 26 + + + 3, 3, 3, 3 + + + 338, 203 + + + 0 + + + 生成参数 + + + TPSpawnArgs + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCSpawnSettings + + + 0 + + + True + + + NoControl + + + 6, 41 + + + 140, 17 + + + 11 + + + 见识一下真正的雷神吧! + + + LblAMPluginTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackModArgs + + + 0 + + + True + + + NoControl + + + 6, 24 + + + 227, 17 + + + 11 + + + 这个插件可以使用 Gadget 替换角色攻击 + + + LblAMPluginIntroduction + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackModArgs + + + 1 + + + True + + + NoControl + + + 6, 3 + + + 44, 17 + + + 10 + + + 插件: + + + LblAMPlugin + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackModArgs + + + 2 + + + True + + + NoControl + + + 182, 3 + + + 20, 17 + + + 2 + + + + + + LnkAMOff + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackModArgs + + + 3 + + + True + + + NoControl + + + 156, 3 + + + 20, 17 + + + 1 + + + + + + LnkAMOn + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackModArgs + + + 4 + + + NoControl + + + 232, 170 + + + 100, 23 + + + 5 + + + 重载配置 + + + BtnAtReload + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackModArgs + + + 5 + + + NoControl + + + 9, 170 + + + 217, 23 + + + 4 + + + 清空实体!! + + + BtnAtClear + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackModArgs + + + 6 + + + True + + + NoControl + + + 56, 3 + + + 94, 17 + + + 0 + + + AttackModifier + + + LnkAttackModifierPlugin + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackModArgs + + + 7 + + + 67, 72 + + + 250, 23 + + + 5 + + + TxtAtEntityQ + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAMSkills + + + 0 + + + 67, 43 + + + 250, 23 + + + 4 + + + TxtAtEntityE + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAMSkills + + + 1 + + + 67, 14 + + + 250, 23 + + + 3 + + + TxtAtEntityN + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAMSkills + + + 2 + + + True + + + NoControl + + + 14, 73 + + + 36, 21 + + + 2 + + + Q + + + RbAtQ + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAMSkills + + + 3 + + + True + + + NoControl + + + 14, 44 + + + 33, 21 + + + 1 + + + E + + + RbAtE + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAMSkills + + + 4 + + + True + + + NoControl + + + 14, 15 + + + 36, 21 + + + 0 + + + N + + + RbAtN + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAMSkills + + + 5 + + + 9, 61 + + + 323, 103 + + + 3 + + + 替换技能 + + + GrpAMSkills + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackModArgs + + + 8 + + + 4, 26 + + + 3, 3, 3, 3 + + + 338, 203 + + + 1 + + + 攻击修改参数 + + + TPAttackModArgs + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCSpawnSettings + + + 1 + + + 248, 105 + + + 60, 23 + + + 7 + + + NUDAiwiRotateZ + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 0 + + + 157, 105 + + + 60, 23 + + + 6 + + + NUDAiwiRotateY + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 1 + + + 66, 105 + + + 60, 23 + + + 5 + + + NUDAiwiRotateX + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 2 + + + True + + + NoControl + + + 7, 107 + + + 235, 17 + + + 26 + + + 旋转: x: y: z: + + + LblAiwiRotate + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 3 + + + 228, 76 + + + 80, 23 + + + 4 + + + NUDAiwiSpread + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 4 + + + True + + + NoControl + + + 178, 78 + + + 44, 17 + + + 24 + + + 扩散: + + + LblAiwiSpread + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 5 + + + 66, 76 + + + 80, 23 + + + 3 + + + NUDAiwiCount + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 6 + + + 228, 47 + + + 80, 23 + + + 2 + + + NUDAiwiHeight + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 7 + + + 66, 47 + + + 80, 23 + + + 1 + + + NUDAiwiRadius + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 8 + + + True + + + NoControl + + + 7, 78 + + + 44, 17 + + + 20 + + + 数量: + + + LblAiwiCount + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 9 + + + True + + + NoControl + + + 178, 49 + + + 44, 17 + + + 18 + + + 高度: + + + LblAiwiHeight + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 10 + + + True + + + NoControl + + + 7, 49 + + + 44, 17 + + + 16 + + + 范围: + + + LblAiwiRadius + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 11 + + + NoControl + + + 94, 134 + + + 150, 30 + + + 8 + + + 攻击注入 + + + BtnAttackInfuse + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 12 + + + NoControl + + + 221, 174 + + + 100, 23 + + + 11 + + + 重载配置 + + + BtnAiwiReload + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 13 + + + NoControl + + + 115, 174 + + + 100, 23 + + + 10 + + + 清空实体 + + + BtnAiwiClear + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 14 + + + NoControl + + + 9, 174 + + + 100, 23 + + + 9 + + + 重置 + + + BtnAiwiReset + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 15 + + + True + + + NoControl + + + 6, 3 + + + 44, 17 + + + 11 + + + 插件: + + + LblAiwiPlugin + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 16 + + + True + + + NoControl + + + 56, 3 + + + 139, 17 + + + 0 + + + AttackInfusedWithItem + + + LnkAttackInfusedWithItem + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAttackInfusedArgs + + + 17 + + + 4, 26 + + + 3, 3, 3, 3 + + + 338, 203 + + + 2 + + + 攻击注入参数 + + + TPAttackInfusedArgs + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCSpawnSettings + + + 2 + + + 6, 6 + + + 346, 233 + + + 0 + + + TCSpawnSettings + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 0 + + + Top, Bottom, Left, Right + + + Fill + + + 17 + + + 3, 33 + + + 274, 167 + + + 1 + + + ListEntity + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnItems + + + 0 + + + Top, Left, Right + + + 0, 3 + + + 242, 23 + + + 0 + + + TxtEntityFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 0 + + + Top, Right + + + NoControl + + + 245, 3 + + + 26, 24 + + + 5 + + + + + + BtnFilterEntity + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 1 + + + Top + + + 3, 3 + + + 274, 30 + + + 17 + + + panel1 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnItems + + + 1 + + + 4, 26 + + + 3, 3, 3, 3 + + + 280, 203 + + + 0 + + + 实体列表 + + + TPSpawnItems + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCSpawnItems + + + 0 + + + Fill + + + 17 + + + 3, 3 + + + 274, 168 + + + 9 + + + ListSpawnLogs + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnRecords + + + 0 + + + True + + + NoControl + + + 3, 3 + + + 75, 23 + + + 10 + + + √ 记录 + + + BtnSaveSpawnLog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + FLPSpawnRecordControls + + + 0 + + + False + + + NoControl + + + 84, 3 + + + 75, 23 + + + 11 + + + × 删除 + + + BtnRemoveSpawnLog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + FLPSpawnRecordControls + + + 1 + + + Left + + + True + + + NoControl + + + 165, 6 + + + 44, 17 + + + 13 + + + X 清空 + + + LblClearSpawnLogs + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + FLPSpawnRecordControls + + + 2 + + + Bottom + + + 3, 171 + + + 274, 29 + + + 17 + + + FLPSpawnRecordControls + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawnRecords + + + 1 + + + 4, 26 + + + 3, 3, 3, 3 + + + 280, 203 + + + 1 + + + 生成记录本 + + + TPSpawnRecords + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCSpawnItems + + + 1 + + + 358, 6 + + + 288, 233 + + + 1 + + + TCSpawnItems + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 1 + + + 4, 26 + + + 3, 3, 3, 3 + + + 652, 245 + + + 6 + + + 生成 + + + TPSpawn + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 4 + + + Bottom, Left + + + True + + + NoControl + + + 26, 82 + + + 75, 21 + + + 2 + + + 测试任务 + + + ChkQuestFilterTEST + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpQuestFilters + + + 0 + + + True + + + NoControl + + + 26, 55 + + + 99, 21 + + + 1 + + + 未发布的任务 + + + ChkQuestFilterUNRELEASED + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpQuestFilters + + + 1 + + + True + + + NoControl + + + 26, 28 + + + 87, 21 + + + 0 + + + 隐藏的任务 + + + ChkQuestFilterHIDDEN + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpQuestFilters + + + 2 + + + 202, 109 + + + 150, 130 + + + 7 + + + 列表过滤 + + + GrpQuestFilters + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 0 + + + Bottom, Left + + + NoControl + + + 102, 216 + + + 90, 23 + + + 6 + + + 完成任务 + + + BtnFinishQuest + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 1 + + + Bottom, Left + + + NoControl + + + 6, 216 + + + 90, 23 + + + 5 + + + 添加任务 + + + BtnAddQuest + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 2 + + + Top, Bottom, Left + + + NoControl + + + 6, 6 + + + 346, 100 + + + 4 + 添加或完成任务 提示:许多任务需要服务端脚本支持 因此任务可以接,可以完成,但是不一定可以做 - - 44, 17 + + LblQuestDescription - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + TPQuest - - 66, 76 + + 3 - - TCMain - - - 652, 245 - - - 0 - - - TPHome - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4 - - - NoControl - - - 6 - - - GrpSetStats - - - 44, 216 - - - DTPBanEndTime - - - 44, 17 - - - 3, 171 - - - Github - - - NUDAvatarLevel - - - TPArtifact - - - True - - - TPArtifact - - - NoControl - - - 84, 3 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BtnLoadCustomCommands - - - GrpAccount - - - TPAttackInfusedArgs - - - 10 - - - 4, 26 - - + Top, Left, Right - - 14 + + 358, 5 - - NoControl + + 288, 23 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - BtnAtClear + + TxtQuestFilter - - 15, 16 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 3, 3, 3 + + TPQuest - - 100, 23 + + 4 - - 198, 24 + + Top, Bottom, Left, Right - - 75, 23 - - - Top - - - LblMailTitleLabel - - + 17 - - TPMail + + 358, 31 - - 19, 128 + + 288, 208 - - 118, 23 + + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ListQuest - - 212, 24 + + System.Windows.Forms.ListBox, 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 + + TPQuest - - LblAiwiSpread + + 5 - - 65, 13 + + 4, 26 - - NUDEntityPosZ + + 3, 3, 3, 3 - - 50, 23 + + 652, 245 - - TPRemoteCall + + 15 - - 11 + + 任务 - - 65, 13 + + TPQuest - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + TCMain - - 0 + + 10 - - 0 + + Top - - 332, 55 + + True - - 140, 140 - - - GrpSetConstellation - - - LblMailRecipientLabel + + NoControl 223, 41 - - 6 + + 42, 17 - - True + + 37 - - GrpCommand + + [0-20] - - NoControl + + LblArtifactLevelTip - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + 0 - + + Top + + NoControl - + + 465, 129 + + + 75, 23 + + + 8 + + + + 添加 + + + BtnAddSubAttr + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 1 + + + Top + + + True + + + NoControl + + + 462, 11 + + + 0, 17 + + + 45 + + + LblArtifactName + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 2 + + + Top + + + True + + + NoControl + + + 298, 11 + + + 32, 17 + + + 42 + + + 部位 + + + LblArtifactPart + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 3 + + + Top + + + 336, 8 + + + 120, 25 + + + 1 + + + CmbArtifactPart + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + 4 Top - - True + + 167, 8 - - 5 - - - 44, 17 - - - 1 - - - 3 - - - 5 - - - 6 - - - 332, 55 - - - NoControl - - - 4, 26 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 44, 17 - - - TPWeapon - - - 228, 204 - - - 73, 21 - - - GrpServerStatus - - - 30 - - - 4, 26 - - - NoControl - - - 4 - - - 68, 17 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 20, 17 - - - Bottom, Left - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 添加任务 - - - 8 - - - 10 - - - 4 - - - 68, 17 - - - 240, 126 - - - CmbAvatar - - - 0 - - - 封禁管理 - - - 66, 47 - - - TPCustom - - - GrpAccount - - - TPScene - - - 41, 80 - - - 4 - - - NoControl - - - TCSpawnItems - - - ListQuest - - - 3 - - - NUDEntityMaxHp - - - Top + + 125, 25 0 - - GrpGiveItemRecord + + CmbArtifactSet - - 14 - - - TPItem - - - 6, 6 - - - 2 - - - 7 - - - 6 - - - TxtEntityFilter - - - LblArtifactSet - - - 80, 23 - - - GrpTalentLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveAvatar - - - None - - - 1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 26 - - - LnkTalentQ - - - 16 - - - None - - - Top - - - 2 - - - True - - - 生成的命令包含UID - - - 250, 89 - - - TPHome - - - 5 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - LblWeaponAmount - - - NoControl - - - BtnPermAdd - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Bottom, Left - - - 471, 216 - - - TPHome - - - 6 - - - 生成参数 - - - 20 - - - 50, 23 - - - NoControl - - - TCMain - - - NoControl - - - TPSpawnArgs - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Bottom, Left, Right - - - --- - - - TPWeapon - - - 20, 17 - - - TPQuest - - - TPMailSelectableItemList - - - 1 - - - Bottom, Right - - - 6 - - - Bottom, Left - - - 4 - - - 10 - - - NoControl - - - 11 - - - 11 - - - 4, 26 - - - NUDAccountUid - - - NoControl - - - 0 - - - TxtCustomName - - - 56, 17 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4 - - - 3 - - - TPCustom - - - 38 - - - 4 - - - 6, 218 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6, 128 - - - 0 - - - 80, 23 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 42, 17 - - - 115, 174 - - - TPArtifact - - - False - - - 1 - - - 18 - - - None - - - 157, 105 - - - TxtSceneFilter - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 46, 17 - - - LblArtifactName - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 388, 36 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPMailSelectableItemList - - - 套装 - - - 13 - - - NoControl - - - 3 - - - 120, 25 - - - 8 - - - Bottom, Right - - - 0 - - - NUDAvatarSkillLevel - - - 9, 170 - - - LnkAMOn - - - TCMain - - - 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 - - - 182, 128 - - - 80, 23 - - - Top - - - 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 - - - 3, 3 - - - GrpPermission - - - 140, 17 - - - LblAvatarLevel - - - 249, 162 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - + 添加 - - - - - - 0 - - - BtnUnban - - - 6, 22 - - - TPPlayerCheck - - - 112, 24 - - - 给玩家指定物品 -说明:可选择直接给到背包或者掉落到世界 - - - 147, 82 - - - 精炼等级 - - - 1 - - - 73, 64 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 90, 23 - - - 34 - - - 高度: - - - None - - - LblArtifactLevelTip - - - 7 - - - 15 - - - 245, 3 - - - 36, 21 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 12 - - - BtnAtReload - - - LblServerVersionLabel - - - 查询 - - - x 清空 - - - 0 - - - 4 - - - 15 - - - 8 - - - 2 - - - 44, 17 - - - 0 - - - GrpPermission - - - 473, 22 - - - 89, 22 - - - 4 - - - Vertical - - - BtnAttackInfuse - - - 2 - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 27, 55 - - - 56, 17 - - - 主词条 - - - 18 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - LblInfiniteHpTip - - - GrpRemoteCommand - - - 652, 245 - - - 182, 23 - - - 332, 96 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 10 - - - 24 - - - NUDWeaponAmout - - - 物品记录本 - - - 329, 155 - - - TxtMailSelectableItemFilter - - - 全部 - - - 60, 23 - - - 4 - - - GrasscutterToolsIcon - - - 56, 72 - - - 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 - - - NoControl - - - 2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 262, 193 - - - 7 - - - 40, 16 - - - 9 - - - 1 - - - 5 - - - 16 - - - True - - - 331, 56 - - - TPMail - - - 80, 17 - - - 载入 - - - test - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - 3 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 45 - - - 3 - - - 测试任务 - - - 导出 - - - NoControl - - - 33, 21 - - - 10 - - - 15 - - - + 添加 - - - 0 - - - 99, 28 - - - 5 - - - 4 - - - 3 - - - 44, 17 - - - 3, 3, 3, 3 - - - 10 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAttackModArgs - - - False - - - 8 - - - 129, 41 - - - NoControl - - - 94, 17 - - - 60, 23 - - - 0 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 178, 49 - - - 118, 23 - - - 5 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Bottom, Left - - - 72, 65 - - - LblPermUID - - - 11 - - - TPConsoleCheck - - - LblTpY - - - GrpRemoteCommand - - - 重置 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - Bottom, Left - - - 数量: - - - 150, 23 - - - Top - - - TPArtifact - - - 位置: x: y: z: - - - *v1.4.1 - - - 387, 92 - - - TPAvatar - - - 1 - - - 2 - - - 652, 245 - - - NoControl - - - 所有人 - - - 1 - - - 37 - - - 旋转: x: y: z: - - - 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 - - - 69, 25 - - - 0 - - - 0 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 129, 11 - - - Top - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - LblGiveCommandDescription - - - ChkQuestFilterHIDDEN - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAttackModArgs - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - 2 - - - 15, 44 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAMSkills - - - BtnLockStat - - - 107, 17 - - - GrpSettings - - - 3, 3, 3, 3 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - True - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6 - - - 537, 216 - - - 4, 26 - - - TPAbout - - - 4 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Bottom - - - NoControl - - - GrpCommand - - - 1 - - - 3 - - - NoControl - - - AttackModifier - - - 10 - - - 4, 26 - - - 274, 30 - - - 15, 39 - - - 5 - - - NoControl - - - Fill - - - 288, 23 - - - NoControl - - - 远程执行插件 - - - × 清空 - - - 验证码 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 169, 155 - - - NUDMailItemLevel - - - 346, 100 - - - True - - - 置顶 - - - 120, 25 - - - y - - - TxtGameItemFilter - - - 7 - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - LblMailSenderLabel - - - 66, 22 - - - 540, 60 - - - 56, 3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - LblClearGiveItemLogs - - - 2 - - - 1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 26, 82 - - - 1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GC - - - 2 - - - 标题: - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - ChkAutoCopy - - - 14 - - - 60, 23 - - - 附件: - - - 18 - - - 9 - - - True - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 15 - - - True - - - BtnTeleport - - - Zoom - - - True - - - TPArtifact - - - 0 - - - NoControl - - - NoControl - - - GrpSetStats - - - 610, 56 - - - 15 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 112, 161 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 462, 218 - - - True - - - 222, 28 - - - System.Windows.Forms.TabPage, 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 - - - 80, 17 - - - 121, 23 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - None - - - BtnAddQuest - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 13 - - - 1 - - - 3 - - - 110, 23 - - - NoControl - - - NoControl - - - 300, 208 - - - True - - - 扩散: - - - 329, 184 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 1 - - - Bottom, Right - - - 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 - - - 10 - - - 0, 0, 0, 0 - - - 331, 23 - - - 1 - - - Microsoft YaHei UI, 9pt - - - True - - - 32, 17 - - - True - - - 3, 3, 3, 3 - - - NoControl - - - 250, 21 - - - 4, 26 - - - TPQuest - - - 7 - - - NoControl - - - True - - - CmbSubAttribution - - - 44, 17 - - - 提示 - - - 5 - - - GrpBanPlayer - - - NoControl - - - TPAttackInfusedArgs - - - 250, 22 - - - Bottom, Right - - - 543, 22 - - - 32, 17 - - - None - - - 323, 103 - - - 4 - - - 自定义 - - - NoControl - - - N - - - TPHome - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - 5 - - - - - - NoControl - - - System.Windows.Forms.CheckBox, 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 - - - TPAttackInfusedArgs - - - 260, 155 - - - False - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 150, 130 - - - 0 - - - NoControl - - - 6 - - - LblBanUID - - - 2 - - - 部位 - - - None - - - Bottom, Left - - - 6, 24 - - - 等级: - - - 7, 17 - - - 1 - - - TPRemoteCall - - - 12, 293 - - - 44, 17 - - - 3 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 TPArtifact - - 1 - - - 334, 136 - - - 1 - - - LblArtifactPart - - - 67, 43 - - - TCMain - - - 4, 26 - - - 7 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCSpawnItems - - - BtnOpenTextMap - - - 140, 23 - - - 账号管理 - - - 171, 5 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 75, 23 - - - 200, 23 - - - NoControl - - - LblEntityAmount - - - 0 - - - 1 - - - 75, 23 - - - 165, 6 - - - 角色 - - - Top, Bottom, Left, Right - - - Top, Bottom, Left, Right - - - True - - - TPArtifact - - - 8 - - - TPSpawnArgs - - - 147, 54 - - - 75, 23 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - LnkGOODHelp - - - Bottom, Left, Right - - - 7 - - - TPMail - - - 23, 17 - - - None - - - 446, 5 - - - NoControl - - - 4 - - - 祝你玩得愉快! - - + 5 - - NoControl - - - 13 - - - 14 - - - 473, 22 - - - TPMail - - - 525, 216 - - - 60, 23 - - - 11 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - True - - - GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.7.3.0, Culture=neutral, PublicKeyToken=de2b1c089621e923 - - - GrpGiveAvatar - - - TPMail - - - TPArtifact - - - 0, 3 - - - TCMain - - - 10 - - - 复制 - - - True - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 486, 183 - - - LnkResetCustomCommands - - - TPArtifact - - - BtnAiwiReload - - - NoControl - - - 3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 17 - - - 内容: - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - 6, 25 - - - 3 - - - 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 - - - 329, 210 - - - 6, 37 - - - 87, 21 - - - 3, 19 - - - 1 - - - NoControl - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 生成记录本 - - - 9, 175 - - - GrpTalentLevel - - - 1 - - - 9 - - - LblTp - - - True - - - 9 - - - NoControl - - - 16 - - - 8 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 5 - - - True - - - 6, 158 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 8 - - - TPAttackModArgs - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 17 - - - NoControl - - - 5 - - - True - - - Bottom, Right - - - 2 - - - True - - - 1 - - - 副词条 - - - NoControl - - - 11 - - - NUDEntityAmout - - - 5 - - - NoControl - - - True - - - 1 - - - 236, 234 - - - 332, 36 - - - 6, 6 - - - 2 - - - 90, 23 - - - 248, 105 - - - 6 - - - 51, 21 - - - BtnSaveSpawnLog - - - Bottom, Right - - - 17 - - - True - - - TPHome - - - CmbGcVersions - - - 2 - - - 3 - - - 110, 23 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - LblAiwiRadius - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 44, 17 - - - None - - - True - - - 66, 105 - - + 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 - - - 150, 25 - - - GrpSettings - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - NUDEntityDef - - - 远程执行 - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 8 - - - NoControl - - - 9, 188 - - - NoControl - - - 42, 17 - - - 9 - - + True - + + NoControl + + + 129, 11 + + + 32, 17 + + + 38 + + + 套装 + + + LblArtifactSet + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + TPArtifact - - 16 - - - 23 - - - 数量: - - - 44, 17 - - - TPAttackModArgs - - - 338, 203 - - - 0 - - - 80, 23 - - - 444, 206 - - - LblPerm - - - TxtCommand - - - 8 - - - 2 - - - NoControl - - - 重置 - - - 2 - - - TPItem - - - 156, 3 - - - 3, 3, 3, 3 - - - PanelMailListControls - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - NoControl - - - 等级 - - - 201, 113 - - - 224, 51 - - - 4, 26 - - - TPAvatar - - - 3, 3, 3, 3 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 202, 109 - - - 1 - - - 60, 23 - - - 列表 - - - 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 - - - GrpAMSkills + + Top 465, 100 - - 2 + + 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 - - LblMailItemsLabel + + 167, 99 - - 坐标传送 -提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送 -命令中可以用~表示当前位置,~100表示相对当前100 + + 163, 25 - + + 5 + + + CmbSubAttribution + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 9 + + + Top + + True - + + NoControl + + + 462, 218 + + + 44, 17 + + + 10 + + + X 清空 + + + LblClearSubAttrCheckedList + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 10 + + + Top, Bottom + + + 17 + + + 167, 129 + + + 289, 106 + + + 9 + + + ListSubAttributionChecked + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 11 + + + Top + + + True + + + NoControl + + + 129, 41 + + + 32, 17 + + + 24 + + + 等级 + + + LblArtifactLevel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 12 + + + Top + + + True + + + NoControl + + + 117, 102 + + + 44, 17 + + + 23 + + + 副词条 + + + LblSubAttribution + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 13 + + + Top + + + 167, 68 + + + 289, 25 + + + 4 + + + CmbMainAttribution + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + 14 - - 6 + + Top - + + True + + NoControl - - Microsoft YaHei UI, 9pt, style=Italic + + 117, 71 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 44, 17 - - 80, 23 + + 20 - - 94, 134 + + 主词条 - - LnkSetAllConst - - - NoControl - - - 25, 17 - - - LblGCVersion - - - PanelMailItemArgs - - - 攻击力: - - - 物品列表 - - - PanelMailItemArgs - - - 0 - - - 执行(F5) - - - NoControl - - - TPAttackInfusedArgs - - - 3, 4, 3, 4 - - - TPQuest - - - 280, 203 - - - BtnDeleteAccount + + LblMainAttribution System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BtnDeleteMailItem + + TPArtifact - - NUDMailItemCount + + 15 - - 3 + + Top - - 110, 25 + + 167, 39 - - LblWeaponDescription + + 50, 23 - - 484, 203 - - - TPRemoteCall - - - 3 - - - NUDAiwiRotateX - - - LblLanguage - - - NoControl - - - TPSpawnRecords - - - 3 - - - 392, 206 - - - 26, 24 - - - LnkTalentE - - + 2 NUDArtifactLevel - + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 16 + + + Top + + True - + + NoControl + + + 353, 41 + + + 32, 17 + + + 43 + + + 星级 + + + LblArtifactStars + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 17 + + + Top + + + 391, 39 + + + 65, 23 + + + 3 + + + NUDArtifactStars + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 18 + + + 4, 26 + + + 3, 3, 3, 3 + + + 652, 245 + + + 2 + + + 圣遗物 + + + TPArtifact + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 3 + + + 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 - - TPRemoteCall + + Bottom, Right - - Top, Right + + NoControl - - 274, 29 + + 537, 216 + + + 50, 23 + + + 6 + + + 载入 + + + BtnLoadCustomCommands + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + 1 + + + Bottom, Left + + + True + + + NoControl + + + 6, 219 + + + 32, 17 + + + 5 + + + 标签 + + + LblCustomName + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + 2 Top, Bottom, Left, Right - - 3, 171 + + True - - 50, 23 + + NoControl - - 56, 17 + + 552, -1 - - 4 + + 32, 17 - - TPItem - - - LblAvatar - - - 100, 25 - - + 1 - - 2 + + 重置 - - TPManage + + LnkResetCustomCommands - - TPSpawnArgs + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + groupBox1 - - LblAiwiCount + + 0 - - 5 + + True - - LblServerVersion + + Fill - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 19 - - LblRemotePlayerId + + 634, 182 - - Bottom, Left + + 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 - - 4, 26 + + 471, 216 - - NoControl + + 60, 23 - - 13 + + 4 - - 75, 32 + + × 删除 - + + BtnRemoveCustomCommand + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + 4 + + + Bottom, Right + + NoControl 405, 216 - - None + + 60, 23 - - 388, 139 - - - NUDEntityPosY - - - GrpSettings - - - 5 - - - Bottom - - - PanelMailItemArgs - - - 命座 - - - 100, 23 - - - GrpAMSkills - - - TPMail - - - True - - - 89, 82 - - - 12 - - - NoControl - - - GrpAccount - - - NoControl - - - 3, 3 - - - TPSpawnArgs - - - 18 - - - NoControl - - - 0 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Left, Right - - - System.Windows.Forms.RadioButton, 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 - - - 90, 23 - - - 1 - - - NoControl - - - TCSpawnItems - - - 3, 3 - - - 6 - - - 6 - - - GrpSettings - - - 3, 173 - - - 50, 23 - - - Token - - - 12, 12 - - - groupBox1 - - - 296, 109 - - - 设置当前角色 - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - TPScene - - - BtnAiwiReset - - - 0 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6 - - - 4 - - - 634, 182 - - - panel1 - - - 27, 25 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - 1 - - - 296, 51 - - - 30, 17 - - - NoControl - - - 4 - - - True - - + 3 - - 50, 23 + + √ 保存 - - 44, 17 + + BtnSaveCustomCommand - - 数量: + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 84, 3 + + TPCustom - - 6 + + 5 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Bottom, Left, Right - - ListScenes + + 44, 216 - - TPMail + + 355, 23 - - LblAMPluginTip - - - 4 - - + 1 - - 32, 17 + + 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 - - 玩家 + + 2 + + + Bottom, Right + + + NoControl + + + 313, 187 + + + 100, 23 + + + 11 + + + 商店编辑器 BtnOpenShopEditor - - 62, 23 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GrpGiveAvatar + + 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 - - NUDMailRecipient + + 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 - - 50, 23 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + TPHome - - 410, 8 + + 3 - - False + + Bottom, Right - - CmbStat + + NoControl - - 194, 218 + + 419, 216 - - 16, 17 + + 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 - - System.Windows.Forms.ComboBox, 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 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 250, 89 - - 6 - - - 112, 24 - - - GrpAMSkills - - - CenterScreen - - - LblTpX - - - 17 - - - NoControl - - - TPWeapon - - - 407, 22 - - - 44, 216 - - - 0 - - - 3 - - - NoControl - - - 3 - - - 599, 24 - - - GrpCommand - - - 等级: - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 240, 80 - - - 217, 23 - - - 167, 129 - - - 265, 48 - - + 7 - - -3, 7 + + ListMailItems - - 44, 17 - - - 2 - - - TPWeapon - - - 0 - - - TPMail - - - TPHome - - - 78, 126 - - - 任务 - - - FLPSpawnRecordControls - - - 3 - - - 14 - - - 147, 23 - - - NoControl - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - 32, 17 - - - 2 - - - GrpSettings - - - 75, 23 - - - 攻击注入 + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 TPMail - - None - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 684, 361 - - - True - - - % - - - GrpServerStatus - - - TxtMailTitle - - - 288, 208 - - - 75, 23 - - - 289, 25 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - 11 - - - TPConsoleCheck - - - TPManage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 5 - - 指定UID - - - 2 - - - 3 - - - 7 - - - 5 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpBanPlayer - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 102, 216 - - - TPItem - - - 51, 21 - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - LblMailContentLabel - - - 7 - - - GrpSetStats - - - 300, 23 - - - NoControl - - - LblClearSubAttrCheckedList - - - 4 - - - 78, 155 - - - 6 - - - 5 - - - 552, -1 - - - 167, 68 - - - NUDAiwiSpread - - - 419, 216 - - - True - - - 8 - - + Bottom, Left - - 80, 23 + + True - - 9 + + NoControl - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 158 - - None + + 44, 17 - - - 删除 + + 10 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 附件: - - 3 + + 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 - - CmbArtifactPart + + 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 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 邮件 - - - 158, 25 - - - 26, 28 - - - 清空实体 - - - 5 - 78, 35 - - 3 + + 62, 21 - - 4, 26 - - - 313, 6 - - - RbAtQ - - - 1 - - - LblPlayerCount - - - NoControl - - - NoControl - - - 100, 23 - - + 2 - - BtnInvokeOpenCommand + + 所有人 - - NUDAvatarConstellation + + RbMailSendToAll - - TPArtifact + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 - - - 289, 106 - - - LnkNewVersion - - - 3 - - - 60, 23 - - - 5 - - - TPAttackModArgs - - - PanelMailItemArgs - - - True - - - 9 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 355, 23 - - - 138, 216 - - + TPMail - - 18 + + 9 - - 解锁 + + True - - 6, 9 + + NoControl - - 7, 83 + + 6, 37 - - 540, 60 + + 56, 17 - - ChkTopMost + + 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 - - TPCustom + + Vertical - - TPAttackInfusedArgs + + 331, 56 - - 288, 13 + + 6 - + + TxtMailContent + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPMail + + + 11 + + True - - 9, 174 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 100, 25 - - - 6, 25 - - + NoControl - - 90, 190 + + 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 发件人: - - TPSpawnArgs + + LblMailSenderLabel - - 141, 16 - - - 1 - - - 346, 5 - - - TPScene - - - System.Windows.Forms.ListBox, 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 - - - 1 - - - 14 - - - 9 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0, 26 - - - NUDTpY - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - CmbSubAttributionValue - - - TPMailList - - - TPRemoteCall - - - NUDAiwiRadius - - - 连接 - - - GrpPermission - - - 56, 6 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 掉落 - - - 1 - - - TPScene - - - 10 - - - NoControl - - - 450, 23 - - - GrpAMSkills - - - TxtToken - - - 5 - - - True - - - Top - - - CenterImage - - - 4 - - - 104, 23 - - - 162, 17 - - - TPAttackInfusedArgs - - - 32, 17 - - - NUDTalentLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 4 - - - NoControl - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 100, 23 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - + 创建 - - - Fill - - - - 移除 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 67, 72 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 帮助 - - - True - - - 7 - - - TPSpawnRecords - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 17 - - - 2 - - - TPArtifact - - - 7 - - - NoControl - TPMail - - 250, 218 + + 16 - - 336, 98 + + 4, 26 - - 3 + + 3, 3, 3, 3 - - NoControl + + 652, 245 - - 7 + + 16 - - 12 + + 邮件 - - GrpSetStats + + TPMail - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 50, 23 + + TCMain - - 100, 23 + + 9 - - 288, 176 + + 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