commit 66fbccc71b6cc83ea1080c49f82cb2e1d4b65e99 Author: editor <@51Aspx.com> Date: Mon Jun 24 17:36:43 2024 +0800 初始化 diff --git a/51Aspx源码必读.txt b/51Aspx源码必读.txt new file mode 100644 index 0000000..efb7a3e --- /dev/null +++ b/51Aspx源码必读.txt @@ -0,0 +1,43 @@ +ASP.NET计件工资管理系统源码 + +一、源码描述 +环境:VS2022 sql2019 + +二、功能介绍 +该系统为一纺织企业的计件工资管理系统,可按照车间部分进行管理 +工资可按照产品(如:裤子、内衣、上衣)和工序(如:逢袖、见线头、内衣制作、迁裤腿、作裤子、作袖)进行计算,并可以对工资列表进行Excel导出 +登陆页login.aspx,默认管理员账号密码均为51aspx + +说明: +需要安装iewebcontrols才能正常显示菜单 +该系统由51aspx从Asp.net1.1转换到Asp.net2.0,现已升级至VS2022 + +三、注意事项 +1、在项目web.config修改数据库连接字符串,附加数据库。 +2、管理员账号与密码: 51aspx 51aspx 。 +3、ctrl+F5运行即可。 + + + + + +作者: 不详 + +如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/GongZiGuanLi +------------------------------------------------------------------------------------------------ + + 源码服务专家 + 官网: 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 diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs new file mode 100644 index 0000000..b104422 --- /dev/null +++ b/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +// +// �йس��򼯵ij�����Ϣ��ͨ������ +// ���Լ����Ƶġ�������Щ����ֵ���޸������ +// ��������Ϣ�� +// +[assembly: AssemblyTitle("")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("")] +[assembly: AssemblyCopyright("")] +[assembly: AssemblyTrademark("")] diff --git a/Backup/AssemblyInfo.cs b/Backup/AssemblyInfo.cs new file mode 100644 index 0000000..b104422 --- /dev/null +++ b/Backup/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +// +// �йس��򼯵ij�����Ϣ��ͨ������ +// ���Լ����Ƶġ�������Щ����ֵ���޸������ +// ��������Ϣ�� +// +[assembly: AssemblyTitle("")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("")] +[assembly: AssemblyCopyright("")] +[assembly: AssemblyTrademark("")] diff --git a/Backup/GZGL.csproj b/Backup/GZGL.csproj new file mode 100644 index 0000000..6c29231 --- /dev/null +++ b/Backup/GZGL.csproj @@ -0,0 +1,15 @@ + + + 8.0.50727 + 2.0 + {B86053B3-EC02-4AAA-AD80-B93C9DCBA555} + {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Debug + AnyCPU + + + + + GZGL + + diff --git a/Backup/Global.asax b/Backup/Global.asax new file mode 100644 index 0000000..4d2758d --- /dev/null +++ b/Backup/Global.asax @@ -0,0 +1 @@ +<%@ Application Codebehind="Global.asax.cs" Inherits="GZGL.Global" %> diff --git a/Backup/Global.asax.cs b/Backup/Global.asax.cs new file mode 100644 index 0000000..81b3344 --- /dev/null +++ b/Backup/Global.asax.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections; +using System.ComponentModel; +using System.Web; +using System.Web.SessionState; + +namespace GZGL +{ + /// + /// Global ��ժҪ˵���� + /// + public class Global : System.Web.HttpApplication + { + /// + /// ���������������� diff --git a/Backup/Global.asax.resx b/Backup/Global.asax.resx new file mode 100644 index 0000000..a76fe8d --- /dev/null +++ b/Backup/Global.asax.resx @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/Backup/Web.config b/Backup/Web.config new file mode 100644 index 0000000..23069eb --- /dev/null +++ b/Backup/Web.config @@ -0,0 +1,15 @@ + + + + + + + diff --git a/Backup/bmgz/TREE_cp.aspx b/Backup/bmgz/TREE_cp.aspx new file mode 100644 index 0000000..c6b8043 --- /dev/null +++ b/Backup/bmgz/TREE_cp.aspx @@ -0,0 +1,15 @@ +<%@ Page language="c#" Codebehind="TREE_cp.aspx.cs" AutoEventWireup="false" Inherits="GZGL.bmgz.TREE_cp" %> +<%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %> + + + + TREE_cp + + + + + + +
+
diff --git a/Backup/bmgz/TREE_cp.aspx.cs b/Backup/bmgz/TREE_cp.aspx.cs new file mode 100644 index 0000000..0ea5f15 --- /dev/null +++ b/Backup/bmgz/TREE_cp.aspx.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections; +using System.ComponentModel; +using System.Data; +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; +using System.Data.SqlClient; +using System.Text; +using Microsoft.Web.UI.WebControls; + diff --git a/Backup/bmgz/TREE_cp.aspx.resx b/Backup/bmgz/TREE_cp.aspx.resx new file mode 100644 index 0000000..7c427c0 --- /dev/null +++ b/Backup/bmgz/TREE_cp.aspx.resx @@ -0,0 +1,15 @@ + + + + + Migration Report +