diff --git a/Correlator/App.xaml b/Correlator/App.xaml index ec7965c..c79969a 100644 --- a/Correlator/App.xaml +++ b/Correlator/App.xaml @@ -22,6 +22,8 @@ + + diff --git a/Correlator/App.xaml b/Correlator/App.xaml index ec7965c..c79969a 100644 --- a/Correlator/App.xaml +++ b/Correlator/App.xaml @@ -22,6 +22,8 @@ + + diff --git a/Correlator/Correlator.csproj b/Correlator/Correlator.csproj index 711faa4..2f891ca 100644 --- a/Correlator/Correlator.csproj +++ b/Correlator/Correlator.csproj @@ -216,14 +216,14 @@ - + - + - + - + @@ -261,13 +261,13 @@ - - + + - + - - + + ApplicationLogView.xaml @@ -323,10 +323,10 @@ - + - + @@ -343,15 +343,20 @@ MSBuild:Compile - + Designer MSBuild:Compile - - + + + + + Designer + MSBuild:Compile + Designer diff --git a/Correlator/App.xaml b/Correlator/App.xaml index ec7965c..c79969a 100644 --- a/Correlator/App.xaml +++ b/Correlator/App.xaml @@ -22,6 +22,8 @@ + + diff --git a/Correlator/Correlator.csproj b/Correlator/Correlator.csproj index 711faa4..2f891ca 100644 --- a/Correlator/Correlator.csproj +++ b/Correlator/Correlator.csproj @@ -216,14 +216,14 @@ - + - + - + - + @@ -261,13 +261,13 @@ - - + + - + - - + + ApplicationLogView.xaml @@ -323,10 +323,10 @@ - + - + @@ -343,15 +343,20 @@ MSBuild:Compile - + Designer MSBuild:Compile - - + + + + + Designer + MSBuild:Compile + Designer diff --git a/Correlator/Dialog/AudioFileDialog.xaml b/Correlator/Dialog/AudioFileDialog.xaml index 6092aea..af31760 100644 --- a/Correlator/Dialog/AudioFileDialog.xaml +++ b/Correlator/Dialog/AudioFileDialog.xaml @@ -8,10 +8,8 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:prism="http://prismlibrary.com/" xmlns:vm="clr-namespace:Correlator.ViewModels" - MinWidth="1200" - MinHeight="635" - MaxWidth="1200" - MaxHeight="635" + Width="1200" + Height="635" d:DataContext="{d:DesignInstance Type=vm:AudioFileDialogViewModel}" Loaded="AudioFileView_OnLoaded" Unloaded="AudioFileView_OnUnloaded" @@ -38,11 +36,13 @@ hc:DataGridAttach.CanUnselectAllWithBlankArea="True" AutoGenerateColumns="False" CanUserSortColumns="False" + CellStyle="{StaticResource DataGridCellCustomStyleKey}" ColumnHeaderHeight="60" FontSize="18" HeadersVisibility="All" ItemsSource="{Binding AudioFiles}" - RowHeight="60"> + RowHeight="60" + RowStyle="{StaticResource DataGridRowCustomStyleKey}"> @@ -55,24 +55,28 @@ Width="1.5*" Binding="{Binding FileName}" CanUserResize="False" + Foreground="{StaticResource PrimaryTextBrush}" Header="名称" IsReadOnly="True" /> + Content="播放" + Style="{StaticResource ButtonInfo}" /> - - - -