From ab357ff88dd6df78f6a4fd12d785fbcc16f3ca24 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Fri, 17 Jun 2022 09:02:59 +0200 Subject: [PATCH] Importdialog geradegezogen --- ENI2/ENI2.csproj | 2 ++ ENI2/EditControls/CompareExcelDialog.xaml | 20 +++++++---- ENI2/EditControls/CompareExcelDialog.xaml.cs | 33 +++++++++++++++---- ENI2/Properties/Resources.Designer.cs | 20 +++++++++++ ENI2/Properties/Resources.resx | 6 ++++ ENI2/Resources/import1.png | Bin 0 -> 1785 bytes ENI2/Resources/import2.png | Bin 0 -> 1810 bytes 7 files changed, 68 insertions(+), 13 deletions(-) create mode 100644 ENI2/Resources/import1.png create mode 100644 ENI2/Resources/import2.png diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj index ec89f23c..1af7785f 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -821,6 +821,8 @@ + + Always diff --git a/ENI2/EditControls/CompareExcelDialog.xaml b/ENI2/EditControls/CompareExcelDialog.xaml index e8096095..ba0eb3dc 100644 --- a/ENI2/EditControls/CompareExcelDialog.xaml +++ b/ENI2/EditControls/CompareExcelDialog.xaml @@ -8,28 +8,36 @@ xmlns:p="clr-namespace:ENI2.Properties" xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" mc:Ignorable="d" - Title="{x:Static p:Resources.textCompareExcel}" Height="200" Width="600" Background="AliceBlue" Icon="/ENI2;component/Resources/bullet_ball_grey.ico"> + Title="{x:Static p:Resources.textCompareExcel}" Height="260" Width="600" Background="AliceBlue" Icon="/ENI2;component/Resources/bullet_ball_grey.ico"> + + - + -