📄 wfrmcoursematerialedit.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="WfrmCourseMaterialEdit.aspx.cs" Inherits="WfrmCourseMaterialEdit" Title="課程教材編輯" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table>
<tr>
<td style="width: 100px">
</td>
<td style="width: 100px">
</td>
<td style="width: 100px">
</td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 100px; text-align: right">
課程名稱</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">
課程代碼</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">
教材</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">
作者</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">
出版商</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">
備註</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">
建立者</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 + -