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

📄 maintainsubject.aspx

📁 毕业设计+图书管理系统+源码 需要的人下载。
💻 ASPX
字号:
<%@ Page Language="VB"MasterPageFile="~/administrator/adminMasterPage.master" AutoEventWireup="false" CodeFile="MaintainSubject.aspx.vb" Inherits="Administrator_MaintainSubject" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    &nbsp;
    <table style="width: 100%; height: 100%; 
border-right: #cc3333 thin solid; 
table-layout: fixed; border-top: #cc3333 thin solid; 
border-left: #cc3333 thin solid; 
border-bottom: #cc3333 thin solid; 
background-color: #cc9966;"
    >
    <caption><h2>更新毕设题目信息</h2></caption>
    <tr><td style="width: 809px">
    <table style="width: 100%; height: 100%; 
border-right: #cc3333 thin solid; 
table-layout: fixed; border-top: #cc3333 thin solid; 
border-left: #cc3333 thin solid; 
border-bottom: #cc3333 thin solid; 
background-color: #cc9966;"
    >
        <caption>添加新课题</caption>
        <tr>
            <td style="width: 100%; height: 15px;" colspan=6>
                课题类型:
                <asp:DropDownList ID="ddlType" runat="server" Width="82px">
                    <asp:ListItem>校外</asp:ListItem>
                    <asp:ListItem>校内</asp:ListItem>
                </asp:DropDownList></td>
        </tr>
        <tr>
        <td style="width: 90px; height: 36px;">
                            课题号:<br />
                            <asp:TextBox ID="txtSubjectNo" runat="server" Width="113px"></asp:TextBox></td>
                        <td style="width: 276px; height: 36px;" colspan=2>
                            课题名称:<br />
                            <asp:TextBox ID="txtSubjectTitle" runat="server" Width="250px"></asp:TextBox></td>
                        <td style="width: 90px; height: 36px;">
                            指导老师:<br />
                            <asp:TextBox ID="txtDirector" runat="server" Width="115px"></asp:TextBox></td>
                        <td style="width: 90px; height: 36px;">
                            督导老师:<br />
                            <asp:TextBox ID="txtSuperisor" runat="server" Width="114px"></asp:TextBox></td>
                        <td style="width: 90px; height: 36px;">
                            学生:<br />
                            <asp:TextBox ID="txtStudent" runat="server" Width="115px"></asp:TextBox></td>
                    
           
        </tr>
        <tr>
            <td style="width: 100%; height: 10px;" align="center" colspan=6>
                <asp:Button ID="btnSure" runat="server" Text="添加新课题" Width="91px" />
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:Button ID="btnCancel" runat="server" Text="取消" Width="93px" />
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp;&nbsp;
            </td>
           
        </tr>
    </table>
       
    </td>
    </tr>
    </table>
   
</asp:Content>

⌨️ 快捷键说明

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