Fenster sind jetzt minimierbar
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
|
||||
xmlns:dxg="http://schemas.devexpress.com/winfx/2008/xaml/grid"
|
||||
x:Class="AidA.View.AnonymisierungsAusnahmenWindow"
|
||||
Title="Anonymisierungsausnahmen" Height="222.992" Width="425.36" ResizeMode="NoResize"
|
||||
Title="Anonymisierungsausnahmen" Height="222.992" Width="425.36" ResizeMode="CanMinimize"
|
||||
>
|
||||
|
||||
<Grid>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
|
||||
x:Class="AidA.View.AnonymisierungslaufDetailWindow"
|
||||
Title="Anonymisierungslauf" Height="470.333" Width="564" ResizeMode="NoResize"
|
||||
Title="Anonymisierungslauf" Height="470.333" Width="564" ResizeMode="CanMinimize"
|
||||
>
|
||||
|
||||
<Grid>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
|
||||
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
|
||||
x:Class="AidA.View.AnonymisierungslaufVorbereitenWindow"
|
||||
Title="Anonymisierungslauf vorbereiten" Height="209" Width="400" ResizeMode="NoResize" WindowStyle="ThreeDBorderWindow"
|
||||
Title="Anonymisierungslauf vorbereiten" Height="209" Width="400" ResizeMode="CanMinimize" WindowStyle="ThreeDBorderWindow"
|
||||
>
|
||||
|
||||
<Grid>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
|
||||
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
|
||||
x:Class="AidA.View.LoginWindow"
|
||||
Title="AidA Administration" Height="350" Width="430" ResizeMode="NoResize" WindowStyle="ThreeDBorderWindow"
|
||||
Title="AidA Administration" Height="350" Width="430" ResizeMode="CanMinimize" WindowStyle="ThreeDBorderWindow"
|
||||
>
|
||||
|
||||
<Grid Margin="0,0,0,0">
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
xmlns:local="clr-namespace:AidA"
|
||||
xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core" xmlns:dxg="http://schemas.devexpress.com/winfx/2008/xaml/grid" xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors" xmlns:dxn="http://schemas.devexpress.com/winfx/2008/xaml/navbar" x:Class="AidA.MainWindow"
|
||||
mc:Ignorable="d"
|
||||
Title="AidA Administration" Height="973" Width="1607" MinWidth="1603" MinHeight="973" ResizeMode="NoResize" Closing="Window_Closing">
|
||||
Title="AidA Administration" Height="973" Width="1607" MinWidth="1603" MinHeight="973" ResizeMode="CanMinimize" Closing="Window_Closing">
|
||||
<Grid>
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="768*"/>
|
||||
|
||||
Reference in New Issue
Block a user