login.aspx

来自「Windows CE Web应用MobileQQ」· ASPX 代码 · 共 27 行

ASPX
27
字号
<%@ Page language="c#" Codebehind="Login.aspx.cs" Inherits="MobileQQ.LoginForm" AutoEventWireup="false" %>
<%@ Register TagPrefix="uc1" TagName="LoginControl" Src="LoginControl.ascx" %>
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
<HEAD>
	<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
	<meta name="CODE_LANGUAGE" content="C#">
	<meta name="vs_targetSchema" content="http://schemas.microsoft.com/Mobile/Page">
</HEAD>
<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
	<mobile:Form id="Form1" runat="server" BackColor="Green">
		<mobile:Panel id="Panel1" runat="server">
			<mobile:Label id="Label3" runat="server"></mobile:Label>
			<mobile:TextView id="TextView2" runat="server" Wrapping="Wrap" Font-Bold="True" Alignment="Center"
				StyleReference="title" ForeColor="Red">WELCOME TO <br> MobileQQ</mobile:TextView>
			<mobile:Label id="Label1" runat="server" Alignment="Right" ForeColor="Lime" Font-Size="Small"
				Font-Italic="True">--Version 1.0 </mobile:Label>
			<mobile:Label id="Label2" runat="server"></mobile:Label>
			<mobile:TextView id="TextView1" runat="server" Font-Bold="False" Alignment="Center" StyleReference="title"
				ForeColor="Yellow" Font-Size="Normal">Make you chat anytime and anywhere</mobile:TextView>
			<mobile:TextView id="TextView3" runat="server">
				<p>
			</mobile:TextView>
		</mobile:Panel>
		<uc1:LoginControl id="ucLogin" runat="server"></uc1:LoginControl>
	</mobile:Form>
</body>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?