m_rsgz_fz.srm 1020 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. $PBExportHeader$m_rsgz_fz.srm
  2. forward
  3. global type m_rsgz_fz from menu
  4. end type
  5. type m_0 from menu within m_rsgz_fz
  6. end type
  7. type m_1 from menu within m_rsgz_fz
  8. end type
  9. global type m_rsgz_fz from menu
  10. m_0 m_0
  11. m_1 m_1
  12. end type
  13. end forward
  14. global type m_rsgz_fz from menu
  15. m_0 m_0
  16. m_1 m_1
  17. end type
  18. global m_rsgz_fz m_rsgz_fz
  19. on m_rsgz_fz.create
  20. m_rsgz_fz=this
  21. call super::create
  22. this.text = "m_rsgz_fz"
  23. this.m_0=create m_0
  24. this.m_1=create m_1
  25. this.Item[UpperBound(this.Item)+1]=this.m_0
  26. this.Item[UpperBound(this.Item)+1]=this.m_1
  27. end on
  28. on m_rsgz_fz.destroy
  29. call super::destroy
  30. destroy(this.m_0)
  31. destroy(this.m_1)
  32. end on
  33. type m_0 from menu within m_rsgz_fz
  34. end type
  35. event clicked;f_sys_main(329)
  36. end event
  37. on m_0.create
  38. call super::create
  39. this.text = "扣费品单"
  40. end on
  41. on m_0.destroy
  42. call super::destroy
  43. end on
  44. type m_1 from menu within m_rsgz_fz
  45. end type
  46. on m_1.create
  47. call super::create
  48. this.text = "借支单"
  49. end on
  50. on m_1.destroy
  51. call super::destroy
  52. end on
  53. event clicked;f_sys_main(721)
  54. end event