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

📄 masterpage.master

📁 用vs2005和sql2000实现的小型超市管理系统
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" 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>
<script language="javascript" type="text/javascript">
// <!CDATA[

function IMG1_onclick() {

}

// ]]>
</script>
</head>
<body style="text-align: center">
    <form id="form1" runat="server">
    <div style="text-align: center">
        <div style="text-align: center">
            <table style="width: 800px; height: 131px">
                <tr>
                    <td colspan="2" style="height: 102px; width: 781px;">
                        <img src="image/main1.jpg" style="width: 800px; height: 153px;" id="IMG1" onclick="return IMG1_onclick()" /></td>
                </tr>
                <tr>
                    <td colspan="2" style="border-top-width: thick; border-left-width: thick; border-left-color: black;
                        border-bottom-width: thick; border-bottom-color: black; width: 781px; border-top-color: black;
                        height: 2px; background-color: lightgrey; text-align: left; border-right-width: thick;
                        border-right-color: black; font-size: 14px;">
                        操作员:<asp:Label ID="Label1" runat="server" Text="Label" Width="82px" Height="16px"></asp:Label>
                        &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; &nbsp; &nbsp; &nbsp; &nbsp;
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        当前时间:<asp:Label ID="Label2" runat="server" Height="16px" Text="Label" Width="92px"></asp:Label>
                        <asp:Button ID="Button1" runat="server" Height="19px" OnClick="Button1_Click" Text="退出系统" Width="78px" /></td>
                </tr>
            </table>
        </div>
    </div>
        <table style="width: 799px; height: 496px; border-right: #6699ff 1px solid; border-top: #6699ff 1px solid; border-left: #6699ff 1px solid; border-bottom: #6699ff 1px solid; background-color: #ccffff;">
            <tr>
                <td align="center" style="width: 143px; height: 470px; border-right: #3399ff 1px solid;" valign="top">
                    <asp:TreeView ID="TreeView1" runat="server" Height="500px" ImageSet="Simple" Style="margin-top: 0px;
                        font-weight: bold; font-size: 30px; vertical-align: top; color: white; padding-top: 0px;
                        background-color: #ccffff; text-align: left; border-left-width: thin; border-left-color: #0099cc; border-top-style: none; border-right-style: none; border-bottom-style: none;" Width="164px" OnSelectedNodeChanged="TreeView1_SelectedNodeChanged">
                        <ParentNodeStyle Font-Bold="False" />
                        <HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" />
                        <SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD" HorizontalPadding="0px"
                            VerticalPadding="0px" />
                        <Nodes>
                            <asp:TreeNode Text="进货管理" Value="进货管理">
                                <asp:TreeNode NavigateUrl="~/addgoods.aspx" Text="添加进货商品" Value="添加进货商品"></asp:TreeNode>
                                <asp:TreeNode NavigateUrl="~/searchgoods.aspx" Text="进货商品查询" Value="进货商品查询"></asp:TreeNode>
                            </asp:TreeNode>
                            <asp:TreeNode Text="商品查询" Value="商品查询">
                                <asp:TreeNode NavigateUrl="~/sellgoodssearch.aspx" Text="商品销售查询" Value="商品销售查询"></asp:TreeNode>
                                <asp:TreeNode NavigateUrl="~/stockgoodssearch.aspx" Text="商品库存查询" Value="商品库存查询"></asp:TreeNode>
                            </asp:TreeNode>
                            <asp:TreeNode Text="客户管理" Value="客户管理">
                                <asp:TreeNode NavigateUrl="~/addclient.aspx" Text=" 客户信息录入" Value=" 客户信息录入"></asp:TreeNode>
                                <asp:TreeNode NavigateUrl="~/searchclient.aspx" Text="客户信息查询" Value="客户信息查询"></asp:TreeNode>
                                <asp:TreeNode NavigateUrl="~/editclient.aspx" Text="客户信息编辑" Value="客户信息编辑"></asp:TreeNode>
                            </asp:TreeNode>
                            <asp:TreeNode Text="系统设置" Value="系统设置">
                                <asp:TreeNode NavigateUrl="~/adduser.aspx" Text="添加用户" Value="添加用户"></asp:TreeNode>
                                <asp:TreeNode NavigateUrl="~/edituser.aspx" Text="编辑用户" Value="编辑用户"></asp:TreeNode>
                            </asp:TreeNode>
                        </Nodes>
                        <NodeStyle Font-Names="Tahoma" Font-Size="10pt" ForeColor="Black" HorizontalPadding="0px"
                            NodeSpacing="0px" VerticalPadding="0px" />
                    </asp:TreeView>
                </td>
                <td align="center" style="height: 470px; width: 629px; background-image: url(image/main.jpg);" valign="top">
                    <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
                    </asp:ContentPlaceHolder>
                </td>
            </tr>
        </table>
        <br />
        <table style="width: 800px; text-align: center">
            <tr>
                <td style="width: 800px; color: slategray; height: 21px">
                    版权所有 © 张园 ® 电话:13545445269</td>
            </tr>
        </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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