123456789101112131415161718192021222324252627282930313233343536 |
- $PBExportHeader$m_dft_xls_item.srm
- $PBExportComments$超级菜单
- forward
- global type m_dft_xls_item from menu
- end type
- end forward
- shared variables
- end variables
- global type m_dft_xls_item from menu
- end type
- global m_dft_xls_item m_dft_xls_item
- type variables
- end variables
- forward prototypes
- public subroutine f1 ()
- end prototypes
- public subroutine f1 ();
- end subroutine
- on m_dft_xls_item.create
- m_dft_xls_item=this
- call super::create
- this.text = "m_dft_xls_item"
- end on
- on m_dft_xls_item.destroy
- call super::destroy
- end on
|