|
@@ -5,7 +5,7 @@
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
xmlns:local="clr-namespace:Session1"
|
|
|
mc:Ignorable="d"
|
|
|
- Title="EditAgent" Height="480" Width="800">
|
|
|
+ Title="EditAgent" Height="499.5" Width="800">
|
|
|
<Grid>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="191*"/>
|
|
@@ -15,7 +15,7 @@
|
|
|
<GroupBox Header="Изображение">
|
|
|
<StackPanel Grid.Column="0" VerticalAlignment="Center">
|
|
|
<Image x:Name="agentImg" Height="150" Width="150"></Image>
|
|
|
- <TextBox x:Name="imgPath" Width="150"></TextBox>
|
|
|
+ <TextBox x:Name="imgPath" Width="150" TextChanged="imgPath_TextChanged"></TextBox>
|
|
|
<Button x:Name="addImage" Width="150" Click="addImage_Click">Добавить изображение</Button>
|
|
|
</StackPanel>
|
|
|
</GroupBox>
|
|
@@ -50,6 +50,7 @@
|
|
|
</GroupBox>
|
|
|
<Button x:Name="save" Click="save_Click">Сохранить</Button>
|
|
|
<Button x:Name="cancel" Click="cancel_Click">Отмена</Button>
|
|
|
+ <Button x:Name="delete" Click="delete_Click">Удалить</Button>
|
|
|
</StackPanel>
|
|
|
</GroupBox>
|
|
|
<GroupBox Header="История реализации" Grid.Column="2">
|