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

📄 seoneuser.aspx

📁 OA系统源码 办公应用软件源码 asp.net 开发
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master"AutoEventWireup="true" CodeFile="SeOneUser.aspx.cs" Inherits="Company_SeOneUser" %>


<asp:Content ID="xiangqing" runat="server" ContentPlaceHolderID="ContentPlaceHolder1">
<div style="width:630px; height:450px; background-image:url(../images/users/userbg.jpg)">
<div style="width:90%;background-image:url(../images/users/thbg.gif); height:30px; text-align:center;"><b>用&nbsp;&nbsp;户&nbsp;&nbsp;详&nbsp;&nbsp;细&nbsp;&nbsp;信&nbsp;&nbsp;息</b></div>
    
    
    <div style="float:left;height:130px;width:30%;text-align:right; padding-top:65px">
    <asp:Image ID="imgUser" runat="server"/>
    </div>
    <div style="float:left;width:69%; text-align:right;">
    
   <div style="width:90%; " align="center">  
   <div style="float:left;width:40%;height:30px; text-align:right;">
       用户号:</div>
   <div  style="float:left;width:50%;height:30px;text-align:left">&nbsp;&nbsp;&nbsp;<asp:Label ID="lblUserId" runat="server" Text="Label" Width="111px" ForeColor="Blue"></asp:Label></div>   
   </div>
   <div style="width:90%; " align="center">  
   <div style="float:left;width:40%;height:30px; text-align:right;">姓名:</div>
   <div  style="float:left;width:50%;height:30px;text-align:left">&nbsp;&nbsp;&nbsp;<asp:Label ID="lblUserName" runat="server" Text="Label" Width="111px" ForeColor="Blue"></asp:Label></div>   
   </div>
   
   <div style="width:90%; " align="center">   
   <div style="float:left;width:40%;height:30px; text-align:right;">密码:</div>
   <div  style="float:left;width:50%;height:30px;text-align:left">&nbsp;&nbsp;&nbsp;<asp:Label ID="lblPassword" runat="server" Text="Label" Width="111px" ForeColor="Blue"></asp:Label></div>   
   </div>
      <div style="width:90%; " align="center">  
   <div style="float:left;width:40%;height:30px; text-align:right;">部门:</div>
   <div  style="float:left;width:50%;height:30px;text-align:left">&nbsp;&nbsp;&nbsp;<asp:Label ID="lblDepart" runat="server" Text="Label" Width="111px" ForeColor="Blue"></asp:Label></div>   
   </div>
   <div style="width:90%; " align="center">  
   <div style="float:left;width:40%;height:30px; text-align:right;">性别:</div>
   <div  style="float:left;width:50%;height:30px;text-align:left">&nbsp;&nbsp;&nbsp;<asp:Label ID="lblGender" runat="server" Text="Label" Width="111px" ForeColor="Blue"></asp:Label></div>   
   </div>
      <div style="width:90%; " align="center">   
   <div style="float:left;width:40%;height:30px; text-align:right;">角色:</div>
   <div  style="float:left;width:50%;height:30px;text-align:left">&nbsp;&nbsp;&nbsp;<asp:Label ID="lblUserRole" runat="server" Text="Label" Width="111px" ForeColor="Blue"></asp:Label></div>   
   </div>
      <div style="width:90%; " align="center"> 
   <div style="float:left;width:40%;height:30px; text-align:right;">用户状态:</div>
   <div  style="float:left;width:50%;height:30px;text-align:left">&nbsp;&nbsp;&nbsp;<asp:Label ID="lblUserState" runat="server" Text="Label" Width="111px" ForeColor="Blue"></asp:Label></div>   
   </div>
  </div>
    <div style="width:90%; height:15px"></div>
   
   <div style="width:90%; text-align:center;"> <input type="reset" value="返回" name="cmdcancel" class="buttonface" onclick ="history.back();" style="cursor: hand; width: 58px; height: 23px;" id="btnReset" /></div>
    
    
</div>
</asp:Content>

⌨️ 快捷键说明

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