Demo1104ProductyPartnery/demo0411/Oshibka.axaml
2025-04-11 15:47:49 +03:00

16 lines
973 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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.Oshibka"
Title="Oshibka"
Icon="/Assets/Мастер пол.ico">
<StackPanel Background="#F4E8D3">
<TextBlock TextWrapping="Wrap" Margin="20 20" HorizontalAlignment="Center" Text="Не верное введение данных"/>
<TextBlock TextWrapping="Wrap" Margin="20 20" HorizontalAlignment="Center" Text="Была введена буква или символ в поле, где можно вводить только числа"/>
<Button Margin="20 20" HorizontalAlignment="Center" Click="Button_Click" Content="Назад" Background="#67BA80" FontFamily="Segoe UI"/>
</StackPanel>
</Window>