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

📄 items.aspx

📁 asp销售管理系统
💻 ASPX
字号:
<%@ Register Assembly="skcontrols"   TagPrefix="sk" Namespace="skcontrols"%>
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="items.aspx.cs" Inherits="setting_items" Title="物资字典、物资分类、物资管理权限" %>
<asp:Content ID="Content1" ContentPlaceHolderID="contentMain" Runat="Server">
    <table width=100%>
    <tr valign=top>
        <td width=25%>
            <iframe name="tree" src=itemsTree.aspx width=100% height=500pt frameborder=0 marginheight="0" marginwidth="0" ></iframe>
        </td>
        <td>
            <iframe name="content" src=itemsMain.aspx width=100% height=500pt frameborder=0 marginheight="0" marginwidth="0" ></iframe>
        </td>
    </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

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