w_expensesdef_popup.srw 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. $PBExportHeader$w_expensesdef_popup.srw
  2. forward
  3. global type w_expensesdef_popup from w_expensesdef
  4. end type
  5. end forward
  6. global type w_expensesdef_popup from w_expensesdef
  7. boolean minbox = true
  8. windowtype windowtype = popup!
  9. end type
  10. global w_expensesdef_popup w_expensesdef_popup
  11. on w_expensesdef_popup.create
  12. call super::create
  13. end on
  14. on w_expensesdef_popup.destroy
  15. call super::destroy
  16. end on
  17. type cb_func from w_expensesdef`cb_func within w_expensesdef_popup
  18. end type
  19. type cb_exit from w_expensesdef`cb_exit within w_expensesdef_popup
  20. integer x = 987
  21. end type
  22. type cb_add from w_expensesdef`cb_add within w_expensesdef_popup
  23. end type
  24. type cb_edit from w_expensesdef`cb_edit within w_expensesdef_popup
  25. end type
  26. type cb_delet from w_expensesdef`cb_delet within w_expensesdef_popup
  27. end type
  28. type cb_choice from w_expensesdef`cb_choice within w_expensesdef_popup
  29. boolean visible = false
  30. integer x = 1829
  31. boolean enabled = false
  32. end type
  33. type dw_uc from w_expensesdef`dw_uc within w_expensesdef_popup
  34. end type
  35. event dw_uc::rowfocuschanged;IF modifyrow_no >0 AND dw_edit_mode THEN
  36. THIS.SETROW(modifyrow_no)
  37. THIS.ScrollToRow(modifyrow_no)
  38. else
  39. this.selectrow(0,false)
  40. this.selectrow(currentrow,true)
  41. END IF
  42. end event
  43. event dw_uc::doubleclicked;//
  44. end event
  45. type cb_rtr from w_expensesdef`cb_rtr within w_expensesdef_popup
  46. end type
  47. type cb_help from w_expensesdef`cb_help within w_expensesdef_popup
  48. integer x = 837
  49. end type
  50. type ln_bar from w_expensesdef`ln_bar within w_expensesdef_popup
  51. end type
  52. type ln_bar2 from w_expensesdef`ln_bar2 within w_expensesdef_popup
  53. end type
  54. type r_bar from w_expensesdef`r_bar within w_expensesdef_popup
  55. end type
  56. type cbx_mlselect from w_expensesdef`cbx_mlselect within w_expensesdef_popup
  57. boolean visible = false
  58. end type
  59. type cbx_allselect from w_expensesdef`cbx_allselect within w_expensesdef_popup
  60. boolean visible = false
  61. end type