master
editor 2 months ago
commit 0e86d1f1e7

@ -0,0 +1,40 @@
ASP.NET人事人力资源管理系统源码
一、源码描述
环境VS2022 sql2019
二、功能介绍
一个简单的人事管理系统,包括职工基本信息、人事变动情况、奖惩情况模块
默认管理帐号密码为51Aspx
PMS为项目文件夹、DB_51Aspx为数据库文件夹、附加即可。
“PowerDesigner建模”目录下包含三个可运行文件PMS1.cdmPMS.cdmPMS.pdm分别为PMS系统的实体关系简图、实体关系图和数据库模型使用PowerDesigner集成开发环境打开任意一个文件即可运行。  
目录下的readme.doc仅供参考为详细说明文件
注意原文件是VS2002项目为方便用户使用51aspx已经利用VS20005转换为Asp.net2.0版本
三、注意事项
1、在项目web.config修改数据库连接字符串附加数据库。
2、管理员账号与密码51aspx 51aspx 。
3、ctrl+F5运行即可。
作者: 吴晨
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/PersonManageSystem
------------------------------------------------------------------------------------------------
源码服务专家
官网: https://www.51aspx.com
讨论圈: https://club.51aspx.com/
平台声明:
1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用;
2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有;
3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com
4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性;
友情提示:
一般数据库文件默认在 DB_51Aspx 文件夹下
默认账号密码一般均为51Aspx
关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help

@ -0,0 +1,15 @@
using System.Reflection;
using System.Runtime.CompilerServices;
//
// <20>йس<D0B9><D8B3>򼯵ij<F2BCAFB5><C4B3><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2>ͨ<EFBFBD><CDA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
//<2F><><EFBFBD>Լ<EFBFBD><D4BC><EFBFBD><EFBFBD>Ƶġ<C6B5><C4A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Щ<EFBFBD><D0A9><EFBFBD><EFBFBD>ֵ<EFBFBD><D6B5><EFBFBD>޸<EFBFBD><DEB8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2>
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]

@ -0,0 +1,15 @@
using System.Reflection;
using System.Runtime.CompilerServices;
//
// <20>йس<D0B9><D8B3>򼯵ij<F2BCAFB5><C4B3><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2>ͨ<EFBFBD><CDA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
//<2F><><EFBFBD>Լ<EFBFBD><D4BC><EFBFBD><EFBFBD>Ƶġ<C6B5><C4A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Щ<EFBFBD><D0A9><EFBFBD><EFBFBD>ֵ<EFBFBD><D6B5><EFBFBD>޸<EFBFBD><DEB8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2>
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]

@ -0,0 +1 @@
<%@ Application Codebehind="Global.asax.cs" Inherits="PMS.Global" %>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Web;
using System.Web.SessionState;
namespace PMS
{
/// <summary>
/// Global <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class Global : System.Web.HttpApplication
{
public Global()
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2F66FEE6-0341-486C-BB6A-809D63377D98}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>PMS</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="dsn" value="Data Source=localhost;UID=sa;PWD=sasasa;DATABASE=PMS"/>
</appSettings>
<system.web>
<!-- 动态调试编译
设置 compilation debug="true" 以启用 ASPX 调试。否则,将此值设置为
false 将提高此应用程序的运行时性能。
设置 compilation debug="true" 以将调试符号(.pdb 信息)
插入到编译页中。因为这将创建执行起来
较慢的大文件,所以应该只在调试时将该值设置为 true而在所有其他时候都设置为
false。有关更多信息请参考有关
调试 ASP.NET 文件的文档。
-->

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="addrewardpunishment.aspx.cs" AutoEventWireup="false" Inherits="PMS.addrewardpunishment" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>addrewardpunishment</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="addrewardpunishment" method="post" runat="server">
<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="98%" align="center" border="1">
<TR>
<TD bgColor="#cccccc" style="HEIGHT: 3px">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace PMS
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="addtransfer.aspx.cs" AutoEventWireup="false" Inherits="PMS.addtransfer" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>addtransfer</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="addtransfer" method="post" runat="server">
<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="98%" align="center" border="1">
<TR>
<TD bgColor="#cccccc">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace PMS
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="addusers.aspx.cs" AutoEventWireup="false" Inherits="PMS.addusers" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>addusers</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="addusers" method="post" runat="server">
<DIV align="center">
<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="80%" border="1">
<TR>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Configuration;
using System.Data.SqlClient;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace PMS
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="commonpersonnel.aspx.cs" AutoEventWireup="false" Inherits="PMS.commonpersonnel" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>commonpersonnel</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body>
<form id="commonpersonnel" method="post" runat="server">
<TABLE id="Table1" style="HEIGHT: 249px" cellSpacing="1" cellPadding="1" width="98%" border="1" align=center>
<TR>
<TD style="HEIGHT: 38px" align="middle" bgColor="#cccccc" colSpan="2"><B><FONT size="6"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ</FONT></B></TD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Configuration;
namespace PMS
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="default.aspx.cs" AutoEventWireup="false" Inherits="PMS._default" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD>¹<EFBFBD><C2B9><EFBFBD>ϵͳ|-51aspx.com</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body>
<form id="default" method="post" runat="server">
<div align="center">
<TABLE id="Table2" style="HEIGHT: 289px" cellSpacing="1" cellPadding="1" width="98%" align="center" border="1">
<TR>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Configuration;
namespace PMS
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="personnel_detail.aspx.cs" AutoEventWireup="false" Inherits="PMS.personnel_detail" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>personnel_detail</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="personnel_detail" method="post" runat="server">
<asp:Repeater id="Rp_personnal" runat="server">
<ItemTemplate>
<h2><%#DataBinder.Eval(Container.DataItem,"UID")%><3E><>ϸ<EFBFBD><CFB8>Ϣ</h2>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Configuration;
namespace PMS
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="personnel_information.aspx.cs" AutoEventWireup="false" Inherits="PMS.personnel_information" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>ְ<><D6B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="personnel_information" method="post" runat="server">
<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="98%" border="1" align=center>
<TR>
<TD colSpan="2" align="middle" bgcolor="#cccccc" style="HEIGHT: 1px"><FONT size="6"><STRONG>ְ<><D6B0><EFBFBD><EFBFBD>Ϣ</STRONG></FONT></TD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Configuration;
namespace PMS

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="personnel_regist.aspx.cs" AutoEventWireup="false" Inherits="PMS.personnel_regist" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD>û<EFBFBD>ע<EFBFBD><D7A2></title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body>
<form id="personnel_regist" method="post" runat="server">
<DIV align="center">
<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="80%" border="1">
<TR>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Configuration;
namespace PMS
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="personnel_rewardpunishment.aspx.cs" AutoEventWireup="false" Inherits="PMS.personnel_rewardpunishment" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="personnel_rewardpunishment" method="post" runat="server">
<TABLE id="Table1" style="HEIGHT: 344px" cellSpacing="1" cellPadding="1" width="98%" border="1" align=center>
<TR>
<TD colSpan="2" align="middle" bgcolor="#cccccc" style="HEIGHT: 12px"><FONT size="6"><b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></b></FONT></TD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Configuration;
namespace PMS
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="personnel_transfer.aspx.cs" AutoEventWireup="false" Inherits="PMS.personnel_transfer" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><><EFBFBD>±䶯<C2B1><E4B6AF><EFBFBD></title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="personnel_transfer" method="post" runat="server">
<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="98%" border="1" align=center>
<TR>
<TD colSpan="2" align="middle" bgcolor="#cccccc" style="HEIGHT: 16px"><FONT size="6"><STRONG><3E><><EFBFBD>±䶯<C2B1><E4B6AF><EFBFBD></STRONG></FONT></TD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Configuration;
namespace PMS
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="updateinformation.aspx.cs" AutoEventWireup="false" Inherits="PMS.updateinformation" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>updateinformation</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="updateinformation" method="post" runat="server">
<TABLE id="Table1" style="HEIGHT: 253px" cellSpacing="1" cellPadding="1" width="98%" border="1" align="center">
<TR>
<TD align="middle" bgcolor="#cccccc"><FONT size="6"><STRONG><3E>޸<EFBFBD>ְ<EFBFBD><D6B0><EFBFBD><EFBFBD>Ϣ</STRONG></FONT></TD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Configuration;
namespace PMS
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="users.aspx.cs" AutoEventWireup="false" Inherits="PMS.users" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E>û<EFBFBD><C3BB><EFBFBD>Ϣ|-51aspx.com</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body>
<form id="users" method="post" runat="server">
<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="98%" border="1" align="center">
<TR>
<TD align="middle" bgColor="#cccccc" colSpan="2" style="HEIGHT: 15px"><STRONG><FONT size="6"><3E>û<EFBFBD><C3BB><EFBFBD>Ϣ</FONT></STRONG></TD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Configuration;
namespace PMS
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1 @@
<%@ Application Codebehind="Global.asax.cs" Inherits="PMS.Global" %>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Web;
using System.Web.SessionState;
namespace PMS
{
/// <summary>
/// Global <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class Global : System.Web.HttpApplication
{
public Global()
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2F66FEE6-0341-486C-BB6A-809D63377D98}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>PMS</AssemblyName>
<AssemblyOriginatorKeyFile>

@ -0,0 +1,40 @@
ASP.NET人事人力资源管理系统源码
一、源码描述
环境VS2022 sql2019
二、功能介绍
一个简单的人事管理系统,包括职工基本信息、人事变动情况、奖惩情况模块
默认管理帐号密码为51Aspx
PMS为项目文件夹、DB_51Aspx为数据库文件夹、附加即可。
“PowerDesigner建模”目录下包含三个可运行文件PMS1.cdmPMS.cdmPMS.pdm分别为PMS系统的实体关系简图、实体关系图和数据库模型使用PowerDesigner集成开发环境打开任意一个文件即可运行。&nbsp;&nbsp;
目录下的readme.doc仅供参考为详细说明文件
注意原文件是VS2002项目为方便用户使用51aspx已经利用VS20005转换为Asp.net2.0版本
三、注意事项
1、在项目web.config修改数据库连接字符串附加数据库。
2、管理员账号与密码51aspx 51aspx 。
3、ctrl+F5运行即可。
作者: 吴晨
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/PersonManageSystem
------------------------------------------------------------------------------------------------
源码服务专家
官网: https://www.51aspx.com
讨论圈: https://club.51aspx.com/
平台声明:
1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用;
2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有;
3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com
4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性;
友情提示:
一般数据库文件默认在 DB_51Aspx 文件夹下
默认账号密码一般均为51Aspx
关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="dsn" value="Data Source=.;UID=sa;PWD=51Aspx;DATABASE=PMS"/>
</appSettings>
<!--
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
The following attributes can be set on the <httpRuntime> tag.
<system.Web>
<httpRuntime targetFramework="4.8" />
</system.Web>
-->
<system.web>
<!-- 动态调试编译

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|07 May 2003 06:48:50 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|07 May 2003 06:48:48 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|07 May 2003 06:48:48 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|20 Sep 2001 23:25:30 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|07 May 2003 11:09:04 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 07:03:03 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|07 May 2003 06:48:50 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|07 May 2003 06:48:50 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|20 Sep 2001 23:25:30 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 09:16:02 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 09:15:53 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|20 Sep 2001 15:25:28 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 09:16:26 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 09:16:19 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|20 Sep 2001 15:25:28 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 08:58:55 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 08:58:55 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|20 Sep 2001 23:25:30 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 06:41:04 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 09:01:05 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|20 Sep 2001 23:25:30 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|07 May 2003 08:52:54 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 07:04:55 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|20 Sep 2001 23:25:30 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 09:13:42 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 08:20:43 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|20 Sep 2001 23:25:30 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 08:30:19 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 08:30:19 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|20 Sep 2001 23:25:30 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 11:16:57 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 11:16:57 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|20 Sep 2001 23:25:30 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 11:15:22 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 09:19:27 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|20 Sep 2001 23:25:30 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 02:01:09 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 08:22:46 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|20 Sep 2001 23:25:30 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 09:10:38 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 Jul 2003 08:23:44 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|20 Sep 2001 23:25:30 -0000
vti_extenderversion:SR|4.0.2.4426

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="addrewardpunishment.aspx.cs" AutoEventWireup="false" Inherits="PMS.addrewardpunishment" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>addrewardpunishment</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="addrewardpunishment" method="post" runat="server">
<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="98%" align="center" border="1">
<TR>
<TD bgColor="#cccccc" style="HEIGHT: 3px">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace PMS
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="addtransfer.aspx.cs" AutoEventWireup="false" Inherits="PMS.addtransfer" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>addtransfer</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="addtransfer" method="post" runat="server">
<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="98%" align="center" border="1">
<TR>
<TD bgColor="#cccccc">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace PMS
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="addusers.aspx.cs" AutoEventWireup="false" Inherits="PMS.addusers" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>addusers</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="addusers" method="post" runat="server">
<DIV align="center">
<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="80%" border="1">
<TR>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Configuration;
using System.Data.SqlClient;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace PMS
{

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save