|
@@ -22,7 +22,7 @@
|
|
|
</StackPanel>
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
<Label Content="Логотип"/>
|
|
|
- <Button x:Name="btnLogo" Content="Изменить логотип" Width="200" Height="20"/>
|
|
|
+ <Button x:Name="btnLogo" Content="Изменить логотип" Width="200" Height="20" Background="#FFC4FAFD"/>
|
|
|
</StackPanel>
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
<Label Content="Адресс"/>
|
|
@@ -48,9 +48,9 @@
|
|
|
<Label Content="E-mail"/>
|
|
|
<TextBox x:Name="Mail" Width="200" Height="20"/>
|
|
|
</StackPanel>
|
|
|
- <Button x:Name="btnDobi" Content="Редактировать" Width="110" Height="20" HorizontalAlignment="Left" Margin="5"/>
|
|
|
- <Button x:Name="btnDel" Content="Удалить агента" Width="110" Height="20" HorizontalAlignment="Left" Margin="5"/>
|
|
|
- <Button x:Name="btnNaz1" Content="Назад" Width="110" Height="20" HorizontalAlignment="Left" Margin="5" Click="btnNaz1_Click"/>
|
|
|
+ <Button x:Name="btnDobi" Content="Редактировать" Width="110" Height="20" HorizontalAlignment="Left" Margin="5" Background="#FFC4FAFD"/>
|
|
|
+ <Button x:Name="btnDel" Content="Удалить агента" Width="110" Height="20" HorizontalAlignment="Left" Margin="5" Background="#FFC4FAFD"/>
|
|
|
+ <Button x:Name="btnNaz1" Content="Назад" Width="110" Height="20" HorizontalAlignment="Left" Margin="5" Click="btnNaz1_Click" Background="#FFC4FAFD"/>
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
</Window>
|