[Solved]-Question 4 Icon Gul Choose Whether Select Four Shapes Circle Triangle Rectangle Trapezoid Q37200197
Need help in visual studio gui c++
QUESTION 4 You should have your own icon for the GUL. You can choose whether to select four shapes (circle, triangle, rectangle, and trapezoid). 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 select the desire parameters using combo box. Please notice that when user click previous radio button, different parameters will appear since different shapes need different parameters to calculate area. For example, lets say we select circle, we need only radius in order to calculate circle area. All of these parameters value insertion must be using combo box. The formula for widthx baseA+baseB x height. When user press “Calculate Area” button, the system x base x height, (i) Arectangie all shapes are: (0) Acrete T x radius2, (i) Acriangle length, (iv) Atrapezoid2 calculate the area based on the inserted information. For this example, let’s say the circle radius is 7, user should get r (7*7)- 153938040026. 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 (eg. 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. Basic Shape Area Calculation System Menu System Please select your shape: Static text Radio button Your selection is: CIRCLE Combo Box Circle radius: Calculate Area 10 Button Edit text The circle area is Show transcribed image text QUESTION 4 You should have your own icon for the GUL. You can choose whether to select four shapes (circle, triangle, rectangle, and trapezoid). 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 select the desire parameters using combo box. Please notice that when user click previous radio button, different parameters will appear since different shapes need different parameters to calculate area. For example, lets say we select circle, we need only radius in order to calculate circle area. All of these parameters value insertion must be using combo box. The formula for widthx baseA+baseB x height. When user press “Calculate Area” button, the system x base x height, (i) Arectangie all shapes are: (0) Acrete T x radius2, (i) Acriangle length, (iv) Atrapezoid2 calculate the area based on the inserted information. For this example, let’s say the circle radius is 7, user should get r (7*7)- 153938040026. 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 (eg. 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. Basic Shape Area Calculation System Menu System Please select your shape: Static text Radio button Your selection is: CIRCLE Combo Box Circle radius: Calculate Area 10 Button Edit text The circle area is
Expert Answer
Answer to QUESTION 4 You should have your own icon for the GUL. You can choose whether to select four shapes (circle, triangle, re… . . .
OR

