📄 ucviewmyselectpaper.ascx
字号:
<%@ 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> <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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -