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

📄 wfrmcoursematerialadd.aspx

📁 Teacher Manager System
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="WfrmCourseMaterialAdd.aspx.cs" Inherits="_Default" Title="課程教材新增" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table>
        <tr>
            <td style="width: 100px; height: 24px; text-align: right;">
                <span style="color: #663300">
                課程代碼</span></td>
            <td style="height: 24px;" colspan="2">
                <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
                </asp:DropDownList></td>
            <td style="width: 100px; height: 24px;">
            </td>
        </tr>
        <tr>
            <td style="width: 100px; text-align: right">
                <span style="color: #663300">課程名稱</span></td>
            <td colspan="2">
                <asp:TextBox ID="txtCourseName" runat="server"></asp:TextBox></td>
            <td colspan="1">
            </td>
        </tr>
        <tr>
            <td style="width: 100px; height: 26px; text-align: right">
                <span style="color: #663300">
                教材</span></td>
            <td colspan="2" style="height: 26px">
                <asp:TextBox ID="txtMaterial" runat="server"></asp:TextBox></td>
            <td colspan="1" style="height: 26px">
                <asp:Button ID="btnOK" runat="server" OnClick="btnOK_Click" Text="確定" /></td>
        </tr>
        <tr>
            <td style="width: 100px; height: 26px; text-align: right">
                <span style="color: #663300">
                作者</span></td>
            <td colspan="2" style="height: 26px">
                <asp:TextBox ID="txtAuther" runat="server"></asp:TextBox>
            </td>
            <td colspan="1" style="height: 26px">
            </td>
        </tr>
        <tr>
            <td style="width: 100px; height: 21px; text-align: right">
                <span style="color: #663300">
                出版商</span></td>
            <td colspan="2" style="height: 21px">
                <asp:TextBox ID="txtPublisher" runat="server"></asp:TextBox></td>
            <td colspan="1" style="height: 21px">
                <asp:Button ID="btnCancel" runat="server" Text="取消" OnClick="btnCancel_Click" /></td>
        </tr>
        <tr>
            <td style="width: 100px; height: 21px; text-align: right">
                <span style="color: #663300">
                備註</span></td>
            <td colspan="2" style="height: 21px">
                <asp:TextBox ID="txtMnote" runat="server"></asp:TextBox></td>
            <td colspan="1" style="height: 21px">
            </td>
        </tr>
        <tr>
            <td style="width: 100px; height: 21px; text-align: right">
                <span style="color: #663300">
                建立者</span></td>
            <td colspan="2" style="height: 21px">
                <asp:TextBox ID="txtCreator" runat="server" ReadOnly="True"></asp:TextBox></td>
            <td colspan="1" style="height: 21px">
            </td>
        </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

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