⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chat.aspx

📁 Windows CE Web应用MobileQQ
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="chat.aspx.cs" Inherits="MobileQQ.chat" AutoEventWireup="false" %>
<%@ Register TagPrefix="cc1" Namespace="InterfaceLayer" Assembly="InterfaceLayer" %>
<%@ Register TagPrefix="uc1" TagName="DisplayUserInfoControl" Src="DisplayUserInfoControl.ascx" %>
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
<HEAD>
	<meta http-equiv="REFRESH" content="5">
	<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
	<meta content="C#" name="CODE_LANGUAGE">
	<meta content="http://schemas.microsoft.com/Mobile/Page" name="vs_targetSchema">
</HEAD>
<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
	<cc1:TimerForm id="frmChatter" title="聊天" BackColor="Green" runat="server" Delay="5">
		<mobile:Link id="Link1" runat="server" NavigateUrl="default.aspx">返回</mobile:Link>
		<mobile:SelectionList id="lstMsgs" runat="server"></mobile:SelectionList>
		<mobile:Command id="CmdProcessMsg" runat="server" Format="Link" StyleReference="subcommand" Alignment="Right">处理消息</mobile:Command>
		<mobile:SelectionList id="lstFriends" runat="server"></mobile:SelectionList>
		<mobile:TextBox id="txtNote" runat="server"></mobile:TextBox>
		<mobile:Command id="cmdSubmit" runat="server">发     送</mobile:Command>
		<mobile:Label id="Label1" runat="server" ForeColor="Red">聊天信息:</mobile:Label>
		<mobile:List id="lstNotes" runat="server" ForeColor="#E0E0E0">
			<DeviceSpecific>
				<Choice Filter="isHTML32" Xmlns="http://schemas.microsoft.com/mobile/html32template"></Choice>
			</DeviceSpecific>
		</mobile:List>
	</cc1:TimerForm>
</body>

⌨️ 快捷键说明

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