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

1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="CD_Confirm.aspx.cs" Inherits="CompanyDecision_CD_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">第<asp:Label ID="lblID" runat="server"></asp:Label>号公司决策草案</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: 400px; 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="lblTitle" runat="server"></asp:Label></td> 18
</tr> 19
<tr> 20
<td style="border-right: black 1px solid; width: 400px; 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:TextBox ID="tbContent" runat="server" BorderStyle="None" BorderWidth="0px" Height="230px" 25
ReadOnly="True" TextMode="MultiLine" Width="350px"></asp:TextBox></td> 26
</tr> 27
<tr> 28
<td style="border-right: black 1px solid; width: 400px; border-bottom: black 1px solid; 29
text-align: right"> 30
撰写者:</td> 31
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 32
<asp:Label ID="lblAuther" runat="server"></asp:Label></td> 33
</tr> 34
<tr> 35
<td style="border-right: black 1px solid; width: 400px; border-bottom: black 1px solid; 36
text-align: right"> 37
撰写日期:</td> 38
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 39
<asp:Label ID="lblAddDate" runat="server"></asp:Label></td> 40
</tr> 41
</table> 42
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="设为已审定" /> 43
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="删除该草案" /></td> 44
</tr> 45
<tr> 46
<td colspan="3" rowspan="3" style="height: 50px; text-align: right"> 47
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/CompanyDecision/CD_List2.aspx">返回待审定决策列表</asp:HyperLink></td> 48
</tr> 49
<tr> 50
</tr> 51
<tr> 52
</tr> 53
</table> 54
</asp:Content> 55
56




