Cosmos/source/Cosmos.Build.Windows.Config/MainWindow.xaml
2008-01-10 14:14:29 +00:00

13 lines
893 B
XML

<Window x:Class="Cosmos.Build.Windows.Config.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Cosmos Configure" Height="286" Width="327">
<Grid>
<Image Name="image1" Stretch="Uniform" Source="/Logo-1.png" Margin="0,0,0,146" />
<ProgressBar Margin="0,0,0,28" Name="progressBar" Height="27" VerticalAlignment="Bottom" />
<Button HorizontalAlignment="Right" Margin="0,0,0,-1" Name="beginButton" Width="75" Height="23" VerticalAlignment="Bottom" Click="beginButton_Click">Begin</Button>
<Label Height="28" Margin="0,0,0,112" Name="taskLabel" VerticalAlignment="Bottom">
<Bold>Please click Begin.</Bold></Label>
<Label Height="45" Margin="0,0,0,61" Name="statusLabel" VerticalAlignment="Bottom"></Label>
</Grid>
</Window>