📄 webform1.aspx
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="_6_5.WebForm1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>WebForm1</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<FONT face="宋体">
<FORM id="Form1" method="post" runat="server">
<FONT face="宋体">
<asp:Button id="Button2" style="Z-INDEX: 104; LEFT: 152px; POSITION: absolute; TOP: 128px" runat="server"
Width="64px" Text="返回"></asp:Button>
<asp:RegularExpressionValidator id="RegularExpressionValidator2" style="Z-INDEX: 108; LEFT: 248px; POSITION: absolute; TOP: 80px"
runat="server" Height="24px" Width="184px" ControlToValidate="TextBox2" ErrorMessage="密码输入不正确)" ValidationExpression="[^AGag]\d{2}-\d{3}"></asp:RegularExpressionValidator>
<asp:Label id="Label1" style="Z-INDEX: 105; LEFT: 32px; POSITION: absolute; TOP: 40px" runat="server"
Height="16px" Width="56px">用户名</asp:Label>
<asp:TextBox id="TextBox2" style="Z-INDEX: 102; LEFT: 104px; POSITION: absolute; TOP: 72px" runat="server"
Height="24px" Width="128px" TextMode="Password"></asp:TextBox>
<asp:Label id="Label2" style="Z-INDEX: 100; LEFT: 32px; POSITION: absolute; TOP: 72px" runat="server"
Height="32px" Width="64px">密码</asp:Label>
<asp:TextBox id="TextBox1" style="Z-INDEX: 101; LEFT: 104px; POSITION: absolute; TOP: 32px" runat="server"
Height="24px" Width="128px"></asp:TextBox>
<asp:Button id="Button1" style="Z-INDEX: 103; LEFT: 56px; POSITION: absolute; TOP: 128px" runat="server"
Width="64px" Text="登陆"></asp:Button>
<asp:RegularExpressionValidator id="RegularExpressionValidator1" style="Z-INDEX: 107; LEFT: 248px; POSITION: absolute; TOP: 32px"
runat="server" Height="24px" Width="184px" ControlToValidate="TextBox1" ErrorMessage="(用户名输入不正确)" ValidationExpression="[a-z]\d{3}|\d{4}"></asp:RegularExpressionValidator></FONT></FORM>
</FONT>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -