📄 studentlogin.aspx
字号:
<%@ Page language="c#" Codebehind="studentLogin.aspx.cs" AutoEventWireup="false" Inherits="web.studentLogin" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>studentLogin</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<asp:Label id="lbl_ID" style="Z-INDEX: 101; LEFT: 200px; POSITION: absolute; TOP: 64px" runat="server"
Width="64px" Height="16px">用户名:</asp:Label>
<asp:TextBox id="txt_Name" style="Z-INDEX: 104; LEFT: 264px; POSITION: absolute; TOP: 96px" runat="server"
Width="120px" Height="24px"></asp:TextBox>
<asp:Label id="Label1" style="Z-INDEX: 103; LEFT: 200px; POSITION: absolute; TOP: 104px" runat="server"
Width="56px" Height="16px">密码:</asp:Label>
<asp:TextBox id="txt_ID" style="Z-INDEX: 102; LEFT: 264px; POSITION: absolute; TOP: 56px" runat="server"
Width="120px" Height="24px"></asp:TextBox>
<asp:Button id="btn_OK" style="Z-INDEX: 105; LEFT: 224px; POSITION: absolute; TOP: 200px" runat="server"
Width="80px" Height="32px" Text="确定"></asp:Button></FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -