宜昌华友原料库管理软件
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.

27 lines
1.4 KiB

<ad:DocumentContent x:Class="SiaSun.LMS.WPFClient.PLAN.PLAN_IMPORT"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ad="clr-namespace:AvalonDock;assembly=AvalonDock"
xmlns:uc="clr-namespace:SiaSun.LMS.WPFClient.UC"
Title="PLAN_IMPORT" Height="215" Width="475" Loaded="DocumentContent_Loaded">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="*"></RowDefinition>
<RowDefinition Height="Auto"></RowDefinition>
</Grid.RowDefinitions>
<GroupBox Grid.Row="0" Header="导入计划信息" Tag="导入{0}计划信息">
<uc:ucCommonDataGrid x:Name="gridImport"></uc:ucCommonDataGrid>
</GroupBox>
<GroupBox Grid.Row="1" Header="操作区">
<Border >
<WrapPanel HorizontalAlignment="Center" Margin="3" ButtonBase.Click="WrapPanel_Click">
<Button Name="btnImport" Width="80">导入</Button>
<Button Name="btnPrint" Width="80">打印</Button>
<Button Name="btnSave" Width="80">保存</Button>
<Button Name="btnRefresh" Width="80">刷新</Button>
<Button Name="btnQuery" Width="80">查询</Button>
</WrapPanel>
</Border>
</GroupBox>
</Grid>
</ad:DocumentContent>