📄 01usemsmq.aspx
字号:
<%@ Page language="c#" Codebehind="01UseMSMQ.aspx.cs" AutoEventWireup="false" Inherits="ASPNETMSMQ.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WebForm1</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 187px; POSITION: absolute; TOP: 79px" runat="server">发送的消息:</asp:Label>
<asp:TextBox id="tbSend" style="Z-INDEX: 102; LEFT: 238px; POSITION: absolute; TOP: 120px" runat="server" Width="195px" Height="86px" TextMode="MultiLine"></asp:TextBox>
<asp:Label id="Label2" style="Z-INDEX: 103; LEFT: 195px; POSITION: absolute; TOP: 232px" runat="server">接收的消息:</asp:Label>
<asp:TextBox id="tbReceive" style="Z-INDEX: 104; LEFT: 236px; POSITION: absolute; TOP: 300px" runat="server" Width="197px" Height="118px" TextMode="MultiLine"></asp:TextBox>
<asp:Button id="btnSend" style="Z-INDEX: 105; LEFT: 464px; POSITION: absolute; TOP: 126px" runat="server" Text="发送消息"></asp:Button>
<asp:Button id="btnReceive" style="Z-INDEX: 106; LEFT: 463px; POSITION: absolute; TOP: 299px" runat="server" Text="接收消息"></asp:Button>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -