📄 wfrmcourseadd.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="WfrmCourseAdd.aspx.cs" Inherits="WfrmCourseAdd" Title="課程新增" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 357px; height: 28px">
<tr>
<td style="width: 100px">
</td>
<td style="width: 100px">
</td>
<td style="width: 100px">
</td>
<td style="width: 100px">
<asp:Button ID="btnOK" runat="server" Height="21px" OnClick="btnOK_Click" Text="確定"
Width="45px" /></td>
<td style="width: 143px">
<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">
</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">
<asp:DropDownList ID="DropDownList2" runat="server">
<asp:ListItem Value="DB">資料庫</asp:ListItem>
<asp:ListItem Value="PD">程式設計</asp:ListItem>
<asp:ListItem Value="OS">作業系統</asp:ListItem>
</asp:DropDownList></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>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -