📄 webform1.aspx
字号:
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="WebApplication1.WebForm1" %>
<HTML>
<HEAD>
<title>Login</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>
<form id="Form1" method="post" runat="server">
<table align="center" cellSpacing="0" cellPadding="0" width="100%" border="0" height="100%">
<colgroup>
<col width="20%">
</col>
<col width="60%">
</col>
<col width="20%">
</col>
</colgroup>
<tr>
<td></td>
<td valign="middle">
<TABLE id="Table1" align="center" cellSpacing="0" cellPadding="0" width="100%" border="0">
<colgroup>
<col width="50%">
</col>
<col width="50%">
</col>
</colgroup>
<TR>
<TD align="right">语言选择</TD>
<TD>
<asp:Button id="Button1" runat="server" Text="中文"></asp:Button>
<asp:Button id="Button2" runat="server" Text="英文"></asp:Button></TD>
</TR>
<TR>
<TD align="right">
<asp:Label id="Label1" runat="server">Label</asp:Label></TD>
<TD>
<asp:TextBox id="txtLoginName" runat="server" Width="100%"></asp:TextBox></TD>
</TR>
<TR>
<TD align="right">
<asp:Label id="Label2" runat="server">Label</asp:Label></TD>
<TD>
<asp:TextBox id="txtPassword" runat="server" Width="100%"></asp:TextBox></TD>
</TR>
</TABLE>
</td>
<TD></TD>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -