m_mstpay.srm 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. $PBExportHeader$m_mstpay.srm
  2. forward
  3. global type m_mstpay from menu
  4. end type
  5. type m_0 from menu within m_mstpay
  6. end type
  7. type m_付款 from menu within m_0
  8. end type
  9. type m_增加 from menu within m_0
  10. end type
  11. type m_删除 from menu within m_0
  12. end type
  13. type m_- from menu within m_0
  14. end type
  15. type m_确认 from menu within m_0
  16. end type
  17. type m_-0 from menu within m_0
  18. end type
  19. type m_筛选数据 from menu within m_0
  20. end type
  21. type m_显示全部 from menu within m_0
  22. end type
  23. type m_0 from menu within m_mstpay
  24. m_付款 m_付款
  25. m_增加 m_增加
  26. m_删除 m_删除
  27. m_- m_-
  28. m_确认 m_确认
  29. m_-0 m_-0
  30. m_筛选数据 m_筛选数据
  31. m_显示全部 m_显示全部
  32. end type
  33. global type m_mstpay from menu
  34. m_0 m_0
  35. end type
  36. end forward
  37. global type m_mstpay from menu
  38. m_0 m_0
  39. end type
  40. global m_mstpay m_mstpay
  41. on m_mstpay.create
  42. m_mstpay=this
  43. call super::create
  44. this.text = "m_mstpay"
  45. this.m_0=create m_0
  46. this.Item[UpperBound(this.Item)+1]=this.m_0
  47. end on
  48. on m_mstpay.destroy
  49. call super::destroy
  50. destroy(this.m_0)
  51. end on
  52. event clicked;w_mustpay.triggerevent('ue_add')
  53. end event
  54. type m_0 from menu within m_mstpay
  55. m_付款 m_付款
  56. m_增加 m_增加
  57. m_删除 m_删除
  58. m_- m_-
  59. m_确认 m_确认
  60. m_-0 m_-0
  61. m_筛选数据 m_筛选数据
  62. m_显示全部 m_显示全部
  63. end type
  64. on m_0.create
  65. call super::create
  66. this.m_付款=create m_付款
  67. this.m_增加=create m_增加
  68. this.m_删除=create m_删除
  69. this.m_-=create m_-
  70. this.m_确认=create m_确认
  71. this.m_-0=create m_-0
  72. this.m_筛选数据=create m_筛选数据
  73. this.m_显示全部=create m_显示全部
  74. this.Item[UpperBound(this.Item)+1]=this.m_付款
  75. this.Item[UpperBound(this.Item)+1]=this.m_增加
  76. this.Item[UpperBound(this.Item)+1]=this.m_删除
  77. this.Item[UpperBound(this.Item)+1]=this.m_-
  78. this.Item[UpperBound(this.Item)+1]=this.m_确认
  79. this.Item[UpperBound(this.Item)+1]=this.m_-0
  80. this.Item[UpperBound(this.Item)+1]=this.m_筛选数据
  81. this.Item[UpperBound(this.Item)+1]=this.m_显示全部
  82. end on
  83. on m_0.destroy
  84. call super::destroy
  85. destroy(this.m_付款)
  86. destroy(this.m_增加)
  87. destroy(this.m_删除)
  88. destroy(this.m_-)
  89. destroy(this.m_确认)
  90. destroy(this.m_-0)
  91. destroy(this.m_筛选数据)
  92. destroy(this.m_显示全部)
  93. end on
  94. type m_付款 from menu within m_0
  95. end type
  96. event clicked;parentwindow.event dynamic ue_pay()
  97. end event
  98. on m_付款.create
  99. call super::create
  100. this.text = "付款"
  101. end on
  102. on m_付款.destroy
  103. call super::destroy
  104. end on
  105. type m_增加 from menu within m_0
  106. end type
  107. event clicked;parentwindow.event dynamic ue_add()
  108. end event
  109. on m_增加.create
  110. call super::create
  111. this.text = "增加"
  112. end on
  113. on m_增加.destroy
  114. call super::destroy
  115. end on
  116. type m_删除 from menu within m_0
  117. end type
  118. on m_删除.create
  119. call super::create
  120. this.text = "删除"
  121. end on
  122. on m_删除.destroy
  123. call super::destroy
  124. end on
  125. event clicked;parentwindow.event dynamic ue_del()
  126. end event
  127. type m_- from menu within m_0
  128. end type
  129. on m_-.create
  130. call super::create
  131. this.text = "-"
  132. end on
  133. on m_-.destroy
  134. call super::destroy
  135. end on
  136. type m_确认 from menu within m_0
  137. end type
  138. on m_确认.create
  139. call super::create
  140. this.text = "查看单据"
  141. end on
  142. on m_确认.destroy
  143. call super::destroy
  144. end on
  145. event clicked;parentwindow.event dynamic ue_view_bill()
  146. end event
  147. type m_-0 from menu within m_0
  148. end type
  149. on m_-0.create
  150. call super::create
  151. this.text = "-"
  152. end on
  153. on m_-0.destroy
  154. call super::destroy
  155. end on
  156. type m_筛选数据 from menu within m_0
  157. end type
  158. event clicked;parentwindow.event dynamic ue_rbbutton()
  159. end event
  160. on m_筛选数据.create
  161. call super::create
  162. this.text = "筛选数据"
  163. end on
  164. on m_筛选数据.destroy
  165. call super::destroy
  166. end on
  167. type m_显示全部 from menu within m_0
  168. end type
  169. event clicked;parentwindow.event dynamic ue_dwchild_filter()
  170. end event
  171. on m_显示全部.create
  172. call super::create
  173. this.text = "显示全部"
  174. end on
  175. on m_显示全部.destroy
  176. call super::destroy
  177. end on