diff --git a/SicUI/MainView.xaml b/SicUI/MainView.xaml index 7840db66..7fdbf4e6 100644 --- a/SicUI/MainView.xaml +++ b/SicUI/MainView.xaml @@ -4,51 +4,55 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:cal="http://www.caliburn.org" xmlns:client="clr-namespace:SicUI.Client" + xmlns:controls="clr-namespace:MECF.Framework.UI.Client.Ctrlib.Controls;assembly=MECF.Framework.UI.Client" + xmlns:converter="clr-namespace:SicUI.Converter" + xmlns:converters="clr-namespace:MECF.Framework.UI.Core.Converters;assembly=MECF.Framework.UI.Core" + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:deviceControl="clr-namespace:Aitex.Core.UI.DeviceControl;assembly=MECF.Framework.UI.Core" xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" - xmlns:wnd="http://OpenSEMI.Ctrlib.com/presentation" - xmlns:shell="http://schemas.microsoft.com/winfx/2006/xaml/presentation/shell" - xmlns:converters="clr-namespace:MECF.Framework.UI.Core.Converters;assembly=MECF.Framework.UI.Core" - xmlns:controls="clr-namespace:MECF.Framework.UI.Client.Ctrlib.Controls;assembly=MECF.Framework.UI.Client" - xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - xmlns:converter="clr-namespace:SicUI.Converter" xmlns:lex="http://wpflocalizeextension.codeplex.com" + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:shell="http://schemas.microsoft.com/winfx/2006/xaml/presentation/shell" + xmlns:wnd="http://OpenSEMI.Ctrlib.com/presentation" Title="Sic Auto Edition" - WindowStartupLocation="CenterScreen" - WindowState="Maximized" - mc:Ignorable="d" - d:DataContext="{d:DesignInstance Type=client:MainViewModel, IsDesignTimeCreatable=False}" + d:DataContext="{d:DesignInstance Type=client:MainViewModel, + IsDesignTimeCreatable=False}" lex:LocalizeDictionary.DesignCulture="en" lex:ResxLocalizationProvider.DefaultAssembly="Sicentury.Localization" - lex:ResxLocalizationProvider.DefaultDictionary="lang_common"> + lex:ResxLocalizationProvider.DefaultDictionary="lang_common" + WindowStartupLocation="CenterScreen" + WindowState="Maximized" + mc:Ignorable="d"> - +