choicematerialexe.aspx

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

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

<!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>
        <div>
            <div>
                <div>
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                    <table border="1" style="z-index: 100; left: 134px; position: absolute; top: 15px">
                        <tr>
                            <td colspan="2">
                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 货物销售执行查询</td>
                        </tr>
                        <tr>
                            <td style="width: 100px">
                                年度:</td>
                            <td style="width: 100px">
                                <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 100px; height: 24px">
                                部门:</td>
                            <td style="width: 100px; height: 24px">
                                <asp:DropDownList ID="DropDownList1" runat="server" Width="155px">
                                </asp:DropDownList></td>
                        </tr>
                        <tr>
                            <td style="width: 100px; height: 24px">
                                货物编码:</td>
                            <td style="width: 100px; height: 24px">
                                <asp:DropDownList ID="DropDownList3" runat="server" Width="155px">
                                </asp:DropDownList></td>
                        </tr>
                        <tr>
                            <td style="width: 100px; height: 26px">
                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:Button ID="Button1" runat="server"
                                    Text="确定" /></td>
                            <td style="width: 100px; height: 26px">
                                <asp:Button ID="Button2" runat="server" Text="取消" /></td>
                        </tr>
                    </table>
                </div>
            </div>
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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