markus / ConvertService / ServiceBase / Markus.Service.StationController / Themes / TelerikTheme.xaml @ b92f142f
이력 | 보기 | 이력해설 | 다운로드 (1.04 KB)
1 |
<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 |
</ResourceDictionary>
|