|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
|
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
|
|
xmlns:s="https://github.com/canton7/Stylet"
|
|
|
|
|
Width="375"
|
|
|
|
|
Width="380"
|
|
|
|
|
d:DataContext="{d:DesignInstance Type=dialogs:ExportSetupViewModel}"
|
|
|
|
|
SnapsToDevicePixels="True"
|
|
|
|
|
TextElement.FontSize="13"
|
|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
mc:Ignorable="d">
|
|
|
|
|
<StackPanel>
|
|
|
|
|
<!-- Guild/channel info -->
|
|
|
|
|
<Grid Margin="8,16">
|
|
|
|
|
<Grid Margin="16">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="Auto" />
|
|
|
|
|
<ColumnDefinition Width="*" />
|
|
|
|
@ -40,7 +40,7 @@
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
Margin="8,0,0,0"
|
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
|
FontSize="17"
|
|
|
|
|
FontSize="19"
|
|
|
|
|
TextTrimming="CharacterEllipsis">
|
|
|
|
|
<Run
|
|
|
|
|
Foreground="{DynamicResource SecondaryTextBrush}"
|
|
|
|
@ -56,7 +56,7 @@
|
|
|
|
|
|
|
|
|
|
<!-- Format -->
|
|
|
|
|
<ComboBox
|
|
|
|
|
Margin="8"
|
|
|
|
|
Margin="16,8"
|
|
|
|
|
materialDesign:HintAssist.Hint="Export format"
|
|
|
|
|
materialDesign:HintAssist.IsFloating="True"
|
|
|
|
|
IsReadOnly="True"
|
|
|
|
@ -78,7 +78,7 @@
|
|
|
|
|
<DatePicker
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Grid.Column="0"
|
|
|
|
|
Margin="8"
|
|
|
|
|
Margin="16,8"
|
|
|
|
|
materialDesign:HintAssist.Hint="From (optional)"
|
|
|
|
|
materialDesign:HintAssist.IsFloating="True"
|
|
|
|
|
DisplayDateEnd="{Binding To}"
|
|
|
|
@ -86,7 +86,7 @@
|
|
|
|
|
<DatePicker
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
Margin="8"
|
|
|
|
|
Margin="16,8"
|
|
|
|
|
materialDesign:HintAssist.Hint="To (optional)"
|
|
|
|
|
materialDesign:HintAssist.IsFloating="True"
|
|
|
|
|
DisplayDateStart="{Binding From}"
|
|
|
|
@ -95,7 +95,7 @@
|
|
|
|
|
|
|
|
|
|
<!-- Partitioning -->
|
|
|
|
|
<TextBox
|
|
|
|
|
Margin="8"
|
|
|
|
|
Margin="16,8"
|
|
|
|
|
materialDesign:HintAssist.Hint="Messages per partition (optional)"
|
|
|
|
|
materialDesign:HintAssist.IsFloating="True"
|
|
|
|
|
Text="{Binding PartitionLimit, TargetNullValue=''}" />
|
|
|
|
|