~peter-golde/carto/trunk

« back to all changes in this revision

Viewing changes to src/Cartographer/MainFrame.xaml

  • Committer: Peter Golde
  • Date: 2008-12-16 08:03:26 UTC
  • Revision ID: peter@golde.org-20081216080326-h9nmfy2kb6i1jj77
Added cool icon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
4
    xmlns:r="clr-namespace:Microsoft.Windows.Controls.Ribbon;assembly=RibbonControlsLibrary"
5
5
    xmlns:me="clr-namespace:Carto.Cartographer"
6
 
    Title="Cartographer" Height="534" Width="792" SnapsToDevicePixels="True">
 
6
    Title="Cartographer" Height="534" Width="792" SnapsToDevicePixels="True" IconVisibility="Collapsed" Icon="images/cartographer.ico">
7
7
    
8
8
    <Window.CommandBindings>
9
9
        <CommandBinding Command="{StaticResource OpenCommand}" Executed="OpenCommandExecuted" />
19
19
                            LabelTitle="Application Button"
20
20
                            LabelDescription="" 
21
21
                            ToolTipTitle="Application Button"
22
 
                            ToolTipDescription="Click here to open or save a map." />
 
22
                            ToolTipDescription="Click here to open or save a map." 
 
23
                            LargeImageSource="images/cartographer.png"/>
23
24
                    </r:RibbonApplicationMenu.Command>
24
25
                    <r:RibbonApplicationMenuItem Command="{StaticResource OpenCommand}" />
25
26
                </r:RibbonApplicationMenu>
36
37
            <r:RibbonTab Label="Symbols">
37
38
 
38
39
            </r:RibbonTab>
39
 
            
 
40
 
 
41
            <r:RibbonTab Label="Background">
 
42
 
 
43
            </r:RibbonTab>
 
44
 
40
45
            <r:RibbonTab Label="View">
41
46
 
42
47
            </r:RibbonTab>