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

1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="CD_Add.aspx.cs" Inherits="CompanyDecision_CD_Add" 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: 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:TextBox ID="tbTitle" runat="server" Width="350px"></asp:TextBox></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" Height="230px" TextMode="MultiLine" Width="350px"></asp:TextBox></td> 25
</tr> 26
<tr> 27
<td colspan="3" style="height: 50px"> 28
<asp:CheckBox ID="CheckBox1" runat="server" Text="标记为已审核" /></td> 29
</tr> 30
</table> 31
<asp:Label ID="lblMsg" runat="server" ForeColor="Red"></asp:Label></td> 32
</tr> 33
<tr> 34
<td colspan="3" rowspan="3" style="height: 50px"> 35
<asp:Button ID="btnSubmit" runat="server" OnClick="btnSubmit_Click" Text="提交" /> 36
<asp:Button ID="btnCancel" runat="server" Text="取消" OnClick="btnCancel_Click" /></td> 37
</tr> 38
<tr> 39
</tr> 40
<tr> 41
</tr> 42
</table> 43
</asp:Content> 44
45




