otherpaymentprint.aspx

来自「小区物业管理系统源代码,密码:123456,」· ASPX 代码 · 共 76 行

ASPX
76
字号
<%--文件名:OtherPaymentPrint.aspx--%>
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="OtherPaymentPrint.aspx.cs" Inherits="ChargeManage_OtherPaymentPrint" %>

<!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>
                <div>
                    <div>
                        <table style="font-size: 10pt; 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="Label"></asp:Label></td>
                            </tr>
                            <tr style="font-size: 10pt; font-family: Times New Roman">
                                <td colspan="2" style="width: 1591px; height: 33px">
                                    &nbsp;<br />
                                    &nbsp;
                                    <asp:Label ID="Label3" runat="server" Text="收据编号:"></asp:Label>
                                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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 />
                                    &nbsp;
                                    <asp:Label ID="Label4" runat="server" Text="交款人员:"></asp:Label>
                                    &nbsp; &nbsp;
                                    <asp:Label ID="Label5" runat="server" Text="收款金额:"></asp:Label>
                                    &nbsp; &nbsp;&nbsp;
                                    <asp:Label ID="Label6" runat="server" Text="收款形式:"></asp:Label>
                                    &nbsp; &nbsp;&nbsp;
                                    <asp:Label ID="Label8" runat="server" Text="收款事由:"></asp:Label><br />
                                    <asp:Image ID="Image2" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG"
                                        Width="575px" /><br />
                                    &nbsp;
                                    <asp:Label ID="Label7" runat="server" Text="补充说明:"></asp:Label>
                                    &nbsp;
                                    <asp:Image ID="Image3" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG"
                                        Width="575px" /><br />
                                    &nbsp;
                                    <asp:TextBox ID="TextBox1" runat="server" Height="50px" Width="561px" TextMode="MultiLine"></asp:TextBox><br />
                                    &nbsp;<asp:Image ID="Image10" runat="server" ImageUrl="~/Images/MyBoldLine.JPG" /><br />
                                    <asp:Label ID="Label9" 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>
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?