default.aspx
来自「这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代」· ASPX 代码 · 共 93 行
ASPX
93 行
<%@ 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>
<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 />
<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 + =
减小字号Ctrl + -
显示快捷键?