资源简介
Outlook
Bar的一个实现。更适合应用程序自动化层(AAL)框架的实现,适合AAL事物的愿景
代码片段和文件信息
using System.Reflection;
using System.Runtime.CompilerServices;
//
// 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(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]
//
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the ‘*‘ as shown below:
[assembly: AssemblyVersion(“1.0.*“)]
//
// In order to sign your assembly you must specify a key to use. Refer to the
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing.
//
// Notes:
// (*) If no key is specified the assembly is not signed.
// (*) KeyName refers to a key that has been installed in the Crypto Service
// Provider (CSP) on your machine. KeyFile refers to a file which contains
// a key.
// (*) If the KeyFile and the KeyName values are both specified the
// following processing occurs:
// (1) If the KeyName can be found in the CSP that key is used.
// (2) If the KeyName does not exist and the KeyFile does exist the key
// in the KeyFile is installed into the CSP and used.
// (*) In order to create a KeyFile you can use the sn.exe (Strong Name) utility.
// When specifying the KeyFile the location of the KeyFile should be
// relative to the project output directory which is
// %Project Directory%\obj\. For example if your KeyFile is
// located in the project directory you would specify the AssemblyKeyFile
// attribute as [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
// (*) Delay Signing is an advanced option - see the Microsoft .NET framework
// documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(““)]
[assembly: AssemblyKeyName(““)]
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1078 2003-04-11 18:58 projects.net\OutlookBar\App.ico
文件 35720 2003-04-13 21:12 projects.net\OutlookBar\article.htm
文件 2426 2003-04-11 18:58 projects.net\OutlookBar\AssemblyInfo.cs
目录 0 2003-04-13 20:16 projects.net\OutlookBar\bin\
目录 0 2003-04-13 18:24 projects.net\OutlookBar\bin\Debug\
文件 766 2003-04-13 17:11 projects.net\OutlookBar\bin\Debug\img1.ico
文件 1078 2003-04-13 18:18 projects.net\OutlookBar\bin\Debug\img2.ico
文件 1078 2003-04-13 18:22 projects.net\OutlookBar\bin\Debug\img3.ico
文件 1078 2003-04-13 18:24 projects.net\OutlookBar\bin\Debug\img4.ico
文件 20480 2003-04-13 21:12 projects.net\OutlookBar\bin\Debug\OutlookBar.exe
目录 0 2003-04-13 21:08 projects.net\OutlookBar\CSOutlookBar\
文件 2726 2003-04-13 21:11 projects.net\OutlookBar\Form1.cs
文件 5315 2003-04-13 13:58 projects.net\OutlookBar\Form1.resx
文件 1078 2003-04-13 18:21 projects.net\OutlookBar\img.ico
文件 1078 2003-04-13 18:06 projects.net\OutlookBar\img2.ico
文件 1078 2003-04-13 18:23 projects.net\OutlookBar\img4.ico
目录 0 2003-04-11 18:58 projects.net\OutlookBar\obj\
目录 0 2003-04-13 20:56 projects.net\OutlookBar\obj\Debug\
文件 324 2003-04-13 13:58 projects.net\OutlookBar\obj\Debug\OutlookBar.Form1.resources
文件 14856 2003-04-13 21:12 projects.net\OutlookBar\obj\Debug\OutlookBar.projdata
目录 0 2003-04-11 18:58 projects.net\OutlookBar\obj\Debug\temp\
目录 0 2003-04-11 18:58 projects.net\OutlookBar\obj\Debug\TempPE\
文件 5811 2003-04-13 21:06 projects.net\OutlookBar\OutlookBar.cs
文件 5136 2003-04-13 18:24 projects.net\OutlookBar\OutlookBar.csproj
文件 1774 2003-04-13 21:12 projects.net\OutlookBar\OutlookBar.csproj.user
文件 1008 2003-04-12 12:05 projects.net\OutlookBar\OutlookBar.sln
文件 7168 2003-04-13 21:12 projects.net\OutlookBar\OutlookBar.suo
相关资源
- C#并口开发
- Winform通用经典快速开发CS框架-outloo
- 基于TableLayoutPanel的多分屏、全屏程序
- 漂亮的winform日历控件类似outlook
- DayPilot--类似Outlook的工作计划日历控件
- C# outline 2013
- c#并口操作 INPOUT32.DLL
- C#最简单最通用最完美的winform快速开
- asp.net mvc 页面缓存(outputcache)入门级
- 调用OutLook发送邮件
- ChuanKouTest
- Legend AE+C#在pagelayoutcontrol中添加图例、
- chuankoutongxin 完全实现多串口通信
- ChuanKouTongXin
- process.StandardOutput.ReadToEnd 卡死解決方
- C#调用Outlook发送邮件
- C# 仿OutLook项目
- C# 实现 outlookbar控件 完整 有截图 含
- 仿OutlookBar界面 控件源码
- C# OutlookBar 控件的使用
- Outlook折叠菜单
- C# 自定义的AboutBox
- c# outlookbar
- ref、out用法
- OutLookBarDemo winform左侧导航菜单 源码
- 分享,C#实现OutLook邮箱邮件检索
- 原生自定义表格控件outlookgrid
- 自定义datagridview控件(仿outlook)
评论
共有 条评论