📄 res2.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="res2.aspx.cs" Inherits="res2" %>
<!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>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="z-index: 100;
left: 791px; position: absolute; top: 168px" Text="Button" />
<asp:Label ID="Label1" runat="server" Style="z-index: 101; left: 325px; position: absolute;
top: 192px" Text="pass"></asp:Label>
<asp:Label ID="Label2" runat="server" Style="z-index: 102; left: 324px; position: absolute;
top: 132px" Text="user"></asp:Label>
<asp:TextBox ID="TextBox1" runat="server" Style="z-index: 103; left: 464px; position: absolute;
top: 189px"></asp:TextBox>
<asp:TextBox ID="TextBox2" runat="server" Style="z-index: 104; left: 459px; position: absolute;
top: 126px"></asp:TextBox>
<asp:TextBox ID="TextBox3" runat="server" OnTextChanged="TextBox3_TextChanged" Style="z-index: 106;
left: 188px; position: absolute; top: 297px"></asp:TextBox>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -