wizardinit.ascx
来自「《圣殿祭司的ASP.NET 2.0开发详解——使用C#》光盘内容.包含了书籍所含」· ASCX 代码 · 共 15 行
ASCX
15 行
<%@ Control Inherits="System.Web.Administration.WebAdminUserControl" %>
<%@ Import Namespace="System.Web.Administration" %>
<%@ Import Namespace="System.Web.Configuration" %>
<table height="100%" width="550" cellpadding="0" cellspacing="0" border="0">
<tr>
<td height=100% width=100% alight=center valign=top class="bodyTextNoPadding">
<asp:literal runat="server" text="<%$ Resources:Instructions %>"/>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?