?? nosettings.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 <cc1:DesktopModuleTitle ... /> and the <%@ Register ... %>
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 + -