mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
12 lines
862 B
XML
12 lines
862 B
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="360" Width="376">
|
|
<Grid>
|
|
<Label Height="28" HorizontalAlignment="Left" Margin="16,14,0,0" Name="label1" VerticalAlignment="Top" Width="120">Build Path:</Label>
|
|
<TextBox Height="23" Margin="16,37,12,0" Name="textBuildPath" VerticalAlignment="Top" />
|
|
<ListBox Margin="16,107,12,14" Name="lboxTargets" />
|
|
<Label Height="28" HorizontalAlignment="Left" Margin="16,73,0,0" Name="label2" VerticalAlignment="Top" Width="120">Build Type:</Label>
|
|
<Label Height="28" Margin="16,85,111,0" Name="label3" VerticalAlignment="Top">(Press number on main keyboard)</Label>
|
|
</Grid>
|
|
</Window>
|