|
|
|
@ -1,13 +1,11 @@ |
|
|
|
<Page x:Class="formula_manage.View.ViewProcess" |
|
|
|
<UserControl x:Class="formula_manage.View.ViewProcess" |
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
|
|
xmlns:local="clr-namespace:formula_manage.View" |
|
|
|
mc:Ignorable="d" |
|
|
|
d:DesignHeight="150" d:DesignWidth="405" |
|
|
|
Title="ViewProcess"> |
|
|
|
|
|
|
|
d:DesignHeight="150" d:DesignWidth="405"> |
|
|
|
<Grid> |
|
|
|
<DataGrid x:Name="edit" AlternationCount="2" IsReadOnly="False" |
|
|
|
Margin="0,0,0,0" d:ItemsSource="{d:SampleData ItemCount=30}" AutoGenerateColumns="False" MinColumnWidth="30" |
|
|
|
@ -52,6 +50,5 @@ |
|
|
|
<DataGridTextColumn Header="备注" Width="400" FontSize="15" MinWidth="100" CanUserReorder="False"/> |
|
|
|
</DataGrid.Columns> |
|
|
|
</DataGrid> |
|
|
|
|
|
|
|
</Grid> |
|
|
|
</Page> |
|
|
|
</UserControl> |
|
|
|
|