?? 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 + -