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

📄 登录.aspx

📁 用VB.NET做的软件工程课程设计
💻 ASPX
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="登录.aspx.vb" Inherits="_Default" %>

<!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 bgcolor="#ccffff" background="vista2.jpg">
    <form id="form1" runat="server">
    <div>
        &nbsp;</div>
        &nbsp;
        &nbsp;&nbsp;
        <asp:Label ID="Label1" runat="server" ForeColor="#C04000" Height="43px" Style="z-index: 100;
            left: 185px; position: absolute; top: 47px" Text="欢迎登录宝钢股份职工体检系统" Width="465px" BorderWidth="10px" Font-Size="XX-Large"></asp:Label>
        <asp:Image ID="Image1" runat="server" Height="133px" ImageUrl="~/shbg-01.gif" Style="z-index: 101;
            left: 25px; position: absolute; top: 40px" Width="135px" />
        <asp:Image ID="Image2" runat="server" Height="198px" ImageUrl="~/gddw01.gif" Style="z-index: 102;
            left: 693px; position: absolute; top: 37px" Width="283px" />
        <asp:Label ID="Label2" runat="server" Font-Size="XX-Large" ForeColor="#E0E0E0" Height="28px"
            Style="z-index: 103; left: 256px; position: relative; top: 190px" Text="用户名:"
            Width="138px"></asp:Label>
        <asp:TextBox ID="TextBox1" runat="server" Height="28px" Style="z-index: 104; left: 475px;
            position: absolute; top: 224px" Width="202px"></asp:TextBox>
        <asp:Label ID="Label3" runat="server" Font-Size="XX-Large" Height="25px" Style="z-index: 105;
            left: 298px; position: absolute; top: 296px" Text="密码:" Width="131px"></asp:Label>
        <asp:TextBox ID="TextBox2" runat="server" Height="29px" Style="z-index: 106; left: 476px;
            position: absolute; top: 295px" Width="200px" TextMode="Password"></asp:TextBox>
        &nbsp;
        <asp:Label ID="Label4" runat="server" Height="25px" Style="z-index: 107; left: 301px;
            position: absolute; top: 364px" Text="登录方式" Width="136px" Font-Size="XX-Large"></asp:Label>
        <asp:DropDownList ID="DropDownList1" runat="server" Style="z-index: 108; left: 474px;
            position: absolute; top: 364px" Font-Size="X-Large" Height="25px" Width="104px">
            <asp:ListItem>管理员</asp:ListItem>
            <asp:ListItem>领导</asp:ListItem>
            <asp:ListItem>职工</asp:ListItem>
        </asp:DropDownList>
        <asp:LinkButton ID="LinkButton1" runat="server" BorderStyle="Ridge" Font-Size="XX-Large"
            OnClientClick="1" Style="z-index: 109; left: 350px; position: absolute; top: 459px" Width="68px">登录</asp:LinkButton>
        <asp:LinkButton ID="LinkButton2" runat="server" BorderStyle="Ridge" Font-Size="XX-Large"
            Height="38px" Style="z-index: 111; left: 506px; position: absolute; top: 459px"
            Width="66px">注册</asp:LinkButton>
    </form>
</body>
</html>

⌨️ 快捷键说明

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