温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:某市人口普查系统源码
当前文件路径:RenKouPuCha/Code/Help.aspx

1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Help.aspx.cs" Inherits="Code_Help" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head runat="server"> 7
<title>无标题页</title> 8
</head> 9
<body background="../image/bg2.gif" text="#002000"> 10
<form id="form1" runat="server"> 11
<div style="text-align: center"> 12
<br /> 13
<br /> 14
<br /> 15
<br /> 16
<br /> 17
<asp:TextBox ID="TextBox1" runat="server" BackColor="MediumOrchid" Font-Bold="False" 18
Font-Size="10pt" Height="144px" TextMode="MultiLine" Width="297px"> 欢迎使用人口普查系统(1.0版本).如有缺点,请发邮件至xue'er_mail@126.com,谢谢指正!Copyright(c)2008 雪儿制作.首次登入的拥护请您先注册.注册完毕后使用用户名和注册密码进行登入!该源码下载自www.51aspx.com(51aspx.com) 19
</asp:TextBox><br /> 20
<br /> 21
</div> 22
</form> 23
</body> 24
</html> 25



