ucviewmyselectpaper.ascx

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

ASCX
44
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ucViewMySelectPaper.ascx.cs" Inherits="UserControls_ucViewMySelectPaper" %>
<table width="100%">
    <tr>
        <td colspan="4" style="text-align: center">
            我的选题</td>
    </tr>
    <tr>
        <td style="width: 20%; height: 26px; text-align: center">
            导师</td>
        <td style="width: 20%; height: 26px">
            <asp:TextBox ID="tbTeacher" runat="server" Width="100%" ReadOnly="True"></asp:TextBox></td>
        <td style="width: 20%; height: 26px; text-align: center">
            选题时间</td>
        <td style="width: 40%; height: 26px">
            <asp:TextBox ID="tbDateTime" runat="server" Width="100%" ReadOnly="True"></asp:TextBox></td>
    </tr>
    <tr>
        <td style="width: 20%; text-align: center">
            论文题目</td>
        <td colspan="3">
            <asp:TextBox ID="tbTitle" runat="server" Width="100%" ReadOnly="True"></asp:TextBox></td>
    </tr>
    <tr>
        <td style="width: 20%; text-align: center">
            要求</td>
        <td colspan="3" style="height: 21px">
            <asp:TextBox ID="tbDescription" runat="server" Height="137px" TextMode="MultiLine"
                Width="100%" ReadOnly="True"></asp:TextBox></td>
    </tr>
    <tr>
        <td style="width: 20%; text-align: center">
            参考文献</td>
        <td colspan="3">
            <asp:TextBox ID="tbReference" runat="server" Height="111px" TextMode="MultiLine"
                Width="100%" ReadOnly="True"></asp:TextBox></td>
    </tr>
    <tr>
        <td colspan="4" style="height: 21px; text-align: center">
            <asp:Label ID="lbAscertain" runat="server" ForeColor="Red"></asp:Label>&nbsp;<asp:Button
                ID="btnAscertain" runat="server" OnClick="btnAscertain_Click" Text="确定选题" />
            <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/frmStudentSelPaper.aspx">更改/查看其它选题</asp:HyperLink></td>
    </tr>
</table>

⌨️ 快捷键说明

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