1234567891011121314151617181920212223242526 |
- $PBExportHeader$uo_v2_ckb.sru
- forward
- global type uo_v2_ckb from checkbox
- end type
- end forward
- global type uo_v2_ckb from checkbox
- integer width = 197
- integer height = 72
- integer textsize = -9
- integer weight = 400
- fontcharset fontcharset = gb2312charset!
- fontpitch fontpitch = variable!
- string facename = "宋体"
- long textcolor = 33554432
- long backcolor = 134217739
- string text = "全选"
- end type
- global uo_v2_ckb uo_v2_ckb
- on uo_v2_ckb.create
- end on
- on uo_v2_ckb.destroy
- end on
|