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

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="DeptAllInfo.aspx.cs" Inherits="Module_ProRes_DeptAllInfo" %>
  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="vertical-align: middle; text-align: center; background-image: url(../../Images/SysSkin/deptallinfo.jpg); background-repeat: no-repeat;">
  8.     <form id="form1" runat="server">
  9.     <div>
  10.         <br />
  11.         <br />
  12.         <br />
  13.         <br />
  14.         <br />
  15.         <br />
  16.         <table cellpadding="0" cellspacing="0" style="width: 600px; height: 160px;">
  17.             <tr>
  18.                 <td colspan="4">
  19.                     <span style="font-size: 16pt"></span></td>
  20.             </tr>
  21.             <tr>
  22.                 <td colspan="4" style="height: 5px">
  23.                 </td>
  24.             </tr>
  25.             <tr>
  26.                 <td style="width: 100px; height: 17px">
  27.                     <span style="font-size: 9pt">部门名称</span></td>
  28.                 <td style="width: 200px; height: 17px; text-align: left">
  29.                     <asp:TextBox ID="txtDeptName" runat="server" ReadOnly="True"></asp:TextBox>
  30.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtDeptName"
  31.                         ErrorMessage="部门名称不能为空">*</asp:RequiredFieldValidator></td>
  32.                 <td style="width: 100px; height: 17px">
  33.                     <span style="font-size: 9pt">部门经理</span></td>
  34.                 <td style="width: 203px; height: 17px; text-align: left">
  35.                     <asp:Panel ID="Panel2" runat="server" Height="12px" Width="125px">
  36.                         <asp:TextBox ID="txtDeptManager" runat="server"></asp:TextBox></asp:Panel>
  37.                     <asp:Panel ID="Panel3" runat="server" Visible="False" Width="125px">
  38.                         <asp:DropDownList ID="DropDownList1" runat="server" Width="154px">
  39.                         </asp:DropDownList></asp:Panel>
  40.                 </td>
  41.             </tr>
  42.             <tr>
  43.                 <td style="height: 15px">
  44.                     <span style="font-size: 9pt">部门电话</span></td>
  45.                 <td style="height: 15px; text-align: left">
  46.                     <asp:TextBox ID="txtDeptPhone" runat="server" MaxLength="20" ReadOnly="True"></asp:TextBox></td>
  47.                 <td style="height: 15px">
  48.                     <span style="font-size: 9pt">部门地址</span></td>
  49.                 <td style="height: 15px; text-align: left; width: 203px;">
  50.                     <asp:TextBox ID="txtDeptAddress" runat="server" MaxLength="400" ReadOnly="True"></asp:TextBox></td>
  51.             </tr>
  52.             <tr>
  53.                 <td style="height: 19px">
  54.                     <span style="font-size: 9pt">部门邮编</span></td>
  55.                 <td style="height: 19px; text-align: left">
  56.                     <asp:TextBox ID="txtPostCard" runat="server" MaxLength="20" ReadOnly="True"></asp:TextBox></td>
  57.                 <td style="height: 19px">
  58.                     <span style="font-size: 9pt">建立时间</span></td>
  59.                 <td style="width: 203px; height: 19px; text-align: left">
  60.                     <asp:TextBox ID="txtBaseTime" runat="server" ReadOnly="True"></asp:TextBox>
  61.                     <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtBaseTime"
  62.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  63.             </tr>
  64.             <tr>
  65.                 <td style="height: 20px">
  66.                     <span style="font-size: 9pt">部门概述</span></td>
  67.                 <td colspan="3" rowspan="2" style="text-align: left">
  68.                     <asp:TextBox ID="txtDescript" runat="server" Height="200px" TextMode="MultiLine" Width="448px" MaxLength="300" ReadOnly="True"></asp:TextBox></td>
  69.             </tr>
  70.             <tr>
  71.                 <td style="height: 180px">
  72.                 </td>
  73.             </tr>
  74.             <tr>
  75.                 <td colspan="4" rowspan="1" style="text-align: center;">
  76.                     <table style="width: 113px; height: 1px" cellpadding="0" cellspacing="0">
  77.                         <tr>
  78.                             <td colspan="2" style="width: 192px; height: 43px; vertical-align: top; text-align: center;">
  79.                     <asp:Panel ID="Panel1" runat="server" Height="15px" Width="125px" Visible="False">
  80.                         <asp:Button ID="btnEdit" runat="server" Text="编辑" CausesValidation="False" Font-Size="9pt" OnClick="btnEdit_Click" />
  81.                         <asp:Button ID="btnDelete" runat="server" Text="删除" Enabled="False" Font-Size="9pt" OnClick="btnDelete_Click" />
  82.                         <asp:Button ID="btnSave" runat="server" Text="保存" Enabled="False" Font-Size="9pt" OnClick="btnSave_Click" />
  83.                         </asp:Panel>
  84.                             </td>
  85.                             <td style="height: 43px; vertical-align: top; width: 37px; text-align: center;">
  86.                         <asp:Button ID="btnBack" runat="server" Text="返回" CausesValidation="False" Font-Size="9pt" OnClick="btnBack_Click" /></td>
  87.                         </tr>
  88.                     </table>
  89.                     <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
  90.                         ShowSummary="False" />
  91.                 </td>
  92.             </tr>
  93.         </table>
  94.     
  95.     </div>
  96.     </form>
  97. </body>
  98. </html>