📄 index.aspx
字号:
<%@ Page language="c#" Codebehind="index.aspx.cs" AutoEventWireup="false" Inherits="WebApplication2.index" ClientTarget="DownLevel" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>index</title>
<meta content="True" name="vs_showGrid">
<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">
</HEAD>
<body background="image/JPG045.jpg" ms_positioning="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<asp:label id="Label1" style="Z-INDEX: 101; LEFT: 392px; POSITION: absolute; TOP: 56px" runat="server"
Font-Size="Large" Font-Bold="True" Height="40px" Width="224px">Bank of China</asp:label><asp:textbox id="txtAccount" style="Z-INDEX: 102; LEFT: 448px; POSITION: absolute; TOP: 224px"
runat="server" Height="27px" Width="161px" Columns="15" BorderStyle="Outset"></asp:textbox><asp:label id="Label2" style="Z-INDEX: 103; LEFT: 368px; POSITION: absolute; TOP: 226px" runat="server"
Font-Size="Small" Height="24px" Width="72px">帐 号:</asp:label><asp:textbox id="txtPassword" style="Z-INDEX: 104; LEFT: 448px; POSITION: absolute; TOP: 296px"
runat="server" Height="27" Width="161" Columns="15" BorderStyle="Outset" TextMode="Password"></asp:textbox><asp:label id="Label3" style="Z-INDEX: 105; LEFT: 368px; POSITION: absolute; TOP: 298px" runat="server"
Height="24" Width="72px">密 码:</asp:label><asp:customvalidator id="CustomValidator1" style="Z-INDEX: 106; LEFT: 624px; POSITION: absolute; TOP: 227px"
runat="server" Height="23" Width="101" ControlToValidate="txtAccount" ErrorMessage="帐号不存在" Display="Dynamic"></asp:customvalidator><asp:customvalidator id="CustomValidator2" style="Z-INDEX: 107; LEFT: 624px; POSITION: absolute; TOP: 299px"
runat="server" Height="23" Width="80px" ControlToValidate="txtPassword" ErrorMessage="密码错误" Display="Dynamic"></asp:customvalidator><asp:button id="btnLogin" style="Z-INDEX: 108; LEFT: 400px; POSITION: absolute; TOP: 368px"
runat="server" Height="28" Width="73" Text="登 录" Font-Size="Smaller"></asp:button><asp:button id="btnRegister" style="Z-INDEX: 109; LEFT: 512px; POSITION: absolute; TOP: 368px"
runat="server" Height="28" Width="73" Text="注 册"></asp:button><asp:requiredfieldvalidator id="RequiredFieldValidator1" style="Z-INDEX: 110; LEFT: 616px; POSITION: absolute; TOP: 299px"
runat="server" Height="23" Width="8px" ControlToValidate="txtPassword" ErrorMessage="*" Display="Dynamic"></asp:requiredfieldvalidator>
<asp:RequiredFieldValidator id="RequiredFieldValidator2" style="Z-INDEX: 111; LEFT: 616px; POSITION: absolute; TOP: 228px"
runat="server" ErrorMessage="帐户不为空" ControlToValidate="txtAccount" Display="Dynamic">*</asp:RequiredFieldValidator></FONT></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -