Cosmos/source/Cosmos.Build.Windows/BuildOptionsWindow.xaml
2008-01-25 12:43:06 +00:00

13 lines
1 KiB
XML

<Window x:Class="Cosmos.Build.Windows.BuildOptionsWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="BuildOptionsWindow" Height="345" Width="390">
<Grid Height="Auto" Width="Auto">
<Label Height="28" HorizontalAlignment="Left" Margin="16,2,0,0" Name="label1" VerticalAlignment="Top" Width="120">Build Path:</Label>
<TextBox Height="23" Margin="16,25,12,0" Name="textBuildPath" VerticalAlignment="Top" />
<ListBox Margin="16,73,12,84" Name="lboxTargets" />
<Label Height="28" HorizontalAlignment="Left" Margin="16,50,0,0" Name="label2" VerticalAlignment="Top" Width="120">Build Type:</Label>
<Label Height="28" Margin="80,50,47,0" Name="label3" VerticalAlignment="Top">(Press number on main keyboard)</Label>
<Image Margin="101,0,86,0" Name="image1" Stretch="Fill" Source="/Cosmos.Build.Windows;component/Logo-1.png" Height="76" VerticalAlignment="Bottom" />
</Grid>
</Window>