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

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="WorkSumInfo.aspx.cs" Inherits="Module_ProRes_WorkSumInfo" %>
  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/worksuminfo.jpg); background-repeat: no-repeat">
  8.     <form id="form1" runat="server">
  9.     <div style="text-align: center">
  10.         <br />
  11.         <br />
  12.         <br />
  13.         <br />
  14.         <br />
  15.         <br />
  16.         <br />
  17.         <table cellpadding="0" cellspacing="0" style="width: 605px">
  18.             <tr>
  19.                 <td style="width: 100px; height: 17px">
  20.                     <span style="font-size: 9pt">总结人员</span></td>
  21.                 <td style="font-size: 12pt; width: 200px; height: 17px; text-align: left">
  22.                     <asp:Panel ID="Panel2" runat="server" Width="125px">
  23.                         <asp:TextBox ID="txtSumMan" runat="server" ReadOnly="True"></asp:TextBox></asp:Panel>
  24.                     <asp:Panel ID="Panel3" runat="server" Visible="False" Width="125px">
  25.                         <asp:DropDownList ID="dropSumMan" runat="server" Font-Size="9pt" Width="156px">
  26.                         </asp:DropDownList></asp:Panel>
  27.                 </td>
  28.                 <td style="font-size: 12pt; width: 100px; height: 17px">
  29.                     <span style="font-size: 9pt">部门名称</span></td>
  30.                 <td style="font-size: 12pt; height: 17px; text-align: left">
  31.                     <asp:Panel ID="Panel4" runat="server" Width="125px">
  32.                         <asp:TextBox ID="txtDepName" runat="server" ReadOnly="True"></asp:TextBox></asp:Panel>
  33.                     <asp:Panel ID="Panel5" runat="server" Visible="False" Width="125px">
  34.                         <asp:DropDownList ID="dropDepName" runat="server" Font-Size="9pt" Width="156px">
  35.                         </asp:DropDownList></asp:Panel>
  36.                 </td>
  37.             </tr>
  38.             <tr>
  39.                 <td style="width: 100px; height: 17px">
  40.                     <span style="font-size: 9pt">开始时间</span></td>
  41.                 <td style="width: 200px; height: 17px; text-align: left">
  42.                     <asp:TextBox ID="txtStartTime" runat="server" Font-Size="9pt" ReadOnly="True" Width="150px"></asp:TextBox><span
  43.                         style="font-size: 9pt"> </span>
  44.                     <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtStartTime"
  45.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  46.                 <td style="font-size: 12pt; width: 100px; height: 17px">
  47.                     <span style="font-size: 9pt">结束时间</span></td>
  48.                 <td style="font-size: 12pt; height: 17px; text-align: left">
  49.                     <asp:TextBox ID="txtEndTime" runat="server" Font-Size="9pt" ReadOnly="True" Width="150px"></asp:TextBox>
  50.                     <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtEndTime"
  51.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  52.             </tr>
  53.             <tr style="font-size: 12pt">
  54.                 <td style="width: 100px; height: 19px">
  55.                     <span style="font-size: 9pt">做了什么</span></td>
  56.                 <td style="width: 200px; height: 19px; text-align: left">
  57.                     <asp:TextBox ID="txtDoWhat" runat="server" Font-Size="9pt" ReadOnly="True" Width="150px"></asp:TextBox></td>
  58.                 <td style="width: 100px; height: 19px">
  59.                     <span style="font-size: 9pt">完成程度</span></td>
  60.                 <td style="height: 19px; text-align: left">
  61.                     <asp:TextBox ID="txtFinishWhat" runat="server" Font-Size="9pt" ReadOnly="True" Width="150px"></asp:TextBox><span
  62.                         style="font-size: 9pt; color: #ff3300">(如40%)</span></td>
  63.             </tr>
  64.             <tr>
  65.                 <td>
  66.                     <span style="font-size: 9pt">工作描述</span></td>
  67.                 <td colspan="3" rowspan="2" style="text-align: left">
  68.                     <asp:TextBox ID="txtContent" runat="server" Font-Size="9pt" Height="148px" ReadOnly="True"
  69.                         TextMode="MultiLine" Width="89%"></asp:TextBox></td>
  70.             </tr>
  71.             <tr>
  72.                 <td style="height: 85px">
  73.                 </td>
  74.             </tr>
  75.             <tr>
  76.                 <td colspan="4">
  77.                     <table cellpadding="0" cellspacing="0" style="width: 113px; height: 1px">
  78.                         <tr>
  79.                             <td colspan="2" style="vertical-align: top; width: 192px; height: 43px; text-align: center">
  80.                                 <asp:Panel ID="Panel1" runat="server" Height="15px" Visible="False" Width="125px">
  81.                                     <asp:Button ID="btnEdit" runat="server" CausesValidation="False" Font-Size="9pt"
  82.                                         OnClick="btnEdit_Click" Text="编辑" />
  83.                                     <asp:Button ID="btnDelete" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnDelete_Click"
  84.                                         Text="删除" />
  85.                                     <asp:Button ID="btnSave" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnSave_Click"
  86.                                         Text="保存" />
  87.                                 </asp:Panel>
  88.                             </td>
  89.                             <td style="vertical-align: top; width: 37px; height: 43px; text-align: center">
  90.                                 <asp:Button ID="btnBack" runat="server" CausesValidation="False" Font-Size="9pt"
  91.                                     OnClick="btnBack_Click" Text="返回" /></td>
  92.                         </tr>
  93.                     </table>
  94.                     &nbsp;<asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt"
  95.                         ShowMessageBox="True" ShowSummary="False" />
  96.                 </td>
  97.             </tr>
  98.         </table>
  99.     
  100.     </div>
  101.     </form>
  102. </body>
  103. </html>