Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C# VISUAL STUDIO SAMPLE OUTPUT The manager of the Diner by the Valley campus deli plans to have a computer available for students to place
C# VISUAL STUDIO
SAMPLE OUTPUT
The manager of the Diner by the Valley campus deli plans to have a computer available for students to place their orders when they enter the campus center. They have a limited menu selection available that includes sandwiches and drinks. The manager wants the computer screen to allow the students to select from a list of available sandwich and drink options. A large board is located on the wall at the location where the computer will reside. It shows the menu of items available and lists the price of each item. A user-friendly interface is needed. Water is available for each order at no charge, but it must be ordered. In addition to white bread, they have whole wheat and rye bread. No charge is included for different bread types; however, they do consider that selection a special request. The interface should enable special requests such as bread types to be selected. Students should be able to enter other special requests such as "Hold the onion" or "Hold the mayo." Design a GUI that accepts as input food and drink selections. The manager would like to have options for showing the total cost of the order, displaying the current order selections, or allowing students to change their minds about each of the selections. TABLE 10-7 DinerGUI property values Name Object type Property Value OrderGUI Form Text Typed "Student Union - Diner by the Valley" OrderGUI Form BackColor Goldenrod OrderGUI Form Menu menuStripi OrderGUI Form Font Arial, 9.75 OrderGUI Form Icon NOTE16.ICO fileToolStrip MenuItem Typed "File" ToolStrip Menu Item Text fileToolStrip MenuItem ToolStripMenuItems MenuItem menu PlaceOrder, menuclearOrder, menuDisplayOrder, menu Exit menu PlaceOrder Text Typed "Place Order" ToolStrip Menu Item menuclearOrder ToolStrip MenuItem Text Typed "Clear Order" menuDisplayOrder Text Typed "Display Order" ToolStrip Menu Item menu Exit Text Typed "Exit ToolStrip MenuItem edit Tool StripMenuItem ToolStripMenuItems Menu Item menu Edit Entree, menu Edit Drink, menu Edit Special (continues) Name Object type Property Value editTool StripMenuItem Text Typed "Edit" ToolStrip MenuItem menu EditEntree Text Typed "Entree" ToolStrip MenuItem menuEdit Drink ToolStrip MenuItem Text Typed Drink" menuEdit Special ToolStrip MenuItem Text Typed "Special Requests" Text Typed "Help" helpToolStrip MenuItem ToolStrip MenuItem menu About Text Typed "About" ToolStrip MenuItem 1st BxEntree ListBox BackColor Khaki labeli Label Text Typed "Entree Selection groupBox2 GroupBox Controls radmilk, radJuice, radSoda, radLemon, radTea, radcoffee racMilk RadioButton Text Typed "Milk" radJuice RadioButton Text Typed "Juice" radSoda RadioButton Text Typed "Soda" radLemon RadioButton Text Typed "Lemonade radTea RadioButton Text Typed "Tea" (continues) ty Student Union - Diner by the Valley File Edit Help Entree Selection Drink Selection - Club Peanut Butter & Jelly Grilled Cheese Reuben o Milk Juice Soda Special Requests Lemonade Tea Coffee Water The manager of the Diner by the Valley campus deli plans to have a computer available for students to place their orders when they enter the campus center. They have a limited menu selection available that includes sandwiches and drinks. The manager wants the computer screen to allow the students to select from a list of available sandwich and drink options. A large board is located on the wall at the location where the computer will reside. It shows the menu of items available and lists the price of each item. A user-friendly interface is needed. Water is available for each order at no charge, but it must be ordered. In addition to white bread, they have whole wheat and rye bread. No charge is included for different bread types; however, they do consider that selection a special request. The interface should enable special requests such as bread types to be selected. Students should be able to enter other special requests such as "Hold the onion" or "Hold the mayo." Design a GUI that accepts as input food and drink selections. The manager would like to have options for showing the total cost of the order, displaying the current order selections, or allowing students to change their minds about each of the selections. TABLE 10-7 DinerGUI property values Name Object type Property Value OrderGUI Form Text Typed "Student Union - Diner by the Valley" OrderGUI Form BackColor Goldenrod OrderGUI Form Menu menuStripi OrderGUI Form Font Arial, 9.75 OrderGUI Form Icon NOTE16.ICO fileToolStrip MenuItem Typed "File" ToolStrip Menu Item Text fileToolStrip MenuItem ToolStripMenuItems MenuItem menu PlaceOrder, menuclearOrder, menuDisplayOrder, menu Exit menu PlaceOrder Text Typed "Place Order" ToolStrip Menu Item menuclearOrder ToolStrip MenuItem Text Typed "Clear Order" menuDisplayOrder Text Typed "Display Order" ToolStrip Menu Item menu Exit Text Typed "Exit ToolStrip MenuItem edit Tool StripMenuItem ToolStripMenuItems Menu Item menu Edit Entree, menu Edit Drink, menu Edit Special (continues) Name Object type Property Value editTool StripMenuItem Text Typed "Edit" ToolStrip MenuItem menu EditEntree Text Typed "Entree" ToolStrip MenuItem menuEdit Drink ToolStrip MenuItem Text Typed Drink" menuEdit Special ToolStrip MenuItem Text Typed "Special Requests" Text Typed "Help" helpToolStrip MenuItem ToolStrip MenuItem menu About Text Typed "About" ToolStrip MenuItem 1st BxEntree ListBox BackColor Khaki labeli Label Text Typed "Entree Selection groupBox2 GroupBox Controls radmilk, radJuice, radSoda, radLemon, radTea, radcoffee racMilk RadioButton Text Typed "Milk" radJuice RadioButton Text Typed "Juice" radSoda RadioButton Text Typed "Soda" radLemon RadioButton Text Typed "Lemonade radTea RadioButton Text Typed "Tea" (continues) ty Student Union - Diner by the Valley File Edit Help Entree Selection Drink Selection - Club Peanut Butter & Jelly Grilled Cheese Reuben o Milk Juice Soda Special Requests Lemonade Tea Coffee WaterStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started