diff options
author | Donatas Adamonis <dona0169@edu.easj.dk> | 2017-04-28 17:41:49 +0200 |
---|---|---|
committer | Donatas Adamonis <dona0169@edu.easj.dk> | 2017-04-28 17:41:49 +0200 |
commit | 2f67f8c6afb97c7abe432cf0a051b7505a7d5273 (patch) | |
tree | 171ab961b5e17b742faacb6ebfe6167144bddc37 | |
parent | 27ec40e6a7150b0e23151bcbef036d8c759365fb (diff) |
bbd
m--------- | ApartmentAdmin | 0 | ||||
-rw-r--r-- | ApartmentManager/ApartmentManager/ApartmentManager.csproj | 7 | ||||
-rw-r--r-- | ApartmentManager/ApartmentManager/View/ApartmentPlanPage.xaml.cs | 30 | ||||
-rw-r--r-- | ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.xaml | 15 | ||||
-rw-r--r-- | HousingDatabase.ldf | bin | 8388608 -> 8388608 bytes | |||
-rw-r--r-- | HousingDatabase.mdf | bin | 8388608 -> 8388608 bytes |
6 files changed, 12 insertions, 40 deletions
diff --git a/ApartmentAdmin b/ApartmentAdmin new file mode 160000 +Subproject f4d7fc3fa885184fb073fbae2aea28a476a85b8 diff --git a/ApartmentManager/ApartmentManager/ApartmentManager.csproj b/ApartmentManager/ApartmentManager/ApartmentManager.csproj index 3768365..d053bdb 100644 --- a/ApartmentManager/ApartmentManager/ApartmentManager.csproj +++ b/ApartmentManager/ApartmentManager/ApartmentManager.csproj @@ -107,9 +107,6 @@ <Compile Include="View\ApartmentPage.xaml.cs"> <DependentUpon>ApartmentPage.xaml</DependentUpon> </Compile> - <Compile Include="View\ApartmentPlanPage.xaml.cs"> - <DependentUpon>ApartmentPlanPage.xaml</DependentUpon> - </Compile> <Compile Include="View\LoginPage.xaml.cs"> <DependentUpon>LoginPage.xaml</DependentUpon> </Compile> @@ -138,6 +135,10 @@ <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </ApplicationDefinition> + <Page Include="View\ApartmentPage.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> <Page Include="View\LoginPage.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> diff --git a/ApartmentManager/ApartmentManager/View/ApartmentPlanPage.xaml.cs b/ApartmentManager/ApartmentManager/View/ApartmentPlanPage.xaml.cs deleted file mode 100644 index 45feb63..0000000 --- a/ApartmentManager/ApartmentManager/View/ApartmentPlanPage.xaml.cs +++ /dev/null @@ -1,30 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Runtime.InteropServices.WindowsRuntime; -using Windows.Foundation; -using Windows.Foundation.Collections; -using Windows.UI.Xaml; -using Windows.UI.Xaml.Controls; -using Windows.UI.Xaml.Controls.Primitives; -using Windows.UI.Xaml.Data; -using Windows.UI.Xaml.Input; -using Windows.UI.Xaml.Media; -using Windows.UI.Xaml.Navigation; - -// The Blank Page item template is documented at https://go.microsoft.com/fwlink/?LinkId=234238 - -namespace ApartmentManager.View -{ - /// <summary> - /// An empty page that can be used on its own or navigated to within a Frame. - /// </summary> - public sealed partial class ApartmentPlanPage : Page - { - public ApartmentPlanPage() - { - this.InitializeComponent(); - } - } -} diff --git a/ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.xaml b/ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.xaml index de41310..ca652b3 100644 --- a/ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.xaml +++ b/ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.xaml @@ -10,17 +10,18 @@ <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <StackPanel Margin="50"> <StackPanel Width="400"> - <TextBlock Margin="0,10,0,10" Text="User Name"></TextBlock> + <TextBlock Margin="0,10,0,10" Text="Name"></TextBlock> <TextBox ></TextBox> - <TextBlock Margin="0,10,0,10" Text="Password"></TextBlock> + <TextBlock Margin="0,10,0,10" Text="Last Name"></TextBlock> <TextBox ></TextBox> - <TextBlock Margin="0,10,0,10" Text="Password"></TextBlock> + <TextBlock Margin="0,10,0,10" Text="Birthdate"></TextBlock> + <DatePicker HorizontalAlignment="Stretch"></DatePicker> + <TextBlock Margin="0,10,0,10" Text="Email Address"></TextBlock> <TextBox ></TextBox> + <TextBlock Margin="0,10,0,10" Text="Phone Number"></TextBlock> + <TextBox ></TextBox> + <Button Margin="0,10,0,10" Content="Update" HorizontalAlignment="Stretch"></Button> </StackPanel> - <StackPanel> - <Button Margin="0,10,0,10" Content="Log In" HorizontalAlignment="Stretch"></Button> - </StackPanel> </StackPanel> - </Grid> </Page> diff --git a/HousingDatabase.ldf b/HousingDatabase.ldf Binary files differindex f653838..573b50d 100644 --- a/HousingDatabase.ldf +++ b/HousingDatabase.ldf diff --git a/HousingDatabase.mdf b/HousingDatabase.mdf Binary files differindex 14ef64e..f56a5ec 100644 --- a/HousingDatabase.mdf +++ b/HousingDatabase.mdf |