diff --git a/Source/GrasscutterTools/Forms/FormMain.Designer.cs b/Source/GrasscutterTools/Forms/FormMain.Designer.cs index f894a59..553cbaf 100644 --- a/Source/GrasscutterTools/Forms/FormMain.Designer.cs +++ b/Source/GrasscutterTools/Forms/FormMain.Designer.cs @@ -219,6 +219,7 @@ namespace GrasscutterTools.Forms this.BtnSaveCustomCommand = new System.Windows.Forms.Button(); this.TxtCustomName = new System.Windows.Forms.TextBox(); this.TPHome = new System.Windows.Forms.TabPage(); + this.BtnOpenShopEditor = new System.Windows.Forms.Button(); this.BtnOpenDropEditor = new System.Windows.Forms.Button(); this.LnkNewVersion = new System.Windows.Forms.LinkLabel(); this.LblAbout = new System.Windows.Forms.Label(); @@ -266,7 +267,6 @@ namespace GrasscutterTools.Forms this.LblMailTitleLabel = new System.Windows.Forms.Label(); this.TxtMailSender = new System.Windows.Forms.TextBox(); this.LblMailSenderLabel = new System.Windows.Forms.Label(); - this.BtnOpenShopEditor = new System.Windows.Forms.Button(); this.GrpCommand.SuspendLayout(); this.TPRemoteCall.SuspendLayout(); this.GrpServerStatus.SuspendLayout(); @@ -374,6 +374,7 @@ namespace GrasscutterTools.Forms // // TPRemoteCall // + resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall"); this.TPRemoteCall.Controls.Add(this.LnkLinks); this.TPRemoteCall.Controls.Add(this.LnkGOODHelp); this.TPRemoteCall.Controls.Add(this.LnkInventoryKamera); @@ -385,7 +386,6 @@ namespace GrasscutterTools.Forms this.TPRemoteCall.Controls.Add(this.TxtHost); this.TPRemoteCall.Controls.Add(this.BtnQueryServerStatus); this.TPRemoteCall.Controls.Add(this.LblHost); - resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall"); this.TPRemoteCall.Name = "TPRemoteCall"; this.TPRemoteCall.UseVisualStyleBackColor = true; this.TPRemoteCall.Enter += new System.EventHandler(this.TPRemoteCall_Enter); @@ -483,14 +483,15 @@ namespace GrasscutterTools.Forms // // TPOpenCommandCheck // + resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck"); this.TPOpenCommandCheck.Controls.Add(this.TPPlayerCheck); this.TPOpenCommandCheck.Controls.Add(this.TPConsoleCheck); - resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck"); this.TPOpenCommandCheck.Name = "TPOpenCommandCheck"; this.TPOpenCommandCheck.SelectedIndex = 0; // // TPPlayerCheck // + resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck"); this.TPPlayerCheck.Controls.Add(this.LnkRCHelp); this.TPPlayerCheck.Controls.Add(this.NUDRemotePlayerId); this.TPPlayerCheck.Controls.Add(this.BtnConnectOpenCommand); @@ -498,7 +499,6 @@ namespace GrasscutterTools.Forms this.TPPlayerCheck.Controls.Add(this.BtnSendVerificationCode); this.TPPlayerCheck.Controls.Add(this.NUDVerificationCode); this.TPPlayerCheck.Controls.Add(this.LblRemotePlayerId); - resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck"); this.TPPlayerCheck.Name = "TPPlayerCheck"; this.TPPlayerCheck.UseVisualStyleBackColor = true; // @@ -570,11 +570,11 @@ namespace GrasscutterTools.Forms // // TPConsoleCheck // + resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck"); this.TPConsoleCheck.Controls.Add(this.BtnConsoleConnect); this.TPConsoleCheck.Controls.Add(this.TxtToken); this.TPConsoleCheck.Controls.Add(this.LblToken); this.TPConsoleCheck.Controls.Add(this.LblConsoleTip); - resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck"); this.TPConsoleCheck.Name = "TPConsoleCheck"; this.TPConsoleCheck.UseVisualStyleBackColor = true; // @@ -619,10 +619,10 @@ namespace GrasscutterTools.Forms // // TPAbout // + resources.ApplyResources(this.TPAbout, "TPAbout"); this.TPAbout.Controls.Add(this.GrasscutterToolsSupport); this.TPAbout.Controls.Add(this.LnkGithub); this.TPAbout.Controls.Add(this.LblSupportDescription); - resources.ApplyResources(this.TPAbout, "TPAbout"); this.TPAbout.Name = "TPAbout"; this.TPAbout.UseVisualStyleBackColor = true; // @@ -647,10 +647,10 @@ namespace GrasscutterTools.Forms // // TPManage // + resources.ApplyResources(this.TPManage, "TPManage"); this.TPManage.Controls.Add(this.GrpBanPlayer); this.TPManage.Controls.Add(this.GrpAccount); this.TPManage.Controls.Add(this.GrpPermission); - resources.ApplyResources(this.TPManage, "TPManage"); this.TPManage.Name = "TPManage"; this.TPManage.UseVisualStyleBackColor = true; // @@ -668,8 +668,8 @@ namespace GrasscutterTools.Forms // // DTPBanEndTime // - this.DTPBanEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Short; resources.ApplyResources(this.DTPBanEndTime, "DTPBanEndTime"); + this.DTPBanEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.DTPBanEndTime.MaxDate = new System.DateTime(2034, 12, 31, 0, 0, 0, 0); this.DTPBanEndTime.MinDate = new System.DateTime(2022, 6, 28, 0, 0, 0, 0); this.DTPBanEndTime.Name = "DTPBanEndTime"; @@ -691,8 +691,8 @@ namespace GrasscutterTools.Forms // // TxtBanReason // - this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 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"; @@ -792,10 +792,10 @@ namespace GrasscutterTools.Forms // // CmbPerm // + resources.ApplyResources(this.CmbPerm, "CmbPerm"); this.CmbPerm.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CmbPerm.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CmbPerm.FormattingEnabled = true; - resources.ApplyResources(this.CmbPerm, "CmbPerm"); this.CmbPerm.Name = "CmbPerm"; // // NUDPermUID @@ -857,6 +857,7 @@ namespace GrasscutterTools.Forms // // TPScene // + resources.ApplyResources(this.TPScene, "TPScene"); this.TPScene.Controls.Add(this.TxtSceneFilter); this.TPScene.Controls.Add(this.ChkIncludeSceneId); this.TPScene.Controls.Add(this.LblTpZ); @@ -871,7 +872,6 @@ namespace GrasscutterTools.Forms this.TPScene.Controls.Add(this.LblSceneDescription); this.TPScene.Controls.Add(this.ListScenes); this.TPScene.Controls.Add(this.LblTp); - resources.ApplyResources(this.TPScene, "TPScene"); this.TPScene.Name = "TPScene"; this.TPScene.UseVisualStyleBackColor = true; // @@ -1006,6 +1006,7 @@ namespace GrasscutterTools.Forms // // TPItem // + resources.ApplyResources(this.TPItem, "TPItem"); this.TPItem.Controls.Add(this.LblClearGiveItemLogs); this.TPItem.Controls.Add(this.BtnSaveGiveItemLog); this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog); @@ -1018,7 +1019,6 @@ namespace GrasscutterTools.Forms this.TPItem.Controls.Add(this.NUDGameItemAmout); this.TPItem.Controls.Add(this.NUDGameItemLevel); this.TPItem.Controls.Add(this.LblGiveCommandDescription); - resources.ApplyResources(this.TPItem, "TPItem"); this.TPItem.Name = "TPItem"; this.TPItem.UseVisualStyleBackColor = true; // @@ -1136,6 +1136,7 @@ namespace GrasscutterTools.Forms // // TPWeapon // + resources.ApplyResources(this.TPWeapon, "TPWeapon"); this.TPWeapon.Controls.Add(this.BtnGiveAllWeapons); this.TPWeapon.Controls.Add(this.TxtWeaponFilter); this.TPWeapon.Controls.Add(this.LblWeaponDescription); @@ -1146,7 +1147,6 @@ namespace GrasscutterTools.Forms this.TPWeapon.Controls.Add(this.NUDWeaponAmout); this.TPWeapon.Controls.Add(this.NUDWeaponLevel); this.TPWeapon.Controls.Add(this.ListWeapons); - resources.ApplyResources(this.TPWeapon, "TPWeapon"); this.TPWeapon.Name = "TPWeapon"; this.TPWeapon.UseVisualStyleBackColor = true; // @@ -1250,11 +1250,11 @@ namespace GrasscutterTools.Forms // // TPAvatar // + resources.ApplyResources(this.TPAvatar, "TPAvatar"); this.TPAvatar.Controls.Add(this.GrpSetConstellation); this.TPAvatar.Controls.Add(this.GrpSetStats); this.TPAvatar.Controls.Add(this.GrpTalentLevel); this.TPAvatar.Controls.Add(this.GrpGiveAvatar); - resources.ApplyResources(this.TPAvatar, "TPAvatar"); this.TPAvatar.Name = "TPAvatar"; this.TPAvatar.UseVisualStyleBackColor = true; // @@ -1330,9 +1330,9 @@ namespace GrasscutterTools.Forms // // LblStatTip // + resources.ApplyResources(this.LblStatTip, "LblStatTip"); this.LblStatTip.AutoEllipsis = true; this.LblStatTip.ForeColor = System.Drawing.SystemColors.GrayText; - resources.ApplyResources(this.LblStatTip, "LblStatTip"); this.LblStatTip.Name = "LblStatTip"; // // LblStatPercent @@ -1358,9 +1358,9 @@ namespace GrasscutterTools.Forms // // CmbStat // + resources.ApplyResources(this.CmbStat, "CmbStat"); this.CmbStat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbStat.FormattingEnabled = true; - resources.ApplyResources(this.CmbStat, "CmbStat"); this.CmbStat.Name = "CmbStat"; this.CmbStat.SelectedIndexChanged += new System.EventHandler(this.SetStatsInputChanged); // @@ -1440,9 +1440,9 @@ namespace GrasscutterTools.Forms // // CmbAvatar // + resources.ApplyResources(this.CmbAvatar, "CmbAvatar"); this.CmbAvatar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbAvatar.FormattingEnabled = true; - resources.ApplyResources(this.CmbAvatar, "CmbAvatar"); this.CmbAvatar.Name = "CmbAvatar"; this.CmbAvatar.SelectedIndexChanged += new System.EventHandler(this.CmbAvatar_SelectedIndexChanged); // @@ -1534,6 +1534,7 @@ namespace GrasscutterTools.Forms // // TPSpawn // + resources.ApplyResources(this.TPSpawn, "TPSpawn"); this.TPSpawn.Controls.Add(this.ChkInfiniteHP); this.TPSpawn.Controls.Add(this.LblClearSpawnLogs); this.TPSpawn.Controls.Add(this.BtnSaveSpawnLog); @@ -1546,7 +1547,6 @@ namespace GrasscutterTools.Forms this.TPSpawn.Controls.Add(this.NUDEntityLevel); this.TPSpawn.Controls.Add(this.TxtEntityFilter); this.TPSpawn.Controls.Add(this.ListEntity); - resources.ApplyResources(this.TPSpawn, "TPSpawn"); this.TPSpawn.Name = "TPSpawn"; this.TPSpawn.UseVisualStyleBackColor = true; // @@ -1671,13 +1671,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; // @@ -1749,6 +1749,7 @@ namespace GrasscutterTools.Forms // // TPArtifact // + resources.ApplyResources(this.TPArtifact, "TPArtifact"); this.TPArtifact.Controls.Add(this.LblArtifactLevelTip); this.TPArtifact.Controls.Add(this.BtnAddSubAttr); this.TPArtifact.Controls.Add(this.LblArtifactName); @@ -1768,7 +1769,6 @@ namespace GrasscutterTools.Forms this.TPArtifact.Controls.Add(this.NUDArtifactLevel); this.TPArtifact.Controls.Add(this.LblArtifactStars); this.TPArtifact.Controls.Add(this.NUDArtifactStars); - resources.ApplyResources(this.TPArtifact, "TPArtifact"); this.TPArtifact.Name = "TPArtifact"; this.TPArtifact.UseVisualStyleBackColor = true; // @@ -1934,6 +1934,7 @@ namespace GrasscutterTools.Forms // // TPCustom // + resources.ApplyResources(this.TPCustom, "TPCustom"); this.TPCustom.Controls.Add(this.BtnExportCustomCommands); this.TPCustom.Controls.Add(this.BtnLoadCustomCommands); this.TPCustom.Controls.Add(this.LblCustomName); @@ -1941,7 +1942,6 @@ namespace GrasscutterTools.Forms this.TPCustom.Controls.Add(this.BtnRemoveCustomCommand); this.TPCustom.Controls.Add(this.BtnSaveCustomCommand); this.TPCustom.Controls.Add(this.TxtCustomName); - resources.ApplyResources(this.TPCustom, "TPCustom"); this.TPCustom.Name = "TPCustom"; this.TPCustom.UseVisualStyleBackColor = true; // @@ -2005,6 +2005,7 @@ namespace GrasscutterTools.Forms // // TPHome // + resources.ApplyResources(this.TPHome, "TPHome"); this.TPHome.Controls.Add(this.BtnOpenShopEditor); this.TPHome.Controls.Add(this.BtnOpenDropEditor); this.TPHome.Controls.Add(this.LnkNewVersion); @@ -2013,10 +2014,16 @@ 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; // + // BtnOpenShopEditor + // + resources.ApplyResources(this.BtnOpenShopEditor, "BtnOpenShopEditor"); + this.BtnOpenShopEditor.Name = "BtnOpenShopEditor"; + this.BtnOpenShopEditor.UseVisualStyleBackColor = true; + this.BtnOpenShopEditor.Click += new System.EventHandler(this.BtnOpenShopEditor_Click); + // // BtnOpenDropEditor // resources.ApplyResources(this.BtnOpenDropEditor, "BtnOpenDropEditor"); @@ -2078,9 +2085,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 @@ -2091,9 +2098,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 @@ -2148,6 +2155,7 @@ namespace GrasscutterTools.Forms // // TPMail // + resources.ApplyResources(this.TPMail, "TPMail"); this.TPMail.Controls.Add(this.LblClearMailContent); this.TPMail.Controls.Add(this.BtnAddMailItem); this.TPMail.Controls.Add(this.BtnDeleteMailItem); @@ -2165,7 +2173,6 @@ namespace GrasscutterTools.Forms this.TPMail.Controls.Add(this.LblMailTitleLabel); this.TPMail.Controls.Add(this.TxtMailSender); this.TPMail.Controls.Add(this.LblMailSenderLabel); - resources.ApplyResources(this.TPMail, "TPMail"); this.TPMail.Name = "TPMail"; this.TPMail.UseVisualStyleBackColor = true; // @@ -2200,10 +2207,10 @@ namespace GrasscutterTools.Forms // // tabPage1 // + resources.ApplyResources(this.tabPage1, "tabPage1"); this.tabPage1.Controls.Add(this.TxtMailSelectableItemFilter); this.tabPage1.Controls.Add(this.ListMailSelectableItems); this.tabPage1.Controls.Add(this.PanelMailItemArgs); - resources.ApplyResources(this.tabPage1, "tabPage1"); this.tabPage1.Name = "tabPage1"; this.tabPage1.UseVisualStyleBackColor = true; // @@ -2221,11 +2228,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 @@ -2280,9 +2287,9 @@ namespace GrasscutterTools.Forms // // tabPage2 // + resources.ApplyResources(this.tabPage2, "tabPage2"); this.tabPage2.Controls.Add(this.ListMailList); this.tabPage2.Controls.Add(this.PanelMailListControls); - resources.ApplyResources(this.tabPage2, "tabPage2"); this.tabPage2.Name = "tabPage2"; this.tabPage2.UseVisualStyleBackColor = true; // @@ -2295,9 +2302,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 @@ -2396,13 +2403,6 @@ namespace GrasscutterTools.Forms resources.ApplyResources(this.LblMailSenderLabel, "LblMailSenderLabel"); this.LblMailSenderLabel.Name = "LblMailSenderLabel"; // - // BtnOpenShopEditor - // - resources.ApplyResources(this.BtnOpenShopEditor, "BtnOpenShopEditor"); - this.BtnOpenShopEditor.Name = "BtnOpenShopEditor"; - this.BtnOpenShopEditor.UseVisualStyleBackColor = true; - this.BtnOpenShopEditor.Click += new System.EventHandler(this.BtnOpenShopEditor_Click); - // // FormMain // resources.ApplyResources(this, "$this"); diff --git a/Source/GrasscutterTools/Forms/FormMain.en-us.resx b/Source/GrasscutterTools/Forms/FormMain.en-us.resx index 831c278..4aac037 100644 --- a/Source/GrasscutterTools/Forms/FormMain.en-us.resx +++ b/Source/GrasscutterTools/Forms/FormMain.en-us.resx @@ -217,9 +217,6 @@ Send Code - - 296, 111 - Console @@ -664,18 +661,6 @@ In the command, you can use ~ to indicate the current position, and ~N to indica Class - - 75, 21 - - - Monster - - - 65, 21 - - - Animal - 53, 17 @@ -855,6 +840,9 @@ Therefore, the quest can be added and finished, but not necessarily work. Home + + Shop Editor + 546, 216 diff --git a/Source/GrasscutterTools/Forms/FormMain.resx b/Source/GrasscutterTools/Forms/FormMain.resx index ca3f1d7..ac7cdd9 100644 --- a/Source/GrasscutterTools/Forms/FormMain.resx +++ b/Source/GrasscutterTools/Forms/FormMain.resx @@ -117,1155 +117,545 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Left, Right - - - - 87, 22 - - - 450, 23 - - - 0 - - - TxtCommand - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 3 - - - Top, Right - - - NoControl - - - 543, 22 - - - 50, 23 - - - 1 - - - 复制 - - - BtnCopy - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 1 - - - Top, Right - - - True - - - NoControl - - - 599, 24 - - - 51, 21 - - - 2 - - - 自动 - - - ChkAutoCopy - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 2 - - - Bottom, Left, Right - - - NoControl - - - 6, 22 - - - 75, 23 - 3 - - 执行(F5) + + + 283, 39 - - BtnInvokeOpenCommand + + 174, 67 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 0 - - - 12, 293 - - - 610, 56 - - - 660, 56 - - - 3 - - - 命令 - [Ctrl] 自动执行 - [|] 分割多条命令 - - - GrpCommand - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - None - - - True - - - NoControl - - - 444, 206 - - - 37, 17 - - - 14 - - - Links - - - LnkLinks - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 0 - - - None - - - True - - - NoControl - - - 392, 206 - - - 46, 17 - - - 13 - - - GOOD - - - LnkGOODHelp - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 1 - - - None - - - NoControl - - - 486, 183 - - - 107, 17 - - - 12 - - - 存档扫描开源工具 - - - LnkInventoryKamera - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 2 - - - None - - - NoControl - - - 388, 139 - - - 205, 58 - - - 11 - - - 快来将你的官服存档导入GC吧! - - - LblGOODHelp - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 3 - - - None - - - False - - - NoControl - - - 484, 203 - - - 104, 23 - - - 10 - - - 导入GOOD存档 - - - ButtonOpenGOODImport - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 4 - - - None - - - True - - - NoControl - - - 141, 16 - - - 210, 17 - - - 7 - - - 请确保地址中包含 http:// 或 https:// - - - LblHostTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 5 - - - None - - - True - - - NoControl - - - 13, 62 - - - 80, 17 - - - 5 - - - 远程执行插件 - - - LnkOpenCommandLabel - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 0 - - - True - - - NoControl - - - 99, 62 - - - 23, 17 - - - 18 - - - --- - - - LblOpenCommandSupport - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 1 - - - True - - - NoControl - - - 99, 28 - - - 23, 17 - - - 14 - - - --- - - - LblServerVersion - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 2 - - - True - - - NoControl - - - 99, 45 - - - 23, 17 - - - 16 - - - --- - - - LblPlayerCount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 3 - - - True - - - NoControl - - - 37, 28 - - - 56, 17 - - - 13 - - - 游戏版本 - - - LblServerVersionLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 4 - - - True - - - NoControl - - - 25, 45 - - - 68, 17 - - - 15 - - - 当前玩家数 + + 6, 218 LblPlayerCountLabel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top - - GrpServerStatus + + 19, 17 - - 5 + + Bottom, Left - - 388, 36 + + groupBox1 - - 200, 100 + + 391, 39 - - 4 - - - 服务器状态 - - - GrpServerStatus - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 6 - - - None - - + True - - NoControl + + 17 - - 189, 15 - - - 32, 17 - - - 9 - - - 帮助 - - - LnkRCHelp - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 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 - - 验证码 + + 593, 216 - - LblVerificationCode + + Bottom, Left - - 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 + + tabPage2 - - 29, 15 + + Bottom - - 30, 17 + + False - - 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 - - 连接 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BtnConsoleConnect + + Top - - System.Windows.Forms.Button, 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 + + + 5 + + + 5 + + + Bottom, Left TPConsoleCheck - - 0 - - - 65, 13 - - - 182, 23 - - - 1 - - - TxtToken - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPConsoleCheck - - - 1 - - - True - - + NoControl - - 15, 16 - - - 44, 17 - - - 0 - - - Token - - - LblToken - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPConsoleCheck - - - 2 - - - Microsoft YaHei UI, 9pt, style=Italic - - - NoControl - - - 15, 39 - - - 275, 40 - - - 3 - - - 请注意,控制台状态下普通命令必须指定目标 -(即设置包含UID) - - - LblConsoleTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPConsoleCheck - - - 3 - - - 4, 26 - - - 3, 3, 3, 3 - - - 296, 111 - - - 1 - - - 控制台 - - - TPConsoleCheck - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPOpenCommandCheck - - - 1 - - - Fill - - - 3, 19 - - - 304, 139 - - - 7 - - - TPOpenCommandCheck - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpRemoteCommand - - - 0 - - - False - - - 72, 65 - - - 310, 161 - - - 6 - - - 远程执行 - - - GrpRemoteCommand - - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPRemoteCall + + 6 - - 7 + + BtnSendMail - - None + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 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 + + 133, 21 - - 332, 36 + + 25, 45 - - 50, 23 + + 7 - - 3 + + 2 - - 查询 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 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 + + 6 - - 14 - - - 远程 - - - TPRemoteCall - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 12 - - - Bottom, Right - - + NoControl - - 506, 97 + + GrpSettings - - 280, 280 + + 44, 17 - - 140, 140 + + None - - Zoom + + GrpSetStats - + + 0 + + + 42, 17 + + + 连接 + + + 107, 17 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 255, 217 + + + 1 + + 5 - - GrasscutterToolsSupport + + 11 + + + 17 + + + 407, 51 + + + 12 + + + 1 + + + 1 + + + 1 + + + 3 + + + 44, 22 + + + 66, 22 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMailRight + + + 5 + + + LblOpenCommandSupport + + + 27, 113 + + + 6 + + + NoControl + + + True + + + NoControl + + + NoControl + + + True + + + GrpGiveAvatar + + + GrpGiveAvatar + + + GOOD + + + NoControl + + + System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NUDArtifactStars + + + 1 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 3 + + + 288, 115 + + + 99, 45 + + + 8 + + + 6, 67 + + + 51, 23 + + + 2 + + + 6 + + + NoControl + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 9 + + + NoControl + + + True + + + 6, 161 + + + 获得所有武器 + + + 37, 17 + + + LblStatPercent + + + 7 + + + 336, 98 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 60, 23 + + + LblGiveCommandDescription + + + GrpTalentLevel + + + LblMainAttribution + + + TPScene + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 75, 23 + + + 14, 17 + + + TPSpawn + + + 6, 96 + + + GrpQuestFilters + + + 110, 23 + + + BtnBan + + + BtnUnlockStat + + + 5 + + + 125, 25 + + + 19 + + + Top, Left, Right + + + 210, 17 + + + True + + + 265, 77 + + + 服务器状态 + + + NUDUid + + + GrpPermission + + + 8 + + + BtnRemoveSpawnLog + + + Top, Left, Right + + + 10 + + + 4 System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPAbout + + BtnInvokeOpenCommand - - 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 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 346, 31 + + + GrpPermission + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 80, 17 + + + TxtBanReason + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 44, 17 + + + 300, 23 + + + BtnQueryServerStatus + + + 15 + + + 32, 17 + + + FLPEntityType + + + 4 + + + 10 + + + LblMailItemLevel + + + 10 + + + GrpCommand + + NoControl - - 16, 23 + + 3, 3, 3, 3 - - 334, 136 + + 存档扫描开源工具 - - 3 + + ButtonOpenGOODImport + + + 10 + + + NUDGameItemAmout + + + TPScene + + + TPWeapon + + + True + + + 设置天气 + + + 1 + + + 5 + + + 5 + + + 200, 153 + + + 语言/Language/язык + + + 20 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 218, 161 + + + GrpGiveAvatar + + + True + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 割草机工具箱 @@ -1277,1586 +667,4712 @@ 欢迎内测Q群: 457427536 - - LblSupportDescription + + LblClearSubAttrCheckedList - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPAbout + + BtnRemoveCustomCommand - - 2 - - - 4, 26 - - - 3, 3, 3, 3 - - + 652, 245 - - 13 + + GrasscutterToolsSupport - - 关于 - - - TPAbout - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 11 - - - None - - - 154, 22 - - - 90, 23 - - - 13 - - - DTPBanEndTime - - - System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpBanPlayer - - - 0 - - - NoControl - - - 473, 22 - - - 60, 23 - - - 12 - - - 解封 - - - BtnUnban - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpBanPlayer - - - 1 - - - NoControl - - - 407, 22 - - - 60, 23 - - - 11 - - - 封号 - - - BtnBan - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpBanPlayer - - - 2 - - - 250, 22 - - - 150, 23 - - - 8 - - - 封禁理由 - - - TxtBanReason - - - GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.7.2.0, Culture=neutral, PublicKeyToken=de2b1c089621e923 - - - GrpBanPlayer - - - 3 - - - 66, 22 - - - 82, 23 - - - 6 - - - NUDBanUID - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpBanPlayer - - - 4 - - - True - - - NoControl - - - 6, 25 - - - 54, 17 - - - 0 - - - 目标UID - - - LblBanUID - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpBanPlayer - - - 5 - - - 56, 158 - - - 540, 60 - - - 2 - - - 封禁管理 - - - GrpBanPlayer - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPManage - - - 0 - - - None - - - True - - - NoControl - - - 215, 23 - - - 73, 21 - - - 2 - - - 指定UID - - - ChkAccountSetUid - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 0 - - - 294, 22 - - - 106, 23 - - - 3 - - - NUDAccountUid - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 1 - - - NoControl - - - 473, 22 - - - 60, 23 - - - 5 - - - - 删除 - - - BtnDeleteAccount - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 2 - - - NoControl - - - 407, 22 - - - 60, 23 - - - 4 - - - + 创建 - - - BtnCreateAccount - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 3 - - - True - - - NoControl - - - 16, 25 - - - 44, 17 - - - 0 - - - 用户名 - - - LblAccountUserName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 4 - - - 66, 22 - - - 140, 23 - - - 1 - - - test - - - TxtAccountUserName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 5 - - - 56, 6 - - - 540, 60 - - - 0 - - - 账号管理 - - - GrpAccount - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPManage - - - 1 - - - None - - - 250, 21 - - - 150, 25 - - - 7 - - - CmbPerm - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 0 - - - 66, 22 - - - 140, 23 - - - 6 - - - NUDPermUID - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 1 - - - NoControl - - - 473, 51 + + 4, 26 60, 23 - - 7 + + 一键获得所有角色 - - x 清空 + + GrpTalentLevel - - BtnPermClear + + 10, 48 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GrpServerStatus - - GrpPermission - - - 2 - - - NoControl - - - 473, 22 - - - 60, 23 - - - 5 - - - - 移除 - - - BtmPermRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 3 - - - NoControl - - - 407, 51 - - - 60, 23 - - - 6 - - - 列出 - - - BtnPermList - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 4 - - - NoControl - - - 407, 22 - - - 60, 23 - - - 4 - - - + 添加 - - - BtnPermAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 5 - - - True - - - NoControl - - - 212, 25 - - - 32, 17 - - - 2 - - - 权限 - - - LblPerm - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 6 - - - True - - - NoControl - - - 6, 25 - - - 54, 17 - - - 0 - - - 目标UID - - - LblPermUID - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 7 - - - 56, 72 - - - 540, 80 - - - 1 - - - 权限管理 - - - GrpPermission - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPManage - - - 2 - - - 4, 26 - - - 3, 3, 3, 3 - - - 652, 245 - - - 12 - - - 管理 - - - TPManage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 9 - - - Top, Left, Right - - - 346, 5 - - - 300, 23 - - - 13 - - - TxtSceneFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 0 - - - Bottom, Left - - - True - - + False - - NoControl - - - 90, 190 - - - 76, 21 - - - 12 + + 24 含场景ID - - ChkIncludeSceneId + + 313, 187 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 104, 17 - - TPScene + + 16 - - 1 + + 189, 15 - - Bottom, Left + + NoControl - + + 660, 56 + + + 44, 17 + + + TPHome + + + 0 + + + 652, 245 + + 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 + + 640, 204 121, 25 - - 3 + + 星级 + + + 设置 + + + 列出 + + + 3, 19 + + + True + + + 652, 245 + + + 添加或完成任务 +提示:许多任务需要服务端脚本支持 +因此任务可以接,可以完成,但是不一定可以做 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpAccount + + + 4, 26 + + + True + + + TxtHost + + + False + + + 隐藏的任务 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 50, 23 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 16, 220 + + + NoControl + + + LblClearSpawnLogs + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 CmbClimateType - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - TPScene + + TPAbout - - 9 + + 0 - - Bottom, Left + + 610, 56 - - True + + 260, 24 - + + 1 + + NoControl - - 6, 72 + + 1 - - 56, 17 + + 23, 17 - + + 73, 6 + + + TPRemoteCall + + + NoControl + + + 7, 24 + + + TxtCustomName + + + NUDWeaponLevel + + + TPHome + + + LnkLinks + + + 652, 245 + + + 11 + + + X 清空 + + + TCMain + + + True + + + 182, 23 + + + Top, Left, Right + + + $this + + + 10 + + + 50, 159 + + + NoControl + + + Bottom, Left + + + True + + + TPPlayerCheck + + + 1 + + 2 - - 设置天气 + + 目标UID - - LblClimateType + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 10 + + 100, 218 True - + + CmbArtifactSet + + + tabPage1 + + + 44, 17 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 331, 23 + + NoControl - - 6, 6 + + 10 - - 224, 51 + + √ 记录 - + + 5 + + + 0 + + + 222, 30 + + + True + + + 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 8 + + + NoControl + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + LnkRCHelp + + + TPRemoteCall + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 7 + + + 3 + + + GrpSpawnRecord + + + 命令 - [Ctrl] 自动执行 - [|] 分割多条命令 + + + TPAbout + + + 3 + + + GrpAccount + + + 2 + + + NoControl + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 16, 25 + + + 0, 0, 0, 0 + + + 358, 31 + + + 205, 58 + + + 446, 31 + + + TxtSceneFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 未发布的任务 + + + 6 + + + 65, 23 + + + True + + + 283, 35 + + + 99, 62 + + + 13 + + + 3, 3, 3, 3 + + + 100, 23 + + + TPCustom + + + 76, 21 + + + Bottom, Left + + + 12 + + + TPConsoleCheck + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 300, 208 + + + 2 + + + 4 + + + 2 + + + True + + + UID + + + GrpSettings + + + True + + + 358, 5 + + + 123, 7 + + + Fill + + + NoControl + + + 4, 26 + + + LblPerm + + + 54, 17 + + + 75, 23 + + + UID + + + X + + + 2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 51, 21 + + + Bottom, Left + + + NoControl + + + TPWeapon + + + 32, 17 + + + 3 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 + + Bottom, Left + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + GrpBanPlayer + + + LblWeaponRefinement + + + 2 + + + NUDRemotePlayerId + + + 23, 17 + + + Bottom, Left + + + Bottom, Left + + + 10 + + + TPScene + + + BtnSendVerificationCode + + + 14, 17 + + + BtnUnban + + + 43 + + + Bottom, Left, Right + + + TxtToken + + + NoControl + + + GrpGiveAvatar + + + TPCustom + + + 3 + + + LblGameItemAmount + + + 0 + + + Bottom, Right + + + TPPlayerCheck + + + NoControl + + + TPWeapon + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3, 3, 3, 3 + + + ListGameItems + + + Bottom, Left + + + NoControl + + + 服务器地址 + + + 238, 159 + + + 4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 29, 15 + + + GrpCommand + + + NoControl + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TxtWeaponFilter + + + 92, 82 + + + Bottom, Left + + + 6 + + + 329, 184 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + TPOpenCommandCheck + + + 60, 23 + + + 7 + + + 7 + + + 1 + + + Top, Bottom, Left, Right + 场景控制 提示:大部分场景没有作用,无法进入。 - - LblSceneDescription + + BtnGiveAllChar - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 11 - - - Top, Bottom, Left, Right - - - 17 - - - 346, 31 - - - 300, 208 - - - 0 - - - ListScenes - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 12 - - - Bottom, Left - - - True - - - NoControl - - - 6, 105 - - - 296, 51 - - - 11 - - - 坐标传送 -提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送 -命令中可以用~表示当前位置,~100表示相对当前100 - - - LblTp - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 13 - - - 4, 26 - - - 3, 3, 3, 3 - - - 652, 245 - - - 9 - - - 场景 - - - TPScene - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 8 - - - Bottom, Left - - - True - - - NoControl - - - 262, 193 - - - 44, 17 - - - 16 - - - X 清空 - - - LblClearGiveItemLogs - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 0 - - - NoControl - - - 265, 48 - - - 75, 23 - - - 7 - - - √ 记录 - - - BtnSaveGiveItemLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 1 - - - False - - - NoControl - - - 265, 77 - - - 75, 23 - - - 8 - - - × 删除 - - - BtnRemoveGiveItemLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 2 - - - Top, Bottom, Left - - - Fill - - - 17 - - - 3, 19 - - - 243, 140 - - - 6 - - - ListGiveItemLogs - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveItemRecord - - - 0 - - - 10, 48 - - - 249, 162 - - - 5 - - - 物品记录本 - - - GrpGiveItemRecord - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - + 3 - - Bottom, Left - - - True - - - NoControl - - - 255, 217 - - - 51, 21 - - - 4 - - - 掉落 - - - ChkDrop - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 4 - - - Top, Left, Right - - - 346, 5 - - - 300, 23 - - - 0 - - - TxtGameItemFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 5 - - + Top, Bottom, Left, Right - - 17 + + 标签 - - 346, 31 + + BtnPermList - - 300, 208 + + Top - - 1 + + GrpTalentLevel - - ListGameItems - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 6 - - - Bottom, Left - - - True - - - NoControl - - - 6, 218 - - - 32, 17 - - - 14 - - - 数量 - - - LblGameItemAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 7 - - - Bottom, Left - - - True - - - NoControl - - - 150, 218 - - - 32, 17 - - - 15 - - - 等级 - - - LblGameItemLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 8 - - - Bottom, Left - - - 44, 216 - - - 100, 23 - - - 2 - - - NUDGameItemAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 9 - - - Bottom, Left - - - 188, 216 - - - 50, 23 - - - 3 - - - NUDGameItemLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 10 - - - True - - - NoControl - - - 6, 6 - - - 236, 34 - - - 1 - - - 给玩家指定物品 -说明:可选择直接给到背包或者掉落到世界 - - - LblGiveCommandDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - + 11 - - 4, 26 - - - 3, 3, 3, 3 - - - 652, 245 - - - 4 - - - 物品 - - - TPItem - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 7 - Bottom, Left - - Microsoft YaHei UI, 10pt + + 313, 216 - - NoControl + + 296, 111 - - 9, 175 + + 11 - - 150, 35 + + 188, 216 - - 10 + + 100, 23 - - 获得所有武器 - - - BtnGiveAllWeapons - - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPWeapon + + 652, 245 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Top, Right + + LnkTalentAll - - 446, 5 + + 6, 108 - - 200, 23 + + 11 - - 8 + + TPHome - - TxtWeaponFilter + + CmbMainAttribution - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - TPWeapon + + NoControl - - 1 + + 3 - - Top, Bottom, Left, Right + + Top, Bottom, Left - + + 12 + + True - + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + 6 + + + 请注意,控制台状态下普通命令必须指定目标 +(即设置包含UID) + + + True + + + 获取角色 + + + 1 + + + 3 + + + PanelMailItemArgs + + + 32, 17 + + + 112, 204 + + + 4 + + + True + + + 26, 159 + + + 封号 + + + 角色属性 + + + 8 + + NoControl + + 44, 216 + + + NoControl + + + TPSpawn + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TxtQuestFilter + + + 6 + + + LblDefaultUid + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 14 + + + + 添加 + + + 5 + + + 150, 24 + + + NUDTpX + + + TxtMailSender + + + LblToken + + + 167, 8 + + + NoControl + + + 44, 17 + + + 106, 182 + + + 数量 + + + 0 + + + 200, 208 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 掉落物编辑器 + + + TPPlayerCheck + + + 62, 23 + + + BtnSaveGiveItemLog + + + 0 + + + LblHost + + + 3, 19 + + + 9, 6 + + + 7 + + + GrpSetStats + + + 80, 23 + + + 1 + + + --- + + + 50, 21 + + + 4 + + + Top, Bottom, Left, Right + + + TPArtifact + + + 182, 23 + + + True + + + False + + + 解封 + + + 0 + + + 3 + + + 2 + + + 163, 25 + + + 700, 400 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bottom, Left + + + 2 + + + Top, Bottom, Left, Right + + + 100, 23 + + + 26, 55 + + + x + + + 227, 35 + + + ListSubAttributionChecked + + + 18 + + + Top, Bottom, Right + + + BtnRemoveGiveItemLog + + + True + + + 0 + + + 6 + + + 0 + + + GrpQuestFilters + + + NoControl + + + TPItem + + + True + + + Bottom, Left + + + 288, 208 + + + 9 + + + 3, 3, 3, 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 286, 17 + + + 189, 42 + + + X 清空 + + + 13 + + + TPMail + + + Links + + + 0 + + + 44, 22 + + + 12 + + + 7 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BtmPermRemove + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + 125, 23 + + + 13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 普通攻击 + + + 54, 17 + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + TPCustom + + + 32, 17 + + + 99, 21 + + + True + + + True + + + TPSpawn + + + 3 + + + TPAbout + + + 设置命座 + + + TPManage + + + TPSpawn + + + 207, 37 + + + Bottom, Left + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + LblTpZ + + + 4 + + + GrpGiveAvatar + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 660, 275 + + + 0 + + + 473, 22 + + + 2 + + + 2 + + + Top, Bottom, Left + + + 3 + + + Bottom, Left + + + 2 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NUDSubAttributionTimes + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPMail + + + Top, Bottom, Left + + + 304, 139 + + + Top, Right + + + 6 + + + 465, 100 + + + 236, 34 + + + 0 + + + Bottom, Left + + + 68, 69 + + + NoControl + + + NUDAccountUid + + + 2 + + + 0 + + + 294, 22 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 1 + + + 0 + + + 3 + + + TPOpenCommandCheck + + + LblHostTip + + + False + + + 9 + + + TPItem + + + 100, 23 + + + TPMail + + + GrpQuestFilters + + + True + + + 0 + 6, 6 - - 200, 153 + + 50, 23 + + + 0 + + + TPWeapon + + + 167, 68 + + + 652, 245 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 75, 23 + + + NoControl + + + NoControl + + + NoControl + + + 100, 23 + + + TPCustom + + + + 添加 + + + 物品 + + + True + + + 353, 41 + + + LblConsoleTip + + + 2 + + + 0 + + + 39, 17 + + + 目标UID + + + NUDStat + + + 10 + + + 62, 21 + + + BtnFinishQuest + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 137, 216 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 15 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 110, 23 + + + BtnOpenDropEditor + + + True + + + True + + + True + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpQuestFilters + + + True + + + Top, Bottom, Left + + + 3, 3 + + + False + + + True + + + 358, 5 + + + 4 + + + 远程 + + + 32, 17 + + + TPRemoteCall + + + 6, 216 + + + ListSpawnLogs + + + 8 + + + TPQuest + + + 75, 23 + + + 144, 36 + + + 5 + + + 23, 17 + + + 2 + + + NoControl + + + 256, 216 + + + TPRemoteCall + + + True + + + TPMail + + + 56, 72 + + + 4 + + + NoControl + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 30, 17 + + + 4, 26 + + + LblSupportDescription + + + ListWeapons + + + 298, 11 + + + 1 + + + GrpBanPlayer + + + 6, 72 + + + True + + + 1 + + + ListEntity + + + - 删除 + + + √ 记录 + + + TPScene + + + 权限管理 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + TPArtifact + + + 129, 41 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 289, 106 + + + Bottom, Left + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + 310, 161 + + + 27, 84 + + + FormMain + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPMail + + + LblVerificationCode + + + 数量 + + + $this + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveItemRecord + + + 等级 + + + 40, 16 + + + 44, 17 + + + 5 + + + TPSpawn + + + 5 + + + 6 + + + 684, 361 + + + 652, 245 + + + TPQuest + + + 219, 153 + + + 5 + + + True + + + TPSpawn + + + BtnPermClear + + + 56, 158 + + + NoControl + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + √ 保存 + + + 2 + + + 17 + + + Bottom, Left + + + 0 + + + LblAvatarSkillLevelLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ListMailSelectableItems + + + Bottom, Left + + + TPMail + + + 6 + + + 收件人: + + + 215, 23 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveAvatar + + + GrpSetConstellation + + + Top, Right + + + TxtAccountUserName + + + 5, 218 + + + 73, 155 + + + NoControl + + + Top, Bottom, Left, Right + + + 7 + + + Top, Bottom, Left, Right + + + Fill + + + 32, 17 + + + 0 + + + NoControl + + + TPScene + + + 6, 6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 125, 23 + + + 17 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6, 219 + + + Bottom, Left + + + 32, 13 + + + ChkQuestFilterTEST + + + NoControl + + + GrpCommand + + + LnkResetCustomCommands + + + ChkInfiniteHP + + + 243, 140 + + + TPArtifact + + + 4, 26 + + + GrpAccount + + + 200, 100 + + + GrpBanPlayer + + + 关于 + + + LblAccountUserName + + + NoControl + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 0 + + + TPSpawn + + + 发送 + + + GrpSetConstellation + + + NoControl + + + ListMailList + + + 50, 23 + + + 12 + + + TPSpawn + + + NoControl + + + Top + + + TPItem + + + RbMailSendToAll + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPConsoleCheck + + + Bottom, Left + + + Microsoft YaHei UI, 10pt + + + 9 + + + BtnAddSubAttr + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + None + + + 32, 17 + + + 13 + + + 336, 8 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 346, 31 + + + Top + + + 473, 51 + + + 42 + + + Bottom, Left + + + 3, 3, 3, 3 + + + 2 + + + 0, 17 + + + 5 + + + 技能等级 + + + 240, 6 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + True + + + 7 + + + 4 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + LblArtifactStars + + + Bottom, Left + + + TPScene + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6, 6 + + + 68, 17 + + + 15, 39 + + + NUDMailRecipient + + + Bottom, Left + + + PanelMailListControls + + + GrpServerStatus + + + 89, 53 + + + TPOpenCommandCheck + + + True + + + 发送验证码 + + + True + + + Microsoft YaHei UI, 10pt + + + 17 + + + Top + + + 11 + + + GrpBanPlayer + + + 0 + + + 465, 129 + + + FLPCustomCommands + + + 56, 17 + + + × 删除 + + + NoControl + + + 1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 296, 109 + + + 3, 3, 3, 3 + + + 0 + + + TPArtifact + + + True + + + TPSpawn + + + 7 + + + 7, 83 + + + 99, 218 + + + 32, 17 + + + --- + + + 43, 36 + + + TPItem + + + NUDMailItemLevel + + + 68, 17 + + + 附件: + + + NoControl + + + 用户名 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 圣遗物 + + + TPAvatar + + + GrpSetStats + + + 50, 23 + + + 44, 17 + + + TPItem + + + 73, 93 + + + TPMail + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + LblAvatarSkillLevelTip + + + 技能等级 + + + 610, 275 + + + 3 + + + 角色 + + + NoControl + + + 120, 25 + + + LblCustomName + + + TPWeapon + + + 0 + + + 2 + + + 4 + + + 150, 218 + + + 250, 22 + + + 0 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 136, 24 + + + 150, 35 + + + 652, 245 + + + 6 + + + 3, 3, 3, 3 + + + TCMain + + + 8 + + + True + + + GrpAccount + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + None + + + Top, Bottom, Left, Right + + + LblClearMailContent + + + 生成 + + + TPRemoteCall + + + × 删除 + + + 等级 + + + GrpServerStatus + + + 6 + + + - 删除 + + + TPHome + + + Q技能 + + + 154, 22 + + + 56, 17 + + + 请确保地址中包含 http:// 或 https:// + + + 列表过滤 + + + 1 + + + GrpAccount + + + NoControl + + + Top + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 当前玩家数 + + + 407, 22 + + + 7 + + + 301, 111 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12 + + + 游戏版本 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + GrpGiveAvatar + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + LblWeaponLevel + + + BtnOpenTextMap + + + TPSpawn + + + TCMain + + + 3 + + + 41, 51 + + + BtnOpenGachaBannerEditor + + + TCMailRight + + + 92, 82 + + + 89, 111 + + + 41, 22 + + + 4, 26 + + + 测试任务 + + + PanelMailListControls + + + LblArtifactLevel + + + LblGameItemLevel + + + 88, 36 + + + 8 + + + TPWeapon + + + Bottom, Left + + + True + + + 16, 23 + + + 权限 + + + TPRemoteCall + + + 0 + + + Top, Bottom, Left, Right + + + 设置所有角色 + + + 管理 + + + TPArtifact + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 13 + + + 9 + + + NUDTpZ + + + + 添加 + + + TCMain + + + ListMailItems + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 50, 23 + + + 150, 35 + + + 文本浏览器 + + + 10 + + + 75, 21 + + + Bottom, Left + + + 1 + + + Bottom, Left + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + New Version Tip + + + 75, 23 + + + 1 + + + 4 + + + NoControl + + + ListGiveItemLogs + + + GrpPermission + + + 4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveAvatar + + + NoControl + + + NoControl + + + 60, 23 + + + 14 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + None + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 32, 17 + + + 32, 17 + + + LblSubAttribution + + + 3, 19 + + + 56, 17 + + + ChkDrop + + + GrpSettings + + + 13, 62 7 + + 167, 39 + + + 250, 89 + + + 3 + + + 玩家验证 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 列表分类 + + + 100, 23 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BtnClearMail + + + 117, 71 + + + Top, Bottom, Left + + + TCMain + + + 9 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 13 + + + 37, 28 + + + True + + + 封禁理由 + + + LblGOODHelp + + + 4, 26 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11 + + + 60, 23 + + + 17 + + + 11 + + + 4 + + + NUDVerificationCode + + + X 清空 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bottom, Right + + + 1 + + + 14, 17 + + + 12 + + + 167, 99 + + + 47, 5 + + + None + + + TPSpawn + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + TxtMailContent + + + 3 + + + BtnRemoveMail + + + True + + + 6 + + + NoControl + + + 506, 97 + + + 2 + + + 1 + + + False + + + 167, 129 + + + None + + + NoControl + + + 66, 22 + + + 5 + + + LblClimateType + + + NUDBanUID + + + 0 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 652, 245 + + + × 删除 + + + 75, 23 + + + TPItem + + + 0 + + + ChkQuestFilterUNRELEASED + + + 3, 19 + + + True + + + 46, 17 + + + 锁定 + + + GrasscutterTools + + + TCMain + + + 6 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Microsoft YaHei UI, 13pt + + + LnkGithub + + + GrpSettings + + + 65, 42 + + + 3 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12 + + + 3 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 标题: + + + GrpSetConstellation + + + 2 + + + E技能 + + + NoControl + + + 358, 31 + + + Bottom, Left + + + 4 + + + 32, 17 + + + 46, 17 + + + NoControl + + + 7 + + + GrpPermission + + + 3, 3, 3, 3 + + + False + + + 武器 + + + 90, 187 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ChkAccountSetUid + + + 5 + + + LblEntityLevel + + + TPScene + + + TPPlayerCheck + + + NUDEntityLevel + + + 56, 17 + + + 652, 245 + + + 6 + + + 邮件列表 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11 + + + ChkIncludeUID + + + 2 + + + 280, 280 + + + Top, Left, Right + + + True + + + 9 + + + GrpGiveAvatar + + + 主页 + + + 1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 7 + + + 212, 25 + + + BtnExportCustomCommands + + + Bottom, Left + + + True + + + TPMail + + + 73, 64 + + + 1 + + + LblMailItemCount + + + 32, 17 + + + 4, 26 + + + 198, 24 + + + 0, 0 + + + 17 + + + 0 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + 4 + + + Bottom, Left, Right + + + Bottom, Left + + + 17 + + + TPItem + + + 4 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 289, 25 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 228, 140 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + 150, 25 + + + True + + + 2 + + + 75, 23 + + + 执行(F5) + + + True + + + 9 + + + 6 + + + 44, 216 + + + True + + + Github + + + NUDAvatarLevel + + + TPArtifact + + + True + + + TPArtifact + + + ChkIncludeSceneId + + + 329, 155 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BtnLoadCustomCommands + + + True + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Left, Right + + + Bottom, Left + + + NoControl + + + TPSpawn + + + 15, 16 + + + 100, 23 + + + 75, 23 + + + Top + + + LblMailTitleLabel + + + 17 + + + TPMail + + + 118, 23 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 212, 24 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 50, 23 + + + TPRemoteCall + + + 11 + + + 65, 13 + + + 2 + + + 0 + + + 0 + + + 43, 67 + + + 332, 55 + + + 87, 22 + + + GrpSetConstellation + + + LblMailRecipientLabel + + + 223, 41 + + + 6 + + + True + + + GrpCommand + + + NoControl + + + 0 + + + NoControl + + + LnkTalentNormalATK + + + True + + + 2 + + + 44, 17 + + + 1 + + + NoControl + + + 5 + + + 6 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 73, 21 + + + GrpSettings + + + NoControl + + + NoControl + + + 4 + + + 1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bottom, Left + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6, 37 + + + 8 + + + TCMain + + + 4 + + + 3, 3, 3, 3 + + + CmbAvatar + + + 0 + + + 封禁管理 + + + 1 + + + GrpAccount + + + TPScene + + + 41, 80 + + + 4 + + + NoControl + + + 3 + + + ListQuest + + + 3 + + + Top + + + GrpGiveItemRecord + + + 14 + + + TPItem + + + 2 + + + 命座 + + + TxtEntityFilter + + + LblArtifactSet + + + GrpTalentLevel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + None + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4, 26 + + + LnkTalentQ + + + 121, 23 + + + Top + + + True + + + 生成的命令包含UID + + + 5 + + + 0 + + + LblWeaponAmount + + + 60, 23 + + + NoControl + + + BtnPermAdd + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 471, 216 + + + TPHome + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 228, 204 + + + 332, 55 + + + 50, 23 + + + 3, 3, 3, 3 + + + 140, 23 + + + NoControl + + + NoControl + + + 50, 23 + + + --- + + + TPWeapon + + + tabPage1 + + + Top + + + Bottom, Right + + + 6 + + + 4 + + + 10 + + + NoControl + + + 11 + + + 4, 26 + + + NoControl + + + NoControl + + + 0 + + + 56, 17 + + + 4 + + + 11 + + + 4 + + + 6, 218 + + + TCMain + + + 6, 128 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpCommand + + + TPArtifact + + + NoControl + + + 1 + + + 18 + + + None + + + 场景 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 46, 17 + + + LblArtifactName + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 388, 36 + + + NoControl + + + 102, 216 + + + 套装 + + + 13 + + + DTPBanEndTime + + + 225, 175 + + + Bottom, Right + + + NUDAvatarSkillLevel + + + 5 + + + LblAvatarConstellation + + + 传送 + + + 407, 22 + + + TPQuest + + + BtnConnectOpenCommand + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NUDSetConstellation + + + Bottom, Left + + + 4 + + + 50, 23 + + + LnkInventoryKamera + + + True + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BtnGiveAllWeapons + + + 346, 5 + + + 1 + + + GrpPermission + + + LblAvatarLevel + + + 6 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + 0 + + + 6, 22 + + + TPPlayerCheck + + + 112, 24 + + + 147, 82 + + + 精炼等级 + + + NoControl + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 90, 23 + + + 4 + + + TCMain + + + None + + + LblArtifactLevelTip + + + 7 + + + 15 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12 + + + 89, 82 + + + LblServerVersionLabel + + + 查询 + + + x 清空 + + + 0 + + + 15 + + + 8 + + + 1 + + + 44, 17 + + + 0 + + + Top, Bottom, Left, Right + + + 89, 22 + + + Vertical + + + 2 + + + NoControl + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 27, 55 + + + 56, 17 + + + 主词条 + + + 18 + + + Bottom, Left + + + TPSpawn + + + GrpRemoteCommand + + + 652, 245 + + + 540, 60 + + + 332, 96 + + + 9 + + + TCMain + + + Bottom, Left + + + NUDWeaponAmout + + + 物品记录本 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TxtMailSelectableItemFilter + + + 全部 + + + 60, 23 + + + 288, 23 + + + GrasscutterToolsIcon + + + True + + + 数量 + + + z + + + NoControl + + + 10 + + + Top + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + TPRemoteCall + + + 6 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0, 0 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + LblArtifactPart + + + 262, 193 + + + 0 + + + Bottom, Left + + + 9 + + + 5 + + + 16 + + + 128, 17 + + + 331, 56 + + + True + + + 80, 17 + + + 载入 + + + test + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 45 + + + TPPlayerCheck + + + 4, 26 + + + 导出 + + + 13 + + + NoControl + + + 10 + + + 15 + + + 4, 26 + + + 44, 17 + + + 0 + + + 99, 28 + + + 16 + + + 4 + + + 3 + + + 44, 17 + + + tabPage2 + + + 10 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + False + + + 8 + + + 0 + + + NoControl + + + 7 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 118, 23 + + + NoControl + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + Bottom, Left + + + 72, 65 + + + Bottom, Left + + + 10 + + + LblTpY + + + GrpRemoteCommand + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + Bottom, Left + + + 150, 23 + + + Top + + + TPArtifact + + + *v1.4.1 + + + 387, 92 + + + TPAvatar + + + 2 + + + 652, 245 + + + NoControl + + + LblGCVersion + + + 所有人 + + + 1 + + + 37 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 13 + + + NoControl + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 43, 216 + + + 0 + + + 3, 3, 3, 3 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + Top + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ChkQuestFilterHIDDEN + + + BtnLockStat + + + True + + + 3 + + + 2 + + + 15, 44 + + + NoControl + + + 7 + + + 0 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + 537, 216 + + + 4, 26 + + + TPAbout + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Bottom + + + TPCustom + + + 7 + + + 1 + + + 3 + + + 70, 39 + + + 10 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + NoControl + + + 5 + + + NoControl + + + 17 + + + NoControl + + + NoControl + + + 远程执行插件 + + + NoControl + + + 验证码 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + [0-20] + + + TPPlayerCheck + + + 346, 100 + + + 1 + + + 置顶 + + + 120, 25 + + + y + + + NUDAvatarConstellation + + + TPArtifact + + + Bottom, Right + + + 66, 22 + + + RbMailSendToPlayer + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + LblClearGiveItemLogs + + + 2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 26, 82 + + + 1 + + + 228, 23 + + + Bottom, Right + + + 2 + + + True + + + ChkAutoCopy + + + 14 + + + 18 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + True + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 15 + + + TCMailRight + + + BtnTeleport + + + Zoom + + + LblPermUID + + + TPArtifact + + + NUDTpY + + + NoControl + + + NoControl + + + GrpSetStats + + + NoControl + + + Bottom, Left + + + 112, 161 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 462, 218 + + + 222, 28 + + + 9 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + Bottom, Left + + + None + + + BtnAddQuest + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0, 26 + + + 1 + + + 110, 23 + + + NoControl + + + 300, 208 + + + True + + + 4 + + + GrpEntityType + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpTalentLevel + + + 1 + + + 9 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 1 + + + 10 + + + 0, 0, 0, 0 + + + 331, 23 + + + 32, 17 + + + TPArtifact + + + 3, 3, 3, 3 + + + 70, 23 + + + TPPlayerCheck + + + TPQuest + + + NoControl + + + True + + + CmbSubAttribution + + + 44, 17 + + + 提示 + + + 5 + + + GrpBanPlayer + + + NoControl + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6, 105 + + + TxtCommand + + + 543, 22 + + + 32, 17 + + + None + + + 4 + + + 自定义 + + + NoControl + + + TPQuest + + + TPHome + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 38 + + + 5 + + + 0 + + + False + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 150, 130 + + + 0 + + + NoControl + + + LblBanUID + + + 2 + + + 部位 + + + None + + + 1 + + + 等级 + + + 7, 17 + + + 1 + + + TPRemoteCall + + + 12, 293 + + + 3 + + + 7 + + + 334, 136 + + + NoControl + + + BtnSaveCustomCommand + + + TCMain + + + 4, 26 + + + 7 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 140, 23 + + + 账号管理 + + + 171, 5 + + + 0 + + + NoControl + + + 200, 23 + + + NoControl + + + LblEntityAmount + + + 11 + + + 75, 23 + + + 171, 190 + + + 角色 + + + Top, Bottom, Left, Right + + + True + + + TPArtifact + + + 106, 23 + + + 147, 54 + + + 75, 23 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + LnkGOODHelp + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + None + + + 446, 5 + + + 4 + + + 祝你玩得愉快! + + + NoControl + + + 13 + + + 14 + + + 473, 22 + + + TPMail + + + 525, 216 + + + 60, 23 + + + 16 + + + 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.2.0, Culture=neutral, PublicKeyToken=de2b1c089621e923 + + + TPAvatar + + + TPMail + + + TPArtifact + + + TCMain + + + NoControl + + + 复制 + + + True + + + 65, 13 + + + True + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 486, 183 + + + TPArtifact + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 158, 25 + + + 3 + 获取武器 @@ -2868,3990 +5384,1474 @@ >70级 突破5 >80级 突破6 - - LblWeaponDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 2 - - - Bottom, Left - - - True - - - NoControl - - - 194, 218 - - - 56, 17 - - - 6 - - - 精炼等级 - - - LblWeaponRefinement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 3 - - - Bottom, Left - - - True - - - NoControl - - - 6, 218 - - - 32, 17 - - - 6 - - - 数量 - - - LblWeaponAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 4 - - - Bottom, Left - - - True - - - NoControl - - - 100, 218 - - - 32, 17 - - - 6 - - - 等级 - - - LblWeaponLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 5 - - - Bottom, Left - - - 256, 216 - - - 50, 23 - - - 5 - - - NUDWeaponRefinement - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 6 - - - Bottom, Left - - - 44, 216 - - - 50, 23 - - - 5 - - - NUDWeaponAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 7 - - - Bottom, Left - - - 138, 216 - - - 50, 23 - - - 5 - - - NUDWeaponLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 8 - - - Top, Bottom, Right - - - 17 - - - 446, 31 - - - 200, 208 - - - 4 - - - ListWeapons - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 9 - - - 4, 26 - - - 3, 3, 3, 3 - - - 652, 245 - - - 3 - - - 武器 - - - TPWeapon - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 6 - - - None - - - True - - - NoControl - - - 198, 24 - - - 80, 17 - - - 2 - - - 设置所有角色 - - - LnkSetAllConst - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetConstellation - - - 0 - - - True - - - NoControl - - - 112, 24 - - - 80, 17 - - - 1 - - - 设置当前角色 - - - LnkSetConst - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetConstellation - - - 1 - - - 44, 22 - - - 62, 23 - - - 0 - - - NUDSetConstellation - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetConstellation - - - 2 - - - 288, 176 - - - 332, 55 - - - 15 - - - 设置命座 - - - GrpSetConstellation - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 0 - - - None - - - False - - - NoControl - - - 174, 67 - - - 125, 23 - - - 6 - - - 解锁 - - - BtnUnlockStat - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 0 - - - False - - - NoControl - - - 43, 67 - - - 125, 23 - - - 5 - - - 锁定 - - - BtnLockStat - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 1 - - - NoControl - - - 40, 16 - - - 286, 17 - - - 4 - - - 提示 - - - LblStatTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 2 - - - True - - - NoControl - - - 283, 39 - - - 19, 17 - - - 3 - - - % - - - False - - - LblStatPercent - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 3 - - - 207, 37 - - - 70, 23 - - - 1 - - - NUDStat - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 4 - - - 43, 36 - - - 158, 25 - - - 0 - - - CmbStat - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 5 - - - 288, 13 - - - 332, 96 - - - 14 - - - 角色属性 - - - GrpSetStats - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 1 - - - None - - - True - - - NoControl - - - 112, 24 - - - 32, 17 - - - 4 - - - 全部 - - - LnkTalentAll - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 0 - - - True - - - NoControl - - - 260, 24 - - - 39, 17 - - - 3 - - - E技能 - - - LnkTalentE - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 1 - - - True - - - NoControl - - - 212, 24 - - - 42, 17 - - - 2 - - - Q技能 - - - LnkTalentQ - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 2 - - - True - - - NoControl - - - 150, 24 - - - 56, 17 - - - 1 - - - 普通攻击 - - - LnkTalentNormalATK - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 3 - - - 44, 22 - - - 62, 23 - - - 0 - - - NUDTalentLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 4 - - - 288, 115 - - - 332, 55 - - - 13 - - - 技能等级 - - - GrpTalentLevel - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 2 - - - None - - - 89, 22 - - - 110, 25 - - - 0 - - - CmbAvatar - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveAvatar - - - 0 - - - True + + 内容: NoControl - - 201, 113 + + True - - 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 + + 6, 25 - - NoControl + + 3 - - 27, 55 + + 导入GOOD存档 - - 32, 17 + + 329, 210 - - 2 + + 87, 21 - - 等级 + + 3, 19 - - LblAvatarLevel + + 1 - + + GrpPermission + + + 9 + + + 9, 175 + + + GrpTalentLevel + + + 3 + + + 9 + + + TPMail + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GrpGiveAvatar - - - 4 - - - True - - + NoControl - - 27, 113 + + 16 - - 56, 17 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + 6 - - 技能等级 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - LblAvatarSkillLevelLabel + + GrpPermission - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveAvatar - - + 5 True - - NoControl - - - 27, 25 - - - 32, 17 - - - 3 - - - 角色 - - - LblAvatar - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveAvatar - - - 6 - - - True - - - NoControl - - - 27, 84 - - - 32, 17 - - - 7 - - - 命座 - - - LblAvatarConstellation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveAvatar - - - 7 - - - 89, 82 - - - 110, 23 - - - 6 - - - NUDAvatarConstellation - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveAvatar - - - 8 - - - 89, 111 - - - 110, 23 - - - 6 - - - NUDAvatarSkillLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveAvatar - - - 9 - - - 32, 13 - - - 250, 218 - - - 11 - - - 获取角色 - - - GrpGiveAvatar - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 3 - - - 4, 26 - - - 3, 3, 3, 3 - - - 652, 245 - - - 5 - - - 角色 - - - TPAvatar - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 5 - - - Bottom, Left - - - True - - - NoControl - - - 193, 217 - - - 63, 21 - - - 14 - - - 无限血 - - - ChkInfiniteHP - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 0 - - - Bottom, Left - - - True + + 6, 158 NoControl - - 171, 190 - - - 44, 17 - - - 13 - - - X 清空 - - - LblClearSpawnLogs - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 1 - - - Bottom, Left - - - NoControl - - - 9, 187 - - - 75, 23 - - - 10 - - - √ 记录 - - - BtnSaveSpawnLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 2 - - - Bottom, Left - - - False - - - NoControl - - - 90, 187 - - - 75, 23 - - - 11 - - - × 删除 - - - BtnRemoveSpawnLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 3 - - - Top, Bottom, Left - - - Fill - - - 17 - - - 3, 19 - - - 219, 153 - - - 9 - - - ListSpawnLogs - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSpawnRecord - - - 0 - - - 9, 6 - - - 225, 175 - - - 8 - - - 生成记录本 - - - GrpSpawnRecord - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 4 - - - Top, Bottom, Left - - - True - - - Fill - - - TopDown - - - 3, 19 - - - 106, 182 - - - 7 - - - False - - - FLPEntityType - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 0 - - - 240, 6 - - - 112, 204 - - - 4 - - - 列表分类 - - - GrpEntityType - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 5 - - - Bottom, Left - - - True - - - NoControl - - - 5, 218 - - - 32, 17 - - - 10 - - - 数量 - - - LblEntityAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 6 - - - Bottom, Left - - - True - - - NoControl - - - 99, 218 - - - 32, 17 - - - 11 - - - 等级 - - - LblEntityLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 7 - - - Bottom, Left - - - 43, 216 - - - 50, 23 - - - 2 - - - NUDEntityAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 8 - - - Bottom, Left - - - 137, 216 - - - 50, 23 - - - 3 - - - NUDEntityLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - 9 - - Top, Left, Right - - - 358, 5 - - - 288, 23 - - - 0 - - - TxtEntityFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 10 - - - Top, Bottom, Left, Right - - - 17 - - - 358, 31 - - - 288, 208 - - - 1 - - - ListEntity - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 11 - - - 4, 26 - - - 3, 3, 3, 3 - - - 652, 245 - - - 6 - - - 生成 - - - TPSpawn - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 4 - - - Bottom, Left - - - True - - - NoControl - - - 26, 82 - - - 75, 21 - - - 2 - - - 测试任务 - - - ChkQuestFilterTEST - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - 0 - - - True - - - NoControl - - - 26, 55 - - - 99, 21 - - - 1 - - - 未发布的任务 - - - ChkQuestFilterUNRELEASED - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - 1 - - - True - - - NoControl - - - 26, 28 - - - 87, 21 - - - 0 - - - 隐藏的任务 - - - ChkQuestFilterHIDDEN - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - 2 - - - 202, 109 - - - 150, 130 - - - 7 - - - 列表过滤 - - - GrpQuestFilters - - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPQuest - - - 0 - - - Bottom, Left - - - NoControl - - - 102, 216 - - - 90, 23 - - - 6 - - - 完成任务 - - - BtnFinishQuest - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 1 - - - Bottom, Left - - - NoControl - - - 6, 216 - - - 90, 23 - - - 5 - - - 添加任务 - - - BtnAddQuest - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 2 - - - Top, Bottom, Left - - - NoControl - - - 6, 6 - - - 346, 100 - - - 4 - - - 添加或完成任务 -提示:许多任务需要服务端脚本支持 -因此任务可以接,可以完成,但是不一定可以做 - - - LblQuestDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 3 - - - Top, Left, Right - - - 358, 5 - - - 288, 23 - - - 2 - - - TxtQuestFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 4 - - - Top, Bottom, Left, Right - - + 17 - - 358, 31 - - - 288, 208 - - - 3 - - - ListQuest - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 5 - - - 4, 26 - - - 3, 3, 3, 3 - - - 652, 245 - - - 15 - - - 任务 - - - TPQuest - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 3 - - - Top - - - True - - + NoControl - - 223, 41 - - - 42, 17 - - - 37 - - - [0-20] - - - LblArtifactLevelTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 0 - - - Top - - - NoControl - - - 465, 129 - - - 75, 23 - - - 8 - - - + 添加 - - - BtnAddSubAttr - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - + 1 - - Top - - - True - - - NoControl - - - 462, 11 - - - 0, 17 - - - 45 - - - LblArtifactName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 2 - - - Top - - - True - - - NoControl - - - 298, 11 - - - 32, 17 - - - 42 - - - 部位 - - - LblArtifactPart - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 3 - - - Top - - - 336, 8 - - - 120, 25 - - - 1 - - - CmbArtifactPart - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 4 - - - Top - - - 167, 8 - - - 125, 25 - - - 0 - - - CmbArtifactSet - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 5 - - - Top - - - True - - - NoControl - - - 129, 11 - - - 32, 17 - - - 38 - - - 套装 - - - LblArtifactSet - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 6 - - - Top - - - 465, 100 - - - 51, 23 - - - 7 - - - NUDSubAttributionTimes - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 7 - - - Top - - - 336, 98 - - - 120, 25 - - - 6 - - - CmbSubAttributionValue - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 8 - - - Top - - - 167, 99 - - - 163, 25 - - - 5 - - - CmbSubAttribution - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 9 - - - Top - - - True - - - NoControl - - - 462, 218 - - - 44, 17 - - - 10 - - - X 清空 - - - LblClearSubAttrCheckedList - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 10 - - - Top, Bottom - - - 17 - - - 167, 129 - - - 289, 106 - - - 9 - - - ListSubAttributionChecked - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 11 - - - Top - - - True - - - NoControl - - - 129, 41 - - - 32, 17 - - - 24 - - - 等级 - - - LblArtifactLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 12 - - - Top - - - True - - - NoControl - - - 117, 102 - - - 44, 17 - - - 23 + + Bottom, Right 副词条 - - LblSubAttribution + + 32, 17 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - + + NUDEntityAmout + + + NoControl + + + Microsoft YaHei UI, 9pt + + TPArtifact - - 13 + + 236, 234 + + + GrpGiveAvatar + + + 332, 36 + + + 6, 6 + + + 3, 3, 3, 3 + + + 90, 23 + + + TCMain + + + 6 + + + 51, 21 + + + BtnSaveSpawnLog + + + Bottom, Right + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17 + + + TPHome + + + CmbGcVersions + + + 2 + + + 3 + + + CmbLanguage + + + TPCustom + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + None + + + True Top - - 167, 68 + + GrpGiveAvatar - - 289, 25 + + 300, 23 - - 4 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CmbMainAttribution + + System.Windows.Forms.Button, 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 + + TPWeapon - - TPArtifact + + TPItem - - 14 + + 商店编辑器 - + + 15 + + + BtnCreateAccount + + + GrpSettings + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 远程执行 + + + TPQuest + + Top - - True + + TPScene - + + 8 + + NoControl - - 117, 71 + + 9, 188 - - 44, 17 + + 3, 3, 3, 3 - - 20 + + 42, 17 - - 主词条 + + True - - LblMainAttribution + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + 23 + + + 250, 21 + + + 奖池编辑器 + + + 1 + + + 8 + + + 1 + + + 0 + + + 无限血 + + + 80, 23 + + + 444, 206 + + + TopDown + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + NoControl + + + 重置 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 473, 22 + + + TPItem + + + 3, 3, 3, 3 + + + PanelMailListControls + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ChkTopMost + + + 1 + + + 等级 + + + 201, 113 + + + 224, 51 + + + 4, 26 + + + TPAvatar + + + NoControl + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 202, 109 + + + 1 + + + BtnAddMailItem + + + 列表 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 60, 23 + + + NUDPermUID + + + 6 + + + LnkSetConst + + + 4, 26 + + + 228, 174 + + + None + + + 540, 80 + + + 2 + + + Top + + + LblMailItemsLabel + + + 坐标传送 +提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送 +命令中可以用~表示当前位置,~100表示相对当前100 + + + True + + + 14 + + + NoControl + + + Microsoft YaHei UI, 9pt, style=Italic + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 80, 23 + + + LnkSetAllConst + + + NoControl + + + 25, 17 + + + TPWeapon + + + PanelMailItemArgs + + + 90, 190 + + + PanelMailItemArgs + + + BtnConsoleConnect + + + 3 + + + 3, 4, 3, 4 + + + BtnDeleteAccount System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPArtifact + + BtnDeleteMailItem - - 15 + + NUDMailItemCount - - Top + + 3 - - 167, 39 + + 110, 25 - - 50, 23 + + 3 - + + 484, 203 + + + TPRemoteCall + + + LblSceneDescription + + + 1 + + + LblLanguage + + + NoControl + + + 3 + + + 392, 206 + + + LnkTalentE + + 2 NUDArtifactLevel - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NUDGameItemLevel - - 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 - - 圣遗物 + + TPRemoteCall - - TPArtifact + + Top, Right - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GrpBanPlayer - - TCMain - - - 2 - - - Bottom, Right - - - NoControl - - - 593, 216 - - - 50, 23 - - - 7 - - - 导出 - - - BtnExportCustomCommands - - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPCustom - - - 0 - - - Bottom, Right - - - NoControl - - - 537, 216 - - - 50, 23 - - - 6 - - - 载入 - - - BtnLoadCustomCommands - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 1 - - - Bottom, Left - - - True - - - NoControl - - - 6, 219 - - - 32, 17 - - - 5 - - - 标签 - - - LblCustomName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 2 - - - Top, Bottom, Left, Right - - - True - - - NoControl - - - 552, -1 - - - 32, 17 - - - 1 - - - 重置 - - - LnkResetCustomCommands - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 0 - - - True - - - Fill - - - 3, 19 - - - 634, 182 - - - 0 - - - FLPCustomCommands - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 1 - - - 6, 6 - - - 640, 204 - - - 1 - - - 列表 - - - groupBox1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 3 - - - Bottom, Right - - - NoControl - - - 471, 216 - - - 60, 23 - - - 4 - - - × 删除 - - - BtnRemoveCustomCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 4 - - - Bottom, Right - - - NoControl - - - 405, 216 - - - 60, 23 - - - 3 - - - √ 保存 - - - BtnSaveCustomCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 5 - - - Bottom, Left, Right - - - 44, 216 - - - 355, 23 - - - 1 - - - TxtCustomName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 6 - - - 4, 26 - - - 3, 3, 3, 3 - - - 652, 245 - - - 1 - - - 自定义 - - - TPCustom - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 1 - - - 313, 187 - - - 100, 23 - - - 11 - - - 商店编辑器 - - - BtnOpenShopEditor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 0 - - - Bottom, Right - - - NoControl - - - 525, 216 - - - 100, 23 - - - 10 - - - 掉落物编辑器 - - - BtnOpenDropEditor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 1 - - - Bottom, Left - - - True - - - NoControl - - - 6, 108 - - - 104, 17 - - - 9 - - - New Version Tip - - - False - - - LnkNewVersion - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 2 - - - Left - - - True - - - Microsoft YaHei UI, 13pt - - - NoControl - - - 88, 36 - - - 136, 24 - - - 0 - - - 祝你玩得愉快! - - - LblAbout - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 3 - - - Bottom, Right - - - NoControl - - - 419, 216 - - - 100, 23 - - - 8 - - - 文本浏览器 - - - BtnOpenTextMap - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 4 - - - Bottom, Right - - - NoControl - - - 313, 216 - - - 100, 23 - - - 7 - - - 奖池编辑器 - - - BtnOpenGachaBannerEditor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 5 - - - Top, Bottom, Left, Right - - - NoControl - - - 313, 6 - - - 333, 204 - - - CenterImage - - - 6 - - - GrasscutterToolsIcon - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 6 - - - Bottom, Left - - - True - - - NoControl - - - 7, 83 - - - 25, 17 - - - 10 - - - GC - - - LblGCVersion - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 0 - - - 41, 80 - - - 100, 25 - - - 9 - - - CmbGcVersions - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 1 - - - True - - - NoControl - - - 147, 82 - - - 51, 21 - - - 8 - - - 置顶 - - - ChkTopMost - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 2 - - - 41, 51 - - - 100, 25 - - - 6 - - - CmbLanguage - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 3 - - - True - - - NoControl - - - 147, 54 - - - 128, 17 - - - 5 - - - 语言/Language/язык - - - LblLanguage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 4 - - - 41, 22 - - - 100, 23 - - - 3 - - - NUDUid - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 5 - - - True - - - NoControl - - - 147, 23 - - - 133, 21 - - - 4 - - - 生成的命令包含UID - - - ChkIncludeUID - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 6 - - - True - - - 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 - - - tabPage1 - - - 0 - - - Top, Bottom, Left, Right - - - 17 - - - 0, 26 - - - 0, 0, 0, 0 - - - 228, 140 - - - 13 - - - ListMailSelectableItems - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage1 - - - 1 - - - 171, 5 - - - 50, 23 - - - 15 - - - NUDMailItemLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelMailItemArgs - - - 0 - - - 47, 5 - - - 60, 23 - - - 14 - - - NUDMailItemCount - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelMailItemArgs - - - 1 - - - True - - - NoControl - - - -3, 7 - - - 44, 17 - - - 15 - - - 数量: - - - LblMailItemCount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelMailItemArgs - - - 2 - - - True - - - NoControl - - - 123, 7 - - - 44, 17 - - - 17 - - - 等级: - - - LblMailItemLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelMailItemArgs - - - 3 - - - Bottom - 3, 171 - - 222, 30 - - - 18 - - - PanelMailItemArgs - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage1 - - - 2 - - - 4, 26 - - - 3, 3, 3, 3 - - - 228, 204 - - - 0 - - - 物品列表 - - - tabPage1 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMailRight - - - 0 - - - Top, Bottom, Left, Right - - - 17 - - - 0, 0 - - - 0, 0, 0, 0 - - - 228, 174 - - - 0 - - - ListMailList - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 0 - - - NoControl - - - 84, 3 - - - 75, 23 - - - 18 - - - × 清空 - - - BtnClearMail - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelMailListControls - - - 0 - - - NoControl - - - 3, 3 - - - 75, 23 - - - 17 - - - - 删除 - - - BtnRemoveMail - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PanelMailListControls - - - 1 - - - Bottom - - - 3, 173 - - - 222, 28 - - - 19 - - - PanelMailListControls - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 1 - - - 4, 26 - - - 3, 3, 3, 3 - - - 228, 204 - - - 1 - - - 邮件列表 - - - tabPage2 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMailRight - - - 1 - - - 410, 8 - - - 236, 234 - - - 11 - - - TCMailRight - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPMail - - - 3 - - - Bottom, Left - - - NoControl - - - 329, 210 - - - 75, 32 - - - 10 - - - 发送 - - - BtnSendMail - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPMail - - - 4 - - - Bottom, Left - - - 17 - - - 73, 155 - - - 250, 89 - - - 7 - - - ListMailItems - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPMail - - - 5 - - - Bottom, Left - - - True - - - NoControl - - - 6, 158 - - - 44, 17 - - - 10 - - - 附件: - - - LblMailItemsLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPMail - - - 6 - - - 283, 35 - - - 121, 23 - - - 4 - - - NUDMailRecipient - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPMail - - - 7 - - - True - - - NoControl - - - 227, 35 - - - 50, 21 - - - 3 - - - 玩家 - - - RbMailSendToPlayer - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPMail - - - 8 - - - True - - - NoControl - - - 78, 35 - - - 62, 21 - - - 2 - - - 所有人 - - - RbMailSendToAll - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPMail - - - 9 - - - True - - - NoControl - - - 6, 37 + + 50, 23 56, 17 - - 6 - - - 收件人: - - - LblMailRecipientLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPMail - - - 10 - - - Top, Bottom, Left - - - 73, 93 - - - True - - - Vertical - - - 331, 56 - - - 6 - - - TxtMailContent - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPMail - - - 11 - - - True - - - NoControl - - - 6, 96 - - - 44, 17 - - + 4 - - 内容: + + TPItem - - LblMailContentLabel + + 100, 25 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NUDWeaponRefinement - - TPMail + + × 清空 - - 12 + + TPManage - - 73, 64 + + 6 - - 331, 23 + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + TPQuest + + + 等级 + + + LblRemotePlayerId + + + Bottom, Left + + + NoControl + + + 4, 26 + + + NoControl + + + 13 + + + 物品列表 + + + TxtGameItemFilter + + + 405, 216 + + + None + + + 388, 139 + + + True + + 5 - - TxtMailTitle + + Bottom - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + PanelMailItemArgs + + + 控制台 + + + 275, 40 + + + LblServerVersion TPMail - - 13 + + GC - - True + + 12 - + NoControl - - 6, 67 + + GrpAccount - - 44, 17 + + 9, 187 - - 2 + + 1 - - 标题: + + NoControl - - LblMailTitleLabel + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + LblQuestDescription - - TPMail + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 90, 23 + + + 1 + + + 63, 21 + + + 添加任务 + + + 288, 23 + + + 6 + + + GrpSettings + + + 3, 173 14 - - 73, 6 - - - 331, 23 - - - 1 - - - TxtMailSender - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPMail - - - 15 - - - True - - - NoControl - - - 6, 9 - - - 56, 17 - - - 0 - - - 发件人: - - - LblMailSenderLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPMail - - - 16 - - - 4, 26 - - - 3, 3, 3, 3 - - - 652, 245 - - - 16 - - - 邮件 - - - TPMail - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 10 + + Token 12, 12 - - 610, 275 + + groupBox1 - - 660, 275 + + 30, 17 - + + 设置当前角色 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + TPScene + + 4 - - TCMain + + 634, 182 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabPage1 - - $this - - + 0 - + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + NoControl + + + LblTp + + + 296, 51 + + + TPManage + + + 4 + + True - - - 7, 17 - - 684, 361 + + 0 - - Microsoft YaHei UI, 9pt + + 50, 23 - - 3, 4, 3, 4 + + 44, 17 - - 700, 400 + + 数量: + + + 84, 3 + + + 6 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ListScenes + + + TPMail + + + 4 + + + NoControl + + + 32, 17 + + + 玩家 + + + BtnOpenShopEditor + + + 62, 23 + + + 快来将你的官服存档导入GC吧! + + + False + + + NoControl + + + LblAbout + + + 50, 23 + + + False + + + 410, 8 + + + NoControl + + + CmbStat + + + 194, 218 + + + 16, 17 + + + 333, 204 + + + 0 + + + 生成记录本 + + + LblAvatar + + + 自动 + + + Top, Bottom, Left, Right + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 17 + + + 0 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + 112, 24 + + + LblMailSenderLabel + + + LblTpX + + + 17 + + + TPWeapon + + + 407, 22 + + + 44, 216 + + + 0 + + + 3 + + + NoControl + + + LblWeaponDescription + + + 599, 24 + + + 等级: + + + 8 + + + 5 + + + 265, 48 + + + TPArtifact + + + -3, 7 + + + TPWeapon + + + TPMail + + + TPHome + + + 任务 + + + 1 + + + 3 + + + 14 + + + 147, 23 + + + NoControl + + + LblStatTip + + + Top, Left, Right + + + 32, 17 + + + 2 + + + GrpSettings + + + 75, 23 + + + TPMail + + + None + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 60, 23 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + % + + + GrpServerStatus + + + TxtMailTitle + + + 288, 208 + + + 12 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + NoControl + + + TPConsoleCheck + + + TPManage + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + 指定UID + + + 13 + + + 27, 25 + + + 60, 23 + + + 7 + + + 5 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + GrpBanPlayer + + + TPItem + + + 51, 21 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + LblMailContentLabel + + + 6, 6 + + + GrpSetStats + + + 5 + + + NoControl + + + Left + + + TPScene + + + 6 + + + 552, -1 + + + 419, 216 + + + True + + + 3, 3, 3, 3 + + + 8 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + 462, 11 + + + - 删除 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + CmbArtifactPart + + + NoControl + + + NoControl + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 邮件 + + + 8 + + + 26, 28 + + + 193, 217 + + + 5 + + + 78, 35 + + + 3 + + + TPItem + + + 313, 6 + + + 1 + + + LblPlayerCount + + + 7 + + + 82, 23 + + + 15 + + + NoControl + + + TPArtifact + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + LnkNewVersion + + + 75, 32 + + + 3 + + + 5 + + + CmbPerm + + + PanelMailItemArgs + + + 249, 162 + + + True + + + 9 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 355, 23 + + + 138, 216 + + + TPMail + + + GrpSpawnRecord + + + 解锁 + + + 6, 9 + + + 7 + + + 540, 60 + + + True + + + GrpEntityType + + + TPCustom + + + 288, 13 + + + True + + + 给玩家指定物品 +说明:可选择直接给到背包或者掉落到世界 + + + GrpServerStatus + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 100, 25 + + + 6, 25 + + + 10 + + + LnkOpenCommandLabel + + + 发件人: + + + 141, 16 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 346, 5 + + + TPScene + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + 14 + + + 228, 204 + + + Bottom, Left + + + NoControl + + + NoControl + + + 117, 102 + + + BtnCopy + + + CmbSubAttributionValue + + + tabPage2 + + + TPRemoteCall + + + 80, 17 + + + 连接 + + + GrpPermission + + + 56, 6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 掉落 + + + 1 + + + 0 + + + 10 + + + NoControl + + + 450, 23 + + + 132, 159 + + + 140, 140 + + + 5 + + + Top + + + CenterImage + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 104, 23 + + + 32, 17 + + + NUDTalentLevel + + + TPHome + + + 4 + + + NoControl CenterScreen - - GrasscutterTools + + TPConsoleCheck - - FormMain + + 100, 23 - - System.Windows.Forms.Form, 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 + + 652, 245 + + + + 创建 + + + Fill + + + - 移除 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + 帮助 + + + 7 + + + TPScene + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + 2 + + + TPArtifact + + + 8 + + + 129, 11 + + + TPMail + + + 250, 218 + + + GrpSettings + + + System.Windows.Forms.TabPage, 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 + + + 5 + + + GrpSetStats + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 100, 23 + + + 288, 176 + + + True + \ No newline at end of file diff --git a/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx b/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx index 9023c9b..00921c4 100644 --- a/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx +++ b/Source/GrasscutterTools/Forms/FormMain.ru-ru.resx @@ -868,18 +868,6 @@ Список мобов - - 82, 21 - - - Монстры - - - 89, 21 - - - Животные - 97, 183 @@ -1083,6 +1071,12 @@ Кастомное + + 140, 23 + + + Редактор магазина + 459, 216 @@ -1284,8 +1278,4 @@ Почта - - - NoControl - \ No newline at end of file diff --git a/Source/GrasscutterTools/Forms/FormMain.zh-TW.resx b/Source/GrasscutterTools/Forms/FormMain.zh-TW.resx index 82eacce..d0d4a9d 100644 --- a/Source/GrasscutterTools/Forms/FormMain.zh-TW.resx +++ b/Source/GrasscutterTools/Forms/FormMain.zh-TW.resx @@ -347,21 +347,6 @@ 列表分類 - - 62, 21 - - - 生物誌 - - - 74, 21 - - - 討伐對象 - - - 在玩家附近召喚生物 - 數量 @@ -430,6 +415,9 @@ 主頁 + + 商店編輯器 + 掉落物編輯器 @@ -445,10 +433,6 @@ 郵件 - - - NoControl - - 刪除 diff --git a/Source/GrasscutterTools/Forms/FormShopEditor.Designer.cs b/Source/GrasscutterTools/Forms/FormShopEditor.Designer.cs index b2d494a..2ea530d 100644 --- a/Source/GrasscutterTools/Forms/FormShopEditor.Designer.cs +++ b/Source/GrasscutterTools/Forms/FormShopEditor.Designer.cs @@ -28,6 +28,7 @@ /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormShopEditor)); this.ListShop = new System.Windows.Forms.ListBox(); this.ListGoods = new System.Windows.Forms.ListBox(); this.ListItems = new System.Windows.Forms.ListBox(); @@ -110,113 +111,72 @@ // // ListShop // - this.ListShop.Dock = System.Windows.Forms.DockStyle.Fill; + resources.ApplyResources(this.ListShop, "ListShop"); this.ListShop.FormattingEnabled = true; - this.ListShop.ItemHeight = 17; - this.ListShop.Location = new System.Drawing.Point(3, 19); this.ListShop.Name = "ListShop"; - this.ListShop.Size = new System.Drawing.Size(244, 178); - this.ListShop.TabIndex = 0; this.ListShop.SelectedIndexChanged += new System.EventHandler(this.ListShop_SelectedIndexChanged); // // ListGoods // - this.ListGoods.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + resources.ApplyResources(this.ListGoods, "ListGoods"); this.ListGoods.FormattingEnabled = true; - this.ListGoods.ItemHeight = 17; - this.ListGoods.Location = new System.Drawing.Point(3, 19); this.ListGoods.Name = "ListGoods"; - this.ListGoods.Size = new System.Drawing.Size(244, 242); - this.ListGoods.TabIndex = 1; this.ListGoods.SelectedIndexChanged += new System.EventHandler(this.ListGoods_SelectedIndexChanged); // // ListItems // - this.ListItems.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + resources.ApplyResources(this.ListItems, "ListItems"); this.ListItems.FormattingEnabled = true; - this.ListItems.ItemHeight = 17; - this.ListItems.Location = new System.Drawing.Point(6, 51); this.ListItems.Name = "ListItems"; - this.ListItems.Size = new System.Drawing.Size(238, 446); - this.ListItems.TabIndex = 2; this.ListItems.SelectedIndexChanged += new System.EventHandler(this.ListItems_SelectedIndexChanged); // // GrpShopList // + resources.ApplyResources(this.GrpShopList, "GrpShopList"); this.GrpShopList.Controls.Add(this.ListShop); - this.GrpShopList.Location = new System.Drawing.Point(12, 41); this.GrpShopList.Name = "GrpShopList"; - this.GrpShopList.Size = new System.Drawing.Size(250, 200); - this.GrpShopList.TabIndex = 3; this.GrpShopList.TabStop = false; - this.GrpShopList.Text = "商店列表"; // // GrpGoodsList // - this.GrpGoodsList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left))); + resources.ApplyResources(this.GrpGoodsList, "GrpGoodsList"); this.GrpGoodsList.Controls.Add(this.BtnClearGoods); this.GrpGoodsList.Controls.Add(this.BtnDeleteGoods); this.GrpGoodsList.Controls.Add(this.ListGoods); - this.GrpGoodsList.Location = new System.Drawing.Point(12, 247); this.GrpGoodsList.Name = "GrpGoodsList"; - this.GrpGoodsList.Size = new System.Drawing.Size(250, 302); - this.GrpGoodsList.TabIndex = 4; this.GrpGoodsList.TabStop = false; - this.GrpGoodsList.Text = "商品列表"; // // BtnClearGoods // - this.BtnClearGoods.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.BtnClearGoods.Location = new System.Drawing.Point(112, 273); + resources.ApplyResources(this.BtnClearGoods, "BtnClearGoods"); this.BtnClearGoods.Name = "BtnClearGoods"; - this.BtnClearGoods.Size = new System.Drawing.Size(100, 23); - this.BtnClearGoods.TabIndex = 3; - this.BtnClearGoods.Text = "× 清空"; this.BtnClearGoods.UseVisualStyleBackColor = true; this.BtnClearGoods.Click += new System.EventHandler(this.BtnClearGoods_Click); // // BtnDeleteGoods // - this.BtnDeleteGoods.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.BtnDeleteGoods.Location = new System.Drawing.Point(6, 273); + resources.ApplyResources(this.BtnDeleteGoods, "BtnDeleteGoods"); this.BtnDeleteGoods.Name = "BtnDeleteGoods"; - this.BtnDeleteGoods.Size = new System.Drawing.Size(100, 23); - this.BtnDeleteGoods.TabIndex = 2; - this.BtnDeleteGoods.Text = "- 删除"; this.BtnDeleteGoods.UseVisualStyleBackColor = true; this.BtnDeleteGoods.Click += new System.EventHandler(this.BtnDeleteGoods_Click); // // GrpItems // - this.GrpItems.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Right))); + resources.ApplyResources(this.GrpItems, "GrpItems"); this.GrpItems.Controls.Add(this.TxtItemFilter); this.GrpItems.Controls.Add(this.ListItems); - this.GrpItems.Location = new System.Drawing.Point(622, 41); this.GrpItems.Name = "GrpItems"; - this.GrpItems.Size = new System.Drawing.Size(250, 508); - this.GrpItems.TabIndex = 6; this.GrpItems.TabStop = false; - this.GrpItems.Text = "物品列表"; // // TxtItemFilter // - this.TxtItemFilter.Location = new System.Drawing.Point(6, 22); + resources.ApplyResources(this.TxtItemFilter, "TxtItemFilter"); this.TxtItemFilter.Name = "TxtItemFilter"; - this.TxtItemFilter.Size = new System.Drawing.Size(238, 23); - this.TxtItemFilter.TabIndex = 3; this.TxtItemFilter.TextChanged += new System.EventHandler(this.TxtItemFilter_TextChanged); // // GrpGoodsInfo // - this.GrpGoodsInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + resources.ApplyResources(this.GrpGoodsInfo, "GrpGoodsInfo"); this.GrpGoodsInfo.Controls.Add(this.BtnSaveGoods); this.GrpGoodsInfo.Controls.Add(this.CmbRefreshType); this.GrpGoodsInfo.Controls.Add(this.NUDRefreshParm); @@ -260,87 +220,62 @@ this.GrpGoodsInfo.Controls.Add(this.LnkGenGoodsId); this.GrpGoodsInfo.Controls.Add(this.label18); this.GrpGoodsInfo.Controls.Add(this.label1); - this.GrpGoodsInfo.Location = new System.Drawing.Point(268, 41); this.GrpGoodsInfo.Name = "GrpGoodsInfo"; - this.GrpGoodsInfo.Size = new System.Drawing.Size(348, 508); - this.GrpGoodsInfo.TabIndex = 5; this.GrpGoodsInfo.TabStop = false; - this.GrpGoodsInfo.Text = "商品信息"; // // BtnSaveGoods // - this.BtnSaveGoods.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.BtnSaveGoods.Location = new System.Drawing.Point(99, 472); + resources.ApplyResources(this.BtnSaveGoods, "BtnSaveGoods"); this.BtnSaveGoods.Name = "BtnSaveGoods"; - this.BtnSaveGoods.Size = new System.Drawing.Size(150, 30); - this.BtnSaveGoods.TabIndex = 30; - this.BtnSaveGoods.Text = "√ 添加或更新"; this.BtnSaveGoods.UseVisualStyleBackColor = true; this.BtnSaveGoods.Click += new System.EventHandler(this.BtnSaveGoods_Click); // // CmbRefreshType // - this.CmbRefreshType.Anchor = System.Windows.Forms.AnchorStyles.Top; + resources.ApplyResources(this.CmbRefreshType, "CmbRefreshType"); this.CmbRefreshType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbRefreshType.FormattingEnabled = true; this.CmbRefreshType.Items.AddRange(new object[] { - "无", - "天", - "周", - "月"}); - this.CmbRefreshType.Location = new System.Drawing.Point(175, 207); + resources.GetString("CmbRefreshType.Items"), + resources.GetString("CmbRefreshType.Items1"), + resources.GetString("CmbRefreshType.Items2"), + resources.GetString("CmbRefreshType.Items3")}); this.CmbRefreshType.Name = "CmbRefreshType"; - this.CmbRefreshType.Size = new System.Drawing.Size(104, 25); - this.CmbRefreshType.TabIndex = 10; this.CmbRefreshType.SelectedIndexChanged += new System.EventHandler(this.CmbRefreshType_SelectedIndexChanged); // // NUDRefreshParm // - this.NUDRefreshParm.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDRefreshParm.Location = new System.Drawing.Point(119, 209); + resources.ApplyResources(this.NUDRefreshParm, "NUDRefreshParm"); this.NUDRefreshParm.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.NUDRefreshParm.Name = "NUDRefreshParm"; - this.NUDRefreshParm.Size = new System.Drawing.Size(50, 23); - this.NUDRefreshParm.TabIndex = 9; // // DTPEndTime // - this.DTPEndTime.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.DTPEndTime.CustomFormat = "yyyy\'/\'MM\'/\'dd HH\':\'mm\':\'ss"; + resources.ApplyResources(this.DTPEndTime, "DTPEndTime"); this.DTPEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.DTPEndTime.Location = new System.Drawing.Point(119, 180); this.DTPEndTime.Name = "DTPEndTime"; - this.DTPEndTime.Size = new System.Drawing.Size(160, 23); - this.DTPEndTime.TabIndex = 8; this.DTPEndTime.Value = new System.DateTime(2035, 1, 1, 0, 0, 0, 0); // // DTPBeginTime // - this.DTPBeginTime.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.DTPBeginTime.CustomFormat = "yyyy\'/\'MM\'/\'dd HH\':\'mm\':\'ss"; + resources.ApplyResources(this.DTPBeginTime, "DTPBeginTime"); this.DTPBeginTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.DTPBeginTime.Location = new System.Drawing.Point(119, 151); this.DTPBeginTime.Name = "DTPBeginTime"; - this.DTPBeginTime.Size = new System.Drawing.Size(160, 23); - this.DTPBeginTime.TabIndex = 7; this.DTPBeginTime.Value = new System.DateTime(2022, 1, 1, 0, 0, 0, 0); // // NUDGoodsId // - this.NUDGoodsId.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDGoodsId.Location = new System.Drawing.Point(119, 32); + resources.ApplyResources(this.NUDGoodsId, "NUDGoodsId"); this.NUDGoodsId.Maximum = new decimal(new int[] { 2147483647, 0, 0, 0}); this.NUDGoodsId.Name = "NUDGoodsId"; - this.NUDGoodsId.Size = new System.Drawing.Size(120, 23); - this.NUDGoodsId.TabIndex = 0; this.NUDGoodsId.Value = new decimal(new int[] { 101001, 0, @@ -349,16 +284,13 @@ // // NUDMaxLevel // - this.NUDMaxLevel.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDMaxLevel.Location = new System.Drawing.Point(198, 122); + resources.ApplyResources(this.NUDMaxLevel, "NUDMaxLevel"); this.NUDMaxLevel.Maximum = new decimal(new int[] { 99, 0, 0, 0}); this.NUDMaxLevel.Name = "NUDMaxLevel"; - this.NUDMaxLevel.Size = new System.Drawing.Size(50, 23); - this.NUDMaxLevel.TabIndex = 6; this.NUDMaxLevel.Value = new decimal(new int[] { 61, 0, @@ -367,16 +299,13 @@ // // NUDMinLevel // - this.NUDMinLevel.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDMinLevel.Location = new System.Drawing.Point(119, 122); + resources.ApplyResources(this.NUDMinLevel, "NUDMinLevel"); this.NUDMinLevel.Maximum = new decimal(new int[] { 99, 0, 0, 0}); this.NUDMinLevel.Name = "NUDMinLevel"; - this.NUDMinLevel.Size = new System.Drawing.Size(50, 23); - this.NUDMinLevel.TabIndex = 5; this.NUDMinLevel.Value = new decimal(new int[] { 1, 0, @@ -385,99 +314,77 @@ // // NUDCostItem4 // - this.NUDCostItem4.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDCostItem4.Location = new System.Drawing.Point(119, 412); + resources.ApplyResources(this.NUDCostItem4, "NUDCostItem4"); this.NUDCostItem4.Maximum = new decimal(new int[] { 2147483647, 0, 0, 0}); this.NUDCostItem4.Name = "NUDCostItem4"; - this.NUDCostItem4.Size = new System.Drawing.Size(80, 23); - this.NUDCostItem4.TabIndex = 20; // // NUDCostItem3 // - this.NUDCostItem3.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDCostItem3.Location = new System.Drawing.Point(119, 383); + resources.ApplyResources(this.NUDCostItem3, "NUDCostItem3"); this.NUDCostItem3.Maximum = new decimal(new int[] { 2147483647, 0, 0, 0}); this.NUDCostItem3.Name = "NUDCostItem3"; - this.NUDCostItem3.Size = new System.Drawing.Size(80, 23); - this.NUDCostItem3.TabIndex = 18; // // NUDCostItem2 // - this.NUDCostItem2.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDCostItem2.Location = new System.Drawing.Point(119, 354); + resources.ApplyResources(this.NUDCostItem2, "NUDCostItem2"); this.NUDCostItem2.Maximum = new decimal(new int[] { 2147483647, 0, 0, 0}); this.NUDCostItem2.Name = "NUDCostItem2"; - this.NUDCostItem2.Size = new System.Drawing.Size(80, 23); - this.NUDCostItem2.TabIndex = 16; // // NUDCostItem1 // - this.NUDCostItem1.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDCostItem1.Location = new System.Drawing.Point(119, 325); + resources.ApplyResources(this.NUDCostItem1, "NUDCostItem1"); this.NUDCostItem1.Maximum = new decimal(new int[] { 2147483647, 0, 0, 0}); this.NUDCostItem1.Name = "NUDCostItem1"; - this.NUDCostItem1.Size = new System.Drawing.Size(80, 23); - this.NUDCostItem1.TabIndex = 14; // // NUDCostMcoin // - this.NUDCostMcoin.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDCostMcoin.Location = new System.Drawing.Point(119, 296); + resources.ApplyResources(this.NUDCostMcoin, "NUDCostMcoin"); this.NUDCostMcoin.Maximum = new decimal(new int[] { 2147483647, 0, 0, 0}); this.NUDCostMcoin.Name = "NUDCostMcoin"; - this.NUDCostMcoin.Size = new System.Drawing.Size(120, 23); - this.NUDCostMcoin.TabIndex = 13; // // NUDCostScoin // - this.NUDCostScoin.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDCostScoin.Location = new System.Drawing.Point(119, 267); + resources.ApplyResources(this.NUDCostScoin, "NUDCostScoin"); this.NUDCostScoin.Maximum = new decimal(new int[] { 2147483647, 0, 0, 0}); this.NUDCostScoin.Name = "NUDCostScoin"; - this.NUDCostScoin.Size = new System.Drawing.Size(120, 23); - this.NUDCostScoin.TabIndex = 12; // // NUDCostHcoin // - this.NUDCostHcoin.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDCostHcoin.Location = new System.Drawing.Point(119, 238); + resources.ApplyResources(this.NUDCostHcoin, "NUDCostHcoin"); this.NUDCostHcoin.Maximum = new decimal(new int[] { 2147483647, 0, 0, 0}); this.NUDCostHcoin.Name = "NUDCostHcoin"; - this.NUDCostHcoin.Size = new System.Drawing.Size(120, 23); - this.NUDCostHcoin.TabIndex = 11; // // NUDBuyLimit // - this.NUDBuyLimit.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDBuyLimit.Location = new System.Drawing.Point(119, 90); + resources.ApplyResources(this.NUDBuyLimit, "NUDBuyLimit"); this.NUDBuyLimit.Maximum = new decimal(new int[] { 2147483647, 0, @@ -489,8 +396,6 @@ 0, 0}); this.NUDBuyLimit.Name = "NUDBuyLimit"; - this.NUDBuyLimit.Size = new System.Drawing.Size(120, 23); - this.NUDBuyLimit.TabIndex = 4; this.NUDBuyLimit.Value = new decimal(new int[] { 100, 0, @@ -499,60 +404,47 @@ // // NUDCostItem4Count // - this.NUDCostItem4Count.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDCostItem4Count.Location = new System.Drawing.Point(219, 412); + resources.ApplyResources(this.NUDCostItem4Count, "NUDCostItem4Count"); this.NUDCostItem4Count.Maximum = new decimal(new int[] { 2147483647, 0, 0, 0}); this.NUDCostItem4Count.Name = "NUDCostItem4Count"; - this.NUDCostItem4Count.Size = new System.Drawing.Size(60, 23); - this.NUDCostItem4Count.TabIndex = 21; // // NUDCostItem3Count // - this.NUDCostItem3Count.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDCostItem3Count.Location = new System.Drawing.Point(219, 383); + resources.ApplyResources(this.NUDCostItem3Count, "NUDCostItem3Count"); this.NUDCostItem3Count.Maximum = new decimal(new int[] { 2147483647, 0, 0, 0}); this.NUDCostItem3Count.Name = "NUDCostItem3Count"; - this.NUDCostItem3Count.Size = new System.Drawing.Size(60, 23); - this.NUDCostItem3Count.TabIndex = 19; // // NUDCostItem2Count // - this.NUDCostItem2Count.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDCostItem2Count.Location = new System.Drawing.Point(219, 354); + resources.ApplyResources(this.NUDCostItem2Count, "NUDCostItem2Count"); this.NUDCostItem2Count.Maximum = new decimal(new int[] { 2147483647, 0, 0, 0}); this.NUDCostItem2Count.Name = "NUDCostItem2Count"; - this.NUDCostItem2Count.Size = new System.Drawing.Size(60, 23); - this.NUDCostItem2Count.TabIndex = 17; // // NUDCostItem1Count // - this.NUDCostItem1Count.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDCostItem1Count.Location = new System.Drawing.Point(219, 325); + resources.ApplyResources(this.NUDCostItem1Count, "NUDCostItem1Count"); this.NUDCostItem1Count.Maximum = new decimal(new int[] { 2147483647, 0, 0, 0}); this.NUDCostItem1Count.Name = "NUDCostItem1Count"; - this.NUDCostItem1Count.Size = new System.Drawing.Size(60, 23); - this.NUDCostItem1Count.TabIndex = 15; // // NUDGoodsItemCount // - this.NUDGoodsItemCount.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.NUDGoodsItemCount.Location = new System.Drawing.Point(257, 61); + resources.ApplyResources(this.NUDGoodsItemCount, "NUDGoodsItemCount"); this.NUDGoodsItemCount.Maximum = new decimal(new int[] { 2147483647, 0, @@ -564,8 +456,6 @@ 0, 0}); this.NUDGoodsItemCount.Name = "NUDGoodsItemCount"; - this.NUDGoodsItemCount.Size = new System.Drawing.Size(70, 23); - this.NUDGoodsItemCount.TabIndex = 3; this.NUDGoodsItemCount.Value = new decimal(new int[] { 1, 0, @@ -574,268 +464,144 @@ // // TxtGoodsItem // - this.TxtGoodsItem.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.TxtGoodsItem.Location = new System.Drawing.Point(95, 61); + resources.ApplyResources(this.TxtGoodsItem, "TxtGoodsItem"); this.TxtGoodsItem.Name = "TxtGoodsItem"; - this.TxtGoodsItem.Size = new System.Drawing.Size(144, 23); - this.TxtGoodsItem.TabIndex = 2; // // LblRefreshModeLabel // - this.LblRefreshModeLabel.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.LblRefreshModeLabel.AutoSize = true; - this.LblRefreshModeLabel.Location = new System.Drawing.Point(45, 211); + resources.ApplyResources(this.LblRefreshModeLabel, "LblRefreshModeLabel"); this.LblRefreshModeLabel.Name = "LblRefreshModeLabel"; - this.LblRefreshModeLabel.Size = new System.Drawing.Size(68, 17); - this.LblRefreshModeLabel.TabIndex = 15; - this.LblRefreshModeLabel.Text = "刷新方式:"; // // LblBuyLevelLabel // - this.LblBuyLevelLabel.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.LblBuyLevelLabel.AutoSize = true; - this.LblBuyLevelLabel.Location = new System.Drawing.Point(45, 125); + resources.ApplyResources(this.LblBuyLevelLabel, "LblBuyLevelLabel"); this.LblBuyLevelLabel.Name = "LblBuyLevelLabel"; - this.LblBuyLevelLabel.Size = new System.Drawing.Size(68, 17); - this.LblBuyLevelLabel.TabIndex = 12; - this.LblBuyLevelLabel.Text = "限购等级:"; // // LblEndTimeLabel // - this.LblEndTimeLabel.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.LblEndTimeLabel.AutoSize = true; - this.LblEndTimeLabel.Location = new System.Drawing.Point(45, 185); + resources.ApplyResources(this.LblEndTimeLabel, "LblEndTimeLabel"); this.LblEndTimeLabel.Name = "LblEndTimeLabel"; - this.LblEndTimeLabel.Size = new System.Drawing.Size(68, 17); - this.LblEndTimeLabel.TabIndex = 9; - this.LblEndTimeLabel.Text = "下架时间:"; // // LblBeginTimeLabel // - this.LblBeginTimeLabel.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.LblBeginTimeLabel.AutoSize = true; - this.LblBeginTimeLabel.Location = new System.Drawing.Point(45, 156); + resources.ApplyResources(this.LblBeginTimeLabel, "LblBeginTimeLabel"); this.LblBeginTimeLabel.Name = "LblBeginTimeLabel"; - this.LblBeginTimeLabel.Size = new System.Drawing.Size(68, 17); - this.LblBeginTimeLabel.TabIndex = 8; - this.LblBeginTimeLabel.Text = "上架时间:"; // // LblCostItem4Label // - this.LblCostItem4Label.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.LblCostItem4Label.AutoSize = true; - this.LblCostItem4Label.Location = new System.Drawing.Point(38, 412); + resources.ApplyResources(this.LblCostItem4Label, "LblCostItem4Label"); this.LblCostItem4Label.Name = "LblCostItem4Label"; - this.LblCostItem4Label.Size = new System.Drawing.Size(75, 17); - this.LblCostItem4Label.TabIndex = 7; - this.LblCostItem4Label.Text = "消耗物品4:"; // // LblCostItem3Label // - this.LblCostItem3Label.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.LblCostItem3Label.AutoSize = true; - this.LblCostItem3Label.Location = new System.Drawing.Point(38, 383); + resources.ApplyResources(this.LblCostItem3Label, "LblCostItem3Label"); this.LblCostItem3Label.Name = "LblCostItem3Label"; - this.LblCostItem3Label.Size = new System.Drawing.Size(75, 17); - this.LblCostItem3Label.TabIndex = 7; - this.LblCostItem3Label.Text = "消耗物品3:"; // // LblCostItem2Label // - this.LblCostItem2Label.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.LblCostItem2Label.AutoSize = true; - this.LblCostItem2Label.Location = new System.Drawing.Point(38, 356); + resources.ApplyResources(this.LblCostItem2Label, "LblCostItem2Label"); this.LblCostItem2Label.Name = "LblCostItem2Label"; - this.LblCostItem2Label.Size = new System.Drawing.Size(75, 17); - this.LblCostItem2Label.TabIndex = 7; - this.LblCostItem2Label.Text = "消耗物品2:"; // // LblCostItem1Label // - this.LblCostItem1Label.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.LblCostItem1Label.AutoSize = true; - this.LblCostItem1Label.Location = new System.Drawing.Point(38, 327); + resources.ApplyResources(this.LblCostItem1Label, "LblCostItem1Label"); this.LblCostItem1Label.Name = "LblCostItem1Label"; - this.LblCostItem1Label.Size = new System.Drawing.Size(75, 17); - this.LblCostItem1Label.TabIndex = 7; - this.LblCostItem1Label.Text = "消耗物品1:"; // // LblCostMcoinLabel // - this.LblCostMcoinLabel.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.LblCostMcoinLabel.AutoSize = true; - this.LblCostMcoinLabel.Location = new System.Drawing.Point(21, 298); + resources.ApplyResources(this.LblCostMcoinLabel, "LblCostMcoinLabel"); this.LblCostMcoinLabel.Name = "LblCostMcoinLabel"; - this.LblCostMcoinLabel.Size = new System.Drawing.Size(92, 17); - this.LblCostMcoinLabel.TabIndex = 7; - this.LblCostMcoinLabel.Text = "消耗创世结晶:"; // // LblCostScoinLabel // - this.LblCostScoinLabel.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.LblCostScoinLabel.AutoSize = true; - this.LblCostScoinLabel.Location = new System.Drawing.Point(45, 269); + resources.ApplyResources(this.LblCostScoinLabel, "LblCostScoinLabel"); this.LblCostScoinLabel.Name = "LblCostScoinLabel"; - this.LblCostScoinLabel.Size = new System.Drawing.Size(68, 17); - this.LblCostScoinLabel.TabIndex = 7; - this.LblCostScoinLabel.Text = "消耗摩拉:"; // // LblCostHcoinLabel // - this.LblCostHcoinLabel.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.LblCostHcoinLabel.AutoSize = true; - this.LblCostHcoinLabel.Location = new System.Drawing.Point(45, 240); + resources.ApplyResources(this.LblCostHcoinLabel, "LblCostHcoinLabel"); this.LblCostHcoinLabel.Name = "LblCostHcoinLabel"; - this.LblCostHcoinLabel.Size = new System.Drawing.Size(68, 17); - this.LblCostHcoinLabel.TabIndex = 7; - this.LblCostHcoinLabel.Text = "消耗原石:"; // // LblBuyLimitLabel // - this.LblBuyLimitLabel.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.LblBuyLimitLabel.AutoSize = true; - this.LblBuyLimitLabel.Location = new System.Drawing.Point(45, 92); + resources.ApplyResources(this.LblBuyLimitLabel, "LblBuyLimitLabel"); this.LblBuyLimitLabel.Name = "LblBuyLimitLabel"; - this.LblBuyLimitLabel.Size = new System.Drawing.Size(68, 17); - this.LblBuyLimitLabel.TabIndex = 6; - this.LblBuyLimitLabel.Text = "限购数量:"; // // LblGoodsIdLabel // - this.LblGoodsIdLabel.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.LblGoodsIdLabel.AutoSize = true; - this.LblGoodsIdLabel.Location = new System.Drawing.Point(56, 34); + resources.ApplyResources(this.LblGoodsIdLabel, "LblGoodsIdLabel"); this.LblGoodsIdLabel.Name = "LblGoodsIdLabel"; - this.LblGoodsIdLabel.Size = new System.Drawing.Size(57, 17); - this.LblGoodsIdLabel.TabIndex = 4; - this.LblGoodsIdLabel.Text = "商品ID:"; // // LblGoodsItemLabel // - this.LblGoodsItemLabel.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.LblGoodsItemLabel.AutoSize = true; - this.LblGoodsItemLabel.Location = new System.Drawing.Point(45, 64); + resources.ApplyResources(this.LblGoodsItemLabel, "LblGoodsItemLabel"); this.LblGoodsItemLabel.Name = "LblGoodsItemLabel"; - this.LblGoodsItemLabel.Size = new System.Drawing.Size(44, 17); - this.LblGoodsItemLabel.TabIndex = 0; - this.LblGoodsItemLabel.Text = "商品:"; // // label13 // - this.label13.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.label13.AutoSize = true; - this.label13.Location = new System.Drawing.Point(207, 386); + resources.ApplyResources(this.label13, "label13"); this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(14, 17); - this.label13.TabIndex = 2; - this.label13.Text = "x"; // // label12 // - this.label12.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(207, 357); + resources.ApplyResources(this.label12, "label12"); this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(14, 17); - this.label12.TabIndex = 2; - this.label12.Text = "x"; // // label11 // - this.label11.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(207, 328); + resources.ApplyResources(this.label11, "label11"); this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(14, 17); - this.label11.TabIndex = 2; - this.label11.Text = "x"; // // label14 // - this.label14.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.label14.AutoSize = true; - this.label14.Location = new System.Drawing.Point(207, 415); + resources.ApplyResources(this.label14, "label14"); this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(14, 17); - this.label14.TabIndex = 2; - this.label14.Text = "x"; // // LnkGenGoodsId // - this.LnkGenGoodsId.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.LnkGenGoodsId.AutoSize = true; - this.LnkGenGoodsId.Location = new System.Drawing.Point(247, 34); + resources.ApplyResources(this.LnkGenGoodsId, "LnkGenGoodsId"); this.LnkGenGoodsId.Name = "LnkGenGoodsId"; - this.LnkGenGoodsId.Size = new System.Drawing.Size(45, 17); - this.LnkGenGoodsId.TabIndex = 1; this.LnkGenGoodsId.TabStop = true; - this.LnkGenGoodsId.Text = "生成ID"; this.LnkGenGoodsId.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkGenGoodsId_LinkClicked); // // label18 // - this.label18.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.label18.AutoSize = true; - this.label18.Location = new System.Drawing.Point(175, 124); + resources.ApplyResources(this.label18, "label18"); this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(17, 17); - this.label18.TabIndex = 13; - this.label18.Text = "~"; // // label1 // - this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(245, 64); + resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(14, 17); - this.label1.TabIndex = 2; - this.label1.Text = "x"; // // BtnSave // - this.BtnSave.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.BtnSave.Location = new System.Drawing.Point(772, 12); + resources.ApplyResources(this.BtnSave, "BtnSave"); this.BtnSave.Name = "BtnSave"; - this.BtnSave.Size = new System.Drawing.Size(100, 23); - this.BtnSave.TabIndex = 2; - this.BtnSave.Text = "保存"; this.BtnSave.UseVisualStyleBackColor = true; this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click); // // BtnLoad // - this.BtnLoad.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.BtnLoad.Location = new System.Drawing.Point(666, 12); + resources.ApplyResources(this.BtnLoad, "BtnLoad"); this.BtnLoad.Name = "BtnLoad"; - this.BtnLoad.Size = new System.Drawing.Size(100, 23); - this.BtnLoad.TabIndex = 1; - this.BtnLoad.Text = "加载"; this.BtnLoad.UseVisualStyleBackColor = true; this.BtnLoad.Click += new System.EventHandler(this.BtnLoad_Click); // // TxtShopJsonPath // - this.TxtShopJsonPath.Location = new System.Drawing.Point(122, 12); + resources.ApplyResources(this.TxtShopJsonPath, "TxtShopJsonPath"); this.TxtShopJsonPath.Name = "TxtShopJsonPath"; - this.TxtShopJsonPath.Size = new System.Drawing.Size(538, 23); - this.TxtShopJsonPath.TabIndex = 0; // // LblShopPathLabel // - this.LblShopPathLabel.AutoSize = true; - this.LblShopPathLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.LblShopPathLabel.Location = new System.Drawing.Point(11, 15); + resources.ApplyResources(this.LblShopPathLabel, "LblShopPathLabel"); this.LblShopPathLabel.Name = "LblShopPathLabel"; - this.LblShopPathLabel.Size = new System.Drawing.Size(105, 17); - this.LblShopPathLabel.TabIndex = 7; - this.LblShopPathLabel.Text = "Shop.json 路径:"; // // FormShopEditor // - this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(884, 561); this.Controls.Add(this.BtnSave); this.Controls.Add(this.BtnLoad); this.Controls.Add(this.TxtShopJsonPath); @@ -844,12 +610,7 @@ this.Controls.Add(this.GrpItems); this.Controls.Add(this.GrpGoodsList); this.Controls.Add(this.GrpShopList); - this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.Margin = new System.Windows.Forms.Padding(4); - this.MinimumSize = new System.Drawing.Size(900, 600); this.Name = "FormShopEditor"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "Shop.json Editor"; this.GrpShopList.ResumeLayout(false); this.GrpGoodsList.ResumeLayout(false); this.GrpItems.ResumeLayout(false); diff --git a/Source/GrasscutterTools/Forms/FormShopEditor.cs b/Source/GrasscutterTools/Forms/FormShopEditor.cs index 199e927..a28a56d 100644 --- a/Source/GrasscutterTools/Forms/FormShopEditor.cs +++ b/Source/GrasscutterTools/Forms/FormShopEditor.cs @@ -25,7 +25,6 @@ using System.Windows.Forms; using GrasscutterTools.Game; using GrasscutterTools.Game.Shop; -using GrasscutterTools.GOOD; using GrasscutterTools.Properties; using GrasscutterTools.Utils; @@ -118,16 +117,7 @@ namespace GrasscutterTools.Forms } catch (Exception ex) { - try - { - // 当Json解析失败时尝试以tsv方式解析 - LoadShopsFromTsv(path); - MessageBox.Show("OK", Resources.Tips, MessageBoxButtons.OK); - } - catch - { - MessageBox.Show(ex.ToString(), Resources.Error, MessageBoxButtons.OK, MessageBoxIcon.Error); - } + MessageBox.Show(ex.ToString(), Resources.Error, MessageBoxButtons.OK, MessageBoxIcon.Error); } } @@ -137,11 +127,26 @@ namespace GrasscutterTools.Forms /// 文件路径 private void LoadShops(string path) { - // 反序列化 - var banners = JsonConvert.DeserializeObject>(File.ReadAllText(path)); - Shops = new Dictionary>(banners.Count); - foreach (var item in banners) - Shops.Add(item.ShopType, item.Items); + try + { + // 反序列化 + var banners = JsonConvert.DeserializeObject>(File.ReadAllText(path)); + Shops = new Dictionary>(banners.Count); + foreach (var item in banners) + Shops.Add(item.ShopType, item.Items); + } + catch (Exception ex) + { + try + { + // 当Json解析失败时尝试以tsv方式解析 + LoadShopsFromTsv(path); + } + catch + { + throw ex; + } + } } /// diff --git a/Source/GrasscutterTools/Forms/FormShopEditor.en-US.resx b/Source/GrasscutterTools/Forms/FormShopEditor.en-US.resx new file mode 100644 index 0000000..459a5d5 --- /dev/null +++ b/Source/GrasscutterTools/Forms/FormShopEditor.en-US.resx @@ -0,0 +1,259 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Shop list + + + Shop info list + + + × Clear + + + - Delete + + + Item list + + + Shop info + + + √ Add or Update + + + None + + + Daily + + + Weekly + + + Monthly + + + + 55, 17 + + + Refresh: + + + 62, 17 + + + Buy level: + + + 62, 17 + + + End time: + + + 73, 17 + + + Begin time: + + + 77, 17 + + + Cost item 4: + + + 77, 17 + + + Cost item 3: + + + 77, 17 + + + Cost item 2: + + + 77, 17 + + + Cost item 1: + + + 45, 298 + + + 77, 17 + + + Cost Mcion: + + + 72, 17 + + + Cost Scion: + + + 74, 17 + + + Cost Hcion: + + + 60, 17 + + + Buy limit: + + + 62, 17 + + + GoodsId: + + + 50, 17 + + + Goods: + + + 78, 17 + + + Generate ID + + + Save + + + Load + + + 97, 17 + + + Shop.json Path: + + \ No newline at end of file diff --git a/Source/GrasscutterTools/Forms/FormShopEditor.resx b/Source/GrasscutterTools/Forms/FormShopEditor.resx index 1af7de1..cdc62f9 100644 --- a/Source/GrasscutterTools/Forms/FormShopEditor.resx +++ b/Source/GrasscutterTools/Forms/FormShopEditor.resx @@ -117,4 +117,1582 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + Top + + + Top + + + True + + + + 175, 124 + + + Top + + + GrpGoodsInfo + + + Top + + + LblCostItem4Label + + + 13 + + + 6 + + + 105, 17 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGoodsInfo + + + 348, 508 + + + 119, 267 + + + 99, 472 + + + 27 + + + 8 + + + 0 + + + + + + 6 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top + + + 45, 185 + + + NUDMaxLevel + + + 16 + + + 10 + + + 120, 23 + + + 14 + + + Top + + + 7 + + + 17 + + + True + + + 198, 122 + + + NUDGoodsId + + + 0 + + + yyyy'/'MM'/'dd HH':'mm':'ss + + + 119, 122 + + + 60, 23 + + + ListItems + + + 119, 412 + + + GrpGoodsList + + + 12 + + + 119, 354 + + + LblEndTimeLabel + + + 2 + + + 2 + + + 207, 328 + + + 32 + + + 884, 561 + + + 4 + + + 2 + + + True + + + True + + + 160, 23 + + + 24 + + + GrpGoodsInfo + + + True + + + 1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6, 22 + + + TxtGoodsItem + + + GrpGoodsInfo + + + 119, 296 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 消耗物品1: + + + LblCostHcoinLabel + + + True + + + 8 + + + 3, 19 + + + Top + + + 17 + + + GrpGoodsInfo + + + 消耗创世结晶: + + + Top + + + 11 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGoodsInfo + + + 30 + + + True + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DTPBeginTime + + + 39 + + + NoControl + + + LblCostItem1Label + + + GrpGoodsInfo + + + 666, 12 + + + GrpGoodsInfo + + + Top + + + NUDRefreshParm + + + Top + + + NUDCostItem4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 消耗物品4: + + + 250, 200 + + + 6 + + + 7 + + + 生成ID + + + BtnDeleteGoods + + + NUDCostMcoin + + + 18 + + + $this + + + 7 + + + GrpItems + + + Top + + + 44, 17 + + + True + + + 2 + + + $this + + + GrpGoodsInfo + + + 45, 156 + + + Top, Bottom, Right + + + GrpGoodsInfo + + + GrpGoodsInfo + + + Top, Bottom, Left, Right + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12 + + + 1 + + + 2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 772, 12 + + + 19 + + + Top + + + $this + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + 17 + + + 商店列表 + + + x + + + 38, 356 + + + 2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 119, 383 + + + 刷新方式: + + + 95, 61 + + + Top + + + 9 + + + 商品: + + + True + + + Top + + + 33 + + + 4 + + + 245, 64 + + + 0 + + + 119, 32 + + + True + + + GrpGoodsInfo + + + x + + + Top + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top + + + 17, 17 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 物品列表 + + + 50, 23 + + + 622, 41 + + + 6 + + + LblCostItem2Label + + + 2 + + + GrpGoodsInfo + + + Top + + + 7 + + + Top, Bottom, Left, Right + + + 12, 247 + + + LnkGenGoodsId + + + GrpGoodsInfo + + + 16 + + + 80, 23 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 120, 23 + + + LblBuyLimitLabel + + + 3 + + + LblGoodsIdLabel + + + 2 + + + ~ + + + True + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 4 + + + True + + + 38 + + + 122, 12 + + + 21, 298 + + + GrpGoodsInfo + + + 12 + + + 538, 23 + + + 19 + + + Bottom, Left + + + Top + + + 38, 327 + + + 207, 415 + + + LblBuyLevelLabel + + + 13 + + + 1 + + + 4 + + + 119, 151 + + + GrpItems + + + 6 + + + NUDCostItem1 + + + 68, 17 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 23 + + + GrpGoodsInfo + + + 商品列表 + + + 68, 17 + + + 9 + + + System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Bottom, Left + + + 68, 17 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 45, 17 + + + 92, 17 + + + $this + + + GrpShopList + + + 1 + + + + + + + + + + + + 4, 4, 4, 4 + + + 37 + + + 14, 17 + + + BtnLoad + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGoodsInfo + + + label11 + + + 100, 23 + + + 6, 51 + + + BtnSave + + + 45, 211 + + + GrpGoodsInfo + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 36 + + + NUDCostItem1Count + + + 80, 23 + + + 244, 242 + + + 5 + + + GrpGoodsInfo + + + $this + + + TxtItemFilter + + + Fill + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + 9 + + + 45, 240 + + + 14, 17 + + + LblCostItem3Label + + + 45, 92 + + + GrpGoodsInfo + + + NUDCostScoin + + + 29 + + + 160, 23 + + + 3 + + + Top + + + 消耗物品2: + + + 7 + + + 238, 446 + + + 7 + + + NUDCostHcoin + + + 3 + + + Top + + + 60, 23 + + + 119, 209 + + + True + + + True + + + GrpGoodsInfo + + + 15 + + + 257, 61 + + + 11, 15 + + + 80, 23 + + + 45, 64 + + + 250, 302 + + + LblBeginTimeLabel + + + 26 + + + TxtShopJsonPath + + + 0 + + + Top, Bottom, Left, Right + + + Top + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 消耗物品3: + + + GrpGoodsInfo + + + 28 + + + 21 + + + 消耗摩拉: + + + 10 + + + 加载 + + + 14, 17 + + + 5 + + + 50, 23 + + + 限购数量: + + + GrpItems + + + 38, 383 + + + 11 + + + GrpGoodsInfo + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 68, 17 + + + Top + + + Top + + + 18 + + + label13 + + + 268, 41 + + + 175, 207 + + + Bottom, Left + + + 1 + + + 80, 23 + + + × 清空 + + + 247, 34 + + + 112, 273 + + + 60, 23 + + + GrpGoodsInfo + + + 70, 23 + + + FormShopEditor + + + 20 + + + GrpGoodsInfo + + + yyyy'/'MM'/'dd HH':'mm':'ss + + + 42 + + + DTPEndTime + + + LblRefreshModeLabel + + + label14 + + + Top + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGoodsList + + + NUDCostItem3Count + + + 7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 144, 23 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Shop.json 路径: + + + Top + + + label18 + + + GrpGoodsInfo + + + GrpGoodsInfo + + + 119, 90 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 商品信息 + + + GrpGoodsInfo + + + Top + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 上架时间: + + + CmbRefreshType + + + 5 + + + 120, 23 + + + $this + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 238, 23 + + + 3, 19 + + + NUDCostItem2Count + + + 120, 23 + + + 100, 23 + + + - 删除 + + + 保存 + + + True + + + BtnClearGoods + + + 12, 41 + + + 120, 23 + + + 100, 23 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 207, 357 + + + 119, 180 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 微软雅黑, 9pt + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NUDMinLevel + + + GrpGoodsInfo + + + $this + + + 0 + + + NoControl + + + 15 + + + GrpGoodsInfo + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGoodsInfo + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + x + + + 0 + + + NUDCostItem2 + + + 45, 269 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top + + + 限购等级: + + + 6, 273 + + + Top + + + Top + + + 0 + + + GrpGoodsInfo + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ListGoods + + + ListShop + + + 75, 17 + + + 8 + + + Shop.json Editor + + + GrpGoodsInfo + + + LblCostMcoinLabel + + + Top + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 22 + + + 2 + + + x + + + 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 + + + 13 + + + 17 + + + 219, 412 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 15 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpShopList + + + 60, 23 + + + Top + + + GrpGoodsInfo + + + CenterScreen + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + x + + + 207, 386 + + + GrpGoodsInfo + + + Top + + + Top + + + GrpGoodsInfo + + + 34 + + + Top + + + label1 + + + 57, 17 + + + 3 + + + GrpGoodsInfo + + + NUDCostItem3 + + + 14, 17 + + + 119, 325 + + + 下架时间: + + + 1 + + + 14, 17 + + + 4 + + + Top + + + 40 + + + GrpGoodsInfo + + + 41 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top + + + True + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top + + + Top + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 75, 17 + + + 17 + + + 7, 17 + + + NoControl + + + label12 + + + BtnSaveGoods + + + 119, 238 + + + GrpGoodsList + + + GrpGoodsInfo + + + 244, 178 + + + √ 添加或更新 + + + 900, 600 + + + 7 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 104, 25 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + 商品ID: + + + 38, 412 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + LblGoodsItemLabel + + + GrpGoodsInfo + + + 14 + + + 150, 30 + + + 45, 125 + + + GrpGoodsInfo + + + Top + + + 30 + + + 31 + + + 250, 508 + + + 68, 17 + + + 25 + + + NUDGoodsItemCount + + + 0 + + + GrpGoodsList + + + 2 + + + True + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top + + + NUDBuyLimit + + + GrpGoodsInfo + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 50, 23 + + + 56, 34 + + + 75, 17 + + + Top + + + 68, 17 + + + 219, 325 + + + GrpGoodsInfo + + + 68, 17 + + + 35 + + + LblShopPathLabel + + + GrpGoodsInfo + + + 219, 354 + + + 20 + + + NUDCostItem4Count + + + $this + + + 21 + + + 75, 17 + + + LblCostScoinLabel + + + 100, 23 + + + 消耗原石: + + + 219, 383 + + + True + \ No newline at end of file diff --git a/Source/GrasscutterTools/Forms/FormShopEditor.ru-RU.resx b/Source/GrasscutterTools/Forms/FormShopEditor.ru-RU.resx new file mode 100644 index 0000000..0aa4068 --- /dev/null +++ b/Source/GrasscutterTools/Forms/FormShopEditor.ru-RU.resx @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Список магазинов + + + Список товаров + + + × Очистить + + + - Удалить + + + Список предметов + + + Информация о товарах + + + + 74, 472 + + + 200, 30 + + + √ Добавить или обновить + + + 4, 211 + + + 118, 17 + + + Обновить режим: + + + 62, 17 + + + Buy level: + + + 1, 183 + + + 122, 17 + + + Время окончания: + + + 10, 156 + + + 97, 17 + + + Время начала: + + + 76, 17 + + + Cast item 4: + + + 76, 17 + + + Cast item 3: + + + 76, 17 + + + Cast item 2: + + + 76, 17 + + + Cast item 1: + + + 46, 298 + + + 67, 17 + + + Кристалл: + + + 67, 269 + + + 46, 17 + + + Мора: + + + 9, 240 + + + 104, 17 + + + Камень Истока: + + + 60, 17 + + + Buy limit: + + + 66, 17 + + + Goods Id: + + + 50, 17 + + + Goods: + + + 73, 17 + + + Создать ID + + + Сохранять + + + Загрузить + + + 144, 12 + + + 516, 23 + + + 127, 17 + + + Shop.json дорожка: + + \ No newline at end of file diff --git a/Source/GrasscutterTools/Forms/FormShopEditor.zh-TW.resx b/Source/GrasscutterTools/Forms/FormShopEditor.zh-TW.resx new file mode 100644 index 0000000..030eeae --- /dev/null +++ b/Source/GrasscutterTools/Forms/FormShopEditor.zh-TW.resx @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + - 刪除 + + + 限購等級: + + + 下架時間: + + + 上架時間: + + + 消耗創世結晶: + + + 限購數量: + + + 加載 + + + Shop.json 路徑: + + \ No newline at end of file diff --git a/Source/GrasscutterTools/GrasscutterTools.csproj b/Source/GrasscutterTools/GrasscutterTools.csproj index eafbc12..978fd04 100644 --- a/Source/GrasscutterTools/GrasscutterTools.csproj +++ b/Source/GrasscutterTools/GrasscutterTools.csproj @@ -214,9 +214,18 @@ FormMain.cs Designer + + FormShopEditor.cs + FormShopEditor.cs + + FormShopEditor.cs + + + FormShopEditor.cs + FormTextMapBrowser.cs