You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

127 lines
12 KiB

  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. xmlns:bpa="clr-namespace:BPA.UIControl">
  4. <ResourceDictionary.MergedDictionaries>
  5. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Resources/Default.xaml" />
  6. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Button.xaml" />
  7. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Icon.xaml" />
  8. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/TextBox.xaml" />
  9. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/PasswordBox.xaml" />
  10. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/TextBlock.xaml" />
  11. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/RadioButton.xaml" />
  12. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/ToggleButton.xaml" />
  13. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/CheckBox.xaml" />
  14. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/ComboBox.xaml" />
  15. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/ProgressBar.xaml" />
  16. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Slider.xaml" />
  17. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/ListBox.xaml" />
  18. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/GroupBox.xaml" />
  19. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Label.xaml" />
  20. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/ListView.xaml" />
  21. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/TreeView.xaml" />
  22. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Expander.xaml" />
  23. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/TabControl.xaml" />
  24. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/DatePicker.xaml" />
  25. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Calendar.xaml" />
  26. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/DatePicker.xaml" />
  27. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Clock.xaml" />
  28. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/TimePicker.xaml" />
  29. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/ScrollViewer.xaml" />
  30. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/ToolTip.xaml" />
  31. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Menu.xaml" />
  32. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/ToolBar.xaml" />
  33. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/StatusBar.xaml" />
  34. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/DataGrid.xaml" />
  35. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/PageBar.xaml" />
  36. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/ContextMenu.xaml" />
  37. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Card.xaml" />
  38. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/MessageContainer.xaml" />
  39. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/MessageCard.xaml" />
  40. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Window.xaml" />
  41. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/MessageBoxContainer.xaml" />
  42. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/MessageBoxCard.xaml" />
  43. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/DialogContainer.xaml" />
  44. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/DateTimePicker.xaml" />
  45. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Transition.xaml" />
  46. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Badge.xaml" />
  47. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Tag.xaml" />
  48. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/ControlMask.xaml" />
  49. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Loading.xaml" />
  50. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/RepeatButton.xaml" />
  51. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/NumericBox.xaml" />
  52. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/StepBar.xaml" />
  53. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Description.xaml" />
  54. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/HamburgerMenu.xaml" />
  55. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/NotificationContainer.xaml" />
  56. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/NotificationCard.xaml" />
  57. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/Renamer.xaml" />
  58. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/FlipView.xaml" />
  59. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/DropDownButton.xaml" />
  60. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/TreeListView.xaml" />
  61. <ResourceDictionary Source="pack://application:,,,/BPA.UIControl;component/Themes/ControlDisplay.xaml" />
  62. </ResourceDictionary.MergedDictionaries>
  63. <Style BasedOn="{StaticResource RubyerButton}" TargetType="{x:Type Button}" />
  64. <Style BasedOn="{StaticResource RubyerCheckBox}" TargetType="{x:Type CheckBox}" />
  65. <Style BasedOn="{StaticResource RubyerComboBox}" TargetType="{x:Type ComboBox}" />
  66. <Style BasedOn="{StaticResource RubyerGroupBox}" TargetType="{x:Type GroupBox}" />
  67. <Style BasedOn="{StaticResource RubyerListBox}" TargetType="{x:Type ListBox}" />
  68. <Style BasedOn="{StaticResource RubyerPasswordBox}" TargetType="{x:Type PasswordBox}" />
  69. <Style BasedOn="{StaticResource RubyerProgressBar}" TargetType="{x:Type ProgressBar}" />
  70. <Style BasedOn="{StaticResource RubyerRadioButton}" TargetType="{x:Type RadioButton}" />
  71. <Style BasedOn="{StaticResource RubyerSlider}" TargetType="{x:Type Slider}" />
  72. <Style BasedOn="{StaticResource RubyerTextBox}" TargetType="{x:Type TextBox}" />
  73. <Style BasedOn="{StaticResource RubyerToggleButton}" TargetType="{x:Type ToggleButton}" />
  74. <Style BasedOn="{StaticResource RubyerLabel}" TargetType="{x:Type Label}" />
  75. <Style BasedOn="{StaticResource RubyerListView}" TargetType="{x:Type ListView}" />
  76. <Style BasedOn="{StaticResource RubyerTreeViewItem}" TargetType="{x:Type TreeViewItem}" />
  77. <Style BasedOn="{StaticResource RubyerTreeView}" TargetType="{x:Type TreeView}" />
  78. <Style BasedOn="{StaticResource RubyerExpander}" TargetType="{x:Type Expander}" />
  79. <Style BasedOn="{StaticResource RubyerTabControl}" TargetType="{x:Type TabControl}" />
  80. <Style BasedOn="{StaticResource RubyerCalendar}" TargetType="{x:Type Calendar}" />
  81. <Style BasedOn="{StaticResource RubyerTextBox}" TargetType="{x:Type DatePickerTextBox}" />
  82. <Style BasedOn="{StaticResource RubyerDatePicker}" TargetType="{x:Type DatePicker}" />
  83. <Style BasedOn="{StaticResource RubyerClock}" TargetType="{x:Type bpa:Clock}" />
  84. <Style BasedOn="{StaticResource RubyerTimePicker}" TargetType="{x:Type bpa:TimePicker}" />
  85. <Style BasedOn="{StaticResource RubyerToolTip}" TargetType="{x:Type ToolTip}" />
  86. <Style BasedOn="{StaticResource RubyerScrollViewer}" TargetType="{x:Type ScrollViewer}" />
  87. <Style BasedOn="{StaticResource RubyerMenuItem}" TargetType="{x:Type MenuItem}" />
  88. <Style BasedOn="{StaticResource RubyerMenu}" TargetType="{x:Type Menu}" />
  89. <Style BasedOn="{StaticResource RubyerContextMenu}" TargetType="{x:Type ContextMenu}" />
  90. <Style BasedOn="{StaticResource RubyerToolBar}" TargetType="{x:Type ToolBar}" />
  91. <Style BasedOn="{StaticResource RubyerToolBarTray}" TargetType="{x:Type ToolBarTray}" />
  92. <Style BasedOn="{StaticResource RubyerStatusBar}" TargetType="{x:Type StatusBar}" />
  93. <Style BasedOn="{StaticResource RubyerDataGridCell}" TargetType="{x:Type DataGridCell}" />
  94. <Style BasedOn="{StaticResource RubyerDataGridRowHeader}" TargetType="{x:Type DataGridRowHeader}" />
  95. <Style BasedOn="{StaticResource RubyerDataGridRow}" TargetType="{x:Type DataGridRow}" />
  96. <Style BasedOn="{StaticResource RubyerDataGridColumnHeader}" TargetType="{x:Type DataGridColumnHeader}" />
  97. <Style BasedOn="{StaticResource RubyerDataGrid}" TargetType="{x:Type DataGrid}" />
  98. <Style BasedOn="{StaticResource RubyerPageBar}" TargetType="{x:Type bpa:PageBar}" />
  99. <Style BasedOn="{StaticResource RubyerCard}" TargetType="{x:Type bpa:Card}" />
  100. <Style BasedOn="{StaticResource RubyerMessageCard}" TargetType="{x:Type bpa:MessageCard}" />
  101. <Style BasedOn="{StaticResource RubyerMessageBoxCard}" TargetType="{x:Type bpa:MessageBoxCard}" />
  102. <Style BasedOn="{StaticResource RubyerDialogContainer}" TargetType="{x:Type bpa:DialogContainer}" />
  103. <Style BasedOn="{StaticResource RubyerDateTimePicker}" TargetType="{x:Type bpa:DateTimePicker}" />
  104. <Style BasedOn="{StaticResource RubyerTransition}" TargetType="{x:Type bpa:Transition}" />
  105. <Style BasedOn="{StaticResource RubyerBadge}" TargetType="{x:Type bpa:Badge}" />
  106. <Style BasedOn="{StaticResource RubyerTag}" TargetType="{x:Type bpa:Tag}" />
  107. <Style BasedOn="{StaticResource RubyerControlMask}" TargetType="{x:Type bpa:ControlMask}" />
  108. <Style BasedOn="{StaticResource RubyerLoading}" TargetType="{x:Type bpa:Loading}" />
  109. <Style BasedOn="{StaticResource RubyerRepeatButton}" TargetType="{x:Type RepeatButton}" />
  110. <Style BasedOn="{StaticResource RubyerNumericBox}" TargetType="{x:Type bpa:NumericBox}" />
  111. <Style BasedOn="{StaticResource HorizontalStepBarItem}" TargetType="{x:Type bpa:StepBarItem}" />
  112. <Style BasedOn="{StaticResource RubyerStepBar}" TargetType="{x:Type bpa:StepBar}" />
  113. <Style BasedOn="{StaticResource RubyerDescriptionItem}" TargetType="{x:Type bpa:DescriptionItem}" />
  114. <Style BasedOn="{StaticResource RubyerDescription}" TargetType="{x:Type bpa:Description}" />
  115. <Style BasedOn="{StaticResource RubyerHamburgerMenu}" TargetType="{x:Type bpa:HamburgerMenu}" />
  116. <Style BasedOn="{StaticResource RubyerHamburgerMenuItem}" TargetType="{x:Type bpa:HamburgerMenuItem}" />
  117. <Style BasedOn="{StaticResource RubyerHamburgerMenuOptionsItem}" TargetType="{x:Type bpa:HamburgerMenuOptionsItem}" />
  118. <Style BasedOn="{StaticResource RubyerNotificationCard}" TargetType="{x:Type bpa:NotificationCard}" />
  119. <Style BasedOn="{StaticResource RubyerRenamer}" TargetType="{x:Type bpa:Renamer}" />
  120. <Style BasedOn="{StaticResource RubyerFlipView}" TargetType="{x:Type bpa:FlipView}" />
  121. <Style BasedOn="{StaticResource RubyerFlipViewItem}" TargetType="{x:Type bpa:FlipViewItem}" />
  122. <Style BasedOn="{StaticResource RubyerDropDownButton}" TargetType="{x:Type bpa:DropDownButton}" />
  123. <Style BasedOn="{StaticResource RubyerTreeListViewItem}" TargetType="{x:Type bpa:TreeListViewItem}" />
  124. <Style BasedOn="{StaticResource RubyerTreeListView}" TargetType="{x:Type bpa:TreeListView}" />
  125. </ResourceDictionary>