agepage.aspx

来自「为了便于企业对客户按照地区进行统计查询分析」· ASPX 代码 · 共 87 行

ASPX
87
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AgePage.aspx.cs" Inherits="AgePage" %>

<!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>
        <table style="width: 506px; height: 126px">
            <tr>
                <td colspan="4">
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; 货龄分析查询条件</td>
            </tr>
            <tr>
                <td style="width: 100px">
                    日期:</td>
                <td style="width: 125px">
                    <asp:TextBox ID="TextBox1" runat="server" Width="101px"></asp:TextBox></td>
                <td style="width: 123px">
                    地区名称:</td>
                <td style="width: 154px">
                    <asp:TextBox ID="TextBox2" runat="server" Width="101px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    货物编码:</td>
                <td style="width: 125px">
                    <asp:DropDownList ID="DropDownList1" runat="server" Width="106px">
                    </asp:DropDownList></td>
                <td style="width: 123px">
                    部门名称:</td>
                <td style="width: 154px">
                    <asp:DropDownList ID="DropDownList2" runat="server" Width="106px">
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    业务员:</td>
                <td style="width: 125px">
                    <asp:DropDownList ID="DropDownList3" runat="server" Width="106px">
                    </asp:DropDownList></td>
                <td style="width: 123px">
                    客户名称:</td>
                <td style="width: 154px">
                    <asp:DropDownList ID="DropDownList4" runat="server" Width="106px">
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    货龄:</td>
                <td style="width: 125px">
                    <asp:TextBox ID="TextBox3" runat="server" Width="101px"></asp:TextBox>1</td>
                <td style="width: 123px">
                    <asp:TextBox ID="TextBox4" runat="server" Width="101px"></asp:TextBox>2</td>
                <td style="width: 154px">
                    <asp:TextBox ID="TextBox5" runat="server" Width="101px"></asp:TextBox>3</td>
            </tr>
            <tr>
                <td style="width: 100px; height: 22px">
                    分析项目:</td>
                <td colspan="3" style="height: 22px">
                    <asp:CheckBox ID="CheckBox1" runat="server" Text="地区" />&nbsp;
                    <asp:CheckBox ID="CheckBox2" runat="server" Text="部门" />&nbsp;<asp:CheckBox ID="CheckBox3"
                        runat="server" Text="客户" />&nbsp;<asp:CheckBox ID="CheckBox4" runat="server" Text="业务员" />&nbsp;<asp:CheckBox
                            ID="CheckBox5" runat="server" Text="货物" /></td>
            </tr>
            <tr>
                <td style="width: 100px; height: 22px">
                </td>
                <td colspan="3" style="height: 22px">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    <asp:Button ID="Button3" runat="server" Text="全清" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    <asp:Button ID="Button1" runat="server" Text="确定" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    <asp:Button ID="Button2" runat="server" Text="取消" /></td>
            </tr>
        </table>
        &nbsp;<br />
        <asp:GridView ID="GridView1" runat="server">
        </asp:GridView>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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