m_dft_xls_item.srm 539 B

123456789101112131415161718192021222324252627282930313233343536
  1. $PBExportHeader$m_dft_xls_item.srm
  2. $PBExportComments$超级菜单
  3. forward
  4. global type m_dft_xls_item from menu
  5. end type
  6. end forward
  7. shared variables
  8. end variables
  9. global type m_dft_xls_item from menu
  10. end type
  11. global m_dft_xls_item m_dft_xls_item
  12. type variables
  13. end variables
  14. forward prototypes
  15. public subroutine f1 ()
  16. end prototypes
  17. public subroutine f1 ();
  18. end subroutine
  19. on m_dft_xls_item.create
  20. m_dft_xls_item=this
  21. call super::create
  22. this.text = "m_dft_xls_item"
  23. end on
  24. on m_dft_xls_item.destroy
  25. call super::destroy
  26. end on