aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.Common/Resources/Images.xaml
blob: e5162c70d91f3d33a8f8d42cf130cde63a322dc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:local="clr-namespace:Tango.FSE.Common.Resources">

    <BitmapImage x:Key="FSE_Machine_Big" UriSource="../Images/machine_big.png" />
    <BitmapImage x:Key="FSE_Machine_Small" UriSource="../Images/machine_small.png" />
    <BitmapImage x:Key="FSE_Machine_Eureka_Small" UriSource="../Images/eureka_small.png" />
    <BitmapImage x:Key="FSE_Machine_X1_Small" UriSource="../Images/x1_smalll.png" />
    <BitmapImage x:Key="FSE_Machine_Full" UriSource="../Images/machine_full.png" />
    <BitmapImage x:Key="FSE_Machine_Eureka_Full" UriSource="../Images/eureka_full.png" />
    <BitmapImage x:Key="FSE_Machine_X1_Full" UriSource="../Images/x1_full.png" />
    <BitmapImage x:Key="FSE_Machines_Full" UriSource="../Images/machines.png" />
    <BitmapImage x:Key="FSE_Twine_Logo" UriSource="../Images/twine_logo.png" />
    <BitmapImage x:Key="FSE_Twine_Logo_Colored" UriSource="../Images/twine_logo_colored.png" />
    <BitmapImage x:Key="FSE_PPC" UriSource="../Images/tablet.png" />
    <BitmapImage x:Key="FSE_PPC_Back" UriSource="../Images/tablet_background.png" />
    <BitmapImage x:Key="FSE_Abstract" UriSource="../Images/abstract1.png" />
    <BitmapImage x:Key="FSE_Screw" UriSource="../Images/screw.png" />
    <BitmapImage x:Key="FSE_Arrow_Right" UriSource="../Images/arrow_right.png" />

    <BitmapImage x:Key="FSE_Shadow_Top" UriSource="../Images/shadow_top.png" />
    <BitmapImage x:Key="FSE_Shadow_Left" UriSource="../Images/shadow_left.png" />
    <BitmapImage x:Key="FSE_Shadow_Right" UriSource="../Images/shadow_right.png" />

</ResourceDictionary>