1234567891011121314151617181920212223242526 |
- $PBExportHeader$uo_v2_button.sru
- forward
- global type uo_v2_button from picturebutton
- end type
- end forward
- global type uo_v2_button from picturebutton
- integer width = 500
- integer height = 128
- integer textsize = -9
- integer weight = 400
- fontcharset fontcharset = gb2312charset!
- fontpitch fontpitch = variable!
- string facename = "宋体"
- string text = "增加条件"
- boolean originalsize = true
- vtextalign vtextalign = vcenter!
- end type
- global uo_v2_button uo_v2_button
- on uo_v2_button.create
- end on
- on uo_v2_button.destroy
- end on
|