foot.ascx

来自「会议室管理系统,本系统是我大学毕业时候的毕业设计,一次通过的!」· ASCX 代码 · 共 23 行

ASCX
23
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="foot.ascx.cs" Inherits="webcontrol_foot" %>
<table border="0" style="width: 638px">
    <tr>
        <td colspan="6" style="height: 20px; font-weight: normal;" align="center">
            用户来访信息:<asp:HyperLink ID="HyperLink1" runat="server" ImageUrl="~/images/b13.gif">您的IP地址</asp:HyperLink>:<asp:Label
                ID="Labip" runat="server"></asp:Label>,操作系统:<asp:Label ID="Labczxt" runat="server"></asp:Label>,浏览器:<asp:Label
                    ID="Labllq" runat="server"></asp:Label></td>
    </tr>
    <tr>
        <td style="width: 157px; height: 20px;" align="right">
                毕业设计:
        </td>
        <td style="width: 70px; height: 20px;">
                张亮
        </td>
        <td colspan="3" style="height: 20px; width: 442px;" align="left">
                QQ:88888888 &nbsp; &nbsp;
                E-mail:<span style="color: #0000ff; text-decoration: underline">zhangliang@163.com</span>&nbsp; &nbsp;

        </td>
    </tr>
</table>

⌨️ 快捷键说明

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