...
SCREEN SECTION.
...
05 Frame
col 31
line 5
lines 8.0, size 57
title "Check-box"
.
05 label
title "Standard"
line 6.8 col 33
size 14 cells
.
05 check-box
title "enabled-1"
line 7.0 col 42
size 10
.
05 check-box
title "enabled-2"
line 7.0 col 55
size 10
value 1
.
05 check-box
title "disabled"
line 7.0 col 71
size 10
enabled 0
.
05 label
title "Bitmap"
line 10.0 col 33
size 14 cells
.
05 check-box
bitmap-handle h-ico
bitmap-number 22
lines 18 size 18
line 10.0 col 42
.
05 check-box
bitmap-handle h-ico
bitmap-number 23
lines 18 size 18
line 10.0 col 45
.
05 Frame
col 31
line 15.0
lines 8.5, size 57
title "Radio-button"
.
05 label
title "Standard"
line 17.0 col 33
size 14 cells
.
05 radio-button
group 1
title "enabled-1"
line 17 col 42
size 10
value 1
id 101
.
05 radio-button
group 1
title "enabled-2"
line 17 col 55
size 10
.
05 radio-button
group 1
title "disabled"
line 17 col 71
size 10
enabled 0
.
05 radio-button
group 2
title "Red"
line 19.0 col 42
size 10 lines 1.2
background-color rgb x#FF0000
foreground-color rgb x#FFFFFF
value 1
.
05 radio-button
group 2
title "Green"
line 19.0 col 55
size 10 lines 1.2
background-color rgb x#00FF00
foreground-color rgb x#000000
.
05 radio-button
group 2
title "Blue"
line 19.0 col 71
size 10 lines 1.2
background-color rgb x#0000FF
foreground-color rgb x#FFFFFF
.
05 label
title "Bitmap"
line 21.0 col 33
size 14 cells
.
05 radio-button
group 3 group-value 1
bitmap-handle h-ico
bitmap-number 22
lines 18 size 18
line 21 col 42
.
05 radio-button
group 3 group-value 2
bitmap-handle h-ico
bitmap-number 23
lines 18 size 18
line 21 col 45
.
05 radio-button
group 3 group-value 3
bitmap-handle h-ico
bitmap-number 24
lines 18 size 18
line 21 col 48
.
...