mirror of
https://github.com/celisej567/Base-mod-creator-for-tsp.git
synced 2026-01-06 10:09:50 +03:00
15 lines
843 B
XML
15 lines
843 B
XML
<Window x:Class="filezamena.Error_Code_1"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
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"
|
|
xmlns:local="clr-namespace:filezamena"
|
|
mc:Ignorable="d"
|
|
Title="Error_Code_1" Height="187.85" Width="337.383">
|
|
<Grid>
|
|
<Label Content="Error Code 1: gameinfo.txt not 
fount in thestanleyparable folder" HorizontalAlignment="Left" Margin="27,37,0,0" VerticalAlignment="Top" Height="96" Width="237"/>
|
|
<Button Content="OK" HorizontalAlignment="Left" Margin="222,118,0,0" VerticalAlignment="Top" Width="75" Click="Button_Click"/>
|
|
|
|
</Grid>
|
|
</Window>
|