header.ascx
来自「asp入门到精通的源代码」· ASCX 代码 · 共 10 行
ASCX
10 行
<asp:Label id="Header" runat="server"
text="ASP.NET Banking Center"
Height="25px"
Width="100%"
BackColor="#cccccc"
ForeColor="Black"
Font-Size=20
Font-Bold="False"
Font-Name="Arial"
BorderStyle="outset" />
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?