[Solved]-Question 1 Icon Gui Choose Whatever Drinks Foods Newspapers Magazines Chocolates Like Mini Q37200147
Need help in visual studio gui 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 do 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 StaticPlease select your drink: text RM1.80 RM1.20 RM1.80 RM1.80 RM1.80 Radio button ← RM1.80 RM1.80 RM1.80 RM1.80 RM1.80 Edit text Your selection is: COCA-COLA LIGHT Price: RM2.00 How many units do you want? 5 Your given money? Calculate Change text RM50 RM10 90.00 Your balance is (RM) Your received money notes: Edit text 0 RMo.10 o 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 do 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 StaticPlease select your drink: text RM1.80 RM1.20 RM1.80 RM1.80 RM1.80 Radio button ← RM1.80 RM1.80 RM1.80 RM1.80 RM1.80 Edit text Your selection is: COCA-COLA LIGHT Price: RM2.00 How many units do you want? 5 Your given money? Calculate Change text RM50 RM10 90.00 Your balance is (RM) Your received money notes: Edit text 0 RMo.10 o
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

