⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sellgoodssearch.ascx

📁 用vs2005和sql2000实现的小型超市管理系统
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="sellgoodssearch.ascx.cs" Inherits="control_sellgoodssearch" %>
<table style="vertical-align: top">
    <tr>
        <td colspan="5" style="text-align: center">
            <strong><span style="font-size: 16pt; color: #66cccc">销售商品查询</span></strong></td>
    </tr>
    <tr>
        <td style="width: 85px">
            <asp:CheckBox ID="CheckBox1" runat="server" Text="供货商" /></td>
        <td style="width: 55px">
            <asp:TextBox ID="txtclient" runat="server" Width="83px"></asp:TextBox></td>
        <td style="width: 99px">
            <asp:CheckBox ID="CheckBox2" runat="server" Text="商品名称" /></td>
        <td style="width: 60px">
            <asp:TextBox ID="txtspname" runat="server" Width="151px"></asp:TextBox></td>
        <td style="width: 100px">
            <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="查询" /></td>
    </tr>
    <tr>
        <td colspan="2" style="height: 6px">
            <asp:CheckBox ID="CheckBox4" runat="server" Text="起止日期" /></td>
        <td colspan="2" style="height: 6px">
            <asp:TextBox ID="txttimef" runat="server" Width="113px"></asp:TextBox>至
            <asp:TextBox ID="txttimel" runat="server" Width="108px"></asp:TextBox></td>
        <td style="width: 100px; height: 6px">
            <asp:Button ID="Button2" runat="server" Text="返回" /></td>
    </tr>
    <tr>
        <td colspan="5" style="vertical-align: top; height: 397px">
            <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="White"
                BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3" OnSelectedIndexChanged="GridView1_SelectedIndexChanged"
                Width="526px">
                <FooterStyle BackColor="White" ForeColor="#000066" />
                <Columns>
                    <asp:BoundField DataField="商品编号" HeaderText="商品编号" />
                    <asp:BoundField DataField="商品名称" HeaderText="商品名称" />
                    <asp:BoundField DataField="销售日期" HeaderText="销售日期" />
                    <asp:BoundField DataField="售出数量" HeaderText="售出数量" />
                    <asp:CommandField ButtonType="Button" HeaderText="操作" ShowDeleteButton="True" />
                </Columns>
                <RowStyle ForeColor="#000066" />
                <SelectedRowStyle BackColor="#669999" Font-Bold="True" ForeColor="White" />
                <PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" />
                <HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" />
            </asp:GridView>
        </td>
    </tr>
</table>

⌨️ 快捷键说明

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