From cafc2ff01342e79fe0ff64b8c7fdf6439676d3aa Mon Sep 17 00:00:00 2001 From: Yimeng Wu Date: Fri, 8 Nov 2019 01:49:23 +0800 Subject: [PATCH] Add basic Fluent.Ribbon interop sample --- FluentRibbonInteropSample/App.xaml | 17 ++++++ FluentRibbonInteropSample/App.xaml.cs | 17 ++++++ .../FluentRibbonInteropSample.csproj | 26 ++++++++++ FluentRibbonInteropSample/Images/Gray.png | Bin 0 -> 185 bytes .../Images/GrayLarge.png | Bin 0 -> 228 bytes FluentRibbonInteropSample/Images/Green.png | Bin 0 -> 185 bytes .../Images/GreenLarge.png | Bin 0 -> 229 bytes FluentRibbonInteropSample/MainWindow.xaml | 49 ++++++++++++++++++ FluentRibbonInteropSample/MainWindow.xaml.cs | 46 ++++++++++++++++ ModernWpf.sln | 24 ++++++++- 10 files changed, 178 insertions(+), 1 deletion(-) create mode 100644 FluentRibbonInteropSample/App.xaml create mode 100644 FluentRibbonInteropSample/App.xaml.cs create mode 100644 FluentRibbonInteropSample/FluentRibbonInteropSample.csproj create mode 100644 FluentRibbonInteropSample/Images/Gray.png create mode 100644 FluentRibbonInteropSample/Images/GrayLarge.png create mode 100644 FluentRibbonInteropSample/Images/Green.png create mode 100644 FluentRibbonInteropSample/Images/GreenLarge.png create mode 100644 FluentRibbonInteropSample/MainWindow.xaml create mode 100644 FluentRibbonInteropSample/MainWindow.xaml.cs diff --git a/FluentRibbonInteropSample/App.xaml b/FluentRibbonInteropSample/App.xaml new file mode 100644 index 00000000..121ca3be --- /dev/null +++ b/FluentRibbonInteropSample/App.xaml @@ -0,0 +1,17 @@ + + + + + + + + + + + diff --git a/FluentRibbonInteropSample/App.xaml.cs b/FluentRibbonInteropSample/App.xaml.cs new file mode 100644 index 00000000..8ea4b84a --- /dev/null +++ b/FluentRibbonInteropSample/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 FluentRibbonInteropSample +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/FluentRibbonInteropSample/FluentRibbonInteropSample.csproj b/FluentRibbonInteropSample/FluentRibbonInteropSample.csproj new file mode 100644 index 00000000..fcb340a1 --- /dev/null +++ b/FluentRibbonInteropSample/FluentRibbonInteropSample.csproj @@ -0,0 +1,26 @@ + + + + WinExe + netcoreapp3.0 + true + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/FluentRibbonInteropSample/Images/Gray.png b/FluentRibbonInteropSample/Images/Gray.png new file mode 100644 index 0000000000000000000000000000000000000000..955d3a489f3d76ef9b3041e7bdb9033ec98eefb6 GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucLGcpTh?3y^w370~qEv=}#LT=BJwMkFg)(D3 z)4i^XPXd)_d%8G=SokL=NSG{GyY{WUro`cg3TKb^$trU-U+I%FkYd~7%`T$)l=1Ww ZhCi3~EZE&4t_ak|;OXk;vd$@?2>{!%HXQ%} literal 0 HcmV?d00001 diff --git a/FluentRibbonInteropSample/Images/GrayLarge.png b/FluentRibbonInteropSample/Images/GrayLarge.png new file mode 100644 index 0000000000000000000000000000000000000000..8a63252b72e8c89256528700d4096a31c66f65ec GIT binary patch literal 228 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmUKs7M+SzC{oH>NS%G}c0*}aI z1_r)^Ak4U9V)k30pm>REL`iUdT1k0gQ7S_~VrE{6o}X)oLYc9i>0Z~xCxJ?mJzX3_ zBHZ6zH{@ba=;)H!uJI literal 0 HcmV?d00001 diff --git a/FluentRibbonInteropSample/Images/GreenLarge.png b/FluentRibbonInteropSample/Images/GreenLarge.png new file mode 100644 index 0000000000000000000000000000000000000000..ddf4c1e2ffa74c0389cfef2faebc4787d5817525 GIT binary patch literal 229 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmUKs7M+SzC{oH>NS%G}c0*}aI z1_r)^Ak4U9V)k30pm>REL`iUdT1k0gQ7S_~VrE{6o}X)oLYc9i>0Z~xCxJ>*JY5_^ zBHZ6zH{@ba4lfSZBcb>m*$(AkN(edWq{zuoI`k%WNYn8tDnm{r-UW|@^46) literal 0 HcmV?d00001 diff --git a/FluentRibbonInteropSample/MainWindow.xaml b/FluentRibbonInteropSample/MainWindow.xaml new file mode 100644 index 00000000..ede420be --- /dev/null +++ b/FluentRibbonInteropSample/MainWindow.xaml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + +