温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:在线订票系统源码(毕业设计)
当前文件路径:TicketOnline/DayStatistics.aspx

1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="DayStatistics.aspx.cs" Inherits="DayStatistics" Title="Untitled Page" %> 2
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 3
<table border="0" cellpadding="0" cellspacing="0" style="border-right: #3399ff 0.1mm solid; 4
border-top: #3399ff 0.1mm solid; border-left: #3399ff 0.1mm solid; width: 100%; 5
border-bottom: #3399ff 0.1mm solid"> 6
<tr> 7
<td align="center" colspan="3" style="background-position: center center; 8
background-repeat: repeat-x; height: 30px; background-color: #3399ff;"> 9
售票信息查询</td> 10
</tr> 11
<tr> 12
<td align="center" colspan="3" style="height: 8px" valign="top"> 13
以下是今日的总销售额</td> 14
</tr> 15
<tr> 16
<td colspan="3" style="height: 24px" valign="top"> 17
预定收入:<asp:Label ID="Label1" runat="server" Width="97px"></asp:Label> 18
售票收入:<asp:Label ID="Label2" runat="server" Width="103px"></asp:Label> 19
总收入:<asp:Label ID="Label3" runat="server" Width="102px"></asp:Label></td> 20
</tr> 21
</table> 22
</asp:Content> 23
24




