Files @ 65c134a3d619
Branch filter:

Location: seniordesign-ui/Testing/Demo.Docking/MainWindow.xaml - annotation

mkanning@CL-ENS241-10.cedarville.edu
Initial import of mapping source (huge commit)
<Window x:Class="Sample3.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:ad="clr-namespace:AvalonDock;assembly=AvalonDock"
        xmlns:map="clr-namespace:GMap.NET.WindowsPresentation;assembly=GMap.NET.WindowsPresentation"
        Title="MainWindow" WindowState="Maximized" Height="420" Width="1024">
    <Grid>
        <ad:DockingManager x:Name="dockManager">
            <ad:ResizingPanel Orientation="Horizontal" Margin="5">
                <ad:ResizingPanel Orientation="Vertical" ad:ResizingPanel.ResizeWidth="0.44*">
                    <ad:DocumentPane SelectedIndex="0">
                        <ad:DocumentContent Title="   Bing   ">
                            <map:GMapControl x:Name="MapBingOld" Loaded="GMapControl_Loaded" MinZoom="1" MaxZoom="17" Zoom="3" OnMapDrag="OnMapDrag" OnMapZoomChanged="OnMapZoomChanged"/>
                        </ad:DocumentContent>
                        <ad:DocumentContent Title="   Bing New  ">
                            <map:GMapControl x:Name="MapBing" Loaded="GMapControl_Loaded" MinZoom="1" MaxZoom="17" Zoom="3" OnMapDrag="OnMapDrag" OnMapZoomChanged="OnMapZoomChanged"/>
                        </ad:DocumentContent>
                        <ad:DocumentContent Title="   Bing Hybrid   ">
                            <map:GMapControl x:Name="MapBingHybrid" Loaded="GMapControl_Loaded" MinZoom="1" MaxZoom="17" Zoom="3" OnMapDrag="OnMapDrag" OnMapZoomChanged="OnMapZoomChanged"/>
                        </ad:DocumentContent>
                    </ad:DocumentPane>
                    <ad:DocumentPane SelectedIndex="0">
                        <ad:DocumentContent Title="   Yahoo!   ">
                            <map:GMapControl x:Name="MapYahoo" Loaded="GMapControl_Loaded" MinZoom="1" MaxZoom="17" Zoom="3" OnMapDrag="OnMapDrag" OnMapZoomChanged="OnMapZoomChanged"/>
                        </ad:DocumentContent>
                        <ad:DocumentContent Title="   Yahoo! Hybrid   ">
                            <map:GMapControl x:Name="MapYahooHybrid" Loaded="GMapControl_Loaded" MinZoom="1" MaxZoom="17" Zoom="3" OnMapDrag="OnMapDrag" OnMapZoomChanged="OnMapZoomChanged"/>
                        </ad:DocumentContent>
                    </ad:DocumentPane>
                    <ad:DocumentPane SelectedIndex="0">
                        <ad:DocumentContent Title="   OpenStreetMap   ">
                            <map:GMapControl x:Name="MapOpenStreet" Loaded="GMapControl_Loaded" MinZoom="1" MaxZoom="17" Zoom="3" OnMapDrag="OnMapDrag" OnMapZoomChanged="OnMapZoomChanged"/>
                        </ad:DocumentContent>
                        <ad:DocumentContent Title="   OpenStreetOsm   ">
                            <map:GMapControl x:Name="MapOpenStreetOsm" Loaded="GMapControl_Loaded" MinZoom="1" MaxZoom="17" Zoom="3" OnMapDrag="OnMapDrag" OnMapZoomChanged="OnMapZoomChanged"/>
                        </ad:DocumentContent>
                        <ad:DocumentContent Title="   OpenStreetMapSurfer   ">
                            <map:GMapControl x:Name="MapOpenStreetSurfer" Loaded="GMapControl_Loaded" MinZoom="1" MaxZoom="17" Zoom="3" OnMapDrag="OnMapDrag" OnMapZoomChanged="OnMapZoomChanged"/>
                        </ad:DocumentContent>
                    </ad:DocumentPane>
                </ad:ResizingPanel>
                <ad:ResizingPanel Orientation="Vertical">
                    <ad:ResizingPanel Orientation="Horizontal">
                        <ad:DocumentPane SelectedIndex="0" SelectionChanged="DocumentPane_SelectionChanged">
                            <ad:DocumentContent Title="   Google   " IsCloseable="False" IsFloatingAllowed="True">
                                <map:GMapControl x:Name="MainMap" MinZoom="1" MaxZoom="17" Zoom="3" OnMapDrag="OnMapDrag" OnMapZoomChanged="OnMapZoomChanged" />
                            </ad:DocumentContent>
                            <ad:DocumentContent Title="   Google Hybrid   ">
                                <map:GMapControl x:Name="MapGoogleHybrid" Loaded="GMapControl_Loaded" MinZoom="1" MaxZoom="17" Zoom="3" OnMapDrag="OnMapDrag" OnMapZoomChanged="OnMapZoomChanged"/>
                            </ad:DocumentContent>
                            <ad:DocumentContent Title="   Google Terrain   ">
                                <map:GMapControl x:Name="MapGoogleTerrain" Loaded="GMapControl_Loaded" MinZoom="1" MaxZoom="17" Zoom="3" OnMapDrag="OnMapDrag" OnMapZoomChanged="OnMapZoomChanged"/>
                            </ad:DocumentContent>
                            <ad:DocumentContent Title="   YandexMapRu   ">
                                <map:GMapControl x:Name="MapYandexRu" Loaded="GMapControl_Loaded" MinZoom="1" MaxZoom="17" Zoom="3" OnMapDrag="OnMapDrag" OnMapZoomChanged="OnMapZoomChanged"/>
                            </ad:DocumentContent>
                            <ad:DocumentContent Title="   YandexMapRu Hybrid   ">
                                <map:GMapControl x:Name="MapYandexMapRuHybrid" Loaded="GMapControl_Loaded" MinZoom="1" MaxZoom="17" Zoom="3" OnMapDrag="OnMapDrag" OnMapZoomChanged="OnMapZoomChanged"/>
                            </ad:DocumentContent>
                            <ad:DocumentContent Title="   Maps.lt   ">
                                <map:GMapControl x:Name="MapLt" Loaded="GMapControl_Loaded" MinZoom="1" MaxZoom="11" Zoom="3" OnMapDrag="OnMapDrag" OnMapZoomChanged="OnMapZoomChanged"/>
                            </ad:DocumentContent>
                            <ad:DocumentContent Title="   Maps.lt Hybrid  ">
                                <map:GMapControl x:Name="MapLtHybrid" Loaded="GMapControl_Loaded" MinZoom="1" MaxZoom="11" Zoom="3" OnMapDrag="OnMapDrag" OnMapZoomChanged="OnMapZoomChanged"/>
                            </ad:DocumentContent>
                            <ad:DocumentContent Title="   ArcGIS_World_Topo_Map  ">
                                <map:GMapControl x:Name="MapArcGISworldTopo" Loaded="GMapControl_Loaded" MinZoom="1" MaxZoom="11" Zoom="3" OnMapDrag="OnMapDrag" OnMapZoomChanged="OnMapZoomChanged"/>
                            </ad:DocumentContent>
                        </ad:DocumentPane>
                    </ad:ResizingPanel>
                    <ad:DockablePane ad:ResizingPanel.ResizeHeight="0.44*" ShowTabs="True" ShowHeader="True" SelectedIndex="0" BorderThickness="0" Opacity="0.9">
                        <ad:DockableContent Title="   Map   " IsCloseable="False" HideOnClose="False">
                            
                        </ad:DockableContent>
                        <ad:DockableContent Title="   Live   " IsCloseable="False">
                            
                        </ad:DockableContent>
                        <ad:DockableContent Title="   Cache   " IsCloseable="False">
                            
                        </ad:DockableContent>
                        <ad:DockableContent Title="   Info   " IsCloseable="False">
                            
                        </ad:DockableContent>
                    </ad:DockablePane>
                </ad:ResizingPanel>
            </ad:ResizingPanel>
        </ad:DockingManager>
    </Grid>
</Window>