You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
848 B
18 lines
848 B
1 year ago
|
<ad:DocumentContent x:Class="SSWMS.Client.DateSectQueryWindow"
|
||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
xmlns:uc="clr-namespace:SSWMS.Client.UC"
|
||
|
xmlns:ad="clr-namespace:AvalonDock;assembly=AvalonDock"
|
||
|
Title="DateSectQueryWindow">
|
||
|
<Grid>
|
||
|
<Grid.RowDefinitions>
|
||
|
<RowDefinition Height="Auto"></RowDefinition>
|
||
|
<RowDefinition Height="Auto"></RowDefinition>
|
||
|
<RowDefinition Height="*" ></RowDefinition>
|
||
|
</Grid.RowDefinitions>
|
||
|
<uc:ucDateSect Grid.Row="0" x:Name="dsDateSect"></uc:ucDateSect>
|
||
|
<uc:ucQuickQuery Grid.Row="1" x:Name="qqQuickQuery"></uc:ucQuickQuery>
|
||
|
<uc:ucCommonDataGrid Grid.Row="2" x:Name="dgDataGrid"></uc:ucCommonDataGrid>
|
||
|
</Grid>
|
||
|
</ad:DocumentContent>
|