领导进入.aspx

来自「用VB.NET做的软件工程课程设计」· ASPX 代码 · 共 39 行

ASPX
39
字号
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="领导进入.aspx.vb" Inherits="Default2" %>

<!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 background="紫色.jpg">
    <form id="form1" runat="server">
    <div>
        <asp:Image ID="Image1" runat="server" Height="119px" ImageUrl="~/无标题.bmp" Style="z-index: 100;
            left: 4px; position: absolute; top: 14px" Width="161px" />
        &nbsp;
        <asp:Label ID="Label1" runat="server" BackColor="Transparent" BorderColor="#E0E0E0"
            BorderStyle="Dotted" Font-Overline="False" Font-Size="XX-Large" ForeColor="White"
            Height="43px" Style="z-index: 101; left: 250px; position: absolute; top: 46px"
            Text="宝钢股份职工体检档案" Width="345px"></asp:Label>
        &nbsp; &nbsp;
        <asp:LinkButton ID="LinkButton4" runat="server" Style="z-index: 102; left: 55px;
            position: absolute; top: 274px" Font-Size="Larger" Height="28px" Width="148px">查询员工体检信息</asp:LinkButton>
        <asp:LinkButton ID="LinkButton5" runat="server" Style="z-index: 103; left: 57px;
            position: absolute; top: 193px" Font-Size="Larger" Height="29px" Width="121px">查询员工信息</asp:LinkButton>
        &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;
    
    </div>
        &nbsp; &nbsp; &nbsp;
        <asp:LinkButton ID="LinkButton1" runat="server" Height="29px" Style="z-index: 104;
            left: 60px; position: absolute; top: 411px" Width="126px">注销登录</asp:LinkButton>
        <asp:LinkButton ID="LinkButton2" runat="server" Height="31px" Style="z-index: 105;
            left: 62px; position: absolute; top: 343px" Width="106px">修改密码</asp:LinkButton>
        <asp:LinkButton ID="LinkButton3" runat="server" Height="29px" Style="z-index: 106;
            left: 276px; position: absolute; top: 194px" Width="159px">查询本部门职工信息</asp:LinkButton>
        <asp:LinkButton ID="LinkButton6" runat="server" Height="30px" Style="z-index: 108;
            left: 280px; position: absolute; top: 266px" Width="190px">查询本部门职工体检信息</asp:LinkButton>
    </form>
</body>
</html>

⌨️ 快捷键说明

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