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

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="PactAllInfo.aspx.cs" Inherits="Module_ProRes_PactAllInfo" %>
  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/ppactmanage1.jpg); background-repeat: no-repeat; text-align: center">
  8.     <form id="form1" runat="server">
  9.     <div style="vertical-align: middle; text-align: center">
  10.         <br />
  11.         <br />
  12.         <br />
  13.         <br />
  14.         <br />
  15.         <table cellpadding="0" cellspacing="0" style="vertical-align: middle; width: 605px;
  16.             text-align: center">
  17.             <tr>
  18.                 <td style="width: 100px">
  19.                     <span style="font-size: 9pt">合同标题</span></td>
  20.                 <td style="width: 200px; text-align: left">
  21.                     <asp:TextBox ID="txtPactTitle" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox></td>
  22.                 <td style="width: 100px">
  23.                     <span style="font-size: 9pt">签署地点</span></td>
  24.                 <td style="width: 205px; text-align: left">
  25.                     <asp:TextBox ID="txtSignAddress" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox></td>
  26.             </tr>
  27.             <tr>
  28.                 <td>
  29.                     <span style="font-size: 9pt">甲方</span></td>
  30.                 <td style="text-align: left">
  31.                     <asp:TextBox ID="txtFir" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox></td>
  32.                 <td>
  33.                     <span style="font-size: 9pt">乙方</span></td>
  34.                 <td style="text-align: left">
  35.                     <asp:TextBox ID="txtSec" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox></td>
  36.             </tr>
  37.             <tr>
  38.                 <td style="height: 23px">
  39.                     <span style="font-size: 9pt">甲方代理人</span></td>
  40.                 <td style="height: 23px; text-align: left">
  41.                     <asp:TextBox ID="txtFirName" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox></td>
  42.                 <td style="height: 23px">
  43.                     <span style="font-size: 9pt">乙方代理人</span></td>
  44.                 <td style="height: 23px; text-align: left">
  45.                     <asp:TextBox ID="txtSecName" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox></td>
  46.             </tr>
  47.             <tr>
  48.                 <td>
  49.                     <span style="font-size: 9pt">甲方签定时间</span></td>
  50.                 <td style="font-size: 12pt; text-align: left">
  51.                     <asp:TextBox ID="txtFirTime" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox>
  52.                     <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtFirTime"
  53.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  54.                 <td style="font-size: 12pt">
  55.                     <span style="font-size: 9pt">乙方签定时间</span></td>
  56.                 <td style="font-size: 12pt; text-align: left">
  57.                     <asp:TextBox ID="txtSecTime" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox><span
  58.                         style="font-size: 9pt"> </span>
  59.                     <asp:CompareValidator ID="CompareValidator3" runat="server" ControlToValidate="txtSecTime"
  60.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  61.             </tr>
  62.             <tr style="font-size: 9pt">
  63.                 <td>
  64.                     终止时间</td>
  65.                 <td style="font-size: 12pt; text-align: left">
  66.                     <asp:TextBox ID="txtEndTime" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox>
  67.                     <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtEndTime"
  68.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  69.                 <td>
  70.                     <span style="font-size: 9pt"></span></td>
  71.                 <td style="text-align: left">
  72.                     &nbsp;</td>
  73.             </tr>
  74.             <tr>
  75.                 <td>
  76.                     <span style="font-size: 9pt">合同内容</span></td>
  77.                 <td colspan="3" rowspan="2" style="text-align: left">
  78.                     <asp:TextBox ID="txtPactContent" runat="server" Height="168px" TextMode="MultiLine"
  79.                         Width="449px" ReadOnly="True"></asp:TextBox></td>
  80.             </tr>
  81.             <tr>
  82.                 <td style="height: 93px">
  83.                 </td>
  84.             </tr>
  85.             <tr>
  86.                 <td colspan="4" rowspan="1" style="text-align: center">
  87.                     <asp:Panel ID="Panel1" runat="server" Height="15px" Visible="False" Width="200px">
  88.                         <asp:Button ID="btnEdit" runat="server" CausesValidation="False" Font-Size="9pt"
  89.                             OnClick="btnEdit_Click" Text="编辑" />
  90.                         <asp:Button ID="btnDelete" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnDelete_Click"
  91.                             Text="删除" />
  92.                         <asp:Button ID="btnSave" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnSave_Click"
  93.                             Text="保存" />
  94.                         <asp:Button ID="btnBack" runat="server" CausesValidation="False" Font-Size="9pt"
  95.                             OnClick="btnBack_Click" Text="返回" />
  96.                     </asp:Panel>
  97.                     <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
  98.                         ShowSummary="False" />
  99.                 </td>
  100.             </tr>
  101.         </table>
  102.     
  103.     </div>
  104.     </form>
  105. </body>
  106. </html>