chat.aspx

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

ASPX
27
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?