|
|
@@ -20,7 +20,7 @@ |
|
|
|
<Grid> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<RowDefinition Height="45" /> |
|
|
|
<RowDefinition /> |
|
|
|
<RowDefinition Height="*" /> |
|
|
|
</Grid.RowDefinitions> |
|
|
|
|
|
|
|
<!-- 查询按钮栏 --> |
|
|
@@ -31,10 +31,9 @@ |
|
|
|
<ComboBoxItem Tag="Error">错误日志</ComboBoxItem> |
|
|
|
<ComboBoxItem Tag="DeviceAlarm">设备告警</ComboBoxItem> |
|
|
|
</ComboBox> |
|
|
|
<TextBox Width="100"></TextBox> |
|
|
|
<DatePicker HorizontalAlignment="Center" VerticalAlignment="Center" Margin="10,0,10,0"></DatePicker> |
|
|
|
<Button Margin="10,0,0,0" Cursor="Hand" Command="{Binding QueryCommand}">查询</Button> |
|
|
|
<Button Margin="10,0,0,0" Cursor="Hand" Command="{Binding OpenCommand}">源文件</Button> |
|
|
|
<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> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
<!-- 表格栏 --> |
|
|
|