diff --git a/InnoLabProjektDektopApp/.vs/InnoLabProjektDektopApp/DesignTimeBuild/.dtbcache.v2 b/InnoLabProjektDektopApp/.vs/InnoLabProjektDektopApp/DesignTimeBuild/.dtbcache.v2 index 831901f6f63691804a0ad4cc75ae8e3c5f6f4710..1748e3f29c2c6d04a5bf4ee028ddd21022bff8ba 100644 Binary files a/InnoLabProjektDektopApp/.vs/InnoLabProjektDektopApp/DesignTimeBuild/.dtbcache.v2 and b/InnoLabProjektDektopApp/.vs/InnoLabProjektDektopApp/DesignTimeBuild/.dtbcache.v2 differ diff --git a/InnoLabProjektDektopApp/.vs/InnoLabProjektDektopApp/v17/.suo b/InnoLabProjektDektopApp/.vs/InnoLabProjektDektopApp/v17/.suo index cd50a1586bb688892697ce95651c7e1119271fb1..2bd42970581d371d0e45eef14a98427e07829b84 100644 Binary files a/InnoLabProjektDektopApp/.vs/InnoLabProjektDektopApp/v17/.suo and b/InnoLabProjektDektopApp/.vs/InnoLabProjektDektopApp/v17/.suo differ diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/App.xaml b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/App.xaml index c0236af680b5fc486c8eafe4bb2b669121b6a9c6..e3e81d0ef42577407ea80f9b16a66129b172fc46 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/App.xaml +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/App.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:InnoLabProjektDektopApp" - StartupUri="Screens\FirstLaunch\04Settings.xaml"> + StartupUri="Screens\FirstLaunch\03_0Distractions.xaml"> <Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/03_0Distractions.xaml b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/03_0Distractions.xaml index 2f778623c4dec4f06a5de153f76c4772e4931493..5651f1030c9a38f77f1b156b2131b776bc35d1f2 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/03_0Distractions.xaml +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/03_0Distractions.xaml @@ -13,7 +13,141 @@ <Button Content="Subscription" Style="{StaticResource TopMenuButon}" HorizontalAlignment="Right" Margin="0,4,100,0" VerticalAlignment="Top" Height="26" Width="80" Click="Option2_Click"/> <Button Content="Contract" Style="{StaticResource TopMenuButon}" HorizontalAlignment="Right" Margin="0,4,20,0" VerticalAlignment="Top" Height="26" Width="80" Click="Option3_Click"/> - <!-- DELETE --> - <Label Content="Distractions4" HorizontalAlignment="Center" Margin="0,234,0,0" VerticalAlignment="Top" Height="108" Width="439" FontSize="48" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"/> + <StackPanel Margin="20,70,20,20"> + + <Grid> + <Grid.ColumnDefinitions> + <ColumnDefinition Width="*" /> + <!-- Überschrift --> + <ColumnDefinition Width="Auto" /> + <!-- Suchfeld --> + </Grid.ColumnDefinitions> + + <!-- Überschrift --> + <TextBlock Grid.Column="0" + Style="{StaticResource Header1}" + Text="Choose the programs and websites that distract you" + HorizontalAlignment="Left" /> + + <!-- Suchfeld --> + <DockPanel Grid.Column="1" HorizontalAlignment="Right" Margin="10,0,0,0"> + <!-- TextBox für Suche --> + <TextBox Width="150" Height="30" FontSize="14" VerticalAlignment="Center" Padding="5" + HorizontalAlignment="Left" Text="Search..." Foreground="Gray" /> + + <!-- Lupe-Symbol --> + <Button Width="30" Height="30" Margin="5,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Right"> + <TextBlock Text="🔍" FontSize="14" VerticalAlignment="Center" HorizontalAlignment="Center" /> + </Button> + </DockPanel> + </Grid> + <TextBlock Style="{StaticResource StandardText}" Text="By clicking on each category, you can change the programs/websites that should be marked as distracting."/> + <!-- Kategorien in UniformGrid --> + <Border Background="#E6F7FF" CornerRadius="10" Padding="10" Margin="0,10,0,0"> + <Grid> + <UniformGrid Columns="3" VerticalAlignment="Top" HorizontalAlignment="Stretch" Margin="0,10,0,0"> + + <!-- Kategorie: Social Media --> + <StackPanel Margin="10"> + <Grid Background="White" Height="120" Width="150" MouseDown="Grid_MouseDown"> + <Image Source="pack://application:,,,/Assets/logo.png" VerticalAlignment="Center" HorizontalAlignment="Center" /> + <CheckBox x:Name="SocialMediaCheckBox" IsChecked="True" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="10" /> + </Grid> + <StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="0,5,0,0"> + <Button Background="Transparent" BorderThickness="0" Click="NavigateToDistractionList" Tag="Social Media"> + <TextBlock Text="Social Media" FontSize="14" FontWeight="Bold" /> + </Button> + <Button Background="Transparent" BorderThickness="0" Click="NavigateToDistractionList" Tag="Social Media"> + <TextBlock Text=" >" FontSize="14" FontWeight="Bold" Margin="5,0,0,0" /> + </Button> + </StackPanel> + </StackPanel> + + <!-- Kategorie: Shopping --> + <StackPanel Margin="10"> + <Grid Background="White" Height="120" Width="150" MouseDown="Grid_MouseDown"> + <Image Source="pack://application:,,,/Assets/logo.png" VerticalAlignment="Center" HorizontalAlignment="Center" /> + <CheckBox x:Name="ShoppingCheckBox" IsChecked="True" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="10" /> + </Grid> + <StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="0,5,0,0"> + <Button Background="Transparent" BorderThickness="0" Click="NavigateToDistractionList" Tag="Shopping"> + <TextBlock Text="Shopping" FontSize="14" FontWeight="Bold" /> + </Button> + <Button Background="Transparent" BorderThickness="0" Click="NavigateToDistractionList" Tag="Shopping"> + <TextBlock Text=" >" FontSize="14" FontWeight="Bold" Margin="5,0,0,0" /> + </Button> + </StackPanel> + </StackPanel> + + <!-- Kategorie: Games --> + <StackPanel Margin="10"> + <Grid Background="White" Height="120" Width="150" MouseDown="Grid_MouseDown"> + <Image Source="pack://application:,,,/Assets/logo.png" VerticalAlignment="Center" HorizontalAlignment="Center" /> + <CheckBox x:Name="GamesCheckBox" IsChecked="True" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="10" /> + </Grid> + <StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="0,5,0,0"> + <Button Background="Transparent" BorderThickness="0" Click="NavigateToDistractionList" Tag="Games"> + <TextBlock Text="Games" FontSize="14" FontWeight="Bold" /> + </Button> + <Button Background="Transparent" BorderThickness="0" Click="NavigateToDistractionList" Tag="Games"> + <TextBlock Text=" >" FontSize="14" FontWeight="Bold" Margin="5,0,0,0" /> + </Button> + </StackPanel> + </StackPanel> + + + <!-- Kategorie: Porn --> + <StackPanel Margin="10"> + <Grid Background="White" Height="120" Width="150" MouseDown="Grid_MouseDown"> + <Image Source="pack://application:,,,/Assets/logo.png" VerticalAlignment="Center" HorizontalAlignment="Center" /> + <CheckBox x:Name="PornCheckBox" IsChecked="True" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="10" /> + </Grid> + <StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="0,5,0,0"> + <Button Background="Transparent" BorderThickness="0" Click="NavigateToDistractionList" Tag="Porn"> + <TextBlock Text="Porn" FontSize="14" FontWeight="Bold" /> + </Button> + <Button Background="Transparent" BorderThickness="0" Click="NavigateToDistractionList" Tag="Porn"> + <TextBlock Text=" >" FontSize="14" FontWeight="Bold" Margin="5,0,0,0" /> + </Button> + </StackPanel> + </StackPanel> + + <!-- Kategorie: Other Websites --> + <StackPanel Margin="10"> + <Grid Background="White" Height="120" Width="150" MouseDown="Grid_MouseDown"> + <Image Source="pack://application:,,,/Assets/logo.png" VerticalAlignment="Center" HorizontalAlignment="Center" /> + <CheckBox x:Name="OtherWebsitesCheckBox" IsChecked="True" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="10" /> + </Grid> + <StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="0,5,0,0"> + <Button Background="Transparent" BorderThickness="0" Click="NavigateToDistractionList" Tag="Other Websites"> + <TextBlock Text="Other Websites" FontSize="14" FontWeight="Bold" /> + </Button> + <Button Background="Transparent" BorderThickness="0" Click="NavigateToDistractionList" Tag="Other Websites"> + <TextBlock Text=" >" FontSize="14" FontWeight="Bold" Margin="5,0,0,0" /> + </Button> + </StackPanel> + </StackPanel> + + <!-- Kategorie: Other Programs --> + <StackPanel Margin="10"> + <Grid Background="White" Height="120" Width="150" MouseDown="Grid_MouseDown"> + <Image Source="pack://application:,,,/Assets/logo.png" VerticalAlignment="Center" HorizontalAlignment="Center" /> + <CheckBox x:Name="OtherProgramsCheckBox" IsChecked="True" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="10" /> + </Grid> + <StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="0,5,0,0"> + <Button Background="Transparent" BorderThickness="0" Click="NavigateToDistractionList" Tag="Other Programs"> + <TextBlock Text="Other Programs" FontSize="14" FontWeight="Bold" /> + </Button> + <Button Background="Transparent" BorderThickness="0" Click="NavigateToDistractionList" Tag="Other Programs"> + <TextBlock Text=" >" FontSize="14" FontWeight="Bold" Margin="5,0,0,0" /> + </Button> + </StackPanel> + </StackPanel> + </UniformGrid> + </Grid> + </Border> + + </StackPanel> </Grid> + </Window> diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/03_0Distractions.xaml.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/03_0Distractions.xaml.cs index 297150d81bd6999096baaada206271425aa50958..3d94b266c7dd6babbee2ca6bc1d7677908eb54cb 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/03_0Distractions.xaml.cs +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/03_0Distractions.xaml.cs @@ -33,5 +33,34 @@ namespace InnoLabProjektDektopApp { //this.Content = new AnotherWindow().Content; } + + private void NavigateToDistractionList(object sender, RoutedEventArgs e) + { + Button clickedButton = sender as Button; + + if (clickedButton != null) + { + string category = clickedButton.Tag.ToString(); + MessageBox.Show($"Navigating to: {category}"); + // Navigation implementieren + } + } + + private void Grid_MouseDown(object sender, MouseButtonEventArgs e) + { + var grid = sender as Grid; + if (grid != null) + { + // Suche die Checkbox im Grid + var checkbox = grid.Children.OfType<CheckBox>().FirstOrDefault(); + if (checkbox != null) + { + // Toggle den Zustand der Checkbox + checkbox.IsChecked = !checkbox.IsChecked; + } + } + } + + } -} \ No newline at end of file +} diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.dll b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.dll index 3778b299f6ae6d390497f25cf34d912161a48a18..778c8e03ae154927866fe0ce05bd00ccf7c70174 100644 Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.dll and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.dll differ diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.exe b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.exe index da46b11bd29bb02cec3bbc598170355a7950c0b6..772207d71e155eab4c3e8ccfd1eb74044795cc62 100644 Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.exe and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.exe differ diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.pdb b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.pdb index cd6c3ad484426de6a64ec1b6cd9af0ec2e39b00d..b5238c339c2ebcbbca34822b4e7e8a3257420af6 100644 Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.pdb and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.pdb differ diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/App.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/App.g.i.cs index 58f56cfe19994d7353d05da39314c8ec9a12ab34..16c525521f91c0d83307168433d292445cab06ef 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/App.g.i.cs +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/App.g.i.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "2DEDC9624A7085F1363F3F7BDB3110EA433383A8" +#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "722CEC0754A69A290956448C60B605124995AEF6" //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. @@ -55,11 +55,11 @@ namespace InnoLabProjektDektopApp { _contentLoaded = true; #line 5 "..\..\..\App.xaml" - this.StartupUri = new System.Uri("Screens\\FirstLaunch\\04Settings.xaml", System.UriKind.Relative); + this.StartupUri = new System.Uri("Screens\\FirstLaunch\\03_0Distractions.xaml", System.UriKind.Relative); #line default #line hidden - System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/app.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/app.xaml", System.UriKind.Relative); #line 1 "..\..\..\App.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.AssemblyInfo.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.AssemblyInfo.cs index 6e61558b44fce4230766f6913f9cd9f6d245b389..98c4d16fadb6bc15fc036265c654d5e7d91e1ea3 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.AssemblyInfo.cs +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("InnoLabProjektDektopApp")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a78fdec6ae6d38b03e6eb8325179570be7148361")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0207341d94ac72fcdd435e7845548ab6df474eab")] [assembly: System.Reflection.AssemblyProductAttribute("InnoLabProjektDektopApp")] [assembly: System.Reflection.AssemblyTitleAttribute("InnoLabProjektDektopApp")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.AssemblyInfoInputs.cache b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.AssemblyInfoInputs.cache index ab3cb52909cbd85ac4816aa45b5b2ec441fac45e..3559dc8d529ad82b3f076b12f5059e98bbbc9942 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.AssemblyInfoInputs.cache +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.AssemblyInfoInputs.cache @@ -1 +1 @@ -dd50217c4cb57932f878ee97cb250686be7e6b08c1ba95e7d34a2fda11b0221b +48db5b66e9ccf72611ff27360ae8d32fc2cc3d741856a5146c6bca0c702c1b8b diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.dll b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.dll index 3778b299f6ae6d390497f25cf34d912161a48a18..778c8e03ae154927866fe0ce05bd00ccf7c70174 100644 Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.dll and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.dll differ diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.g.resources b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.g.resources index e3e8e9ad9c4594fadb8a532980a1b2e4cc1262fd..ec8528d456998ea5f6ab96e16787a91ce544a5ca 100644 Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.g.resources and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.g.resources differ diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.pdb b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.pdb index cd6c3ad484426de6a64ec1b6cd9af0ec2e39b00d..b5238c339c2ebcbbca34822b4e7e8a3257420af6 100644 Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.pdb and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.pdb differ diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/01Startscreen.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/01Startscreen.g.i.cs index 8b2d786f45ba86b6a97927c68139da75f64e2bbf..8df2ea012fae753bb781cd3c945dc48d650cbf94 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/01Startscreen.g.i.cs +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/01Startscreen.g.i.cs @@ -54,8 +54,7 @@ namespace InnoLabProjektDektopApp { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/firstlaunch/01startscreen.xam" + - "l", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/firstlaunch/01startscreen.xaml", System.UriKind.Relative); #line 1 "..\..\..\..\..\Screens\FirstLaunch\01Startscreen.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/02Progress.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/02Progress.g.i.cs index 13398ab5268c4e46f54084ef6f2f790e0f06fdf3..180171c812989a358d2261d859ab4d0ec96d4dda 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/02Progress.g.i.cs +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/02Progress.g.i.cs @@ -54,7 +54,7 @@ namespace InnoLabProjektDektopApp { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/firstlaunch/02progress.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/firstlaunch/02progress.xaml", System.UriKind.Relative); #line 1 "..\..\..\..\..\Screens\FirstLaunch\02Progress.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/03_0Distractions.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/03_0Distractions.g.i.cs index c2c02ae0c226ccb480b2cee90de45f2b6360ab3b..6fa7033fc8fed8fe9a2d861609319844d6b97d61 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/03_0Distractions.g.i.cs +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/03_0Distractions.g.i.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8F844849741DF463E7EF6BC1D4A2780A2F3BC356" +#pragma checksum "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "F57B3D297A662F0C18D67BE8D6A501EB97103717" //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. @@ -42,6 +42,54 @@ namespace InnoLabProjektDektopApp { /// </summary> public partial class Distractions : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + #line 54 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.CheckBox SocialMediaCheckBox; + + #line default + #line hidden + + + #line 70 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.CheckBox ShoppingCheckBox; + + #line default + #line hidden + + + #line 86 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.CheckBox GamesCheckBox; + + #line default + #line hidden + + + #line 103 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.CheckBox PornCheckBox; + + #line default + #line hidden + + + #line 119 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.CheckBox OtherWebsitesCheckBox; + + #line default + #line hidden + + + #line 135 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.CheckBox OtherProgramsCheckBox; + + #line default + #line hidden + private bool _contentLoaded; /// <summary> @@ -54,8 +102,7 @@ namespace InnoLabProjektDektopApp { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/firstlaunch/03_0distractions." + - "xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/firstlaunch/03_0distractions.xaml", System.UriKind.Relative); #line 1 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); @@ -93,6 +140,168 @@ namespace InnoLabProjektDektopApp { #line 14 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Option3_Click); + #line default + #line hidden + return; + case 3: + + #line 52 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Grid)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Grid_MouseDown); + + #line default + #line hidden + return; + case 4: + this.SocialMediaCheckBox = ((System.Windows.Controls.CheckBox)(target)); + return; + case 5: + + #line 57 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToDistractionList); + + #line default + #line hidden + return; + case 6: + + #line 60 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToDistractionList); + + #line default + #line hidden + return; + case 7: + + #line 68 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Grid)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Grid_MouseDown); + + #line default + #line hidden + return; + case 8: + this.ShoppingCheckBox = ((System.Windows.Controls.CheckBox)(target)); + return; + case 9: + + #line 73 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToDistractionList); + + #line default + #line hidden + return; + case 10: + + #line 76 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToDistractionList); + + #line default + #line hidden + return; + case 11: + + #line 84 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Grid)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Grid_MouseDown); + + #line default + #line hidden + return; + case 12: + this.GamesCheckBox = ((System.Windows.Controls.CheckBox)(target)); + return; + case 13: + + #line 89 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToDistractionList); + + #line default + #line hidden + return; + case 14: + + #line 92 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToDistractionList); + + #line default + #line hidden + return; + case 15: + + #line 101 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Grid)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Grid_MouseDown); + + #line default + #line hidden + return; + case 16: + this.PornCheckBox = ((System.Windows.Controls.CheckBox)(target)); + return; + case 17: + + #line 106 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToDistractionList); + + #line default + #line hidden + return; + case 18: + + #line 109 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToDistractionList); + + #line default + #line hidden + return; + case 19: + + #line 117 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Grid)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Grid_MouseDown); + + #line default + #line hidden + return; + case 20: + this.OtherWebsitesCheckBox = ((System.Windows.Controls.CheckBox)(target)); + return; + case 21: + + #line 122 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToDistractionList); + + #line default + #line hidden + return; + case 22: + + #line 125 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToDistractionList); + + #line default + #line hidden + return; + case 23: + + #line 133 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Grid)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Grid_MouseDown); + + #line default + #line hidden + return; + case 24: + this.OtherProgramsCheckBox = ((System.Windows.Controls.CheckBox)(target)); + return; + case 25: + + #line 138 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToDistractionList); + + #line default + #line hidden + return; + case 26: + + #line 141 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" + ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToDistractionList); + #line default #line hidden return; diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/03_1DistractionsList.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/03_1DistractionsList.g.i.cs index d2c58a9243a792a6b97b500cd36795b52923c33c..eb9a5d26542dec604aaab316eb71ff30d0f2e44b 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/03_1DistractionsList.g.i.cs +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/03_1DistractionsList.g.i.cs @@ -54,8 +54,7 @@ namespace InnoLabProjektDektopApp { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/firstlaunch/03_1distractionsl" + - "ist.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/firstlaunch/03_1distractionslist.xaml", System.UriKind.Relative); #line 1 "..\..\..\..\..\Screens\FirstLaunch\03_1DistractionsList.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/04Settings.g.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/04Settings.g.cs index 8918a4c996d318d337d67485a8b22a2623ee8ca4..a25589259dd56de236563b1b17508798daa19b72 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/04Settings.g.cs +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/04Settings.g.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\..\..\..\Screens\FirstLaunch\04Settings.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E711B77D22E8981BDBA109D07DC567C970E40E12" +#pragma checksum "..\..\..\..\..\Screens\FirstLaunch\04Settings.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "FB5BDC2362BE258A1E6FD5B474162D05132D37C8" //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/04Settings.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/04Settings.g.i.cs index 6bb7f0abb2c89c09df6ba111c0484d00d81b775f..a25589259dd56de236563b1b17508798daa19b72 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/04Settings.g.i.cs +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/04Settings.g.i.cs @@ -54,7 +54,7 @@ namespace InnoLabProjektDektopApp { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/firstlaunch/04settings.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/firstlaunch/04settings.xaml", System.UriKind.Relative); #line 1 "..\..\..\..\..\Screens\FirstLaunch\04Settings.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/01Overview.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/01Overview.g.i.cs index 0c621874fb0c759e2c63b09c7cb3d85987e8c04d..697285d2b2305bdf904d29efe14b43094003a638 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/01Overview.g.i.cs +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/01Overview.g.i.cs @@ -54,7 +54,7 @@ namespace InnoLabProjektDektopApp { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/regulaer/01overview.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/regulaer/01overview.xaml", System.UriKind.Relative); #line 1 "..\..\..\..\..\Screens\Regulaer\01Overview.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/02Session.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/02Session.g.i.cs index 662a92f287158f624335b7ef36bc9220335ccf56..6d5c7631e5773063a5b30eff9e44dda3ba2a90eb 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/02Session.g.i.cs +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/02Session.g.i.cs @@ -54,7 +54,7 @@ namespace InnoLabProjektDektopApp { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/regulaer/02session.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/regulaer/02session.xaml", System.UriKind.Relative); #line 1 "..\..\..\..\..\Screens\Regulaer\02Session.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/03End.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/03End.g.i.cs index 324ddc9dfddfb8e8ce7e37c220db92ea07100922..db2db77e5a13cf030227040f3dc31af004580992 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/03End.g.i.cs +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/03End.g.i.cs @@ -54,7 +54,7 @@ namespace InnoLabProjektDektopApp { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/regulaer/03end.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/regulaer/03end.xaml", System.UriKind.Relative); #line 1 "..\..\..\..\..\Screens\Regulaer\03End.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/04Statistics.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/04Statistics.g.i.cs index 8d63403763201ffe46d08fb4cdcd5938429c6008..9d2a700e4c59256f1e01b5e3b2c982702c8e6b61 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/04Statistics.g.i.cs +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/04Statistics.g.i.cs @@ -54,7 +54,7 @@ namespace InnoLabProjektDektopApp { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/regulaer/04statistics.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/regulaer/04statistics.xaml", System.UriKind.Relative); #line 1 "..\..\..\..\..\Screens\Regulaer\04Statistics.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Templates/HeaderTemplate.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Templates/HeaderTemplate.g.i.cs index da2ada4f46af5b718dd5ae92a0960700fdb45339..2fd5ab271f8b52fe7314482eae63b786333c5386 100644 --- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Templates/HeaderTemplate.g.i.cs +++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Templates/HeaderTemplate.g.i.cs @@ -53,8 +53,7 @@ namespace InnoLabProjektDektopApp.Screens.Templates { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/templates/headertemplate.xaml" + - "", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/templates/headertemplate.xaml", System.UriKind.Relative); #line 1 "..\..\..\..\..\Screens\Templates\HeaderTemplate.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/apphost.exe b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/apphost.exe index da46b11bd29bb02cec3bbc598170355a7950c0b6..772207d71e155eab4c3e8ccfd1eb74044795cc62 100644 Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/apphost.exe and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/apphost.exe differ diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/ref/InnoLabProjektDektopApp.dll b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/ref/InnoLabProjektDektopApp.dll index a0766ea0e418222783729741ad78b0c2cb488458..194ab0d1b2463727c79ed9c1f89630678db76e68 100644 Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/ref/InnoLabProjektDektopApp.dll and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/ref/InnoLabProjektDektopApp.dll differ diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/refint/InnoLabProjektDektopApp.dll b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/refint/InnoLabProjektDektopApp.dll index a0766ea0e418222783729741ad78b0c2cb488458..194ab0d1b2463727c79ed9c1f89630678db76e68 100644 Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/refint/InnoLabProjektDektopApp.dll and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/refint/InnoLabProjektDektopApp.dll differ