webform1.aspx

来自「Csharp实例编程百例.rar」· ASPX 代码 · 共 24 行

ASPX
24
字号
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="myWebUser.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>WebForm1</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
		<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:TextBox id="txtNum1" style="Z-INDEX: 101; LEFT: 31px; POSITION: absolute; TOP: 63px" runat="server"></asp:TextBox>
				<asp:Label id="lbResult" style="Z-INDEX: 107; LEFT: 32px; POSITION: absolute; TOP: 119px" runat="server"></asp:Label>
				<asp:Button id="btnDiv" style="Z-INDEX: 106; LEFT: 272px; POSITION: absolute; TOP: 195px" runat="server" Text=" / "></asp:Button>
				<asp:Button id="btnMul" style="Z-INDEX: 105; LEFT: 208px; POSITION: absolute; TOP: 195px" runat="server" Text=" * "></asp:Button>
				<asp:Button id="btnSub" style="Z-INDEX: 104; LEFT: 147px; POSITION: absolute; TOP: 195px" runat="server" Text=" - "></asp:Button>
				<asp:Button id="btnAdd" style="Z-INDEX: 103; LEFT: 82px; POSITION: absolute; TOP: 195px" runat="server" Text=" + "></asp:Button>
				<asp:TextBox id="txtNum2" style="Z-INDEX: 102; LEFT: 209px; POSITION: absolute; TOP: 63px" runat="server"></asp:TextBox></FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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