?? monexercise.aspx.svn-base
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="MonExercise.aspx.cs" Inherits="Student_UnitEx_MonExercise" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>單項練習</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#666666" class="style2" id="TABLE2" runat="server" style="width: 583px; height: 56px">
<tr>
<td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="7" height="22">
<asp:Label ID="LabName" runat="server" Text="Label"></asp:Label>,歡迎你進入單項練習
<asp:Button ID="BtnReturn" runat="server" Text="返回" OnClick="BtnReturn_Click" /></td>
</tr>
<tr>
<td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="width: 81px;
height: 21px">
<asp:Label ID="label1" runat="server" Text="請選擇題型"></asp:Label></td>
<td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="height: 21px">
<asp:DropDownList ID="D_Type" runat="server" Width="112px">
<asp:ListItem Value="---請選擇---"></asp:ListItem>
<asp:ListItem>完型填空</asp:ListItem>
<asp:ListItem>閱讀理解</asp:ListItem>
<asp:ListItem>語法分析</asp:ListItem>
</asp:DropDownList></td>
<td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="height: 21px">
<asp:Label ID="Label2" runat="server" Text="請選擇難度"></asp:Label></td>
<td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="4"
style="height: 21px;">
<asp:DropDownList ID="D_Deep" runat="server" Width="110px">
<asp:ListItem Value="---請選擇---"></asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="7" height="22">
<asp:Button ID="Button1" runat="server" Text="進入練習" OnClick="Button1_Click" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -