[Solved]Question 1 Icon Gui Choose Whatever Drinks Foods Newspapers Magazines Chocolates Like Mini Q37022826
Need help in microsoft visual studio (C++)
QUESTION 1 You should have your own icon for the GUI. You can choose whatever drinks or foods or newspapers or magazines or chocolates or what you like (minimum 10 items). When user make selection on radio button, the selection is appear on edit text that beside “Your selection is:” static text. In addition, the edit text below of that text also change as illustrates below. Then, user need to enter by himself “How many units you want?” in the beside edit text. In the below example, I put 5 for number of units. After that, user need to select the money note using combo box. When user press “Calculate Change” button, the system calculate the balance according to the selected item and unit. For this example, let’s say the user give RM100, the balance is RM100-(5*2.00) – RM 90.00. The system also able to count how many money notes (including coins 50 cent and 10 cent) will be received by user. For this example, user will received note RM50-1 and RM20- 2. In Menu (e-g. System), it will has two sub-menu which is instruction and information of author. Write your own dialog on instruction and information about author. At status bar (e.g. Ready) below, please change the status bar to “Completed” when the system is finished it calculation. Change back to “Ready after delaying for several seconds. Vending Machine System Menusystem Please select your drink Static text RM1.20 RM1.80 RM1.80 RM1.80 RM1.80 04Radio button RM1.80 RM1.80 RM1.80 RM1.80 RM1.80 – Edit text Your selection is: COCA-COLA LIGHT + Price: RM2.00 Combo Box How many units do you want? S Your given money? Static text Calculate Change Button RM50 RM20 RM10 Your balance is (RM) 90.00 Your received money notes: Edit text RMSO1 Show transcribed image text QUESTION 1 You should have your own icon for the GUI. You can choose whatever drinks or foods or newspapers or magazines or chocolates or what you like (minimum 10 items). When user make selection on radio button, the selection is appear on edit text that beside “Your selection is:” static text. In addition, the edit text below of that text also change as illustrates below. Then, user need to enter by himself “How many units you want?” in the beside edit text. In the below example, I put 5 for number of units. After that, user need to select the money note using combo box. When user press “Calculate Change” button, the system calculate the balance according to the selected item and unit. For this example, let’s say the user give RM100, the balance is RM100-(5*2.00) – RM 90.00. The system also able to count how many money notes (including coins 50 cent and 10 cent) will be received by user. For this example, user will received note RM50-1 and RM20- 2. In Menu (e-g. System), it will has two sub-menu which is instruction and information of author. Write your own dialog on instruction and information about author. At status bar (e.g. Ready) below, please change the status bar to “Completed” when the system is finished it calculation. Change back to “Ready after delaying for several seconds. Vending Machine System Menusystem Please select your drink Static text RM1.20 RM1.80 RM1.80 RM1.80 RM1.80 04Radio button RM1.80 RM1.80 RM1.80 RM1.80 RM1.80 – Edit text Your selection is: COCA-COLA LIGHT + Price: RM2.00 Combo Box How many units do you want? S Your given money? Static text Calculate Change Button RM50 RM20 RM10 Your balance is (RM) 90.00 Your received money notes: Edit text RMSO1
Expert Answer
Answer to QUESTION 1 You should have your own icon for the GUI. You can choose whatever drinks or foods or newspapers or magazines… . . .
OR

