w_briefdef_edit_popup.srw 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. $PBExportHeader$w_briefdef_edit_popup.srw
  2. forward
  3. global type w_briefdef_edit_popup from w_briefdef_edit
  4. end type
  5. end forward
  6. global type w_briefdef_edit_popup from w_briefdef_edit
  7. boolean minbox = true
  8. windowtype windowtype = popup!
  9. end type
  10. global w_briefdef_edit_popup w_briefdef_edit_popup
  11. on w_briefdef_edit_popup.create
  12. call super::create
  13. end on
  14. on w_briefdef_edit_popup.destroy
  15. call super::destroy
  16. end on
  17. type cb_func from w_briefdef_edit`cb_func within w_briefdef_edit_popup
  18. end type
  19. type cb_exit from w_briefdef_edit`cb_exit within w_briefdef_edit_popup
  20. end type
  21. type gb_1 from w_briefdef_edit`gb_1 within w_briefdef_edit_popup
  22. end type
  23. type dw_brieftype from w_briefdef_edit`dw_brieftype within w_briefdef_edit_popup
  24. end type
  25. type cb_addtype from w_briefdef_edit`cb_addtype within w_briefdef_edit_popup
  26. end type
  27. type cb_modtype from w_briefdef_edit`cb_modtype within w_briefdef_edit_popup
  28. end type
  29. type cb_deltype from w_briefdef_edit`cb_deltype within w_briefdef_edit_popup
  30. end type
  31. type dw_brief from w_briefdef_edit`dw_brief within w_briefdef_edit_popup
  32. end type
  33. type cb_ok from w_briefdef_edit`cb_ok within w_briefdef_edit_popup
  34. end type
  35. type cb_addbrief from w_briefdef_edit`cb_addbrief within w_briefdef_edit_popup
  36. end type
  37. type cb_modbrief from w_briefdef_edit`cb_modbrief within w_briefdef_edit_popup
  38. end type
  39. type cb_delbrief from w_briefdef_edit`cb_delbrief within w_briefdef_edit_popup
  40. end type
  41. type cb_1 from w_briefdef_edit`cb_1 within w_briefdef_edit_popup
  42. end type
  43. type cb_2 from w_briefdef_edit`cb_2 within w_briefdef_edit_popup
  44. end type
  45. type cb_3 from w_briefdef_edit`cb_3 within w_briefdef_edit_popup
  46. end type