?? chaxun.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="chaxun.aspx.cs" Inherits="chaxun" %>
<!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>
</head>
<body>
<form id="form1" runat="server">
<div style="text-align: center">
<table border="0" cellpadding="0" cellspacing="0" style="position: static; height: 366px; font-size: 14pt; color: #000000; background-color: #ffffff;"
width="800">
<tr>
<td colspan="3" style="height: 28px">
</td>
</tr>
<tr>
<td colspan="3" style="height: 115px">
<asp:Image ID="imgT" runat="server" Height="115px" ImageAlign="Left" ImageUrl="~/image/kcT.jpg"
Style="position: relative" Width="800px" /></td>
</tr>
<tr>
<td colspan="3" style="height: 346px; font-size: 14pt; color: #000000; background-color: #ffffff;" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="position: static; height: 175px;
background-color: #ffffff" width="100%">
<tr>
<td colspan="3" style="height: 33px; text-align: center">
<strong><span style="font-size: 32pt">安陽到</span></strong><asp:Label ID="lb_cx" runat="server"
Font-Bold="True" Font-Size="XX-Large" ForeColor="Red" Style="position: static"
Text="lb_cx"></asp:Label><strong><span style="font-size: 32pt">長途客車查詢<br />
</span></strong></td>
</tr>
<tr>
<td colspan="3" rowspan="2" style="height: 239px; text-align: center;" valign="top">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4" ForeColor="#333333" GridLines="None" style="position: relative" OnSelectedIndexChanged="GridView1_SelectedIndexChanged">
<Columns>
<asp:BoundField DataField="始發站" HeaderText="始發站" />
<asp:BoundField DataField="終點站" HeaderText="終點站" />
<asp:BoundField DataField="發班時間" HeaderText="發班時間" DataFormatString="{0:d}" HtmlEncode="False" />
<asp:BoundField DataField="途徑站點" HeaderText="途徑站點" />
<asp:HyperLinkField HeaderText="詳細信息" Text="詳細信息" DataNavigateUrlFields="終點站" DataNavigateUrlFormatString="Message.aspx?終點站={0}" />
</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>
</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 + -