资源简介
自定义OpenFileDialog
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
namespace CustomControls
{
[AttributeUsage(AttributeTargets.Class |
AttributeTargets.Enum |
AttributeTargets.Interface |
AttributeTargets.Struct
AllowMultiple = true)]
[Author(“Franco Gustavo“)]
internal class AuthorAttribute : Attribute
{
#region Constructors
public AuthorAttribute(string authorName)
{
}
#endregion
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2132 2006-11-14 10:05 FormMain.cs
文件 2352 2006-11-06 22:39 FormMain.Designer.cs
文件 5987 2006-11-06 22:39 FormMain.resx
文件 4935 2006-11-14 09:25 FormOpenFileDialog.cs
文件 7037 2006-11-14 09:25 FormOpenFileDialog.Designer.cs
文件 6182 2006-11-14 09:25 FormOpenFileDialog.resx
文件 1432 2006-11-06 22:38 Program.cs
目录 0 2006-11-14 10:21 bin\Release\
文件 8744 2002-03-05 08:30 bin\Release\athanks.gif
文件 49328 1998-06-29 00:06 bin\Release\sandra1.jpg
文件 23718 1998-06-29 00:07 bin\Release\sandra2.jpg
文件 38929 1998-06-29 00:07 bin\Release\sandra3.jpg
文件 44795 1998-11-23 06:46 bin\Release\sandra4.jpg
文件 88758 1998-11-23 06:46 bin\Release\sandra5.jpg
文件 27687 1998-11-23 06:47 bin\Release\sandra6.jpg
目录 0 2006-11-14 10:21 bin\
文件 25477 2006-11-14 10:05 Controls\OpenFileDialogEx.cs
文件 1401 2006-11-14 09:14 Controls\OpenFileDialogEx.Designer.cs
文件 6182 2006-11-14 09:14 Controls\OpenFileDialogEx.resx
目录 0 2006-11-14 10:05 Controls\
文件 20029 2006-11-14 08:51 OS\Enums.cs
文件 4518 2006-11-14 09:04 OS\structs.cs
文件 4860 2006-11-14 09:04 OS\Win32.cs
目录 0 2006-11-14 09:04 OS\
文件 1295 2006-11-14 10:00 Properties\AssemblyInfo.cs
文件 2865 2006-11-14 08:46 Properties\Resources.Designer.cs
文件 5612 2006-11-03 23:23 Properties\Resources.resx
文件 1099 2006-11-14 08:46 Properties\Settings.Designer.cs
文件 249 2006-11-03 23:23 Properties\Settings.settings
目录 0 2006-11-14 10:00 Properties\
文件 558 2006-11-06 22:38 AuthorAttribute.cs
............此处省略2个文件信息
相关资源
- pop3lib类库 +(这个不错) 附完整
- ztree应用
- 工作上
- MongoDB
- wpf gridsplit 布局
- Jsonp跨域登录 (同步登录 同步退出)
- 随机线条拼图
- C# 批量重命名文件名
- winds服务,发送邮件且禁用违法规则的
- RTX IM API 调用
- android mvp 入门级 实例源码下载14550
- C# 远程关闭重启计算机 实例源码下载
- Messgebox移动到屏幕中心(openFileDialo
- nVelocity 模板引擎
- MCC
- c#代码
- COM口访问
- joystick,百分比可以读
- winform调用webservice
- camera
- STM32F030C8T6-FreeRTOS FreeRTOS移植到STM32F
- WPF 开发的一个简单的倒计时功能
- C# UDP 通讯,包括server和client 项目文件
- Socket编程
- 多功能QQ邮件发送(C# 源码)
- C#常用代码大全
- C# 小游戏含代码
- vs2010_C#一些编程小,非常实用
- ASP.NET在线投票系统
- WPF项目
评论
共有 条评论