• 大小: 0.12M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: OutLook  out  

资源简介

 
跟XP系统左侧可折叠式菜单一样,可以折叠、展开,可以自己定义颜色,自己研究吧,非常有用的一个源码,样式和outlook左侧菜单差不多!我自己就在用,我用在erp项目里面,哈哈,很爽啊,大概步骤: 1.在你的解决方案里添加“现有项目”,找到BSE.Windows.Forms添加进去→2.在你自己的工程里面引用刚才添加的项目→3.运行一下,完成,在左边工具箱中就有啦。大概过程就是这样,反正死活就是要先引用。

资源截图

代码片段和文件信息

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following 
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: Assemblytitle(“BSE.Windows.Forms“)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(“BSE“)]
[assembly: AssemblyProduct(“BSE.Windows.Forms“)]
[assembly: AssemblyCopyright(“Copyright © BSE 2006“)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

// Setting ComVisible to false makes the types in this assembly not visible 
// to COM components.  If you need to access a type in this assembly from 
// COM set t

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      48640  2008-07-31 21:09  OutlookBar\bin\Debug\BSE.Windows.Forms.dll

     文件     103936  2008-07-31 21:09  OutlookBar\bin\Debug\BSE.Windows.Forms.pdb

     文件        556  2007-10-23 10:44  OutlookBar\obj\BSE.Windows.Forms.csproj.FileList.txt

     文件       1167  2008-07-31 21:09  OutlookBar\obj\Debug\BSE.Windows.Forms.Properties.Resources.resources

     文件        180  2008-07-31 21:09  OutlookBar\obj\Debug\BSE.Windows.Forms.Panel.resources

     文件       2936  2008-07-31 21:09  OutlookBar\obj\Debug\BSE.Windows.Forms.XPanderPanel.resources

     文件       2940  2008-07-31 21:09  OutlookBar\obj\Debug\BSE.Windows.Forms.XPanderPanelList.resources

     文件        167  2006-03-17 21:02  OutlookBar\obj\Debug\BSE.Windows.Forms.Resources.chevron_down.png

     文件        151  2006-03-17 21:02  OutlookBar\obj\Debug\BSE.Windows.Forms.Resources.chevron_up.png

     文件       1095  2008-07-31 21:09  OutlookBar\obj\Debug\BSE.Windows.Forms.csproj.GenerateResource.Cache

     文件     103936  2008-07-31 21:09  OutlookBar\obj\Debug\BSE.Windows.Forms.pdb

     文件      14848  2008-07-31 20:06  OutlookBar\obj\Debug\Refactor\BSE.Windows.Forms.dll

     文件       4608  2007-07-20 20:10  OutlookBar\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件      48640  2008-07-31 21:09  OutlookBar\obj\Debug\BSE.Windows.Forms.dll

     文件       1026  2008-07-31 21:09  OutlookBar\obj\Debug\BSE.Windows.Forms.csproj.FileListAbsolute.txt

     文件       1411  2006-10-30 09:59  OutlookBar\Properties\AssemblyInfo.cs

     文件       3717  2007-07-20 20:10  OutlookBar\Properties\Resources.Designer.cs

     文件       6580  2007-04-10 11:02  OutlookBar\Properties\Resources.resx

     文件        433  2007-04-20 20:15  OutlookBar\Properties\Settings.settings

     文件        167  2006-03-17 21:02  OutlookBar\Resources\chevron_down.png

     文件        151  2006-03-17 21:02  OutlookBar\Resources\chevron_up.png

     文件      21118  2007-04-28 02:16  OutlookBar\XPander\basePanel.cs

     文件        981  2007-04-11 09:33  OutlookBar\XPander\ColorScheme.cs

     文件        586  2007-04-09 19:12  OutlookBar\XPander\IPanel.cs

     文件      19275  2007-04-27 18:02  OutlookBar\XPander\Panel.cs

     文件       1000  2007-04-23 18:07  OutlookBar\XPander\Panel.designer.cs

     文件       1733  2007-04-23 18:07  OutlookBar\XPander\Panel.resx

     文件        574  2007-04-11 09:34  OutlookBar\XPander\Panelstyle.cs

     文件      20473  2007-04-27 18:07  OutlookBar\XPander\XPanderPanel.cs

     文件       1146  2007-04-23 18:07  OutlookBar\XPander\XPanderPanel.designer.cs

............此处省略22个文件信息

评论

共有 条评论