From f4a413f68ef6f14da21e0669f3b0c52bc43d2e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9A=B0=EC=84=B1=20=EC=A0=95?= Date: Mon, 8 Jun 2026 10:09:10 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=20XAML=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 + App.xaml | 49 +++ Login/StartupLoginWindow.xaml | 580 +++++++++++++++++++++++------- MainWindow.xaml | 641 +++++++++++++++++++++++++--------- 4 files changed, 988 insertions(+), 285 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4b82ccd --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.vs/ +bin/ +obj/ diff --git a/App.xaml b/App.xaml index cc33fa3..cd2a08d 100644 --- a/App.xaml +++ b/App.xaml @@ -2,5 +2,54 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Login/StartupLoginWindow.xaml b/Login/StartupLoginWindow.xaml index 3ad507a..84a2c3e 100644 --- a/Login/StartupLoginWindow.xaml +++ b/Login/StartupLoginWindow.xaml @@ -5,184 +5,520 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" - Title="Housing Login" + Title="Housing HMI Login" Width="760" - Height="860" + Height="760" MinWidth="560" - MinHeight="640" + MinHeight="620" d:DesignWidth="760" - d:DesignHeight="860" + d:DesignHeight="760" WindowStartupLocation="CenterScreen" - Background="#141414" + Background="{StaticResource HmiScreenBackgroundBrush}" UseLayoutRounding="True" SnapsToDevicePixels="True"> + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + - - + - - - - - - - - - + Text="PRODUCT CONFIGURATION" + Style="{StaticResource SectionCaptionStyle}"/> - - - - - - - - + + + + + + - - - - - - - - - - + - - - - - - - - - - - + + + + + + - - - - - - - - + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + - + + - - + + + + + + + + + + + + + + + + + + + + + + + + - + + + - + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -