Develop #10
@@ -19,6 +19,10 @@
|
||||
<ProjectReference Include="..\RH-Engine\RH-Engine.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Styles\" />
|
||||
</ItemGroup>
|
||||
|
||||
<Import Project="..\Hashing\Hashing.projitems" Label="Shared" />
|
||||
|
||||
</Project>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 66 KiB |
BIN
ClientApp/Images/Logo/icon1_small.ico
Normal file
BIN
ClientApp/Images/Logo/icon1_small.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
5
ClientApp/Styles/Buttons.xaml
Normal file
5
ClientApp/Styles/Buttons.xaml
Normal file
@@ -0,0 +1,5 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:ClientApp.Styles">
|
||||
|
||||
</ResourceDictionary>
|
||||
5
ClientApp/Styles/Colors.xaml
Normal file
5
ClientApp/Styles/Colors.xaml
Normal file
@@ -0,0 +1,5 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:ClientApp.Styles">
|
||||
|
||||
</ResourceDictionary>
|
||||
5
ClientApp/Styles/Texts.xaml
Normal file
5
ClientApp/Styles/Texts.xaml
Normal file
@@ -0,0 +1,5 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:ClientApp.Styles">
|
||||
|
||||
</ResourceDictionary>
|
||||
5
ClientApp/Styles/Windows.xaml
Normal file
5
ClientApp/Styles/Windows.xaml
Normal file
@@ -0,0 +1,5 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:ClientApp.Styles">
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -5,10 +5,12 @@
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:ClientApp"
|
||||
xmlns:views="clr-namespace:ClientApp.Views"
|
||||
xmlns:images="clrnamespace.Images"
|
||||
mc:Ignorable="d"
|
||||
Title="Whaazzzzuuuuuuuup" Height="450" Width="800">
|
||||
|
||||
|
||||
WindowStyle="None"
|
||||
AllowsTransparency="True"
|
||||
Title="Whaazzzzuuuuuuuup">
|
||||
<!--Icon="pack://application:,,,/Images/Logo/icon1_small.ico"-->
|
||||
<Grid>
|
||||
<Frame Content="{Binding SelectedViewModel}" Focusable="False"/>
|
||||
<Label Content="gemaakt door: mensen" DockPanel.Dock="Bottom" HorizontalAlignment="Right" VerticalAlignment="Bottom" FontStyle="Italic" Foreground="Gray"/>
|
||||
|
||||
Reference in New Issue
Block a user