📄 supplier.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="supplier.aspx.cs" Inherits="setting_supplier" Title="往来单位字典" %>
<asp:Content ID="Content1" ContentPlaceHolderID="contentMain" Runat="Server">
<table width=100%>
<tr valign=top>
<td width=30%>
<iframe name="tree" id="tree" src=supplierTree.aspx width=100% height=500pt frameborder=0 marginheight="0" marginwidth="0" ></iframe>
</td>
<td><iframe name="content" id="content" src=supplierMain.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 + -