UWUVCI-AIO-WPF/UWUVCI AIO WPF/UI/Frames/SNESFrame.xaml

31 lines
1.2 KiB
Text
Raw Normal View History

<Page x:Class="UWUVCI_AIO_WPF.UI.Frames.SNESFrame"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2020-03-01 16:00:58 +00:00
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:UWUVCI_AIO_WPF.UI.Frames"
mc:Ignorable="d"
2020-03-01 16:00:58 +00:00
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
d:DesignHeight="480" d:DesignWidth="1130"
Title="SNESFrame">
<Grid>
2020-03-01 16:00:58 +00:00
<GroupBox Header="1. BaseRom" HorizontalAlignment="Left" Height="349" Margin="10,10,0,0" VerticalAlignment="Top" Width="421">
<Grid>
</Grid>
</GroupBox>
<GroupBox Header="3. Packing" HorizontalAlignment="Left" Height="95" Margin="10,375,0,0" VerticalAlignment="Top" Width="421">
<Grid>
</Grid>
</GroupBox>
<GroupBox Header="2. Configuration" HorizontalAlignment="Left" Height="460" Margin="448,10,0,0" VerticalAlignment="Top" Width="661">
<Grid>
</Grid>
</GroupBox>
</Grid>
</Page>