프로젝트

일반

사용자정보

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

markus / KCOM / App.xaml @ 91e84544

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

1 787a4489 KangIngu
<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 8bd25583 taeseongkim
                <ResourceDictionary Source="/Telerik.Windows.Controls;component/Themes/FontResources.xaml"/>
11 787a4489 KangIngu
                <ResourceDictionary Source="Resources\Theme_Color.xaml"/>
12 92442e4a taeseongkim
                <ResourceDictionary Source="Resources\DecodeImageTemplate.xaml"/>
13 787a4489 KangIngu
                <ResourceDictionary Source="Resources\Theme_CustomControl.xaml"/>
14 6af42ff0 taeseongkim
                <ResourceDictionary Source="Resources\SimpleLIstViewStyle.xaml"/>
15 8bd25583 taeseongkim
                <ResourceDictionary Source="Resources\ClearTextBoxStyle.xaml"/>
16 8e5a4a6a taeseongkim
                <ResourceDictionary Source="Resources\DragAndDropListBoxStyle.xaml"/>
17 787a4489 KangIngu
                <ResourceDictionary Source="Assets\RadGridViewStyleResourceDictionary.xaml"/>
18
                <ResourceDictionary Source="Messenger\StyleDictionary.xaml"/>
19 a6f7f9b6 djkim
                <ResourceDictionary Source="/MarkupToPDF;component/themes/generic.xaml"/>
20 787a4489 KangIngu
                <!--<ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/System.Windows.xaml"/>
21
                <ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.xaml"/>
22
                <ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.Input.xaml"/>
23
                <ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.RibbonView.xaml"/>
24
                <ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.Docking.xaml"/>-->
25
26
                <!--<ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.Docking.xaml"/>-->
27
                <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/System.Windows.xaml"/>
28
                <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.xaml"/>
29
                <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.Input.xaml"/>
30 91e84544 taeseongkim
                <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.Navigation.xaml"/>
31
                <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.Docking.xaml"/>
32 787a4489 KangIngu
                <!--<ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.RibbonView.xaml"/>-->
33
                <!--<ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.Docking.xaml"/>-->
34
            </ResourceDictionary.MergedDictionaries>
35 91e84544 taeseongkim
            <Style TargetType="telerik:AutoHideArea" BasedOn="{StaticResource AutoHideAreaStyle}">
36
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False" />
37
            </Style>
38
            <Style TargetType="telerik:RadDocking" BasedOn="{StaticResource RadDockingStyle}">
39
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False"/>
40
            </Style>
41
            <Style TargetType="telerik:RadGridResizer" BasedOn="{StaticResource RadGridResizerStyle}">
42
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False"/>
43
            </Style>
44
            <Style TargetType="telerik:RadSplitContainer" BasedOn="{StaticResource RadSplitContainerStyle}">
45
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False"/>
46
            </Style>
47
            <Style TargetType="telerik:RadPaneGroup" BasedOn="{StaticResource RadPaneGroupStyle}">
48
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False"/>
49
            </Style>
50
            <Style TargetType="telerik:PaneHeader" BasedOn="{StaticResource PaneHeaderStyle}">
51
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False"/>
52
            </Style>
53
            <Style TargetType="telerik:RadTabControl" BasedOn="{StaticResource RadTabControlStyle}">
54
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False"/>
55
            </Style>
56 787a4489 KangIngu
        </ResourceDictionary>
57 8e5a4a6a taeseongkim
58 787a4489 KangIngu
    </Application.Resources>
59
</Application>
클립보드 이미지 추가 (최대 크기: 500 MB)