|
@@ -772,14 +772,13 @@
|
|
|
|
|
|
|
|
|
<Border Grid.Row="2" BorderBrush="{DynamicResource MainFrame_BD}" BorderThickness="1,0,1,1" Background="#F5F7FA" Padding="5,1">
|
|
|
-
|
|
|
+ <StackPanel Margin="0,5,0,0">
|
|
|
+ <CheckBox IsChecked="{Binding NeedAutoUnLoad, UpdateSourceTrigger=PropertyChanged,Mode=TwoWay}" Content="AutoUnload" HorizontalAlignment="Center" VerticalAlignment="Center"
|
|
|
+ Command="{Binding NeedUnloadCommand}" TextBlock.FontWeight="Bold"/>
|
|
|
+ </StackPanel>
|
|
|
</Border>
|
|
|
<Border Grid.Row="3" BorderBrush="{DynamicResource MainFrame_BD}" BorderThickness="1,0,1,1" Padding="5,1" Visibility="{Binding IsCycleInfoVisibility,Converter={StaticResource bool2VisibilityConverter}}">
|
|
|
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,5">
|
|
|
- <StackPanel Margin="0,5,0,0">
|
|
|
- <CheckBox IsChecked="{Binding NeedAutoUnLoad, UpdateSourceTrigger=PropertyChanged,Mode=TwoWay}" Content="AutoUnload" HorizontalAlignment="Center" VerticalAlignment="Center"
|
|
|
- Command="{Binding NeedUnloadCommand}" TextBlock.FontWeight="Bold"/>
|
|
|
- </StackPanel>
|
|
|
<Grid x:Name="Cycle_Info" Margin="0,5,0,0">
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="110"/>
|