📄 aspmortgage.aspx
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="ASPMortgage.aspx.vb" Inherits="ASPMortgage.WebForm1" SmartNavigation="True"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>Mortgage Calculator</title>
<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<asp:label id="Label1" style="Z-INDEX: 101; LEFT: 30px; POSITION: absolute; TOP: 22px" runat="server" Font-Underline="True" Font-Names="Arial" Font-Size="Large" Font-Bold="True" Height="37px" Width="435px">New Mortgage Calculator</asp:label>
<asp:label id="lblTotalPayment" style="Z-INDEX: 112; LEFT: 39px; POSITION: absolute; TOP: 320px" runat="server" Font-Names="Arial" Font-Size="Medium" Font-Bold="True" Height="18px" Width="310px" ForeColor="Red"></asp:label>
<asp:label id="lblYears" style="Z-INDEX: 111; LEFT: 39px; POSITION: absolute; TOP: 289px" runat="server" Font-Names="Arial" Font-Size="Medium" Font-Bold="True" Height="18px" Width="310px" ForeColor="Red"></asp:label>
<asp:textbox id="txtInterestRate" style="Z-INDEX: 106; LEFT: 217px; POSITION: absolute; TOP: 128px" runat="server" Font-Names="Arial" Font-Bold="True" Height="25px" Width="73px"></asp:textbox>
<asp:label id="Label2" style="Z-INDEX: 102; LEFT: 38px; POSITION: absolute; TOP: 85px" runat="server" Font-Names="Arial" Font-Bold="True" Height="14px" Width="138px">Principal</asp:label>
<asp:label id="Label3" style="Z-INDEX: 103; LEFT: 40px; POSITION: absolute; TOP: 128px" runat="server" Font-Names="Arial" Font-Bold="True" Height="29px" Width="164px">Interest Rate (%)</asp:label>
<asp:label id="Label4" style="Z-INDEX: 104; LEFT: 36px; POSITION: absolute; TOP: 169px" runat="server" Font-Names="Arial" Font-Bold="True" Height="14px" Width="94px">Years</asp:label>
<asp:textbox id="txtPrincipal" style="Z-INDEX: 105; LEFT: 215px; POSITION: absolute; TOP: 86px" runat="server" Font-Names="Arial" Font-Bold="True" Height="26px" Width="125px"></asp:textbox>
<asp:dropdownlist id="ddlYears" style="Z-INDEX: 107; LEFT: 216px; POSITION: absolute; TOP: 168px" runat="server" Font-Names="Arial" Font-Bold="True" Height="37px" Width="156px">
<asp:ListItem Value="Select Duration" Selected="True">Select Duration</asp:ListItem>
<asp:ListItem Value="10 Years">10 Years</asp:ListItem>
<asp:ListItem Value="15 Years">15 Years</asp:ListItem>
<asp:ListItem Value="20 Years">20 Years</asp:ListItem>
<asp:ListItem Value="25 Years">25 Years</asp:ListItem>
<asp:ListItem Value="30 Years">30 Years</asp:ListItem>
</asp:dropdownlist>
<asp:checkbox id="chkTotalPmt" style="Z-INDEX: 108; LEFT: 35px; POSITION: absolute; TOP: 222px" runat="server" Font-Names="Arial" Font-Bold="True" Height="28px" Width="264px" AutoPostBack="True" Text="Show Total Payments"></asp:checkbox>
<asp:label id="lblMonthPayment" style="Z-INDEX: 110; LEFT: 41px; POSITION: absolute; TOP: 257px" runat="server" Font-Names="Arial" Font-Size="Medium" Font-Bold="True" Height="8px" Width="308px" ForeColor="Red"></asp:label>
<asp:button id="btnCompute" style="Z-INDEX: 109; LEFT: 39px; POSITION: absolute; TOP: 374px" accessKey="M" runat="server" Font-Names="Arial" Font-Bold="True" Height="51px" Width="186px" Text="Compute Mortgage"></asp:button>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -