selectxs_tradeset.aspx
来自「为了便于企业对客户按照地区进行统计查询分析」· ASPX 代码 · 共 71 行
ASPX
71 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SelectXs_TradeSet.aspx.cs" Inherits="SelectXs_TradeSet" %>
<!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>
<tr>
<td align="left" style="font-size: 12px; width: 519px; color: red; height: 16px">
基本信息→查找行业设置</td>
</tr>
</table>
<br />
<table align="center" border="1" bordercolordark="#003399" cellspacing="0" style="font-size: 12px; width: 392px; height: 200px">
<tr>
<td align="center" colspan="2" style="height: 36px; color: white; background-color: #003399;">
查找行业设置</td>
</tr>
<tr>
<td align="right" style="width: 123px" >
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TradeCode"
ErrorMessage="地区编码不能为空">*</asp:RequiredFieldValidator>地区编码:</td>
<td style="width: 299px" align="left" >
<asp:Label ID="TradeCode" runat="server"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 123px; height: 28px;" >
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TradeName"
ErrorMessage="地区名称不能为空">*</asp:RequiredFieldValidator>地区名称:</td>
<td style="width: 299px; height: 28px;" align="left" >
<asp:Label ID="TradeName" runat="server"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 123px">
编码级次:</td>
<td align="left" style="width: 299px">
<asp:Label ID="CodeLevel" runat="server"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 123px; height: 34px;" >
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="ParentCode"
ErrorMessage="上级编码不能为空">*</asp:RequiredFieldValidator>上级编码:</td>
<td style="width: 299px; height: 34px;" align="left" >
<asp:Label ID="ParentCode" runat="server"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 123px">
末级标志:</td>
<td style="width: 299px" align="left" >
<asp:Label ID="EndFlag" runat="server"></asp:Label></td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 34px">
<asp:LinkButton ID="LinkButton1" runat="server" Height="18px" PostBackUrl="~/Index.aspx"
Width="55px"> 退 出 </asp:LinkButton>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?