프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / KCOM / App.xaml @ 72424099

이력 | 보기 | 이력해설 | 다운로드 (4.64 KB)

1
<Application
2
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
             xmlns:local="clr-namespace:KCOM"
5
             xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" x:Class="KCOM.App"
6
             StartupUri="MainWindow.xaml">
7
    <Application.Resources>
8
        <ResourceDictionary>
9
            <ResourceDictionary.MergedDictionaries>
10
                <ResourceDictionary Source="/Telerik.Windows.Controls;component/Themes/FontResources.xaml"/>
11
                <ResourceDictionary Source="Resources\Theme_Color.xaml"/>
12
                <ResourceDictionary Source="Resources\DecodeImageTemplate.xaml"/>
13
                <ResourceDictionary Source="Resources\Theme_CustomControl.xaml"/>
14
                <ResourceDictionary Source="Resources\SimpleLIstViewStyle.xaml"/>
15
                <ResourceDictionary Source="Resources\ClearTextBoxStyle.xaml"/>
16
                <ResourceDictionary Source="Assets\RadGridViewStyleResourceDictionary.xaml"/>
17
                <ResourceDictionary Source="Messenger\StyleDictionary.xaml"/>
18
                <ResourceDictionary Source="/MarkupToPDF;component/themes/generic.xaml"/>
19
                <!--<ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/System.Windows.xaml"/>
20
                <ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.xaml"/>
21
                <ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.Input.xaml"/>
22
                <ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.RibbonView.xaml"/>
23
                <ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.Docking.xaml"/>-->
24

    
25
                <!--<ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.Docking.xaml"/>-->
26
                <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/System.Windows.xaml"/>
27
                <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.xaml"/>
28
                <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.Input.xaml"/>
29
                <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.Navigation.xaml"/>
30
                <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.Docking.xaml"/>
31

    
32
                <ResourceDictionary Source="Resources\DragAndDropListBoxStyle.xaml"/>
33
                <!--<ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.RibbonView.xaml"/>-->
34
                <!--<ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.Docking.xaml"/>-->
35
            </ResourceDictionary.MergedDictionaries>
36
            <Style TargetType="telerik:AutoHideArea" BasedOn="{StaticResource AutoHideAreaStyle}">
37
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False" />
38
            </Style>
39
            <Style TargetType="telerik:RadDocking" BasedOn="{StaticResource RadDockingStyle}">
40
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False"/>
41
            </Style>
42
            <Style TargetType="telerik:RadGridResizer" BasedOn="{StaticResource RadGridResizerStyle}">
43
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False"/>
44
            </Style>
45
            <Style TargetType="telerik:RadSplitContainer" BasedOn="{StaticResource RadSplitContainerStyle}">
46
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False"/>
47
            </Style>
48
            <Style TargetType="telerik:RadPaneGroup" BasedOn="{StaticResource RadPaneGroupStyle}">
49
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False"/>
50
            </Style>
51
            <Style TargetType="telerik:PaneHeader" BasedOn="{StaticResource PaneHeaderStyle}">
52
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False"/>
53
            </Style>
54
            <Style TargetType="telerik:RadTabControl" BasedOn="{StaticResource RadTabControlStyle}">
55
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False"/>
56
            </Style>
57
        </ResourceDictionary>
58

    
59
    </Application.Resources>
60
</Application>
클립보드 이미지 추가 (최대 크기: 500 MB)