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

📄 index.aspx

📁 这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
</head>
<body bgcolor ="#ffffff">
    <form id="form1" runat="server">
    <div>
        &nbsp;</div>
        <table style="width: 605px; height: 330px;">
            <tr>
                <td colspan="10" rowspan="1" style="background-image: url(image/banner.jpg); height: 77px; width: 572px;">
                </td>
                <td colspan="1" rowspan="1" style="background-image: url(image/banner.jpg); height: 77px">
                </td>
            </tr>
            <tr>
                <td colspan="10" rowspan="1" style="background-image: url(image/001.JPG); height: 33px; width: 572px;">
                </td>
                <td colspan="1" rowspan="1" style="background-image: url(image/001.JPG); height: 33px">
                </td>
            </tr>
            <tr>
                <td rowspan="1" style="background-image: url(image/002.JPG); width: 572px; height: 45px;" colspan="10">
                    &nbsp;<asp:Menu ID="Menu2" runat="server" BackColor="#FFFBD6" DataSourceID="SiteMapDataSource1"
                        DynamicHorizontalOffset="2" Font-Names="Verdana" Font-Size="10pt" ForeColor="#990000"
                        MaximumDynamicDisplayLevels="8" StaticDisplayLevels="3" StaticSubMenuIndent="10px"
                        Width="324px" BorderColor="#400040" BorderWidth="1px" Orientation="Horizontal" style="left: 18px; position: relative; top: -15px" Height="33px" OnMenuItemClick="Menu2_MenuItemClick">
                        <StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
                        <DynamicHoverStyle BackColor="#990000" ForeColor="White" />
                        <DynamicMenuStyle BackColor="#FFFBD6" />
                        <StaticSelectedStyle BackColor="#FFCC66" />
                        <DynamicSelectedStyle BackColor="#FFCC66" />
                        <DynamicMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
                        <StaticHoverStyle BackColor="#990000" ForeColor="White" />
                    </asp:Menu>
                </td>
                <td colspan="1" rowspan="1" style="background-image: url(image/002.JPG); height: 45px;">
                </td>
            </tr>
            <tr>
                <td rowspan="3" style="background-image: url(image/11.JPG); height: 387px; width: 572px;" colspan="10">
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                </td>
                <td colspan="1" rowspan="3" style="background-image: url(image/会员注册页中部.JPG); height: 387px">
                </td>
            </tr>
            <tr>
            </tr>
            <tr>
            </tr>
            <tr>
                <td colspan="10" rowspan="1" style="background-image: url(image/最底部.jpg); height: 21px; width: 572px;">
                </td>
                <td colspan="1" rowspan="1" style="background-image: url(image/最底部.jpg); height: 21px">
                </td>
            </tr>
        </table>
        &nbsp;
                    <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" />
    </form>
</body>
</html>

⌨️ 快捷键说明

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