From c63c2f52a7adc19a7f64ebb082b88987e2fdb75d Mon Sep 17 00:00:00 2001 From: "NBTEMP\\bib" Date: Thu, 20 Aug 2026 17:09:21 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Layout=20f=C3=BCr=20slots=20erstellt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Casino/Slots.xaml | 33 +++++++++++++++++++++++++++++++++ Casino/Slots.xaml.cs | 27 +++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 Casino/Slots.xaml create mode 100644 Casino/Slots.xaml.cs diff --git a/Casino/Slots.xaml b/Casino/Slots.xaml new file mode 100644 index 0000000..8592401 --- /dev/null +++ b/Casino/Slots.xaml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Casino/Slots.xaml.cs b/Casino/Slots.xaml.cs new file mode 100644 index 0000000..d117545 --- /dev/null +++ b/Casino/Slots.xaml.cs @@ -0,0 +1,27 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Shapes; + +namespace Casino +{ + /// + /// Interaktionslogik für Slots.xaml + /// + public partial class Slots : Window + { + public Slots() + { + InitializeComponent(); + } + } +} From 967ecf30e87aa526c9f56e8b164065797c4916ac Mon Sep 17 00:00:00 2001 From: "NBTEMP\\bib" Date: Sun, 30 Aug 2026 12:08:41 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Design=20vom=20Login=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Casino/App.xaml | 2 +- Casino/Login.xaml | 28 ++++++++++++++++++++++------ Casino/Login.xaml.cs | 5 +++++ 3 files changed, 28 insertions(+), 7 deletions(-) diff --git a/Casino/App.xaml b/Casino/App.xaml index 89b943a..04c62f3 100644 --- a/Casino/App.xaml +++ b/Casino/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:Casino" - StartupUri="MainWindow.xaml"> + StartupUri="Login.xaml"> diff --git a/Casino/Login.xaml b/Casino/Login.xaml index b28976b..ffe9269 100644 --- a/Casino/Login.xaml +++ b/Casino/Login.xaml @@ -5,7 +5,20 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Casino" mc:Ignorable="d" - Title="Login" Height="450" Width="300"> + Title="Login" Height="450" Width="300" + WindowStyle="None" + ResizeMode="NoResize" + WindowStartupLocation="CenterScreen" + Background="Transparent" + AllowsTransparency="True" + MouseDown="Window_MouseDown"> + + + + @@ -13,13 +26,16 @@ -