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

📄 nosettings.ascx

📁 一种Portal的实现源码
💻 ASCX
字号:
<%@ Control language="c#" Inherits="Rainbow.DesktopModules.OneFileModule" %>
<%@ Register TagPrefix="cc1" Namespace="Rainbow.UI.WebControls" Assembly="Rainbow" %>

<script language="C#" runat="server">

	void Page_Load(Object sender, EventArgs e)
	{
		if (IsPostBack == false)
		{
		}
	}

</script>

<cc1:DesktopModuleTitle EditText="Edit" EditUrl="~/DesktopModules/PropertyPage.aspx" PropertiesText="PROPERTIES" PropertiesUrl="~/DesktopModules/PropertyPage.aspx" runat="server" ID="ModuleTitle" />
This module does not use the settings system provided by the OneFileModuleKit!<P>
Note: You can delete the tag &lt;cc1:DesktopModuleTitle ... /&gt; and the &lt;%@ Register ... %&gt;
if you do not need the title (which includes the edit settings and properties link).

⌨️ 快捷键说明

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