From 8862d8e83cc7f69a19dbf57fb0fb2653ba2e4c0c Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Tue, 7 Feb 2023 11:00:31 +0100 Subject: [PATCH] rework main screen Part I --- ENI2/ENI2.csproj | 5 +++ ENI2/MainWindow.xaml | 45 +++++++++++++++++++---- ENI2/MainWindow.xaml.cs | 49 ++++++++++--------------- ENI2/Properties/Resources.Designer.cs | 50 ++++++++++++++++++++++++++ ENI2/Properties/Resources.resx | 15 ++++++++ ENI2/Resources/about.png | Bin 0 -> 1331 bytes ENI2/Resources/document_exchange.png | Bin 0 -> 1427 bytes ENI2/Resources/document_into.png | Bin 0 -> 1177 bytes ENI2/Resources/document_plain_new.png | Bin 0 -> 1161 bytes ENI2/Resources/exit.png | Bin 0 -> 1320 bytes ENI2/SucheControl.xaml | 33 ++++++++--------- ENI2/SucheControl.xaml.cs | 13 +++++++ 12 files changed, 158 insertions(+), 52 deletions(-) create mode 100644 ENI2/Resources/about.png create mode 100644 ENI2/Resources/document_exchange.png create mode 100644 ENI2/Resources/document_into.png create mode 100644 ENI2/Resources/document_plain_new.png create mode 100644 ENI2/Resources/exit.png diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj index d0bb12f2..b5972b73 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -852,6 +852,11 @@ + + + + + Always diff --git a/ENI2/MainWindow.xaml b/ENI2/MainWindow.xaml index 37d9d068..223488bf 100644 --- a/ENI2/MainWindow.xaml +++ b/ENI2/MainWindow.xaml @@ -59,12 +59,48 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - @@ -79,14 +115,11 @@ -