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

📄 default.aspx

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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title>示例7-3</title>
    <link id="InstanceStyle" href="StyleSheet.css" type="text/css" rel="stylesheet" />
</head>
<body>
    <form id="form1" runat="server">
        <div>
            &nbsp;<table style="background-image: url(image/index.jpg); width: 743px; height: 450px">
                <tr>
                    <td style="width: 66px; height: 99px">
                    </td>
                    <td style="width: 46px; height: 99px">
                    </td>
                    <td style="width: 100px; height: 99px">
                    </td>
                    <td style="width: 100px; height: 99px">
                    </td>
                </tr>
                <tr>
                    <td rowspan="2" style="width: 66px">
                    </td>
                    <td rowspan="2" style="width: 46px">
            <fieldset style="width: 1px; height: 160px;">
                <br />
                &nbsp;<asp:TreeView ID="TreeView2" runat="server" ImageSet="News" NodeIndent="10">
                    <SelectedNodeStyle Font-Underline="True" HorizontalPadding="0px" VerticalPadding="0px"></SelectedNodeStyle>
                    <Nodes>
                        <asp:TreeNode Value="管理系统功能区" Text="管理系统功能区" SelectAction="None">
                            <asp:TreeNode Value="公司管理" NavigateUrl="~/User/UserPage.aspx" Text="公司管理"></asp:TreeNode>
                            <asp:TreeNode Value="业务管理" NavigateUrl="~/User/UserPage.aspx" Text="业务管理"></asp:TreeNode>
                            <asp:TreeNode Value="公司产品" NavigateUrl="~/User/UserPage.aspx" Text="公司产品"></asp:TreeNode>
                            <asp:TreeNode Value="文稿赏析" NavigateUrl="~/User/UserPage.aspx" Text="文稿赏析"></asp:TreeNode>
                            <asp:TreeNode NavigateUrl="~/User/UserPage.aspx" Text="资源管理" Value="资源管理"></asp:TreeNode>
                        </asp:TreeNode>
                    </Nodes>
                    <NodeStyle VerticalPadding="0px" Font-Names="Arial" Font-Size="10pt" HorizontalPadding="5px"
                        ForeColor="Black" NodeSpacing="0px"></NodeStyle>
                    <HoverNodeStyle Font-Underline="True"></HoverNodeStyle>
                    <ParentNodeStyle Font-Bold="False" />
                </asp:TreeView>
            </fieldset>
                    </td>
                    <td style="width: 100px; height: 51px">
                    </td>
                    <td style="width: 100px; height: 51px">
                    </td>
                </tr>
                <tr>
                    <td style="width: 100px; height: 39px">
                    </td>
                    <td style="width: 100px; height: 39px">
                    </td>
                </tr>
                <tr>
                    <td rowspan="1" style="width: 66px">
                    </td>
                    <td rowspan="1" style="width: 46px">
                    </td>
                    <td style="width: 100px; height: 46px">
                    </td>
                    <td style="width: 100px; height: 46px">
                    </td>
                </tr>
                <tr>
                    <td rowspan="1" style="width: 66px">
                    </td>
                    <td rowspan="1" style="width: 46px">
                    </td>
                    <td style="width: 100px">
                    </td>
                    <td style="width: 100px">
                    </td>
                </tr>
                <tr>
                    <td rowspan="1" style="width: 66px">
                    </td>
                    <td rowspan="1" style="width: 46px">
                    </td>
                    <td style="width: 100px">
                    </td>
                    <td style="width: 100px">
                    </td>
                </tr>
            </table>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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