?? message.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Message.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>安陽長途客車詳細信息</title>
<script language="javascript" type="text/javascript">
// <!CDATA[
function TABLE1_onclick() {
}
// ]]>
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<table border="0" cellpadding="0" cellspacing="0" style="position: relative; height: 366px; font-size: 14pt; color: #000000; background-color: #ffffff; left: 89px; top: -12px; text-align: center;"
width="800" id="TABLE1" onclick="return TABLE1_onclick()">
<tr>
<td colspan="3" style="height: 28px; text-align: center;">
</td>
</tr>
<tr>
<td colspan="3" style="height: 115px">
<asp:Image ID="Image1" runat="server" Height="115px" ImageUrl="~/image/kcT.jpg" Style="position: relative"
Width="800px" /></td>
</tr>
<tr>
<td colspan="3" style="height: 346px" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="position: static; height: 332px"
width="100%">
<tr>
<td colspan="3" style="height: 44px; text-align: center">
<strong><span style="font-size: 32pt">安陽到</span></strong><asp:Label ID="lbMessage" runat="server"
Font-Bold="True" Font-Size="XX-Large" Style="position: static" Text="lbMessage" ForeColor="Red"></asp:Label><strong><span
style="font-size: 32pt">長途客車詳細信息</span></strong></td>
</tr>
<tr>
<td colspan="3" rowspan="2" style="height: 138px" valign="top">
<asp:GridView ID="GridView2" runat="server" AutoGenerateColumns="False" Height="125px"
OnSelectedIndexChanged="GridView2_SelectedIndexChanged" Style="left: 0px; position: relative;
top: -16px" Width="100%" CellPadding="0" ForeColor="#333333" GridLines="None">
<Columns>
<asp:BoundField HeaderText="終點站" DataField="終點站" />
<asp:BoundField HeaderText="發班時間" DataField="發班時間" />
<asp:BoundField HeaderText="途徑站點" DataField="途徑站點" />
<asp:BoundField HeaderText="咨詢電話" DataField="咨詢電話" />
<asp:BoundField HeaderText="車型" DataField="車型" />
<asp:BoundField HeaderText="里程" DataField="里程" />
<asp:BoundField HeaderText="承運公司" DataField="承運公司" />
<asp:BoundField HeaderText="備注" DataField="備注" />
</Columns>
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#EFF3FB" />
<EditRowStyle BackColor="#2461BF" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
</td>
</tr>
<tr>
</tr>
</table>
<asp:HyperLink ID="hlinkMaim" runat="server" ForeColor="Red" NavigateUrl="~/Index.aspx"
Style="position: relative">返回主頁</asp:HyperLink></td>
</tr>
<tr>
<td colspan="3" style="height: 60px">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -