webform1.aspx

来自「程序源代码分成两个部分: &#61557 一部分是用记事本或EditPlus」· ASPX 代码 · 共 36 行

ASPX
36
字号
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="_5_6.WebForm1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>WebForm1</title>
		<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
		<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="Button2" style="Z-INDEX: 111; LEFT: 144px; POSITION: absolute; TOP: 216px" runat="server"
					Width="72px" Text="重新输入"></asp:Button>
				<asp:Label id="Label6" style="Z-INDEX: 108; LEFT: 88px; POSITION: absolute; TOP: 176px" runat="server"
					Height="24px" Width="88px"></asp:Label>
				<asp:TextBox id="TextBox4" style="Z-INDEX: 107; LEFT: 88px; POSITION: absolute; TOP: 144px" runat="server"
					Width="96px"></asp:TextBox>
				<asp:TextBox id="TextBox3" style="Z-INDEX: 106; LEFT: 88px; POSITION: absolute; TOP: 112px" runat="server"
					Width="96px"></asp:TextBox>
				<asp:Label id="Label5" style="Z-INDEX: 104; LEFT: 32px; POSITION: absolute; TOP: 176px" runat="server"
					Height="24px" Width="40px">总分</asp:Label>
				<asp:Label id="Label4" style="Z-INDEX: 103; LEFT: 32px; POSITION: absolute; TOP: 144px" runat="server"
					Height="24px" Width="48px">计算机</asp:Label>
				<asp:Label id="Label3" style="Z-INDEX: 102; LEFT: 32px; POSITION: absolute; TOP: 112px" runat="server"
					Height="24px" Width="40px">英语</asp:Label>
				<asp:Label id="Label2" style="Z-INDEX: 101; LEFT: 32px; POSITION: absolute; TOP: 80px" runat="server"
					Height="24px" Width="40px">数学</asp:Label>
				<asp:TextBox id="TextBox1" style="Z-INDEX: 105; LEFT: 88px; POSITION: absolute; TOP: 80px" runat="server"
					Width="96px"></asp:TextBox>
				<asp:Button id="Button1" style="Z-INDEX: 110; LEFT: 40px; POSITION: absolute; TOP: 216px" runat="server"
					Width="72px" Text="计算成绩"></asp:Button></FONT></FORM>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?