📄 stuinfor.aspx
字号:
<%@ Page language="c#" Codebehind="StuInfor.aspx.cs" AutoEventWireup="false" Inherits="OLTestS.StuInfor" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>StuInfor</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:DataGrid id="DataGrid1" style="Z-INDEX: 101; LEFT: 42px; POSITION: absolute; TOP: 22px" runat="server"
Width="344px" Height="340px" 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="StuNo" HeaderText="考号">
<HeaderStyle Width="100px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="StuName" HeaderText="姓名">
<HeaderStyle Width="40px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Score" HeaderText="分数">
<HeaderStyle Width="35px"></HeaderStyle>
</asp:BoundColumn>
<asp:ButtonColumn Text="查看" HeaderText="查看详情" CommandName="Look">
<HeaderStyle Width="35px"></HeaderStyle>
</asp:ButtonColumn>
</Columns>
<PagerStyle HorizontalAlign="Center" ForeColor="#330099" BackColor="#FFFFCC"></PagerStyle>
</asp:DataGrid>
<asp:Label id="Label1" style="Z-INDEX: 102; LEFT: 408px; POSITION: absolute; TOP: 32px" runat="server"
Width="216px" Height="32px">当前考生:</asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 103; LEFT: 408px; POSITION: absolute; TOP: 88px" runat="server"
Width="32px" Height="24px">学号</asp:Label>
<asp:Label id="Label3" style="Z-INDEX: 104; LEFT: 408px; POSITION: absolute; TOP: 128px" runat="server"
Width="40px" Height="24px">姓名</asp:Label>
<asp:Label id="Label4" style="Z-INDEX: 105; LEFT: 408px; POSITION: absolute; TOP: 168px" runat="server"
Width="64px" Height="24px">所考题目</asp:Label>
<asp:Label id="Label5" style="Z-INDEX: 106; LEFT: 408px; POSITION: absolute; TOP: 208px" runat="server"
Width="64px" Height="32px">考生答案</asp:Label>
<asp:Label id="Label6" style="Z-INDEX: 107; LEFT: 408px; POSITION: absolute; TOP: 248px" runat="server"
Width="56px" Height="24px">分数</asp:Label>
<asp:TextBox id="TextBox1" style="Z-INDEX: 108; LEFT: 488px; POSITION: absolute; TOP: 88px" runat="server"
Width="144px"></asp:TextBox>
<asp:TextBox id="TextBox2" style="Z-INDEX: 109; LEFT: 488px; POSITION: absolute; TOP: 128px"
runat="server" Width="88px"></asp:TextBox>
<asp:TextBox id="TextBox3" style="Z-INDEX: 110; LEFT: 488px; POSITION: absolute; TOP: 168px"
runat="server" Width="266px"></asp:TextBox>
<asp:TextBox id="TextBox4" style="Z-INDEX: 111; LEFT: 488px; POSITION: absolute; TOP: 208px"
runat="server" Width="266px"></asp:TextBox>
<asp:TextBox id="TextBox5" style="Z-INDEX: 112; LEFT: 488px; POSITION: absolute; TOP: 248px"
runat="server" Width="64px"></asp:TextBox>
<asp:Button id="Button1" style="Z-INDEX: 113; LEFT: 680px; POSITION: absolute; TOP: 320px" runat="server"
Width="80px" Height="32px" Text="返回"></asp:Button>
<asp:Button id="Button2" style="Z-INDEX: 114; LEFT: 552px; POSITION: absolute; TOP: 320px" runat="server"
Height="32px" Width="100px" Text="编辑当前考生"></asp:Button>
<asp:Button id="Button3" style="Z-INDEX: 115; LEFT: 440px; POSITION: absolute; TOP: 320px" runat="server"
Height="32px" Width="85px" Text="新增考生"></asp:Button></FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -