<%@ Page Language="
vb" AutoEventWireup="false" Codebehind="LFTS_06b.aspx.
vb" Inherits="LateFees.LFTS_06b" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>LFTS_06b</title>
</head>
<body>
<form id="form1" runat="server">
<table height="200" width="800">
<tr>
<td height="82" width="63">
</td>
<td colspan="6" valign="bottom">
<h3>
<strong> Late Fee Tracking System</strong></h3>
</td>
</tr>
<tr>
<td height="25">
</td>
<td colspan="6">
<strong>Late Fee - View File Info</strong>
</td>
</tr>
<tr>
<td height="36">
</td>
<td colspan="6">
<strong>ID#: </strong>
<asp:Label ID="lblIDNum" runat="server" Width="143px" Style="border-bottom: Solid 1px Black; position: absolute"></asp:Label>
</td>
</tr>
<tr>
<td height="24">
</td>
<td colspan="6">
<strong>Committee Name:</strong>
<asp:Label ID="lblCommName" runat="server" Style="border-bottom: solid 1px black; position: absolute"
Width="378px"></asp:Label>
</td>
</tr>
<tr>
<td height="35">
</td>
<td>
<strong>Last Name: </strong>
<asp:Label ID="lblLastName" runat="server" Style="border-bottom: black 1px solid;
position: absolute" Width="250px"></asp:Label>
</td>
<td colspan="5">
<strong>First Name: </strong>
<asp:Label ID="lblFirstName" runat="server" Style="border-bottom: black 1px solid;
position: absolute" Width="106px"></asp:Label>
</td>
</tr>
<tr>
<td height="26">
</td>
<td colspan="6">
<strong>Address: </strong>
<asp:Label ID="lblAddress" runat="server" Style="border-bottom: black 1px solid;
position: absolute" Width="443px"></asp:Label>
</td>
</tr>
<tr>
<td height="33">
</td>
<td>
<strong>City: </strong>
<asp:Label ID="lblCity" runat="server" Style="border-bottom: black 1px solid; position: absolute"
Width="300px"></asp:Label>
</td>
<td>
<strong>State: </strong>
<asp:Label ID="lblState" runat="server" Style="border-bottom: black 1px solid; position: absolute"
Width="58px"></asp:Label>
</td>
<td colspan="4">
<strong>Zip: </strong>
<asp:Label ID="lblZip" runat="server" Style="border-bottom: black 1px solid; position: absolute"
Width="96px"></asp:Label>
</tr>
<tr>
<td>
</td>
<td colspan="6">
<asp:Button ID="btnUpdateFile" runat="server" Text="Update File Info" /></td>
</tr>
<tr>
<td colspan="7">
<asp:Label ID="lblError" runat="server" Font-Bold="True" ForeColor="Red" Width="700px"></asp:Label></td>
</tr>
</table>
<table width="800px" height="240">
<tr>
<td height="27" style="width: 12px">
</td>
<td align="right" style="width: 98px">
<strong>Report Type:</strong>
</td>
<td style="width: 114px" valign=top>
<asp:Label ID="lblRptType" runat="server" Width="120px" Style="border-bottom: black 1px solid; position: absolute"></asp:Label></td>
<td align="right">
<strong>Status:</strong>
</td>
<td style="width: 117px" valign="top">
<asp:Label ID="lblStatus" runat="server" Width="120px" Style="border-bottom: black 1px solid;position: absolute"></asp:Label></td>
<td width="95">
</td>
</tr>
<tr>
<td height="26" style="width: 12px">
</td>
<td align="right" style="width: 98px">
<strong>Fine Amount:</strong>
</td>
<td style="width: 114px" valign="top">
<asp:Label ID="lblFineAmount" runat="server" Width="120px" Style="border-bottom: black 1px solid;position: absolute"></asp:Label></td>
<td align="right">
<strong>Ref to AG:</strong>
</td>
<td style="width: 117px" valign="top">
<asp:Label ID="lblRefAG" runat="server" Width="120px" Style="border-bottom: black 1px solid;position: absolute"></asp:Label></td>
</tr>
<tr>
<td height="25" style="width: 12px">
</td>
<td align="right" style="width: 98px">
<strong>Balance Due:</strong>
</td>
<td style="width: 114px" valign="top">
<asp:Label ID="lblBalance" runat="server" Width="120px" Style="border-bottom: black 1px solid;position: absolute"></asp:Label></td>
<td align="right">
<strong>AHC Rec:</strong>
</td>
<td style="width: 117px" valign="top">
<asp:Label ID="lblAHCRec" runat="server" Width="120px" Style="border-bottom: black 1px solid;position: absolute"></asp:Label></td>
</tr>
<tr>
<td height="26" style="width: 12px">
</td>
<td align="right" style="width: 98px">
<strong>Date Paid:</strong>
</td>
<td style="width: 114px" valign="top">
<asp:Label ID="lblDatePaid" runat="server" Width="120px" Style="border-bottom: black 1px solid;position: absolute"></asp:Label></td>
<td>
</td>
<td style="width: 117px">
</td>
</tr>
<tr>
<td style="width: 12px">
</td>
<td valign="top" align="right" style="width: 98px">
<strong>Notes:</strong></td>
<td colspan="4">
<asp:TextBox ID="txtNotes" runat="server" TextMode="MultiLine" Width="650px" Height="63px"
ReadOnly="True"></asp:TextBox></td>
</tr>
<tr>
<td colspan="5" height="20">
</td>
</tr>
<tr>
<td style="width: 12px">
</td>
<td colspan="4">
<asp:Button ID="btnUpdateFine" runat="server" Text="Update Fine Info" Width="100px" />
<asp:Button ID="btnAddNewFine" runat="server" Text="Add New Fine" Width="100px" />
<asp:Button ID="btnPrint" runat="server" Text="Print" Width="100px" />
<asp:Button ID="btnNewSearch" runat="server" Text="New Search" Width="100px" />
<asp:Button ID="btnViewFees" runat="server" Text="View All Fees" Width="100px" />
</td>
</table>
</form>
</body>
</html>