Cosmos/source2/Build/Cosmos.Build.Builder/MainWindow.xaml
2012-06-09 03:02:12 +00:00

13 lines
644 B
XML

<Window x:Class="Cosmos.Build.Builder.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Cosmos Kit Builder" Height="389" Width="564" Loaded="Window_Loaded" Icon="/Cosmos.Build.Builder;component/Cosmos.ico">
<DockPanel>
<WrapPanel DockPanel.Dock="Top">
<Button Name="butnCopy" Click="butnCopy_Click">Copy</Button>
</WrapPanel>
<ScrollViewer HorizontalScrollBarVisibility="Visible">
<StackPanel Name="spnlLog" />
</ScrollViewer>
</DockPanel>
</Window>