[feat:] address set combining order
This commit is contained in:
+18
-1
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user