[chore:] improved gui
This commit is contained in:
@@ -209,6 +209,59 @@
|
||||
<Label FontSize="16" Content="Kunden" VerticalContentAlignment="Center" />
|
||||
</StackPanel>
|
||||
</TabItem.Header>
|
||||
<Grid ColumnDefinitions="300,*">
|
||||
<Grid RowDefinitions="*,60">
|
||||
<ListBox x:Name="LstSettingsCustomers" />
|
||||
<Button Grid.Row="1" HorizontalAlignment="Stretch"
|
||||
HorizontalContentAlignment="Center">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<LucideIcon Kind="Plus" Width="32" Height="32" />
|
||||
<Label Content="Hinzufügen" VerticalContentAlignment="Center" FontSize="15"
|
||||
FontWeight="Bold" />
|
||||
</StackPanel>
|
||||
</Button>
|
||||
</Grid>
|
||||
<StackPanel Margin="10,0,0,0" Grid.Column="1" Spacing="10" Orientation="Vertical">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<LucideIcon Kind="TableProperties" Width="24" Height="24" />
|
||||
<Label Content="Eigenschaften" VerticalContentAlignment="Center" FontSize="15"
|
||||
FontWeight="Bold" />
|
||||
</StackPanel>
|
||||
<Grid ColumnDefinitions="150,*">
|
||||
<Label Content="Name" />
|
||||
<TextBox Grid.Column="1" Watermark="Kundenbezeichnung"
|
||||
HorizontalAlignment="Stretch"
|
||||
x:Name="TbSettingsCustomerName" />
|
||||
</Grid>
|
||||
<Grid ColumnDefinitions="150,*">
|
||||
<Label Content="Beschreibung" />
|
||||
<TextBox Grid.Column="1" Watermark="Kundenbeschreibung"
|
||||
HorizontalAlignment="Stretch"
|
||||
x:Name="TbSettingsCustomerDescription" />
|
||||
</Grid>
|
||||
<Grid ColumnDefinitions="150,*">
|
||||
<Label Content="Address-Patch-Info" />
|
||||
<TextBlock Grid.Column="1"
|
||||
HorizontalAlignment="Stretch"
|
||||
x:Name="TbSettingsCustomerPatchInfo" />
|
||||
</Grid>
|
||||
<Button HorizontalAlignment="Stretch"
|
||||
HorizontalContentAlignment="Center">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<LucideIcon Kind="Route" Width="16" Height="16" Size="16" />
|
||||
<Label FontSize="16" Content="Address-Patch importieren..."
|
||||
VerticalContentAlignment="Center" />
|
||||
</StackPanel>
|
||||
</Button>
|
||||
<Button Background="#99963434" HorizontalAlignment="Stretch"
|
||||
HorizontalContentAlignment="Center">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<LucideIcon Kind="Trash" Width="16" Height="16" Size="16" />
|
||||
<Label FontSize="16" Content="Löschen" VerticalContentAlignment="Center" />
|
||||
</StackPanel>
|
||||
</Button>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</TabItem>
|
||||
</TabControl>
|
||||
</TabItem>
|
||||
|
||||
Reference in New Issue
Block a user