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

📄 searchclient.ascx

📁 用vs2005和sql2000实现的小型超市管理系统
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="searchclient.ascx.cs" Inherits="control_searchclient" %>
<div style="text-align: center">
    <table style="width: 630px; height: 217px">
        <tr>
            <td colspan="2" style="text-align: center">
                <span style="font-size: 16pt; color: #66cccc"><strong>客户信息查询</strong></span></td>
         </tr>
        <tr>
            <td style="height: 18px; text-align: center;" colspan="2">
                <asp:CheckBox ID="CheckBox1" runat="server" Text="客户名称" Width="126px" />
                <asp:TextBox ID="TextBox1" runat="server" Width="63px"></asp:TextBox><asp:CheckBox ID="CheckBox2" runat="server" Text="联系地址" Width="128px" />
                <asp:TextBox ID="TextBox2" runat="server" Width="67px"></asp:TextBox>
                <asp:Button ID="Button1" runat="server" Text="查询" />
                <input id="Reset1" type="reset" value="重置" /></td>
        </tr>
        <tr>
            <td colspan="2" style="vertical-align: top; height: 274px">
                <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="White"
                    BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3" Height="156px"
                    Width="566px">
                    <FooterStyle BackColor="White" ForeColor="#000066" />
                    <Columns>
                        <asp:BoundField DataField="客户编号" HeaderText="客户编号" />
                        <asp:BoundField DataField="客户名称" HeaderText="客户名称" />
                        <asp:BoundField DataField="联系人" HeaderText="联系人" />
                        <asp:BoundField DataField="联系电话" HeaderText="联系电话" />
                        <asp:BoundField DataField="联系地址" HeaderText="联系地址" />
                    </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>
</div>

⌨️ 快捷键说明

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