12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="MWSeviceDemo.WebForm1" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>WebForm1</title>
- <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
- <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">
- <FONT face="宋体">
- <asp:TextBox id="TextBox1" style="Z-INDEX: 101; LEFT: 264px; POSITION: absolute; TOP: 64px" runat="server"
- Width="145" Height="24px"></asp:TextBox>
- <asp:Label id="Label1" style="Z-INDEX: 102; LEFT: 192px; POSITION: absolute; TOP: 64px" runat="server">用户名</asp:Label>
- <asp:Label id="Label2" style="Z-INDEX: 103; LEFT: 192px; POSITION: absolute; TOP: 96px" runat="server"
- Height="10px">密码</asp:Label>
- <asp:TextBox id="TextBox2" style="Z-INDEX: 104; LEFT: 264px; POSITION: absolute; TOP: 96px" runat="server"
- Width="145px" Height="24px"></asp:TextBox>
- <asp:Button id="Button1" style="Z-INDEX: 105; LEFT: 456px; POSITION: absolute; TOP: 64px" runat="server"
- Width="81" Text="发普通信息"></asp:Button>
- <asp:Label id="Label3" style="Z-INDEX: 106; LEFT: 192px; POSITION: absolute; TOP: 128px" runat="server"
- Height="10px">信息内容</asp:Label>
- <asp:Label id="Label4" style="Z-INDEX: 107; LEFT: 192px; POSITION: absolute; TOP: 160px" runat="server"
- Height="10px">手机号码</asp:Label>
- <asp:Label id="Label5" style="Z-INDEX: 108; LEFT: 192px; POSITION: absolute; TOP: 192px" runat="server"
- Height="10px">号码个数</asp:Label>
- <asp:TextBox id="TextBox3" style="Z-INDEX: 109; LEFT: 264px; POSITION: absolute; TOP: 128px"
- runat="server" Width="145px" Height="24px"></asp:TextBox>
- <asp:TextBox id="TextBox4" style="Z-INDEX: 110; LEFT: 264px; POSITION: absolute; TOP: 160px"
- runat="server" Width="145px" Height="24px"></asp:TextBox>
- <asp:TextBox id="TextBox5" style="Z-INDEX: 111; LEFT: 264px; POSITION: absolute; TOP: 192px"
- runat="server" Width="145px" Height="24px">1</asp:TextBox>
- <asp:ListBox id="ListBox1" style="Z-INDEX: 112; LEFT: 192px; POSITION: absolute; TOP: 256px"
- runat="server" Width="344px" Height="112px"></asp:ListBox>
- <asp:Button id="Button2" style="Z-INDEX: 113; LEFT: 456px; POSITION: absolute; TOP: 96px" runat="server"
- Width="81px" Text="帐户查询"></asp:Button>
- <asp:Button id="Button3" style="Z-INDEX: 114; LEFT: 456px; POSITION: absolute; TOP: 128px" runat="server"
- Width="81px" Text="接收信息"></asp:Button>
- <asp:Button id="Button4" style="Z-INDEX: 115; LEFT: 456px; POSITION: absolute; TOP: 160px" runat="server"
- Width="81px" Text="读报告"></asp:Button>
- <asp:Button id="Button5" style="Z-INDEX: 116; LEFT: 456px; POSITION: absolute; TOP: 192px" runat="server"
- Width="80px" Text="发双向信息"></asp:Button>
- <asp:Label id="Label6" style="Z-INDEX: 117; LEFT: 232px; POSITION: absolute; TOP: 24px" runat="server"
- Width="240px">梦网网关WebService调用示例程序</asp:Label>
- <asp:TextBox id="TextBox6" style="Z-INDEX: 118; LEFT: 264px; POSITION: absolute; TOP: 224px"
- runat="server"></asp:TextBox>
- <asp:Label id="Label7" style="Z-INDEX: 119; LEFT: 200px; POSITION: absolute; TOP: 224px" runat="server">子端口:</asp:Label></FONT>
- </form>
- </body>
- </HTML>
|