⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 head.ascx

📁 包含了几个由sql server2005开发的典型程序
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="head.ascx.cs" Inherits="head" %>
<table border="0" cellpadding="0" cellspacing="0" style="width: 740px; height: 80px; background-color: #ffffff;">
    <tr>
        <td style="width: 100px; height: 69px;" valign="middle">
            <img src="image/logo.JPG" /></td>
        <td style="width: 640px; height: 69px;" align="left" valign="middle">
            <br />
            <table border="0" cellpadding="0" cellspacing="0" style="width: 583px; height: 60px">
                <tr>
                    <td style="width: 580px; height: 40px; font-size: 20pt; font-family: 隶书;">
                        计算机有限公司</td>
                </tr>
                <tr>
                    <td style="font-size: 10pt; width: 580px">
                        CONPUTER MANUFACTURER CO.,LTD</td>
                </tr>
            </table>
        </td>
    </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="width: 740px; height: 25px; background-color: #3381da; text-align: center;">
    <tr>
        <td style="font-size: 9pt; width: 105px; color: #ffffff; height: 25px">
        </td>
        <td style="font-size: 9pt; width: 105px; color: #ffffff; height: 25px">
            |<a href="Default.aspx"><font color="#ffffff">首页</font></a> |</td>
        <td style="font-size: 9pt; width: 105px; color: #ffffff; height: 25px">
            |<a href="about.aspx"><font color="#ffffff">关于公司</font></a> |</td>
        <td style="font-size: 9pt; width: 105px; color: #ffffff; height: 25px">
            |<a href="shownews.aspx?id=%"><font color="#ffffff">新闻</font></a> |</td>
        <td style="font-size: 9pt; width: 105px; color: #ffffff; height: 25px">
            |<a href="showpros.aspx?id=%"><font color="#ffffff">产品</font></a> |</td>
        <td style="width: 105px; font-size: 9pt; color: #ffffff; height: 25px;">
            |<a href="address.aspx"><font color="#ffffff">联系我们</font></a>|</td>
        <td style="font-size: 9pt; width: 105px; color: #ffffff; height: 25px">
        </td>
    </tr>
</table>

⌨️ 快捷键说明

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