Code for the Georgetown Cleaning Services - Customers Orders

<%@ Page Language="vb" AutoEventWireup="false" Codebehind="box.aspx.vb" Inherits="geometry1.WebForm1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>Geometry: Rectangluar Parallelepiped</title>
		<meta name="vs_snapToGrid" content="True">
		<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">
			<TABLE id="Table3" style="Z-INDEX: 104; LEFT: 416px; WIDTH: 272px; POSITION: absolute; TOP: 8px; HEIGHT: 337px"
				cellSpacing="1" cellPadding="1" width="272" border="0">
				<TR>
					<TD style="WIDTH: 105px">Length:</TD>
					<TD>
						<asp:TextBox id="txtLength" runat="server" Width="114px">0.00</asp:TextBox></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 105px">Height:</TD>
					<TD>
						<asp:TextBox id="txtHeight" runat="server" Width="114px">0.00</asp:TextBox></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 105px">Width:</TD>
					<TD>
						<asp:TextBox id="txtWidth" runat="server" Width="114px">0.00</asp:TextBox></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 105px"></TD>
					<TD>
						<asp:Button id="btnProcess" runat="server" Text="Process Figure" Height="24px" Width="112px"></asp:Button></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 105px"><STRONG>Face/Back</STRONG></TD>
					<TD></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 105px">Perimeter:</TD>
					<TD>
						<asp:TextBox id="txtFBPerimeter" runat="server" Width="114px">0.00</asp:TextBox></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 105px">Area:</TD>
					<TD>
						<asp:TextBox id="txtFBArea" runat="server" Width="114px">0.00</asp:TextBox></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 105px"><STRONG>Top/Bottom</STRONG></TD>
					<TD></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 105px">Perimeter:</TD>
					<TD>
						<asp:TextBox id="txtTBPerimeter" runat="server" Width="114px">0.00</asp:TextBox></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 105px">Area:</TD>
					<TD>
						<asp:TextBox id="txtTBArea" runat="server" Width="114px">0.00</asp:TextBox></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 105px"><STRONG>Left/Right</STRONG></TD>
					<TD></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 105px">Perimeter:</TD>
					<TD>
						<asp:TextBox id="txtLRPerimeter" runat="server" Width="114px">0.00</asp:TextBox></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 105px">Area:</TD>
					<TD>
						<asp:TextBox id="txtLRArea" runat="server" Width="114px">0.00</asp:TextBox></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 105px"><STRONG>Box Values</STRONG></TD>
					<TD></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 105px">Total Perimeter:</TD>
					<TD>
						<asp:TextBox id="txtTotalPerimeter" runat="server" Width="114px">0.00</asp:TextBox></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 105px">Total Area:</TD>
					<TD>
						<asp:TextBox id="txtTotalArea" runat="server" Width="114px">0.00</asp:TextBox></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 105px">Volume</TD>
					<TD>
						<asp:TextBox id="txtVolume" runat="server" Width="114px">0.00</asp:TextBox></TD>
				</TR>
			</TABLE>
			<TABLE id="Table2" style="Z-INDEX: 103; LEFT: 16px; POSITION: absolute; TOP: 8px" cellSpacing="1"
				cellPadding="1" width="300" border="0">
				<TR>
					<TD><STRONG><FONT color="#0000ff" size="6">Geometric Formulas</FONT></STRONG></TD>
				</TR>
				<TR>
					<TD style="HEIGHT: 43px"><STRONG><FONT color="#0000ff" size="4">Rectangluar Parallelepiped</FONT></STRONG></TD>
				</TR>
				<TR>
					<TD><img src="box1.gif"></TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>
	

Return