From d7b793f2965faf301fd7c779003e3af272e1db35 Mon Sep 17 00:00:00 2001 From: Adri Date: Mon, 1 Oct 2018 09:06:03 +0200 Subject: [PATCH] add img --- ISET2018_WPF/ISET2018_WPF.csproj | 4 ++ ISET2018_WPF/MainWindow.xaml | 22 ++++++- ISET2018_WPF/MainWindow.xaml.cs | 9 +++ ISET2018_WPF/Properties/Resources.Designer.cs | 54 +++++++++--------- ISET2018_WPF/Properties/Resources.resx | 17 ++++-- .../Resources/IMG_20180804_110221_146.jpg | Bin 0 -> 729359 bytes 6 files changed, 74 insertions(+), 32 deletions(-) create mode 100644 ISET2018_WPF/Resources/IMG_20180804_110221_146.jpg diff --git a/ISET2018_WPF/ISET2018_WPF.csproj b/ISET2018_WPF/ISET2018_WPF.csproj index 938d152..42ef613 100644 --- a/ISET2018_WPF/ISET2018_WPF.csproj +++ b/ISET2018_WPF/ISET2018_WPF.csproj @@ -36,6 +36,7 @@ + @@ -93,5 +94,8 @@ + + + \ No newline at end of file diff --git a/ISET2018_WPF/MainWindow.xaml b/ISET2018_WPF/MainWindow.xaml index aa7ffd5..cf9e19e 100644 --- a/ISET2018_WPF/MainWindow.xaml +++ b/ISET2018_WPF/MainWindow.xaml @@ -5,8 +5,28 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:ISET2018_WPF" mc:Ignorable="d" - Title="MainWindow" Height="450" Width="800"> + Title="MainWindow" Height="350" Width="525"> + + + + + + + + + + + + + + + + +