From e7ca08c65dcc94bacfdc4095b3a6cc5b1750c80b Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Wed, 10 Sep 2025 15:29:32 +0200 Subject: [PATCH] Simpler erster ChatGPT Wurf :-) --- ENI2/Controls/EasyPeasyControl.xaml | 43 +++---- ENI2/Controls/EasyPeasyControl.xaml.cs | 155 ++++++++++++++++++++++++- ENI2/ENI2.csproj | 1 + ENI2/MainWindow.xaml | 1 + ENI2/MainWindow.xaml.cs | 11 ++ ENI2/Properties/Resources.Designer.cs | 9 ++ ENI2/Properties/Resources.resx | 3 + ENI2/Util/EasyPeasyState.cs | 63 ++++++++++ bsmd.database/EasyPeasy.cs | 91 +++++++++++++++ bsmd.database/bsmd.database.csproj | 1 + 10 files changed, 356 insertions(+), 22 deletions(-) create mode 100644 ENI2/Util/EasyPeasyState.cs create mode 100644 bsmd.database/EasyPeasy.cs diff --git a/ENI2/Controls/EasyPeasyControl.xaml b/ENI2/Controls/EasyPeasyControl.xaml index 30c1c9f5..4ff1ea6f 100644 --- a/ENI2/Controls/EasyPeasyControl.xaml +++ b/ENI2/Controls/EasyPeasyControl.xaml @@ -5,7 +5,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:ENI2.Controls" mc:Ignorable="d" - d:DesignHeight="450" d:DesignWidth="800"> + d:DesignHeight="650" d:DesignWidth="800" Loaded="UserControl_Loaded" Unloaded="UserControl_Unloaded"> @@ -23,19 +23,19 @@ - + - + - + - + - + - + @@ -43,29 +43,29 @@ - + - + - + - + - + - + - + - + - + @@ -76,7 +76,7 @@ + PreviewKeyDown="DataGrid_PreviewKeyDown" > @@ -92,9 +92,9 @@ - + - + @@ -102,8 +102,9 @@ -