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

📄 info.aspx

📁 很好的啊!中小型企业用的
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Info.aspx.cs" Inherits="renshi_Info" %>

<!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 style="text-align: center; background-image: url(../../Images/right.jpg);">
    <form id="form1" runat="server">
    <div style="text-align: center">
        <br />
        <br />
        <br />
        <br />
        &nbsp;</div>
                   <table style="height: 400px; vertical-align: lefttop; text-align: center; border-right: #afafaf 1px solid; border-top: #afafaf 1px solid; border-left: #afafaf 1px solid; border-bottom: #afafaf 1px solid; width: 591px;" cellpadding="0" cellspacing="0">
                <tr>
                    <td colspan="3" rowspan="2" style="height: 350px; width: 600px; vertical-align: middle; text-align: center;">
                        &nbsp;<table align="center" border="1" style="position: relative; left: 0px; width: 523px; top: 0px;">
                            <tr>
                                <td colspan="2" style="font-size: 9pt; color: #ff0000; height: 20px; background-color: #6699cc;
                                    text-align: center">
                                    员工详细信息&nbsp;</td>
                                <td colspan="1" rowspan="8" style="width: 160px; background-color: #6699cc; text-align: center">
                                    <asp:Image ID="Image1" runat="server" Style="position: relative" /></td>
                            </tr>
                            <tr>
                                <td style="width: 99px; background-color: #6699cc; text-align: right">
                                    <asp:Label ID="labUserID" runat="server" Font-Size="9pt" Text="员工编号:"></asp:Label>&nbsp;</td>
                                <td style="font-size: 12pt; width: 99px; background-color: #6699cc; text-align: right">
                                    <asp:TextBox ID="userID" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
                            </tr>
                            <tr style="font-size: 12pt">
                                <td style="width: 99px; background-color: #6699cc; text-align: right">
                                    <asp:Label ID="labLoginName" runat="server" Font-Size="9pt" Text="会员姓名:"></asp:Label>&nbsp;</td>
                                <td style="width: 99px; background-color: #6699cc; text-align: right">
                                    <asp:TextBox ID="name" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
                            </tr>
                            <tr style="font-size: 12pt">
                                <td style="width: 99px; background-color: #6699cc; text-align: right">
                                    <asp:Label ID="labSex" runat="server" Font-Size="9pt" Text="性 别:"></asp:Label>&nbsp;</td>
                                <td style="width: 99px; background-color: #6699cc; text-align: right">
                                    <asp:TextBox ID="txtsex" runat="server" ReadOnly="True" Style="left: 2px; position: relative;
                                        top: 0px" Width="112px"></asp:TextBox></td>
                            </tr>
                            <tr style="font-size: 12pt">
                                <td style="width: 99px; background-color: #6699cc; text-align: right">
                                    <asp:Label ID="labPwd" runat="server" Font-Size="9pt" Text="所属部门:"></asp:Label>&nbsp;</td>
                                <td style="width: 99px; background-color: #6699cc; text-align: right">
                                    <asp:TextBox ID="txtdep" runat="server" Font-Size="9pt" Width="128px"></asp:TextBox></td>
                            </tr>
                            <tr style="font-size: 12pt">
                                <td style="width: 99px; background-color: #6699cc; text-align: right">
                                    <asp:Label ID="labMoney" runat="server" Font-Size="9pt" Text="用户角色:"></asp:Label>&nbsp;</td>
                                <td style="width: 99px; background-color: #6699cc; text-align: right">
                                    &nbsp;<asp:DropDownList ID="DropDownList1" runat="server" Height="13px" Style="left: -17px;
                                        position: relative; top: 0px" Width="59px">
                                        <asp:ListItem Value="0">普通员工</asp:ListItem>
                                        <asp:ListItem Value="1">后勤主管</asp:ListItem>
                                        <asp:ListItem Value="2">高级经理</asp:ListItem>
                                    </asp:DropDownList></td>
                            </tr>
                            <tr style="font-size: 12pt">
                                <td style="width: 99px; background-color: #6699cc; text-align: right">
                                </td>
                                <td style="width: 99px; background-color: #6699cc; text-align: right">
                                </td>
                            </tr>
                            <tr style="font-size: 12pt">
                                <td colspan="2" style="background-color: #6699cc; text-align: center">
                                    &nbsp; &nbsp;&nbsp;&nbsp;
                                    <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="left: 39px;
                                        position: relative; top: 0px" Text="更改用户角色" /></td>
                            </tr>
                        </table>
                        <asp:Label ID="Label1" runat="server" Style="left: -79px; position: relative; top: 5px"
                            Width="356px"></asp:Label></td>
                </tr>
                <tr style="font-size: 12pt">
                </tr>
            </table> 
    </form>
</body>
</html>

⌨️ 快捷键说明

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