资源简介
基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Reflection;
using System.Windows.Forms;
namespace CorporationEmployeeICCard
{
partial class AboutBox1 : Form
{
public AboutBox1()
{
InitializeComponent();
this.Text = String.Format(“关于 {0}“ “企业员工IC卡考勤系统“);
this.labelProductName.Text = “产品名称:企业员工IC卡考勤系统“;
this.labelVersion.Text = String.Format(“版本: {0}““V1.0“);
this.labelCopyright.Text = “版权:“+AssemblyCopyright;
this.labelCompanyName.Text = “开发团队:吉林省明日科技有限公司“;
this.textBoxDescription.Text = “本系统是为企业内部员工IC卡考勤而开发的,功能强大,使用方便,是中小型企业必备之软件!“;
}
#region 程序集属性访问器
public string Assemblytitle
{
get
{
object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblytitleAttribute) false);
if (attributes.Length > 0)
{
AssemblytitleAttribute titleAttribute = (AssemblytitleAttribute)attributes[0];
if (titleAttribute.title != ““)
{
return titleAttribute.title;
}
}
return System.IO.Path.GetFileNameWithoutExtension(Assembly.GetExecutingAssembly().Codebase);
}
}
public string AssemblyVersion
{
get
{
return Assembly.GetExecutingAssembly().GetName().Version.ToString();
}
}
public string AssemblyDescription
{
get
{
object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyDescriptionAttribute) false);
if (attributes.Length == 0)
{
return ““;
}
return ((AssemblyDescriptionAttribute)attributes[0]).Description;
}
}
public string AssemblyProduct
{
get
{
object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyProductAttribute) false);
if (attributes.Length == 0)
{
return ““;
}
return ((AssemblyProductAttribute)attributes[0]).Product;
}
}
public string AssemblyCopyright
{
get
{
object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyCopyrightAttribute) false);
if (attributes.Length == 0)
{
return ““;
}
return ((AssemblyCopyrightAttribute)attributes[0]).Copyright;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-09-19 06:29 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\
目录 0 2013-09-19 06:29 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\
文件 10546 2013-09-19 06:29 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\AboutBox1.Designer.cs
文件 3745 2013-09-19 06:29 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\AboutBox1.cs
文件 49677 2013-09-19 06:29 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\AboutBox1.resx
文件 7902 2013-09-19 06:01 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\CorporationEmployeeICCard.csproj
文件 530 2008-12-18 15:52 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\CorporationEmployeeICCard.csproj.user
文件 23134 2008-12-18 15:52 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\Form1.Designer.cs
文件 5962 2013-09-19 06:28 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\Form1.cs
文件 6798 2008-12-18 15:52 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\Form1.resx
文件 11722 2008-12-19 08:58 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\Form2.Designer.cs
文件 2963 2008-12-19 08:58 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\Form2.cs
文件 5814 2008-12-19 08:53 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\Form2.resx
文件 7916 2008-12-18 16:42 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\Form3.Designer.cs
文件 1808 2008-12-18 16:44 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\Form3.cs
文件 6018 2008-12-18 16:42 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\Form3.resx
文件 11149 2013-09-19 06:03 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\IC card.jpg
文件 937 2013-09-19 06:27 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\Program.cs
目录 0 2013-09-19 05:56 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\Properties\
文件 1400 2008-12-18 09:09 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\Properties\AssemblyInfo.cs
文件 3127 2008-12-18 09:12 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\Properties\Resources.Designer.cs
文件 6191 2008-12-18 09:12 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\Properties\Resources.resx
文件 1110 2008-12-18 08:38 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\Properties\Settings.Designer.cs
文件 249 2008-12-18 08:37 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\Properties\Settings.settings
文件 17052 2013-09-19 06:03 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\ba
目录 0 2013-09-19 05:56 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\bin\
目录 0 2013-09-19 06:28 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\bin\Debug\
文件 81408 2013-09-19 06:28 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\bin\Debug\CorporationEmployeeICCard.exe
文件 65024 2013-09-19 06:28 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\bin\Debug\CorporationEmployeeICCard.pdb
文件 14328 2013-09-19 06:28 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\bin\Debug\CorporationEmployeeICCard.vshost.exe
文件 490 2009-06-11 05:14 基于C#与Mwic_32.dll编写的IC刷卡读写考勤门禁打卡系统的设计与实现 WIN7测试通过 带DLL\CorporationEmployeeICCard\bin\Debug\CorporationEmployeeICCard.vshost.exe.manifest
............此处省略30个文件信息
评论
共有 条评论