实例介绍
仿Outlook风格界面框架(OSGi.NET插件)源码 源码描述: 通用WinForm界面框架插件是一个通用的仿Outlook风格的通用界面框架,它为您提供了导航栏和内容区域扩展,支持换肤功能。
【实例截图】
【核心代码】
4744302543375962280.zip
└── UIShellOutlook_fe56abe1-a5e3-4c19-8fd0-3c1fd5588757
├── app.config
├── bin
│ ├── log.txt
│ ├── persistent.xml
│ ├── Plugins
│ │ ├── DemoPlugin
│ │ │ ├── Activator.cs
│ │ │ ├── bin
│ │ │ │ ├── DemoPlugin.dll
│ │ │ │ └── DemoPlugin.pdb
│ │ │ ├── DemoPlugin.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Manifest.xml
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DemoPlugin.csproj.FileListAbsolute.txt
│ │ │ │ ├── DemoPlugin.csproj.GenerateResource.Cache
│ │ │ │ ├── DemoPlugin.dll
│ │ │ │ ├── DemoPlugin.Form1.resources
│ │ │ │ ├── DemoPlugin.pdb
│ │ │ │ ├── DemoPlugin.UserControl1.resources
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ ├── persistent.xml
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Resources
│ │ │ │ └── shell.png
│ │ │ ├── UserControl1.cs
│ │ │ ├── UserControl1.Designer.cs
│ │ │ └── UserControl1.resx
│ │ ├── UIShell.BundleManagementService
│ │ │ ├── bin
│ │ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ │ ├── UIShell.BundleManagementService.dll
│ │ │ │ ├── UIShell.BundleManagementService.dll.config
│ │ │ │ └── UIShell.iOpenWorks.BundleRepository.dll
│ │ │ ├── Manifest.xml
│ │ │ └── persistent.xml
│ │ ├── UIShell.PageFlowService
│ │ │ ├── bin
│ │ │ │ └── UIShell.PageFlowService.dll
│ │ │ ├── Manifest.xml
│ │ │ └── persistent.xml
│ │ ├── UIShell.RemotingManagement
│ │ │ ├── bin
│ │ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ │ └── UIShell.RemotingManagement.dll
│ │ │ └── Manifest.xml
│ │ ├── UIShell.WebServiceWrapperService
│ │ │ ├── bin
│ │ │ │ └── UIShell.WebServiceWrapperService.dll
│ │ │ ├── Manifest.xml
│ │ │ └── persistent.xml
│ │ ├── UIShell.WinFormAppCenterPlugin
│ │ │ ├── Activator.cs
│ │ │ ├── AppCenterForm.cs
│ │ │ ├── AppCenterForm.Designer.cs
│ │ │ ├── AppCenterForm.resx
│ │ │ ├── AppCenterHelper.cs
│ │ │ ├── AppCenterUserControl.cs
│ │ │ ├── AppCenterUserControl.Designer.cs
│ │ │ ├── AppCenterUserControl.resx
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ │ ├── SkinForm.dll
│ │ │ │ ├── SkinForm.pdb
│ │ │ │ ├── UIShell.BundleManagementService.dll
│ │ │ │ ├── UIShell.iOpenWorks.BundleRepository.dll
│ │ │ │ ├── UIShell.iOpenWorks.BundleRepository.XmlSerializers.dll
│ │ │ │ ├── UIShell.OSGi.dll
│ │ │ │ ├── UIShell.WinFormAppCenterPlugin.dll
│ │ │ │ ├── UIShell.WinFormAppCenterPlugin.dll.config
│ │ │ │ └── UIShell.WinFormAppCenterPlugin.pdb
│ │ │ ├── BundleInstallationForm.cs
│ │ │ ├── BundleInstallationForm.Designer.cs
│ │ │ ├── BundleInstallationForm.resx
│ │ │ ├── BundleManagementUserControl.cs
│ │ │ ├── BundleManagementUserControl.Designer.cs
│ │ │ ├── BundleManagementUserControl.resx
│ │ │ ├── Manifest.xml
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── TempPE
│ │ │ │ ├── UIShell.WinFormAppCenterPlugin.AppCenterForm.resources
│ │ │ │ ├── UIShell.WinFormAppCenterPlugin.AppCenterUserControl.resources
│ │ │ │ ├── UIShell.WinFormAppCenterPlugin.BundleInstallationForm.resources
│ │ │ │ ├── UIShell.WinFormAppCenterPlugin.BundleManagementUserControl.resources
│ │ │ │ ├── UIShell.WinFormAppCenterPlugin.csproj.FileListAbsolute.txt
│ │ │ │ ├── UIShell.WinFormAppCenterPlugin.csproj.GenerateResource.Cache
│ │ │ │ ├── UIShell.WinFormAppCenterPlugin.dll
│ │ │ │ ├── UIShell.WinFormAppCenterPlugin.pdb
│ │ │ │ └── UIShell.WinFormAppCenterPlugin.Properties.Resources.resources
│ │ │ ├── persistent.xml
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── DataSources
│ │ │ │ │ ├── UIShell.BundleManagementService.BundleRepository.BundleDetails.datasource
│ │ │ │ │ └── UIShell.OSGi.IBundle.datasource
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── Resources
│ │ │ │ └── shell.png
│ │ │ └── UIShell.WinFormAppCenterPlugin.csproj
│ │ └── UIShell.WinFormShellPlugin
│ │ ├── AboutBox.cs
│ │ ├── AboutBox.Designer.cs
│ │ ├── AboutBox.resx
│ │ ├── Activator.cs
│ │ ├── bin
│ │ │ ├── MT.WindowsUI.dll
│ │ │ ├── SkinForm.dll
│ │ │ ├── UIShell.OSGi.dll
│ │ │ ├── UIShell.WinFormShellPlugin.dll
│ │ │ ├── UIShell.WinFormShellPlugin.pdb
│ │ │ ├── vtTab.dll
│ │ │ └── zh-CN
│ │ │ └── MT.WindowsUI.resources.dll
│ │ ├── ExtensionDefinition.xml
│ │ ├── ExtensionHandler.cs
│ │ ├── ExtensionModel
│ │ │ ├── WinShellApplicationContainer.cs
│ │ │ ├── WinShellApplication.cs
│ │ │ └── WinShellMenu.cs
│ │ ├── IMainFormService.cs
│ │ ├── lib
│ │ │ ├── MT.WindowsUI.dll
│ │ │ ├── SkinForm.dll
│ │ │ ├── vtTab.dll
│ │ │ └── zh-CN
│ │ │ └── MT.WindowsUI.resources.dll
│ │ ├── MainForm.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.resx
│ │ ├── Manifest.xml
│ │ ├── NavigateBarRemoteControl.cs
│ │ ├── NavigateBarRemoteControl.Designer.cs
│ │ ├── NavigateBarRemoteControl.resx
│ │ ├── NavigateBarSettings.xml
│ │ ├── NavigateBarTreeView.cs
│ │ ├── NavigateTree.cs
│ │ ├── NavigateTree.Designer.cs
│ │ ├── NavigateTree.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ ├── UIShell.WinFormShellPlugin.AboutBox.resources
│ │ │ ├── UIShell.WinFormShellPlugin.csproj.FileListAbsolute.txt
│ │ │ ├── UIShell.WinFormShellPlugin.csproj.GenerateResource.Cache
│ │ │ ├── UIShell.WinFormShellPlugin.dll
│ │ │ ├── UIShell.WinFormShellPlugin.OutlookStyleMainForm.resources
│ │ │ ├── UIShell.WinFormShellPlugin.pdb
│ │ │ ├── UIShell.WinFormShellPlugin.Properties.Resources.resources
│ │ │ └── UIShell.WinFormShellPlugin.WelcomeUserControl.resources
│ │ ├── OutlookStyleMainForm.cs
│ │ ├── OutlookStyleMainForm.Designer.cs
│ │ ├── OutlookStyleMainForm.resx
│ │ ├── persistent.xml
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── Resources
│ │ │ ├── Diary24.png
│ │ │ ├── iopenworks-repository.png
│ │ │ ├── Notes24.png
│ │ │ ├── Shortcut24.png
│ │ │ └── uishell.ico
│ │ ├── UIShell.WinFormShellPlugin.csproj
│ │ ├── WelcomeUserControl.cs
│ │ ├── WelcomeUserControl.Designer.cs
│ │ ├── WelcomeUserControl.resx
│ │ ├── WorkingAreaContainer.cs
│ │ ├── WorkingAreaContainer.Designer.cs
│ │ ├── WorkingAreaContainer.resx
│ │ └── WorkspaceEventHandler.cs
│ ├── UIShell.iOpenWorks.Bootstrapper.dll
│ ├── UIShell.iOpenWorks.BundleRepository.dll
│ ├── UIShell.iOpenWorks.BundleRepository.dll.backup
│ ├── UIShell.iOpenWorks.BundleRepository.XmlSerializers.dll
│ ├── UIShell.iOpenWorks.WinForm.exe
│ ├── UIShell.iOpenWorks.WinForm.exe.config
│ ├── UIShell.iOpenWorks.WinForm.pdb
│ ├── UIShell.iOpenWorks.WinForm.vshost.exe
│ ├── UIShell.iOpenWorks.WinForm.vshost.exe.config
│ ├── UIShell.iOpenWorks.WinForm.vshost.exe.manifest
│ ├── UIShell.OSGi.dll
│ ├── UIShell.PageFlowService.dll
│ └── UpdateRecord.xml
├── libs
│ ├── NavigationPane
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── MT.WindowsUI.dll
│ │ │ │ ├── MT.WindowsUI.pdb
│ │ │ │ └── zh-CN
│ │ │ │ └── MT.WindowsUI.resources.dll
│ │ │ └── Release
│ │ │ ├── MT.WindowsUI.dll
│ │ │ └── zh-CN
│ │ │ └── MT.WindowsUI.resources.dll
│ │ ├── MTSplitter.cs
│ │ ├── Navigation Pane
│ │ │ ├── Design
│ │ │ │ ├── NavigateBarActionList.cs
│ │ │ │ └── NavigateBarDesigner.cs
│ │ │ ├── NavigateBarButtonCancelEventArgs.cs
│ │ │ ├── NavigateBarButtonCollection.cs
│ │ │ ├── NavigateBarButton.cs
│ │ │ ├── NavigateBarButtonEventArgs.cs
│ │ │ ├── NavigateBarCaption.cs
│ │ │ ├── NavigateBarCaptionDescription.cs
│ │ │ ├── NavigateBarCaptionDescription.resx
│ │ │ ├── NavigateBarCaption.resx
│ │ │ ├── NavigateBarCollapseButton.cs
│ │ │ ├── NavigateBarCollapsibleScreen.cs
│ │ │ ├── NavigateBarCollapsibleText.cs
│ │ │ ├── NavigateBarColorTable.cs
│ │ │ ├── NavigateBar.cs
│ │ │ ├── NavigateBarHelper.cs
│ │ │ ├── NavigateBarOptions.cs
│ │ │ ├── NavigateBarOptions.Designer.cs
│ │ │ ├── NavigateBarOptions.resx
│ │ │ ├── NavigateBarOverFlowPanelButton.cs
│ │ │ ├── NavigateBarOverFlowPanel.cs
│ │ │ ├── NavigateBarOverFlowPanelMenuItem.cs
│ │ │ ├── NavigateBarRelatedControlPanel.cs
│ │ │ ├── NavigateBarRenderer.cs
│ │ │ ├── NavigateBarSettings.cs
│ │ │ └── NavigateBarSplitter.cs
│ │ ├── NavigationPane.csproj
│ │ ├── navpane.snk
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── MT.WindowsUI.dll
│ │ │ ├── MT.WindowsUI.NavigationPane.NavigateBarCaptionDescription.resources
│ │ │ ├── MT.WindowsUI.NavigationPane.NavigateBarCaption.resources
│ │ │ ├── MT.WindowsUI.NavigationPane.NavigateBarOptions.resources
│ │ │ ├── MT.WindowsUI.NavigationPane.Properties.Resources.resources
│ │ │ ├── MT.WindowsUI.NavigationPane.Properties.Resources.zh-CN.resources
│ │ │ ├── MT.WindowsUI.pdb
│ │ │ ├── NavigationPane.csproj.FileListAbsolute.txt
│ │ │ ├── NavigationPane.csproj.GenerateResource.Cache
│ │ │ ├── TempPE
│ │ │ └── zh-CN
│ │ │ └── MT.WindowsUI.resources.dll
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Resources.zh-CN.Designer.cs
│ │ │ ├── Resources.zh-CN.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── ArrowDown.PNG
│ │ │ ├── ArrowUp.PNG
│ │ │ ├── NavigateBar.bmp
│ │ │ └── NoImage.png
│ │ └── Utility.cs
│ ├── SkinForm
│ │ ├── AntiAliasGraphics.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── SkinForm.dll
│ │ │ │ └── SkinForm.pdb
│ │ │ └── Release
│ │ │ └── SkinForm.dll
│ │ ├── ControlBoxManager.cs
│ │ ├── ControlBoxState.cs
│ │ ├── ControlBoxStyle.cs
│ │ ├── ControlPaintEx.cs
│ │ ├── GraphicsPathHelper.cs
│ │ ├── MouseOperate.cs
│ │ ├── NativeMethods.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── SkinForm.csproj.FileListAbsolute.txt
│ │ │ ├── SkinForm.dll
│ │ │ ├── SkinForm.pdb
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── RenderHelper.cs
│ │ ├── RoundStyle.cs
│ │ ├── SkinFormBackgroundRenderEvent.cs
│ │ ├── SkinFormBorderRenderEvent.cs
│ │ ├── SkinFormCaptionRenderEvent.cs
│ │ ├── SkinFormColorTable.cs
│ │ ├── SkinFormControlBoxRenderEvent.cs
│ │ ├── SkinForm.cs
│ │ ├── SkinForm.csproj
│ │ ├── SkinFormProfessionalRenderer.cs
│ │ └── SkinFormRenderer.cs
│ └── vtTab
│ ├── bin
│ │ ├── Debug
│ │ │ ├── vtTab.dll
│ │ │ └── vtTab.pdb
│ │ └── Release
│ │ └── vtTab.dll
│ ├── cTabControl.cs
│ ├── obj
│ │ └── Debug
│ │ ├── TempPE
│ │ ├── vtTab.csproj.FileListAbsolute.txt
│ │ ├── vtTab.csproj.GenerateResource.Cache
│ │ ├── vtTab.dll
│ │ ├── vtTab.pdb
│ │ └── vtTab.Properties.Resources.resources
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Resources
│ │ ├── tab1.png
│ │ ├── tab2.bmp
│ │ ├── tab3.png
│ │ └── tab4.png
│ └── vtTab.csproj
├── obj
│ └── Debug
│ ├── ResolveAssemblyReference.cache
│ ├── TempPE
│ ├── UIShell.iOpenWorks.WinForm.csproj.FileListAbsolute.txt
│ ├── UIShell.iOpenWorks.WinForm.csproj.GenerateResource.Cache
│ ├── UIShell.iOpenWorks.WinForm.exe
│ ├── UIShell.iOpenWorks.WinForm.pdb
│ └── UIShell.iOpenWorks.WinForm.Properties.Resources.resources
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── uishell.ico
├── UIShell.iOpenWorks.WinForm.csproj
├── UIShell.iOpenWorks.WinForm.sln
└── UIShell.iOpenWorks.WinForm.suo
73 directories, 273 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论