wfrmcourseedit.aspx

来自「Teacher Manager System」· ASPX 代码 · 共 73 行

ASPX
73
字号
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="WfrmCourseEdit.aspx.cs" Inherits="_Default" Title="課程編輯" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    &nbsp;&nbsp;
    <table style="width: 357px; height: 28px">
        <tr>
            <td style="width: 100px; height: 24px">
            </td>
            <td style="width: 100px; height: 24px">
            </td>
            <td style="width: 100px; height: 24px">
            </td>
            <td style="width: 100px; height: 24px">
                <asp:Button ID="btnOK" runat="server" Height="21px" OnClick="btnOK_Click" Text="確定"
                    Width="45px" /></td>
            <td style="width: 143px; height: 24px">
                <asp:Button ID="btnCancel" runat="server" Height="21px" OnClick="btnCancel_Click1"
                    Text="取消" Width="47px" /></td>
        </tr>
    </table>
    <table style="width: 369px">
        <tr>
            <td colspan="2" style="height: 23px">
                <strong><span style="color: #3366cc">&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; </span></strong></td>
        </tr>
        <tr>
            <td style="width: 100px; height: 38px; text-align: right">
                <span style="color: #0066ff">課程類型</span></td>
            <td style="width: 90px; height: 38px">
                &nbsp;<asp:DropDownList ID="DropDownList2" runat="server">
                    <asp:ListItem Value="資料庫">資料庫</asp:ListItem>
                    <asp:ListItem Value="程式設計">程式設計</asp:ListItem>
                    <asp:ListItem Value="作業系統">作業系統</asp:ListItem>
                </asp:DropDownList></td>
        </tr>
        <tr>
            <td style="width: 100px; height: 26px; text-align: right">
                <span style="color: #000000">課程碼</span></td>
            <td style="width: 90px; height: 26px">
                <asp:TextBox ID="txtCID" runat="server" ReadOnly="True" Width="207px"></asp:TextBox></td>
        </tr>
        <tr>
            <td style="width: 100px; height: 26px; text-align: right">
                課程代碼</td>
            <td style="width: 90px; height: 26px">
                <asp:TextBox ID="txtCourseID" runat="server" Width="208px"></asp:TextBox></td>
        </tr>
        <tr>
            <td style="width: 100px; height: 26px; text-align: right">
                <span style="color: #000000">課程名稱</span></td>
            <td style="width: 90px; height: 26px">
                <asp:TextBox ID="txtCourseName" runat="server" Width="208px"></asp:TextBox></td>
        </tr>
        <tr>
            <td style="width: 100px; text-align: right">
                <span style="color: #000000">註記</span></td>
            <td style="width: 90px">
                <asp:TextBox ID="txtNote" runat="server" Width="207px"></asp:TextBox></td>
        </tr>
        <tr>
            <td style="width: 100px; height: 26px; text-align: right">
                <span style="color: #0066ff">建立者</span></td>
            <td style="width: 90px; height: 26px">
                <asp:TextBox ID="txtCreator" runat="server" ReadOnly="True" Width="207px"></asp:TextBox></td>
        </tr>
    </table>
    <br />
    <br />
    &nbsp; &nbsp;
</asp:Content>

⌨️ 快捷键说明

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