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

📄 领导修改密码.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 bgcolor="#ffffcc">
    <form id="form1" runat="server">
    <div>
        <asp:Image ID="Image1" runat="server" Height="86px" ImageUrl="~/无标题.bmp" Style="z-index: 100;
            left: 12px; position: absolute; top: 13px" Width="123px" />
        <asp:Label ID="Label1" runat="server" BorderStyle="Dashed" Font-Size="XX-Large" Height="55px"
            Style="z-index: 101; left: 243px; position: absolute; top: 24px" Text="宝钢股份职工体检档案网上查询"
            Width="460px"></asp:Label>
        <asp:Label ID="Label2" runat="server" Font-Size="Larger" Height="28px" Style="z-index: 102;
            left: 262px; position: absolute; top: 259px" Text="原始密码" Width="86px"></asp:Label>
        <asp:Label ID="Label3" runat="server" Font-Size="Larger" Height="22px" Style="z-index: 103;
            left: 263px; position: absolute; top: 340px" Text="新密码" Width="71px"></asp:Label>
        <asp:Label ID="Label4" runat="server" Font-Size="Larger" Height="23px" Style="z-index: 104;
            left: 261px; position: absolute; top: 416px" Text="确认新密码" Width="101px"></asp:Label>
        <asp:TextBox ID="TextBox1" runat="server" Style="z-index: 105; left: 413px; position: absolute;
            top: 263px" TextMode="Password"></asp:TextBox>
        <asp:TextBox ID="TextBox2" runat="server" Style="z-index: 106; left: 411px; position: absolute;
            top: 339px" TextMode="Password"></asp:TextBox>
        <asp:TextBox ID="TextBox3" runat="server" Style="z-index: 107; left: 407px; position: absolute;
            top: 414px" TextMode="Password"></asp:TextBox>
        <asp:Button ID="Button1" runat="server" Font-Size="Larger" Style="z-index: 108; left: 298px;
            position: absolute; top: 485px" Text="确定" />
        <asp:Button ID="Button2" runat="server" Font-Size="Larger" Style="z-index: 109; left: 484px;
            position: absolute; top: 485px" Text="取消" />
        &nbsp;&nbsp;
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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