资源简介
c#语言开发的企业人力资源管理系统
C#编的公司企业人事管理系统,SQLSever版,直接附加数据库文件就可以了,测试登录的帐号:用户名[ 区分大小写 ]:Administrator,密码:888,请在登录之前点击“公司设置”设置数据库连接。本人事管理系统大部分功能已完成,但扩展的功能像工资和考勤模块暂时没有完成,一些太过简单的像报表和打印,图示等没有加入,有兴趣你可自己加入,这点不是太难。
![](http://www.nz998.com/pic/66613.jpg)
代码片段和文件信息
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;
namespace 人力资源管理系统
{
///
/// AmendStafferInfo 的摘要说明。
///
public class AmendStafferInfo : System.Windows.Forms.Form
{
private DataTable tempTable = new DataTable();
private CurrencyManager cmAmend;
private string strSQL = ““;
private SqlConnection tempConnection = new SqlConnection(“workstation id=localhost;database=hrmbook;Connect Timeout=30;Trusted_Connection=yes“) ;
private SqlDataAdapter da;
private DataTable tblDataSource = new DataTable();
private System.Windows.Forms.DataGrid dataGrid1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.TextBox txt1;
private System.Windows.Forms.TextBox txt2;
private System.Windows.Forms.TextBox txt3;
private System.Windows.Forms.ComboBox cmb1;
private System.Windows.Forms.ComboBox cmb3;
private System.Windows.Forms.ComboBox cmb2;
private System.Windows.Forms.ComboBox cmb4;
private System.Windows.Forms.TextBox txt6;
private System.Windows.Forms.TextBox txt5;
private System.Windows.Forms.TextBox txt8;
private System.Windows.Forms.TextBox txt4;
private System.Windows.Forms.TextBox txt7;
private System.Windows.Forms.TextBox txt10;
private System.Windows.Forms.TextBox txt9;
private System.Windows.Forms.TextBox txt12;
private System.Windows.Forms.TextBox txt11;
private System.Windows.Forms.TextBox txt15;
private System.Windows.Forms.TextBox txt13;
private System.Windows.Forms.TextBox txt16;
private System.Windows.Forms.TextBox txt14;
private System.Windows.Forms.ToolBar toolBar1;
private System.Windows.Forms.ToolBarButton tbarBtnDelete;
private System.Data.SqlClient.SqlDataAdapter sqlDataAdapter1;
private System.Windows.Forms.ToolBarButton tbarBtnNew;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ToolBarButton toolBarPre;
privat
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
----------- --------- ---------- ----- ----
7588350 89
相关资源
- 人事管理系统 winform代码
- 企业人事管理系统(c# 源代码)
- 毕业答辩-ASP.NET基于CS结构的企业人事
- 人事管理asp.net源码
- C#Windows窗口人事管理系统
- WPF C# 人事管理系统
- C#编写的人事管理系统源码配有数据库
- C# winform小型人事管理系统
- 企业人事管理系统C#+sql server 2008
- 用C#和sql server开发的企业人事管理系
-
c# xm
l版人事管理系统源代码 - WPF 人事管理系统看传智播客写的
- WPF人事管理系统
- C#数据库人事管理人事管理人事管理人
-
xm
l人事管理系统源码C# - c sharp 人事管理系统源码
- 基于C#的人事管理系统
- C#人事管理系统winform版
- 人事管理系统asp.net
- C#人事管理系统web版
- c#课程设计蓝山人事管理
- WinForm人事管理系统源码20131220
- C#人事管理系统设计与实现论文+源代
- .net c# 人事管理源码
- C#项目之企业人事管理系统含源码
- 企业人事管理系统c#.net SQL 含数据库
- 企业人事管理系统(C#C/S模式,程序,
- 蓝山人事管理系统C#源码+DB+课设报告
- C#项目开发案例全程实录源代码--企业
- winform人事管理系统
评论
共有 条评论