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

📄 parameterform.aspx

📁 一个房屋中介系统的源码
💻 ASPX
字号:
<%--文件名:ParameterForm.aspx--%>
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="ParameterForm.aspx.cs" Inherits="CompanyManage_ParameterForm" Title="当前位置:资料管理->房源字典设置" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table style="width: 558px; height: 1px">
        <tr>
            <td align="center" colspan="2" style="font-size: 0.8em; font-family: 宋体; height: 22px;
                background-color: mediumturquoise">
                (特别注意:为了避免影响以前的参数,您不应删除或修改参数值,仅增加需要的参数值即可)</td>
        </tr>
        <tr>
            <td align="center" style="font-size: 0.8em; width: 261px; font-family: 宋体; height: 22px;
                background-color: darkkhaki">
                选择房源参数:<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged"
                    Width="58px">
                    <asp:ListItem></asp:ListItem>
                    <asp:ListItem>城区</asp:ListItem>
                    <asp:ListItem>类型</asp:ListItem>
                    <asp:ListItem>用途</asp:ListItem>
                    <asp:ListItem>结构</asp:ListItem>
                    <asp:ListItem>土地</asp:ListItem>                   
                    <asp:ListItem>证件</asp:ListItem>
                    <asp:ListItem>朝向</asp:ListItem>
                    <asp:ListItem>配置</asp:ListItem>
                    <asp:ListItem>家具</asp:ListItem>
                    <asp:ListItem>装修</asp:ListItem>
                    <asp:ListItem>家电</asp:ListItem>
                    <asp:ListItem>付款</asp:ListItem>
                    <asp:ListItem>货币</asp:ListItem>
                    <asp:ListItem>付佣</asp:ListItem>
                    <asp:ListItem>来源</asp:ListItem>
                    <asp:ListItem>委托</asp:ListItem>
                    <asp:ListItem>产权</asp:ListItem>
                    <asp:ListItem>状态</asp:ListItem>
                </asp:DropDownList><asp:Button ID="Button1" runat="server" OnClick="Button1_Click"
                    Text="新增房源参数" Width="108px" /></td>
            <td align="center" style="font-size: 0.8em; width: 584px; font-family: 宋体; height: 22px;
                background-color: darkkhaki">
                选择其他参数:<asp:DropDownList ID="DropDownList2" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList2_SelectedIndexChanged"
                    Width="60px">
                    <asp:ListItem>职业</asp:ListItem>
                    <asp:ListItem>来源</asp:ListItem>
                    <asp:ListItem>客源状态</asp:ListItem>
                    <asp:ListItem>跟进方式</asp:ListItem>
                    <asp:ListItem>提成说明</asp:ListItem>
                    <asp:ListItem>收据类别</asp:ListItem>
                    <asp:ListItem>收款项目</asp:ListItem>
                </asp:DropDownList><asp:Button ID="Button2" runat="server" OnClick="Button2_Click"
                    Text="新增其他参数" Width="108px" /></td>
        </tr>
        <tr>
            <td align="left" style="font-size: 0.8em; width: 261px; font-family: 宋体; height: 22px;
                background-color: darkkhaki">
                <asp:TextBox ID="TextBox1" runat="server" Height="221px" TextMode="MultiLine" Width="265px"></asp:TextBox></td>
            <td align="left" style="font-size: 0.8em; width: 584px; font-family: 宋体; height: 22px;
                background-color: darkkhaki">
                <asp:TextBox ID="TextBox2" runat="server" Height="221px" TextMode="MultiLine" Width="269px"></asp:TextBox></td>
        </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

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