Demo1104ProductyPartnery/demo0411/Oshibka3.axaml

17 lines
854 B
Plaintext
Raw Normal View History

2025-04-11 12:47:49 +00:00
<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" d:DesignWidth="400" d:DesignHeight="350"
x:Class="demo0411.Oshibka3"
Title="Oshibka3"
Icon="/Assets/Мастер пол.ico">
<StackPanel Background="#F4E8D3">
<TextBlock Margin="20 20" HorizontalAlignment="Center" Text="Ошибка данных"/>
<TextBlock Margin="20 20" HorizontalAlignment="Center" Text="Введенное имя пользователя уже существует."/>
<Button Click="Button_Click" Content="Назад" HorizontalAlignment="Center" Background="#67BA80" FontFamily="Segoe UI"/>
</StackPanel>
</Window>