WebForm1.aspx
资源名称:08.zip [点击查看]
上传用户:ynjin1970
上传日期:2014-10-13
资源大小:6438k
文件大小:1k
源码类别:
中间件编程
开发平台:
Visual C++
- <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="WebApplication1.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:Button id="Button1" style="Z-INDEX: 101; LEFT: 632px; POSITION: absolute; TOP: 168px" runat="server"
- Text="线性搜索" Width="81px" Height="24px"></asp:Button>
- <asp:Button id="Button2" style="Z-INDEX: 102; LEFT: 632px; POSITION: absolute; TOP: 232px" runat="server"
- Text="并行搜索" Width="80px"></asp:Button></FONT>
- </form>
- </body>
- </HTML>