?? booktable.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BookTable.aspx.cs" Inherits="BookTable" %>
<!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="background-image: url(2005092619050175059.jpg)">
<br />
<asp:Label ID="Label3" runat="server" Height="30px" Style="font-weight: bold; font-size: xx-large;
left: 220px; color: #ffff99; font-family: 華文琥珀; position: relative; top: -4px"
Text="點菜結果" Width="161px"></asp:Label><br />
<br />
<asp:GridView ID="GridView1" runat="server" style="left: 118px; position: relative; top: 9px" BackColor="LightGoldenrodYellow" BorderColor="Tan" BorderWidth="1px" CellPadding="2" ForeColor="Black" GridLines="None" Height="188px" Width="328px" >
<FooterStyle BackColor="Tan" />
<SelectedRowStyle BackColor="DarkSlateBlue" ForeColor="GhostWhite" />
<PagerStyle BackColor="PaleGoldenrod" ForeColor="DarkSlateBlue" HorizontalAlign="Center" />
<HeaderStyle BackColor="Tan" Font-Bold="True" />
<AlternatingRowStyle BackColor="PaleGoldenrod" />
</asp:GridView>
<asp:Label ID="Label1" runat="server" BorderStyle="Dotted" Height="23px" Style="font-size: large;
left: 326px; position: relative; top: 17px; background-color: #ffffcc; text-align: center"
Width="75px"></asp:Label>
<asp:Button ID="Button1" runat="server" BorderStyle="Outset" OnClick="Button1_Click"
Style="font-size: large; left: 65px; position: relative; top: 18px; background-color: #cccc66"
Text="結帳" Width="75px" />
<asp:Label ID="Label2" runat="server" Style="font-weight: bold; font-size: x-large;
left: 101px; color: #ccff99; position: relative; top: 13px" Text="總價" Width="60px"></asp:Label><br />
<br />
<br />
<asp:Button ID="Button2" runat="server" BorderStyle="Outset" Height="32px" OnClick="Button2_Click"
Style="font-weight: normal; font-size: large; left: 167px; color: #000000; font-family: 楷體_GB2312;
position: relative; top: -4px; background-color: #cccc66" Text="清空記錄" Width="74px" /><br />
<br />
<asp:Button ID="Button3" runat="server" PostBackUrl="~/ReportView.aspx" Style="font-size: large;
left: 167px; font-family: 幼圓; position: relative; top: -10px; background-color: #ffcc66"
Text="導入帳單" Width="86px" /><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -