123456789101112131415161718192021222324252627 |
- $PBExportHeader$uo_function_panel.sru
- forward
- global type uo_function_panel from u_function_panel
- end type
- end forward
- global type uo_function_panel from u_function_panel
- end type
- global uo_function_panel uo_function_panel
- on uo_function_panel.create
- call super::create
- end on
- on uo_function_panel.destroy
- call super::destroy
- end on
- type tv_function from u_function_panel`tv_function within uo_function_panel
- end type
- type st_funcarea from u_function_panel`st_funcarea within uo_function_panel
- end type
- type ddplb_module from u_function_panel`ddplb_module within uo_function_panel
- end type
|