📄 process.aspx
字号:
<%@ Page language="c#" Codebehind="Process.aspx.cs" AutoEventWireup="false" Inherits="OLTest.Process" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Process</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="宋体" color="#000000" style="BACKGROUND-COLOR: #ffffff">
<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 408px; POSITION: absolute; TOP: 168px" runat="server"
Width="448px" Height="40px" Font-Bold="True" Font-Size="Large">登陆成功.请确认资料是否正确</asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 328px; POSITION: absolute; TOP: 256px" runat="server"
Width="80px" Height="32px" Font-Bold="True">准考证号</asp:Label>
<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 328px; POSITION: absolute; TOP: 320px" runat="server"
Width="80px" Height="32px" Font-Bold="True">姓名</asp:Label>
<asp:TextBox id="TextBox1" style="Z-INDEX: 104; LEFT: 440px; POSITION: absolute; TOP: 256px"
runat="server" Width="288px"></asp:TextBox>
<asp:TextBox id="TextBox2" style="Z-INDEX: 105; LEFT: 440px; POSITION: absolute; TOP: 320px"
runat="server" Width="160px"></asp:TextBox>
<asp:Button id="Button1" style="Z-INDEX: 106; LEFT: 440px; POSITION: absolute; TOP: 376px" runat="server"
Width="88px" Height="32px" Text="确认"></asp:Button>
<asp:Button id="Button2" style="Z-INDEX: 107; LEFT: 584px; POSITION: absolute; TOP: 376px" runat="server"
Width="72px" Height="32px" Text="资料有误!"></asp:Button></FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -