ProManager initial setup.

This commit is contained in:
Patrick Fic
2024-03-20 14:30:48 -07:00
parent 63f18cdcae
commit 84908aabfe
68 changed files with 164 additions and 176 deletions

View File

@@ -1,16 +1,16 @@
<Window x:Class="RomeOnlinePartner.Views.Login"
<Window x:Class="ProManagerPartner.Views.Login"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:RomeOnlinePartner.Views"
xmlns:vm="clr-namespace:RomeOnlinePartner.ViewModels"
xmlns:local="clr-namespace:ProManagerPartner.Views"
xmlns:vm="clr-namespace:ProManagerPartner.ViewModels"
mc:Ignorable="d"
Title="{x:Static p:Resources.Title_Login}"
Height="325"
Width="475"
xmlns:p="clr-namespace:RomeOnlinePartner.Properties"
xmlns:util="clr-namespace:RomeOnlinePartner.Utils"
xmlns:p="clr-namespace:ProManagerPartner.Properties"
xmlns:util="clr-namespace:ProManagerPartner.Utils"
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
TextElement.Foreground="{DynamicResource MaterialDesignBody}"
TextElement.FontWeight="Regular"
@@ -49,14 +49,9 @@
<StackPanel>
<StackPanel Orientation="Horizontal">
<Image Source="/Assets/ro-favicon.png"
<Image Source="/Assets/logo.png"
Height="48"
Width="48"
VerticalAlignment="Center" />
<TextBlock Text="{x:Static p:Resources.Title_Login_Header}"
Style="{StaticResource MaterialDesignHeadline6TextBlock}"
VerticalAlignment="Center" />
</StackPanel>
<StackPanel Orientation="Vertical"