📄 admin_singleselectadd.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin/Admin.master" AutoEventWireup="true" CodeFile="admin_SingleSelectAdd.aspx.cs" Inherits="Admin_admin_SingleSelectAdd" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<br />
<table style="width: 564px; position: static;
height: 442px" border="1">
<tr>
<td colspan="3" style="height: 20px">
单选题</td>
</tr>
<tr>
<td style="width: 5px; height: 4px">
科目:</td>
<td style="width: 475px; height: 4px" colspan="2">
<asp:DropDownList ID="DllCourse" runat="server" Style="position: static">
</asp:DropDownList>
<asp:Label ID="Label1" runat="server" Style="z-index: 100; left: 447px; position: absolute;
top: 112px" Text="Label"></asp:Label>
</td>
</tr>
<tr>
<td style="width: 5px; height: 30px">
题目:</td>
<td colspan="2" style="width: 475px; height: 1px">
<asp:TextBox ID="txtTitle" runat="server" Height="60px" Style="position: static"
TextMode="MultiLine" Width="334px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 5px; height: 44px">
答案A:</td>
<td colspan="2" style="width: 475px; height: 44px">
<asp:TextBox ID="txtAnswerA" runat="server" Height="56px" Style="position: static"
TextMode="MultiLine" Width="334px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 5px; height: 35px">
答案B:</td>
<td colspan="2" style="width: 475px; height: 35px">
<asp:TextBox ID="txtAnswerB" runat="server" Height="63px" Style="position: static"
TextMode="MultiLine" Width="333px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 5px; height: 36px">
答案C:</td>
<td colspan="2" style="width: 475px; height: 36px">
<asp:TextBox ID="txtAnswerC" runat="server" Height="67px" Style="position: static"
TextMode="MultiLine" Width="332px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 5px; height: 27px">
答案D:</td>
<td style="width: 475px; height: 27px" colspan="2">
<asp:TextBox ID="txtAnswerD" runat="server" Height="68px" Style="position: static"
TextMode="MultiLine" Width="331px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 5px; height: 24px;">
答案</td>
<td style="width: 475px; height: 24px;" colspan="2">
<asp:DropDownList ID="DllAnswer" runat="server" Style="position: static" Width="52px">
<asp:ListItem>A</asp:ListItem>
<asp:ListItem>B</asp:ListItem>
<asp:ListItem>C</asp:ListItem>
<asp:ListItem>D</asp:ListItem>
</asp:DropDownList></td>
</tr>
</table>
<asp:Button ID="btnSave" runat="server" Style="z-index: 100; left: 386px; position: absolute;
top: 597px" Text="保存" Width="40px" OnClick="btnSave_Click" />
<br />
<asp:Label ID="lblMessage" runat="server" Style="z-index: 101; left: 451px; position: absolute;
top: 599px" Text="Label" Width="67px"></asp:Label>
<br />
<asp:Button ID="btnCancel" runat="server" Style="z-index: 103; left: 549px; position: absolute;
top: 595px" Text="返回" Width="40px" />
<br />
<br />
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -