Develop #10
@@ -18,10 +18,6 @@
|
|||||||
<ProjectReference Include="..\RH-Engine\RH-Engine.csproj" />
|
<ProjectReference Include="..\RH-Engine\RH-Engine.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Folder Include="Images\" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<Import Project="..\Hashing\Hashing.projitems" Label="Shared" />
|
<Import Project="..\Hashing\Hashing.projitems" Label="Shared" />
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
BIN
ClientApp/Images/stone.png
Normal file
BIN
ClientApp/Images/stone.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
@@ -7,10 +7,10 @@
|
|||||||
xmlns:viewModels="clr-namespace:ClientApp.ViewModels"
|
xmlns:viewModels="clr-namespace:ClientApp.ViewModels"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
d:DesignHeight="450" d:DesignWidth="800">
|
d:DesignHeight="450" d:DesignWidth="800">
|
||||||
<DockPanel>
|
<DockPanel Background="Lime">
|
||||||
<DockPanel.Background>
|
<!--<DockPanel.Background>
|
||||||
<ImageBrush TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 355 200" ImageSource="/Images/re15.jpg"/>
|
<ImageBrush TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 256 256" ImageSource="\images\stone.png"/>
|
||||||
</DockPanel.Background>
|
</DockPanel.Background>-->
|
||||||
<StackPanel VerticalAlignment="Center" Width="auto">
|
<StackPanel VerticalAlignment="Center" Width="auto">
|
||||||
<Label Content="Username" HorizontalContentAlignment="Center" />
|
<Label Content="Username" HorizontalContentAlignment="Center" />
|
||||||
<TextBox x:Name="Username" Text="{Binding Username}" TextWrapping="Wrap" Width="120"/>
|
<TextBox x:Name="Username" Text="{Binding Username}" TextWrapping="Wrap" Width="120"/>
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
Title="Whaazzzzuuuuuuuup" Height="450" Width="800">
|
Title="Whaazzzzuuuuuuuup" Height="450" Width="800">
|
||||||
|
|
||||||
|
|
||||||
<DockPanel>
|
<Grid>
|
||||||
|
<Frame Content="{Binding SelectedViewModel}" Focusable="False"/>
|
||||||
<Label Content="gemaakt door: mensen" DockPanel.Dock="Bottom" HorizontalAlignment="Right" VerticalAlignment="Bottom" FontStyle="Italic" Foreground="Gray"/>
|
<Label Content="gemaakt door: mensen" DockPanel.Dock="Bottom" HorizontalAlignment="Right" VerticalAlignment="Bottom" FontStyle="Italic" Foreground="Gray"/>
|
||||||
<Frame HorizontalAlignment="Center" VerticalAlignment="Center" Content="{Binding SelectedViewModel}" Focusable="False"/>
|
</Grid>
|
||||||
</DockPanel>
|
|
||||||
</Window>
|
</Window>
|
||||||
|
|||||||
Reference in New Issue
Block a user