w_outrepdef_edit_ch.srw 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. $PBExportHeader$w_outrepdef_edit_ch.srw
  2. forward
  3. global type w_outrepdef_edit_ch from w_outrepdef_edit
  4. end type
  5. end forward
  6. global type w_outrepdef_edit_ch from w_outrepdef_edit
  7. integer width = 2523
  8. integer height = 1636
  9. string title = "业务员 "
  10. boolean minbox = false
  11. windowtype windowtype = response!
  12. long il_inuse = 1
  13. end type
  14. global w_outrepdef_edit_ch w_outrepdef_edit_ch
  15. on w_outrepdef_edit_ch.create
  16. call super::create
  17. end on
  18. on w_outrepdef_edit_ch.destroy
  19. call super::destroy
  20. end on
  21. type cb_func from w_outrepdef_edit`cb_func within w_outrepdef_edit_ch
  22. end type
  23. type cb_exit from w_outrepdef_edit`cb_exit within w_outrepdef_edit_ch
  24. end type
  25. type cb_add from w_outrepdef_edit`cb_add within w_outrepdef_edit_ch
  26. end type
  27. type cb_edit from w_outrepdef_edit`cb_edit within w_outrepdef_edit_ch
  28. end type
  29. type cb_delet from w_outrepdef_edit`cb_delet within w_outrepdef_edit_ch
  30. end type
  31. type cb_choice from w_outrepdef_edit`cb_choice within w_outrepdef_edit_ch
  32. boolean visible = true
  33. integer y = 0
  34. integer width = 151
  35. end type
  36. type dw_uc from w_outrepdef_edit`dw_uc within w_outrepdef_edit_ch
  37. end type
  38. event dw_uc::doubleclicked;call super::doubleclicked;IF row <= 0 then return
  39. cb_choice.triggerevent(clicked!)
  40. end event
  41. type cb_rtr from w_outrepdef_edit`cb_rtr within w_outrepdef_edit_ch
  42. end type
  43. type cb_help from w_outrepdef_edit`cb_help within w_outrepdef_edit_ch
  44. boolean visible = false
  45. end type
  46. type ln_bar from w_outrepdef_edit`ln_bar within w_outrepdef_edit_ch
  47. end type
  48. type ln_bar2 from w_outrepdef_edit`ln_bar2 within w_outrepdef_edit_ch
  49. end type
  50. type r_bar from w_outrepdef_edit`r_bar within w_outrepdef_edit_ch
  51. end type
  52. type cb_view from w_outrepdef_edit`cb_view within w_outrepdef_edit_ch
  53. end type