|
@@ -16,20 +16,23 @@
|
|
|
<RowDefinition Height="auto"/>
|
|
|
<RowDefinition Height="*"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
- <StackPanel Grid.Row="0" Orientation="Horizontal" VerticalAlignment="Center">
|
|
|
- <!--<My:MTextBox x:Name="TextIndex" Title="Index_No"/>-->
|
|
|
- <My:MDateTimePicker x:Name="DTPStart" Title="开始时间"/>
|
|
|
- <TextBlock Text="--" VerticalAlignment="Center" Margin="2"/>
|
|
|
- <My:MDateTimePicker x:Name="DTPEnd" Title="结束时间"/>
|
|
|
- <My:MButton x:Name="BtnSearch" Content="查询" Type="Primary" Click="BtnSearch_Click"/>
|
|
|
- <My:MButton x:Name="BtnReset" Content="条件重置" Click="BtnReset_Click"/>
|
|
|
- <My:MButton x:Name="BtnExport" Content="导出报表" Click="BtnExport_Click" Type="Warning"/>
|
|
|
- </StackPanel>
|
|
|
- <StackPanel x:Name="DP" Grid.Row="1">
|
|
|
- <My:MPagination x:Name="MyPagination" PageSize="1"
|
|
|
+ <StackPanel Orientation="Horizontal" Grid.Row="1">
|
|
|
+
|
|
|
+ <TextBlock Text="SYS Para" FontSize="25" Margin="10 5 30 5"/>
|
|
|
+ <StackPanel x:Name="DP" >
|
|
|
+ <StackPanel Orientation="Horizontal" VerticalAlignment="Center">
|
|
|
+ <My:MDateTimePicker x:Name="DTPStart" Title="开始时间"/>
|
|
|
+ <TextBlock Text="--" VerticalAlignment="Center" Margin="2"/>
|
|
|
+ <My:MDateTimePicker x:Name="DTPEnd" Title="结束时间"/>
|
|
|
+ <My:MButton x:Name="BtnSearch" Content="查询" Type="Primary" Click="BtnSearch_Click"/>
|
|
|
+ <My:MButton x:Name="BtnReset" Content="条件重置" Click="BtnReset_Click"/>
|
|
|
+ <My:MButton x:Name="BtnExport" Content="导出报表" Click="BtnExport_Click" Type="Warning"/>
|
|
|
+ </StackPanel>
|
|
|
+ <My:MPagination x:Name="MyPagination" PageSize="1"
|
|
|
PageIndexChange="MyPagination_PageIndexChange"
|
|
|
IsShowPageSize="False"
|
|
|
IsShowTotalNum="False"/>
|
|
|
+ </StackPanel>
|
|
|
</StackPanel>
|
|
|
<WrapPanel Grid.Row="2" Orientation="Vertical" Margin="10 10 0 0" IsHitTestVisible="False" DataContext="{Binding GridData}">
|
|
|
<WrapPanel.Resources>
|