testlib.hdf

来自「HLPDK System Library Documentation」· HDF 代码 · 共 44 行

HDF
44
字号
;******************************************************************************
;                                   testlib                                   *
;                                                                             *
; A small and simple program to test some of the hdklib components.           *
;******************************************************************************

.graphic prs prs.bmp
.graphic ron ronp.bmp

.include hdklib.hdf

;******************************************************************************
;                                  overview                                   *
;******************************************************************************
.topic overview
.ifdef rtfbased
.title ~test~ron;right~HDKLIB Test 
.else
.title HDKLIB Test
.endif
.titleAttr box normal

This is a test of a Graphic Link ~b~graphicPopup(prs popMe)~ 

This is ~Bold Text~boldText~

This is ~Italic Text~italicText~

This is ~Underlined Text~underlineText~

.end-topic

;******************************************************************************
;                                    popMe                                    *
;******************************************************************************
.popup popMe
.title It Work's!

Press any key ..

.end-popup


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?