aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonatas Adamonis <dona0169@edu.easj.dk>2017-04-28 16:04:47 +0200
committerDonatas Adamonis <dona0169@edu.easj.dk>2017-04-28 16:04:47 +0200
commit7cfccde9e89f8dd1b29ac1a3d7535bd6d3ab732a (patch)
treedd24735685aab8e2d0b1b55e3c841297eb671b48
parent06ca4fc192b64b5fcfd6da271220ff388d3abf63 (diff)
Login Page update
m---------ApartmentAdmin0
-rw-r--r--ApartmentManager/ApartmentManager/App.xaml2
-rw-r--r--ApartmentManager/ApartmentManager/View/LoginPage.xaml10
-rw-r--r--HousingDatabase.ldfbin8388608 -> 8388608 bytes
4 files changed, 8 insertions, 4 deletions
diff --git a/ApartmentAdmin b/ApartmentAdmin
new file mode 160000
+Subproject 497088ae2a506cba1071be62346fd81b2df2f59
diff --git a/ApartmentManager/ApartmentManager/App.xaml b/ApartmentManager/ApartmentManager/App.xaml
index e4c9342..dc08cec 100644
--- a/ApartmentManager/ApartmentManager/App.xaml
+++ b/ApartmentManager/ApartmentManager/App.xaml
@@ -3,6 +3,6 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:ApartmentManager"
- RequestedTheme="Light">
+ RequestedTheme="Dark">
</Application>
diff --git a/ApartmentManager/ApartmentManager/View/LoginPage.xaml b/ApartmentManager/ApartmentManager/View/LoginPage.xaml
index a3b3111..bca57b4 100644
--- a/ApartmentManager/ApartmentManager/View/LoginPage.xaml
+++ b/ApartmentManager/ApartmentManager/View/LoginPage.xaml
@@ -8,8 +8,12 @@
mc:Ignorable="d">
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
- <StackPanel>
- <TextBox Text="weqwe"></TextBox>
- </StackPanel>
+ <StackPanel Height="200" Width="300">
+ <TextBlock Margin="0,10,0,10" Text="User Name"></TextBlock>
+ <TextBox ></TextBox>
+ <TextBlock Margin="0,10,0,10" Text="Password"></TextBlock>
+ <TextBox ></TextBox>
+ <Button Margin="0,10,0,10" Content="Log In" HorizontalAlignment="Stretch"></Button>
+ </StackPanel>
</Grid>
</Page>
diff --git a/HousingDatabase.ldf b/HousingDatabase.ldf
index 84735f9..66c539d 100644
--- a/HousingDatabase.ldf
+++ b/HousingDatabase.ldf
Binary files differ