header.ascx

来自「寝室管理系统」· ASCX 代码 · 共 16 行

ASCX
16
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="header.ascx.cs" Inherits="users_header" %>
<%@ Register Assembly="Meta.Web" Namespace="Meta.Web.Controls" TagPrefix="mc" %>
<div align="center" style="color: white">
    <table border="0" style="width: 164px; text-align: left">
        <tr>
            <td nowrap="nowrap" style="height: 17px; width: 649px;">
                <div align="center" style="color: black; font-size: 14px;">
                    <mc:DateLabel ID="DateLabel1" runat="server" Style="color: black" />
                    <mc:TimeLabel ID="TimeLabel1" runat="server" />
                    亲爱的<asp:Label ID="Label1" runat="server" Style="font-weight: bold; color: red; font-size: 14px;"></asp:Label>同学
                    您是<asp:Label ID="Label2" runat="server" style="font-weight: bold; color: red; font-size: 14px;"></asp:Label>-&gt;学生主页面</div>
            </td>
        </tr>
    </table>
</div>

⌨️ 快捷键说明

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