[chore:] icon path changed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
|
||||
x:Class="Logof_Client.MainWindow" WindowState="Maximized"
|
||||
x:Class="Logof_Client.MainWindow" WindowState="Maximized" Icon="assets/icon.ico"
|
||||
Title="Logof Client">
|
||||
<Border>
|
||||
<Grid RowDefinitions="30,*">
|
||||
@@ -27,7 +27,7 @@
|
||||
<Label FontSize="20" Content="Addressverwaltung" VerticalContentAlignment="Center" />
|
||||
</StackPanel>
|
||||
</TabItem.Header>
|
||||
<Grid RowDefinitions="*,*">
|
||||
<Grid RowDefinitions="2*,*,*">
|
||||
<Grid ColumnDefinitions="*,*" Grid.Row="0">
|
||||
<!-- Kunden -->
|
||||
<Grid Margin="30,30,10,30">
|
||||
@@ -145,6 +145,9 @@
|
||||
</Button>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
<Grid Grid.Row="2" Margin="20">
|
||||
<Image Source="assets/calc_man.png" VerticalAlignment="Center" HorizontalAlignment="Center" />
|
||||
</Grid>
|
||||
</Grid>
|
||||
</TabItem>
|
||||
<TabItem IsEnabled="False">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d" SizeToContent="WidthAndHeight"
|
||||
x:Class="Logof_Client.MessageBox"
|
||||
x:Class="Logof_Client.MessageBox" Icon="assets/icon.ico"
|
||||
Title="MessageBox">
|
||||
<StackPanel>
|
||||
<TextBlock Name="Text" Margin="10" TextWrapping="Wrap" />
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d" d:DesignWidth="800" Width="800" MinWidth="800" MaxWidth="800" d:DesignHeight="150"
|
||||
Height="150" MinHeight="150" MaxHeight="150"
|
||||
Height="150" MinHeight="150" MaxHeight="150" Icon="assets/icon.ico"
|
||||
x:Class="Logof_Client.ProgressWindow" Title="Verarbeitung läuft...">
|
||||
<Grid>
|
||||
<!-- <ScrollViewer x:Name="ScvLog"> -->
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
|
||||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" Icon="assets/icon.ico"
|
||||
x:Class="Logof_Client.ResultWindow"
|
||||
Title="Ergebnis">
|
||||
<Grid Grid.ColumnDefinitions="200,*">
|
||||
|
||||
Reference in New Issue
Block a user