mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-11 23:49:14 +08:00
Update FormMain
Fix Weapons search result id issue Fix Resources errors
This commit is contained in:
parent
5650226891
commit
45ff34370c
43
Source/GrasscutterTools/Forms/FormMain.Designer.cs
generated
43
Source/GrasscutterTools/Forms/FormMain.Designer.cs
generated
@ -316,12 +316,12 @@ namespace GrasscutterTools.Forms
|
||||
//
|
||||
// TPRemoteCall
|
||||
//
|
||||
resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
|
||||
this.TPRemoteCall.Controls.Add(this.GrpServerStatus);
|
||||
this.TPRemoteCall.Controls.Add(this.GrpRemoteCommand);
|
||||
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;
|
||||
//
|
||||
@ -378,14 +378,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);
|
||||
@ -393,7 +394,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;
|
||||
//
|
||||
@ -465,11 +465,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;
|
||||
//
|
||||
@ -514,10 +514,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;
|
||||
//
|
||||
@ -542,10 +542,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;
|
||||
//
|
||||
@ -563,8 +563,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";
|
||||
@ -586,8 +586,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";
|
||||
@ -685,10 +685,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
|
||||
@ -734,6 +734,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.LblTp);
|
||||
@ -748,7 +749,6 @@ namespace GrasscutterTools.Forms
|
||||
this.TPScene.Controls.Add(this.LblClimateType);
|
||||
this.TPScene.Controls.Add(this.LblSceneDescription);
|
||||
this.TPScene.Controls.Add(this.ListScenes);
|
||||
resources.ApplyResources(this.TPScene, "TPScene");
|
||||
this.TPScene.Name = "TPScene";
|
||||
this.TPScene.UseVisualStyleBackColor = true;
|
||||
//
|
||||
@ -883,6 +883,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);
|
||||
@ -895,7 +896,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;
|
||||
//
|
||||
@ -1013,6 +1013,7 @@ namespace GrasscutterTools.Forms
|
||||
//
|
||||
// TPWeapon
|
||||
//
|
||||
resources.ApplyResources(this.TPWeapon, "TPWeapon");
|
||||
this.TPWeapon.Controls.Add(this.TxtWeaponFilter);
|
||||
this.TPWeapon.Controls.Add(this.LblWeaponDescription);
|
||||
this.TPWeapon.Controls.Add(this.LblWeaponRefinement);
|
||||
@ -1022,7 +1023,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;
|
||||
//
|
||||
@ -1119,12 +1119,12 @@ namespace GrasscutterTools.Forms
|
||||
//
|
||||
// TPStats
|
||||
//
|
||||
resources.ApplyResources(this.TPStats, "TPStats");
|
||||
this.TPStats.Controls.Add(this.LblResetStatsCommand);
|
||||
this.TPStats.Controls.Add(this.LblResetStatsTip);
|
||||
this.TPStats.Controls.Add(this.GrpSetStats);
|
||||
this.TPStats.Controls.Add(this.GrpTalentLevel);
|
||||
this.TPStats.Controls.Add(this.LblStatsDescription);
|
||||
resources.ApplyResources(this.TPStats, "TPStats");
|
||||
this.TPStats.Name = "TPStats";
|
||||
this.TPStats.UseVisualStyleBackColor = true;
|
||||
//
|
||||
@ -1154,6 +1154,7 @@ namespace GrasscutterTools.Forms
|
||||
// LblStatTip
|
||||
//
|
||||
resources.ApplyResources(this.LblStatTip, "LblStatTip");
|
||||
this.LblStatTip.AutoEllipsis = true;
|
||||
this.LblStatTip.ForeColor = System.Drawing.SystemColors.GrayText;
|
||||
this.LblStatTip.Name = "LblStatTip";
|
||||
//
|
||||
@ -1180,9 +1181,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);
|
||||
//
|
||||
@ -1242,6 +1243,7 @@ namespace GrasscutterTools.Forms
|
||||
//
|
||||
// TPAvatar
|
||||
//
|
||||
resources.ApplyResources(this.TPAvatar, "TPAvatar");
|
||||
this.TPAvatar.Controls.Add(this.LblNewCommandTip);
|
||||
this.TPAvatar.Controls.Add(this.LblAvatarConstellation);
|
||||
this.TPAvatar.Controls.Add(this.NUDAvatarConstellation);
|
||||
@ -1251,7 +1253,6 @@ namespace GrasscutterTools.Forms
|
||||
this.TPAvatar.Controls.Add(this.LblAvatarLevel);
|
||||
this.TPAvatar.Controls.Add(this.NUDAvatarLevel);
|
||||
this.TPAvatar.Controls.Add(this.CmbAvatar);
|
||||
resources.ApplyResources(this.TPAvatar, "TPAvatar");
|
||||
this.TPAvatar.Name = "TPAvatar";
|
||||
this.TPAvatar.UseVisualStyleBackColor = true;
|
||||
//
|
||||
@ -1336,6 +1337,7 @@ namespace GrasscutterTools.Forms
|
||||
//
|
||||
// TPSpawn
|
||||
//
|
||||
resources.ApplyResources(this.TPSpawn, "TPSpawn");
|
||||
this.TPSpawn.Controls.Add(this.LblClearSpawnLogs);
|
||||
this.TPSpawn.Controls.Add(this.BtnSaveSpawnLog);
|
||||
this.TPSpawn.Controls.Add(this.BtnRemoveSpawnLog);
|
||||
@ -1348,7 +1350,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;
|
||||
//
|
||||
@ -1489,13 +1490,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;
|
||||
//
|
||||
@ -1567,6 +1568,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);
|
||||
@ -1586,7 +1588,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;
|
||||
//
|
||||
@ -1752,6 +1753,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);
|
||||
@ -1759,7 +1761,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;
|
||||
//
|
||||
@ -1823,12 +1824,12 @@ namespace GrasscutterTools.Forms
|
||||
//
|
||||
// TPHome
|
||||
//
|
||||
resources.ApplyResources(this.TPHome, "TPHome");
|
||||
this.TPHome.Controls.Add(this.LblAbout);
|
||||
this.TPHome.Controls.Add(this.BtnOpenTextMap);
|
||||
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;
|
||||
//
|
||||
@ -1887,9 +1888,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";
|
||||
this.CmbLanguage.SelectedIndexChanged += new System.EventHandler(this.CmbLanguage_SelectedIndexChanged);
|
||||
//
|
||||
|
@ -562,7 +562,7 @@ namespace GrasscutterTools.Forms
|
||||
private void InitWeapons()
|
||||
{
|
||||
ListWeapons.Items.Clear();
|
||||
ListWeapons.Items.AddRange(GameData.Weapons.Names);
|
||||
ListWeapons.Items.AddRange(GameData.Weapons.Lines);
|
||||
}
|
||||
|
||||
private void TxtWeaponFilter_TextChanged(object sender, EventArgs e)
|
||||
@ -570,16 +570,16 @@ namespace GrasscutterTools.Forms
|
||||
var filter = TxtWeaponFilter.Text.Trim();
|
||||
ListWeapons.BeginUpdate();
|
||||
ListWeapons.Items.Clear();
|
||||
ListWeapons.Items.AddRange(GameData.Weapons.Names.Where(n => n.Contains(filter)).ToArray());
|
||||
ListWeapons.Items.AddRange(GameData.Weapons.Lines.Where(n => n.Contains(filter)).ToArray());
|
||||
ListWeapons.EndUpdate();
|
||||
}
|
||||
|
||||
private void WeaponValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (ListWeapons.SelectedIndex >= 0)
|
||||
var name = ListWeapons.SelectedItem as string;
|
||||
if (!string.IsNullOrEmpty(name))
|
||||
{
|
||||
// 错误未修复: 无法对应搜索的结果给予武器
|
||||
var id = GameData.Weapons.Ids[ListWeapons.SelectedIndex];
|
||||
var id = name.Substring(0, name.IndexOf(':')).Trim();
|
||||
if (ChkNewCommand.Checked)
|
||||
SetCommand("/give", $"{id} x{NUDWeaponAmout.Value} lv{NUDWeaponLevel.Value} r{NUDWeaponRefinement.Value}");
|
||||
else
|
||||
@ -693,8 +693,11 @@ namespace GrasscutterTools.Forms
|
||||
|
||||
private void LblClearGiveItemLogs_Click(object sender, EventArgs e)
|
||||
{
|
||||
GiveItemCommands.Clear();
|
||||
ListGiveItemLogs.Items.Clear();
|
||||
if (MessageBox.Show(Resources.AskConfirmDeletion, Resources.Tips, MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
|
||||
{
|
||||
GiveItemCommands.Clear();
|
||||
ListGiveItemLogs.Items.Clear();
|
||||
}
|
||||
}
|
||||
|
||||
#endregion -- 物品记录 --
|
||||
@ -857,8 +860,11 @@ namespace GrasscutterTools.Forms
|
||||
|
||||
private void LblClearSpawnLogs_Click(object sender, EventArgs e)
|
||||
{
|
||||
SpawnCommands.Clear();
|
||||
ListSpawnLogs.Items.Clear();
|
||||
if (MessageBox.Show(Resources.AskConfirmDeletion, Resources.Tips, MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
|
||||
{
|
||||
SpawnCommands.Clear();
|
||||
ListSpawnLogs.Items.Clear();
|
||||
}
|
||||
}
|
||||
|
||||
#endregion -- 生成记录 --
|
||||
|
@ -127,17 +127,11 @@
|
||||
<data name="ChkAutoCopy.Text" xml:space="preserve">
|
||||
<value>Auto</value>
|
||||
</data>
|
||||
<data name="GrpCommand.Text" xml:space="preserve">
|
||||
<value>Command (Press and hold Ctrl to run automatically)</value>
|
||||
</data>
|
||||
<data name="BtnInvokeOpenCommand.Text" xml:space="preserve">
|
||||
<value>Run(F5)</value>
|
||||
</data>
|
||||
<data name="TPRemoteCall.Text" xml:space="preserve">
|
||||
<value>Remote</value>
|
||||
</data>
|
||||
<data name="GrpServerStatus.Text" xml:space="preserve">
|
||||
<value>Server status</value>
|
||||
<data name="GrpCommand.Text" xml:space="preserve">
|
||||
<value>Command (Press and hold Ctrl to run automatically)</value>
|
||||
</data>
|
||||
<data name="LnkOpenCommandLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>13, 63</value>
|
||||
@ -175,11 +169,8 @@
|
||||
<data name="LblPlayerCountLabel.Text" xml:space="preserve">
|
||||
<value>Player count</value>
|
||||
</data>
|
||||
<data name="GrpRemoteCommand.Text" xml:space="preserve">
|
||||
<value>Remote Cell</value>
|
||||
</data>
|
||||
<data name="TPPlayerCheck.Text" xml:space="preserve">
|
||||
<value>Player</value>
|
||||
<data name="GrpServerStatus.Text" xml:space="preserve">
|
||||
<value>Server status</value>
|
||||
</data>
|
||||
<data name="LnkRCHelp.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>35, 17</value>
|
||||
@ -199,8 +190,8 @@
|
||||
<data name="BtnSendVerificationCode.Text" xml:space="preserve">
|
||||
<value>Send Code</value>
|
||||
</data>
|
||||
<data name="TPConsoleCheck.Text" xml:space="preserve">
|
||||
<value>Console</value>
|
||||
<data name="TPPlayerCheck.Text" xml:space="preserve">
|
||||
<value>Player</value>
|
||||
</data>
|
||||
<data name="BtnConsoleConnect.Text" xml:space="preserve">
|
||||
<value>Connect</value>
|
||||
@ -208,6 +199,12 @@
|
||||
<data name="LblConsoleTip.Text" xml:space="preserve">
|
||||
<value>Note that normal commands in the console state must specify the target (set include UID)</value>
|
||||
</data>
|
||||
<data name="TPConsoleCheck.Text" xml:space="preserve">
|
||||
<value>Console</value>
|
||||
</data>
|
||||
<data name="GrpRemoteCommand.Text" xml:space="preserve">
|
||||
<value>Remote Cell</value>
|
||||
</data>
|
||||
<data name="TxtHost.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>86, 36</value>
|
||||
</data>
|
||||
@ -229,12 +226,8 @@
|
||||
<data name="LblHost.Text" xml:space="preserve">
|
||||
<value>Host</value>
|
||||
</data>
|
||||
<data name="TPAbout.Text" xml:space="preserve">
|
||||
<value>About</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="LnkGithub.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left</value>
|
||||
<data name="TPRemoteCall.Text" xml:space="preserve">
|
||||
<value>Remote</value>
|
||||
</data>
|
||||
<data name="LblSupportDescription.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>110, 17</value>
|
||||
@ -242,11 +235,8 @@
|
||||
<data name="LblSupportDescription.Text" xml:space="preserve">
|
||||
<value>Grasscutter Tools</value>
|
||||
</data>
|
||||
<data name="TPManage.Text" xml:space="preserve">
|
||||
<value>Manage</value>
|
||||
</data>
|
||||
<data name="GrpBanPlayer.Text" xml:space="preserve">
|
||||
<value>Ban Management</value>
|
||||
<data name="TPAbout.Text" xml:space="preserve">
|
||||
<value>About</value>
|
||||
</data>
|
||||
<data name="BtnUnban.Text" xml:space="preserve">
|
||||
<value>Unban</value>
|
||||
@ -266,8 +256,8 @@
|
||||
<data name="LblBanUID.Text" xml:space="preserve">
|
||||
<value>UID</value>
|
||||
</data>
|
||||
<data name="GrpAccount.Text" xml:space="preserve">
|
||||
<value>Account Management</value>
|
||||
<data name="GrpBanPlayer.Text" xml:space="preserve">
|
||||
<value>Ban Management</value>
|
||||
</data>
|
||||
<data name="ChkAccountSetUid.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>49, 21</value>
|
||||
@ -302,8 +292,8 @@
|
||||
<data name="TxtAccountUserName.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>127, 23</value>
|
||||
</data>
|
||||
<data name="GrpPermission.Text" xml:space="preserve">
|
||||
<value>Permission Management</value>
|
||||
<data name="GrpAccount.Text" xml:space="preserve">
|
||||
<value>Account Management</value>
|
||||
</data>
|
||||
<data name="BtmPermRemove.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
@ -326,8 +316,11 @@
|
||||
<data name="LblPermUID.Text" xml:space="preserve">
|
||||
<value>UID</value>
|
||||
</data>
|
||||
<data name="TPScene.Text" xml:space="preserve">
|
||||
<value>Scene</value>
|
||||
<data name="GrpPermission.Text" xml:space="preserve">
|
||||
<value>Permission Management</value>
|
||||
</data>
|
||||
<data name="TPManage.Text" xml:space="preserve">
|
||||
<value>Manage</value>
|
||||
</data>
|
||||
<data name="ChkIncludeSceneId.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>91, 213</value>
|
||||
@ -399,8 +392,14 @@ In the command, you can use ~ to indicate the current position, and ~100 to indi
|
||||
<value>Scene control
|
||||
Tip: Most of the scenes have no effect and cannot be entered.</value>
|
||||
</data>
|
||||
<data name="TPItem.Text" xml:space="preserve">
|
||||
<value>Items</value>
|
||||
<data name="TPScene.Text" xml:space="preserve">
|
||||
<value>Scene</value>
|
||||
</data>
|
||||
<data name="LblClearGiveItemLogs.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>50, 17</value>
|
||||
</data>
|
||||
<data name="LblClearGiveItemLogs.Text" xml:space="preserve">
|
||||
<value>X Clear</value>
|
||||
</data>
|
||||
<data name="BtnSaveGiveItemLog.Text" xml:space="preserve">
|
||||
<value>√ Record</value>
|
||||
@ -447,8 +446,8 @@ Tip: Most of the scenes have no effect and cannot be entered.</value>
|
||||
<data name="LblGiveCommandDescription.Text" xml:space="preserve">
|
||||
<value>Give item to player</value>
|
||||
</data>
|
||||
<data name="TPWeapon.Text" xml:space="preserve">
|
||||
<value>Weapon</value>
|
||||
<data name="TPItem.Text" xml:space="preserve">
|
||||
<value>Items</value>
|
||||
</data>
|
||||
<data name="LblWeaponDescription.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>93, 17</value>
|
||||
@ -489,32 +488,32 @@ Tip: Most of the scenes have no effect and cannot be entered.</value>
|
||||
<data name="NUDWeaponLevel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>147, 216</value>
|
||||
</data>
|
||||
<data name="TPStats.Text" xml:space="preserve">
|
||||
<value>Stats</value>
|
||||
</data>
|
||||
<data name="GrpSetStats.Text" xml:space="preserve">
|
||||
<value>Stats</value>
|
||||
</data>
|
||||
<data name="LblStatTip.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>26, 17</value>
|
||||
</data>
|
||||
<data name="LblStatTip.Text" xml:space="preserve">
|
||||
<value>Tip</value>
|
||||
<data name="TPWeapon.Text" xml:space="preserve">
|
||||
<value>Weapon</value>
|
||||
</data>
|
||||
<data name="LblResetStatsCommand.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>126, 135</value>
|
||||
</data>
|
||||
<data name="LblResetStatsCommand.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>112, 17</value>
|
||||
</data>
|
||||
<data name="LblResetStatsCommand.Text" xml:space="preserve">
|
||||
<value>When getting AEP</value>
|
||||
</data>
|
||||
<data name="LblResetStatsTip.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>235, 135</value>
|
||||
</data>
|
||||
<data name="LblResetStatsTip.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>243, 17</value>
|
||||
</data>
|
||||
<data name="LblResetStatsTip.Text" xml:space="preserve">
|
||||
<value>the current character's stats will be reset</value>
|
||||
</data>
|
||||
<data name="GrpTalentLevel.Text" xml:space="preserve">
|
||||
<value>Talent Level</value>
|
||||
<data name="LblStatTip.Text" xml:space="preserve">
|
||||
<value>Tip</value>
|
||||
</data>
|
||||
<data name="GrpSetStats.Text" xml:space="preserve">
|
||||
<value>Stats</value>
|
||||
</data>
|
||||
<data name="LnkTalentE.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>283, 24</value>
|
||||
@ -546,55 +545,79 @@ Tip: Most of the scenes have no effect and cannot be entered.</value>
|
||||
<data name="NUDTalentLevel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>128, 23</value>
|
||||
</data>
|
||||
<data name="GrpTalentLevel.Text" xml:space="preserve">
|
||||
<value>Talent Level</value>
|
||||
</data>
|
||||
<data name="LblStatsDescription.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>179, 17</value>
|
||||
</data>
|
||||
<data name="LblStatsDescription.Text" xml:space="preserve">
|
||||
<value>Set current active Avatar data</value>
|
||||
</data>
|
||||
<data name="TPAvatar.Text" xml:space="preserve">
|
||||
<value>Avatar</value>
|
||||
<data name="TPStats.Text" xml:space="preserve">
|
||||
<value>Stats</value>
|
||||
</data>
|
||||
<data name="LblNewCommandTip.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>360, 155</value>
|
||||
</data>
|
||||
<data name="LblNewCommandTip.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>178, 17</value>
|
||||
</data>
|
||||
<data name="LblNewCommandTip.Text" xml:space="preserve">
|
||||
<value>※Available in New Command</value>
|
||||
</data>
|
||||
<data name="LblAvatarConstellation.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>360, 131</value>
|
||||
</data>
|
||||
<data name="LblAvatarConstellation.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>83, 17</value>
|
||||
</data>
|
||||
<data name="LblAvatarConstellation.Text" xml:space="preserve">
|
||||
<value>Constellation</value>
|
||||
</data>
|
||||
<data name="NUDAvatarConstellation.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>444, 129</value>
|
||||
</data>
|
||||
<data name="LblAvatarGenWarning.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>427, 51</value>
|
||||
</data>
|
||||
<data name="LblAvatarGenWarning.Text" xml:space="preserve">
|
||||
<value>WARN! Adding a character that is not officially used may result
|
||||
in a corrupted account save, making it impossible to play the game.
|
||||
The data may not be cleared even if the account is recreated.</value>
|
||||
</data>
|
||||
<data name="LblAvatar.Text" xml:space="preserve">
|
||||
<value>Avatar</value>
|
||||
</data>
|
||||
<data name="LblAvatarLevel.Text" xml:space="preserve">
|
||||
<value>Level</value>
|
||||
</data>
|
||||
<data name="LblAvatarConstellation.Text" xml:space="preserve">
|
||||
<value>Constellation</value>
|
||||
</data>
|
||||
<data name="LblNewCommandTip.Text" xml:space="preserve">
|
||||
<value>※Available in New Command</value>
|
||||
</data>
|
||||
<data name="LblAvatar.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>360, 37</value>
|
||||
</data>
|
||||
<data name="LblAvatar.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>45, 17</value>
|
||||
</data>
|
||||
<data name="LblAvatar.Text" xml:space="preserve">
|
||||
<value>Avatar</value>
|
||||
</data>
|
||||
<data name="LblAvatarLevel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>360, 84</value>
|
||||
</data>
|
||||
<data name="LblAvatarConstellation.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>360, 131</value>
|
||||
<data name="LblAvatarLevel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>37, 17</value>
|
||||
</data>
|
||||
<data name="CmbAvatar.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>444, 34</value>
|
||||
<data name="LblAvatarLevel.Text" xml:space="preserve">
|
||||
<value>Level</value>
|
||||
</data>
|
||||
<data name="NUDAvatarLevel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>444, 82</value>
|
||||
</data>
|
||||
<data name="NUDAvatarConstellation.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>444, 129</value>
|
||||
<data name="CmbAvatar.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>444, 34</value>
|
||||
</data>
|
||||
<data name="LblNewCommandTip.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>360, 155</value>
|
||||
<data name="TPAvatar.Text" xml:space="preserve">
|
||||
<value>Avatar</value>
|
||||
</data>
|
||||
<data name="TPSpawn.Text" xml:space="preserve">
|
||||
<value>Spawn</value>
|
||||
<data name="LblClearSpawnLogs.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>50, 17</value>
|
||||
</data>
|
||||
<data name="LblClearSpawnLogs.Text" xml:space="preserve">
|
||||
<value>X Clear</value>
|
||||
</data>
|
||||
<data name="BtnSaveSpawnLog.Text" xml:space="preserve">
|
||||
<value>√ Record</value>
|
||||
@ -605,15 +628,6 @@ The data may not be cleared even if the account is recreated.</value>
|
||||
<data name="GrpSpawnRecord.Text" xml:space="preserve">
|
||||
<value>Records</value>
|
||||
</data>
|
||||
<data name="GrpEntityType.Text" xml:space="preserve">
|
||||
<value>Class</value>
|
||||
</data>
|
||||
<data name="RbEntityOrnament.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>84, 21</value>
|
||||
</data>
|
||||
<data name="RbEntityOrnament.Text" xml:space="preserve">
|
||||
<value>Ornament</value>
|
||||
</data>
|
||||
<data name="RbEntityAnimal.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>65, 21</value>
|
||||
</data>
|
||||
@ -626,6 +640,9 @@ The data may not be cleared even if the account is recreated.</value>
|
||||
<data name="RbEntityMonster.Text" xml:space="preserve">
|
||||
<value>Monster</value>
|
||||
</data>
|
||||
<data name="GrpEntityType.Text" xml:space="preserve">
|
||||
<value>Class</value>
|
||||
</data>
|
||||
<data name="LblSpawnDescription.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>81, 17</value>
|
||||
</data>
|
||||
@ -653,11 +670,8 @@ The data may not be cleared even if the account is recreated.</value>
|
||||
<data name="NUDEntityLevel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>146, 216</value>
|
||||
</data>
|
||||
<data name="TPQuest.Text" xml:space="preserve">
|
||||
<value>Quest</value>
|
||||
</data>
|
||||
<data name="GrpQuestFilters.Text" xml:space="preserve">
|
||||
<value>List Filter</value>
|
||||
<data name="TPSpawn.Text" xml:space="preserve">
|
||||
<value>Spawn</value>
|
||||
</data>
|
||||
<data name="ChkQuestFilterTEST.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>51, 21</value>
|
||||
@ -677,6 +691,9 @@ The data may not be cleared even if the account is recreated.</value>
|
||||
<data name="ChkQuestFilterHIDDEN.Text" xml:space="preserve">
|
||||
<value>Hidden</value>
|
||||
</data>
|
||||
<data name="GrpQuestFilters.Text" xml:space="preserve">
|
||||
<value>List Filter</value>
|
||||
</data>
|
||||
<data name="BtnFinishQuest.Text" xml:space="preserve">
|
||||
<value>Finish</value>
|
||||
</data>
|
||||
@ -688,8 +705,8 @@ The data may not be cleared even if the account is recreated.</value>
|
||||
Tip: Many quest require server-side scripting support
|
||||
Therefore, the quest can be add and finish, but not necessarily can be work</value>
|
||||
</data>
|
||||
<data name="TPArtifact.Text" xml:space="preserve">
|
||||
<value>Artifact</value>
|
||||
<data name="TPQuest.Text" xml:space="preserve">
|
||||
<value>Quest</value>
|
||||
</data>
|
||||
<data name="BtnAddSubAttr.Text" xml:space="preserve">
|
||||
<value>+ Add</value>
|
||||
@ -715,12 +732,6 @@ Therefore, the quest can be add and finish, but not necessarily can be work</val
|
||||
<data name="LblClearSubAttrCheckedList.Text" xml:space="preserve">
|
||||
<value>X Clear</value>
|
||||
</data>
|
||||
<data name="LblClearSpawnLogs.Text" xml:space="preserve">
|
||||
<value>X Clear</value>
|
||||
</data>
|
||||
<data name="LblClearGiveItemLogs.Text" xml:space="preserve">
|
||||
<value>X Clear</value>
|
||||
</data>
|
||||
<data name="LblArtifactLevel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>99, 41</value>
|
||||
</data>
|
||||
@ -754,8 +765,8 @@ Therefore, the quest can be add and finish, but not necessarily can be work</val
|
||||
<data name="LblArtifactStars.Text" xml:space="preserve">
|
||||
<value>Stars</value>
|
||||
</data>
|
||||
<data name="TPCustom.Text" xml:space="preserve">
|
||||
<value>Custom</value>
|
||||
<data name="TPArtifact.Text" xml:space="preserve">
|
||||
<value>Artifact</value>
|
||||
</data>
|
||||
<data name="BtnExportCustomCommands.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>533, 216</value>
|
||||
@ -781,9 +792,6 @@ Therefore, the quest can be add and finish, but not necessarily can be work</val
|
||||
<data name="LblCustomName.Text" xml:space="preserve">
|
||||
<value>Tag</value>
|
||||
</data>
|
||||
<data name="groupBox1.Text" xml:space="preserve">
|
||||
<value>List</value>
|
||||
</data>
|
||||
<data name="LnkResetCustomCommands.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>531, -1</value>
|
||||
</data>
|
||||
@ -793,6 +801,9 @@ Therefore, the quest can be add and finish, but not necessarily can be work</val
|
||||
<data name="LnkResetCustomCommands.Text" xml:space="preserve">
|
||||
<value>Restore</value>
|
||||
</data>
|
||||
<data name="groupBox1.Text" xml:space="preserve">
|
||||
<value>List</value>
|
||||
</data>
|
||||
<data name="BtnRemoveCustomCommand.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>393, 216</value>
|
||||
</data>
|
||||
@ -814,8 +825,8 @@ Therefore, the quest can be add and finish, but not necessarily can be work</val
|
||||
<data name="TxtCustomName.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>267, 23</value>
|
||||
</data>
|
||||
<data name="TPHome.Text" xml:space="preserve">
|
||||
<value>Home</value>
|
||||
<data name="TPCustom.Text" xml:space="preserve">
|
||||
<value>Custom</value>
|
||||
</data>
|
||||
<data name="LblAbout.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>74, 38</value>
|
||||
@ -835,9 +846,6 @@ Therefore, the quest can be add and finish, but not necessarily can be work</val
|
||||
<data name="BtnOpenGachaBannerEditor.Text" xml:space="preserve">
|
||||
<value>Banner editor</value>
|
||||
</data>
|
||||
<data name="GrpSettings.Text" xml:space="preserve">
|
||||
<value>Settings</value>
|
||||
</data>
|
||||
<data name="ChkTopMost.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>83, 21</value>
|
||||
</data>
|
||||
@ -850,4 +858,10 @@ Therefore, the quest can be add and finish, but not necessarily can be work</val
|
||||
<data name="ChkIncludeUID.Text" xml:space="preserve">
|
||||
<value>Include UID</value>
|
||||
</data>
|
||||
</root>
|
||||
<data name="GrpSettings.Text" xml:space="preserve">
|
||||
<value>Settings</value>
|
||||
</data>
|
||||
<data name="TPHome.Text" xml:space="preserve">
|
||||
<value>Home</value>
|
||||
</data>
|
||||
</root>
|
File diff suppressed because it is too large
Load Diff
@ -245,10 +245,6 @@
|
||||
<data name="TPAbout.Text" xml:space="preserve">
|
||||
<value>Справка</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="LnkGithub.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left</value>
|
||||
</data>
|
||||
<data name="LblSupportDescription.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>355, 68</value>
|
||||
</data>
|
||||
@ -454,6 +450,12 @@
|
||||
<data name="TPItem.Text" xml:space="preserve">
|
||||
<value>Предметы</value>
|
||||
</data>
|
||||
<data name="LblClearGiveItemLogs.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>76, 17</value>
|
||||
</data>
|
||||
<data name="LblClearGiveItemLogs.Text" xml:space="preserve">
|
||||
<value>X Очистить</value>
|
||||
</data>
|
||||
<data name="BtnSaveGiveItemLog.Text" xml:space="preserve">
|
||||
<value>√ Запись</value>
|
||||
</data>
|
||||
@ -547,27 +549,30 @@
|
||||
<data name="TPStats.Text" xml:space="preserve">
|
||||
<value>Статы</value>
|
||||
</data>
|
||||
<data name="GrpSetStats.Text" xml:space="preserve">
|
||||
<value>Статистика</value>
|
||||
</data>
|
||||
<data name="LblStatTip.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>43, 17</value>
|
||||
</data>
|
||||
<data name="LblStatTip.Text" xml:space="preserve">
|
||||
<value>Совет</value>
|
||||
</data>
|
||||
<data name="LblResetStatsCommand.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<data name="LblResetStatsCommand.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>88, 135</value>
|
||||
</data>
|
||||
<data name="LblResetStatsCommand.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>130, 17</value>
|
||||
</data>
|
||||
<data name="LblResetStatsCommand.Text" xml:space="preserve">
|
||||
<value>При получении AEP</value>
|
||||
</data>
|
||||
<data name="LblResetStatsTip.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>214, 135</value>
|
||||
</data>
|
||||
<data name="LblResetStatsTip.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>301, 17</value>
|
||||
</data>
|
||||
<data name="LblResetStatsTip.Text" xml:space="preserve">
|
||||
<value>атрибуты текущего персонажа будут сброшены</value>
|
||||
</data>
|
||||
<data name="GrpSetStats.Text" xml:space="preserve">
|
||||
<value>Статистика</value>
|
||||
</data>
|
||||
<data name="LblStatTip.Text" xml:space="preserve">
|
||||
<value>Совет</value>
|
||||
</data>
|
||||
<data name="GrpTalentLevel.Text" xml:space="preserve">
|
||||
<value>Уровень таланта</value>
|
||||
</data>
|
||||
@ -610,50 +615,74 @@
|
||||
<data name="TPAvatar.Text" xml:space="preserve">
|
||||
<value>Персонаж</value>
|
||||
</data>
|
||||
<data name="LblNewCommandTip.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>360, 155</value>
|
||||
</data>
|
||||
<data name="LblNewCommandTip.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>185, 17</value>
|
||||
</data>
|
||||
<data name="LblNewCommandTip.Text" xml:space="preserve">
|
||||
<value>※доступно в новой команде</value>
|
||||
</data>
|
||||
<data name="LblAvatarConstellation.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>360, 131</value>
|
||||
</data>
|
||||
<data name="LblAvatarConstellation.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>72, 17</value>
|
||||
</data>
|
||||
<data name="LblAvatarConstellation.Text" xml:space="preserve">
|
||||
<value>Созвездия</value>
|
||||
</data>
|
||||
<data name="NUDAvatarConstellation.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>444, 129</value>
|
||||
</data>
|
||||
<data name="LblAvatarGenWarning.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>微软雅黑, 8pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="LblAvatarGenWarning.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>575, 48</value>
|
||||
</data>
|
||||
<data name="LblAvatarGenWarning.Text" xml:space="preserve">
|
||||
<value>ПРЕДУПРЕЖДАЮ! Добавление персонажа, который официально не используется, может привести
|
||||
к повреждению сохранения учетной записи, что сделает невозможным игру.
|
||||
Данные могут не быть удалены, даже если учетная запись будет создана заново.</value>
|
||||
</data>
|
||||
<data name="LblAvatar.Text" xml:space="preserve">
|
||||
<value>Персонаж</value>
|
||||
</data>
|
||||
<data name="LblAvatarLevel.Text" xml:space="preserve">
|
||||
<value>Уровень</value>
|
||||
</data>
|
||||
<data name="LblAvatarConstellation.Text" xml:space="preserve">
|
||||
<value>Созвездия</value>
|
||||
</data>
|
||||
<data name="LblNewCommandTip.Text" xml:space="preserve">
|
||||
<value>※доступно в новой команде</value>
|
||||
</data>
|
||||
<data name="LblAvatar.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>360, 37</value>
|
||||
</data>
|
||||
<data name="LblAvatar.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>71, 17</value>
|
||||
</data>
|
||||
<data name="LblAvatar.Text" xml:space="preserve">
|
||||
<value>Персонаж</value>
|
||||
</data>
|
||||
<data name="LblAvatarLevel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>360, 84</value>
|
||||
</data>
|
||||
<data name="LblAvatarConstellation.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>360, 131</value>
|
||||
<data name="LblAvatarLevel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>60, 17</value>
|
||||
</data>
|
||||
<data name="CmbAvatar.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>444, 34</value>
|
||||
<data name="LblAvatarLevel.Text" xml:space="preserve">
|
||||
<value>Уровень</value>
|
||||
</data>
|
||||
<data name="NUDAvatarLevel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>444, 82</value>
|
||||
</data>
|
||||
<data name="NUDAvatarConstellation.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>444, 129</value>
|
||||
</data>
|
||||
<data name="LblNewCommandTip.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>360, 155</value>
|
||||
<data name="CmbAvatar.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>444, 34</value>
|
||||
</data>
|
||||
<data name="TPSpawn.Text" xml:space="preserve">
|
||||
<value>Спавн</value>
|
||||
</data>
|
||||
<data name="LblClearSpawnLogs.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>192, 218</value>
|
||||
</data>
|
||||
<data name="LblClearSpawnLogs.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>76, 17</value>
|
||||
</data>
|
||||
<data name="LblClearSpawnLogs.Text" xml:space="preserve">
|
||||
<value>X Очистить</value>
|
||||
</data>
|
||||
<data name="BtnSaveSpawnLog.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>266, 31</value>
|
||||
</data>
|
||||
@ -684,12 +713,6 @@
|
||||
<data name="GrpEntityType.Text" xml:space="preserve">
|
||||
<value>Класс</value>
|
||||
</data>
|
||||
<data name="RbEntityOrnament.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>88, 21</value>
|
||||
</data>
|
||||
<data name="RbEntityOrnament.Text" xml:space="preserve">
|
||||
<value>Орнамент</value>
|
||||
</data>
|
||||
<data name="RbEntityAnimal.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>89, 21</value>
|
||||
</data>
|
||||
@ -720,6 +743,9 @@
|
||||
<data name="LblEntityLevel.Text" xml:space="preserve">
|
||||
<value>Ур.</value>
|
||||
</data>
|
||||
<data name="NUDEntityLevel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>129, 216</value>
|
||||
</data>
|
||||
<data name="TPQuest.Text" xml:space="preserve">
|
||||
<value>Квест</value>
|
||||
</data>
|
||||
@ -794,18 +820,6 @@
|
||||
<data name="LblClearSubAttrCheckedList.Text" xml:space="preserve">
|
||||
<value>X Очистить</value>
|
||||
</data>
|
||||
<data name="LblClearSpawnLogs.Text" xml:space="preserve">
|
||||
<value>X Очистить</value>
|
||||
</data>
|
||||
<data name="LblClearSpawnLogs.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>192, 218</value>
|
||||
</data>
|
||||
<data name="LblClearGiveItemLogs.Text" xml:space="preserve">
|
||||
<value>X Очистить</value>
|
||||
</data>
|
||||
<data name="NUDEntityLevel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>129, 216</value>
|
||||
</data>
|
||||
<data name="LblArtifactLevel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>76, 41</value>
|
||||
</data>
|
||||
@ -950,4 +964,4 @@
|
||||
<data name="$this.Text" xml:space="preserve">
|
||||
<value>GrasscutterTools - перевод Юрий Дворецкий</value>
|
||||
</data>
|
||||
</root>
|
||||
</root>
|
438
Source/GrasscutterTools/Properties/Resources.Designer.cs
generated
438
Source/GrasscutterTools/Properties/Resources.Designer.cs
generated
@ -302,42 +302,40 @@ namespace GrasscutterTools.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 10000001: 凯特
|
||||
///10000002: 神里绫华
|
||||
///10000003: 琴
|
||||
///10000005: 旅行者
|
||||
///10000006: 丽莎
|
||||
///10000007: 旅行者
|
||||
///10000014: 芭芭拉
|
||||
///10000015: 凯亚
|
||||
///10000016: 迪卢克
|
||||
///10000020: 雷泽
|
||||
///10000021: 安柏
|
||||
///10000022: 温迪
|
||||
///10000023: 香菱
|
||||
///10000024: 北斗
|
||||
///10000025: 行秋
|
||||
///10000026: 魈
|
||||
///10000027: 凝光
|
||||
///10000029: 可莉
|
||||
///10000030: 钟离
|
||||
///10000031: 菲谢尔
|
||||
///10000032: 班尼特
|
||||
///10000033: 达达利亚
|
||||
///10000034: 诺艾尔
|
||||
///10000035: 七七
|
||||
///10000036: 重云
|
||||
///10000037: 甘雨
|
||||
///10000038: 阿贝多
|
||||
///10000039: 迪奥娜
|
||||
///10000041: 莫娜
|
||||
///10000042: 刻晴
|
||||
///10000043: 砂糖
|
||||
///10000044: 辛焱
|
||||
///10000045: 罗莎莉亚
|
||||
///10000046: 胡桃
|
||||
///10000047: 枫原万叶
|
||||
///1000004 [字符串的其余部分被截断]"; 的本地化字符串。
|
||||
/// 查找类似 10000001 : 凯特
|
||||
///10000002 : 神里绫华
|
||||
///10000003 : 琴
|
||||
///10000005 : 旅行者
|
||||
///10000006 : 丽莎
|
||||
///10000007 : 旅行者
|
||||
///10000014 : 芭芭拉
|
||||
///10000015 : 凯亚
|
||||
///10000016 : 迪卢克
|
||||
///10000020 : 雷泽
|
||||
///10000021 : 安柏
|
||||
///10000022 : 温迪
|
||||
///10000023 : 香菱
|
||||
///10000024 : 北斗
|
||||
///10000025 : 行秋
|
||||
///10000026 : 魈
|
||||
///10000027 : 凝光
|
||||
///10000029 : 可莉
|
||||
///10000030 : 钟离
|
||||
///10000031 : 菲谢尔
|
||||
///10000032 : 班尼特
|
||||
///10000033 : 达达利亚
|
||||
///10000034 : 诺艾尔
|
||||
///10000035 : 七七
|
||||
///10000036 : 重云
|
||||
///10000037 : 甘雨
|
||||
///10000038 : 阿贝多
|
||||
///10000039 : 迪奥娜
|
||||
///10000041 : 莫娜
|
||||
///10000042 : 刻晴
|
||||
///10000043 : 砂糖
|
||||
///10000044 : 辛焱
|
||||
///10000045 : 罗莎莉亚
|
||||
///1000 [字符串的其余部分被截断]"; 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string Avatar {
|
||||
get {
|
||||
@ -486,55 +484,51 @@ namespace GrasscutterTools.Properties {
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 无敌
|
||||
////godmode
|
||||
///无限耐力
|
||||
////nostamina
|
||||
////prop godmode on
|
||||
///无限体力
|
||||
////prop nostamina on
|
||||
///无限能量
|
||||
////prop unlimitedenergy on
|
||||
///升到60级
|
||||
////give 102 1880200
|
||||
////give 102 x1880200
|
||||
///设置世界等级
|
||||
////prop worldlevel 8
|
||||
///一键解锁深渊
|
||||
////prop abyss 12
|
||||
///设置好感等级
|
||||
////setfetterlevel 10
|
||||
///奶
|
||||
////heal
|
||||
///我全都要!
|
||||
////giveall
|
||||
///自杀
|
||||
////kill 0
|
||||
///全队充能
|
||||
////spawn 2008 25
|
||||
///我在哪?
|
||||
////position
|
||||
///设置世界等级
|
||||
////setworldlevel 8
|
||||
///设置羁绊等级
|
||||
////setfetterlevel 1
|
||||
///清空背包
|
||||
////clear all
|
||||
///清空武器
|
||||
////clear wp
|
||||
///清空圣物
|
||||
////clear art
|
||||
///清空材料
|
||||
////clear mat
|
||||
///发送广播
|
||||
////broadcast 大家好啊~
|
||||
////pos
|
||||
///我全都要!
|
||||
////give all x9999 lv90 c6 r5
|
||||
///一万纠缠
|
||||
////give 223 x10000
|
||||
///一万相遇
|
||||
////give 224 x10000
|
||||
///十万原石
|
||||
////give 201 x100000
|
||||
///十万摩拉
|
||||
////give 202 x100000
|
||||
///重载配置
|
||||
////reload
|
||||
///重登
|
||||
////kick
|
||||
///清空当前角色命之座(需重登)
|
||||
////resetconst
|
||||
///清空全部角色命之座(需重登)
|
||||
////resetconst all
|
||||
///一万纠缠
|
||||
////give 223 10000
|
||||
///一万相遇
|
||||
////give 224 10000
|
||||
///十万原石
|
||||
////give 201 100000
|
||||
///十万摩拉
|
||||
////give 202 100000
|
||||
///速速集合!
|
||||
////tpall
|
||||
///拔线
|
||||
////restart
|
||||
///私信
|
||||
////say <player> <message>
|
||||
///进来吧你
|
||||
////coop @targetId
|
||||
///自杀
|
||||
////killcharacter
|
||||
///暗杀
|
||||
//// [字符串的其余部分被截断]"; 的本地化字符串。
|
||||
///清空背包
|
||||
////clear all
|
||||
///清空武器
|
||||
////clear wp
|
||||
///清空圣遗物
|
||||
////clea [字符串的其余部分被截断]"; 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string CustomCommands {
|
||||
get {
|
||||
@ -644,52 +638,49 @@ namespace GrasscutterTools.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 101: 角色经验
|
||||
///102: 冒险阅历
|
||||
///103: 星尘
|
||||
///104: 星辉
|
||||
///105: 好感经验
|
||||
///106: 原粹树脂
|
||||
///107: 传说钥匙
|
||||
///108: (test)天体推演
|
||||
///109: 熄星能量
|
||||
///110: 熄星精粹
|
||||
///111: 微光精粹
|
||||
///112: 温暖精粹
|
||||
///113: 奇迹精粹
|
||||
///114: 铁钱
|
||||
///115: 平安玉符
|
||||
///116: 节庆热度
|
||||
///117: 奇术符
|
||||
///118: 庆典巡回券
|
||||
///119: 奇趣协力券
|
||||
///120: 纯水真心
|
||||
///121: 信任值
|
||||
///122: 碎果数据
|
||||
///123: 迷踪币
|
||||
///124: 亮闪闪的漂流物
|
||||
///125: 迷你「羽球」
|
||||
///126: 神秘齿轮
|
||||
///127: 鸣雷霰子
|
||||
///128: 鸣雷纯晶
|
||||
///129: 弈棋术经验
|
||||
///130: 灵妙玉符
|
||||
///131: 逐月节节庆热度
|
||||
///132: 残悴之式札
|
||||
///133: 虚损之拓本
|
||||
///134: 朽裂之庚牌
|
||||
///135: 踏雪章
|
||||
///136: 克险章
|
||||
///137: 逢福玉符
|
||||
///138: 完璧玉符
|
||||
///139: 降魔玉符
|
||||
///201: 原石
|
||||
///202: 摩拉
|
||||
///203: 创世结晶
|
||||
///204: 洞天宝钱
|
||||
///210: 原粹精珀(废弃)
|
||||
///211: 原粹树脂(废弃)
|
||||
///221: [字符串的其余部分被截断]"; 的本地化字符串。
|
||||
/// 查找类似 101 : 角色经验
|
||||
///102 : 冒险阅历
|
||||
///103 : 星尘
|
||||
///104 : 星辉
|
||||
///105 : 好感经验
|
||||
///106 : 原粹树脂
|
||||
///107 : 传说钥匙
|
||||
///108 : (test)天体推演
|
||||
///109 : 熄星能量
|
||||
///110 : 熄星精粹
|
||||
///111 : 微光精粹
|
||||
///112 : 温暖精粹
|
||||
///113 : 奇迹精粹
|
||||
///114 : 铁钱
|
||||
///115 : 平安玉符
|
||||
///116 : 节庆热度
|
||||
///117 : 奇术符
|
||||
///118 : 庆典巡回券
|
||||
///119 : 奇趣协力券
|
||||
///120 : 纯水真心
|
||||
///121 : 信任值
|
||||
///122 : 碎果数据
|
||||
///123 : 迷踪币
|
||||
///124 : 亮闪闪的漂流物
|
||||
///125 : 迷你「羽球」
|
||||
///126 : 神秘齿轮
|
||||
///127 : 鸣雷霰子
|
||||
///128 : 鸣雷纯晶
|
||||
///129 : 弈棋术经验
|
||||
///130 : 灵妙玉符
|
||||
///131 : 逐月节节庆热度
|
||||
///132 : 残悴之式札
|
||||
///133 : 虚损之拓本
|
||||
///134 : 朽裂之庚牌
|
||||
///135 : 踏雪章
|
||||
///136 : 克险章
|
||||
///137 : 逢福玉符
|
||||
///138 : 完璧玉符
|
||||
///139 : 降魔玉符
|
||||
///140 : 幽蕴砺石
|
||||
///142 : 战策碎珀
|
||||
///201 : 原石
|
||||
///2 [字符串的其余部分被截断]"; 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string Item {
|
||||
get {
|
||||
@ -787,56 +778,6 @@ namespace GrasscutterTools.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 369101: 翠目猫
|
||||
///369102: 北地犬
|
||||
///369103: 野林猪
|
||||
///369104: 蓝翎鹭
|
||||
///369105: 巡林犬
|
||||
///369106: 柴犬
|
||||
///369107: 黑背猎犬
|
||||
///369108: 北地猫
|
||||
///369109: 虎纹猫
|
||||
///369110: 警长猫
|
||||
///368101: 枫原万叶
|
||||
///368102: 烟绯
|
||||
///368103: 优菈
|
||||
///368104: 琴
|
||||
///368105: 丽莎
|
||||
///368106: 芭芭拉
|
||||
///368107: 凯亚
|
||||
///368108: 迪卢克
|
||||
///368109: 雷泽
|
||||
///368110: 安柏
|
||||
///368111: 温迪
|
||||
///368112: 香菱
|
||||
///368113: 北斗
|
||||
///368114: 行秋
|
||||
///368115: 魈
|
||||
///368116: 凝光
|
||||
///368117: 可莉
|
||||
///368118: 钟离
|
||||
///368119: 菲谢尔
|
||||
///368120: 班尼特
|
||||
///368121: 达达利亚
|
||||
///368122: 诺艾尔
|
||||
///368123: 七七
|
||||
///368124: 重云
|
||||
///368125: 甘雨
|
||||
///368126: 阿贝多
|
||||
///368127: 迪奥娜
|
||||
///368128: 莫娜
|
||||
///368129: 刻晴
|
||||
///368130: 砂糖
|
||||
///368131: 辛焱
|
||||
///3 [字符串的其余部分被截断]"; 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string Ornament {
|
||||
get {
|
||||
return ResourceManager.GetString("Ornament", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 要设置的权限不能为空! 的本地化字符串。
|
||||
/// </summary>
|
||||
@ -896,34 +837,27 @@ namespace GrasscutterTools.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 30302 : 女神像解锁$HIDDEN
|
||||
///30303 : 女神像解锁$HIDDEN
|
||||
///30304 : 女神像解锁$HIDDEN
|
||||
///30305 : 女神像解锁$HIDDEN
|
||||
///30306 : 女神像解锁$HIDDEN
|
||||
///30307 : 女神像解锁$HIDDEN
|
||||
///30308 : 女神像解锁$HIDDEN
|
||||
///30309 : 女神像解锁$HIDDEN
|
||||
///30310 : 女神像解锁$HIDDEN
|
||||
///30311 : 女神像解锁$HIDDEN
|
||||
///30312 : 女神像解锁$HIDDEN
|
||||
///30313 : 女神像解锁$HIDDEN
|
||||
///30314 : 女神像解锁$HIDDEN
|
||||
///30315 : 女神像解锁$HIDDEN
|
||||
///30316 : 女神像解锁$HIDDEN
|
||||
///30317 : 女神像解锁$HIDDEN
|
||||
///30600 : 昔日的风
|
||||
///30601 : 昔日的风
|
||||
///30602 : 昔日的风
|
||||
///30603 : 昔日的风
|
||||
///30604 : 昔日的风
|
||||
///30607 : 昔日的风
|
||||
///30608 : 昔日的风
|
||||
///30609 : 昔日的风
|
||||
///30610 : 昔日的风
|
||||
///30611 : 昔日的风
|
||||
///30612 : 昔日的风
|
||||
///30700 [字符串的其余部分被截断]"; 的本地化字符串。
|
||||
/// 查找类似 30302 : 女神像解锁$HIDDEN -
|
||||
///30303 : 女神像解锁$HIDDEN -
|
||||
///30304 : 女神像解锁$HIDDEN -
|
||||
///30305 : 女神像解锁$HIDDEN -
|
||||
///30306 : 女神像解锁$HIDDEN -
|
||||
///30307 : 女神像解锁$HIDDEN -
|
||||
///30308 : 女神像解锁$HIDDEN -
|
||||
///30309 : 女神像解锁$HIDDEN -
|
||||
///30310 : 女神像解锁$HIDDEN -
|
||||
///30311 : 女神像解锁$HIDDEN -
|
||||
///30312 : 女神像解锁$HIDDEN -
|
||||
///30313 : 女神像解锁$HIDDEN -
|
||||
///30314 : 女神像解锁$HIDDEN -
|
||||
///30315 : 女神像解锁$HIDDEN -
|
||||
///30316 : 女神像解锁$HIDDEN -
|
||||
///30317 : 女神像解锁$HIDDEN -
|
||||
///30600 : 昔日的风 - 在庙宇门口跟安柏见面
|
||||
///30601 : 昔日的风 - 与安柏对话
|
||||
///30602 : 昔日的风 - 进入庙宇
|
||||
///30603 : 昔日的风 - 探索庙宇深处
|
||||
///30604 : 昔日的风 - 退出秘境 [字符串的其余部分被截断]"; 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string Quest {
|
||||
get {
|
||||
@ -950,13 +884,20 @@ namespace GrasscutterTools.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 1 : BigWorld_LevelStreaming
|
||||
///2 : BigWorld_LevelStreaming
|
||||
///3 : BigWorld_LevelStreaming
|
||||
///4 : LostParadise_LevelStreaming
|
||||
///5 : AbyssalPalace_LevelStreaming
|
||||
///6 : TheChasm_LevelStreaming
|
||||
///7 : MichiaeMatsuri_LevelStreaming
|
||||
/// 查找类似 1 : 提瓦特
|
||||
///2 : 提瓦特
|
||||
///3 : 提瓦特
|
||||
///4 : 金苹果群岛
|
||||
///5 : 渊下宫
|
||||
///6 : 层岩巨渊·地下矿区
|
||||
///7 : 三界路飨祭
|
||||
///2001 : 罗浮洞
|
||||
///2002 : 翠黛峰
|
||||
///2003 : 清琼岛
|
||||
///2004 : 绘绮庭
|
||||
///2201 : 尘歌壶室内_蒙德
|
||||
///2202 : 尘歌壶室内_璃月
|
||||
///2203 : 尘歌壶室内_稻妻
|
||||
///20008: 深入狼之殿
|
||||
///20008: 丘丘人大本营(test)
|
||||
///20008: 丘丘人巢穴(test)
|
||||
@ -972,7 +913,9 @@ namespace GrasscutterTools.Properties {
|
||||
///1011: 角色战斗测试(test)
|
||||
///50002: 低温关卡白盒(test)
|
||||
///1001: 移动平台性能测试(test)
|
||||
///50 [字符串的其余部分被截断]"; 的本地化字符串。
|
||||
///50003: 战斗性能测试(test)
|
||||
///50004: 电桩电源白盒(test)
|
||||
///50027: [字符串的其余部分被截断]"; 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string Scene {
|
||||
get {
|
||||
@ -1035,46 +978,43 @@ namespace GrasscutterTools.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 11101: 无锋剑
|
||||
///11201: 银剑
|
||||
///11301: 冷刃
|
||||
///11302: 黎明神剑
|
||||
///11303: 旅行剑
|
||||
///11304: 暗铁剑
|
||||
///11305: 吃虎鱼刀
|
||||
///11306: 飞天御剑
|
||||
///11401: 西风剑
|
||||
///11402: 笛剑
|
||||
///11403: 祭礼剑
|
||||
///11404: 宗室长剑
|
||||
///11405: 匣里龙吟
|
||||
///11406: 试作斩岩
|
||||
///11407: 铁蜂刺
|
||||
///11408: 黑岩长剑
|
||||
///11409: 黑剑
|
||||
///11410: 暗巷闪光
|
||||
///11412: 降临之剑
|
||||
///11413: 腐殖之剑
|
||||
///11414: 天目影打刀
|
||||
///11415: 辰砂之纺锤
|
||||
///11501: 风鹰剑
|
||||
///11502: 天空之刃
|
||||
///11503: 苍古自由之誓
|
||||
///11504: 斫峰之刃
|
||||
///11505: 磐岩结绿
|
||||
///11509: 雾切之回光
|
||||
///11510: 波乱月白经津
|
||||
///12101: 训练大剑
|
||||
///12201: 佣兵重剑
|
||||
///12301: 铁影阔剑
|
||||
///12302: 沐浴龙血的剑
|
||||
///12303: 白铁大剑
|
||||
///12304: 石英大剑
|
||||
///12305: 以理服人
|
||||
///12306: 飞天大御剑
|
||||
///12401: 西风大剑
|
||||
///12402: 钟剑
|
||||
///12403: 祭礼大剑
/// [字符串的其余部分被截断]"; 的本地化字符串。
|
||||
/// 查找类似 11101 : 无锋剑
|
||||
///11201 : 银剑
|
||||
///11301 : 冷刃
|
||||
///11302 : 黎明神剑
|
||||
///11303 : 旅行剑
|
||||
///11304 : 暗铁剑
|
||||
///11305 : 吃虎鱼刀
|
||||
///11306 : 飞天御剑
|
||||
///11401 : 西风剑
|
||||
///11402 : 笛剑
|
||||
///11403 : 祭礼剑
|
||||
///11404 : 宗室长剑
|
||||
///11405 : 匣里龙吟
|
||||
///11406 : 试作斩岩
|
||||
///11407 : 铁蜂刺
|
||||
///11408 : 黑岩长剑
|
||||
///11409 : 黑剑
|
||||
///11410 : 暗巷闪光
|
||||
///11412 : 降临之剑
|
||||
///11413 : 腐殖之剑
|
||||
///11414 : 天目影打刀
|
||||
///11415 : 辰砂之纺锤
|
||||
///11501 : 风鹰剑
|
||||
///11502 : 天空之刃
|
||||
///11503 : 苍古自由之誓
|
||||
///11504 : 斫峰之刃
|
||||
///11505 : 磐岩结绿
|
||||
///11509 : 雾切之回光
|
||||
///11510 : 波乱月白经津
|
||||
///12101 : 训练大剑
|
||||
///12201 : 佣兵重剑
|
||||
///12301 : 铁影阔剑
|
||||
///12302 : 沐浴龙血的剑
|
||||
///12303 : 白铁大剑
|
||||
///12304 : 石英大剑
|
||||
///12305 : 以理服人
|
||||
///12306 : 飞天大御剑
/// [字符串的其余部分被截断]"; 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string Weapon {
|
||||
get {
|
||||
|
@ -190,12 +190,6 @@
|
||||
<data name="IconGrasscutter" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IconGrasscutter.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ImgIconGrasscutter" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IconGrasscutter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ImgSupport" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ImgSupport.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Item" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\en-us\Item.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||
</data>
|
||||
@ -216,9 +210,6 @@ Do you want to check for updates? Selecting No will no longer remind you of this
|
||||
<data name="OpenCommandHelp" xml:space="preserve">
|
||||
<value>1. Fill in the correct uid\n2. Send verification code to player\n3. Enter the correct verification code\n4. Connection\n5. Enjoy</value>
|
||||
</data>
|
||||
<data name="Ornament" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\en-us\Ornament.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||
</data>
|
||||
<data name="PermissionCannotBeEmpty" xml:space="preserve">
|
||||
<value>Permission cannot be empty!</value>
|
||||
</data>
|
||||
|
@ -219,9 +219,6 @@
|
||||
<data name="OpenCommandHelp" xml:space="preserve">
|
||||
<value>1. 填写正确的UID\n2. 向玩家发送验证码\n3. 输入正确的验证码\n4. 连接\n5. 享受</value>
|
||||
</data>
|
||||
<data name="Ornament" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\zh-cn\Ornament.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||
</data>
|
||||
<data name="PermissionCannotBeEmpty" xml:space="preserve">
|
||||
<value>要设置的权限不能为空!</value>
|
||||
</data>
|
||||
|
@ -190,12 +190,6 @@
|
||||
<data name="IconGrasscutter" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IconGrasscutter.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ImgIconGrasscutter" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IconGrasscutter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ImgSupport" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ImgSupport.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Item" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ru-ru\Item.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||
</data>
|
||||
@ -216,9 +210,6 @@
|
||||
<data name="OpenCommandHelp" xml:space="preserve">
|
||||
<value>1. Заполните правильный uid\n2. Отправьте проверочный код игроку\n3. Введите правильный проверочный код\n4. Соединение\n5. Наслаждаться</value>
|
||||
</data>
|
||||
<data name="Ornament" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ru-ru\Ornament.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||
</data>
|
||||
<data name="PermissionCannotBeEmpty" xml:space="preserve">
|
||||
<value>Разрешение не может быть пустым!</value>
|
||||
</data>
|
||||
|
Loading…
Reference in New Issue
Block a user