温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:Asp.net房产中介管理系统源码及常用文档
当前文件路径:HouseManage/CompanyManage/ParameterForm.aspx

1<%--文件名:ParameterForm.aspx--%> 2
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="ParameterForm.aspx.cs" Inherits="CompanyManage_ParameterForm" Title="当前位置:资料管理->房源字典设置" %> 3
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 4
<table style="width: 558px; height: 1px"> 5
<tr> 6
<td align="center" colspan="2" style="font-size: 0.8em; font-family: 宋体; height: 22px; 7
background-color: mediumturquoise"> 8
(特别注意:为了避免影响以前的参数,您不应删除或修改参数值,仅增加需要的参数值即可)</td> 9
</tr> 10
<tr> 11
<td align="center" style="font-size: 0.8em; width: 261px; font-family: 宋体; height: 22px; 12
background-color: darkkhaki"> 13
选择房源参数:<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged" 14
Width="58px"> 15
<asp:ListItem></asp:ListItem> 16
<asp:ListItem>城区</asp:ListItem> 17
<asp:ListItem>类型</asp:ListItem> 18
<asp:ListItem>用途</asp:ListItem> 19
<asp:ListItem>结构</asp:ListItem> 20
<asp:ListItem>土地</asp:ListItem> 21
<asp:ListItem>证件</asp:ListItem> 22
<asp:ListItem>朝向</asp:ListItem> 23
<asp:ListItem>配置</asp:ListItem> 24
<asp:ListItem>家具</asp:ListItem> 25
<asp:ListItem>装修</asp:ListItem> 26
<asp:ListItem>家电</asp:ListItem> 27
<asp:ListItem>付款</asp:ListItem> 28
<asp:ListItem>货币</asp:ListItem> 29
<asp:ListItem>付佣</asp:ListItem> 30
<asp:ListItem>来源</asp:ListItem> 31
<asp:ListItem>委托</asp:ListItem> 32
<asp:ListItem>产权</asp:ListItem> 33
<asp:ListItem>状态</asp:ListItem> 34
</asp:DropDownList><asp:Button ID="Button1" runat="server" OnClick="Button1_Click" 35
Text="新增房源参数" Width="108px" /></td> 36
<td align="center" style="font-size: 0.8em; width: 584px; font-family: 宋体; height: 22px; 37
background-color: darkkhaki"> 38
选择其他参数:<asp:DropDownList ID="DropDownList2" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList2_SelectedIndexChanged" 39
Width="60px"> 40
<asp:ListItem>职业</asp:ListItem> 41
<asp:ListItem>来源</asp:ListItem> 42
<asp:ListItem>客源状态</asp:ListItem> 43
<asp:ListItem>跟进方式</asp:ListItem> 44
<asp:ListItem>提成说明</asp:ListItem> 45
<asp:ListItem>收据类别</asp:ListItem> 46
<asp:ListItem>收款项目</asp:ListItem> 47
</asp:DropDownList><asp:Button ID="Button2" runat="server" OnClick="Button2_Click" 48
Text="新增其他参数" Width="108px" /></td> 49
</tr> 50
<tr> 51
<td align="left" style="font-size: 0.8em; width: 261px; font-family: 宋体; height: 22px; 52
background-color: darkkhaki"> 53
<asp:TextBox ID="TextBox1" runat="server" Height="221px" TextMode="MultiLine" Width="265px"></asp:TextBox></td> 54
<td align="left" style="font-size: 0.8em; width: 584px; font-family: 宋体; height: 22px; 55
background-color: darkkhaki"> 56
<asp:TextBox ID="TextBox2" runat="server" Height="221px" TextMode="MultiLine" Width="269px"></asp:TextBox></td> 57
</tr> 58
</table> 59
</asp:Content> 60
61




