testlib.hdf

来自「HLPDK V10.0+ System Extension Library」· HDF 代码 · 共 39 行

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

.graphic prs prs.bmp

.include hdklib.hdf

;******************************************************************************
;                                  overview                                   *
;******************************************************************************
.topic overview
.title HDKLIB Test


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 + -
显示快捷键?