?? wfrmcourseedit.aspx
字號(hào):
?<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="WfrmCourseEdit.aspx.cs" Inherits="_Default" Title="課程編輯" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<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">
</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="資料庫(kù)">資料庫(kù)</asp:ListItem>
<asp:ListItem Value="程式設(shè)計(jì)">程式設(shè)計(jì)</asp:ListItem>
<asp:ListItem Value="作業(yè)系統(tǒng)">作業(yè)系統(tǒng)</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 />
</asp:Content>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -