w_custs.srw 684 B

123456789101112131415161718192021222324252627282930313233343536
  1. $PBExportHeader$w_custs.srw
  2. forward
  3. global type w_custs from w_publ_base_style
  4. end type
  5. end forward
  6. global type w_custs from w_publ_base_style
  7. integer width = 3438
  8. integer height = 2020
  9. string title = "门店管理"
  10. end type
  11. global w_custs w_custs
  12. on w_custs.create
  13. call super::create
  14. end on
  15. on w_custs.destroy
  16. call super::destroy
  17. end on
  18. type cb_func from w_publ_base_style`cb_func within w_custs
  19. end type
  20. type cb_exit from w_publ_base_style`cb_exit within w_custs
  21. end type
  22. type ln_bar from w_publ_base_style`ln_bar within w_custs
  23. end type
  24. type ln_bar2 from w_publ_base_style`ln_bar2 within w_custs
  25. end type
  26. type r_bar from w_publ_base_style`r_bar within w_custs
  27. end type