bookingcheckprint.aspx

来自「C# + MYSQL 课程设计 ASP.NET 2.0数据库开发《餐饮消费管理系」· ASPX 代码 · 共 90 行

ASPX
90
字号
<%--文件名:BookingCheckPrint.aspx--%>
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BookingCheckPrint.aspx.cs" Inherits="BookingManage_BookingCheckPrint" %>

<!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>
        <div>
            <div>
                <div>
                    <div>
                        <div>
                            <table style="font-size: 10pt; width: 581px; position: absolute; height: 90px">
                                <tr>
                                    <td align="center" colspan="2" style="width: 1591px">
                                        <asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="X-Large"
                                            Text="预订客人用餐结账单"></asp:Label></td>
                                </tr>
                                <tr style="font-size: 10pt; font-family: Times New Roman">
                                    <td colspan="2" style="width: 1591px; height: 33px">
                                        &nbsp;<br />
                                        &nbsp;&nbsp;
                                        <asp:Label ID="Label3" runat="server" Text="预订编号:"></asp:Label>
                                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:Label ID="Label2" runat="server" Text="预订日期:"></asp:Label></td>
                                </tr>
                                <tr style="font-size: 10pt; font-family: Times New Roman">
                                    <td colspan="2" style="width: 1591px; height: 44px">
                                        <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/MyBoldLine.JPG" /><br />
                                        &nbsp;
                                        <asp:Label ID="Label4" runat="server" Text="用餐日期:"></asp:Label>
                                        &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                                        <asp:Label ID="Label5" runat="server" Text="用餐人数:"></asp:Label>
                                        &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;
                                        <asp:Label ID="Label6" runat="server" Text="餐次名称:"></asp:Label>
                                        &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;<asp:Label ID="Label8" runat="server" Text="预交订金(元):"></asp:Label><br />
                                        <asp:Image ID="Image2" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG"
                                            Width="575px" /><br />
                                        &nbsp;
                                        <asp:Label ID="Label7" runat="server" Text="用餐金额(元):"></asp:Label>
                                        &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                        &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                                        <asp:Label ID="Label9" runat="server" Text="折扣金额(元):"></asp:Label>
                                        &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                        &nbsp; &nbsp;
                                        <asp:Label ID="Label10" runat="server" Text="实收金额(元):"></asp:Label>
                                        &nbsp;
                                        <asp:Image ID="Image3" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG"
                                            Width="575px" /><br />
                                        &nbsp;用餐明细:<br />
                                        <asp:GridView ID="GridView1" runat="server" Width="568px">
                                        </asp:GridView>
                                        <br />
                                        <asp:Image ID="Image4" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG"
                                            Width="575px" /><br />
                                        客人意见:<br />
                                        <asp:TextBox ID="TextBox1" runat="server" Height="41px" TextMode="MultiLine" Width="562px"></asp:TextBox><br />
                                        <asp:Image ID="Image10" runat="server" ImageUrl="~/Images/MyBoldLine.JPG" /><br />
                                    </td>
                                </tr>
                                <tr style="font-size: 10pt; font-family: Times New Roman">
                                    <td colspan="2" rowspan="5" style="width: 1591px">
                                    </td>
                                </tr>
                                <tr style="font-size: 10pt; font-family: Times New Roman">
                                </tr>
                                <tr style="font-size: 10pt; font-family: Times New Roman">
                                </tr>
                                <tr style="font-size: 10pt; font-family: Times New Roman">
                                </tr>
                                <tr style="font-size: 10pt; font-family: Times New Roman">
                                </tr>
                            </table>
                            <br />
                        </div>
                    </div>
                </div>
            </div>
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?