PactAllInfo.aspx
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:6k
源码类别:
Email客户端
开发平台:
Visual C++
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="PactAllInfo.aspx.cs" Inherits="Module_ProRes_PactAllInfo" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>合同详细信息</title>
- </head>
- <body style="background-image: url(../../Images/SysSkin/ppactmanage1.jpg); background-repeat: no-repeat; text-align: center">
- <form id="form1" runat="server">
- <div style="vertical-align: middle; text-align: center">
- <br />
- <br />
- <br />
- <br />
- <br />
- <table cellpadding="0" cellspacing="0" style="vertical-align: middle; width: 605px;
- text-align: center">
- <tr>
- <td style="width: 100px">
- <span style="font-size: 9pt">合同标题</span></td>
- <td style="width: 200px; text-align: left">
- <asp:TextBox ID="txtPactTitle" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox></td>
- <td style="width: 100px">
- <span style="font-size: 9pt">签署地点</span></td>
- <td style="width: 205px; text-align: left">
- <asp:TextBox ID="txtSignAddress" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox></td>
- </tr>
- <tr>
- <td>
- <span style="font-size: 9pt">甲方</span></td>
- <td style="text-align: left">
- <asp:TextBox ID="txtFir" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox></td>
- <td>
- <span style="font-size: 9pt">乙方</span></td>
- <td style="text-align: left">
- <asp:TextBox ID="txtSec" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="height: 23px">
- <span style="font-size: 9pt">甲方代理人</span></td>
- <td style="height: 23px; text-align: left">
- <asp:TextBox ID="txtFirName" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox></td>
- <td style="height: 23px">
- <span style="font-size: 9pt">乙方代理人</span></td>
- <td style="height: 23px; text-align: left">
- <asp:TextBox ID="txtSecName" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox></td>
- </tr>
- <tr>
- <td>
- <span style="font-size: 9pt">甲方签定时间</span></td>
- <td style="font-size: 12pt; text-align: left">
- <asp:TextBox ID="txtFirTime" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox>
- <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtFirTime"
- ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
- <td style="font-size: 12pt">
- <span style="font-size: 9pt">乙方签定时间</span></td>
- <td style="font-size: 12pt; text-align: left">
- <asp:TextBox ID="txtSecTime" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox><span
- style="font-size: 9pt"> </span>
- <asp:CompareValidator ID="CompareValidator3" runat="server" ControlToValidate="txtSecTime"
- ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
- </tr>
- <tr style="font-size: 9pt">
- <td>
- 终止时间</td>
- <td style="font-size: 12pt; text-align: left">
- <asp:TextBox ID="txtEndTime" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox>
- <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtEndTime"
- ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
- <td>
- <span style="font-size: 9pt"></span></td>
- <td style="text-align: left">
- </td>
- </tr>
- <tr>
- <td>
- <span style="font-size: 9pt">合同内容</span></td>
- <td colspan="3" rowspan="2" style="text-align: left">
- <asp:TextBox ID="txtPactContent" runat="server" Height="168px" TextMode="MultiLine"
- Width="449px" ReadOnly="True"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="height: 93px">
- </td>
- </tr>
- <tr>
- <td colspan="4" rowspan="1" style="text-align: center">
- <asp:Panel ID="Panel1" runat="server" Height="15px" Visible="False" Width="200px">
- <asp:Button ID="btnEdit" runat="server" CausesValidation="False" Font-Size="9pt"
- OnClick="btnEdit_Click" Text="编辑" />
- <asp:Button ID="btnDelete" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnDelete_Click"
- Text="删除" />
- <asp:Button ID="btnSave" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnSave_Click"
- Text="保存" />
- <asp:Button ID="btnBack" runat="server" CausesValidation="False" Font-Size="9pt"
- OnClick="btnBack_Click" Text="返回" />
- </asp:Panel>
- <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
- ShowSummary="False" />
- </td>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>