• 大小: 0.29M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: Dialog  控件  

资源简介

自定义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个文件信息

评论

共有 条评论