|
@@ -36,13 +36,13 @@
|
|
</Grid.RowDefinitions>
|
|
</Grid.RowDefinitions>
|
|
<Image Grid.Row="1" Grid.Column="0"
|
|
<Image Grid.Row="1" Grid.Column="0"
|
|
Source="../Image/上一层.png"></Image>
|
|
Source="../Image/上一层.png"></Image>
|
|
- <TextBox Grid.Row="1" Grid.Column="1" Name="TxtUpPath"
|
|
|
|
|
|
+ <TextBox Grid.Row="1" Grid.Column="1" Name="TxtUpPath" IsReadOnly="True"
|
|
Text="{Binding Path=UpFilePath,UpdateSourceTrigger=PropertyChanged,Mode=TwoWay}"></TextBox>
|
|
Text="{Binding Path=UpFilePath,UpdateSourceTrigger=PropertyChanged,Mode=TwoWay}"></TextBox>
|
|
<Button Grid.Row="1" Grid.Column="2" Click="BtnSelectFileUp_OnClick" Content="选择"
|
|
<Button Grid.Row="1" Grid.Column="2" Click="BtnSelectFileUp_OnClick" Content="选择"
|
|
Margin="10,0,5,0"></Button>
|
|
Margin="10,0,5,0"></Button>
|
|
<Image Grid.Row="3" Grid.Column="0"
|
|
<Image Grid.Row="3" Grid.Column="0"
|
|
Source="../Image/下一层.png"></Image>
|
|
Source="../Image/下一层.png"></Image>
|
|
- <TextBox Grid.Row="3" Grid.Column="1" Name="TxtDownPath"
|
|
|
|
|
|
+ <TextBox Grid.Row="3" Grid.Column="1" Name="TxtDownPath" IsReadOnly="True"
|
|
Text="{Binding Path=DownFilePath,UpdateSourceTrigger=PropertyChanged,Mode=TwoWay}"></TextBox>
|
|
Text="{Binding Path=DownFilePath,UpdateSourceTrigger=PropertyChanged,Mode=TwoWay}"></TextBox>
|
|
<Button Grid.Row="3" Grid.Column="2" Click="BtnSelectFileDown_OnClick" Content="选择"
|
|
<Button Grid.Row="3" Grid.Column="2" Click="BtnSelectFileDown_OnClick" Content="选择"
|
|
Margin="10,0,5,0"></Button>
|
|
Margin="10,0,5,0"></Button>
|
|
@@ -75,7 +75,7 @@
|
|
<ColumnDefinition Width="*"></ColumnDefinition>
|
|
<ColumnDefinition Width="*"></ColumnDefinition>
|
|
<ColumnDefinition Width="100"></ColumnDefinition>
|
|
<ColumnDefinition Width="100"></ColumnDefinition>
|
|
</Grid.ColumnDefinitions>
|
|
</Grid.ColumnDefinitions>
|
|
- <TextBox Margin="10,0,0,0" VerticalContentAlignment="Center" Height="25"
|
|
|
|
|
|
+ <TextBox Margin="10,0,0,0" VerticalContentAlignment="Center" Height="25" IsReadOnly="True"
|
|
Name="txtPath"
|
|
Name="txtPath"
|
|
Text="{Binding Path=SaveDir,UpdateSourceTrigger=PropertyChanged,Mode=TwoWay}"
|
|
Text="{Binding Path=SaveDir,UpdateSourceTrigger=PropertyChanged,Mode=TwoWay}"
|
|
VerticalAlignment="Center"></TextBox>
|
|
VerticalAlignment="Center"></TextBox>
|
|
@@ -95,11 +95,12 @@
|
|
Converter={StaticResource ItemImageUnEqualVisibleConverter},
|
|
Converter={StaticResource ItemImageUnEqualVisibleConverter},
|
|
ConverterParameter={x:Static local:ModelCheckState.Progress}}">
|
|
ConverterParameter={x:Static local:ModelCheckState.Progress}}">
|
|
<Grid.RowDefinitions>
|
|
<Grid.RowDefinitions>
|
|
- <RowDefinition Height="30"></RowDefinition>
|
|
|
|
|
|
+ <RowDefinition Height="40"></RowDefinition>
|
|
<RowDefinition Height="40"></RowDefinition>
|
|
<RowDefinition Height="40"></RowDefinition>
|
|
<RowDefinition Height="60"></RowDefinition>
|
|
<RowDefinition Height="60"></RowDefinition>
|
|
</Grid.RowDefinitions>
|
|
</Grid.RowDefinitions>
|
|
- <Grid Grid.Row="0" Margin="5,0">
|
|
|
|
|
|
+ <Grid Grid.Row="0" Margin="5,8,0,2">
|
|
|
|
+ <Label Margin="10,0,0,0" Content="检查中..." VerticalAlignment="Center" Foreground="LightGray"></Label>
|
|
</Grid>
|
|
</Grid>
|
|
<Grid Grid.Row="1" Margin="15,0">
|
|
<Grid Grid.Row="1" Margin="15,0">
|
|
<Image Height="15" gif:AnimationBehavior.SourceUri="../Image/进度条.gif" />
|
|
<Image Height="15" gif:AnimationBehavior.SourceUri="../Image/进度条.gif" />
|
|
@@ -129,11 +130,11 @@
|
|
<Grid Grid.Row="2" Background="LightGray">
|
|
<Grid Grid.Row="2" Background="LightGray">
|
|
<Button Width="120" Height="25" Background="White" Foreground="Black" Content="打开文件位置"
|
|
<Button Width="120" Height="25" Background="White" Foreground="Black" Content="打开文件位置"
|
|
HorizontalAlignment="Right" Margin="0,0,115,0" VerticalAlignment="Center"
|
|
HorizontalAlignment="Right" Margin="0,0,115,0" VerticalAlignment="Center"
|
|
- Command="{Binding Path=Commands.Execute}"
|
|
|
|
|
|
+ Command="{Binding Path=Commands.OpenDir}"
|
|
></Button>
|
|
></Button>
|
|
<Button Width="100" Height="25" Background="Black" Foreground="White" Content="继续检查"
|
|
<Button Width="100" Height="25" Background="Black" Foreground="White" Content="继续检查"
|
|
HorizontalAlignment="Right" Margin="0,0,5,0" VerticalAlignment="Center"
|
|
HorizontalAlignment="Right" Margin="0,0,5,0" VerticalAlignment="Center"
|
|
- Click="ButtonNext_OnClick" ></Button>
|
|
|
|
|
|
+ Command="{Binding Path=Commands.Execute}" ></Button>
|
|
</Grid>
|
|
</Grid>
|
|
</Grid>
|
|
</Grid>
|
|
</Grid>
|
|
</Grid>
|