m_sys_download.srm 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. $PBExportHeader$m_sys_download.srm
  2. forward
  3. global type m_sys_download from menu
  4. end type
  5. type m_后台服务管理 from menu within m_sys_download
  6. end type
  7. type m_- from menu within m_sys_download
  8. end type
  9. type m_功能升级日志 from menu within m_sys_download
  10. end type
  11. global type m_sys_download from menu
  12. m_后台服务管理 m_后台服务管理
  13. m_- m_-
  14. m_功能升级日志 m_功能升级日志
  15. end type
  16. end forward
  17. global type m_sys_download from menu
  18. m_后台服务管理 m_后台服务管理
  19. m_- m_-
  20. m_功能升级日志 m_功能升级日志
  21. end type
  22. global m_sys_download m_sys_download
  23. on m_sys_download.create
  24. m_sys_download=this
  25. call super::create
  26. this.text = "m_sys_update"
  27. this.menutextcolor = 134217735
  28. this.menubackcolor = 134217732
  29. this.menuhighlightcolor = 134217741
  30. this.textsize = 8
  31. this.weight = 400
  32. this.facename = "Tahoma"
  33. this.titlebackcolor = 134217730
  34. this.bitmapbackcolor = 12632256
  35. this.menubitmaps = true
  36. this.titlegradient = true
  37. this.toolbartextcolor = 134217746
  38. this.toolbarbackcolor = 67108864
  39. this.toolbarhighlightcolor = 134217741
  40. this.toolbargradient = true
  41. this.bitmapgradient = true
  42. this.m_后台服务管理=create m_后台服务管理
  43. this.m_-=create m_-
  44. this.m_功能升级日志=create m_功能升级日志
  45. this.Item[UpperBound(this.Item)+1]=this.m_后台服务管理
  46. this.Item[UpperBound(this.Item)+1]=this.m_-
  47. this.Item[UpperBound(this.Item)+1]=this.m_功能升级日志
  48. end on
  49. on m_sys_download.destroy
  50. call super::destroy
  51. destroy(this.m_后台服务管理)
  52. destroy(this.m_-)
  53. destroy(this.m_功能升级日志)
  54. end on
  55. type m_后台服务管理 from menu within m_sys_download
  56. end type
  57. event clicked;IF NOT sys_power_issuper THEN
  58. MessageBox('提示','你没有使用权限!', Information!, OK! )
  59. RETURN
  60. END IF
  61. open(w_ljsmc_services)
  62. end event
  63. on m_后台服务管理.create
  64. call super::create
  65. this.text = "智能升级"
  66. this.menutextcolor = 134217735
  67. this.menubackcolor = 134217732
  68. this.menuhighlightcolor = 134217741
  69. this.textsize = 8
  70. this.weight = 400
  71. this.facename = "Tahoma"
  72. this.titlebackcolor = 134217730
  73. this.bitmapbackcolor = 12632256
  74. this.menubitmaps = true
  75. this.titlegradient = true
  76. this.toolbartextcolor = 134217746
  77. this.toolbarbackcolor = 67108864
  78. this.toolbarhighlightcolor = 134217741
  79. this.toolbargradient = true
  80. this.bitmapgradient = true
  81. end on
  82. on m_后台服务管理.destroy
  83. call super::destroy
  84. end on
  85. type m_- from menu within m_sys_download
  86. end type
  87. on m_-.create
  88. call super::create
  89. this.text = "-"
  90. this.menutextcolor = 134217735
  91. this.menubackcolor = 134217732
  92. this.menuhighlightcolor = 134217741
  93. this.textsize = 8
  94. this.weight = 400
  95. this.facename = "Tahoma"
  96. this.titlebackcolor = 134217730
  97. this.bitmapbackcolor = 12632256
  98. this.menubitmaps = true
  99. this.titlegradient = true
  100. this.toolbartextcolor = 134217746
  101. this.toolbarbackcolor = 67108864
  102. this.toolbarhighlightcolor = 134217741
  103. this.toolbargradient = true
  104. this.bitmapgradient = true
  105. end on
  106. on m_-.destroy
  107. call super::destroy
  108. end on
  109. type m_功能升级日志 from menu within m_sys_download
  110. end type
  111. on m_功能升级日志.create
  112. call super::create
  113. this.text = "功能升级日志"
  114. this.menutextcolor = 134217735
  115. this.menubackcolor = 134217732
  116. this.menuhighlightcolor = 134217741
  117. this.textsize = 8
  118. this.weight = 400
  119. this.facename = "Tahoma"
  120. this.titlebackcolor = 134217730
  121. this.bitmapbackcolor = 12632256
  122. this.menubitmaps = true
  123. this.titlegradient = true
  124. this.toolbartextcolor = 134217746
  125. this.toolbarbackcolor = 67108864
  126. this.toolbarhighlightcolor = 134217741
  127. this.toolbargradient = true
  128. this.bitmapgradient = true
  129. end on
  130. on m_功能升级日志.destroy
  131. call super::destroy
  132. end on
  133. event clicked;f_sys_main(844)
  134. end event