[feat:] address set combining order

This commit is contained in:
2026-08-02 16:17:42 +02:00
parent 59e7d96131
commit 81ee99ef27
2 changed files with 83 additions and 5 deletions
+18 -1
View File
@@ -220,7 +220,6 @@
<Label FontSize="9"
Content="Elemente der ersten Menge ohne Elemente der zweiten Menge" />
</StackPanel>
</Button>
<Button HorizontalAlignment="Stretch" MinWidth="240"
HorizontalContentAlignment="Center" x:Name="BtnCombineSymmetric"
@@ -248,6 +247,24 @@
<CheckBox HorizontalAlignment="Left" x:Name="CbMergeDeleteOld" IsChecked="False">Lösche ursprüngliche Sets</CheckBox>
</StackPanel>
</StackPanel>
<Label HorizontalAlignment="Center" Content="Reihenfolge:"></Label>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Spacing="10">
<ListBox x:Name="LstCombineAddressSetSort" SelectionMode="Single" SelectionChanged="LstCombineAddressSetSort_OnSelectionChanged"></ListBox>
<StackPanel Orientation="Vertical">
<Button HorizontalAlignment="Stretch" MinWidth="40"
HorizontalContentAlignment="Center" x:Name="BtnCombineAddressSetSortUp"
Click="BtnCombineAddressSetSortUp_OnClick"
Margin="0,0,0,10">
<LucideIcon Kind="ArrowBigUp" Width="36" Height="36" />
</Button>
<Button HorizontalAlignment="Stretch" MinWidth="40"
HorizontalContentAlignment="Center" x:Name="BtnCombineAddressSetSortDown"
Click="BtnCombineAddressSetSortDown_OnClick"
Margin="0,0,0,10">
<LucideIcon Kind="ArrowBigDown" Width="36" Height="36" />
</Button>
</StackPanel>
</StackPanel>
</StackPanel>
</Grid>
<Grid Grid.Row="2" Margin="20" ColumnDefinitions="*,5*,*" IsVisible="False" x:Name="GrdExportMarginOptions">