📄 show.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeBehind="Show.aspx.cs" Inherits="Maticsoft.Web.TourismProStock.Show" Title="无标题页" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td height="25" width="30%" align="right">
LinesID
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblLinesID" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
LinesName
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblLinesName" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Days
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblDays" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Traffic
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblTraffic" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
ShopManPrice
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblShopManPrice" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
PeerManPrice
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblPeerManPrice" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
InterManPrice
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblInterManPrice" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
ShopChildrenPrice
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblShopChildrenPrice" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
PeerChildrenPrice
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblPeerChildrenPrice" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
InterChildrenPrice
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblInterChildrenPrice" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
SetAddres
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblSetAddres" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
ReceiveCityID
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblReceiveCityID" runat="server"></asp:Label>
</td></tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -