📄 querybookingform.aspx
字号:
<%--文件名:QueryBookingForm.aspx--%>
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="QueryBookingForm.aspx.cs" Inherits="QueryManage_QueryBookingForm" Title="当前位置:查询管理->查询预订信息" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 556px; height: 161px">
<tr>
<td align="left" style="font-size: 0.8em; width: 2232px; font-family: 宋体; height: 13px;
background-color: mediumturquoise">
预订编号:<asp:TextBox ID="TextBox1" runat="server" Width="101px">%%</asp:TextBox>
用餐要求:<asp:TextBox ID="TextBox2" runat="server" Width="152px">%%</asp:TextBox>
餐次名称:<asp:DropDownList ID="DropDownList2" runat="server" Width="60px">
<asp:ListItem>所有</asp:ListItem>
<asp:ListItem>晚餐</asp:ListItem>
<asp:ListItem>中餐</asp:ListItem>
<asp:ListItem>早餐</asp:ListItem>
</asp:DropDownList><br />
当前状态:<asp:DropDownList ID="DropDownList1" runat="server" Width="82px">
<asp:ListItem>所有情况</asp:ListItem>
<asp:ListItem>已经预订</asp:ListItem>
<asp:ListItem>已经取消</asp:ListItem>
<asp:ListItem>已经处理</asp:ListItem>
</asp:DropDownList>
预订日期:<asp:TextBox ID="TextBox12" runat="server" Width="67px">2007-1-1</asp:TextBox>到<asp:TextBox
ID="TextBox13" runat="server" Width="73px">2007-12-31</asp:TextBox>
联系人员:<asp:TextBox
ID="TextBox15" runat="server" Width="58px">%%</asp:TextBox><br />
预交订金:<asp:TextBox
ID="TextBox16" runat="server" Width="34px">0</asp:TextBox>元到<asp:TextBox ID="TextBox17"
runat="server" Width="51px">100000</asp:TextBox>元 补充说明:<asp:TextBox ID="TextBox14" runat="server" Width="93px">%%</asp:TextBox>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="查询" Width="70px" />
<asp:Button ID="Button2" runat="server"
OnClick="Button2_Click" Text="打印" Width="70px" /> </td>
</tr>
<tr>
<td style="width: 2232px; height: 100px; background-color: gainsboro">
<asp:Panel ID="Panel1" runat="server" Height="220px" ScrollBars="Auto" Width="553px">
<asp:GridView ID="GridView1" runat="server" BackColor="White" BorderColor="White"
BorderStyle="Ridge" BorderWidth="2px" CellPadding="3" CellSpacing="1" Font-Names="宋体"
Font-Size="Small" GridLines="None" OnRowDataBound="GridView1_RowDataBound" Width="1200px">
<FooterStyle BackColor="#C6C3C6" ForeColor="Black" />
<RowStyle BackColor="#DEDFDE" ForeColor="Black" />
<SelectedRowStyle BackColor="#9471DE" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#C6C3C6" ForeColor="Black" HorizontalAlign="Right" />
<HeaderStyle BackColor="#4A3C8C" Font-Bold="True" ForeColor="#E7E7FF" HorizontalAlign="Center" />
</asp:GridView>
</asp:Panel>
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -