|
@@ -2,7 +2,7 @@
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
|
|
|
+ xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:local="clr-namespace:ProjectAnalogParus"
|
|
xmlns:local="clr-namespace:ProjectAnalogParus"
|
|
mc:Ignorable="d"
|
|
mc:Ignorable="d"
|
|
d:DesignHeight="450" d:DesignWidth="800"
|
|
d:DesignHeight="450" d:DesignWidth="800"
|
|
@@ -22,7 +22,9 @@
|
|
<DataGridTextColumn Binding="{Binding Role.NameRole}" Header="Роль" Width="2*" />
|
|
<DataGridTextColumn Binding="{Binding Role.NameRole}" Header="Роль" Width="2*" />
|
|
</DataGrid.Columns>
|
|
</DataGrid.Columns>
|
|
</DataGrid>
|
|
</DataGrid>
|
|
- <Button Content="Добавать пользователя" HorizontalAlignment="Left" Margin="10,169,0,0" VerticalAlignment="Top" Width="146" Height="26" Click="InsertUserClick"/>
|
|
|
|
|
|
+ <Button Content="Добавить пользователя" HorizontalAlignment="Left" Margin="10,169,0,0" VerticalAlignment="Top" Width="146" Height="26" Click="InsertUserClick"/>
|
|
|
|
+ <Button Content="Информация о пользователе" HorizontalAlignment="Left" Margin="173,169,0,0" VerticalAlignment="Top" Width="174" Height="26" Click="InfoUserClick"/>
|
|
|
|
+
|
|
</Grid>
|
|
</Grid>
|
|
</TabItem>
|
|
</TabItem>
|
|
<TabItem Header="?">
|
|
<TabItem Header="?">
|
|
@@ -30,5 +32,6 @@
|
|
</TabItem>
|
|
</TabItem>
|
|
|
|
|
|
</TabControl>
|
|
</TabControl>
|
|
|
|
+
|
|
</Grid>
|
|
</Grid>
|
|
</Page>
|
|
</Page>
|