资源简介
这是一个用C#语言编写的员工管理信息系统
采用的是VS2005的开发平台和acess数据库
可以直接运行 里面有所有源代码
代码片段和文件信息
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace personMIS
{
///
/// about 的摘要说明。
///
public class about : System.Windows.Forms.Form
{
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
///
/// 必需的设计器变量。
///
private System.ComponentModel.Container components = null;
public about()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();
//
// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
//
}
///
/// 清理所有正在使用的资源。
///
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.Font = new System.Drawing.Font(“宋体“ 15.75F System.Drawing.Fontstyle.Bold System.Drawing.GraphicsUnit.Point ((System.Byte)(134)));
this.label1.Location = new System.Drawing.Point(80 176);
this.label1.Name = “label1“;
this.label1.Size = new System.Drawing.Size(136 56);
this.label1.TabIndex = 0;
this.label1.Text = “版权所有!侵权必究!“;
//
// label2
//
this.label2.Font = new System.Drawing.Font(“隶书“ 21.75F System.Drawing.Fontstyle.Bold System.Drawing.GraphicsUnit.Point ((System.Byte)(134)));
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(24 40);
this.label2.Name = “label2“;
this.label2.Size = new System.Drawing.Size(264 56);
this.label2.TabIndex = 1;
this.label2.Text = “员工管理信息系统“;
//
// about
//
this.AutoScalebaseSize = new System.Drawing.Size(6 14);
this.ClientSize = new System.Drawing.Size(292 266);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = “about“;
this.Text = “about“;
this.ResumeLayout(false);
}
#endregion
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2008-05-06 15:16 ch05 员工管理信息系统\
目录 0 2010-10-12 16:20 ch05 员工管理信息系统\personMIS\
目录 0 2010-10-12 16:20 ch05 员工管理信息系统\personMIS\Backup\
目录 0 2010-10-12 16:20 ch05 员工管理信息系统\personMIS\Backup\personMIS\
文件 913 2007-06-28 09:06 ch05 员工管理信息系统\personMIS\Backup\personMIS.sln
文件 7680 2007-09-20 15:19 ch05 员工管理信息系统\personMIS\Backup\personMIS.suo
文件 2452 2007-06-29 07:34 ch05 员工管理信息系统\personMIS\Backup\personMIS\about.cs
文件 7546 2007-06-29 07:34 ch05 员工管理信息系统\personMIS\Backup\personMIS\about.resx
文件 7162 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\Backup\personMIS\AddDepart.cs
文件 12075 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\Backup\personMIS\AddDepart.resx
文件 7891 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\Backup\personMIS\AddIncome.cs
文件 13198 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\Backup\personMIS\AddIncome.resx
文件 7406 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\Backup\personMIS\Addjob.cs
文件 10952 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\Backup\personMIS\Addjob.resx
文件 19414 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\Backup\personMIS\Addperson.cs
文件 19936 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\Backup\personMIS\Addperson.resx
文件 1078 2007-06-28 08:45 ch05 员工管理信息系统\personMIS\Backup\personMIS\App.ico
文件 1859 2007-06-28 08:45 ch05 员工管理信息系统\personMIS\Backup\personMIS\AssemblyInfo.cs
文件 7954 2007-09-20 11:01 ch05 员工管理信息系统\personMIS\Backup\personMIS\BrowseDepart.cs
文件 9287 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\Backup\personMIS\BrowseDepart.resx
文件 9483 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\Backup\personMIS\BrowseIncome.cs
文件 10970 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\Backup\personMIS\BrowseIncome.resx
文件 7821 2007-09-20 11:00 ch05 员工管理信息系统\personMIS\Backup\personMIS\BrowseJob.cs
文件 9284 2007-09-20 11:00 ch05 员工管理信息系统\personMIS\Backup\personMIS\BrowseJob.resx
文件 10613 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\Backup\personMIS\BrowsePerson.cs
文件 10970 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\Backup\personMIS\BrowsePerson.resx
文件 4558 2007-09-20 11:02 ch05 员工管理信息系统\personMIS\Backup\personMIS\Main.cs
文件 6997 2007-09-20 10:47 ch05 员工管理信息系统\personMIS\Backup\personMIS\Main.resx
文件 9300 2007-09-20 10:00 ch05 员工管理信息系统\personMIS\Backup\personMIS\MainForm.cs
文件 12137 2007-09-11 09:09 ch05 员工管理信息系统\personMIS\Backup\personMIS\MainForm.resx
文件 6456 2007-09-11 09:30 ch05 员工管理信息系统\personMIS\Backup\personMIS\ModifyDepart.cs
............此处省略84个文件信息
相关资源
- ASP.NET 功能全教务管理系统
- C#飞机大战高仿微信
- C#实现搜索出本机安装的AutoCAD
- Asp.net本地调试工具
- WinForm BackgroundWorker完美
- C# ListView中添加ComboBox等控件
- C#+SQL Server工资管理系统
- C# Spy++源代码
- asp.net留言板源码+设计说明
- C#+ArcEngine:加载打开Shp矢量和栅格数
- C#+ArcEngine10.1:打开mxd地图文档VS2010窗
- C#+ArcEngine10.1:txt坐标数据转Shp矢量点
- C#与libLAS的简单操作VS2010窗体+代码
- C#:TXT文件读写VS2010窗体+代码
- C# Winform 图形缩放平移
- vs2010 c# graphics 坐标系
- vs2010 c# 串口调试助手
- asp.net c#编写的机票预订系统
- c#打印demo
- c# 自动排课系统,原创设计,源代码
- C#编写,利用图片旋转方式模拟转角仪
- C#钩子监视扫描枪,可以同
- c#做的拼图游戏
- 基于ASP.NET在线电脑报修系统
- C#制作2048小游戏
- C#实现银行贷款利息算法
- c#坐标转换
- asp.net学生公寓信息管理系统
- 用c#实现研华DAQ的绝大部分功能
- C# 温度计 控件
评论
共有 条评论