w_mtrl_configure_ch.srw 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. $PBExportHeader$w_mtrl_configure_ch.srw
  2. forward
  3. global type w_mtrl_configure_ch from w_publ_base
  4. end type
  5. type uo_1 from uo_mtrl_configure_ch within w_mtrl_configure_ch
  6. end type
  7. end forward
  8. global type w_mtrl_configure_ch from w_publ_base
  9. integer width = 1810
  10. integer height = 1248
  11. string title = "产品配置选择"
  12. boolean minbox = false
  13. windowtype windowtype = response!
  14. uo_1 uo_1
  15. end type
  16. global w_mtrl_configure_ch w_mtrl_configure_ch
  17. on w_mtrl_configure_ch.create
  18. int iCurrent
  19. call super::create
  20. this.uo_1=create uo_1
  21. iCurrent=UpperBound(this.Control)
  22. this.Control[iCurrent+1]=this.uo_1
  23. end on
  24. on w_mtrl_configure_ch.destroy
  25. call super::destroy
  26. destroy(this.uo_1)
  27. end on
  28. type cb_func from w_publ_base`cb_func within w_mtrl_configure_ch
  29. boolean visible = false
  30. end type
  31. type cb_exit from w_publ_base`cb_exit within w_mtrl_configure_ch
  32. boolean visible = false
  33. end type
  34. type uo_1 from uo_mtrl_configure_ch within w_mtrl_configure_ch
  35. integer taborder = 50
  36. boolean bringtotop = true
  37. end type
  38. on uo_1.destroy
  39. call uo_mtrl_configure_ch::destroy
  40. end on