?? check.aspx
字號(hào):
?<%@ page language="C#" autoeventwireup="true" inherits="_Default, App_Web_xtvwqxfv" %>
<!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>無標(biāo)題頁</title>
</head>
<body bgcolor="silver">
<form id="form1" runat="server">
<div>
<div style="z-index: 101; left: 362px; width: 248px; position: absolute; top: 153px;
height: 132px; border-right: black thin solid; border-top: black thin solid; border-left: black thin solid; border-bottom: black thin solid;">
<asp:Label ID="Label1" runat="server" Font-Names="方正行楷簡(jiǎn)體" Font-Size="Large" Style="z-index: 100;
left: 8px; position: absolute; top: 9px" Text="賬號(hào):"></asp:Label>
<asp:TextBox ID="TextBox1" runat="server" Style="z-index: 101; left: 61px; position: absolute;
top: 9px" Width="99px"></asp:TextBox>
<asp:Label ID="Label2" runat="server" Font-Names="方正行楷簡(jiǎn)體" Font-Size="Large" Style="z-index: 102;
left: 8px; position: absolute; top: 46px" Text="密碼:"></asp:Label>
<asp:TextBox ID="TextBox2" runat="server" Style="z-index: 103; left: 61px; position: absolute;
top: 49px" Width="99px" TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
ErrorMessage="不能為空" Style="left: 174px; position: absolute; top: 13px" ValidationGroup="login"
Width="67px"></asp:RequiredFieldValidator>
<asp:Button ID="Button1" runat="server" CausesValidation="False" Font-Names="方正行楷簡(jiǎn)體"
Font-Size="Medium" Height="24px" Style="left: 34px; position: absolute; top: 85px"
Text="注冊(cè)" Width="55px" OnClick="Button1_Click" />
<asp:Button ID="Button2" runat="server" Font-Names="方正行楷簡(jiǎn)體" Style="left: 106px; position: absolute;
top: 85px" Text="登錄" ValidationGroup="login" Width="55px" OnClick="Button2_Click" />
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2"
ErrorMessage="不能為空" Style="left: 173px; position: absolute; top: 56px" ValidationGroup="login"
Width="68px"></asp:RequiredFieldValidator>
</div>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -