实例介绍
非常酷的wpf控件库,包括一套实现得很完美的ribbon控件 京华志&精华志出品 希望大家互相学习,互相进步 支持CSDN 支持微软
【实例截图】
【核心代码】
非常酷的wpf控件库,包括一套实现得很完美的ribbon控件
└── 非常酷的wpf控件库,包括一套实现得很完美的ribbon控件
├── Odyssey
│ ├── Demos
│ │ ├── AlignTableCellMiddleCenterHS.png
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── BreadcrumbWithDataSource.xaml
│ │ ├── BreadcrumbWithDataSource.xaml.cs
│ │ ├── Demos.csproj
│ │ ├── Demos.csproj.vspscc
│ │ ├── FolderItem.cs
│ │ ├── img
│ │ │ ├── cut16.png
│ │ │ ├── cut32.png
│ │ │ ├── delete16.png
│ │ │ ├── delete32.png
│ │ │ ├── favorites16.png
│ │ │ ├── favorites32.png
│ │ │ ├── folder16.png
│ │ │ ├── folder32.png
│ │ │ ├── history16.png
│ │ │ ├── history32.png
│ │ │ ├── home16.png
│ │ │ ├── home32.png
│ │ │ ├── mail16.png
│ │ │ ├── mail32.png
│ │ │ ├── paste16.png
│ │ │ ├── paste32.png
│ │ │ ├── props16.png
│ │ │ ├── props32.png
│ │ │ ├── save16.png
│ │ │ ├── save32.png
│ │ │ ├── search16.png
│ │ │ ├── search32.png
│ │ │ ├── undo16.png
│ │ │ └── undo32.png
│ │ ├── MainDemo.xaml
│ │ ├── MainDemo.xaml.cs
│ │ ├── Main.xaml
│ │ ├── Main.xaml.cs
│ │ ├── openfolderHS.png
│ │ ├── Outlook.xaml
│ │ ├── Outlook.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ribbon
│ │ │ ├── RibbonDemo.xaml
│ │ │ ├── RibbonDemo.xaml.cs
│ │ │ └── ThumbnailConverter.cs
│ │ └── Web.png
│ ├── Odyssey
│ │ ├── app.config
│ │ ├── BreadcrumbBar
│ │ │ ├── ApplyPropertiesEventArgs.cs
│ │ │ ├── BreadcrumbBar.cs
│ │ │ ├── BreadcrumbButton.cs
│ │ │ ├── BreadcrumbItem.cs
│ │ │ ├── BreadcrumbItemEventArgs.cs
│ │ │ ├── ImageButton.cs
│ │ │ └── PathConversionEventArgs.cs
│ │ ├── ChangeLog.txt
│ │ ├── Common
│ │ │ ├── AeroChrome.cs
│ │ │ ├── AnimationDecorator.cs
│ │ │ ├── EmptyStringVisibilityConverter.cs
│ │ │ ├── IKeyTipControl.cs
│ │ │ ├── PopupHelper.cs
│ │ │ ├── SkinId.cs
│ │ │ ├── SkinManager.cs
│ │ │ └── Skins.cs
│ │ ├── Controls
│ │ │ ├── ClickableTreeView.cs
│ │ │ ├── ClickableTreeViewItem.cs
│ │ │ ├── DropDownButton.cs
│ │ │ ├── OdcButton.cs
│ │ │ └── OdcTextBox.cs
│ │ ├── Effects
│ │ │ ├── GrayscaleEffect.cs
│ │ │ ├── GrayscaleEffect.fx
│ │ │ └── GrayscaleEffect.ps
│ │ ├── ExplorerBar
│ │ │ ├── ExplorerBar.cs
│ │ │ ├── OdcExpander.cs
│ │ │ └── OdcExpanderHeader.cs
│ │ ├── Odyssey.csproj
│ │ ├── Odyssey.csproj.vspscc
│ │ ├── OutlookBar
│ │ │ ├── ExpandPosition.cs
│ │ │ ├── OutlookBar.cs
│ │ │ ├── OutlookSection.cs
│ │ │ └── OverflowMenuCreatedEventArgs.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ribbon
│ │ │ ├── Classes
│ │ │ │ ├── BoolConverter.cs
│ │ │ │ ├── ImageRenderOptions.cs
│ │ │ │ ├── IRibbonSize.cs
│ │ │ │ ├── NativeMethods.cs
│ │ │ │ ├── QAItemPlacement.cs
│ │ │ │ ├── QAPlacement.cs
│ │ │ │ ├── RibbonBarAlignment.cs
│ │ │ │ ├── RibbonGalleryColumnsCollectionConverter.cs
│ │ │ │ ├── RibbonGalleryColumns.cs
│ │ │ │ ├── RibbonGroupReductionOrderConverter.cs
│ │ │ │ ├── RibbonOption.cs
│ │ │ │ ├── RibbonReductionCollectionConverter.cs
│ │ │ │ ├── RibbonSizeCollection.cs
│ │ │ │ ├── RibbonSize.cs
│ │ │ │ ├── RibbonWindowCornerMode.cs
│ │ │ │ ├── RoundedCornerConverter.cs
│ │ │ │ ├── RoundedCornerResizeConverter.cs
│ │ │ │ ├── TwoLineConverter.cs
│ │ │ │ └── TwoLineTextConverter.cs
│ │ │ ├── Controls
│ │ │ │ ├── InternalGroupPanel.cs
│ │ │ │ ├── KeyTip.cs
│ │ │ │ ├── RibbonApplicationMenu.cs
│ │ │ │ ├── RibbonApplicationMenuItem.cs
│ │ │ │ ├── RibbonBar.Commands.cs
│ │ │ │ ├── RibbonBar.cs
│ │ │ │ ├── RibbonBar.Handlers.cs
│ │ │ │ ├── RibbonButton.cs
│ │ │ │ ├── RibbonButtonGroup.cs
│ │ │ │ ├── RibbonButtonStyle.cs
│ │ │ │ ├── RibbonChrome.cs
│ │ │ │ ├── RibbonComboBox.cs
│ │ │ │ ├── RibbonComboBoxItem.cs
│ │ │ │ ├── RibbonContextualTabSet.cs
│ │ │ │ ├── RibbonDropDownButton.cs
│ │ │ │ ├── RibbonFlowGroup.cs
│ │ │ │ ├── RibbonGallery.Commands.cs
│ │ │ │ ├── RibbonGallery.cs
│ │ │ │ ├── RibbonGroup.Commands.cs
│ │ │ │ ├── RibbonGroup.cs
│ │ │ │ ├── RibbonGroup.Handlers.cs
│ │ │ │ ├── RibbonMenuItem.cs
│ │ │ │ ├── RibbonQAToolBar.cs
│ │ │ │ ├── RibbonQAToolbarPanel.cs
│ │ │ │ ├── RibbonSeparator.cs
│ │ │ │ ├── RibbonSplitButton.cs
│ │ │ │ ├── RibbonTabItem.cs
│ │ │ │ ├── RibbonTabItemPanel.cs
│ │ │ │ ├── RibbonTabScroller.cs
│ │ │ │ ├── RibbonTextBox.cs
│ │ │ │ ├── RibbonThumbnail.cs
│ │ │ │ ├── RibbonToggleButton.cs
│ │ │ │ ├── RibbonToolTip.cs
│ │ │ │ ├── RibbonWindow.Commands.cs
│ │ │ │ ├── RibbonWindow.cs
│ │ │ │ └── RibbonWrapPanel.cs
│ │ │ ├── EventArgs
│ │ │ │ └── SelectedTabIndexChangedEvent.cs
│ │ │ └── Interfaces
│ │ │ ├── IRibbonButton.cs
│ │ │ ├── IRibbonControl.cs
│ │ │ ├── IRibbonGallery.cs
│ │ │ ├── IRibbonLargeControl.cs
│ │ │ └── IRibbonStretch.cs
│ │ ├── Skins
│ │ │ ├── BlackSkin.xaml
│ │ │ ├── BlueSkin.xaml
│ │ │ ├── OutlookBar
│ │ │ │ ├── OutlookBlackSkin.xaml
│ │ │ │ ├── OutlookBlueSkin.xaml
│ │ │ │ ├── OutlookSilverSkin.xaml
│ │ │ │ └── Win7Skin.xaml
│ │ │ ├── Ribbon
│ │ │ │ ├── OfficeBlackSkin.xaml
│ │ │ │ ├── OfficeBlueSkin.xaml
│ │ │ │ ├── OfficeSilverSkin.xaml
│ │ │ │ ├── VistaSkin.xaml
│ │ │ │ └── Window7Skin.xaml
│ │ │ ├── SilverSkin.xaml
│ │ │ ├── VistaSkin.xaml
│ │ │ └── Win7Skin.xaml
│ │ └── Themes
│ │ ├── Aero.NormalColor.xaml
│ │ ├── BreadcrumbBar
│ │ │ ├── AeroChrome.xaml
│ │ │ ├── BreadcrumbButton.xaml
│ │ │ ├── BreadcrumbItem.xaml
│ │ │ ├── Brushes.xaml
│ │ │ ├── ButtonTemplates.xaml
│ │ │ ├── Generic.xaml
│ │ │ ├── OdcTextBox.xaml
│ │ │ └── ProgressBar.xaml
│ │ ├── Classic.xaml
│ │ ├── Controls
│ │ │ ├── DropDownButton.xaml
│ │ │ └── OdcTextBox.xaml
│ │ ├── Expander
│ │ │ ├── Aero.NormalColor.ExpandHeader.xaml
│ │ │ ├── Aero.NormalColor.xaml
│ │ │ ├── Classic.ExpandHeader.xaml
│ │ │ ├── Classic.xaml
│ │ │ ├── Generic.Expander.xaml
│ │ │ ├── Generic.ExpandHeader.xaml
│ │ │ ├── Generic.xaml
│ │ │ ├── Luna.Homestead.xaml
│ │ │ ├── Luna.Metallic.xaml
│ │ │ └── Luna.NormalColor.xaml
│ │ ├── Generic.xaml
│ │ ├── Luna.Homestead.xaml
│ │ ├── Luna.Metallic.xaml
│ │ ├── Luna.NormalColor.xaml
│ │ ├── OutlookBar
│ │ │ ├── Generic.xaml
│ │ │ ├── OutlookBar.xaml
│ │ │ ├── OutlookSection.xaml
│ │ │ └── ToggleButton.xaml
│ │ ├── Ribbon
│ │ │ ├── DefaultRibbonButtonBrushes.xaml
│ │ │ ├── DefaultWindowButtonStyles.xaml
│ │ │ ├── Generic.xaml
│ │ │ ├── HighlightedBackgrounds.xaml
│ │ │ ├── InternalRibbonButton.xaml
│ │ │ ├── QuickAccessKey.xaml
│ │ │ ├── RibbonApplicationButton.xaml
│ │ │ ├── RibbonApplicationMenu.xaml
│ │ │ ├── RibbonAppMenuItem.xaml
│ │ │ ├── RibbonBar.xaml
│ │ │ ├── RibbonButtonGroup.xaml
│ │ │ ├── RibbonButton.xaml
│ │ │ ├── RibbonChrome.xaml
│ │ │ ├── RibbonComboBoxItem.xaml
│ │ │ ├── RibbonComboBox.xaml
│ │ │ ├── RibbonContextualTabSet.xaml
│ │ │ ├── RibbonDropDownButton.xaml
│ │ │ ├── RibbonFlowGroup.xaml
│ │ │ ├── RibbonGallery.xaml
│ │ │ ├── RibbonGroupBrushes.xaml
│ │ │ ├── RibbonGroupDropDownButton.xaml
│ │ │ ├── RibbonGroup.xaml
│ │ │ ├── RibbonHLChromeStyle.xaml
│ │ │ ├── RibbonImages.xaml
│ │ │ ├── RibbonMenuItem.xaml
│ │ │ ├── RibbonQAToolBar.xaml
│ │ │ ├── RibbonSeparator.xaml
│ │ │ ├── RibbonSplitButton.xaml
│ │ │ ├── RibbonTabItem.xaml
│ │ │ ├── RibbonTabScroller.xaml
│ │ │ ├── RibbonTextBox.xaml
│ │ │ ├── RibbonThumbnail.xaml
│ │ │ ├── RibbonToggleButton.xaml
│ │ │ ├── RibbonToolTip.xaml
│ │ │ └── RibbonWindow.xaml
│ │ └── TreeViewStyle.xaml
│ ├── Odyssey.sln
│ └── Odyssey.vssscc
└── PasswordSafe
├── 2000多套毕设 PDF 商业程序 OA 程序下载.txt
├── DevComponents.DotNetBar2.dll
├── PasswordSafe
│ ├── app.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Classes
│ │ └── UIContext.cs
│ ├── Commands.cs
│ ├── Controls
│ │ └── EditLabel.cs
│ ├── Converter
│ │ ├── CopyFieldConverter.cs
│ │ ├── CountConverter.cs
│ │ ├── DateConverter.cs
│ │ ├── DisplayTypeToVisibleConverter.cs
│ │ ├── FavoriteImageConverter.cs
│ │ ├── FieldTypeConverter.cs
│ │ ├── FieldValidatonRule.cs
│ │ ├── ImageConverter.cs
│ │ ├── IntConverter.cs
│ │ ├── IsModifiedFromUIPasswordConverter.cs
│ │ ├── NullToBoolConverter.cs
│ │ ├── NullToVisibleConverter.cs
│ │ ├── TimeConverter.cs
│ │ └── VisibilityConverter.cs
│ ├── DataTemplateSelectors
│ │ ├── BreadcrumbItemSelector.cs
│ │ ├── CopyPasswordSelector.cs
│ │ ├── FieldSelector.cs
│ │ └── TemplateFieldSelector.cs
│ ├── DataTemplates.xaml
│ ├── Enums
│ │ ├── DisplayMode.cs
│ │ └── DisplayType.cs
│ ├── Export
│ │ ├── XmlExporter.cs
│ │ ├── XmlField.cs
│ │ └── XmlPassword.cs
│ ├── FieldTemplates.xaml
│ ├── img
│ │ ├── Accept_16.png
│ │ ├── Accept_32.png
│ │ ├── Add_16.png
│ │ ├── Add_32.png
│ │ ├── arrow_left_16.png
│ │ ├── arrow_left_32.png
│ │ ├── arrow_right_16.png
│ │ ├── arrow_right_24_d.png
│ │ ├── arrow_right_24_h.png
│ │ ├── arrow_right_24.png
│ │ ├── arrow_right_24_p.png
│ │ ├── arrow_right_32.png
│ │ ├── Black48.png
│ │ ├── Blue48.png
│ │ ├── Bottom_16.png
│ │ ├── Bottom_32.png
│ │ ├── category_16.png
│ │ ├── category_32.png
│ │ ├── checkbox_16.png
│ │ ├── Comment_16.png
│ │ ├── copy_16.png
│ │ ├── copy_32.png
│ │ ├── cut_clipboard_16.png
│ │ ├── DateTime_16.png
│ │ ├── DefineName_16.png
│ │ ├── del16.png
│ │ ├── delete_16.png
│ │ ├── Delete_32.png
│ │ ├── DeleteTb_32.png
│ │ ├── Down_16.png
│ │ ├── Down_32.png
│ │ ├── Export_32.png
│ │ ├── faves16.png
│ │ ├── favorites_16.png
│ │ ├── favorites_24.png
│ │ ├── favorites_32.png
│ │ ├── glass_16.png
│ │ ├── Glass_32.png
│ │ ├── halfselected_16.png
│ │ ├── home_16.png
│ │ ├── home_24.png
│ │ ├── home_32.png
│ │ ├── InsertB_32.png
│ │ ├── Layout_16.png
│ │ ├── Layout_32.png
│ │ ├── Left_16.png
│ │ ├── Left_32.png
│ │ ├── Lock_16.png
│ │ ├── Lock_32.png
│ │ ├── Max_16.png
│ │ ├── Min_16.png
│ │ ├── new_document_16.png
│ │ ├── new_document_32.png
│ │ ├── NewPassword_32.png
│ │ ├── nofaves16.png
│ │ ├── NoFaves32.png
│ │ ├── Numeric_16.png
│ │ ├── open_document_16.png
│ │ ├── open_document_32.png
│ │ ├── print_16.png
│ │ ├── print_32.png
│ │ ├── properties_document_16.png
│ │ ├── properties_document_32.png
│ │ ├── Pushpin_16.png
│ │ ├── pwField_16.png
│ │ ├── QuickParts_16.png
│ │ ├── QuickParts_32.png
│ │ ├── Reject_16.png
│ │ ├── Reject_32.png
│ │ ├── Remove_16.png
│ │ ├── Remove_32.png
│ │ ├── Right_16.png
│ │ ├── Right_32.png
│ │ ├── RightArrowHS_16.png
│ │ ├── save_16.png
│ │ ├── save_32.png
│ │ ├── search_16.png
│ │ ├── Search16.png
│ │ ├── search_32.png
│ │ ├── Separator_16.png
│ │ ├── Silver48.png
│ │ ├── stop_16.png
│ │ ├── stop_24.png
│ │ ├── Task_16.png
│ │ ├── Text_16.png
│ │ ├── Textbox_16.png
│ │ ├── TextBox_32.png
│ │ ├── Top_16.png
│ │ ├── Top_32.png
│ │ ├── undo_16.png
│ │ ├── undo_32.png
│ │ ├── Up_16.png
│ │ ├── Up_32.png
│ │ ├── view_24.png
│ │ ├── Vista48.png
│ │ ├── Win7.48.png
│ │ ├── Zoom_16.png
│ │ └── Zoom_32.png
│ ├── Main.xaml
│ ├── Main.xaml.cs
│ ├── PasswordSafe.csproj
│ ├── PasswordSafe.csproj.vspscc
│ ├── Passwords.sdf
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Settings.cs
│ ├── TemplateFieldTemplates.xaml
│ ├── Themes
│ │ └── Generic.xaml
│ ├── Tools
│ │ ├── RibbonSrc.cs
│ │ └── TreeViewExtender.cs
│ └── UserControls
│ ├── ChangePassword.xaml
│ ├── ChangePassword.xaml.cs
│ ├── LockScreen.xaml
│ ├── LockScreen.xaml.cs
│ ├── PasswordGrid.xaml
│ ├── PasswordGrid.xaml.cs
│ ├── TemplateGrid.xaml
│ └── TemplateGrid.xaml.cs
├── PasswordSafe.Data
│ ├── Biz
│ │ ├── BaseObject.cs
│ │ ├── BizContext.cs
│ │ ├── Category.cs
│ │ ├── CustomNode.cs
│ │ ├── Field.cs
│ │ ├── FieldType.cs
│ │ ├── Folder.cs
│ │ ├── NodeBase.cs
│ │ ├── NotifyEventArgs.cs
│ │ ├── NotifyList.cs
│ │ ├── Password.cs
│ │ ├── PasswordFolder.cs
│ │ └── TemplateField.cs
│ ├── DAL
│ │ ├── DAL.cs
│ │ └── DBEntityNotUpdatedException.cs
│ ├── PasswordSafe.Data.csproj
│ ├── PasswordSafe.Data.csproj.vspscc
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── 【京华志】www.jinghuazhi.com更新说明.txt
├── 网络资源采集工具.exe
└── 调试方法 不会的看 会的不用看.txt
45 directories, 409 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论