uo_function_panel.sru 600 B

123456789101112131415161718192021222324252627
  1. $PBExportHeader$uo_function_panel.sru
  2. forward
  3. global type uo_function_panel from u_function_panel
  4. end type
  5. end forward
  6. global type uo_function_panel from u_function_panel
  7. end type
  8. global uo_function_panel uo_function_panel
  9. on uo_function_panel.create
  10. call super::create
  11. end on
  12. on uo_function_panel.destroy
  13. call super::destroy
  14. end on
  15. type tv_function from u_function_panel`tv_function within uo_function_panel
  16. end type
  17. type st_funcarea from u_function_panel`st_funcarea within uo_function_panel
  18. end type
  19. type ddplb_module from u_function_panel`ddplb_module within uo_function_panel
  20. end type