调整细微的颜色
This commit is contained in:
@@ -260,7 +260,7 @@
|
|||||||
<TextBlock Grid.Row="0" Grid.Column="0">共享文件:</TextBlock>
|
<TextBlock Grid.Row="0" Grid.Column="0">共享文件:</TextBlock>
|
||||||
<Border Grid.Row="0" Grid.Column="1" BorderThickness="1" BorderBrush="{DynamicResource PrimaryHueMidBrush}"
|
<Border Grid.Row="0" Grid.Column="1" BorderThickness="1" BorderBrush="{DynamicResource PrimaryHueMidBrush}"
|
||||||
CornerRadius="2" MouseLeftButtonDown="Border_MouseLeftButtonDown" Cursor="Hand"
|
CornerRadius="2" MouseLeftButtonDown="Border_MouseLeftButtonDown" Cursor="Hand"
|
||||||
Background="{DynamicResource PrimaryHueLightBrush}">
|
Background="{DynamicResource PrimaryHueMidBrush}">
|
||||||
<TextBlock HorizontalAlignment="Right" x:Name="TextBlock_FileCount" Margin="0,0,5,0" ScrollViewer.VerticalScrollBarVisibility="Disabled"
|
<TextBlock HorizontalAlignment="Right" x:Name="TextBlock_FileCount" Margin="0,0,5,0" ScrollViewer.VerticalScrollBarVisibility="Disabled"
|
||||||
Foreground="{DynamicResource PrimaryHueMidForegroundBrush}">0</TextBlock>
|
Foreground="{DynamicResource PrimaryHueMidForegroundBrush}">0</TextBlock>
|
||||||
</Border>
|
</Border>
|
||||||
|
|||||||
@@ -28,14 +28,14 @@
|
|||||||
<TextBlock x:Name="FileDate" Grid.Column="3" VerticalAlignment="Center">日期:</TextBlock>
|
<TextBlock x:Name="FileDate" Grid.Column="3" VerticalAlignment="Center">日期:</TextBlock>
|
||||||
|
|
||||||
<TextBlock x:Name="FileDeleteButton" Grid.Column="4" HorizontalAlignment="Center" VerticalAlignment="Center" Cursor="Hand"
|
<TextBlock x:Name="FileDeleteButton" Grid.Column="4" HorizontalAlignment="Center" VerticalAlignment="Center" Cursor="Hand"
|
||||||
Background="{DynamicResource PrimaryHueLightBrush}" Padding="12,3,12,3" MouseLeftButtonDown="FileDeleteButton_MouseLeftButtonDown"
|
Background="{DynamicResource PrimaryHueMidBrush}" Padding="12,3,12,3" MouseLeftButtonDown="FileDeleteButton_MouseLeftButtonDown"
|
||||||
Foreground="{DynamicResource PrimaryHueMidForegroundBrush}">删除</TextBlock>
|
Foreground="{DynamicResource PrimaryHueMidForegroundBrush}">删除</TextBlock>
|
||||||
|
|
||||||
<TextBlock x:Name="FileDescription" Grid.Row="1" Grid.Column="1" VerticalAlignment="Center">文件备注:</TextBlock>
|
<TextBlock x:Name="FileDescription" Grid.Row="1" Grid.Column="1" VerticalAlignment="Center">文件备注:</TextBlock>
|
||||||
<TextBlock x:Name="FilePeople" Grid.Row="1" Grid.Column="2" VerticalAlignment="Center">上传人:</TextBlock>
|
<TextBlock x:Name="FilePeople" Grid.Row="1" Grid.Column="2" VerticalAlignment="Center">上传人:</TextBlock>
|
||||||
<TextBlock x:Name="FileDownloadTimes" Grid.Row="1" Grid.Column="3" VerticalAlignment="Center">下载次数:</TextBlock>
|
<TextBlock x:Name="FileDownloadTimes" Grid.Row="1" Grid.Column="3" VerticalAlignment="Center">下载次数:</TextBlock>
|
||||||
<TextBlock x:Name="FileDownloadButton" Grid.Row="1" Grid.Column="4" HorizontalAlignment="Center" VerticalAlignment="Center" Cursor="Hand"
|
<TextBlock x:Name="FileDownloadButton" Grid.Row="1" Grid.Column="4" HorizontalAlignment="Center" VerticalAlignment="Center" Cursor="Hand"
|
||||||
Background="{DynamicResource PrimaryHueLightBrush}" Padding="12,3,12,3" MouseLeftButtonDown="FileDownloadButton_MouseLeftButtonDown"
|
Background="{DynamicResource PrimaryHueMidBrush}" Padding="12,3,12,3" MouseLeftButtonDown="FileDownloadButton_MouseLeftButtonDown"
|
||||||
Foreground="{DynamicResource PrimaryHueMidForegroundBrush}">下载</TextBlock>
|
Foreground="{DynamicResource PrimaryHueMidForegroundBrush}">下载</TextBlock>
|
||||||
</Grid>
|
</Grid>
|
||||||
<ProgressBar x:Name="FileDownloadProgress" Grid.Row="2" Grid.ColumnSpan="4" Margin="30,-5,63,0" Height="4"></ProgressBar>
|
<ProgressBar x:Name="FileDownloadProgress" Grid.Row="2" Grid.ColumnSpan="4" Margin="30,-5,63,0" Height="4"></ProgressBar>
|
||||||
|
|||||||
Reference in New Issue
Block a user