📄 hoverlabeltest.aspx
字号:
<%@ Page Language="C#" %>
<%@ Register TagPrefix="mspuc" TagName="SiteHeader" Src="~/UserControls/SiteHeader.ascx" %>
<%@ Register TagPrefix="mspuc" TagName="SiteFooter" Src="~/UserControls/SiteFooter.ascx" %>
<%@ Register TagPrefix="msp" Namespace="MSPress.ServerControls" Assembly="MSPress.ServerControls" %>
<html>
<head>
<link href="../Default.css" type="text/css" rel="stylesheet" />
</head>
<body>
<form id="Form1" runat="server">
<mspuc:SiteHeader id="SiteHeader1" runat="server" Heading="Chapter 8 Rendering" SubHeading="HoverLabel Test Page" />
<br>
<msp:HoverLabel id="HoverLabel1" runat="server" StatusBarText="You placed the mouse on the hover label." Text="MyHoverLabel1" BackColor="WhiteSmoke" Font-Size="18pt" BorderColor="Silver" Width="150 px" />
<br>
<msp:HoverLabel id="Hoverlabel2" runat="server" StatusBarText="You placed the mouse on the hover label." Text="MyHoverLabel2" BackColor="WhiteSmoke" Font-Size="18pt" BorderColor="Silver" Width="150 px" />
<br>
<mspuc:SiteFooter id="SiteFooter1" runat="server" />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -