mortgageclient.aspx

来自「Programming Web and Desktop Applications」· ASPX 代码 · 共 25 行

ASPX
25
字号
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="MortgageClient.aspx.vb" Inherits="MortgageClient.WebForm1" SmartNavigation="True" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>Mortgage Client</title>
		<meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
		<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
		<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">
			<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 19px; POSITION: absolute; TOP: 19px" runat="server" Width="340px" Height="33px" Font-Bold="True" Font-Names="Arial" Font-Underline="True" Font-Size="Large" ForeColor="Blue">Mortgage Calculator</asp:Label>
			<asp:Label id="Label4" style="Z-INDEX: 104; LEFT: 46px; POSITION: absolute; TOP: 148px" runat="server" Width="140px" Height="17px" Font-Bold="True" Font-Names="Arial">Period (Years)</asp:Label>
			<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 26px; POSITION: absolute; TOP: 112px" runat="server" Width="162px" Height="20px" Font-Bold="True" Font-Names="Arial">Interest (% APR)</asp:Label>
			<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 43px; POSITION: absolute; TOP: 74px" runat="server" Width="141px" Height="13px" Font-Bold="True" Font-Names="Arial">Loan Amount</asp:Label>
			<asp:TextBox id="txtPrincipal" style="Z-INDEX: 105; LEFT: 201px; POSITION: absolute; TOP: 75px" runat="server" Width="109px" Height="22px" Font-Bold="True" Font-Names="Arial"></asp:TextBox>
			<asp:TextBox id="txtInterest" style="Z-INDEX: 106; LEFT: 200px; POSITION: absolute; TOP: 112px" runat="server" Width="64px" Height="22px" Font-Bold="True" Font-Names="Arial"></asp:TextBox>
			<asp:TextBox id="txtPeriod" style="Z-INDEX: 107; LEFT: 199px; POSITION: absolute; TOP: 147px" runat="server" Width="64px" Height="24px" Font-Bold="True" Font-Names="Arial"></asp:TextBox>
			<asp:Button id="btnSubmit" style="Z-INDEX: 108; LEFT: 25px; POSITION: absolute; TOP: 199px" runat="server" Width="244px" Height="49px" Font-Bold="True" Font-Names="Arial" Font-Size="Medium" Text="Monthly Payment"></asp:Button>
			<asp:Label id="lblPayment" style="Z-INDEX: 109; LEFT: 24px; POSITION: absolute; TOP: 270px" runat="server" Width="384px" Height="30px" Font-Names="Arial Black" Font-Size="Medium" ForeColor="Transparent"></asp:Label>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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