newprojectintro.ascx
来自「BugNET is an issue tracking and project 」· ASCX 代码 · 共 14 行
ASCX
14 行
<%@ Control Language="c#" AutoEventWireup="True" Codebehind="NewProjectIntro.ascx.cs" Inherits="BugNET.Administration.Projects.UserControls.NewProjectIntro" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%><h4>Introduction</h4><table cellpadding="10"> <tr> <td> The New Project Wizard enables you to create a new project for managing issues. This Wizard will guide you through the steps for creating the new project. <br/ <br/> <asp:CheckBox id="chkSkip" class="checkboxlist" Text="Skip Next Time" Runat="Server" /> </td> </tr></table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?