treedept.aspx

来自「CRM系统源码」· ASPX 代码 · 共 14 行

ASPX
14
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TreeDept.aspx.cs" Inherits="CRM.WEB.Setting.adlimit.TreeDept" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>部门树</title>
</head>
<body bgColor="#AFD0F3" leftmargin="5" topmargin="3">
<form id="form1" runat="server">
   <asp:TreeView ID="tv" runat="server" ExpandImageUrl="~/Images/folderopen.gif" CollapseImageUrl="~/Images/folder.gif" Font-Size="Smaller" Style="font-size: 10pt"
                Width="152px" ForeColor="Black"  ShowLines="True">
 </asp:TreeView>
    </form>
</body>
</html>

⌨️ 快捷键说明

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