资源简介
自定义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个文件信息
- 上一篇:WPF 2D游戏第一集
- 下一篇:WPF动画(小人快跑)
相关资源
- C#winform打印指定区域 -控件拖动 -设置
- 仿苹果Safari 自定义控件(tab切换控件
- Treeview控件用法基础
- Html文件上传控件(整理前台使用版)
- WEBBROWER控件使用代理访问指定网页
- Messgebox移动到屏幕中心(openFileDialo
- 屏蔽Flash控件右键菜单,并使用自己设
- vb 具有预览功能的图像查看器用户控
- 具有预览功能的图像查看器用户控件
- 使用Window 自带的控件 axWindowsMediaPla
- 设置控件的相对布局位置不变
- 重绘ListBox控件
- 使用键盘控制窗体或控件的移动
- Progressbar进度条控件
- C#遍历指定文件夹(并把数据加载到
- ListView控件间的数据移动
- winform 自定义温度计控件
- 窗体控件随大小变化等比例变化
- 获取一个窗体上EDit中的文字(基于
- DemoSwfUpload 比较好用的上传控件
- CSharpChart C#的画图控件
- wpf-treeview 自定义漂亮的wpf树控件
- WpfApplication1 一个很好的示例
- BasicControlsAJAX 一个简单的AJAX控件的应
- C
- VectorControlDemo c# 控件间 连接线
- TrackBar c# 控件美化
- AdvTree DotNetBar下AdvTree控件的使用方法
- DevExpress 第三方控件
- ImageListViewSource C# winform中图片列表控
评论
共有 条评论