WebForm1.aspx
上传用户:yiyuerguo
上传日期:2014-09-27
资源大小:3781k
文件大小:2k
源码类别:

C#编程

开发平台:

Others

  1. <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="testcoin.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. <asp:Button id="Button1" style="Z-INDEX: 102; LEFT: 32px; POSITION: absolute; TOP: 104px" runat="server"
  14. Text="get message" Width="216px"></asp:Button>
  15. <asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 32px; POSITION: absolute; TOP: 32px" runat="server"
  16. Width="216px" Font-Size="X-Large">this is a message</asp:Label>
  17. <asp:TextBox id="TextBox1" style="Z-INDEX: 103; LEFT: 40px; POSITION: absolute; TOP: 200px" runat="server"
  18. Width="96px"></asp:TextBox>
  19. <asp:TextBox id="TextBox2" style="Z-INDEX: 104; LEFT: 208px; POSITION: absolute; TOP: 200px"
  20. runat="server" Width="80px"></asp:TextBox>
  21. <asp:Label id="Label2" style="Z-INDEX: 105; LEFT: 144px; POSITION: absolute; TOP: 200px" runat="server"
  22. Width="56px">美元   =</asp:Label>
  23. <asp:Label id="Label3" style="Z-INDEX: 106; LEFT: 304px; POSITION: absolute; TOP: 200px" runat="server"
  24. Width="56px">人民币</asp:Label>
  25. <asp:Button id="Button2" style="Z-INDEX: 107; LEFT: 32px; POSITION: absolute; TOP: 264px" runat="server"
  26. Text="转化" Width="80px"></asp:Button>
  27. </form>
  28. </body>
  29. </HTML>