querydepositform.aspx

来自「酒店源码」· ASPX 代码 · 共 31 行

ASPX
31
字号
<%--文件名:QueryDepositForm.aspx--%>
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="QueryDepositForm.aspx.cs" Inherits="QueryManage_QueryDepositForm" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table style="width: 558px; height: 1px">
        <tr>
            <td align="center" style="font-size: 0.8em; width: 584px; font-family: 宋体; height: 21px;
                background-color: slategray">
                截止日期:<asp:TextBox ID="TextBox1" runat="server" Width="55px"></asp:TextBox>&nbsp;年<asp:TextBox
                    ID="TextBox2" runat="server" Width="55px"></asp:TextBox>
                月<asp:TextBox ID="TextBox3" runat="server" Width="55px"></asp:TextBox>
                <asp:Button ID="Button1" runat="server" Text="查询" Width="60px" />&nbsp;<asp:Button
                    ID="Button2" runat="server" OnClick="Button2_Click" Text="打印" Width="60px" /></td>
        </tr>
        <tr>
            <td style="overflow: auto; width: 580px; height: 90px; background-color: gainsboro">
                <asp:GridView ID="GridView1" runat="server" BackColor="White" BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3" Font-Names="宋体" Font-Size="Small" GridLines="Vertical" Width="551px">
                    <FooterStyle BackColor="#CCCCCC" ForeColor="Black" />
                    <RowStyle BackColor="#EEEEEE" ForeColor="Black" />
                    <SelectedRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" />
                    <PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
                    <HeaderStyle BackColor="#000084" Font-Bold="True" ForeColor="White" HorizontalAlign="Center" />
                    <AlternatingRowStyle BackColor="#DCDCDC" />
                </asp:GridView>
                <asp:SqlDataSource ID="SqlDataSource1" runat="server"></asp:SqlDataSource>
            </td>
        </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

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