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

1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="OndutyInquiry.aspx.cs" Inherits="OndutyInquiry" 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; 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; border-bottom: #3399ff 0.1mm solid;" 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="184px"></asp:Label></td> 18
</tr> 19
<tr> 20
<td colspan="3" style="height: 3px" valign="top"> 21
所有出售车票收入为:<asp:Label ID="Label2" runat="server" Width="183px"></asp:Label></td> 22
</tr> 23
<tr> 24
<td colspan="3" style="height: 20px" valign="top"> 25
</td> 26
</tr> 27
</table> 28
</asp:Content> 29
30




