📄 副本 test.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="副本 Test.aspx.cs" Inherits="Test" %>
<!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 style="width: 682px; height: 1px">
<tr>
<td style="width: 64180px; height: 35px;">
<asp:Label ID="Label39" runat="server" BorderStyle="None" Height="33px" Text="考生学号"
Width="159px"></asp:Label></td>
<td style="width: 100px; height: 35px;">
<asp:Label ID="Label1" runat="server" Text="Label" Width="72px"></asp:Label></td>
<td style="width: 100px; height: 35px;">
考试科目</td>
<td style="width: 67px; height: 35px;">
<asp:Label ID="Label2" runat="server" Text="Label" Width="100%"></asp:Label></td>
<td style="width: 100px; height: 35px;">
剩余时间</td>
<td style="width: 100px; height: 35px;">
<asp:Label ID="Label3" runat="server" Text="Label" Width="85px"></asp:Label></td>
</tr>
<tr>
<td colspan="1" style="width: 64180px; height: 431px">
</td>
<td colspan="6" style="height: 431px">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Height="202px"
Width="685px">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<table style="width: 545px; height: 172px">
<tr>
<td colspan="3" style="width: 265px">
<asp:Label ID="Label2" runat="server" Text="<%# Container.DataItemIndex+1 %>"></asp:Label>
<asp:Label ID="Label3" runat="server" Text='<%# Eval("Title","、{0}") %>'></asp:Label>
<asp:Label ID="Label4" runat="server" Text='<%# Eval("Answer") %>' Visible="False"></asp:Label>
<asp:Label ID="Label31" runat="server" Text='<%# Eval("Mark") %>' Visible="False"></asp:Label></td>
</tr>
<tr>
<td colspan="1" style="width: 332px; text-align: left">
<asp:RadioButton ID="RadioButton1" runat="server" GroupName="S1" Text='A:' />
<asp:Label ID="Label6" runat="server" Text='<%# Eval("AnswerA") %>'></asp:Label></td>
<td colspan="3" style="text-align: left; width: 265px;">
<asp:RadioButton ID="RadioButton2" runat="server" GroupName="S1" Text='B:' />
<asp:Label ID="Label7" runat="server" Text='<%# Eval("AnswerB") %>'></asp:Label></td>
</tr>
<tr>
<td colspan="1" style="text-align: left; width: 332px;">
<asp:RadioButton ID="RadioButton3" runat="server" GroupName="S1" Text='C:' />
<asp:Label ID="Label8" runat="server" Text='<%# Eval("AnswerC") %>'></asp:Label></td>
<td colspan="3" style="text-align: left; width: 265px;">
<asp:RadioButton ID="RadioButton4" runat="server" GroupName="S1" Text='D:' />
<asp:Label ID="Label9" runat="server" Text='<%# Eval("AnswerD") %>'></asp:Label></td>
</tr>
</table>
</ItemTemplate>
<HeaderTemplate>
<asp:Label ID="Label36" runat="server" Text="一、单选题(每题"></asp:Label>
<asp:Label ID="Label5" runat="server" Text='<%# Eval("Mark") %>'></asp:Label>
<asp:Label ID="Label37" runat="server" Text="分)"></asp:Label>
</HeaderTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="1" style="width: 64180px; height: 443px">
</td>
<td colspan="6" style="height: 443px">
<asp:GridView ID="GridView2" runat="server" AutoGenerateColumns="False" Height="195px"
Width="687px">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<table style="width: 576px; height: 176px">
<tr>
<td colspan="3" style="width: 304px">
<asp:Label ID="Label14" runat="server" Text="<%# Container.DataItemIndex+1 %>"></asp:Label>
<asp:Label ID="Label15" runat="server" Text='<%# Eval("Title","、{0}") %>'></asp:Label>
<asp:Label ID="Label16" runat="server" Text='<%# Eval("Answer") %>' Visible="False"></asp:Label>
<asp:Label ID="Label32" runat="server" Text='<%# Eval("Mark") %>' Visible="False"></asp:Label></td>
</tr>
<tr>
<td colspan="1" style="width: 266px; height: 57px">
<asp:CheckBox ID="CheckBox1" runat="server" Text="A:" />
<asp:Label ID="Label17" runat="server" Text='<%# Eval("AnswerA") %>'></asp:Label></td>
<td colspan="3" style="width: 310px; height: 57px">
<asp:CheckBox ID="CheckBox3" runat="server" Text="B:" />
<asp:Label ID="Label18" runat="server" Text='<%# Eval("AnswerB") %>'></asp:Label></td>
</tr>
<tr>
<td colspan="1" style="width: 266px">
<asp:CheckBox ID="CheckBox2" runat="server" Text="C:" />
<asp:Label ID="Label19" runat="server" Text='<%# Eval("AnswerC") %>'></asp:Label></td>
<td colspan="4">
<asp:CheckBox ID="CheckBox4" runat="server" Text="D:" />
<asp:Label ID="Label20" runat="server" Text='<%# Eval("AnswerD") %>'></asp:Label></td>
</tr>
</table>
</ItemTemplate>
<HeaderTemplate>
<asp:Label ID="Label37" runat="server" Text=" 二、多选题(每题"></asp:Label>
<asp:Label ID="Label10" runat="server"></asp:Label>分)
</HeaderTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="1" style="width: 64180px; height: 417px">
</td>
<td colspan="6" style="height: 417px">
<asp:GridView ID="GridView3" runat="server" AutoGenerateColumns="False" Height="227px"
Width="682px">
<Columns>
<asp:TemplateField>
<HeaderTemplate>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -