diff --git a/Toolbar/CustomizeThemesToolbar/App.config b/Toolbar/CustomizeThemesToolbar/App.config new file mode 100644 index 0000000..8e15646 --- /dev/null +++ b/Toolbar/CustomizeThemesToolbar/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Toolbar/CustomizeThemesToolbar/App.xaml b/Toolbar/CustomizeThemesToolbar/App.xaml new file mode 100644 index 0000000..a213634 --- /dev/null +++ b/Toolbar/CustomizeThemesToolbar/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/Toolbar/CustomizeThemesToolbar/App.xaml.cs b/Toolbar/CustomizeThemesToolbar/App.xaml.cs new file mode 100644 index 0000000..7224bce --- /dev/null +++ b/Toolbar/CustomizeThemesToolbar/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace CustomizeThemesToolbar +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/Toolbar/CustomizeThemesToolbar/CustomizeThemesToolbar.csproj b/Toolbar/CustomizeThemesToolbar/CustomizeThemesToolbar.csproj new file mode 100644 index 0000000..6223088 --- /dev/null +++ b/Toolbar/CustomizeThemesToolbar/CustomizeThemesToolbar.csproj @@ -0,0 +1,120 @@ + + + + + Debug + AnyCPU + {E92D8916-4A1C-403E-9072-02D94B05A008} + WinExe + CustomizeThemesToolbar + CustomizeThemesToolbar + v4.5 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + packages\Syncfusion.Compression.Base.20.3.0.47\lib\net45\Syncfusion.Compression.Base.dll + + + packages\Syncfusion.Licensing.20.3.0.47\lib\net45\Syncfusion.Licensing.dll + + + packages\Syncfusion.Pdf.Wpf.20.3.0.47\lib\net45\Syncfusion.Pdf.Base.dll + + + packages\Syncfusion.PdfViewer.WPF.20.3.0.47\lib\net45\Syncfusion.PdfViewer.WPF.dll + + + packages\Syncfusion.SfSkinManager.WPF.20.3.0.47\lib\net45\Syncfusion.SfSkinManager.WPF.dll + + + packages\Syncfusion.Shared.WPF.20.3.0.47\lib\net45\Syncfusion.Shared.WPF.dll + + + False + Fluent_Light\bin\Debug\Syncfusion.Themes.FluentLight.WPF.dll + + + + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + \ No newline at end of file diff --git a/Toolbar/CustomizeThemesToolbar/CustomizeThemesToolbar.sln b/Toolbar/CustomizeThemesToolbar/CustomizeThemesToolbar.sln new file mode 100644 index 0000000..da0ea26 --- /dev/null +++ b/Toolbar/CustomizeThemesToolbar/CustomizeThemesToolbar.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.32602.291 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomizeThemesToolbar", "CustomizeThemesToolbar.csproj", "{E92D8916-4A1C-403E-9072-02D94B05A008}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug-Xml|Any CPU = Debug-Xml|Any CPU + Release|Any CPU = Release|Any CPU + Release-Xml|Any CPU = Release-Xml|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E92D8916-4A1C-403E-9072-02D94B05A008}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E92D8916-4A1C-403E-9072-02D94B05A008}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E92D8916-4A1C-403E-9072-02D94B05A008}.Debug-Xml|Any CPU.ActiveCfg = Debug|Any CPU + {E92D8916-4A1C-403E-9072-02D94B05A008}.Debug-Xml|Any CPU.Build.0 = Debug|Any CPU + {E92D8916-4A1C-403E-9072-02D94B05A008}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E92D8916-4A1C-403E-9072-02D94B05A008}.Release|Any CPU.Build.0 = Release|Any CPU + {E92D8916-4A1C-403E-9072-02D94B05A008}.Release-Xml|Any CPU.ActiveCfg = Release|Any CPU + {E92D8916-4A1C-403E-9072-02D94B05A008}.Release-Xml|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {89109A39-8694-4A11-8C7C-9D4BFFB8EC86} + EndGlobalSection +EndGlobal diff --git a/Toolbar/CustomizeThemesToolbar/Data/Barcode.pdf b/Toolbar/CustomizeThemesToolbar/Data/Barcode.pdf new file mode 100644 index 0000000..0a27340 Binary files /dev/null and b/Toolbar/CustomizeThemesToolbar/Data/Barcode.pdf differ diff --git a/Toolbar/CustomizeThemesToolbar/Fluent_Light/ColorPickerPalette/ColorPickerPalette.xaml b/Toolbar/CustomizeThemesToolbar/Fluent_Light/ColorPickerPalette/ColorPickerPalette.xaml new file mode 100644 index 0000000..bf2a698 --- /dev/null +++ b/Toolbar/CustomizeThemesToolbar/Fluent_Light/ColorPickerPalette/ColorPickerPalette.xaml @@ -0,0 +1,634 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Toolbar/CustomizeThemesToolbar/Fluent_Light/DoubleTextBox/DoubleTextBox.xaml b/Toolbar/CustomizeThemesToolbar/Fluent_Light/DoubleTextBox/DoubleTextBox.xaml new file mode 100644 index 0000000..bfde6cd --- /dev/null +++ b/Toolbar/CustomizeThemesToolbar/Fluent_Light/DoubleTextBox/DoubleTextBox.xaml @@ -0,0 +1,268 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0,4,0,4 + + + + + + + + + + + + + + + 0,0,0,2 + + + + + 1,0,0,0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/GlyphDropdownExpander.xaml b/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/GlyphDropdownExpander.xaml new file mode 100644 index 0000000..94ce3e3 --- /dev/null +++ b/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/GlyphDropdownExpander.xaml @@ -0,0 +1,97 @@ + + + + + + + + + + diff --git a/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/GlyphEditableDropdownExpander.xaml b/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/GlyphEditableDropdownExpander.xaml new file mode 100644 index 0000000..46f07b3 --- /dev/null +++ b/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/GlyphEditableDropdownExpander.xaml @@ -0,0 +1,93 @@ + + + + + + + + + diff --git a/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/GlyphRepeatButton.xaml b/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/GlyphRepeatButton.xaml new file mode 100644 index 0000000..d24d12d --- /dev/null +++ b/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/GlyphRepeatButton.xaml @@ -0,0 +1,83 @@ + + + + + + + + + diff --git a/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/GlyphToggleButton.xaml b/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/GlyphToggleButton.xaml new file mode 100644 index 0000000..5f9e2b5 --- /dev/null +++ b/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/GlyphToggleButton.xaml @@ -0,0 +1,145 @@ + + + + + + + + + + + diff --git a/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/GlyphTreeExpander.xaml b/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/GlyphTreeExpander.xaml new file mode 100644 index 0000000..17b6525 --- /dev/null +++ b/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/GlyphTreeExpander.xaml @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + diff --git a/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/Hyperlink.xaml b/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/Hyperlink.xaml new file mode 100644 index 0000000..41ac430 --- /dev/null +++ b/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/Hyperlink.xaml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0,0,0,-2 + + + + + 0,-2,0,0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0,0,-2,0 + + + + + -2,0,0,0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/ToolTip.xaml b/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/ToolTip.xaml new file mode 100644 index 0000000..d9feef5 --- /dev/null +++ b/Toolbar/CustomizeThemesToolbar/Fluent_Light/MSControl/ToolTip.xaml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + pack://application:,,,/Syncfusion.Themes.FluentLight.WPF;component/Fluent/Images/WindowIcon.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Selection tool for text + + + + + + + + + Click to pan around the document + + + + + + + + + Zoom to selected area + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Toolbar/CustomizeThemesToolbar/Fluent_Light/UpDown/UpDown.xaml b/Toolbar/CustomizeThemesToolbar/Fluent_Light/UpDown/UpDown.xaml new file mode 100644 index 0000000..db0aac9 --- /dev/null +++ b/Toolbar/CustomizeThemesToolbar/Fluent_Light/UpDown/UpDown.xaml @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + + + + + + + + + +