mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
14 lines
1.2 KiB
XML
14 lines
1.2 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,107" 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" />
|
|
<CheckBox Height="20" Margin="16,0,12,80" Name="buildCheckBox" VerticalAlignment="Bottom" IsChecked="True">Build</CheckBox>
|
|
</Grid>
|
|
</Window>
|