w_cusarea_ch.srw 1.3 KB

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