diff --git a/windows/WinUI/Fonts/segoeui.ttf b/windows/WinUI/Fonts/segoeui.ttf new file mode 100644 index 000000000..fc18ebd0a Binary files /dev/null and b/windows/WinUI/Fonts/segoeui.ttf differ diff --git a/windows/WinUI/Fonts/segoeuib.ttf b/windows/WinUI/Fonts/segoeuib.ttf new file mode 100644 index 000000000..5f31e0ca6 Binary files /dev/null and b/windows/WinUI/Fonts/segoeuib.ttf differ diff --git a/windows/WinUI/Fonts/segoeuii.ttf b/windows/WinUI/Fonts/segoeuii.ttf new file mode 100644 index 000000000..7efb70d60 Binary files /dev/null and b/windows/WinUI/Fonts/segoeuii.ttf differ diff --git a/windows/WinUI/Fonts/segoeuiz.ttf b/windows/WinUI/Fonts/segoeuiz.ttf new file mode 100644 index 000000000..d7bb186b3 Binary files /dev/null and b/windows/WinUI/Fonts/segoeuiz.ttf differ diff --git a/windows/WinUI/NetworkInfoView.xaml b/windows/WinUI/NetworkInfoView.xaml new file mode 100644 index 000000000..e81b6ff2e --- /dev/null +++ b/windows/WinUI/NetworkInfoView.xaml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/WinUI/NetworkInfoView.xaml.cs b/windows/WinUI/NetworkInfoView.xaml.cs new file mode 100644 index 000000000..89648c0ee --- /dev/null +++ b/windows/WinUI/NetworkInfoView.xaml.cs @@ -0,0 +1,28 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Navigation; +using System.Windows.Shapes; + +namespace WinUI +{ + /// + /// Interaction logic for NetworkInfoView.xaml + /// + public partial class NetworkInfoView : Page + { + public NetworkInfoView() + { + InitializeComponent(); + } + } +} diff --git a/windows/WinUI/Simple Styles.xaml b/windows/WinUI/Simple Styles.xaml new file mode 100644 index 000000000..f2ddedf9b --- /dev/null +++ b/windows/WinUI/Simple Styles.xaml @@ -0,0 +1,1121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/WinUI/WinUI.csproj b/windows/WinUI/WinUI.csproj index c9a5c9a56..d78e058fc 100644 --- a/windows/WinUI/WinUI.csproj +++ b/windows/WinUI/WinUI.csproj @@ -97,12 +97,23 @@ MainWindow.xaml Code + + Designer + MSBuild:Compile + + + MSBuild:Compile + Designer + MSBuild:Compile Designer + + NetworkInfoView.xaml + Code @@ -147,9 +158,30 @@ + + True + True + True + + + True + True + True + + + True + True + True + + + True + True + True + +