EmployeeAllInfo.aspx
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:16k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="EmployeeAllInfo.aspx.cs" Inherits="Module_ProRes_EmployeeAllInfo" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>员工详细信息</title>
  6. </head>
  7. <body style="background-image: url(../../Images/SysSkin/employeeallinfo.jpg); background-repeat: no-repeat">
  8.     <form id="form1" runat="server">
  9.     <div style="vertical-align: middle; text-align: center">
  10.         <br />
  11.         <br />
  12.         <br />
  13.         <br />
  14.         <table cellpadding="0" cellspacing="0" style="width: 600px">
  15.             <tr>
  16.                 <td style="width: 100px; height: 19px">
  17.                     <span style="font-size: 9pt">用户名</span></td>
  18.                 <td style="font-size: 12pt; width: 200px; height: 19px; text-align: left">
  19.                     <asp:TextBox ID="txtUid" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
  20.                         Width="150px"></asp:TextBox>
  21.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtUid"
  22.                         ErrorMessage="登录帐号不能为空">*</asp:RequiredFieldValidator></td>
  23.                 <td style="font-size: 9pt; width: 100px; color: #000000; height: 19px">
  24.                 </td>
  25.                 <td rowspan="5" style="font-size: 9pt; width: 203px; color: #000000; text-align: left">
  26.                     <asp:Image ID="Image1" runat="server" Height="131px" Width="124px" /></td>
  27.             </tr>
  28.             <tr style="font-size: 9pt; color: #000000">
  29.                 <td style="width: 100px; height: 17px">
  30.                     <span>登录密码</span></td>
  31.                 <td style="font-size: 12pt; width: 200px; height: 17px; text-align: left">
  32.                     <asp:TextBox ID="txtPwd" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
  33.                         Width="150px"></asp:TextBox><span style="font-size: 9pt"> </span>
  34.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtPwd"
  35.                         ErrorMessage="登录密码不能为空">*</asp:RequiredFieldValidator></td>
  36.                 <td style="font-size: 9pt; width: 100px; color: #000000; height: 17px">
  37.                 </td>
  38.             </tr>
  39.             <tr style="color: #000000">
  40.                 <td style="width: 100px; height: 17px">
  41.                     <span style="font-size: 9pt">员工姓名</span></td>
  42.                 <td style="font-size: 12pt; width: 200px; height: 17px; text-align: left">
  43.                     <asp:TextBox ID="txtName" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
  44.                         Width="150px"></asp:TextBox><span style="font-size: 9pt"> </span>
  45.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtName"
  46.                         ErrorMessage="部门名称不能为空">*</asp:RequiredFieldValidator></td>
  47.                 <td style="font-size: 9pt; width: 100px; color: #000000; height: 17px">
  48.                     <span>员工照片</span></td>
  49.             </tr>
  50.             <tr>
  51.                 <td style="width: 100px; height: 17px">
  52.                     <span style="font-size: 9pt">员工性别</span></td>
  53.                 <td style="font-size: 12pt; width: 200px; height: 17px; text-align: left">
  54.                     <asp:RadioButtonList ID="RadioButtonList1" runat="server" Enabled="False" Font-Size="9pt"
  55.                         RepeatDirection="Horizontal">
  56.                         <asp:ListItem Selected="True">男</asp:ListItem>
  57.                         <asp:ListItem>女</asp:ListItem>
  58.                     </asp:RadioButtonList></td>
  59.                 <td style="font-size: 9pt; width: 100px; color: #000000; height: 17px">
  60.                 </td>
  61.             </tr>
  62.             <tr style="font-size: 12pt">
  63.                 <td style="height: 12px">
  64.                     <span style="font-size: 9pt">员工生日</span></td>
  65.                 <td style="font-size: 12pt; height: 12px; text-align: left">
  66.                     <asp:TextBox ID="txtBirthday" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
  67.                         Width="150px"></asp:TextBox><span style="font-size: 9pt"> </span>
  68.                     <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtBirthday"
  69.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  70.                 <td style="font-size: 9pt; height: 12px">
  71.                     <span></span>
  72.                 </td>
  73.             </tr>
  74.             <tr style="font-size: 9pt">
  75.                 <td style="height: 19px">
  76.                     <span>员工学历</span></td>
  77.                 <td style="font-size: 12pt; height: 19px; text-align: left">
  78.                     <asp:TextBox ID="txtLearn" runat="server" Font-Size="9pt" MaxLength="50" ReadOnly="True"
  79.                         Width="150px"></asp:TextBox></td>
  80.                 <td style="font-size: 12pt; height: 19px">
  81.                     <span style="font-size: 9pt">员工职位</span></td>
  82.                 <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
  83.                     <asp:TextBox ID="txtPost" runat="server" Font-Size="9pt" MaxLength="50" ReadOnly="True"
  84.                         Width="150px"></asp:TextBox></td>
  85.             </tr>
  86.             <tr style="font-size: 12pt">
  87.                 <td style="height: 19px">
  88.                     <span style="font-size: 9pt">管 理 员</span></td>
  89.                 <td style="font-size: 12pt; height: 19px; text-align: left">
  90.                     <asp:RadioButtonList ID="RadioButtonList3" runat="server" Enabled="False" Font-Size="9pt"
  91.                         RepeatDirection="Horizontal">
  92.                         <asp:ListItem Selected="True">是</asp:ListItem>
  93.                         <asp:ListItem>否</asp:ListItem>
  94.                     </asp:RadioButtonList></td>
  95.                 <td style="font-size: 12pt; height: 19px">
  96.                     <span style="font-size: 9pt">是否在职</span></td>
  97.                 <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
  98.                     <asp:RadioButtonList ID="RadioButtonList2" runat="server" Enabled="False" Font-Size="9pt"
  99.                         RepeatDirection="Horizontal">
  100.                         <asp:ListItem Selected="True">是</asp:ListItem>
  101.                         <asp:ListItem>否</asp:ListItem>
  102.                     </asp:RadioButtonList></td>
  103.             </tr>
  104.             <tr style="font-size: 12pt">
  105.                 <td style="height: 19px">
  106.                     <span style="font-size: 9pt">所属部门</span></td>
  107.                 <td style="font-size: 12pt; height: 19px; text-align: left">
  108.                     <asp:Panel ID="Panel2" runat="server" Width="125px">
  109.                         <asp:TextBox ID="txtDepartment" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
  110.                             Width="150px"></asp:TextBox></asp:Panel>
  111.                     <asp:Panel ID="Panel3" runat="server" Width="125px" Visible="False">
  112.                         <asp:DropDownList ID="dropDept" runat="server" Font-Size="9pt" Width="155px">
  113.                         </asp:DropDownList></asp:Panel>
  114.                 </td>
  115.                 <td style="font-size: 12pt; height: 19px">
  116.                     <span style="font-size: 9pt">记录人IP</span></td>
  117.                 <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
  118.                     <asp:TextBox ID="txtIP" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
  119.                         Width="150px"></asp:TextBox></td>
  120.             </tr>
  121.             <tr style="font-size: 12pt">
  122.                 <td style="height: 19px">
  123.                     <span style="font-size: 9pt">籍 &nbsp; &nbsp; &nbsp; 贯</span></td>
  124.                 <td style="font-size: 12pt; height: 19px; text-align: left">
  125.                     <asp:TextBox ID="txtNaPlace" runat="server" Font-Size="9pt" MaxLength="100" ReadOnly="True"
  126.                         Width="150px"></asp:TextBox></td>
  127.                 <td style="font-size: 12pt; height: 19px">
  128.                     <span style="font-size: 9pt">民 &nbsp; &nbsp; &nbsp; 族</span></td>
  129.                 <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
  130.                     <asp:TextBox ID="txtNation" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
  131.                         Width="150px"></asp:TextBox></td>
  132.             </tr>
  133.             <tr style="font-size: 12pt">
  134.                 <td style="height: 19px">
  135.                     <span style="font-size: 9pt">家庭住址</span></td>
  136.                 <td style="font-size: 12pt; height: 19px; text-align: left">
  137.                     <asp:TextBox ID="txtAddress" runat="server" Font-Size="9pt" MaxLength="200" ReadOnly="True"
  138.                         Width="150px"></asp:TextBox></td>
  139.                 <td style="font-size: 12pt; height: 19px">
  140.                     <span style="font-size: 9pt">邮政编码</span></td>
  141.                 <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
  142.                     <asp:TextBox ID="txtPostCard" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
  143.                         Width="150px"></asp:TextBox></td>
  144.             </tr>
  145.             <tr style="font-size: 12pt">
  146.                 <td style="height: 19px">
  147.                     <span style="font-size: 9pt">家庭电话</span></td>
  148.                 <td style="font-size: 12pt; height: 19px; text-align: left">
  149.                     <asp:TextBox ID="txtPhoneH" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
  150.                         Width="150px"></asp:TextBox></td>
  151.                 <td style="font-size: 12pt; height: 19px">
  152.                     <span style="font-size: 9pt">工作电话</span></td>
  153.                 <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
  154.                     <asp:TextBox ID="txtPhoneJ" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
  155.                         Width="150px"></asp:TextBox></td>
  156.             </tr>
  157.             <tr style="font-size: 12pt">
  158.                 <td style="height: 19px">
  159.                     <span style="font-size: 9pt">手机号码</span></td>
  160.                 <td style="font-size: 12pt; height: 19px; text-align: left">
  161.                     <asp:TextBox ID="txtPhoneM" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
  162.                         Width="150px"></asp:TextBox></td>
  163.                 <td style="font-size: 12pt; height: 19px">
  164.                     <span style="font-size: 9pt">身 份 证</span></td>
  165.                 <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
  166.                     <asp:TextBox ID="txtIdenCard" runat="server" Font-Size="9pt" MaxLength="18" ReadOnly="True"
  167.                         Width="150px"></asp:TextBox>
  168.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtIdenCard"
  169.                         ErrorMessage="身份证号码不能为空">*</asp:RequiredFieldValidator></td>
  170.             </tr>
  171.             <tr style="font-size: 12pt">
  172.                 <td style="height: 19px">
  173.                     <span style="font-size: 9pt">开始工作时间</span></td>
  174.                 <td style="font-size: 12pt; height: 19px; text-align: left">
  175.                     <asp:TextBox ID="txtJobTime" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
  176.                         Width="150px"></asp:TextBox>
  177.                     <asp:CompareValidator ID="CompareValidator4" runat="server" ControlToValidate="txtJobTime"
  178.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  179.                 <td style="font-size: 12pt; height: 19px">
  180.                     <span style="font-size: 9pt">进入公司时间</span></td>
  181.                 <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
  182.                     <asp:TextBox ID="txtJobCompanyTime" runat="server" Font-Size="9pt" MaxLength="20"
  183.                         ReadOnly="True" Width="150px"></asp:TextBox>
  184.                     <asp:CompareValidator ID="CompareValidator5" runat="server" ControlToValidate="txtJobCompanyTime"
  185.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  186.             </tr>
  187.             <tr style="font-size: 12pt">
  188.                 <td style="height: 19px">
  189.                     <span style="font-size: 9pt">合同开始时间</span></td>
  190.                 <td style="font-size: 12pt; height: 19px; text-align: left">
  191.                     <asp:TextBox ID="txtPactStart" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
  192.                         Width="150px"></asp:TextBox>
  193.                     <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtPactStart"
  194.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  195.                 <td style="font-size: 12pt; height: 19px">
  196.                     <span style="font-size: 9pt">合同结束时间</span></td>
  197.                 <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
  198.                     <asp:TextBox ID="txtPactEnd" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
  199.                         Width="150px"></asp:TextBox>
  200.                     <asp:CompareValidator ID="CompareValidator3" runat="server" ControlToValidate="txtPactEnd"
  201.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  202.             </tr>
  203.             <tr>
  204.                 <td colspan="4" rowspan="1" style="text-align: center; height: 16px;">
  205.                     <table cellpadding="0" cellspacing="0" style="width: 113px; height: 1px">
  206.                         <tr>
  207.                             <td colspan="2" style="vertical-align: top; width: 192px; height: 43px; text-align: center">
  208.                                 <asp:Panel ID="Panel1" runat="server" Height="15px" Visible="False" Width="125px">
  209.                                     <asp:Button ID="btnEdit" runat="server" CausesValidation="False" Font-Size="9pt"
  210.                                         OnClick="btnEdit_Click" Text="编辑" />
  211.                                     <asp:Button ID="btnDelete" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnDelete_Click"
  212.                                         Text="删除" />
  213.                                     <asp:Button ID="btnSave" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnSave_Click"
  214.                                         Text="保存" />
  215.                                 </asp:Panel>
  216.                             </td>
  217.                             <td style="vertical-align: top; width: 37px; height: 43px; text-align: center">
  218.                                 <asp:Button ID="btnBack" runat="server" CausesValidation="False" Font-Size="9pt"
  219.                                     OnClick="btnBack_Click" Text="返回" /></td>
  220.                         </tr>
  221.                     </table>
  222.                     <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt"
  223.                         ShowMessageBox="True" ShowSummary="False" />
  224.                 </td>
  225.             </tr>
  226.         </table>
  227.     
  228.     </div>
  229.     </form>
  230. </body>
  231. </html>