markus / ConvertService / ServiceBase / Markus.Service.StationController / Themes / TelerikTheme.xaml @ f5c6a3d5
이력 | 보기 | 이력해설 | 다운로드 (1.38 KB)
1 | b92f142f | taeseongkim | <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
---|---|---|---|
2 | xmlns:system="clr-namespace:System;assembly=mscorlib" |
||
3 | xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" |
||
4 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> |
||
5 | <ResourceDictionary.MergedDictionaries>
|
||
6 | <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/System.Windows.xaml"/> |
||
7 | <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.xaml"/> |
||
8 | <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.Input.xaml"/> |
||
9 | <ResourceDictionary Source="/Telerik.Windows.Themes.VisualStudio2013;component/Themes/Telerik.Windows.Controls.GridView.xaml"/> |
||
10 | </ResourceDictionary.MergedDictionaries>
|
||
11 | <Style TargetType="telerik:RadGridView"> |
||
12 | <Setter Property="ShowGroupPanel" Value="False"/> |
||
13 | </Style>
|
||
14 | a34f58f6 | taeseongkim | <Style x:Key="RowNumberStyle" |
15 | TargetType="telerik:GridViewCell" |
||
16 | BasedOn="{StaticResource GridViewCellStyle}"> |
||
17 | <Setter Property="Background" |
||
18 | Value="{telerik:Windows8Resource ResourceKey=AccentBrush}" /> |
||
19 | <Setter Property="Foreground" |
||
20 | Value="{telerik:Windows8Resource ResourceKey=MainBrush}" /> |
||
21 | </Style>
|
||
22 | b92f142f | taeseongkim | </ResourceDictionary> |