mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
10 lines
778 B
XML
10 lines
778 B
XML
<Window x:Class="Cosmos.VS.Debug.MainWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="MainWindow" Height="474" Width="729" xmlns:my="clr-namespace:Cosmos.VS.Debug" Closing="Window_Closing">
|
|
<Grid>
|
|
<ListBox Height="155" HorizontalAlignment="Left" Margin="12,12,0,0" Name="listBox1" VerticalAlignment="Top" Width="389" />
|
|
<my:RegistersUC Height="341" HorizontalAlignment="Left" Margin="407,0,0,0" x:Name="uctlRegisters" VerticalAlignment="Top" Width="300" />
|
|
<my:AssemblyUC Height="243" HorizontalAlignment="Left" Margin="12,180,0,0" x:Name="uctlAsmSource" VerticalAlignment="Top" Width="389" FontFamily="Consolas" />
|
|
</Grid>
|
|
</Window>
|