📄 dd_confirm.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="DD_Confirm.aspx.cs" Inherits="DepartmentDecision_DD_Confirm" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 650px; height: 500px">
<tr>
<td colspan="3" rowspan="1" style="height: 50px; background-color: #ffffcc; width: 646px;">
<span style="font-size: 24pt; font-family: 楷体_GB2312">
<asp:Label ID="lblDept" runat="server"></asp:Label>第<asp:Label ID="lblID" runat="server"></asp:Label>号决策</span></td>
</tr>
<tr>
<td colspan="3" rowspan="1" style="height: 400px; width: 646px;">
<table style="border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid;
width: 550px; border-bottom: black 1px solid; height: 350px">
<tr>
<td style="border-right: black 1px solid; width: 400px; border-bottom: black 1px solid;
text-align: right">
标题:</td>
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left">
<asp:Label ID="lblTitle" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="border-right: black 1px solid; width: 400px; border-bottom: black 1px solid;
text-align: right">
内容:</td>
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left">
<asp:TextBox ID="tbContent" runat="server" BorderStyle="None" BorderWidth="0px" Height="230px"
ReadOnly="True" TextMode="MultiLine" Width="350px"></asp:TextBox></td>
</tr>
<tr>
<td style="border-right: black 1px solid; width: 400px; border-bottom: black 1px solid;
text-align: right">
撰写者:</td>
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left">
<asp:Label ID="lblAuther" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="border-right: black 1px solid; width: 400px; border-bottom: black 1px solid;
text-align: right">
撰写日期:</td>
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left">
<asp:Label ID="lblAddDate" runat="server"></asp:Label></td>
</tr>
</table>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="设置为已审定" />
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="删除该草案" /></td>
</tr>
<tr>
<td colspan="3" rowspan="3" style="height: 50px; text-align: right; width: 646px;">
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/DepartmentDecision/DD_List.aspx">返回决策列表</asp:HyperLink></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -