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

📄 pricelayerinfo.aspx

📁 简单的Web平台。能够读取Excel文件
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="PriceLayerInfo.aspx.cs" Inherits="PriceLayerInfo" %>

<!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>
        <strong>价格因子层次管理</strong>                   
        <hr />
        
        
    </div>
        <table style="width: 708px; height: 315px" border="1">
            <tr>
                <td style="width: 94px; height: 26px">
                </td>
                <td style="height: 26px" colspan="2" bgColor="#0099ff" >
                    所有层次</td>
                <td style="height: 26px" colspan="2" bgColor="#0099ff">
                    层次信息</td>
            </tr>
            <tr>
                <td style="width: 94px; height: 26px;">
                </td>
                <td style="width: 54px" rowspan="6">
                    <asp:ListBox ID="ListBox1" runat="server" Height="185px" Width="134px"></asp:ListBox></td>
                <td style="width: 95px">
                </td>
                <td style="width: 105px" align="right">
                    层次名称</td>
                <td style="width: 293px">
                    &nbsp;<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 94px; height: 26px">
                </td>
                <td style="width: 95px; height: 26px">
                    <asp:Button ID="Button1" runat="server" Text="添加层次" /></td>
                <td style="width: 105px; height: 26px" align="right">
                    层次级别</td>
                <td style="width: 293px; height: 26px">
                    &nbsp;<asp:DropDownList ID="DropDownList1" runat="server">
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td style="width: 94px; height: 26px">
                </td>
                <td style="width: 95px">
                    <asp:Button ID="Button2" runat="server" Text="删除层次" /></td>
                <td style="width: 105px" align="right">
                    价格上限</td>
                <td style="width: 293px">
                    &nbsp;<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 94px; height: 26px">
                </td>
                <td style="width: 95px">
                </td>
                <td style="width: 105px" align="right">
                    价格下限</td>
                <td style="width: 293px">
                    &nbsp;<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 94px; height: 26px">
                </td>
                <td style="width: 95px">
                </td>
                <td style="width: 105px">
                </td>
                <td style="width: 293px">
                    &nbsp;<asp:Button ID="Button3" runat="server" Text="确认" /></td>
            </tr>
            <tr>
                <td style="width: 94px; height: 26px;">
                </td>
                <td style="width: 95px">
                </td>
                <td style="width: 105px">
                </td>
                <td style="width: 293px">
                </td>
            </tr>
        </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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