📄 admin_judgeadd.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin/Admin.master" AutoEventWireup="true" CodeFile="admin_JudgeAdd.aspx.cs" Inherits="Admin_admin_JudgeAdd" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table border="1">
<tr>
<td colspan="3" style="height: 6px" align="center">
判断题</td>
</tr>
<tr>
<td style="width: 5px; height: 1px">
科目:</td>
<td style="width: 475px; height: 1px" colspan="2">
<asp:DropDownList ID="DllCourse" runat="server" Style="position: static">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 5px; height: 23px">
题目:</td>
<td colspan="2" style="width: 475px; height: 10px">
<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: 4px;">
答案</td>
<td style="width: 475px; height: 4px;" colspan="2">
<asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatDirection="Horizontal"
Style="position: static" Width="146px">
<asp:ListItem Selected="True" Value="True">正确</asp:ListItem>
<asp:ListItem Value="False">错误</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
</table>
<br />
<asp:Label ID="Label1" runat="server" Style="z-index: 103; left: 457px; position: absolute;
top: 397px"></asp:Label>
<br />
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="z-index: 101;
left: 353px; position: absolute; top: 397px" Text="保存" Width="40px" />
<asp:Button ID="Button2" runat="server" Style="z-index: 102; left: 547px; position: absolute;
top: 399px" Text="返回" Width="40px" />
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -