w_rpt_table.srw 695 B

12345678910111213141516171819202122232425262728293031323334353637
  1. $PBExportHeader$w_rpt_table.srw
  2. $PBExportComments$表或视图名设置 -- 窗口
  3. forward
  4. global type w_rpt_table from w_rpt_1dw
  5. end type
  6. end forward
  7. global type w_rpt_table from w_rpt_1dw
  8. end type
  9. global w_rpt_table w_rpt_table
  10. on w_rpt_table.create
  11. call super::create
  12. end on
  13. on w_rpt_table.destroy
  14. call super::destroy
  15. if IsValid(MenuID) then destroy(MenuID)
  16. end on
  17. event open;call super::open;dw1.settaborder(2,10)
  18. dw1.settaborder(1,20)
  19. uo_1.of_bott()
  20. end event
  21. type dw1 from w_rpt_1dw`dw1 within w_rpt_table
  22. int Y=228
  23. int Width=2098
  24. boolean BringToTop=true
  25. string DataObject="dw_rpt_table"
  26. end type
  27. type uo_1 from w_rpt_1dw`uo_1 within w_rpt_table
  28. boolean BringToTop=true
  29. end type