w_currency_edit_ch.srw 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. $PBExportHeader$w_currency_edit_ch.srw
  2. forward
  3. global type w_currency_edit_ch from w_currency_edit
  4. end type
  5. end forward
  6. global type w_currency_edit_ch from w_currency_edit
  7. boolean minbox = false
  8. windowtype windowtype = response!
  9. end type
  10. global w_currency_edit_ch w_currency_edit_ch
  11. on w_currency_edit_ch.create
  12. call super::create
  13. end on
  14. on w_currency_edit_ch.destroy
  15. call super::destroy
  16. end on
  17. type cb_func from w_currency_edit`cb_func within w_currency_edit_ch
  18. end type
  19. type cb_exit from w_currency_edit`cb_exit within w_currency_edit_ch
  20. end type
  21. type cb_add from w_currency_edit`cb_add within w_currency_edit_ch
  22. end type
  23. type cb_edit from w_currency_edit`cb_edit within w_currency_edit_ch
  24. end type
  25. type cb_delet from w_currency_edit`cb_delet within w_currency_edit_ch
  26. end type
  27. type cb_choice from w_currency_edit`cb_choice within w_currency_edit_ch
  28. boolean enabled = true
  29. end type
  30. type dw_uc from w_currency_edit`dw_uc within w_currency_edit_ch
  31. end type
  32. type cb_rtr from w_currency_edit`cb_rtr within w_currency_edit_ch
  33. end type
  34. type cb_help from w_currency_edit`cb_help within w_currency_edit_ch
  35. end type
  36. type ln_bar from w_currency_edit`ln_bar within w_currency_edit_ch
  37. end type
  38. type ln_bar2 from w_currency_edit`ln_bar2 within w_currency_edit_ch
  39. end type
  40. type r_bar from w_currency_edit`r_bar within w_currency_edit_ch
  41. end type
  42. type cb_view from w_currency_edit`cb_view within w_currency_edit_ch
  43. end type