WebForm1.aspx 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="MWSeviceDemo.WebForm1" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>WebForm1</title>
  6. <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  7. <meta name="CODE_LANGUAGE" Content="C#">
  8. <meta name="vs_defaultClientScript" content="JavaScript">
  9. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  10. </HEAD>
  11. <body MS_POSITIONING="GridLayout">
  12. <form id="Form1" method="post" runat="server">
  13. <FONT face="宋体">
  14. <asp:TextBox id="TextBox1" style="Z-INDEX: 101; LEFT: 264px; POSITION: absolute; TOP: 64px" runat="server"
  15. Width="145" Height="24px"></asp:TextBox>
  16. <asp:Label id="Label1" style="Z-INDEX: 102; LEFT: 192px; POSITION: absolute; TOP: 64px" runat="server">用户名</asp:Label>
  17. <asp:Label id="Label2" style="Z-INDEX: 103; LEFT: 192px; POSITION: absolute; TOP: 96px" runat="server"
  18. Height="10px">密码</asp:Label>
  19. <asp:TextBox id="TextBox2" style="Z-INDEX: 104; LEFT: 264px; POSITION: absolute; TOP: 96px" runat="server"
  20. Width="145px" Height="24px"></asp:TextBox>
  21. <asp:Button id="Button1" style="Z-INDEX: 105; LEFT: 456px; POSITION: absolute; TOP: 64px" runat="server"
  22. Width="81" Text="发普通信息"></asp:Button>
  23. <asp:Label id="Label3" style="Z-INDEX: 106; LEFT: 192px; POSITION: absolute; TOP: 128px" runat="server"
  24. Height="10px">信息内容</asp:Label>
  25. <asp:Label id="Label4" style="Z-INDEX: 107; LEFT: 192px; POSITION: absolute; TOP: 160px" runat="server"
  26. Height="10px">手机号码</asp:Label>
  27. <asp:Label id="Label5" style="Z-INDEX: 108; LEFT: 192px; POSITION: absolute; TOP: 192px" runat="server"
  28. Height="10px">号码个数</asp:Label>
  29. <asp:TextBox id="TextBox3" style="Z-INDEX: 109; LEFT: 264px; POSITION: absolute; TOP: 128px"
  30. runat="server" Width="145px" Height="24px"></asp:TextBox>
  31. <asp:TextBox id="TextBox4" style="Z-INDEX: 110; LEFT: 264px; POSITION: absolute; TOP: 160px"
  32. runat="server" Width="145px" Height="24px"></asp:TextBox>
  33. <asp:TextBox id="TextBox5" style="Z-INDEX: 111; LEFT: 264px; POSITION: absolute; TOP: 192px"
  34. runat="server" Width="145px" Height="24px">1</asp:TextBox>
  35. <asp:ListBox id="ListBox1" style="Z-INDEX: 112; LEFT: 192px; POSITION: absolute; TOP: 256px"
  36. runat="server" Width="344px" Height="112px"></asp:ListBox>
  37. <asp:Button id="Button2" style="Z-INDEX: 113; LEFT: 456px; POSITION: absolute; TOP: 96px" runat="server"
  38. Width="81px" Text="帐户查询"></asp:Button>
  39. <asp:Button id="Button3" style="Z-INDEX: 114; LEFT: 456px; POSITION: absolute; TOP: 128px" runat="server"
  40. Width="81px" Text="接收信息"></asp:Button>
  41. <asp:Button id="Button4" style="Z-INDEX: 115; LEFT: 456px; POSITION: absolute; TOP: 160px" runat="server"
  42. Width="81px" Text="读报告"></asp:Button>
  43. <asp:Button id="Button5" style="Z-INDEX: 116; LEFT: 456px; POSITION: absolute; TOP: 192px" runat="server"
  44. Width="80px" Text="发双向信息"></asp:Button>
  45. <asp:Label id="Label6" style="Z-INDEX: 117; LEFT: 232px; POSITION: absolute; TOP: 24px" runat="server"
  46. Width="240px">梦网网关WebService调用示例程序</asp:Label>
  47. <asp:TextBox id="TextBox6" style="Z-INDEX: 118; LEFT: 264px; POSITION: absolute; TOP: 224px"
  48. runat="server"></asp:TextBox>
  49. <asp:Label id="Label7" style="Z-INDEX: 119; LEFT: 200px; POSITION: absolute; TOP: 224px" runat="server">子端口:</asp:Label></FONT>
  50. </form>
  51. </body>
  52. </HTML>