WebForm1.aspx
资源名称:Visual.rar [点击查看]
上传用户:yiyuerguo
上传日期:2014-09-27
资源大小:3781k
文件大小:2k
源码类别:
C#编程
开发平台:
Others
- <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="testcoin.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">
- <asp:Button id="Button1" style="Z-INDEX: 102; LEFT: 32px; POSITION: absolute; TOP: 104px" runat="server"
- Text="get message" Width="216px"></asp:Button>
- <asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 32px; POSITION: absolute; TOP: 32px" runat="server"
- Width="216px" Font-Size="X-Large">this is a message</asp:Label>
- <asp:TextBox id="TextBox1" style="Z-INDEX: 103; LEFT: 40px; POSITION: absolute; TOP: 200px" runat="server"
- Width="96px"></asp:TextBox>
- <asp:TextBox id="TextBox2" style="Z-INDEX: 104; LEFT: 208px; POSITION: absolute; TOP: 200px"
- runat="server" Width="80px"></asp:TextBox>
- <asp:Label id="Label2" style="Z-INDEX: 105; LEFT: 144px; POSITION: absolute; TOP: 200px" runat="server"
- Width="56px">美元 =</asp:Label>
- <asp:Label id="Label3" style="Z-INDEX: 106; LEFT: 304px; POSITION: absolute; TOP: 200px" runat="server"
- Width="56px">人民币</asp:Label>
- <asp:Button id="Button2" style="Z-INDEX: 107; LEFT: 32px; POSITION: absolute; TOP: 264px" runat="server"
- Text="转化" Width="80px"></asp:Button>
- </form>
- </body>
- </HTML>