From a39922935a196b833f1cc04d60b7ee630bcce9ad Mon Sep 17 00:00:00 2001 From: Sabari Krishna Date: Tue, 14 Mar 2023 21:54:35 -0400 Subject: [PATCH] Login, Registration and Location pages added.(TODO Location page) --- IoT1/IoT1.csproj | 14 ++++++++++ IoT1/Location.xaml | 14 ++++++++++ IoT1/Location.xaml.cs | 28 ++++++++++++++++++++ IoT1/LoginPage.xaml | 30 ++++++++++++--------- IoT1/LoginPage.xaml.cs | 54 ++++++++++++++++++++++++++++++++++++++ IoT1/RegisterPage.xaml | 31 ++++++++++++++++++++++ IoT1/RegisterPage.xaml.cs | 55 +++++++++++++++++++++++++++++++++++++++ 7 files changed, 214 insertions(+), 12 deletions(-) create mode 100644 IoT1/Location.xaml create mode 100644 IoT1/Location.xaml.cs create mode 100644 IoT1/RegisterPage.xaml create mode 100644 IoT1/RegisterPage.xaml.cs diff --git a/IoT1/IoT1.csproj b/IoT1/IoT1.csproj index e32fb6b..53e14b9 100644 --- a/IoT1/IoT1.csproj +++ b/IoT1/IoT1.csproj @@ -118,6 +118,12 @@ MSBuild:Compile Designer + + Location.xaml + + + RegisterPage.xaml + UserInputWindow.xaml @@ -133,6 +139,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + Designer MSBuild:Compile @@ -158,6 +168,10 @@ MainWindow.xaml Code + + Designer + MSBuild:Compile + Designer MSBuild:Compile diff --git a/IoT1/Location.xaml b/IoT1/Location.xaml new file mode 100644 index 0000000..d0cc225 --- /dev/null +++ b/IoT1/Location.xaml @@ -0,0 +1,14 @@ + + + + + + diff --git a/IoT1/Location.xaml.cs b/IoT1/Location.xaml.cs new file mode 100644 index 0000000..45bb48a --- /dev/null +++ b/IoT1/Location.xaml.cs @@ -0,0 +1,28 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Navigation; +using System.Windows.Shapes; + +namespace IoT1 +{ + /// + /// Interaction logic for Location.xaml + /// + public partial class Location : Page + { + public Location() + { + InitializeComponent(); + } + } +} diff --git a/IoT1/LoginPage.xaml b/IoT1/LoginPage.xaml index c01861e..655c846 100644 --- a/IoT1/LoginPage.xaml +++ b/IoT1/LoginPage.xaml @@ -7,21 +7,27 @@ mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="800" Title="LoginPage" - Background="Transparent"> + Background="Beige"> - - + - - - - - - - - +