1234567891011121314151617181920212223242526272829 |
- $PBExportHeader$uo_v2_sthl.sru
- forward
- global type uo_v2_sthl from statichyperlink
- end type
- end forward
- global type uo_v2_sthl from statichyperlink
- integer width = 120
- integer height = 54
- integer textsize = -9
- integer weight = 400
- fontcharset fontcharset = gb2312charset!
- fontpitch fontpitch = variable!
- string facename = "宋体"
- boolean underline = true
- string pointer = "HyperLink!"
- long textcolor = 134217856
- long backcolor = 134217739
- string text = "返选"
- boolean focusrectangle = false
- end type
- global uo_v2_sthl uo_v2_sthl
- on uo_v2_sthl.create
- end on
- on uo_v2_sthl.destroy
- end on
|