|
|
@@ -34,8 +34,8 @@ |
|
|
|
</ComboBox.ItemTemplate> |
|
|
|
</ComboBox> |
|
|
|
<DatePicker Margin="10,0,10,0" Text="{Binding DateTimeStr,Mode=TwoWay,NotifyOnTargetUpdated=True}"></DatePicker> |
|
|
|
<Button Margin="10,0,0,0" Cursor="Hand" Command="{Binding QueryCommand}" Style="{DynamicResource CommonBtn_返回}" Width="75">查询数据</Button> |
|
|
|
<Button Margin="10,0,0,0" Cursor="Hand" Command="{Binding OpenCommand}" Style="{DynamicResource CommonBtn_返回}" Width="102">打开文件目录</Button> |
|
|
|
<Button Margin="10,0,0,0" Cursor="Hand" Command="{Binding QueryCommand}" >查询数据</Button> |
|
|
|
<Button Margin="10,0,0,0" Cursor="Hand" Command="{Binding OpenCommand}" >打开文件目录</Button> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
<!-- 表格栏 --> |
|
|
|