|
|
|
|
@ -484,35 +484,60 @@
|
|
|
|
|
Content="月报"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
Style="{StaticResource MaterialDesignRaisedDarkButton}" />
|
|
|
|
|
<StackPanel Grid.Row="1"
|
|
|
|
|
Grid.ColumnSpan="3"
|
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
|
Orientation="Horizontal">
|
|
|
|
|
|
|
|
|
|
<Button Grid.Row="1"
|
|
|
|
|
Grid.Column="3"
|
|
|
|
|
Width="70"
|
|
|
|
|
Height="34"
|
|
|
|
|
Content="导出"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
Style="{StaticResource MaterialDesignRaisedDarkButton}"
|
|
|
|
|
Command="{Binding ExportEventListFileExcelCmd}"
|
|
|
|
|
CommandParameter="{Binding ElementName=rView}" />
|
|
|
|
|
</Grid>
|
|
|
|
|
</Grid>
|
|
|
|
|
<StackPanel Margin="20,0,20,10">
|
|
|
|
|
<WrapPanel Margin="20,0,0,10"
|
|
|
|
|
VerticalAlignment="Center">
|
|
|
|
|
<TextBlock VerticalAlignment="Center" Text="事件总数:" FontSize="16" />
|
|
|
|
|
<TextBlock VerticalAlignment="Center"
|
|
|
|
|
d:Text="11142"
|
|
|
|
|
Width="60"
|
|
|
|
|
Foreground="Black"
|
|
|
|
|
FontWeight="SemiBold"
|
|
|
|
|
Text="{Binding SearchCount}"
|
|
|
|
|
FontSize="16" />
|
|
|
|
|
<TextBlock Margin="10,0,0,0" Text="中等能量事件:" FontSize="16" />
|
|
|
|
|
<TextBlock d:Text="1000"
|
|
|
|
|
Foreground="Black"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
Width="60"
|
|
|
|
|
FontWeight="SemiBold"
|
|
|
|
|
Text="{Binding MiddleEventCount}"
|
|
|
|
|
Cursor="" />
|
|
|
|
|
</StackPanel>
|
|
|
|
|
<Button Grid.Row="1"
|
|
|
|
|
Grid.Column="3"
|
|
|
|
|
Width="70"
|
|
|
|
|
Height="34"
|
|
|
|
|
Content="导出"
|
|
|
|
|
<TextBlock Text="总能量:" FontSize="16" />
|
|
|
|
|
<TextBlock Foreground="Black"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
Style="{StaticResource MaterialDesignRaisedDarkButton}"
|
|
|
|
|
Command="{Binding ExportEventListFileExcelCmd}"
|
|
|
|
|
CommandParameter="{Binding ElementName=rView}" />
|
|
|
|
|
</Grid>
|
|
|
|
|
</Grid>
|
|
|
|
|
Width="80"
|
|
|
|
|
FontWeight="SemiBold"
|
|
|
|
|
Text="{Binding TotalEnergy, StringFormat={}{0:F0}J}" />
|
|
|
|
|
<TextBlock Margin="20,0,0,0" Text="平均能量:" FontSize="16" />
|
|
|
|
|
<TextBlock Foreground="Black"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
Width="60"
|
|
|
|
|
d:Text="11111J"
|
|
|
|
|
FontWeight="SemiBold"
|
|
|
|
|
Text="{Binding AverageEnergy, StringFormat={}{0:F0}J}" />
|
|
|
|
|
<TextBlock Margin="20,0,0,0" Text="最大能量:" FontSize="16" />
|
|
|
|
|
<TextBlock Foreground="Black"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
FontWeight="SemiBold"
|
|
|
|
|
Width="60"
|
|
|
|
|
Text="{Binding MaxEnergy, StringFormat={}{0:F0}J}" />
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</md:Card>
|
|
|
|
|
<!--<md:Card Margin="5,0,5,5"
|
|
|
|
|
|