|
@@ -63,13 +63,11 @@
|
|
|
<hc:DateTimePicker ShowClearButton="True" Style="{StaticResource DateTimePickerExtend}" Height="25" Width="160" Text="{Binding EndTime, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
|
|
|
</StackPanel>
|
|
|
</StackPanel>
|
|
|
- <StackPanel Grid.Column="1" Orientation="Horizontal">
|
|
|
+ <StackPanel Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Right">
|
|
|
|
|
|
<Button Content="查询" Width="80" Margin="5,0" Command="{Binding QueryCommand}" Style="{StaticResource NormalButtonStyle}" />
|
|
|
<Button Content="重置" Width="80" Margin="5,0" Command="{Binding ResetCommand}" Style="{StaticResource NormalButtonStyle}" />
|
|
|
- <Button Content="新增" Width="80" Margin="5,0" Command="{Binding AddCommand}" Style="{StaticResource NormalButtonStyle}"/>
|
|
|
-
|
|
|
- <Button Content="导出Excel" Width="80" Margin="5,0" Command="{Binding ExportCommand}" Style="{StaticResource NormalButtonStyle}" />
|
|
|
+
|
|
|
<Button Content="返回" Width="80" Margin="5,0" Command="{Binding GoBackCommand}" Style="{StaticResource NormalButtonStyle}" />
|
|
|
</StackPanel>
|
|
|
</Grid>
|