masterpage.master
来自「c++builder开发的一个仓库信息管理系统」· MASTER 代码 · 共 101 行
MASTER
101 行
<%@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %>
<!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>
<form id="form1" runat="server">
<div>
<div>
<table style="width: 1000px; height: 600px">
<tr>
<td rowspan="7" style="background-image: url(images/liangbian.jpg); width: 150px;
background-repeat: repeat">
</td>
<td rowspan="3" style="background-image: url(images/shuiyu.jpg); width: 200px; background-repeat: repeat">
</td>
<td style="width: 500px; height: 30px; background-color: #f6f5ff" valign="bottom">
欢迎您:<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>登录。如发现相关问题,可反馈意见,本人将不胜感激。</td>
<td rowspan="7" style="background-image: url(images/liangbian.jpg); width: 150px;
background-repeat: repeat">
</td>
</tr>
<tr>
<td style="height: 30px; background-color: #f5f3ff" valign="top">
<asp:Menu ID="Menu1" runat="server" BackColor="#B5C7DE" DynamicHorizontalOffset="2"
Font-Names="Verdana" Font-Size="14px" ForeColor="#284E98" Height="30px" Orientation="Horizontal"
StaticSubMenuIndent="10px" Width="500px">
<StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
<DynamicHoverStyle BackColor="#284E98" ForeColor="White" />
<DynamicMenuStyle BackColor="#B5C7DE" />
<StaticSelectedStyle BackColor="#507CD1" />
<DynamicSelectedStyle BackColor="#507CD1" />
<DynamicMenuItemStyle Font-Size="12px" HorizontalPadding="5px" VerticalPadding="2px" />
<Items>
<asp:MenuItem Text="基础信息" Value="基础信息">
<asp:MenuItem Text="人员信息" Value="人员信息"></asp:MenuItem>
<asp:MenuItem Text="货品信息" Value="货品信息"></asp:MenuItem>
<asp:MenuItem Text="货品类别" Value="货品类别"></asp:MenuItem>
<asp:MenuItem Text="供应商" Value="供应商"></asp:MenuItem>
<asp:MenuItem Text="连锁超市" Value="连锁超市"></asp:MenuItem>
</asp:MenuItem>
<asp:MenuItem Text="入库管理" Value="入库管理">
<asp:MenuItem Text="采购入库" Value="采购入库"></asp:MenuItem>
<asp:MenuItem Text="超市退货入库" Value="超市退货入库"></asp:MenuItem>
<asp:MenuItem Text="采购统计" Value="采购统计"></asp:MenuItem>
<asp:MenuItem Text="超市退货统计" Value="超市退货统计"></asp:MenuItem>
</asp:MenuItem>
<asp:MenuItem Text="仓库管理" Value="仓库管理">
<asp:MenuItem Text="库存盘点" Value="库存盘点"></asp:MenuItem>
<asp:MenuItem Text="库存报警" Value="库存报警"></asp:MenuItem>
<asp:MenuItem Text="库存统计" Value="库存统计"></asp:MenuItem>
<asp:MenuItem Text="库存查询" Value="库存查询"></asp:MenuItem>
</asp:MenuItem>
<asp:MenuItem Text="出库管理" Value="出库管理">
<asp:MenuItem Text="配货出库" Value="配货出库"></asp:MenuItem>
<asp:MenuItem Text="返还货商出库" Value="返还货商出库"></asp:MenuItem>
<asp:MenuItem Text="配货统计" Value="配货统计"></asp:MenuItem>
<asp:MenuItem Text="返还货商统计" Value="返还货商统计"></asp:MenuItem>
</asp:MenuItem>
<asp:MenuItem Text="使用说明" Value="使用说明">
<asp:MenuItem Text="使用技巧" Value="使用技巧"></asp:MenuItem>
<asp:MenuItem Text="意见反馈" Value="意见反馈"></asp:MenuItem>
<asp:MenuItem Text="使用说明书" Value="使用说明书"></asp:MenuItem>
</asp:MenuItem>
</Items>
<StaticHoverStyle BackColor="#284E98" ForeColor="White" />
</asp:Menu>
</td>
</tr>
<tr>
<td style="background-image: url(images/shamo.jpg); background-repeat: repeat; height: 30px">
</td>
</tr>
<tr>
<td colspan="2" style="background-image: url(images/xinxin.jpg); background-repeat: repeat;
height: 60px">
</td>
</tr>
<tr>
<td colspan="2" rowspan="2" style="width: 700px; height: 450px" valign="top">
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
</td>
</tr>
<tr>
</tr>
<tr>
<td colspan="2" style="background-image: url(images/xin.jpg); background-repeat: repeat;
height: 30px">
制作人:郑志宏 指导老师:叶瑶</td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?