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

📄 注册.aspx

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

<!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>
        <asp:Label ID="Label1" runat="server" BorderStyle="Solid" Font-Size="XX-Large" Height="44px"
            Style="z-index: 100; left: 106px; position: absolute; top: 22px" Text="宝钢通行证"
            Width="199px"></asp:Label>
        <asp:Label ID="Label2" runat="server" Font-Size="X-Large" Height="29px" Style="z-index: 101;
            left: 152px; position: absolute; top: 129px" Text="用户名" Width="83px"></asp:Label>
        <asp:TextBox ID="TextBox1" runat="server" Height="28px" Style="z-index: 102; left: 262px;
            position: absolute; top: 128px" Width="208px"></asp:TextBox>
        <asp:Button ID="Button1" runat="server" Height="44px" Style="z-index: 103; left: 563px;
            position: absolute; top: 121px" Text="检测是否有此用户" Width="184px" />
        <asp:Label ID="Label3" runat="server" Font-Size="X-Large" Height="31px" Style="z-index: 104;
            left: 146px; position: absolute; top: 200px" Text="登录密码" Visible="False" Width="98px"></asp:Label>
        <asp:Label ID="Label4" runat="server" Font-Size="X-Large" Height="32px" Style="z-index: 105;
            left: 103px; position: absolute; top: 277px" Text="重复登录确认" Visible="False"></asp:Label>
        <asp:TextBox ID="TextBox2" runat="server" Height="26px" Style="z-index: 106; left: 264px;
            position: absolute; top: 198px" Visible="False" Width="199px" TextMode="Password"></asp:TextBox>
        <asp:TextBox ID="TextBox3" runat="server" Height="30px" Style="z-index: 107; left: 270px;
            position: absolute; top: 273px" Visible="False" Width="194px" TextMode="Password"></asp:TextBox>
        <asp:Button ID="Button2" runat="server" Font-Size="X-Large" Height="42px" Style="z-index: 108;
            left: 221px; position: absolute; top: 426px" Text="注册帐号" Visible="False" Width="109px" />
        <asp:Button ID="Button3" runat="server" Font-Size="X-Large" Height="41px" Style="z-index: 109;
            left: 470px; position: absolute; top: 427px" Text="取消" Visible="False" Width="91px" />
        &nbsp;
        <asp:Label ID="Label5" runat="server" Font-Size="Larger" Height="31px" Style="z-index: 111;
            left: 163px; position: absolute; top: 339px" Text="登录方式默认为职工方式" Visible="False"
            Width="216px"></asp:Label>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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