...
SCREEN SECTION.
...
05 label
title "Standard Style"
line 5.0 col 31
size 14 cells
.
05 push-button
title "enabled"
line 7.0 col 31
size 10
exception-value 201
.
05 push-button
title "disabled"
line 7.0 col 43
size 10
enabled 0
exception-value 202
.
05 pbversion push-button
title "Get Version"
line 7.0 col 55
size 10
exception-value 9000
.
05 efversion
entry-field
line 7.0 col 67
lines 4
size 20
foreground-color rgb x#0000C0
.
05 label
title "Bootstrap Style"
line 10.0 col 31
size 14 cells
.
05 push-button
title "enabled"
line 12 col 31
size 10
exception-value 201
css-base-style-name "btn btn-primary"
.
05 push-button
title "disabled"
line 12 col 43
size 10
enabled 0
exception-value 202
css-base-style-name "btn btn-primary"
.
05 push-button
title "enabled"
line 14 col 31
size 10
exception-value 201
css-base-style-name "btn btn-success"
.
05 push-button
title "disabled"
line 14 col 43
size 10
enabled 0
exception-value 202
css-base-style-name "btn btn-success"
.
05 push-button
title "enabled"
line 16 col 31
size 10
exception-value 201
css-base-style-name "btn btn-info"
.
05 push-button
title "disabled"
line 16 col 43
size 10
enabled 0
exception-value 202
css-base-style-name "btn btn-info"
.
05 label
title "With Bitmap"
line 20.0 col 31
size 14 cells
.
05 push-button,
line 22.0 col 31
size 18 lines 18
bitmap-handle h-ico
bitmap-number 2
exception-value 203
.
05 push-button,
line 22.0 col 43
size 18 lines 18
bitmap-handle h-ico
bitmap-number 2
enabled 0
exception-value 204
.
05 push-button
bitmap-handle h-anim
bitmap-number 2
bitmap-rollover 1
bitmap-disabled 4
lines 75 size 75
line 20 col 54
.
...