ucteachercheckpaperpart.ascx

来自「在线 图书网上购物系统」· ASCX 代码 · 共 37 行

ASCX
37
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ucTeacherCheckPaperPart.ascx.cs" Inherits="UserControls_ucPaperPartInfo" %>
<table style="width: 663px; height: 156px">
    <tr>
        <td style="width: 100px">
        </td>
        <td style="width: 100px; text-align: center">
            **提交的"***"</td>
        <td style="width: 100px; text-align: center">
            时间</td>
    </tr>
    <tr>
        <td style="width: 100px; text-align: center">
            内容</td>
        <td style="width: 100px">
            <asp:TextBox ID="TextBox1" runat="server" Height="128px" TextMode="MultiLine" Width="446px"></asp:TextBox></td>
        <td style="width: 100px">
        </td>
    </tr>
    <tr>
        <td style="width: 100px; height: 73px">
            审核意见</td>
        <td style="width: 100px; height: 73px; text-align: center">
            <asp:TextBox ID="TextBox2" runat="server" Height="75px" TextMode="MultiLine" Width="446px"></asp:TextBox></td>
        <td style="width: 100px; height: 73px">
        </td>
    </tr>
    <tr>
        <td style="width: 100px; height: 27px">
        </td>
        <td style="width: 100px; height: 27px; text-align: center"><asp:Button ID="Button3" runat="server" Text="下载" />
            &nbsp;<asp:Button ID="Button2" runat="server" Text="通过审核" />
            <asp:Button ID="Button1" runat="server" Text="不通过审核" /></td>
        <td style="width: 100px; height: 27px">
        </td>
    </tr>
</table>

⌨️ 快捷键说明

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