bfd3f21e25
- Aggiunti Dizionari per i temi e ComboBox in OptionsPageUC per il cambio dei temi. Questa versione di OmagCUT funziona esattamente come la precedente, come se non ci fossero i temi, perché la scelta dei temi è nascosta (ThemesGpBx.Visibility = Windows.Visibility.Collapsed in OptionsPageUC.xaml.vb)
23 lines
1.0 KiB
XML
23 lines
1.0 KiB
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:system="clr-namespace:System;assembly=mscorlib"
|
|
xmlns:EgtWPFLib="clr-namespace:EgtWPFLib;assembly=EgtWPFLib"
|
|
xmlns:project="clr-namespace:OmagCUT"
|
|
xmlns:ControlExtensions="clr-namespace:OmagCUT.ControlExtensions"
|
|
|
|
xmlns:sys="clr-namespace:System;assembly=mscorlib"
|
|
xmlns:Themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero"
|
|
xmlns:local="clr-namespace:OmagCUT.ArithmeticConverterNameSpace"
|
|
x:Class="OmagCUTClassicDictionary">
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
<ResourceDictionary Source="OmagCUTDictionary.xaml" />
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
<!--Button generico-->
|
|
<Style x:Key="OmagCut_Button2" TargetType="{x:Type Button}" BasedOn="{StaticResource OmagCut_Button}">
|
|
<!--<Setter Property="Background" Value="ForestGreen"/>-->
|
|
</Style>
|
|
|
|
</ResourceDictionary>
|