From 01dc1b6f1cd75b2e05addcbfe79a5c886dc60e00 Mon Sep 17 00:00:00 2001 From: jie65535 Date: Sun, 15 May 2022 18:45:32 +0800 Subject: [PATCH] Update Artifact part labels support i18n Update cn window title to GrasscutterTools --- Source/GrasscutterTools/FormMain.cs | 13 +- Source/GrasscutterTools/FormMain.en-us.resx | 507 ++- Source/GrasscutterTools/FormMain.resx | 3226 +++++------------ .../Properties/Resources.Designer.cs | 9 + .../Properties/Resources.en-us.resx | 3 + .../Properties/Resources.resx | 3 + 6 files changed, 1361 insertions(+), 2400 deletions(-) diff --git a/Source/GrasscutterTools/FormMain.cs b/Source/GrasscutterTools/FormMain.cs index e947694..bea4c1b 100644 --- a/Source/GrasscutterTools/FormMain.cs +++ b/Source/GrasscutterTools/FormMain.cs @@ -360,6 +360,8 @@ namespace GrasscutterTools private Dictionary>> subAttrs; + private string[] ArtifactPartLabels; + private void InitArtifactList() { CmbArtifactSet.Items.Clear(); @@ -383,6 +385,8 @@ namespace GrasscutterTools } CmbSubAttribution.Items.Clear(); CmbSubAttribution.Items.AddRange(subAttrs.Keys.ToArray()); + + ArtifactPartLabels = Resources.ArtifactPartLabels.Split(','); } private void CmbSubAttribution_SelectedIndexChanged(object sender, EventArgs e) @@ -428,8 +432,6 @@ namespace GrasscutterTools ArtifactInputChanged(sender, e); } - private readonly string[] ArtifactPartLabels = new string[] { "空之杯", "死之羽", "理之冠", "生之花", "时之沙" }; - private void CmbArtifactPart_SelectedIndexChanged(object sender, EventArgs e) { if (CmbArtifactPart.SelectedIndex < 0) @@ -439,8 +441,11 @@ namespace GrasscutterTools } var name = CmbArtifactPart.SelectedItem as string; var id = GameData.Artifacts.Ids[Array.IndexOf(GameData.Artifacts.Names, name)]; - LblArtifactName.Text = ArtifactPartLabels[id / 10 % 10 - 1]; - + var pardIndex = id / 10 % 10 - 1; + if (pardIndex < ArtifactPartLabels?.Length) + LblArtifactName.Text = ArtifactPartLabels[pardIndex]; + else + LblArtifactName.Text = ""; ArtifactInputChanged(sender, e); } diff --git a/Source/GrasscutterTools/FormMain.en-us.resx b/Source/GrasscutterTools/FormMain.en-us.resx index eff287f..86be5a0 100644 --- a/Source/GrasscutterTools/FormMain.en-us.resx +++ b/Source/GrasscutterTools/FormMain.en-us.resx @@ -117,9 +117,15 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Copy + + + 54, 21 @@ -127,30 +133,66 @@ Auto + + + Run(F5) + + + Command (Press and hold Ctrl to run automatically) + + + 120, 23 TextMapBrowser + + + Banner editor + + + + + + + + + + + + + + + 95, 21 Include UID + + + + + + Settings + + + 74, 38 @@ -160,9 +202,15 @@ Have a nice time! + + + Home + + + 533, 216 @@ -172,6 +220,9 @@ Export + + + 467, 216 @@ -181,15 +232,27 @@ Load + + + 30, 17 Tag + + + + + + List + + + 393, 216 @@ -199,6 +262,9 @@ x Delete + + + 317, 216 @@ -208,19 +274,33 @@ √ Save + + + 267, 23 + + + Custom - - - NoControl + + + Add + + + + + + + + + 298, 41 @@ -230,12 +310,24 @@ Stars + + + 31, 17 Part + + + + + + + + + 87, 11 @@ -245,18 +337,42 @@ Artifact + + + 62, 17 21 is +20 + + + + + + + + + + + + 50, 17 X Clear + + + + + + + + + 99, 41 @@ -266,6 +382,9 @@ Level + + + 80, 102 @@ -275,6 +394,12 @@ Sub Stat + + + + + + 73, 71 @@ -284,80 +409,147 @@ Main Stat + + + Artifact + + + 51, 21 Test + + + 93, 21 Unreleased + + + 69, 21 Hidden + + + List Filter + + + Finish + + + Add + + + Add or Finish Quest Tip: Many quest require server-side scripting support Therefore, the quest can be add and finish, but not necessarily can be work + + + + + + + + + Quest + + + √ Record + + + × Delete + + + + + + Records + + + 84, 21 Ornament + + + 65, 21 Animal + + + + + + 75, 21 Monster + + + Class + + + 81, 17 Spawn entity + + + + Bottom, Left @@ -367,6 +559,9 @@ Therefore, the quest can be add and finish, but not necessarily can be work Amount + + + 120, 218 @@ -376,15 +571,33 @@ Therefore, the quest can be add and finish, but not necessarily can be work Lv + + + 64, 216 + + + 146, 216 + + + + + + + + + Spawn + + + 88, 161 @@ -396,6 +609,12 @@ Therefore, the quest can be add and finish, but not necessarily can be work + + + + + + 135, 217 @@ -405,6 +624,9 @@ The data may not be cleared even if the account is recreated. Avatar + + + 392, 216 @@ -414,27 +636,54 @@ The data may not be cleared even if the account is recreated. Lv + + + 418, 214 + + + 186, 214 200, 25 + + + Avatar + + + 26, 17 Tip + + + + + + + + + + + + Stats + + + 283, 24 @@ -444,6 +693,9 @@ The data may not be cleared even if the account is recreated. E + + + 259, 24 @@ -453,6 +705,9 @@ The data may not be cleared even if the account is recreated. Q + + + 178, 24 @@ -462,27 +717,48 @@ The data may not be cleared even if the account is recreated. NormalATK + + + 128, 23 + + + Talent Level + + + 179, 17 Set current active Avatar data + + + Stats + + + + + + 93, 17 Geive Weapon + + + 203, 218 @@ -492,12 +768,18 @@ The data may not be cleared even if the account is recreated. Refinement + + + 53, 17 Amount + + + 121, 218 @@ -507,18 +789,36 @@ The data may not be cleared even if the account is recreated. Lv + + + 282, 216 + + + 65, 216 + + + 147, 216 + + + + + + Weapon + + + Top, Left @@ -528,6 +828,9 @@ The data may not be cleared even if the account is recreated. √ Record + + + Top, Left @@ -537,18 +840,27 @@ The data may not be cleared even if the account is recreated. × Delete + + + Top, Bottom, Left 243, 140 + + + 249, 162 Records + + + 278, 217 @@ -558,6 +870,9 @@ The data may not be cleared even if the account is recreated. Drop + + + Top, Left, Right @@ -567,6 +882,9 @@ The data may not be cleared even if the account is recreated. 250, 23 + + + Top, Bottom, Left, Right @@ -576,6 +894,9 @@ The data may not be cleared even if the account is recreated. 250, 208 + + + Bottom, Left @@ -585,6 +906,9 @@ The data may not be cleared even if the account is recreated. Amount + + + 171, 218 @@ -594,21 +918,36 @@ The data may not be cleared even if the account is recreated. Level + + + 65, 216 + + + 209, 216 + + + 118, 17 Give item to player + + + Items + + + 91, 213 @@ -618,6 +957,9 @@ The data may not be cleared even if the account is recreated. Include scene Id + + + Top, Left, Right @@ -636,33 +978,60 @@ The data may not be cleared even if the account is recreated. Tip: You can quickly teleport through the 'fishing hook' mark on the minimap in the game In the command, you can use ~ to indicate the current position, and ~100 to indicate the relative current 100 + + + 219, 184 + + + 113, 184 + + + 10, 211 Teleport + + + 7, 184 + + + 239, 182 + + + 133, 182 + + + 27, 182 + + + 66, 61 + + + 6, 64 @@ -672,6 +1041,9 @@ In the command, you can use ~ to indicate the current position, and ~100 to indi weather + + + Top, Left, Right @@ -685,27 +1057,48 @@ In the command, you can use ~ to indicate the current position, and ~100 to indi Scene control Tip: Most of the scenes have no effect and cannot be entered. + + + + + + Scene + + + 49, 21 UID + + + 270, 23 130, 23 + + + Delete + + + Create + + + 6, 25 @@ -715,27 +1108,51 @@ Tip: Most of the scenes have no effect and cannot be entered. Username + + + 79, 22 127, 23 + + + Account Management + + + + + + + + + Delete + + + Add + + + 38, 17 Perm + + + 30, 25 @@ -745,24 +1162,45 @@ Tip: Most of the scenes have no effect and cannot be entered. UID + + + Permission Management + + + Manage + + + + + + Bottom, Left + + + 110, 17 Grasscutter Tools + + + About + + + 13, 63 @@ -772,15 +1210,27 @@ Tip: Most of the scenes have no effect and cannot be entered. OpenCommand + + + 119, 63 + + + 119, 29 + + + 119, 46 + + + 25, 29 @@ -790,6 +1240,9 @@ Tip: Most of the scenes have no effect and cannot be entered. Game version + + + 34, 46 @@ -799,33 +1252,66 @@ Tip: Most of the scenes have no effect and cannot be entered. Player count + + + Server status + + + 35, 17 Help + + + Connect + + + Send Code + + + + + + + + + 39, 17 Code + + + + + + Remote Cell + + + 167, 23 + + + 292, 36 @@ -835,16 +1321,31 @@ Tip: Most of the scenes have no effect and cannot be entered. Query + + + 35, 17 Host + + + Remote + + + + + + GrasscutterTools + + + \ No newline at end of file diff --git a/Source/GrasscutterTools/FormMain.resx b/Source/GrasscutterTools/FormMain.resx index 420c764..8b001c7 100644 --- a/Source/GrasscutterTools/FormMain.resx +++ b/Source/GrasscutterTools/FormMain.resx @@ -204,6 +204,18 @@ Bottom, Left, Right + + 6, 22 + + + 75, 23 + + + 3 + + + 执行(F5) + BtnInvokeOpenCommand @@ -240,33 +252,21 @@ 1 - - 6, 22 - - - 75, 23 - - - 3 - - - 执行(F5) - - - BtnInvokeOpenCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 0 - Top, Bottom, Left, Right + + 112, 122 + + + 100, 23 + + + 8 + + + 文本浏览器 + BtnOpenTextMap @@ -279,6 +279,21 @@ 0 + + Bottom, Right + + + 6, 122 + + + 100, 23 + + + 7 + + + 奖池编辑器 + BtnOpenGachaBannerEditor @@ -291,6 +306,24 @@ 1 + + Top, Bottom, Left, Right + + + NoControl + + + 313, 6 + + + 283, 233 + + + CenterImage + + + 6 + pictureBox1 @@ -303,6 +336,144 @@ 2 + + Bottom, Left + + + 41, 51 + + + 100, 25 + + + 6 + + + CmbLanguage + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + 0 + + + True + + + 147, 54 + + + 94, 17 + + + 5 + + + 语言/Language + + + LblLanguage + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + 1 + + + 41, 22 + + + 100, 23 + + + 3 + + + NUDUid + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + 2 + + + True + + + 147, 23 + + + 133, 21 + + + 4 + + + 生成的命令包含UID + + + ChkIncludeUID + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + 3 + + + True + + + 7, 24 + + + 30, 17 + + + 1 + + + UID + + + LblDefaultUid + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + 4 + + + 6, 151 + + + 301, 88 + + + 5 + + + 设置 + GrpSettings @@ -315,6 +486,27 @@ 3 + + Left + + + True + + + 微软雅黑, 13pt + + + 88, 36 + + + 136, 24 + + + 0 + + + 祝你玩得愉快! + LblAbout @@ -354,6 +546,21 @@ 0 + + Bottom, Right + + + 543, 216 + + + 50, 23 + + + 7 + + + 导出 + BtnExportCustomCommands @@ -366,6 +573,21 @@ 0 + + Bottom, Right + + + 487, 216 + + + 50, 23 + + + 6 + + + 载入 + BtnLoadCustomCommands @@ -378,6 +600,24 @@ 1 + + Bottom, Left + + + True + + + 6, 219 + + + 32, 17 + + + 5 + + + 标签 + LblCustomName @@ -390,6 +630,48 @@ 2 + + Top, Bottom, Left, Right + + + True + + + Fill + + + 3, 19 + + + 584, 182 + + + 0 + + + FLPCustomCommands + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 0 + + + 6, 6 + + + 590, 204 + + + 1 + + + 列表 + groupBox1 @@ -402,6 +684,21 @@ 3 + + Bottom, Right + + + 421, 216 + + + 60, 23 + + + 4 + + + × 删除 + BtnRemoveCustomCommand @@ -414,6 +711,21 @@ 4 + + Bottom, Right + + + 355, 216 + + + 60, 23 + + + 3 + + + √ 保存 + BtnSaveCustomCommand @@ -426,6 +738,18 @@ 5 + + Bottom, Left, Right + + + 44, 216 + + + 305, 23 + + + 1 + TxtCustomName @@ -1008,1740 +1332,9 @@ 2 - - GrpQuestFilters - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 0 - - - BtnFinishQuest - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 1 - - - BtnAddQuest - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 2 - - - LblQuestDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 3 - - - TxtQuestFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 4 - - - 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 - - - 602, 245 - - - 15 - - - 任务 - - - TPQuest - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 3 - - - BtnSaveSpawnLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 0 - - - BtnRemoveSpawnLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 1 - - - GrpSpawnRecord - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 2 - - - GrpEntityType - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 3 - - - LblSpawnDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 4 - - - LblEntityAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 5 - - - LblEntityLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 6 - - - NUDEntityAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 7 - - - NUDEntityLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 8 - - - TxtEntityFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 9 - - - ListEntity - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 10 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 6 - - - 生成 - - - TPSpawn - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 4 - - - LblAvatarGenWarning - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 0 - - - ImgAvatar - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 1 - - - LblAvatar - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 2 - - - LblLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 3 - - - NUDAvatarLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 4 - - - CmbAvatar - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 5 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 5 - - - 角色 - - - TPAvatar - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 5 - - - GrpSetStats - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 0 - - - GrpTalentLevel - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 1 - - - LblStatsDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 2 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 11 - - - 数据 - - - TPStats - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 6 - - - TxtWeaponFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 0 - - - LblWeaponDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 1 - - - LblWeaponRefinement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 2 - - - LblWeaponAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 3 - - - LblWeaponLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 4 - - - NUDWeaponRefinement - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 5 - - - NUDWeaponAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 6 - - - NUDWeaponLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 7 - - - ListWeapons - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 8 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 3 - - - 武器 - - - TPWeapon - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 7 - - - BtnSaveGiveItemLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 0 - - - BtnRemoveGiveItemLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 1 - - - GrpGiveItemRecord - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 2 - - - ChkDrop - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 3 - - - TxtGameItemFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 4 - - - ListGameItems - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 5 - - - LblGameItemAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 6 - - - LblGameItemLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 7 - - - NUDGameItemAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 8 - - - NUDGameItemLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 9 - - - LblGiveCommandDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 10 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 4 - - - 物品 - - - TPItem - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 8 - - - ChkIncludeSceneId - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 0 - - - LblTp - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 1 - - - LblTpZ - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 2 - - - LblTpY - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 3 - - - BtnTeleport - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 4 - - - LblTpX - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 5 - - - NUDTpZ - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 6 - - - NUDTpY - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 7 - - - NUDTpX - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 8 - - - CmbClimateType - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 9 - - - LblClimateType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 10 - - - LblSceneDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 11 - - - ListScenes - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 12 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 9 - - - 场景 - - - TPScene - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 9 - - - GrpAccount - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPManage - - - 0 - - - GrpPermission - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPManage - - - 1 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 12 - - - 管理 - - - TPManage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 10 - - - pictureBox2 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAbout - - - 0 - - - LnkGithub - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAbout - - - 1 - - - LblSupportDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAbout - - - 2 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 13 - - - 关于 - - - TPAbout - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 11 - - - GrpServerStatus - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 0 - - - GrpRemoteCommand - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 1 - - - TxtHost - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 2 - - - BtnQueryServerStatus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 3 - - - LblHost - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 4 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 14 - - - 远程 - - - TPRemoteCall - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 12 - - - 12, 12 - - - 610, 275 - - - 4 - - - TCMain - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 112, 122 - - - 100, 23 - - - 8 - - - 文本浏览器 - - - BtnOpenTextMap - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 0 - - - Bottom, Right - - - 6, 122 - - - 100, 23 - - - 7 - - - 奖池编辑器 - - - BtnOpenGachaBannerEditor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 1 - - - Top, Bottom, Left, Right - - - NoControl - - - 313, 6 - - - 283, 233 - - - CenterImage - - - 6 - - - pictureBox1 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 2 - - - Bottom, Left - - - CmbLanguage - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 0 - - - LblLanguage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 1 - - - NUDUid - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 2 - - - ChkIncludeUID - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 3 - - - LblDefaultUid - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 4 - - - 6, 151 - - - 301, 88 - - - 5 - - - 设置 - - - GrpSettings - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 3 - - - 41, 51 - - - 100, 25 - - - 6 - - - CmbLanguage - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 0 - - - True - - - 147, 54 - - - 94, 17 - - - 5 - - - 语言/Language - - - LblLanguage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 1 - - - 41, 22 - - - 100, 23 - - - 3 - - - NUDUid - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 2 - - - True - - - 147, 23 - - - 133, 21 - - - 4 - - - 生成的命令包含UID - - - ChkIncludeUID - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 3 - - - True - - - 7, 24 - - - 30, 17 - - - 1 - - - UID - - - LblDefaultUid - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 4 - - - Left - - - True - - - 微软雅黑, 13pt - - - 88, 36 - - - 136, 24 - - - 0 - - - 祝你玩得愉快! - - - LblAbout - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 4 - - - Bottom, Right - - - 543, 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 - - - 487, 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 - - - 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 - - - FLPCustomCommands - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 0 - - - 6, 6 - - - 590, 204 - - - 1 - - - 列表 - - - groupBox1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 3 - - - True - - - Fill - - - 3, 19 - - - 584, 182 - - - 0 - - - FLPCustomCommands - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 0 - - - Bottom, Right - - - 421, 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 - - - 355, 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 - - - 305, 23 - - - 1 - - - TxtCustomName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 6 - Bottom, Left - - ChkQuestFilterTEST - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - 0 - - - ChkQuestFilterUNRELEASED - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - 1 - - - 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 - True @@ -2826,6 +1419,30 @@ 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 @@ -2960,6 +1577,33 @@ 5 + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 15 + + + 任务 + + + TPQuest + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 3 + 265, 31 @@ -3014,6 +1658,21 @@ Top, Bottom, Left + + Fill + + + 17 + + + 3, 19 + + + 244, 162 + + + 9 + ListSpawnLogs @@ -3050,108 +1709,9 @@ 2 - - Fill - - - 17 - - - 3, 19 - - - 244, 162 - - - 9 - - - ListSpawnLogs - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSpawnRecord - - - 0 - Bottom, Left - - RbEntityOrnament - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 0 - - - RbEntityAnimal - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 1 - - - RbEntityNPC - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 2 - - - RbEntityMonster - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 3 - - - 265, 101 - - - 87, 134 - - - 4 - - - 列表分类 - - - GrpEntityType - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 3 - True @@ -3260,6 +1820,30 @@ 3 + + 265, 101 + + + 87, 134 + + + 4 + + + 列表分类 + + + GrpEntityType + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 3 + Top, Bottom, Left, Right @@ -3446,6 +2030,33 @@ 10 + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 6 + + + 生成 + + + TPSpawn + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 4 + Bottom @@ -3625,81 +2236,36 @@ 5 + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 5 + + + 角色 + + + TPAvatar + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 5 + None - - LblStatTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 0 - - - LblStatPercent - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 1 - - - NUDStat - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 2 - - - CmbStat - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 3 - - - 135, 62 - - - 332, 70 - - - 4 - - - 角色属性 - - - GrpSetStats - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 0 - True @@ -3799,80 +2365,32 @@ 3 - - None + + 135, 62 - - LnkTalentE + + 332, 70 - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - GrpTalentLevel + + 角色属性 - - 0 + + GrpSetStats - - LnkTalentQ - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 1 - - - LnkTalentNormalATK - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 2 - - - NUDTalentLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 3 - - - 135, 138 - - - 332, 57 - - - 3 - - - 技能等级 - - - GrpTalentLevel - - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TPStats - - 1 + + 0 + + + None True @@ -3976,6 +2494,30 @@ 3 + + 135, 138 + + + 332, 57 + + + 3 + + + 技能等级 + + + GrpTalentLevel + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPStats + + + 1 + True @@ -4003,6 +2545,33 @@ 2 + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 11 + + + 数据 + + + TPStats + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 6 + Top, Right @@ -4254,6 +2823,33 @@ 8 + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 3 + + + 武器 + + + TPWeapon + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 7 + Top, Right @@ -4314,6 +2910,21 @@ Top, Bottom, Left, Right + + Fill + + + 17 + + + 3, 19 + + + 293, 140 + + + 6 + ListGiveItemLogs @@ -4350,33 +2961,6 @@ 2 - - Fill - - - 17 - - - 3, 19 - - - 293, 140 - - - 6 - - - ListGiveItemLogs - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveItemRecord - - - 0 - Bottom, Left @@ -4591,6 +3175,33 @@ 10 + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 4 + + + 物品 + + + TPItem + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 8 + True @@ -4922,105 +3533,36 @@ 12 + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 9 + + + 场景 + + + TPScene + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 9 + None - - ChkAccountSetUid - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 0 - - - NUDAccountUid - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 1 - - - BtnDeleteAccount - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 2 - - - BtnCreateAccount - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 3 - - - LblAccountUserName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 4 - - - TxtAccountUserName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 5 - - - 31, 6 - - - 540, 60 - - - 0 - - - 账号管理 - - - GrpAccount - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPManage - - - 0 - True @@ -5168,104 +3710,32 @@ 5 - - None + + 31, 6 - - CmbPerm - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 0 - - - NUDPermUID - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 1 - - - BtmPermRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 2 - - - BtnPermAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 3 - - - LblPerm - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 4 - - - LblPermUID - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 5 - - - 31, 72 - - + 540, 60 - - 1 + + 0 - - 权限管理 + + 账号管理 - - GrpPermission + + GrpAccount - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TPManage - - 1 + + 0 + + + None 250, 21 @@ -5411,6 +3881,57 @@ 5 + + 31, 72 + + + 540, 60 + + + 1 + + + 权限管理 + + + GrpPermission + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPManage + + + 1 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 12 + + + 管理 + + + TPManage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 10 + Top, Bottom, Left, Right @@ -5500,101 +4021,32 @@ 2 - - LnkOpenCommandLabel + + 4, 26 - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3, 3, 3 - - GrpServerStatus + + 602, 245 - - 0 + + 13 - - LblOpenCommandSupport + + 关于 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TPAbout - - GrpServerStatus + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + TCMain - - LblServerVersion - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 2 - - - LblPlayerCount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 3 - - - LblServerVersionLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 4 - - - LblPlayerCountLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 5 - - - 363, 36 - - - 200, 100 - - - 4 - - - 服务器状态 - - - GrpServerStatus - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 0 + + 11 True @@ -5758,119 +4210,32 @@ 5 - - Bottom, Left + + 363, 36 - - LnkRCHelp + + 200, 100 - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpRemoteCommand - - - 0 - - - BtnConnectOpenCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpRemoteCommand - - - 1 - - - BtnSendVerificationCode - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpRemoteCommand - - - 2 - - - LblRemotePlayerId - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpRemoteCommand - - - 3 - - - NUDVerificationCode - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpRemoteCommand - - + 4 - - LblVerificationCode + + 服务器状态 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GrpServerStatus - - GrpRemoteCommand - - - 5 - - - NUDRemotePlayerId - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpRemoteCommand - - - 6 - - - False - - - 48, 70 - - - 309, 132 - - - 6 - - - 远程执行 - - - GrpRemoteCommand - - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TPRemoteCall - - 1 + + 0 + + + Bottom, Left True @@ -6055,6 +4420,33 @@ 6 + + False + + + 48, 70 + + + 309, 132 + + + 6 + + + 远程执行 + + + GrpRemoteCommand + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPRemoteCall + + + 1 + 119, 36 @@ -6133,6 +4525,54 @@ 4 + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 14 + + + 远程 + + + TPRemoteCall + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 12 + + + 12, 12 + + + 610, 275 + + + 4 + + + TCMain + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + 17, 17 @@ -6158,7 +4598,7 @@ CenterScreen - 割草机工具箱 + GrasscutterTools TTip diff --git a/Source/GrasscutterTools/Properties/Resources.Designer.cs b/Source/GrasscutterTools/Properties/Resources.Designer.cs index d9df68b..5d2c0b8 100644 --- a/Source/GrasscutterTools/Properties/Resources.Designer.cs +++ b/Source/GrasscutterTools/Properties/Resources.Designer.cs @@ -247,6 +247,15 @@ namespace GrasscutterTools.Properties { } } + /// + /// 查找类似 空之杯,死之羽,理之冠,生之花,时之沙 的本地化字符串。 + /// + internal static string ArtifactPartLabels { + get { + return ResourceManager.GetString("ArtifactPartLabels", resourceCulture); + } + } + /// /// 查找类似 101021: 生命值+24 ///101022: 生命值+30 diff --git a/Source/GrasscutterTools/Properties/Resources.en-us.resx b/Source/GrasscutterTools/Properties/Resources.en-us.resx index c7d490b..3f7d1fa 100644 --- a/Source/GrasscutterTools/Properties/Resources.en-us.resx +++ b/Source/GrasscutterTools/Properties/Resources.en-us.resx @@ -130,6 +130,9 @@ ..\Resources\en-us\ArtifactMainAttribution.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + 空之杯,死之羽,理之冠,生之花,时之沙 + ..\Resources\en-us\ArtifactSubAttribution.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 diff --git a/Source/GrasscutterTools/Properties/Resources.resx b/Source/GrasscutterTools/Properties/Resources.resx index 1b3cc6c..0afb6cc 100644 --- a/Source/GrasscutterTools/Properties/Resources.resx +++ b/Source/GrasscutterTools/Properties/Resources.resx @@ -130,6 +130,9 @@ ..\Resources\zh-cn\ArtifactMainAttribution.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + 空之杯,死之羽,理之冠,生之花,时之沙 + ..\Resources\zh-cn\ArtifactSubAttribution.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8