|
|
<Application x:Class="B3DealerClient.App"
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
StartupUri="LoginWindow.xaml">
|
|
|
<Application.Resources>
|
|
|
<ResourceDictionary>
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
|
<ResourceDictionary Source="Style/Colors.xaml"/>
|
|
|
<ResourceDictionary Source="Style/Button.xaml"/>
|
|
|
<ResourceDictionary Source="Style/TSIcon.xaml"/>
|
|
|
<ResourceDictionary Source="Style/ComboBox.xaml"/>
|
|
|
<ResourceDictionary Source="Style/DatePicker.xaml"/>
|
|
|
<ResourceDictionary Source="Style/DataGrid.xaml"/>
|
|
|
<ResourceDictionary Source="Style/CheckBox.xaml"/>
|
|
|
<ResourceDictionary Source="Style/Border.xaml"/>
|
|
|
<ResourceDictionary Source="Control/SwitchCheckBox.xaml"/>
|
|
|
<!--<ResourceDictionary Source="pack://application:,,,/TSingSoft.WpfControls;component/Style/Colors.xaml"/>
|
|
|
<ResourceDictionary Source="pack://application:,,,/TSingSoft.WpfControls;component/Style/Global.xaml" />
|
|
|
<ResourceDictionary Source="pack://application:,,,/TSingSoft.WpfControls;component/Style/Themes/TSIcon.xaml" />
|
|
|
<ResourceDictionary Source="pack://application:,,,/TSingSoft.WpfControls;component/Control/TSButton.xaml" />
|
|
|
<ResourceDictionary Source="pack://application:,,,/TSingSoft.WpfControls;component/Style/Style.xaml"/>-->
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
|
|
<!--<Style TargetType="{x:Type ScrollBar}" BasedOn="{StaticResource DefaultScrollBar}"></Style>
|
|
|
<Style TargetType="{x:Type ScrollViewer}" BasedOn="{StaticResource DefaultScrollViewer}"></Style>-->
|
|
|
|
|
|
<!--<Style TargetType="TextBox" BasedOn="{StaticResource DefaultTextBox}"></Style>
|
|
|
<Style TargetType="CheckBox" BasedOn="{StaticResource DefaultCheckBox}"></Style>-->
|
|
|
<!--<Style TargetType="RadioButton" BasedOn="{StaticResource DefaultRadioButton}"></Style>-->
|
|
|
<!--<Style TargetType="{x:Type MenuItem}" BasedOn="{StaticResource DefaultMenuItem}"></Style>
|
|
|
<Style TargetType="{x:Type Menu}" BasedOn="{StaticResource DefaultMenu}"></Style>
|
|
|
<Style TargetType="{x:Type ContextMenu}" BasedOn="{StaticResource DefaultContextMenu}"></Style>
|
|
|
<Style TargetType="{x:Type DataGrid}" BasedOn="{StaticResource DefaultDataGrid}"></Style>
|
|
|
<Style TargetType="{x:Type TreeView}" BasedOn="{StaticResource DefaultTreeView}"></Style>
|
|
|
<Style TargetType="{x:Type ComboBox}" BasedOn="{StaticResource DefaultComboBox}"></Style>
|
|
|
<Style TargetType="{x:Type DatePicker}" BasedOn="{StaticResource DefaultDatePicker}"></Style>
|
|
|
<Style TargetType="{x:Type ListBox}" BasedOn="{StaticResource DefaultListBox}"></Style>
|
|
|
<Style TargetType="{x:Type ListView}" BasedOn="{StaticResource DefaultListView}"></Style>-->
|
|
|
<Style TargetType="Button" BasedOn="{StaticResource DefaultButton}"/>
|
|
|
<Style TargetType="ComboBox" BasedOn="{StaticResource ComboBoxStyle}"/>
|
|
|
<Style TargetType="DatePicker" BasedOn="{StaticResource DatePickerStyle1}"/>
|
|
|
<Style TargetType="DataGrid" BasedOn="{StaticResource DataGridStyle1}"/>
|
|
|
<Style TargetType="CheckBox" BasedOn="{StaticResource DefaultCheckBox}"/>
|
|
|
</ResourceDictionary>
|
|
|
</Application.Resources>
|
|
|
</Application>
|