w_expensesdef_popup_spt.srw 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. $PBExportHeader$w_expensesdef_popup_spt.srw
  2. forward
  3. global type w_expensesdef_popup_spt from w_expensesdef_spt
  4. end type
  5. end forward
  6. global type w_expensesdef_popup_spt from w_expensesdef_spt
  7. integer width = 2043
  8. integer height = 1540
  9. boolean minbox = true
  10. windowtype windowtype = popup!
  11. end type
  12. global w_expensesdef_popup_spt w_expensesdef_popup_spt
  13. on w_expensesdef_popup_spt.create
  14. call super::create
  15. end on
  16. on w_expensesdef_popup_spt.destroy
  17. call super::destroy
  18. end on
  19. type cb_func from w_expensesdef_spt`cb_func within w_expensesdef_popup_spt
  20. end type
  21. type cb_exit from w_expensesdef_spt`cb_exit within w_expensesdef_popup_spt
  22. integer x = 987
  23. end type
  24. type cb_add from w_expensesdef_spt`cb_add within w_expensesdef_popup_spt
  25. end type
  26. type cb_edit from w_expensesdef_spt`cb_edit within w_expensesdef_popup_spt
  27. end type
  28. type cb_delet from w_expensesdef_spt`cb_delet within w_expensesdef_popup_spt
  29. end type
  30. type cb_choice from w_expensesdef_spt`cb_choice within w_expensesdef_popup_spt
  31. boolean visible = false
  32. end type
  33. type dw_uc from w_expensesdef_spt`dw_uc within w_expensesdef_popup_spt
  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. type cb_rtr from w_expensesdef_spt`cb_rtr within w_expensesdef_popup_spt
  44. end type
  45. type cb_help from w_expensesdef_spt`cb_help within w_expensesdef_popup_spt
  46. integer x = 837
  47. end type
  48. type ln_bar from w_expensesdef_spt`ln_bar within w_expensesdef_popup_spt
  49. end type
  50. type ln_bar2 from w_expensesdef_spt`ln_bar2 within w_expensesdef_popup_spt
  51. end type
  52. type r_bar from w_expensesdef_spt`r_bar within w_expensesdef_popup_spt
  53. end type
  54. type cbx_mlselect from w_expensesdef_spt`cbx_mlselect within w_expensesdef_popup_spt
  55. boolean visible = false
  56. end type
  57. type cbx_allselect from w_expensesdef_spt`cbx_allselect within w_expensesdef_popup_spt
  58. boolean visible = false
  59. end type