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

15 lines
895 B
XML
Raw 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="500" d:DesignHeight="350"
x:Class="demo0411.Oshibka2"
Icon="/Assets/Мастер пол.ico"
Title="Oshibka2">
<StackPanel Background="#F4E8D3">
<TextBlock Margin="20 20" HorizontalAlignment="Center" Text="Не все поля имеют данные"/>
<TextBlock Margin="20 20" HorizontalAlignment="Center" Text="Было обнаружено поле(я), в котором(ых) нет данных."/>
<Button Margin="20 20" HorizontalAlignment="Center" Click="Button_Click" Content="Назад" Background="#67BA80" FontFamily="Segoe UI"/>
</StackPanel>
</Window>