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

📄 processmsg.aspx

📁 Windows CE Web应用MobileQQ
💻 ASPX
字号:
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
<%@ Page language="c#" Codebehind="ProcessMsg.aspx.cs" Inherits="MobileQQ.ProcessMsg" AutoEventWireup="false" %>
<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:Label id="lblPrompt" runat="server"></mobile:Label>
		<mobile:Command id="cmdAgree" runat="server" Visible="False" Alignment="Center">同意请求</mobile:Command>
		<mobile:Label id="lblRefuse" runat="server">拒绝理由</mobile:Label>
		<mobile:TextBox id="txtRefuse" runat="server"></mobile:TextBox>
		<mobile:Command id="cmdRefuse" runat="server" Visible="False" Alignment="Center">拒绝请求</mobile:Command>
		<mobile:Command id="cmdConfirm" runat="server" Visible="False" Alignment="Center">确定</mobile:Command>
	</mobile:Form>
	<FONT face="宋体"></FONT>
</body>

⌨️ 快捷键说明

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