📄 overlook.aspx
字号:
<%@ Page language="c#" Codebehind="OverLook.aspx.cs" AutoEventWireup="false" Inherits="OLTest.OverLook" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>OverLook</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<asp:Button id="Button1" style="Z-INDEX: 101; LEFT: 64px; POSITION: absolute; TOP: 16px" runat="server"
Text="返回考试页面" Width="120px" Height="40px"></asp:Button>
<asp:DataGrid id="DataGrid1" style="Z-INDEX: 102; LEFT: 64px; POSITION: absolute; TOP: 128px"
runat="server" Width="986px" Height="240px" AutoGenerateColumns="False" BorderColor="#CC9966"
BorderStyle="None" BorderWidth="1px" BackColor="White" CellPadding="4">
<SelectedItemStyle Font-Bold="True" ForeColor="#663399" BackColor="#FFCC66"></SelectedItemStyle>
<ItemStyle ForeColor="#330099" BackColor="White"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="#FFFFCC" BackColor="#990000"></HeaderStyle>
<FooterStyle ForeColor="#330099" BackColor="#FFFFCC"></FooterStyle>
<Columns>
<asp:BoundColumn DataField="A" HeaderText="题号">
<HeaderStyle Width="5%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="B" HeaderText="标记">
<HeaderStyle Width="5%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Quest" HeaderText="题目内容">
<HeaderStyle Width="100px"></HeaderStyle>
</asp:BoundColumn>
<asp:ButtonColumn Text="查看" HeaderText="查看该题" CommandName="Look">
<HeaderStyle Width="10%"></HeaderStyle>
</asp:ButtonColumn>
</Columns>
<PagerStyle HorizontalAlign="Center" ForeColor="#330099" BackColor="#FFFFCC"></PagerStyle>
</asp:DataGrid>
<asp:Button id="Button2" style="Z-INDEX: 103; LEFT: 232px; POSITION: absolute; TOP: 16px" runat="server"
Height="40px" Width="112px" Text="交卷"></asp:Button>
<asp:Label id="Label1" style="Z-INDEX: 104; LEFT: 72px; POSITION: absolute; TOP: 80px" runat="server"
Height="32px" Width="208px"></asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 105; LEFT: 392px; POSITION: absolute; TOP: 16px" runat="server"
Height="32px" Width="86px" Font-Bold="True" Visible="False">确认交卷?</asp:Label>
<asp:Button id="Button3" style="Z-INDEX: 106; LEFT: 392px; POSITION: absolute; TOP: 56px" runat="server"
Height="24px" Width="46px" Text="确认" Visible="False"></asp:Button>
<asp:Button id="Button4" style="Z-INDEX: 107; LEFT: 456px; POSITION: absolute; TOP: 56px" runat="server"
Width="40px" Text="取消" Visible="False"></asp:Button></FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -