基本信息
源码名称:C#实现的office风格界面的编程实例
源码大小:2.92M
文件格式:.rar
开发语言:C#
更新时间:2023-04-24
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#实现的office风格界面的编程实例
摆脱传统的软件界面风格,用C#实现的ribbon界面风格,微软推荐,适用于vs 2010或vs 2008&sp1,详细要求见微软官网
文件清单
└── Fluent Ribbon Control Suite 1.1
├── Assembly
│ ├── Fluent.dll
│ ├── Fluent.pdb
│ └── Fluent.xml
├── Samples
│ ├── Binaries
│ │ ├── Fluent.dll
│ │ ├── Fluent.pdb
│ │ ├── Fluent.Sample.Foundation.exe
│ │ ├── Fluent.Sample.Galleries.exe
│ │ ├── Fluent.Sample.KeyTips.exe
│ │ ├── Fluent.Sample.Mvvm.exe
│ │ ├── Fluent.Sample.Resizing.exe
│ │ ├── Fluent.Sample.ScreenTips.exe
│ │ ├── Fluent.Sample.Toolbars.exe
│ │ └── Fluent.xml
│ ├── Foundation
│ │ ├── Application.xaml
│ │ ├── Application.xaml.cs
│ │ ├── Fluent.Sample.Foundation.csproj
│ │ ├── Images
│ │ │ ├── BlueLarge.png
│ │ │ ├── Blue.png
│ │ │ ├── BrownLarge.png
│ │ │ ├── Brown.png
│ │ │ ├── Fluent.ico
│ │ │ ├── GrayLarge.png
│ │ │ ├── Gray.png
│ │ │ ├── GreenLarge.png
│ │ │ ├── Green.png
│ │ │ ├── OrangeLarge.png
│ │ │ ├── Orange.png
│ │ │ ├── PinkLarge.png
│ │ │ ├── Pink.png
│ │ │ ├── RedLarge.png
│ │ │ ├── Red.png
│ │ │ ├── YellowLarge.png
│ │ │ └── Yellow.png
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window.xaml
│ │ └── Window.xaml.cs
│ ├── Galleries
│ │ ├── app.config
│ │ ├── Application.xaml
│ │ ├── Application.xaml.cs
│ │ ├── Fluent.Sample.Galleries.csproj
│ │ ├── Images
│ │ │ ├── BlueLarge.png
│ │ │ ├── Blue.png
│ │ │ ├── BrownLarge.png
│ │ │ ├── Brown.png
│ │ │ ├── Fluent.ico
│ │ │ ├── GrayLarge.png
│ │ │ ├── Gray.png
│ │ │ ├── GreenLarge.png
│ │ │ ├── Green.png
│ │ │ ├── OrangeLarge.png
│ │ │ ├── Orange.png
│ │ │ ├── PinkLarge.png
│ │ │ ├── Pink.png
│ │ │ ├── RedLarge.png
│ │ │ ├── Red.png
│ │ │ ├── YellowLarge.png
│ │ │ └── Yellow.png
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window.xaml
│ │ └── Window.xaml.cs
│ ├── KeyTips
│ │ ├── Application.xaml
│ │ ├── Application.xaml.cs
│ │ ├── Fluent.Sample.KeyTips.csproj
│ │ ├── Images
│ │ │ ├── BlueLarge.png
│ │ │ ├── Blue.png
│ │ │ ├── BrownLarge.png
│ │ │ ├── Brown.png
│ │ │ ├── Fluent.ico
│ │ │ ├── GrayLarge.png
│ │ │ ├── Gray.png
│ │ │ ├── GreenLarge.png
│ │ │ ├── Green.png
│ │ │ ├── OrangeLarge.png
│ │ │ ├── Orange.png
│ │ │ ├── PinkLarge.png
│ │ │ ├── Pink.png
│ │ │ ├── RedLarge.png
│ │ │ ├── Red.png
│ │ │ ├── YellowLarge.png
│ │ │ └── Yellow.png
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window.xaml
│ │ └── Window.xaml.cs
│ ├── Mvvm
│ │ ├── Application.xaml
│ │ ├── Application.xaml.cs
│ │ ├── Comands
│ │ │ └── RelayCommand.cs
│ │ ├── Fluent.Sample.Mvvm.csproj
│ │ ├── Images
│ │ │ ├── BlueLarge.png
│ │ │ ├── Blue.png
│ │ │ ├── BrownLarge.png
│ │ │ ├── Brown.png
│ │ │ ├── Fluent.ico
│ │ │ ├── GrayLarge.png
│ │ │ ├── Gray.png
│ │ │ ├── GreenLarge.png
│ │ │ ├── Green.png
│ │ │ ├── OrangeLarge.png
│ │ │ ├── Orange.png
│ │ │ ├── PinkLarge.png
│ │ │ ├── Pink.png
│ │ │ ├── RedLarge.png
│ │ │ ├── Red.png
│ │ │ ├── YellowLarge.png
│ │ │ └── Yellow.png
│ │ ├── Model
│ │ │ ├── PersonCollection.cs
│ │ │ └── Person.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── TempPE
│ │ ├── PersonTemplate.xaml
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ViewModels
│ │ │ └── MainViewModel.cs
│ │ ├── Window.xaml
│ │ └── Window.xaml.cs
│ ├── Resizing
│ │ ├── Application.xaml
│ │ ├── Application.xaml.cs
│ │ ├── Fluent.Sample.Resizing.csproj
│ │ ├── Images
│ │ │ ├── BlueLarge.png
│ │ │ ├── Blue.png
│ │ │ ├── BrownLarge.png
│ │ │ ├── Brown.png
│ │ │ ├── Fluent.ico
│ │ │ ├── GrayLarge.png
│ │ │ ├── Gray.png
│ │ │ ├── GreenLarge.png
│ │ │ ├── Green.png
│ │ │ ├── OrangeLarge.png
│ │ │ ├── Orange.png
│ │ │ ├── PinkLarge.png
│ │ │ ├── Pink.png
│ │ │ ├── RedLarge.png
│ │ │ ├── Red.png
│ │ │ ├── YellowLarge.png
│ │ │ └── Yellow.png
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Application.baml
│ │ │ ├── Application.g.cs
│ │ │ ├── Fluent.Sample.Resizing.csproj.FileListAbsolute.txt
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window.xaml
│ │ └── Window.xaml.cs
│ ├── Samples.sln
│ ├── Samples.suo
│ ├── ScreenTips
│ │ ├── Application.xaml
│ │ ├── Application.xaml.cs
│ │ ├── Fluent.Sample.ScreenTips.csproj
│ │ ├── Images
│ │ │ ├── BlueLarge.png
│ │ │ ├── Blue.png
│ │ │ ├── BrownLarge.png
│ │ │ ├── Brown.png
│ │ │ ├── Fluent.ico
│ │ │ ├── GrayLarge.png
│ │ │ ├── Gray.png
│ │ │ ├── GreenLarge.png
│ │ │ ├── Green.png
│ │ │ ├── OrangeLarge.png
│ │ │ ├── Orange.png
│ │ │ ├── PinkLarge.png
│ │ │ ├── Pink.png
│ │ │ ├── RedLarge.png
│ │ │ ├── Red.png
│ │ │ ├── YellowLarge.png
│ │ │ └── Yellow.png
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window.xaml
│ │ └── Window.xaml.cs
│ └── Toolbars
│ ├── Application.xaml
│ ├── Application.xaml.cs
│ ├── Fluent.Sample.Toolbars.csproj
│ ├── Images
│ │ ├── BlueLarge.png
│ │ ├── Blue.png
│ │ ├── BrownLarge.png
│ │ ├── Brown.png
│ │ ├── Fluent.ico
│ │ ├── GrayLarge.png
│ │ ├── Gray.png
│ │ ├── GreenLarge.png
│ │ ├── Green.png
│ │ ├── OrangeLarge.png
│ │ ├── Orange.png
│ │ ├── PinkLarge.png
│ │ ├── Pink.png
│ │ ├── RedLarge.png
│ │ ├── Red.png
│ │ ├── YellowLarge.png
│ │ └── Yellow.png
│ ├── obj
│ │ └── Debug
│ │ └── TempPE
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Window.xaml
│ └── Window.xaml.cs
├── Showcase
│ ├── Fluent.dll
│ └── FluentTest.exe
└── Walkthrough.pdf
50 directories, 216 files
C#实现的office风格界面的编程实例
摆脱传统的软件界面风格,用C#实现的ribbon界面风格,微软推荐,适用于vs 2010或vs 2008&sp1,详细要求见微软官网
文件清单
└── Fluent Ribbon Control Suite 1.1
├── Assembly
│ ├── Fluent.dll
│ ├── Fluent.pdb
│ └── Fluent.xml
├── Samples
│ ├── Binaries
│ │ ├── Fluent.dll
│ │ ├── Fluent.pdb
│ │ ├── Fluent.Sample.Foundation.exe
│ │ ├── Fluent.Sample.Galleries.exe
│ │ ├── Fluent.Sample.KeyTips.exe
│ │ ├── Fluent.Sample.Mvvm.exe
│ │ ├── Fluent.Sample.Resizing.exe
│ │ ├── Fluent.Sample.ScreenTips.exe
│ │ ├── Fluent.Sample.Toolbars.exe
│ │ └── Fluent.xml
│ ├── Foundation
│ │ ├── Application.xaml
│ │ ├── Application.xaml.cs
│ │ ├── Fluent.Sample.Foundation.csproj
│ │ ├── Images
│ │ │ ├── BlueLarge.png
│ │ │ ├── Blue.png
│ │ │ ├── BrownLarge.png
│ │ │ ├── Brown.png
│ │ │ ├── Fluent.ico
│ │ │ ├── GrayLarge.png
│ │ │ ├── Gray.png
│ │ │ ├── GreenLarge.png
│ │ │ ├── Green.png
│ │ │ ├── OrangeLarge.png
│ │ │ ├── Orange.png
│ │ │ ├── PinkLarge.png
│ │ │ ├── Pink.png
│ │ │ ├── RedLarge.png
│ │ │ ├── Red.png
│ │ │ ├── YellowLarge.png
│ │ │ └── Yellow.png
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window.xaml
│ │ └── Window.xaml.cs
│ ├── Galleries
│ │ ├── app.config
│ │ ├── Application.xaml
│ │ ├── Application.xaml.cs
│ │ ├── Fluent.Sample.Galleries.csproj
│ │ ├── Images
│ │ │ ├── BlueLarge.png
│ │ │ ├── Blue.png
│ │ │ ├── BrownLarge.png
│ │ │ ├── Brown.png
│ │ │ ├── Fluent.ico
│ │ │ ├── GrayLarge.png
│ │ │ ├── Gray.png
│ │ │ ├── GreenLarge.png
│ │ │ ├── Green.png
│ │ │ ├── OrangeLarge.png
│ │ │ ├── Orange.png
│ │ │ ├── PinkLarge.png
│ │ │ ├── Pink.png
│ │ │ ├── RedLarge.png
│ │ │ ├── Red.png
│ │ │ ├── YellowLarge.png
│ │ │ └── Yellow.png
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window.xaml
│ │ └── Window.xaml.cs
│ ├── KeyTips
│ │ ├── Application.xaml
│ │ ├── Application.xaml.cs
│ │ ├── Fluent.Sample.KeyTips.csproj
│ │ ├── Images
│ │ │ ├── BlueLarge.png
│ │ │ ├── Blue.png
│ │ │ ├── BrownLarge.png
│ │ │ ├── Brown.png
│ │ │ ├── Fluent.ico
│ │ │ ├── GrayLarge.png
│ │ │ ├── Gray.png
│ │ │ ├── GreenLarge.png
│ │ │ ├── Green.png
│ │ │ ├── OrangeLarge.png
│ │ │ ├── Orange.png
│ │ │ ├── PinkLarge.png
│ │ │ ├── Pink.png
│ │ │ ├── RedLarge.png
│ │ │ ├── Red.png
│ │ │ ├── YellowLarge.png
│ │ │ └── Yellow.png
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window.xaml
│ │ └── Window.xaml.cs
│ ├── Mvvm
│ │ ├── Application.xaml
│ │ ├── Application.xaml.cs
│ │ ├── Comands
│ │ │ └── RelayCommand.cs
│ │ ├── Fluent.Sample.Mvvm.csproj
│ │ ├── Images
│ │ │ ├── BlueLarge.png
│ │ │ ├── Blue.png
│ │ │ ├── BrownLarge.png
│ │ │ ├── Brown.png
│ │ │ ├── Fluent.ico
│ │ │ ├── GrayLarge.png
│ │ │ ├── Gray.png
│ │ │ ├── GreenLarge.png
│ │ │ ├── Green.png
│ │ │ ├── OrangeLarge.png
│ │ │ ├── Orange.png
│ │ │ ├── PinkLarge.png
│ │ │ ├── Pink.png
│ │ │ ├── RedLarge.png
│ │ │ ├── Red.png
│ │ │ ├── YellowLarge.png
│ │ │ └── Yellow.png
│ │ ├── Model
│ │ │ ├── PersonCollection.cs
│ │ │ └── Person.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── TempPE
│ │ ├── PersonTemplate.xaml
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ViewModels
│ │ │ └── MainViewModel.cs
│ │ ├── Window.xaml
│ │ └── Window.xaml.cs
│ ├── Resizing
│ │ ├── Application.xaml
│ │ ├── Application.xaml.cs
│ │ ├── Fluent.Sample.Resizing.csproj
│ │ ├── Images
│ │ │ ├── BlueLarge.png
│ │ │ ├── Blue.png
│ │ │ ├── BrownLarge.png
│ │ │ ├── Brown.png
│ │ │ ├── Fluent.ico
│ │ │ ├── GrayLarge.png
│ │ │ ├── Gray.png
│ │ │ ├── GreenLarge.png
│ │ │ ├── Green.png
│ │ │ ├── OrangeLarge.png
│ │ │ ├── Orange.png
│ │ │ ├── PinkLarge.png
│ │ │ ├── Pink.png
│ │ │ ├── RedLarge.png
│ │ │ ├── Red.png
│ │ │ ├── YellowLarge.png
│ │ │ └── Yellow.png
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Application.baml
│ │ │ ├── Application.g.cs
│ │ │ ├── Fluent.Sample.Resizing.csproj.FileListAbsolute.txt
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window.xaml
│ │ └── Window.xaml.cs
│ ├── Samples.sln
│ ├── Samples.suo
│ ├── ScreenTips
│ │ ├── Application.xaml
│ │ ├── Application.xaml.cs
│ │ ├── Fluent.Sample.ScreenTips.csproj
│ │ ├── Images
│ │ │ ├── BlueLarge.png
│ │ │ ├── Blue.png
│ │ │ ├── BrownLarge.png
│ │ │ ├── Brown.png
│ │ │ ├── Fluent.ico
│ │ │ ├── GrayLarge.png
│ │ │ ├── Gray.png
│ │ │ ├── GreenLarge.png
│ │ │ ├── Green.png
│ │ │ ├── OrangeLarge.png
│ │ │ ├── Orange.png
│ │ │ ├── PinkLarge.png
│ │ │ ├── Pink.png
│ │ │ ├── RedLarge.png
│ │ │ ├── Red.png
│ │ │ ├── YellowLarge.png
│ │ │ └── Yellow.png
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window.xaml
│ │ └── Window.xaml.cs
│ └── Toolbars
│ ├── Application.xaml
│ ├── Application.xaml.cs
│ ├── Fluent.Sample.Toolbars.csproj
│ ├── Images
│ │ ├── BlueLarge.png
│ │ ├── Blue.png
│ │ ├── BrownLarge.png
│ │ ├── Brown.png
│ │ ├── Fluent.ico
│ │ ├── GrayLarge.png
│ │ ├── Gray.png
│ │ ├── GreenLarge.png
│ │ ├── Green.png
│ │ ├── OrangeLarge.png
│ │ ├── Orange.png
│ │ ├── PinkLarge.png
│ │ ├── Pink.png
│ │ ├── RedLarge.png
│ │ ├── Red.png
│ │ ├── YellowLarge.png
│ │ └── Yellow.png
│ ├── obj
│ │ └── Debug
│ │ └── TempPE
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Window.xaml
│ └── Window.xaml.cs
├── Showcase
│ ├── Fluent.dll
│ └── FluentTest.exe
└── Walkthrough.pdf
50 directories, 216 files