• 博客(0)
  • 资源 (1)

空空如也

xxx小区物业管理系统

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="login" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>小区物业管理系统登陆</title> </head> <body> <form id="form1" runat="server"> <div> <table border="0" align="center" background="Image/login.jpg" style="width: 455px; height: 250px"> <tr> <td style="width: 455px; height: 250px"> <table width="455px" border="0"> <tr> <td colspan="2" style="height: 62px">&nbsp;</td> </tr> <tr> <td style="width: 20%">&nbsp;</td> <td style="width: 80%"><asp:TextBox ID="txtUser" runat="server" Width="194px"></asp:TextBox></td> </tr> <tr> <td style="width: 20%; height: 28px;"></td> <td style="width: 80%; height: 28px;"><asp:TextBox ID="txtPassWord" runat="server" TextMode="Password" Width="193px"></asp:TextBox></td> </tr> <tr> <td style="width: 20%; height: 28px;"></td> <td colspan="2" style="text-align: left;width: 80%;"> <asp:Button ID="btnLogin" runat="server" OnClick="btnLogin_Click" Text="确定" Width="110px" /><asp:Button ID="btnCancel" runat="server" Text="取消" Width="101px" OnClick="btnCancel_Click" /></td> </tr> <tr> <td colspan="2" style="height: 21px; text-align: center;"></td> </tr> </table> </td> </tr> </table> </div> </form> </body> </html>

2010-03-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除