diff options
-rw-r--r-- | ApartmentManager/ApartmentManager/Style/Styles.xaml | 245 | ||||
-rw-r--r-- | HousingDatabase.ldf | bin | 8388608 -> 8388608 bytes | |||
-rw-r--r-- | HousingDatabase.mdf | bin | 8388608 -> 8388608 bytes |
3 files changed, 1 insertions, 244 deletions
diff --git a/ApartmentManager/ApartmentManager/Style/Styles.xaml b/ApartmentManager/ApartmentManager/Style/Styles.xaml index 0b53355..e7c1c02 100644 --- a/ApartmentManager/ApartmentManager/Style/Styles.xaml +++ b/ApartmentManager/ApartmentManager/Style/Styles.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:interop="using:Windows.UI.Xaml.Interop" - xmlns:controls="using:FranceVacances.Controls"> + xmlns:controls="ApartmentManager.Controls"> <SolidColorBrush x:Key="SplitViewLightDismissOverlayBackground" Opacity="0.6" Color="{ThemeResource SystemChromeLowColor}"/> @@ -311,247 +311,4 @@ </Setter.Value> </Setter> </Style> - - - - <!-- Grid Styles --> - - <!-- Background --> - <ImageBrush x:Name="BackgroundPicture" ImageSource="../Assets/Images/BackgroundImages/parryPeak.jpg"/> - <Style x:Name="GridBackground" TargetType="Grid"> - <Setter Property="Background" Value="{StaticResource BackgroundPicture}"/> - </Style> - - <!-- Category Background --> - <Style x:Key="CategoryBackgroundStyle" TargetType="Image"> - <Setter Property="Grid.RowSpan" Value="3"/> - <Setter Property="Canvas.ZIndex" Value="-1"/> - <Setter Property="Stretch" Value="UniformToFill"/> - </Style> - - <!-- Border Grid --> - <Style x:Name="BorderGridStyle" TargetType="Grid"> - <Setter Property="BorderThickness" Value="2"/> - <Setter Property="BorderBrush" Value="#CCFFFFFF"/> - <Setter Property="Background" Value="DodgerBlue"/> - </Style> - - <!-- Login Grid --> - <Style x:Name="LoginGrid" TargetType="Grid" BasedOn="{StaticResource BorderGridStyle}" > - <Setter Property="VerticalAlignment" Value="Center"/> - <Setter Property="HorizontalAlignment" Value="Center"/> - <Setter Property="Width" Value="400"/> - <Setter Property="Height" Value="250"/> - </Style> - - <!-- Create User Grid --> - <Style x:Name="CreateUserGrid" TargetType="Grid" BasedOn="{StaticResource BorderGridStyle}"> - <Setter Property="VerticalAlignment" Value="Center"/> - <Setter Property="HorizontalAlignment" Value="Center"/> - <Setter Property="MinWidth" Value="400"/> - <Setter Property="Width" Value="600"/> - <Setter Property="Height" Value="950"/> - </Style> - - <!-- Category Grid --> - <Style x:Key="CategoryGridStyle" TargetType="Grid"> - <Setter Property="BorderThickness" Value="1,0,1,1"/> - <Setter Property="BorderBrush" Value="White"/> - </Style> - - <!-- /Grid Styles --> - - <!-- Stackpanel Styles --> - - <!-- Login Stackpanel --> - <Style x:Name="LoginStackpanel" TargetType="StackPanel"> - <Setter Property="VerticalAlignment" Value="Center"/> - <Setter Property="HorizontalAlignment" Value="Center"/> - <Setter Property="Margin" Value="0,0,0,40"/> - <Setter Property="Width" Value="400"/> - </Style> - - <!-- Create User Stackpanel Left --> - - <Style x:Name="CreateUserStackpanelLeft" TargetType="StackPanel"> - <Setter Property="HorizontalAlignment" Value="Stretch"/> - <Setter Property="Margin" Value="10"/> - </Style> - - <!-- Create User Stackpanel Right --> - - <Style x:Name="CreateUserStackpanelRight" TargetType="StackPanel"> - <Setter Property="Margin" Value="10,45,10,10"/> - </Style> - - <!-- /Stackpanel Styles --> - - - <!-- Font Types for TextBlocks --> - - <Style x:Name="ContentFontStyle" TargetType="TextBlock"> - <Setter Property="FontFamily" Value="Segoe UI"/> - </Style> - - <!-- /Font Types TextBlocks --> - - - <!-- TextBlock Styles --> - - <!-- FontStyle for Create User TextBlocks --> - <Style x:Name="CreateUserFontStyle" TargetType="TextBlock" BasedOn="{StaticResource ContentFontStyle}"> - <Setter Property="Foreground" Value="GhostWhite"/> - <Setter Property="Margin" Value="5,10,0,0"/> - </Style> - - <!-- FontStyle for Error TextBlocks --> - - <Style x:Name="ErrorTextFontStyle" TargetType="TextBlock" BasedOn="{StaticResource ContentFontStyle}"> - <Setter Property="VerticalAlignment" Value="Top"/> - <Setter Property="TextWrapping" Value="Wrap"/> - <Setter Property="Foreground" Value="Gold"/> - <Setter Property="Margin" Value="0,0,0,42"/> - </Style> - - <!-- FontStyle for Headline Basic Textblocks --> - - <Style x:Name="HeadlineBasicFontStyle" TargetType="TextBlock" BasedOn="{StaticResource ContentFontStyle}"> - <Setter Property="FontSize" Value="32"/> - <Setter Property="Foreground" Value="White"/> - <Setter Property="FontWeight" Value="Bold"/> - <Setter Property="Height" Value="43"/> - </Style> - - <!-- FontStyle for Headline Login Textblock --> - - <Style x:Name="LoginHeadlineStyle" TargetType="TextBlock" BasedOn="{StaticResource HeadlineBasicFontStyle}"> - <Setter Property="VerticalAlignment" Value="Top"/> - <Setter Property="HorizontalAlignment" Value="Center"/> - <Setter Property="Margin" Value="0,10,0,0"/> - </Style> - - <!-- FontStyle for Headline Create User Textblock --> - - <Style x:Name="CreateUserHeadlineStyle" TargetType="TextBlock" BasedOn="{StaticResource HeadlineBasicFontStyle}"> - <Setter Property="VerticalAlignment" Value="Center"/> - <Setter Property="HorizontalAlignment" Value="Center"/> - <Setter Property="Width" Value="173"/> - </Style> - - <!-- FontStyle for Login Error Textblock --> - <Style x:Name="LoginErrorTextBlockStyle" TargetType="TextBlock" BasedOn="{StaticResource ContentFontStyle}"> - <Setter Property="VerticalAlignment" Value="Top"/> - <Setter Property="HorizontalAlignment" Value="Center"/> - <Setter Property="Foreground" Value="Gold"/> - <Setter Property="Margin" Value="0,0,0,10"/> - </Style> - - <!-- Category Label Textblock Style --> - <Style x:Key="CategoryLabelStyle" TargetType="TextBlock"> - <Setter Property="Grid.Row" Value="0"/> - <Setter Property="FontFamily" Value="/Assets/Fonts/BreeSerif.ttf#Bree Serif"/> - <Setter Property="FontSize" Value="36"/> - <Setter Property="Foreground" Value="White"/> - <Setter Property="CharacterSpacing" Value="75"/> - <Setter Property="LineStackingStrategy" Value="BlockLineHeight"/> - <Setter Property="TextLineBounds" Value="TrimToCapHeight"/> - <Setter Property="Margin" Value="10,0,0,0"/> - <Setter Property="VerticalAlignment" Value="Bottom"/> - </Style> - - <!-- Category Description Textblock Style --> - <Style x:Key="CategoryDescriptionStyle" TargetType="TextBlock"> - <Setter Property="Grid.Row" Value="1"/> - <Setter Property="FontSize" Value="20"/> - <Setter Property="Foreground" Value="White"/> - <Setter Property="Margin" Value="10,0,20,0"/> - <Setter Property="TextWrapping" Value="WrapWholeWords"/> - </Style> - - <!-- /TextBlock Styles --> - - <!-- TextBox and PasswordBox Styles --> - - <!-- Create User TextBox Style --> - <Style x:Name="CreateUserTextBoxStyle" TargetType="TextBox"> - <Setter Property="BorderBrush" Value="#CCFFFFFF"/> - </Style> - - <!-- Password Standard Style --> - <Style x:Name="PasswordStandardStyle" TargetType="PasswordBox"> - <Setter Property="BorderBrush" Value="#CCFFFFFF"/> - </Style> - - <!-- PasswordBox Login Style --> - <Style x:Name="PasswordLoginStyle" TargetType="PasswordBox" BasedOn="{StaticResource PasswordStandardStyle}"> - <Setter Property="Width" Value="180"/> - <Setter Property="Margin" Value="0,10,0,0"/> - </Style> - - <!-- PasswordBox Create User Style --> - <Style x:Name="CreateUserPasswordBoxStyle" TargetType="PasswordBox" BasedOn="{StaticResource PasswordStandardStyle}"> - </Style> - - <!-- Login TextBox Style --> - <Style x:Name="LoginTextBoxStyle" TargetType="TextBox"> - <Setter Property="Width" Value="180"/> - <Setter Property="Margin" Value="0,10,0,0"/> - <Setter Property="BorderBrush" Value="#CCFFFFFF"/> - </Style> - - <!-- /TextBox and PasswordBox Style --> - - <!-- Button Styles --> - - <!-- Standard Button Style--> - <Style x:Name="StandardButtonStyle" TargetType="Button"> - <Setter Property="BorderBrush" Value="#CCFFFFFF"/> - <Setter Property="Background" Value="Gold"/> - <Setter Property="Height" Value="50"/> - <Setter Property="FontSize" Value="20"/> - <Setter Property="FontWeight" Value="Bold"/> - </Style> - - <!-- Register Here Button Style --> - <Style x:Name="RegisterHereButtonStyle" TargetType="Button"> - <Setter Property="VerticalAlignment" Value="Bottom"/> - <Setter Property="HorizontalAlignment" Value="Left"/> - <Setter Property="Margin" Value="0,0,0,5"/> - <Setter Property="Background" Value="Transparent"/> - <Setter Property="Foreground" Value="Transparent"/> - <Setter Property="BorderBrush" Value="Transparent"/> - <Setter Property="BorderThickness" Value="0"/> - </Style> - - <!-- Login Button Style --> - <Style x:Name="LoginButton" TargetType="Button" BasedOn="{StaticResource StandardButtonStyle}"> - <Setter Property="VerticalAlignment" Value="Bottom"/> - <Setter Property="HorizontalAlignment" Value="Right"/> - <Setter Property="Width" Value="120"/> - <Setter Property="Margin" Value="0,0,10,10"/> - </Style> - - <!-- Create User Button Style --> - <Style x:Name="CreateButtonStyle" TargetType="Button" BasedOn="{StaticResource StandardButtonStyle}"> - <Setter Property="VerticalAlignment" Value="Bottom"/> - <Setter Property="HorizontalAlignment" Value="Center"/> - <Setter Property="Width" Value="250"/> - <Setter Property="Margin" Value="20,100,10,10"/> - </Style> - - - <!-- /Button Styles --> - - <!-- ListViewItem Styles --> - - <!-- Location ListViewItem Style --> - <Style x:Key="LocationStyle" TargetType="ListViewItem"> - <Setter Property="FontFamily" Value="/Assets/Fonts/BreeSerif.ttf#Bree Serif"/> - <Setter Property="FontSize" Value="24"/> - <Setter Property="Foreground" Value="White"/> - </Style> - - <!-- /Listview Item Styles --> - - </ResourceDictionary> diff --git a/HousingDatabase.ldf b/HousingDatabase.ldf Binary files differindex 12dcf09..a788913 100644 --- a/HousingDatabase.ldf +++ b/HousingDatabase.ldf diff --git a/HousingDatabase.mdf b/HousingDatabase.mdf Binary files differindex 25f4551..808d5ab 100644 --- a/HousingDatabase.mdf +++ b/HousingDatabase.mdf |