Question: Source Code Required for following desktop application. Course Visual Programming Language Question:- A new movie theater has opened in your town and the owner needs
Source Code Required for following desktop application.
Course Visual Programming Language
Question:-

A new movie theater has opened in your town and the owner needs a system that facilitates the Reservation of seats in the cinema's auditorium. Design a windows application Form that Facilitates the reservation of tickets for this Movie Theater. Design and connect the following database using LINQ or Entity Framework for the given scenario. Database: Movie (id (PK), name, description) ScheduleMovie (id (PK), movieID (FK), time, price) Seat (id (PK), number, rownumber, columnnumber) Reservation (id (PK), scheduled Movie(FK), seatnum(FK), customerId(FK), haspaidTicket) Customer (id (PK), email, name) The user of this application is a cinema staff, for example the admin and the Cashier. The Admin Panel The admin registers the cashiers and also, add new movies when released. The panel has various menus named Add. Remove, and detail Add menu has sub menu named AddMovie, and AddCashier. Remove menu has sub menu named removeMovie and removeCashier. Click event raised on the click of AddMovie which displays a new form for the movie entry that includes name, ticket price, timing, and total seats. Make session gets out after every 10 minutes. (Timer component) The Cashier Panel First screen shows the Movie Image that is available in Movie Theater. (Use Picture Box) Click event raised on the click of Movie Image that display new form for customer registration. The Cashier registers the customer for the seat. The program assigns the first vacant seat number counted from the seat at the most rear part of the auditorium i.e. the last chair. Requirements The GUI must include textboxes for input. labels for read only information such as headings and also output. In addition a listbox must also be used. The values entered by the user in the textboxes must be validated when the user clicks the Reserve/Cancel button
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
