lefttree.ascx

来自「一个简单的办公自动化系统」· ASCX 代码 · 共 10 行

ASCX
10
字号
<%@ Control Language="c#" Inherits="MyOA.UserControls.LeftTree" CodeFile="LeftTree.ascx.cs" %>
<table id="Table1" cellspacing="0" cellpadding="0" border="0">
    <tr>
        <td>
            <asp:Label ID="LabelTree" runat="server" BorderWidth="0px"></asp:Label></td>
        <td style="width:20">
        </td>
    </tr>
</table>

⌨️ 快捷键说明

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