📄 wfrmcourseteacheredit.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="WfrmCourseTeacherEdit.aspx.cs" Inherits="WfrmCourseTeacherEdit" Title="課程教師編輯" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table>
<tr>
<td style="width: 100px; height: 21px;">
</td>
<td style="width: 100px; height: 21px;">
</td>
<td style="width: 100px; height: 21px;">
</td>
<td style="width: 100px; height: 21px;">
</td>
</tr>
<tr>
<td style="width: 100px; text-align: right">
<span style="color: #996600">
課程名稱</span></td>
<td colspan="2">
<asp:TextBox ID="txtCourseName" runat="server"></asp:TextBox></td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 100px; text-align: right">
<span style="color: #996600">
課程代碼</span></td>
<td colspan="2">
<asp:TextBox ID="txtCourseID" runat="server"></asp:TextBox></td>
<td colspan="1">
</td>
</tr>
<tr>
<td style="width: 100px; height: 26px; text-align: right">
<span style="color: #996600">
課程講師</span></td>
<td colspan="2" style="height: 26px">
<asp:TextBox ID="txtCourseTeacher" 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: #996600">
專家</span></td>
<td colspan="2" style="height: 26px">
<asp:DropDownList ID="DropDownList2" runat="server">
<asp:ListItem>是</asp:ListItem>
<asp:ListItem>否</asp:ListItem>
</asp:DropDownList></td>
<td colspan="1" style="height: 26px">
</td>
</tr>
<tr>
<td style="width: 100px; height: 21px; text-align: right">
<span style="color: #996600">
備註</span></td>
<td colspan="2" style="height: 21px">
<asp:TextBox ID="txtTnote" runat="server"></asp:TextBox></td>
<td colspan="1" style="height: 21px">
<asp:Button ID="btnCancel" runat="server" OnClick="btnCancel_Click" Text="取消" /></td>
</tr>
<tr>
<td style="width: 100px; height: 21px; text-align: right">
<span style="color: #996600">
建立者</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 + -