📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!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>无标题页</title>
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<div>
<table style="width: 600px; height: 300px">
<tr>
<td colspan="3" rowspan="1" style="width: 600px; height: 50px; background-color: #ffffcc">
<span style="font-size: 24pt; width: 50px; height: 600px">WorkOnlineSystem</span></td>
</tr>
<tr>
<td colspan="3" rowspan="2" style="width: 600px; height: 250px">
<table border="1" style="width: 345px">
<tr>
<td colspan="1" rowspan="1" style="width: 100px; text-align: right">
用户名:</td>
<td colspan="3" rowspan="1" style="width: 171px; text-align: left">
<asp:TextBox ID="TextBox1" runat="server" Width="137px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="1" rowspan="1" style="width: 100px; text-align: right">
密码:</td>
<td colspan="3" rowspan="1" style="width: 171px; text-align: left">
<asp:TextBox ID="TextBox2" runat="server" TextMode="Password" Width="135px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="4" rowspan="1" style="text-align: center">
<asp:Label ID="lblMsg" runat="server" ForeColor="Red"></asp:Label> </td>
</tr>
<tr>
<td colspan="4" rowspan="3">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="登陆" />
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</td>
</tr>
<tr>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -