master
editor 1 month ago
commit 9738a394f6

@ -0,0 +1,44 @@
ASP.NET物业管理系统源码
一、源码描述
环境VS2022 sql2019
二、功能介绍
一个简单实用的物业管理系统,包括
小区管理:小区概况、周边设施:学校、医院、游泳池等
住户管理:住户的基本资料、入住房屋信息、空房信息等
楼宇管理:建筑面积、朝向、户型、户主等基本信息
车位管理:车牌号、车类型等
设备管理:小区设备名称、型号以及维修信息等
同时还包括物业公司员工的管理
默认管理帐号密码均为51aspx
三、注意事项
1、在项目web.config修改数据库连接字符串附加数据库。
2、管理员账号与密码51aspx 51aspx 。
3、ctrl+F5运行即可。
作者: smallHouse
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/AspNetWuYeGuanLi
------------------------------------------------------------------------------------------------
源码服务专家
官网: 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 @@
<%@ Page language="c#" Codebehind="AQGL.aspx.cs" AutoEventWireup="false" Inherits="SmallHouse.AQGL" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>AQGL</title>
<meta content="Microsoft Visual Studio .NET 7.1" 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">
<LINK href="css/mm.css" type="text/css" rel="stylesheet">
</HEAD>
<body bgColor="#e2f3c0" MS_POSITIONING="GridLayout">
<form id="theForm" method="post" runat="server">
<table style="WIDTH: 878px; HEIGHT: 367px">
<TBODY>

@ -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.Data.SqlClient;
namespace SmallHouse
{
/// <summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -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>
// <20><><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>
// <20><><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,44 @@
ASP.NET物业管理系统源码
一、源码描述
环境VS2022 sql2019
二、功能介绍
一个简单实用的物业管理系统,包括
小区管理:小区概况、周边设施:学校、医院、游泳池等
住户管理:住户的基本资料、入住房屋信息、空房信息等
楼宇管理:建筑面积、朝向、户型、户主等基本信息
车位管理:车牌号、车类型等
设备管理:小区设备名称、型号以及维修信息等
同时还包括物业公司员工的管理
默认管理帐号密码均为51aspx
三、注意事项
1、在项目web.config修改数据库连接字符串附加数据库。
2、管理员账号与密码51aspx 51aspx 。
3、ctrl+F5运行即可。
作者: smallHouse
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/AspNetWuYeGuanLi
------------------------------------------------------------------------------------------------
源码服务专家
官网: 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 @@
<%@ Page language="c#" Codebehind="AQGL.aspx.cs" AutoEventWireup="false" Inherits="SmallHouse.AQGL" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>AQGL</title>
<meta content="Microsoft Visual Studio .NET 7.1" 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">
<LINK href="css/mm.css" type="text/css" rel="stylesheet">
</HEAD>
<body bgColor="#e2f3c0" MS_POSITIONING="GridLayout">
<form id="theForm" method="post" runat="server">
<table style="WIDTH: 878px; HEIGHT: 367px">
<TBODY>

@ -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.Data.SqlClient;
namespace SmallHouse
{
/// <summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -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>
// <20><><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>
// <20><><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 @@
namespace SmallHouse
{
//
// Filename: CCUtility.cs
// Generated with CodeCharge 2.0.5
// ASP.NET C#.ccp build 03/07/2002
//
//-------------------------------
//<2F><>Դ<EFBFBD><D4B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>www.51aspx.com(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;

@ -0,0 +1,44 @@
ASP.NET物业管理系统源码
一、源码描述
环境VS2022 sql2019
二、功能介绍
一个简单实用的物业管理系统,包括
小区管理:小区概况、周边设施:学校、医院、游泳池等
住户管理:住户的基本资料、入住房屋信息、空房信息等
楼宇管理:建筑面积、朝向、户型、户主等基本信息
车位管理:车牌号、车类型等
设备管理:小区设备名称、型号以及维修信息等
同时还包括物业公司员工的管理
默认管理帐号密码均为51aspx
三、注意事项
1、在项目web.config修改数据库连接字符串附加数据库。
2、管理员账号与密码51aspx 51aspx 。
3、ctrl+F5运行即可。
作者: smallHouse
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/AspNetWuYeGuanLi
------------------------------------------------------------------------------------------------
源码服务专家
官网: 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 @@
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Area]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[Area]
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[AreaKK]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[AreaKK]
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[BM_Config]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[BM_Config]
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[BM_PavilionType]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[BM_PavilionType]
GO

@ -0,0 +1,15 @@
<%@ Page CodeBehind="DM_List.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="SmallHouse.DM_List" %>
<HTML>
<HEAD>
<title><3E><>ҵ<EFBFBD><D2B5><EFBFBD><EFBFBD>ϵͳ</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="css/mm.css" type="text/css" rel="stylesheet">
</HEAD>
<body bgColor="#ffffff" leftMargin="0" topMargin="0" marginheight="0" marginwidth="0">
<form name="theForm" runat="server">
<table cellSpacing="10" cellPadding="0" width="100%" border="0">
<tr>
<td>
<table class="bborder" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td height="22">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.OleDb;
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 SmallHouse
{
/// <summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

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

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

@ -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,7 @@
<html>
<head>
<meta http-equiv="refresh" content="0;URL=index.aspx">
</head>
<body bgcolor="#FFFFFF">
</body>
</html>

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

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page CodeBehind="Member_List.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="SmallHouse.Member_List" %>
<HTML>
<HEAD>
<title><3E><>ҵ<EFBFBD><D2B5><EFBFBD><EFBFBD>ϵͳ</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="css/mm.css" type="text/css" rel="stylesheet">
</HEAD>
<body bgColor="#ffffff" leftMargin="0" topMargin="0" marginheight="0" marginwidth="0">
<form name="theForm" runat="server">
<table cellSpacing="10" cellPadding="0" width="100%" border="0">
<tr>
<td>
<table class="bborder" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.OleDb;
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 SmallHouse
{
/// <summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page CodeBehind="Member_edit.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="SmallHouse.Member_edit" %>
<HTML>
<HEAD>
<title><3E><>ҵ<EFBFBD><D2B5><EFBFBD><EFBFBD>ϵͳ</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css/mm.css" type="text/css">
</HEAD>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="theForm" runat="server">
<table width="100%" border="0" cellspacing="10" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="bborder">
<tr>
<td height="20">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.OleDb;
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 SmallHouse
{
/// <summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Register TagPrefix="CC" TagName="Footer" Src="Footer.ascx" %>
<%@ Register TagPrefix="CC" TagName="Header" Src="Header.ascx" %>
<%@ Page language="c#" Codebehind="MeterManage.aspx.cs" AutoEventWireup="false" Inherits="SmallHouse.MeterManage" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>MeterManage</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="ioffice.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.OleDb;
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 SmallHouse
{
/// <summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page CodeBehind="Phone_List.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="SmallHouse.Phone_List" %>
<HTML>
<HEAD>
<title><3E><EFBFBD><E7BBB0><EFBFBD><EFBFBD></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="css/mm.css" type="text/css" rel="stylesheet">
</HEAD>
<body bgColor="#ffffff" leftMargin="0" topMargin="0" marginheight="0" marginwidth="0">
<form name="theForm" runat="server">
<table cellSpacing="10" cellPadding="0" width="100%" border="0">
<tr>
<td>
<table class="bborder" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.OleDb;
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 SmallHouse
{
/// <summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page CodeBehind="Phone_edit.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="SmallHouse.Phone_edit" %>
<HTML>
<HEAD>
<title><3E><>ҵ<EFBFBD><D2B5><EFBFBD><EFBFBD></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css/mm.css" type="text/css">
</HEAD>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="theForm" runat="server">
<table width="100%" border="0" cellspacing="10" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="bborder">
<tr>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.OleDb;
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 SmallHouse
{
/// <summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
.PageBODY {background-color: #FFFFFF; color: #2F2F4F}
.FormTABLE {}
.FormHeaderTD {background-color: #3299CC; color: #FFFFFF; text-align: Center; padding: 3}
.FormHeaderFONT {font-size: 10pt; color: #FFFFFF; font-weight: bold; font-family: Verdana, Arial, Helvetica, Tahoma}
.FieldCaptionTD {background-color: #DEDFDF; padding: 3}
.FieldCaptionFONT {font-size: 10pt; font-family: Verdana, Helvetica, Arial, Tahoma}
.DataTD {background-color: #F7F7F7}
.RecordSeparatorTD {background-color: #F7F7F7}
.DataFONT {font-size: 8pt; font-family: Verdana, Helvetica, Arial, Tahoma}
.ColumnFONT {font-size: 8pt; color: #FFFFFF; font-weight: bold; font-family: Verdana, Helvetica, Arial, Tahoma}
.ColumnTD {background-color: #2F2F4F; color: #FFFFFF; padding: 3}
.td
{
padding-right: 2px;
padding-left: 2px;

@ -0,0 +1,15 @@
<VisualStudioProject>
<CSHARP
ProjectType = "Web"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{6724530C-7C23-42D8-9302-575DACB39919}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "SmallHouse"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"

@ -0,0 +1,15 @@
<!DOCTYPE html>
<!-- saved from url=(0014)about:internet -->
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt"><head><meta content="en-us" http-equiv="Content-Language" /><meta content="text/html; charset=utf-16" http-equiv="Content-Type" /><title _locID="ConversionReport0">
Migration Report
</title><style>
/* Body style, for the entire document */
body
{
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<!--add key="DBConnectionString" value="Provider=Microsoft.Jet.OLEDB.4.0; Data Source=smallHouse.mdb" /-->
<add key="DBConnectionString" value="Provider=SQLOLEDB;Data Source=(local);Initial Catalog=SmallHouse;User ID=sa;Pwd=sasasa;Trusted_Connection=False;"/>
</appSettings>
<system.web>
<!-- 动态调试编译
设置 compilation debug="true" 以启用 ASPX 调试。否则,将此值设置为
false 将提高此应用程序的运行时性能。
设置 compilation debug="true" 以将调试符号(.pdb 信息)
插入到编译页中。因为这将创建执行起来
较慢的大文件,所以应该只在调试时将此值设置为 true而在所有其他时候都设置为
false。有关更多信息请参考有关

@ -0,0 +1,15 @@
<%@ Page CodeBehind="XQKK.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="SmallHouse.XQKK" %>
<HTML>
<HEAD>
<title>С<><D0A1><EFBFBD>ſ<EFBFBD></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript" src="../../inc/public.js"></script>
<link rel="stylesheet" href="css/mm.css" type="text/css">
</HEAD>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="Form1" method="post" runat="server">
<table width="100%" border="0" cellspacing="10" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.OleDb;
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 SmallHouse
{
/// <summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page CodeBehind="XQkk_edit.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="SmallHouse.XQkk_edit" %>
<HTML>
<HEAD>
<title>С<><D0A1><EFBFBD>ſ<EFBFBD></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css/mm.css" type="text/css">
</HEAD>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="theForm" method="post" runat="server">
<table width="100%" border="0" cellspacing="10" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="bborder">
<tr>
<td height="20">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Data.OleDb;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace SmallHouse
{
/// <summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
var snSrc;
if (window.__smartNav == null)
{
window.__smartNav = new Object();
window.__smartNav.update = function()
{
var sn = window.__smartNav;
var fd;
document.detachEvent("onstop", sn.stopHif);
sn.inPost = false;
try { fd = frames["__hifSmartNav"].document; } catch (e) {return;}
var fdr = fd.getElementsByTagName("asp_smartnav_rdir");
if (fdr.length > 0)
{
if (sn.sHif == null)

@ -0,0 +1,15 @@
var Page_ValidationVer = "125";
var Page_IsValid = true;
var Page_BlockSubmit = false;
function ValidatorUpdateDisplay(val) {
if (typeof(val.display) == "string") {
if (val.display == "None") {
return;
}
if (val.display == "Dynamic") {
val.style.display = val.isvalid ? "none" : "inline";
return;
}
}
val.style.visibility = val.isvalid ? "hidden" : "visible";
}

@ -0,0 +1,15 @@
.crpage
{
background-color:#FFFFFF;
color:#000000;
font-family:verdana,Arial;
}
.crheader
{
background-color: #B2B2B2;
color: #000000;
font-family:verdana,Arial;
}
.crheader A

@ -0,0 +1,15 @@
<HTML>
<HEAD>
<META http-equiv=content-type="text/html; charset=utf-8">
<TITLE>Crystal Reports</TITLE>
</HEAD>
<SCRIPT LANGUAGE="JavaScript">
//newWin = window;
// USE THE JAVASCRIPT-GENERATED DOCUMENTS (calDocTop, calDocBottom) IN THE FRAMESET
calDocFrameset =
"<FRAMESET ROWS='70,*' FRAMEBORDER='0'>\n" +
" <FRAME NAME='topCalFrame' SRC='calendartop.html' SCROLLING='no'>\n" +
" <FRAME NAME='bottomCalFrame' SRC='calendarbottom.html' SCROLLING='no'>\n" +
"</FRAMESET>\n";

@ -0,0 +1,3 @@
<script language="javascript">
document.write(parent.parent.opener.calDocBottom);
</script>

@ -0,0 +1,3 @@
<script language="javascript">
document.write(parent.parent.opener.calDocTop);
</script>

@ -0,0 +1,15 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
</head>
<body>
<script language="javascript">
<!--
// export UI functions
function check(obj) {
return !obj.disabled;
}
function toggleRangeFields(obj) {
if( obj.id == "radio1") {
document.Export.from.disabled = true;

@ -0,0 +1,15 @@
<HTML>
<HEAD>
<TITLE>Crystal Reports Viewer</TITLE>
<SCRIPT language="Javascript" src="../js/print.js"></SCRIPT>
<SCRIPT FOR="CrystalPrintControl" EVENT="Finished(status, statusText)" LANGUAGE="Javascript">
<!--
window.close();
-->
</SCRIPT>
</HEAD>
<BODY onload="checkUserCancelledInstallation(document.getElementById('CrystalPrintControl'))" onBeforeUnload="cancelPrinting(document.getElementById('CrystalPrintControl'))">
<SCRIPT LANGUAGE="Javascript">
<!--
var objectTag = "<OBJECT ID=\"CrystalPrintControl\" CLASSID=\"CLSID:BAEE131D-290A-4541-A50A-8936F159563A\" CODEBASE=\"";
objectTag += window.dialogArguments.codebase;

@ -0,0 +1,15 @@
/*
File Version Start - Do not remove this if you are modifying the file
Build: 9.5.0
File Version End
*/
/*
this function is used to verify whether the 'Enter' key is pressed.
if the 'Enter' key is pressed, then either call the event handler function passed in as a parameter (evntHdlrName)
or if evntHdlrName is an empty string, submit the form that contains the input box (that triggers this function).
The form name is passed in as the third parameter, if it's an empty string, it's set to 0 by default.
The first parameter is an event object
written by Paul Chong, 17th May 01
*/

@ -0,0 +1,15 @@
// Modified Date: 11/30/1999
// Modified By: Robert W. Husted
// Notes: Added frameset support (changed reference for "newWin" to "top.newWin")
// Also changed Spanish "March" from "Marcha" to "Marzo"
// Fixed JavaScript Date Anomaly affecting days > 28
//
// Modified by Crystal Decisions
// Removed large amounts of comments to shrink file size.
// Removed multi language support as language set by user as accept-language and navigator.language don't necessarily match
// Removed formatting code as only format wanted is for Crystal Reports Date/DateTime parameters
// Moved resource strings to top of file for translation
// Added A.whatever:visited styles so that followed links appear as if they weren't followed
// BEGIN USER-EDITABLE SECTION -----------------------------------------------------

@ -0,0 +1,15 @@
// TDC is to get DateTime format info for current locale
function TDC() {
var d=new Date(1970,0,0,0,0,0,0),d2=new Date(d),s1,s2,api=-1;
d.setHours(10); d2.setHours(11);
s1=d.toLocaleString(); s2=d2.toLocaleString();
this.displayHour=(s1!=s2);
d.setHours(0); d2.setHours(0);
d.setMinutes(10); d2.setMinutes(11);
this.displayMinute=(d.toLocaleString()!=d2.toLocaleString());
d.setMinutes(0); d2.setMinutes(0);
d.setSeconds(10); d2.setSeconds(11);
this.displaySecond=(d.toLocaleString()!=d2.toLocaleString());
d.setSeconds(0); d2.setSeconds(0);
if (this.displayHour) {

@ -0,0 +1,15 @@
// export.js
// This file contains the funcitons needed to construct the HTML for the export / print dialog.
//
// Global variable
var print = false; // default to export, so set print to false
var crystal_postback =
"<INPUT type=\"hidden\" name=\"reportsource\" id=\"reportsource\"/>" +
"<INPUT type=\"hidden\" name=\"viewstate\" id=\"viewstate\"/>";
function getPageTitle() {
if (print) {
return L_PrintPageTitle;
}
else {
return L_ExportPageTitle;

@ -0,0 +1,15 @@
var IE_PRINT_CONTROL_PRODUCTVERSION = "10,2,0,1092"
var NS_PRINT_CONTROL_PRODUCTVERSION = "10.2.0.1092"
function blockEvents() {
var deadend;
opener.captureEvents(Event.CLICK, Event.MOUSEDOWN, Event.MOUSEUP, Event.FOCUS);
opener.onclick = deadend;
opener.onmousedown = deadend;
opener.onmouseup = deadend;
opener.focus = deadend;
}
function unblockEvents() {
opener.releaseEvents(Event.CLICK, Event.MOUSEDOWN, Event.MOUSEUP, Event.FOCUS);
opener.onclick = null;

@ -0,0 +1,15 @@
//////////////////////////////
// FOR DEBUGGING ONLY
var debug = false;
function dumpFormFields(formName)
{
theForm = document.forms[formName];
for ( idx = 0; idx < theForm.elements.length; ++idx )
alert ( theForm.elements[idx].name + " - " + theForm.elements[idx].value );
}
//////////////////////////////
// GLOBAL VAR
var needURLEncode = false; // only need to do url encode in java
var promptPrefix = "promptex-";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "\u4eca\u5929";
var L_January = "\u4e00\u6708";
var L_February = "\u4e8c\u6708";
var L_March = "\u4e09\u6708";
var L_April = "\u56db\u6708";
var L_May = "\u4e94\u6708";
var L_June = "\u516d\u6708";
var L_July = "\u4e03\u6708";
var L_August = "\u516b\u6708";
var L_September = "\u4e5d\u6708";
var L_October = "\u5341\u6708";
var L_November = "\u5341\u4e00\u6708";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "\u4eca\u5929";
var L_January = "1 \u6708";
var L_February = "2 \u6708";
var L_March = "3 \u6708";
var L_April = "4 \u6708";
var L_May = "5 \u6708";
var L_June = "6 \u6708";
var L_July = "7 \u6708";
var L_August = "8 \u6708";
var L_September = "9 \u6708";
var L_October = "10 \u6708";
var L_November = "11 \u6708";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "Heute";
var L_January = "Januar";
var L_February = "Februar";
var L_March = "M\u00e4rz";
var L_April = "April";
var L_May = "Mai";
var L_June = "Juni";
var L_July = "Juli";
var L_August = "August";
var L_September = "September";
var L_October = "Oktober";
var L_November = "November";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "Today";
var L_January = "January";
var L_February = "February";
var L_March = "March";
var L_April = "April";
var L_May = "May";
var L_June = "June";
var L_July = "July";
var L_August = "August";
var L_September = "September";
var L_October = "October";
var L_November = "November";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "Hoy";
var L_January = "Enero";
var L_February = "Febrero";
var L_March = "Marzo";
var L_April = "Abril";
var L_May = "Mayo";
var L_June = "Junio";
var L_July = "Julio";
var L_August = "Agosto";
var L_September = "Septiembre";
var L_October = "Octubre";
var L_November = "Noviembre";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "Aujourd'hui";
var L_January = "Janvier";
var L_February = "F\u00e9vrier";
var L_March = "Mars";
var L_April = "Avril";
var L_May = "Mai";
var L_June = "Juin";
var L_July = "Juillet";
var L_August = "Ao\u00fbt";
var L_September = "Septembre";
var L_October = "Octobre";
var L_November = "Novembre";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "Oggi";
var L_January = "Gennaio";
var L_February = "Febbraio";
var L_March = "Marzo";
var L_April = "Aprile";
var L_May = "Maggio";
var L_June = "Giugno";
var L_July = "Luglio";
var L_August = "Agosto";
var L_September = "Settembre";
var L_October = "Ottobre";
var L_November = "Novembre";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "\u4eca\u65e5";
var L_January = "1 \u6708";
var L_February = "2 \u6708";
var L_March = "3 \u6708";
var L_April = "4 \u6708";
var L_May = "5 \u6708";
var L_June = "6 \u6708";
var L_July = "7 \u6708";
var L_August = "8 \u6708";
var L_September = "9 \u6708";
var L_October = "10 \u6708";
var L_November = "11 \u6708";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "\uc624\ub298";
var L_January = "1\uc6d4";
var L_February = "2\uc6d4";
var L_March = "3\uc6d4";
var L_April = "4\uc6d4";
var L_May = "5\uc6d4";
var L_June = "6\uc6d4";
var L_July = "7\uc6d4";
var L_August = "8\uc6d4";
var L_September = "9\uc6d4";
var L_October = "10\uc6d4";
var L_November = "11\uc6d4";

@ -0,0 +1,4 @@
.test { color: #000000; font-family: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; font-size: 12px; text-decoration:
none}a:active { font-family: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; font-size: 12px; font-style: normal; line-height:
normal; font-weight: normal; font-variant: normal; color: #000000; text-decoration:
none}

@ -0,0 +1,5 @@
.btxt { font-family: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; font-size: 13px; font-weight: normal; font-style:
normal; color: #000000 ; text-decoration: none}.test { color: #000000; font-family:
"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; font-size: 13px; text-decoration: none}a:active { font-family: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; font-size:
13px; font-style: normal; line-height: normal; font-weight: normal; font-variant:
normal; color: #000000; text-decoration: none}

@ -0,0 +1,9 @@
.tree-control {
FONT-SIZE: 80%; LINE-HEIGHT: 1; FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif
}
.tree-control-selected {
FONT-WEIGHT: bold; COLOR: black; TEXT-DECORATION: none
}
.tree-control-unselected {
FONT-WEIGHT: normal; COLOR: black; FONT-STYLE: normal; TEXT-DECORATION: none
}

@ -0,0 +1,15 @@
td { font-family: "Verdana", "Tahoma", "<22><><EFBFBD><EFBFBD>"; font-size: 11px; line-height: 18px}
.ts { font-size: 11px; line-height: 14px; font-family: "Verdana", "Tahoma", "<22><><EFBFBD><EFBFBD>"}
.ty { font-size: 11px; line-height: 14px}
.tl { font-size: 14px; line-height: 20px; font-family: "Verdana", "Tahoma", "<22><><EFBFBD><EFBFBD>"}
.at { font-size: 11px; color:#000000; text-decoration: none}
.tout { font-size: 11px; color:#000000; text-decoration: none}
.ct { color:#000000}
li { font-size: 12px; line-height: 20px}
a:link{ color:#314D07}
a:visited { color: #4B7013}
.bborder { background-color: #C1DA90}
.btd { background-color: #F0F9DF}
.btd2 { background-color: #ffffff}
.btd3 { background-color: #C1DA90}
.ttopname { font-size: 14px; color: #ffffff; line-height: 18px}

@ -0,0 +1,15 @@
TD {
FONT-SIZE: 12px; LINE-HEIGHT: 18px
}
.ts {
FONT-SIZE: 12px; LINE-HEIGHT: 14px
}
.tl {
FONT-SIZE: 14px; LINE-HEIGHT: 20px; FONT-FAMILY: "<22><><EFBFBD><EFBFBD>"
}
.at {
FONT-SIZE: 12px; COLOR: #000000; LINE-HEIGHT: 18px; TEXT-DECORATION: none
}
LI {
FONT-SIZE: 12px; LINE-HEIGHT: 20px
}

@ -0,0 +1,15 @@
<%@ Page CodeBehind="cwzl.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="SmallHouse.cwzl" %>
<HTML>
<HEAD>
<title><3E><>λ<EFBFBD><CEBB><EFBFBD><EFBFBD></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css/mm.css" type="text/css">
</HEAD>
<body leftmargin="0" bgcolor="#ffffff" topmargin="0" marginwidth="0" marginheight="0">
<form name="theForm" runat="server">
<table border="0" cellspacing="10" cellpadding="0" width="100%">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bborder">
<tr>
<td height="22">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.OleDb;
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 SmallHouse
{
/// <summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page CodeBehind="cwzl_edit.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="SmallHouse.cwzl_edit" %>
<HTML>
<HEAD>
<title><3E><>λ<EFBFBD><CEBB><EFBFBD><EFBFBD> : <20>޸ij<DEB8>λ</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css/mm.css" type="text/css">
</HEAD>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="theForm" runat="server">
<table width="100%" border="0" cellspacing="10" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="bborder">
<tr>
<td height="20">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.OleDb;
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 SmallHouse
{
/// <summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page CodeBehind="default.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="SmallHouse._default" %>
<HTML>
<HEAD>
<title><3E><>ҵ<EFBFBD><D2B5><EFBFBD><EFBFBD>ϵͳ</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css"> TD { FONT-SIZE: 12px; LINE-HEIGHT: 14px } .tl { FONT-SIZE: 14px; LINE-HEIGHT: 14px } .ts { FONT-SIZE: 12px; LINE-HEIGHT: 14px } .INPUT { WIDTH: 115px; HEIGHT: 20px } .TT { FONT-SIZE: 12px; COLOR: #ffffff } .ts2 { FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif" } </style>
</HEAD>
<BODY background="images/sch-01.gif">
<FORM name="theform" runat="server">
<BR>
<BR>
<TABLE cellSpacing="0" borderColorDark="#3300cc" cellPadding="0" width="760" align="center"
borderColorLight="#ffffff" border="0">
<TBODY>

@ -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;
namespace SmallHouse
{
/// <summary>
/// index <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page CodeBehind="fjxx.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="SmallHouse.fjxx" %>
<HTML>
<HEAD>
<title>¥<><C2A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="css/mm.css" type="text/css" rel="stylesheet">
</HEAD>
<body bgColor="#ffffff" leftMargin="0" topMargin="0" marginheight="0" marginwidth="0">
<form name="theForm" runat="server">
<table cellSpacing="10" cellPadding="0" width="100%" border="0">
<tr>
<td>
<table class="bborder" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td height="22">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.OleDb;
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 SmallHouse
{
/// <summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page CodeBehind="fjxx_edit.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="SmallHouse.fjxx_edit" %>
<HTML>
<HEAD>
<title><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css/mm.css" type="text/css">
</HEAD>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="theForm" runat="server">
<table width="100%" border="0" cellspacing="10" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="bborder">
<tr>
<td height="20">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.OleDb;
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 SmallHouse
{
/// <summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,44 @@
ASP.NET物业管理系统源码
一、源码描述
环境VS2022 sql2019
二、功能介绍
一个简单实用的物业管理系统,包括
小区管理:小区概况、周边设施:学校、医院、游泳池等
住户管理:住户的基本资料、入住房屋信息、空房信息等
楼宇管理:建筑面积、朝向、户型、户主等基本信息
车位管理:车牌号、车类型等
设备管理:小区设备名称、型号以及维修信息等
同时还包括物业公司员工的管理
默认管理帐号密码均为51aspx
三、注意事项
1、在项目web.config修改数据库连接字符串附加数据库。
2、管理员账号与密码51aspx 51aspx 。
3、ctrl+F5运行即可。
作者: smallHouse
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/AspNetWuYeGuanLi
------------------------------------------------------------------------------------------------
源码服务专家
官网: 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,44 @@
ASP.NET物业管理系统源码
一、源码描述
环境VS2022 sql2019
二、功能介绍
一个简单实用的物业管理系统,包括
小区管理:小区概况、周边设施:学校、医院、游泳池等
住户管理:住户的基本资料、入住房屋信息、空房信息等
楼宇管理:建筑面积、朝向、户型、户主等基本信息
车位管理:车牌号、车类型等
设备管理:小区设备名称、型号以及维修信息等
同时还包括物业公司员工的管理
默认管理帐号密码均为51aspx
三、注意事项
1、在项目web.config修改数据库连接字符串附加数据库。
2、管理员账号与密码51aspx 51aspx 。
3、ctrl+F5运行即可。
作者: smallHouse
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/AspNetWuYeGuanLi
------------------------------------------------------------------------------------------------
源码服务专家
官网: 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 @@
<%@ Page CodeBehind="index.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="SmallHouse.index" %>
<HTML>
<HEAD>
<title><3E><>ҵ<EFBFBD><D2B5><EFBFBD><EFBFBD>ϵͳ</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css"> TD { FONT-SIZE: 12px; LINE-HEIGHT: 14px } .tl { FONT-SIZE: 14px; LINE-HEIGHT: 14px } .ts { FONT-SIZE: 12px; LINE-HEIGHT: 14px } .INPUT { WIDTH: 115px; HEIGHT: 20px } .TT { FONT-SIZE: 12px; COLOR: #ffffff } .ts2 { FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif" } </style>
</HEAD>
<body bgcolor="#699326" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<table width="587" border="0" cellspacing="0" cellpadding="0" height="296">
<tr>
<td height="55" background="images/home_top.gif" align="right" valign="bottom">
<table width="116" border="0" cellspacing="0" cellpadding="5">

@ -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;
namespace SmallHouse
{
/// <summary>
/// index <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<html>
<head>
<title><EFBFBD><EFBFBD>ҵ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset rows="76,*" frameborder="NO" border="0" framespacing="0" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" >
<frame name="top" scrolling="no" noresize src="top.htm" border="0" frameborder="no" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">
<frameset cols="150,*" border="1" frameborder="1" FRAMESPACING="2" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" BORDERCOLOR="#78A327">
<frame name="left" scrolling="auto" src="left.htm" frameborder="NO" border="0" framespacing="0" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" noresize>
<frame name="main" src="main.htm" border="0" frameborder="no" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">
</frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF">
</body>

@ -0,0 +1,7 @@
<html>
<head>
<meta http-equiv="refresh" content="0;URL=default.aspx">
</head>
<body bgcolor="#FFFFFF">
</body>
</html>

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="kongchu.aspx.cs" AutoEventWireup="false" Inherits="SmallHouse.kongchu" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E>ճ<EFBFBD><D5B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="css/mm.css" type="text/css" rel="stylesheet">
</HEAD>
<body bgColor="#ffffff" leftMargin="0" topMargin="0" marginheight="0" marginwidth="0">
<form name="theForm" runat="server" ID="Form1">
<table cellSpacing="0" cellPadding="0" border="0" WIDTH="100%" HEIGHT="100%">

@ -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.Data.OleDb;
namespace SmallHouse
{
/// <summary>

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

Loading…
Cancel
Save