uo_picture_m.sru 676 B

12345678910111213141516171819202122232425262728293031323334
  1. $PBExportHeader$uo_picture_m.sru
  2. forward
  3. global type uo_picture_m from picture
  4. end type
  5. end forward
  6. global type uo_picture_m from picture
  7. int Width=165
  8. int Height=144
  9. boolean FocusRectangle=false
  10. string Pointer="HAND.CUR"
  11. event buttondown pbm_lbuttondown
  12. event buttonup pbm_lbuttonup
  13. event mouse pbm_mousemove
  14. end type
  15. global uo_picture_m uo_picture_m
  16. type variables
  17. string is_picture,on_picture
  18. string b_is_picture,b_on_picture
  19. string cl_picture
  20. end variables
  21. event mouse;if not this.picturename =on_picture then
  22. this.picturename =on_picture
  23. end if
  24. end event
  25. event constructor;
  26. is_picture=this.picturename
  27. b_is_picture=is_picture
  28. //b_is_picture=is_picture
  29. end event