📄 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 + -