📄 wfrmcourseteacheradd.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="WfrmCourseTeacherAdd.aspx.cs" Inherits="_Default" Title="課程教師新增" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table>
<tr>
<td colspan="2" style="height: 26px; text-align: right">
<span style="color: #996600">課程代碼</span></td>
<td colspan="3" style="height: 26px">
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
</asp:DropDownList></td>
<td style="width: 100px; height: 26px">
</td>
<td style="width: 100px; height: 26px">
</td>
</tr>
<tr>
<td colspan="2" style="height: 26px; text-align: right">
<span style="color: #996600">課程名稱</span></td>
<td colspan="3" style="height: 26px">
<asp:TextBox ID="txtCourseName" runat="server"></asp:TextBox></td>
<td style="width: 100px; height: 26px">
</td>
<td style="width: 100px; height: 26px">
</td>
</tr>
<tr>
<td colspan="2" style="height: 26px; text-align: right">
<span style="color: #996600">課程講師</span></td>
<td colspan="3" style="height: 26px">
<asp:DropDownList ID="DropDownList2" runat="server">
</asp:DropDownList></td>
<td style="width: 100px; height: 26px">
<asp:Button ID="btnOK" runat="server" OnClick="btnOK_Click" Text="確定" Width="58px" /></td>
<td style="width: 100px; height: 26px">
</td>
</tr>
<tr>
<td colspan="2" style="height: 26px; text-align: right">
<span style="color: #996600">專家</span></td>
<td colspan="3" style="height: 26px">
<asp:DropDownList ID="DropDownList3" runat="server">
<asp:ListItem>是</asp:ListItem>
<asp:ListItem>否</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 100px; height: 26px">
</td>
<td style="width: 100px; height: 26px">
</td>
</tr>
<tr>
<td colspan="2" style="height: 26px; text-align: right">
<span style="color: #996600">備註</span></td>
<td colspan="3" style="height: 26px">
<asp:TextBox ID="txtTNote" runat="server"></asp:TextBox></td>
<td style="width: 100px; height: 26px">
<asp:Button ID="btnCancel" runat="server" OnClick="btnCancel_Click" Text="取消" Width="54px" /></td>
<td style="width: 100px; height: 26px">
</td>
</tr>
<tr>
<td colspan="2" style="height: 21px; text-align: right">
<span style="color: #996600">建立者</span></td>
<td colspan="3" style="height: 21px">
<asp:TextBox ID="txtCreator" runat="server" ReadOnly="True"></asp:TextBox></td>
<td style="width: 100px; height: 21px">
</td>
<td style="width: 100px; height: 21px">
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -