footer.ascx

来自「功能超强大的选课系统」· ASCX 代码 · 共 9 行

ASCX
9
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Footer.ascx.cs" Inherits="Footer" %>
<table>
    <tr>
        <td colspan="3" style="width: 323px; text-align: center">
<asp:Label ID="Label2" runat="server" ForeColor="#8080FF" Height="27px" Text="Copyright © Fengying Studio.Yuhong 2008"
    Width="266px"></asp:Label></td>
    </tr>
</table>

⌨️ 快捷键说明

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