diff --git a/ConceptMatrix/ConceptMatrix.csproj b/ConceptMatrix/ConceptMatrix.csproj index 2874631..95095e1 100644 --- a/ConceptMatrix/ConceptMatrix.csproj +++ b/ConceptMatrix/ConceptMatrix.csproj @@ -122,6 +122,11 @@ True Resources.resx + + True + True + UIStringsContent.resx + @@ -182,6 +187,9 @@ GearsetChooseWindow.xaml + + LanguageSelect.xaml + LoadWindow.xaml @@ -263,6 +271,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + Designer MSBuild:Compile @@ -290,6 +302,11 @@ Resources.Designer.cs Designer + + + PublicResXFileCodeGenerator + UIStringsContent.Designer.cs + SettingsSingleFileGenerator diff --git a/ConceptMatrix/MainWindow.xaml b/ConceptMatrix/MainWindow.xaml index bac18fe..6734ad5 100644 --- a/ConceptMatrix/MainWindow.xaml +++ b/ConceptMatrix/MainWindow.xaml @@ -14,32 +14,33 @@ xmlns:controls="http://metro.mahapps.com/winfx/xaml/controls" xmlns:Views="clr-namespace:ConceptMatrix.Views" mc:Ignorable="d" + xmlns:resx="clr-namespace:ConceptMatrix.Resx" Height="650" Width="1115" Loaded="MetroWindow_Loaded" Icon="cmtool-icon.ico" ResizeMode="CanMinimize"> - + - + - + - + - + - + - + - - - - diff --git a/ConceptMatrix/Views/CharacterDetailsView5.xaml.cs b/ConceptMatrix/Views/CharacterDetailsView5.xaml.cs index 54d27a2..8a550f0 100644 --- a/ConceptMatrix/Views/CharacterDetailsView5.xaml.cs +++ b/ConceptMatrix/Views/CharacterDetailsView5.xaml.cs @@ -520,9 +520,6 @@ public partial class CharacterDetailsView5 : UserControl public bool LeftLegSaved; public bool RightLegSaved; - private readonly Mem m = MemoryManager.Instance.MemLib; - private CharacterOffsets c = Settings.Instance.Character; - private string GAS(params string[] args) => MemoryManager.GetAddressString(CharacterDetailsViewModel.baseAddr, args); public CharacterDetails CharacterDetails { get => (CharacterDetails)BaseViewModel.model; set => BaseViewModel.model = value; } public CharacterDetailsView5() { diff --git a/ConceptMatrix/Windows/LanguageSelect.xaml b/ConceptMatrix/Windows/LanguageSelect.xaml new file mode 100644 index 0000000..324d9c1 --- /dev/null +++ b/ConceptMatrix/Windows/LanguageSelect.xaml @@ -0,0 +1,17 @@ + + +