processmsg.aspx

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

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