Cosmos/source/Cosmos.Build.Windows.Config/MainWindow.xaml
2008-01-10 07:32:50 +00:00

10 lines
599 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="300" Width="300">
<Grid>
<Label Height="27" Name="label1" VerticalAlignment="Top">Please wait while cosmos is configured.</Label>
<ProgressBar Height="17" Margin="0,27,0,0" Name="progressBar1" VerticalAlignment="Top" />
<Label Height="51" Margin="0,44,0,0" Name="label2" VerticalAlignment="Top">Current Task</Label>
</Grid>
</Window>