프로젝트

일반

사용자정보

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

markus / KCOM / App.xaml @ 0f1cd125

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

1 787a4489 KangIngu
<Application
2 4fcb686a taeseongkim
    x:Class="KCOM.App"
3
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5
    xmlns:local="clr-namespace:KCOM"
6
    xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
7
    StartupUri="MainWindow.xaml">
8 787a4489 KangIngu
    <Application.Resources>
9
        <ResourceDictionary>
10
            <ResourceDictionary.MergedDictionaries>
11 4fcb686a taeseongkim
                <ResourceDictionary Source="/Telerik.Windows.Controls;component/Themes/FontResources.xaml" />
12
                <ResourceDictionary Source="Resources\Theme_Color.xaml" />
13
                <ResourceDictionary Source="Resources\WindowStyle.xaml" />
14
                <ResourceDictionary Source="Resources\RadConfirmStyle.xaml" />
15
                <ResourceDictionary Source="Resources\DecodeImageTemplate.xaml" />
16
                <ResourceDictionary Source="Resources\Theme_CustomControl.xaml" />
17
                <ResourceDictionary Source="Resources\SimpleLIstViewStyle.xaml" />
18
                <ResourceDictionary Source="Resources\ClearTextBoxStyle.xaml" />
19
                <ResourceDictionary Source="Assets\RadGridViewStyleResourceDictionary.xaml" />
20
                <ResourceDictionary Source="Messenger\StyleDictionary.xaml" />
21
                <ResourceDictionary Source="/MarkupToPDF;component/themes/generic.xaml" />
22 787a4489 KangIngu
                <!--<ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/System.Windows.xaml"/>
23
                <ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.xaml"/>
24
                <ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.Input.xaml"/>
25
                <ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.RibbonView.xaml"/>
26
                <ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.Docking.xaml"/>-->
27
28
                <!--<ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.Docking.xaml"/>-->
29 4fcb686a taeseongkim
                <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/System.Windows.xaml" />
30
                <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.xaml" />
31
                <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.Input.xaml" />
32
                <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.Navigation.xaml" />
33
                <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.Docking.xaml" />
34
                <ResourceDictionary Source="Resources\DragAndDropListBoxStyle.xaml" />
35
                <ResourceDictionary Source="Resources\RadPasswordPromptStyle.xaml" />
36 787a4489 KangIngu
                <!--<ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.RibbonView.xaml"/>-->
37
                <!--<ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.Docking.xaml"/>-->
38
            </ResourceDictionary.MergedDictionaries>
39 4fcb686a taeseongkim
            <Style BasedOn="{StaticResource AutoHideAreaStyle}" TargetType="telerik:AutoHideArea">
40 91e84544 taeseongkim
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False" />
41
            </Style>
42 4fcb686a taeseongkim
            <Style BasedOn="{StaticResource RadDockingStyle}" TargetType="telerik:RadDocking">
43
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False" />
44 91e84544 taeseongkim
            </Style>
45 4fcb686a taeseongkim
            <Style BasedOn="{StaticResource RadGridResizerStyle}" TargetType="telerik:RadGridResizer">
46
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False" />
47 91e84544 taeseongkim
            </Style>
48 4fcb686a taeseongkim
            <Style BasedOn="{StaticResource RadSplitContainerStyle}" TargetType="telerik:RadSplitContainer">
49
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False" />
50 91e84544 taeseongkim
            </Style>
51 4fcb686a taeseongkim
            <Style BasedOn="{StaticResource RadPaneGroupStyle}" TargetType="telerik:RadPaneGroup">
52
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False" />
53 91e84544 taeseongkim
            </Style>
54 3abe8d4e taeseongkim
            <Style BasedOn="{StaticResource RadPaneStyle}" TargetType="telerik:RadPane">
55
                <Setter Property="HorizontalContentAlignment" Value="Stretch" />
56
            </Style>
57 4fcb686a taeseongkim
            <Style BasedOn="{StaticResource PaneHeaderStyle}" TargetType="telerik:PaneHeader">
58
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False" />
59 3abe8d4e taeseongkim
                <Setter Property="HorizontalContentAlignment" Value="Stretch" />
60 91e84544 taeseongkim
            </Style>
61 4fcb686a taeseongkim
            <Style BasedOn="{StaticResource RadTabControlStyle}" TargetType="telerik:RadTabControl">
62
                <Setter Property="telerik:TabNavigationExtensions.IsTabStop" Value="False" />
63 91e84544 taeseongkim
            </Style>
64 43d2041c taeseongkim
            <Style x:Key="PathButtonStyle" TargetType="{x:Type Path}">
65 4fcb686a taeseongkim
                <Setter Property="Width" Value="12" />
66
                <Setter Property="Height" Value="12" />
67 43d2041c taeseongkim
                <Setter Property="Fill" Value="White" />
68
                <Setter Property="Stretch" Value="Fill" />
69 4fcb686a taeseongkim
                <Setter Property="HorizontalAlignment" Value="Right" />
70 43d2041c taeseongkim
                <Setter Property="VerticalAlignment" Value="Center" />
71
            </Style>
72
            <Style x:Key="PathButtonCenterStyle" TargetType="{x:Type Path}">
73 4fcb686a taeseongkim
                <Setter Property="Width" Value="12" />
74
                <Setter Property="Height" Value="12" />
75
                <Setter Property="Margin" Value="0" />
76 43d2041c taeseongkim
                <Setter Property="Fill" Value="#FF686868" />
77
                <Setter Property="Stretch" Value="Fill" />
78 4fcb686a taeseongkim
                <Setter Property="HorizontalAlignment" Value="Center" />
79 43d2041c taeseongkim
                <Setter Property="VerticalAlignment" Value="Center" />
80
            </Style>
81
            <Style x:Key="IconPathButton" TargetType="{x:Type telerik:RadPathButton}">
82 4fcb686a taeseongkim
                <Setter Property="Padding" Value="0" />
83
                <Setter Property="PathStyle" Value="{StaticResource PathButtonCenterStyle}" />
84 43d2041c taeseongkim
            </Style>
85 787a4489 KangIngu
        </ResourceDictionary>
86 8e5a4a6a taeseongkim
87 787a4489 KangIngu
    </Application.Resources>
88
</Application>
클립보드 이미지 추가 (최대 크기: 500 MB)