uo_v2_button.sru 534 B

1234567891011121314151617181920212223242526
  1. $PBExportHeader$uo_v2_button.sru
  2. forward
  3. global type uo_v2_button from picturebutton
  4. end type
  5. end forward
  6. global type uo_v2_button from picturebutton
  7. integer width = 500
  8. integer height = 128
  9. integer textsize = -9
  10. integer weight = 400
  11. fontcharset fontcharset = gb2312charset!
  12. fontpitch fontpitch = variable!
  13. string facename = "宋体"
  14. string text = "增加条件"
  15. boolean originalsize = true
  16. vtextalign vtextalign = vcenter!
  17. end type
  18. global uo_v2_button uo_v2_button
  19. on uo_v2_button.create
  20. end on
  21. on uo_v2_button.destroy
  22. end on