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

C#编程

开发平台:

Others

  1. <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="first.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:Label id="Label1" style="Z-INDEX: 101; LEFT: 184px; POSITION: absolute; TOP: 48px" runat="server"
  14. Width="96px" Font-Bold="True">统计结算单</asp:Label>
  15. <asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 88px; POSITION: absolute; TOP: 96px" runat="server">饭钱</asp:Label>
  16. <asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 88px; POSITION: absolute; TOP: 152px" runat="server">折扣</asp:Label>
  17. <asp:Label id="Label4" style="Z-INDEX: 104; LEFT: 88px; POSITION: absolute; TOP: 208px" runat="server">总计</asp:Label>
  18. <asp:TextBox id="TextBox1" style="Z-INDEX: 105; LEFT: 168px; POSITION: absolute; TOP: 88px" runat="server"></asp:TextBox>
  19. <asp:TextBox id="TextBox2" style="Z-INDEX: 106; LEFT: 168px; POSITION: absolute; TOP: 144px"
  20. runat="server"></asp:TextBox>
  21. <asp:TextBox id="TextBox3" style="Z-INDEX: 107; LEFT: 168px; POSITION: absolute; TOP: 200px"
  22. runat="server"></asp:TextBox>
  23. <asp:Button id="Button1" style="Z-INDEX: 108; LEFT: 176px; POSITION: absolute; TOP: 272px" runat="server"
  24. Width="80px" Text="提交"></asp:Button>
  25. </form>
  26. </body>
  27. </HTML>