Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2287 - 1
<Window x:Class="GMap.NET.WindowsPresentation.TilePrefetcher"
2
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
    Title="GMap.NET - esc to cancel fetching" Height="104" Width="423" Background="AliceBlue" ResizeMode="NoResize" ShowInTaskbar="False" WindowStartupLocation="CenterScreen" WindowStyle="SingleBorderWindow" Margin="5">
5
    <Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
6
        <TextBlock Name="label1" Height="25" VerticalAlignment="Top" Padding="0" Margin="11,17,9,0" Text="ready" />
7
        <ProgressBar Height="22" Name="progressBar1" Value="0" VerticalAlignment="Bottom" Margin="10,0,0,10" HorizontalAlignment="Left" Width="302" />
8
        <TextBlock Text="please wait..." Height="19" Margin="316,0,12,10" Name="label2" Padding="0" VerticalAlignment="Bottom" FontWeight="Bold" />
9
    </Grid>
10
</Window>