📄 eventprint.aspx
字号:
<%--文件名:EventPrint.aspx--%>
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="EventPrint.aspx.cs" Inherits="CommunityManage_EventPrint" %>
<!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>
<form id="form1" runat="server">
<div>
<div>
<div>
<table style="font-size: 10pt; left: 1px; width: 581px; position: absolute; height: 90px">
<tr>
<td align="center" colspan="2" style="width: 1591px">
<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="X-Large"
Text="小区突发事件信息表"></asp:Label></td>
</tr>
<tr style="font-size: 10pt; font-family: Times New Roman">
<td colspan="2" style="width: 1591px; height: 33px">
<br />
<asp:Label ID="Label3" runat="server" Text="事件编号:"></asp:Label>
<asp:Label ID="Label2" runat="server" Text="打印日期:"></asp:Label></td>
</tr>
<tr style="font-size: 10pt; font-family: Times New Roman">
<td colspan="2" style="width: 1591px; height: 44px">
<asp:Image ID="Image1" runat="server" ImageUrl="~/Images/MyBoldLine.JPG" /><br />
<asp:Label ID="Label4" runat="server" Text="发生日期:"></asp:Label>
<asp:Label ID="Label5" runat="server" Text="处理人员:"></asp:Label>
<asp:Label ID="Label6" runat="server" Text="事件主题:"></asp:Label>
<br />
<asp:Image ID="Image7" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG"
Width="575px" /><br />
事件内容:<br />
<asp:TextBox ID="TextBox1" runat="server" Height="246px" TextMode="MultiLine" Width="566px"></asp:TextBox><br />
处理结果:<br />
<asp:TextBox ID="TextBox2" runat="server" Height="150px" TextMode="MultiLine" Width="566px"></asp:TextBox><br />
<asp:Image ID="Image10" runat="server" ImageUrl="~/Images/MyBoldLine.JPG" /><br />
<asp:Label ID="Label17" runat="server" Text="补充说明:"></asp:Label></td>
</tr>
<tr style="font-size: 10pt; font-family: Times New Roman">
<td colspan="2" rowspan="5" style="width: 1591px">
</td>
</tr>
<tr style="font-size: 10pt; font-family: Times New Roman">
</tr>
<tr style="font-size: 10pt; font-family: Times New Roman">
</tr>
<tr style="font-size: 10pt; font-family: Times New Roman">
</tr>
<tr style="font-size: 10pt; font-family: Times New Roman">
</tr>
</table>
<br />
</div>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -