?? index.aspx
字號(hào):
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="Index" %>
<!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">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
<link href="Main.css" type="text/css" rel="stylesheet" />
<title>書店圖書網(wǎng)絡(luò)管理系統(tǒng)</title>
</head>
<body >
<form id="form1" runat="server">
<div style="vertical-align: baseline; text-align: center">
<br />
<br />
<br />
<br />
<br />
<table align="center" cellpadding="0" cellspacing="0" style="border-right: 0px; border-top: 0px;
background-image: url(Img/BackGround.jpg); vertical-align: middle; border-left: 0px;
width: 760px; border-bottom: 0px; height: 330px; text-align: center">
<tr>
<td style="width: 760px; height: 15%">
</td>
</tr>
<tr>
<td align="center" style="width: 760px; height: 70px" valign="top">
<br />
<br />
<br />
<br />
<table align="center" cellpadding="0" cellspacing="0" style="border-right: 0px; border-top: 0px;
border-left: 0px; width: 220px; border-bottom: 0px; height: 139px">
<tr>
<td style="width: 220px; height: 33px">
<div align="center">
<strong><font color="#ffffff" size="2">系 統(tǒng) 登 錄</font></strong></div>
</td>
</tr>
<tr>
<td style="width: 220px; height: 39px">
<div align="center" style="text-align: center">
<font color="#ffffff" size="2">名稱:
<asp:TextBox ID="UserName" runat="server" class="input_selectAndtext" Height="18px"
MaxLength="30" Width="140px"></asp:TextBox>
<asp:RequiredFieldValidator ID="Requiredfieldvalidator1" runat="server" ControlToValidate="UserName"
Display="Static" ErrorMessage="*" Width="13px"></asp:RequiredFieldValidator></font></div>
</td>
</tr>
<tr style="color: #ffffff">
<td style="width: 220px; height: 38px; text-align: center">
<font color="#ffffff" size="2">口令:
<asp:TextBox ID="UserPass" runat="server" class="input_selectAndtext" Height="18px"
TextMode="Password" Width="140px"></asp:TextBox>
<asp:RequiredFieldValidator ID="Requiredfieldvalidator2" runat="server" ControlToValidate="UserPass"
Display="Static" ErrorMessage="*" Width="13px"></asp:RequiredFieldValidator></font></td>
</tr>
<tr>
<td align="right" height="29" style="width: 220px">
<div style="text-align: center">
<asp:Button ID="LoginBtn" runat="server" class="input_button" OnClick="LoginBtn_Click"
Text="登 錄" />
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 760px; height: 15%">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -