温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:网上办公系统源码
当前文件路径:OfficeOnline/ClientInfo/Client_Confirm.aspx

1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Client_Confirm.aspx.cs" Inherits="ClientInfo_Client_Confirm" Title="Untitled Page" %> 2
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 3
<table style="width: 650px; height: 500px"> 4
<tr> 5
<td colspan="3" rowspan="1" style="height: 50px; background-color: #ffffcc"> 6
<span style="font-size: 24pt; font-family: 楷体_GB2312">审核客户</span></td> 7
</tr> 8
<tr> 9
<td colspan="3" rowspan="1" style="height: 400px"> 10
<table style="border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid; 11
width: 550px; border-bottom: black 1px solid; height: 350px"> 12
<tr> 13
<td style="border-right: black 1px solid; width: 153px; border-bottom: black 1px solid; 14
text-align: right"> 15
公司名:</td> 16
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 17
<asp:Label ID="lblCompanyName" runat="server"></asp:Label></td> 18
</tr> 19
<tr> 20
<td style="border-right: black 1px solid; width: 153px; border-bottom: black 1px solid; 21
text-align: right"> 22
代理人:</td> 23
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 24
<asp:Label ID="lblAgentName" runat="server"></asp:Label></td> 25
</tr> 26
<tr> 27
<td style="border-right: black 1px solid; width: 153px; border-bottom: black 1px solid; 28
text-align: right"> 29
联系电话:</td> 30
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 31
<asp:Label ID="lblPhone" runat="server"></asp:Label></td> 32
</tr> 33
<tr> 34
<td style="border-right: black 1px solid; width: 153px; border-bottom: black 1px solid; 35
text-align: right"> 36
Email:</td> 37
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 38
<asp:Label ID="lblEmail" runat="server"></asp:Label></td> 39
</tr> 40
<tr> 41
<td style="border-right: black 1px solid; width: 153px; border-bottom: black 1px solid; 42
text-align: right"> 43
公司网址:</td> 44
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 45
<asp:Label ID="lblWeb" runat="server"></asp:Label></td> 46
</tr> 47
<tr> 48
<td style="border-right: black 1px solid; width: 153px; border-bottom: black 1px solid; 49
text-align: right"> 50
提交人:</td> 51
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 52
<asp:Label ID="lblAddPersonName" runat="server"></asp:Label></td> 53
</tr> 54
<tr> 55
<td style="border-right: black 1px solid; width: 153px; border-bottom: black 1px solid; 56
text-align: right"> 57
提交日期:</td> 58
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 59
<asp:Label ID="lblAddDate" runat="server"></asp:Label></td> 60
</tr> 61
</table> 62
<br /> 63
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="设为已审核" /> 64
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="删除该客户" /></td> 65
</tr> 66
<tr> 67
<td colspan="3" rowspan="3" style="height: 50px; text-align: right"> 68
</td> 69
</tr> 70
<tr> 71
</tr> 72
<tr> 73
</tr> 74
</table> 75
</asp:Content> 76
77




