|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
v |
The
following steps achieve the result
|
|
|
v |
Create
the GUI
|
|
|
v |
Declare
the four variables
|
|
|
|
; |
loSign,
a string
|
|
|
|
; |
hiSign,
a string
|
|
|
|
; |
midpt,
an integer
|
|
|
|
; |
dayPick,
an integer
|
|
|
v |
Set
loSign, hiSign and midpt in radio buttons
|
|
|
v |
Set
dayPick to the text input
|
|
|
v |
For
the OK click event, incorporate the If-statement
|
|
and
set the visibility of the two labels
|
|
|
|