资源简介
图片批量清空器源码
代码片段和文件信息
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个文件信息
- 上一篇:经纬度在范围内外判断
- 下一篇:C# 启动、停止 wifiap源码
相关资源
- adsl 自动拨号类 源码
- 将图片复制到剪贴板以及将剪贴板中
- 教室/会议室预定系统源码
- C# 邮件群发示例 源码下载18952
- 数据同步服务程序源码(附数据库脚
- C# 飞行棋 游戏源码(面向对象入门)
- Multipart解析类库源码(HttpMultipart)
- Prodave6联接程序源码
- 疯子ftp上传工具源码传送数据到服务
- 《C#版Ftp软件源码》
- gif图片转换成jpg文件格式
- C# 把图片显示成椭圆形状
- winform 垂直交错效果显示图像
- 逐帧查看GIF图片,并实现gif图片压缩
- WPF 自定义标题的winform窗体实现源码
- Socket局域网聊天项目(客户端源码)
- c# 同时将图片和文字复制到剪贴版 (
- NET G4(EntityMapping)源码
- 网格系统源码
- 2048游戏完整(学会界面和逻辑解耦)
- 357game(数字游戏源码)
- 保卫萝卜源码及教程
- C#批量解压缩桌面程序源码(ICSharpC
- asp.net 多文件上传源码
- Unicode解码、编码工具(附源码)
- ProxyHelper IE 代理 操作类 源码
- Request的几种 Url 用法比较 有有源码
- 屏幕取色 取色器源码
- UU云远程打码工具源码
- MD5值校正工具源码
评论
共有 条评论