⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 writetask.aspx

📁 毕业设计+图书管理系统+源码 需要的人下载。
💻 ASPX
字号:
<%@ Page Language="VB"MasterPageFile="~/Teacher/teacherMasterPage.master" AutoEventWireup="false" CodeFile="WriteTask.aspx.vb" Inherits="Teacher_WriteTask" %>

 <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <div>
        &nbsp;&nbsp;<br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:Label ID="content" runat="server" Height="20px" Text="任务书内容" BackColor="Cyan" BorderColor="#8080FF" BorderStyle="Outset" Font-Bold="True" ForeColor="Blue"></asp:Label>
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<asp:Panel
            ID="Panel1" runat="server" Height="208px" Width="536px">
            <table style="width: 100%; height: 100%" >
                <tr >
                    <td style="width: 100px" align="left">
        <asp:Label ID="subcode" runat="server" Height="20px" Text="课题编号"></asp:Label></td>
                    <td style="width: 115px" align="left">
        <asp:TextBox ID="subjectcode" runat="server" Height="20px" ToolTip="请输入对应的课题编号"></asp:TextBox></td>
                </tr>
                <tr>
                    <td align="left" style="width: 100px">
                        <asp:Label ID="Label1" runat="server" Text="教师编号"></asp:Label></td>
                    <td align="left" style="width: 115px">
                        <asp:TextBox ID="Teacode" runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 100px" align="left">
                        <asp:Label ID="taskcode" runat="server" Text="任务书编号" Width="86px"></asp:Label></td>
                    <td style="width: 115px" align="left">
            <asp:TextBox ID="code" runat="server" ToolTip="(课题编号加上T)"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 100px" align="left">
            <asp:Label ID="plan" runat="server" Text="任务计划"></asp:Label></td>
                    <td style="width: 115px" align="left">
            <asp:TextBox ID="mainplan" runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 100px" align="left">
            <asp:Label ID="goal" runat="server" Text="主要目标"></asp:Label></td>
                    <td style="width: 115px" align="left">
            <asp:TextBox ID="maingoal"
                runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 100px" align="left">
            <asp:Label ID="require" runat="server" Text="主要要求"></asp:Label></td>
                    <td style="width: 115px" align="left">
            <asp:TextBox ID="taskrequire" runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 100px" align="left">
            <asp:Label ID="参考文献" runat="server" Text="主要参考文献"></asp:Label></td>
                    <td style="width: 115px" align="left">
            <asp:TextBox ID="referbook" runat="server"></asp:TextBox></td>
                </tr>
            </table>
        </asp:Panel>
        <asp:Button ID="发布任务书" runat="server" Text="发布任务书" />
        &nbsp;<br />
        <asp:Label ID="display" runat="server" Text="发布成功" BorderStyle="Outset" Font-Bold="True" ForeColor="Fuchsia" Visible="False"></asp:Label>
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
    </div>
 </asp:Content>

⌨️ 快捷键说明

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