uo_tabpage.sru 589 B

12345678910111213141516171819202122232425262728293031323334353637
  1. $PBExportHeader$uo_tabpage.sru
  2. forward
  3. global type uo_tabpage from userobject
  4. end type
  5. end forward
  6. global type uo_tabpage from userobject
  7. integer width = 667
  8. integer height = 364
  9. long backcolor = 67108864
  10. string text = "none"
  11. long tabtextcolor = 33554432
  12. long picturemaskcolor = 536870912
  13. event resize pbm_size
  14. end type
  15. global uo_tabpage uo_tabpage
  16. type variables
  17. string winname = ''
  18. window win
  19. end variables
  20. event resize;IF IsValid(win) THEN
  21. win.X = 0
  22. win.Y = 0
  23. win.Width = Width
  24. win.Height = Height
  25. END IF
  26. end event
  27. on uo_tabpage.create
  28. end on
  29. on uo_tabpage.destroy
  30. end on