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

📄 subject.aspx.svn-base

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

<!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>
<script language="javascript" type="text/javascript">
// <!CDATA[

function btnAdd_onclick() {

}

// ]]>
</script>
</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="TABLE1" runat="server" style="width: 814px; height: 1px">
            <tr>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="10" style="height: 24px">
                    &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; &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"
                        OnClick="BtnReturn_Click" Text="返回" /></td>
            </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="width: 41908px;
                    height: 24px">
        <asp:Label ID="Label3" runat="server" Text="题号"></asp:Label></td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="width: 216px;
                    height: 24px">
        <asp:TextBox ID="texTno" runat="server" Height="17px" Width="123px" MaxLength="6"></asp:TextBox></td>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="width: 255px;
                    height: 24px">
                    <asp:Label ID="Label2" runat="server" Text="难度"></asp:Label></td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="2" style="height: 24px">
        <asp:DropDownList ID="ddlGrade" runat="server" Height="24px" Width="127px">
            <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>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="2" style="height: 24px">
                    <asp:Label ID="Label1" runat="server" Height="14px" Text="语法类型" Width="85px"></asp:Label></td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="3" style="width: 403px;
                    height: 24px">
                <asp:DropDownList ID="ddlType" runat="server" Height="23px" Width="138px" DataSourceID="SqlDataSource1" DataTextField="SSTYLENAME" DataValueField="SSTYLENO">
            <asp:ListItem>词汇练习</asp:ListItem>
            <asp:ListItem>时态练习</asp:ListItem>
            <asp:ListItem>语态</asp:ListItem>
            <asp:ListItem>虚拟语气</asp:ListItem>
            <asp:ListItem>从句</asp:ListItem>
        </asp:DropDownList></td>
            </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="width: 41908px;
                    height: 23px">
        <asp:Label ID="Label4" runat="server" Text="内容"></asp:Label></td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="9" style="height: 23px">
        <asp:TextBox ID="texContent" runat="server" Height="99px" TextMode="MultiLine" Width="628px" MaxLength="400"></asp:TextBox></td>
            </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="width: 41908px;
                    height: 23px">
        <asp:Label ID="Label5" runat="server" Text="选项A"></asp:Label></td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="3" style="height: 23px">
                    <asp:TextBox ID="texA" runat="server" MaxLength="400" TextMode="MultiLine" Width="299px"></asp:TextBox></td>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="width: 305px;
                    height: 23px">
        <asp:Label ID="Label6" runat="server" Text="选项B"></asp:Label></td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="5" style="height: 23px">
                    <asp:TextBox ID="texB" runat="server" MaxLength="400" TextMode="MultiLine" Width="277px"></asp:TextBox></td>
            </tr>
            <tr>
                <td bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="width: 41908px; height: 20px">
        <asp:Label ID="Label7" runat="server" Text="选项C"></asp:Label></td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="3" style="height: 20px">
                    <asp:TextBox ID="texC" runat="server" TextMode="MultiLine" Width="299px"></asp:TextBox></td>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="width: 305px;
                    height: 20px">
        <asp:Label ID="Label8" runat="server" Text="选项D"></asp:Label></td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="5" style="height: 20px">
                    <asp:TextBox ID="texD" runat="server" MaxLength="400" TextMode="MultiLine" Width="279px"></asp:TextBox>&nbsp;</td>
            </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="width: 41908px;
                    height: 24px">
        <asp:Label ID="Label9" runat="server" Text="答案"></asp:Label></td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="3" style="height: 24px">
                    <asp:TextBox ID="texKey" runat="server" MaxLength="1" Width="99px"></asp:TextBox></td>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="width: 305px;
                    height: 24px">
                </td>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="5" style="height: 24px">
                    <asp:Label ID="Label10" runat="server" Width="134px"></asp:Label></td>
            </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="10" style="height: 24px">
                    <asp:Button ID="btnAdd" runat="server" OnClick="btnAdd_Click1" Text="增加" Width="80px" /><asp:Button ID="btnNext" runat="server" OnClick="btnNext_Click" Text="下一题" Width="80px" /></td>
            </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="10" style="height: 24px">
                    <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>
        <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>"
            SelectCommand="SELECT [SSTYLENO], [SSTYLENAME] FROM [TAB_SUBJECTSTYLE] WHERE [SSTYLENAME] NOT LIKE '阅读理解'AND [SSTYLENAME] NOT LIKE '完型填空'"></asp:SqlDataSource>
        &nbsp; &nbsp;&nbsp;
        </div>
    </form>
    </center>
</body>
</html>

⌨️ 快捷键说明

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