📄 uckaitibaogaomeetingreport.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ucKaiTiBaoGaoMeetingReport.ascx.cs" Inherits="UserControls_paper_part_ucKaiTiBaoGaoMeetingReport" %>
<table border="2" cellpadding="1" cellspacing="1" width="100%">
<tr>
<td colspan="6" style="text-align: center">
开题报告会议记要</td>
</tr>
<tr>
<td style="width: 47px; height: 21px; text-align: center">
时间</td>
<td style="width: 60px; height: 21px">
<asp:TextBox ID="tbDateTime" runat="server" Width="60px"></asp:TextBox></td>
<td colspan="4">
地点<asp:TextBox ID="tbLocation" runat="server"></asp:TextBox>主持人<asp:TextBox ID="tbZCR" runat="server" Width="60px"></asp:TextBox></td>
</tr>
<tr>
<td rowspan="4" style="width: 47px; text-align: center">
与<br />
会<br />
老<br />
师</td>
<td style="width: 60px;">
姓名</td>
<td style="width: 60px;">
职务(职称)</td>
<td style="width: 60px;">
姓名</td>
<td colspan="2" style="height: 23px; text-align: left; width: 61px;">
职务(职称)</td>
</tr>
<tr>
<td style="width: 60px; height: 23px">
<asp:TextBox ID="tbName1" runat="server" Width="60px"></asp:TextBox></td>
<td style="width: 60px;">
<asp:TextBox ID="tbZC1" runat="server" Width="60px"></asp:TextBox></td>
<td style="width: 60px;">
<asp:TextBox ID="tbName2" runat="server" Width="60px"></asp:TextBox></td>
<td colspan="2" style="height: 23px; width: 61px;">
<asp:TextBox ID="tbZC2" runat="server" Width="60px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 60px">
<asp:TextBox ID="tbName3" runat="server" Width="60px"></asp:TextBox></td>
<td style="width: 60px">
<asp:TextBox ID="tbZC3" runat="server" Width="60px"></asp:TextBox></td>
<td style="width: 60px">
<asp:TextBox ID="tbName4" runat="server" Width="60px"></asp:TextBox></td>
<td colspan="2" style="width: 61px">
<asp:TextBox ID="tbZC4" runat="server" Width="60px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 60px; height: 21px">
<asp:TextBox ID="tbName5" runat="server" Width="60px"></asp:TextBox></td>
<td style="width: 60px; height: 21px">
<asp:TextBox ID="tbZC5" runat="server" Width="60px"></asp:TextBox></td>
<td style="width: 60px;">
<asp:TextBox ID="tbName6" runat="server" Width="60px"></asp:TextBox></td>
<td colspan="2" style="height: 21px; width: 61px;">
<asp:TextBox ID="tbZC6" runat="server" Width="60px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 47px; text-align: center">
会<br />
议<br />
记<br />
录<br />
摘<br />
要</td>
<td colspan="5" style="text-align: right">
<asp:TextBox ID="tbRecord" runat="server" Height="139px" Width="100%" OnTextChanged="tbRecord_TextChanged" TextMode="MultiLine"></asp:TextBox><br />
记录人:<asp:TextBox ID="tbRecoder" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 47px; text-align: center">
指<br />
导<br />
老<br />
师<br />
意<br />
见</td>
<td colspan="5" style="text-align: left">
<asp:TextBox ID="tbYJ" runat="server" Height="145px" Width="100%" TextMode="MultiLine"></asp:TextBox><br />
签名:
<asp:TextBox ID="tbYear" runat="server" Width="48px"></asp:TextBox>年<asp:TextBox ID="tbMonth" runat="server" Width="48px"></asp:TextBox>月<asp:TextBox
ID="tbDay" runat="server" Width="48px"></asp:TextBox>日</td>
</tr>
<tr>
<td colspan="6" style="height: 21px">
<span style="font-size: 10.5pt; font-family: 楷体_GB2312; mso-bidi-font-size: 12.0pt;
mso-hansi-font-family: 宋体; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt;
mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">
<strong>备注:<span lang="EN-US">1</span>、本开题报告除第<span lang="EN-US">3</span>页各栏目外,其它栏目均由学生填写。<br />
<span
lang="EN-US"> 2</span>、填写各栏目时可根据内容另加附页。<br />
<span lang="EN-US"> 3</span>、参加开题报告会议的教师不少于<span
lang="EN-US">3</span>人。</strong></span></td>
</tr>
<tr>
<td colspan="6" style="height: 21px; text-align: center">
<asp:Button ID="btnSubmit" runat="server" Text="提交" OnClick="btnSubmit_Click" />
<asp:Button ID="btnDownLoad" runat="server" Text="下载" OnClick="btnDownLoad_Click" />
<asp:Label ID="lbMsg" runat="server" ForeColor="Red"></asp:Label></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -