• 大小: 0.50M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-25
  • 语言: C#
  • 标签: 图片  源码  

资源简介

图片批量清空器源码

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Reflection;
using System.Windows.Forms;

namespace ImageExif
{
    partial class AboutBox : Form
    {
        public AboutBox()
        {
            InitializeComponent();
            //this.Text = String.Format(“关于 {0}“ Assemblytitle);
            //this.labelProductName.Text = AssemblyProduct;
            //this.labelVersion.Text = String.Format(“版本 {0}“ AssemblyVersion);
            //this.labelCopyright.Text = AssemblyCopyright;
            this.labelCompanyName.Text = AssemblyCompany;
            this.textBoxDescription.Text = AssemblyDescription;
        }

        #region 程序集特性访问器

        public string Assemblytitle
        {
            get
            {
                object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblytitleAttribute) false);
                if (attributes.Le

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2894  2015-07-27 09:42  51Aspx源码必读.txt
     文件       10619  2015-07-23 14:52  AboutBox.Designer.cs
     文件        3563  2015-07-23 14:54  AboutBox.cs
     文件       49171  2015-07-23 14:52  AboutBox.resx
     文件       16822  2015-07-23 14:51  FormMain.Designer.cs
     文件       26409  2015-07-27 09:35  FormMain.cs
     文件        6015  2015-07-23 14:51  FormMain.resx
     文件        6228  2015-07-23 14:50  ImageExif.csproj
     文件         523  2015-07-23 15:03  ImageExif.csproj.user
     文件         859  2015-07-27 09:36  ImageExif.sln
     文件       22528  2015-07-27 09:42  ImageExif.suo
     文件        1732  2015-07-15 18:03  ImageExif_TemporaryKey.pfx
     文件       41434  2015-07-27 09:35  Picturexif.cs
     文件         519  2015-07-27 09:35  Program.cs
     目录           0  2015-07-27 09:19  Properties\
     文件        1350  2015-07-08 16:15  Properties\AssemblyInfo.cs
     文件        2870  2015-07-08 16:15  Properties\Resources.Designer.cs
     文件        5612  2015-07-08 16:15  Properties\Resources.resx
     文件        1096  2015-07-08 16:15  Properties\Settings.Designer.cs
     文件         249  2015-07-08 16:15  Properties\Settings.settings
     目录           0  2015-07-09 17:15  bin\
     目录           0  2015-07-27 09:19  bin\Debug\
     文件       29184  2015-07-15 16:56  bin\Debug\ImageExif.exe
     文件       46592  2015-07-15 16:56  bin\Debug\ImageExif.pdb
     文件       11600  2015-07-15 16:56  bin\Debug\ImageExif.vshost.exe
     文件         490  2013-08-06 13:34  bin\Debug\ImageExif.vshost.exe.manifest
     目录           0  2015-07-27 09:20  bin\Release\
     文件        1894  2015-07-27 09:39  bin\Release\ImageExif.application
     文件       69632  2015-07-27 09:39  bin\Release\ImageExif.exe
     文件        3011  2015-07-27 09:39  bin\Release\ImageExif.exe.manifest
     文件       67072  2015-07-27 09:39  bin\Release\ImageExif.pdb
............此处省略40个文件信息

评论

共有 条评论