Jeremiah Carter, the manager of the Accounts Payable department at Franklin Calendars, wants an application that keeps track of the checks written by his department. More specifi cally, he wants to record (in a sequential access fi le) the check number, date, payee, and amount of each check. Create a Visual Basic Windows application. Use the follow- ing names for the solution, project, and form fi le, respectively: Franklin Calendars Solution, Franklin Calendars Project, and Main Form.vb. Save the application in the VB2010Chap11 folder. Create the interface shown in Figure 11-46 and then code the application. Be sure to use a class in your code. Save the solution and then start and test the applica- tion. Close the Code Editor windows and then close the solution. See image.