⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 subject_w.aspx.svn-base

📁 大学英语学习系统
💻 SVN-BASE
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Subject_W.aspx.cs" Inherits="SubjectManage_Subject_W" %>

<!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>
<center>
    <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: 688px; height: 56px">
            <tr>
            <td height="22" colspan="4" align="right" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; 
                完型填空 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp;&nbsp;
                <asp:Button ID="BtnReturn" runat="server" Text="返回" OnClick="BtnReturn_Click" /></td>
          </tr>
            <tr>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1"
                    style="width: 1125px; height: 22px;">
                    题号:</td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="width: 254px;
                    height: 22px">
                    <asp:TextBox ID="texTno" runat="server"></asp:TextBox></td>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="width: 174px;
                    height: 22px">
                    难度:</td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1"
                    style="width: 220px; height: 22px;">
                    <asp:DropDownList ID="ddlGrade" runat="server" Width="131px">
                        <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 height="22" colspan="1" align="center" bordercolor="#FFFFFF" bgcolor="#FFFFFF" style="width: 1125px">
                内容</td>
              <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="3" height="22">
                    <asp:TextBox ID="texContent" runat="server" Height="263px" TextMode="MultiLine" Width="599px"></asp:TextBox></td>
          </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 1125px">
                </td>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 254px">
                    问题编码</td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="2" height="22">
                    <asp:TextBox ID="texNo" runat="server" Width="140px"></asp:TextBox></td>
            </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 1125px">
                    选项A</td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 254px">
                    <asp:TextBox ID="texA" runat="server" Width="247px"></asp:TextBox></td>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 174px">
                    选项B&nbsp;</td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 220px">
                    <asp:TextBox ID="texB" runat="server" Width="218px"></asp:TextBox></td>
            </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 1125px">
                    选项C</td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 254px">
                    <asp:TextBox ID="texC" runat="server" Width="248px"></asp:TextBox></td>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 174px">
                    &nbsp;选项D</td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 220px">
                    <asp:TextBox ID="texD" runat="server" Width="216px"></asp:TextBox></td>
            </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 1125px">
                    正确答案</td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 254px">
                    <asp:DropDownList ID="ddlKey" runat="server" Width="128px">
                        <asp:ListItem>A</asp:ListItem>
                        <asp:ListItem>B</asp:ListItem>
                        <asp:ListItem>C</asp:ListItem>
                        <asp:ListItem>D</asp:ListItem>
                    </asp:DropDownList></td>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 174px">
                </td>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 220px">
                    <asp:Label ID="Label2" runat="server" Width="108px"></asp:Label></td>
            </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="4" height="22">
                    <asp:Button ID="btnAdd" runat="server" Text="录入" Width="80px" OnClick="btnAdd_Click" />
                    <asp:Button ID="btnNext" runat="server" Text="下一题" Width="80px" OnClick="btnNext_Click" />
                    <asp:Button ID="btnNext_1" runat="server" Text="下一问题" Width="80px" OnClick="btnNext_1_Click" /></td>
            </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="4" height="22">
                    <asp:Button ID="btnFind" runat="server" OnClick="btnFind_Click" Text="查找" Width="80px" />
                    <asp:Button ID="btnUpdate" runat="server" OnClick="btnUpdate_Click" Text="修改" Width="80px" />
                    <asp:Button
                        ID="btnDel" runat="server" OnClick="btnDel_Click" Text="删除" Width="80px" /></td>
            </tr>
        </table>
        &nbsp;</div>
    </form>
    </center>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -