w_money_old.srw 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. $PBExportHeader$w_money_old.srw
  2. forward
  3. global type w_money_old from w_publ_easyq
  4. end type
  5. type rb_1 from radiobutton within w_money_old
  6. end type
  7. type rb_2 from radiobutton within w_money_old
  8. end type
  9. type rb_3 from radiobutton within w_money_old
  10. end type
  11. type rb_4 from radiobutton within w_money_old
  12. end type
  13. type gb_2 from groupbox within w_money_old
  14. end type
  15. end forward
  16. global type w_money_old from w_publ_easyq
  17. integer height = 1576
  18. string title = "帐龄统计表"
  19. rb_1 rb_1
  20. rb_2 rb_2
  21. rb_3 rb_3
  22. rb_4 rb_4
  23. gb_2 gb_2
  24. end type
  25. global w_money_old w_money_old
  26. type variables
  27. long arg_date_s=0,arg_date_e=30
  28. end variables
  29. on w_money_old.create
  30. int iCurrent
  31. call super::create
  32. this.rb_1=create rb_1
  33. this.rb_2=create rb_2
  34. this.rb_3=create rb_3
  35. this.rb_4=create rb_4
  36. this.gb_2=create gb_2
  37. iCurrent=UpperBound(this.Control)
  38. this.Control[iCurrent+1]=this.rb_1
  39. this.Control[iCurrent+2]=this.rb_2
  40. this.Control[iCurrent+3]=this.rb_3
  41. this.Control[iCurrent+4]=this.rb_4
  42. this.Control[iCurrent+5]=this.gb_2
  43. end on
  44. on w_money_old.destroy
  45. call super::destroy
  46. destroy(this.rb_1)
  47. destroy(this.rb_2)
  48. destroy(this.rb_3)
  49. destroy(this.rb_4)
  50. destroy(this.gb_2)
  51. end on
  52. type cb_func from w_publ_easyq`cb_func within w_money_old
  53. end type
  54. type cb_exit from w_publ_easyq`cb_exit within w_money_old
  55. end type
  56. type cb_2 from w_publ_easyq`cb_2 within w_money_old
  57. end type
  58. type cb_psetup from w_publ_easyq`cb_psetup within w_money_old
  59. end type
  60. type cb_1 from w_publ_easyq`cb_1 within w_money_old
  61. end type
  62. event cb_1::clicked;call super::clicked;if rb_1.checked then
  63. arg_date_s=0
  64. arg_date_e=30
  65. elseif rb_2.checked then
  66. arg_date_s=31
  67. arg_date_e=60
  68. elseif rb_3.checked then
  69. arg_date_s=61
  70. arg_date_e=90
  71. elseif rb_4.checked then
  72. arg_date_s=91
  73. arg_date_e=99999
  74. end if
  75. dw_1.retrieve(arg_date_s,arg_date_e )
  76. end event
  77. type st_3 from w_publ_easyq`st_3 within w_money_old
  78. boolean visible = false
  79. integer x = 1760
  80. integer y = 200
  81. end type
  82. event st_3::constructor;call super::constructor;this.backcolor = 14215660
  83. end event
  84. type st_4 from w_publ_easyq`st_4 within w_money_old
  85. boolean visible = false
  86. integer x = 2126
  87. integer y = 216
  88. end type
  89. type em_1 from w_publ_easyq`em_1 within w_money_old
  90. boolean visible = false
  91. integer x = 1742
  92. integer y = 200
  93. end type
  94. type em_2 from w_publ_easyq`em_2 within w_money_old
  95. boolean visible = false
  96. integer x = 2231
  97. integer y = 200
  98. end type
  99. type ddlb_yl from w_publ_easyq`ddlb_yl within w_money_old
  100. end type
  101. type cbx_yl from w_publ_easyq`cbx_yl within w_money_old
  102. end type
  103. type dw_1 from w_publ_easyq`dw_1 within w_money_old
  104. integer x = 18
  105. integer y = 384
  106. integer height = 1016
  107. string dataobject = "dw_money_old"
  108. end type
  109. type sle_mtrl from w_publ_easyq`sle_mtrl within w_money_old
  110. end type
  111. type sle_cust from w_publ_easyq`sle_cust within w_money_old
  112. end type
  113. type st_mtrl from w_publ_easyq`st_mtrl within w_money_old
  114. end type
  115. type st_cust from w_publ_easyq`st_cust within w_money_old
  116. end type
  117. type cbx_loginretr from w_publ_easyq`cbx_loginretr within w_money_old
  118. end type
  119. type pb_em1 from w_publ_easyq`pb_em1 within w_money_old
  120. boolean visible = false
  121. end type
  122. type pb_em2 from w_publ_easyq`pb_em2 within w_money_old
  123. boolean visible = false
  124. end type
  125. type pb_2 from w_publ_easyq`pb_2 within w_money_old
  126. boolean visible = false
  127. end type
  128. type cb_help from w_publ_easyq`cb_help within w_money_old
  129. end type
  130. type cb_copyself from w_publ_easyq`cb_copyself within w_money_old
  131. end type
  132. type gb_1 from w_publ_easyq`gb_1 within w_money_old
  133. end type
  134. type ln_bar from w_publ_easyq`ln_bar within w_money_old
  135. end type
  136. type ln_bar2 from w_publ_easyq`ln_bar2 within w_money_old
  137. end type
  138. type r_bar from w_publ_easyq`r_bar within w_money_old
  139. end type
  140. type ln_1 from w_publ_easyq`ln_1 within w_money_old
  141. integer beginx = -5
  142. integer beginy = 360
  143. integer endx = 3319
  144. integer endy = 360
  145. end type
  146. type ln_2 from w_publ_easyq`ln_2 within w_money_old
  147. integer beginx = -5
  148. integer beginy = 356
  149. integer endx = 3319
  150. integer endy = 356
  151. end type
  152. type ln_3 from w_publ_easyq`ln_3 within w_money_old
  153. end type
  154. type ln_4 from w_publ_easyq`ln_4 within w_money_old
  155. end type
  156. type rb_1 from radiobutton within w_money_old
  157. integer x = 155
  158. integer y = 240
  159. integer width = 320
  160. integer height = 60
  161. boolean bringtotop = true
  162. integer textsize = -9
  163. integer weight = 400
  164. fontcharset fontcharset = gb2312charset!
  165. fontpitch fontpitch = variable!
  166. string facename = "宋体"
  167. long textcolor = 33554432
  168. long backcolor = 134217739
  169. string text = "一月内"
  170. boolean checked = true
  171. end type
  172. type rb_2 from radiobutton within w_money_old
  173. integer x = 517
  174. integer y = 240
  175. integer width = 320
  176. integer height = 60
  177. boolean bringtotop = true
  178. integer textsize = -9
  179. integer weight = 400
  180. fontcharset fontcharset = gb2312charset!
  181. fontpitch fontpitch = variable!
  182. string facename = "宋体"
  183. long textcolor = 33554432
  184. long backcolor = 134217739
  185. string text = "两月内"
  186. end type
  187. type rb_3 from radiobutton within w_money_old
  188. integer x = 878
  189. integer y = 240
  190. integer width = 320
  191. integer height = 60
  192. boolean bringtotop = true
  193. integer textsize = -9
  194. integer weight = 400
  195. fontcharset fontcharset = gb2312charset!
  196. fontpitch fontpitch = variable!
  197. string facename = "宋体"
  198. long textcolor = 33554432
  199. long backcolor = 134217739
  200. string text = "三月内"
  201. end type
  202. type rb_4 from radiobutton within w_money_old
  203. integer x = 1239
  204. integer y = 240
  205. integer width = 320
  206. integer height = 60
  207. boolean bringtotop = true
  208. integer textsize = -9
  209. integer weight = 400
  210. fontcharset fontcharset = gb2312charset!
  211. fontpitch fontpitch = variable!
  212. string facename = "宋体"
  213. long textcolor = 33554432
  214. long backcolor = 134217739
  215. string text = "三月以上"
  216. end type
  217. type gb_2 from groupbox within w_money_old
  218. integer x = 9
  219. integer y = 192
  220. integer width = 1595
  221. integer height = 152
  222. integer taborder = 80
  223. integer textsize = -9
  224. integer weight = 400
  225. fontcharset fontcharset = gb2312charset!
  226. fontpitch fontpitch = variable!
  227. string facename = "宋体"
  228. long textcolor = 33554432
  229. long backcolor = 134217739
  230. string text = "帐龄"
  231. end type