w_rpt_field.srw 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. $PBExportHeader$w_rpt_field.srw
  2. $PBExportComments$字段中文名设置 -- 窗口
  3. forward
  4. global type w_rpt_field from w_rpt_1dw
  5. end type
  6. end forward
  7. global type w_rpt_field from w_rpt_1dw
  8. int Width=4224
  9. end type
  10. global w_rpt_field w_rpt_field
  11. on w_rpt_field.create
  12. call super::create
  13. end on
  14. on w_rpt_field.destroy
  15. call super::destroy
  16. if IsValid(MenuID) then destroy(MenuID)
  17. end on
  18. event open;call super::open;m_rpt_tool.m_tool.m_delete.visible=false
  19. m_rpt_tool.m_tool.m_insert.visible=false
  20. m_rpt_tool.m_tool.m_new.visible=false
  21. m_rpt_tool.m_tool.m_delete.toolbaritemvisible=false
  22. m_rpt_tool.m_tool.m_insert.toolbaritemvisible=false
  23. m_rpt_tool.m_tool.m_new.toolbaritemvisible=false
  24. dw1.setcolumn('pbcatcol_pbc_labl')
  25. uo_1.of_bott()
  26. end event
  27. event ue_cond;call super::ue_cond;dw1.setcolumn('pbcatcol_pbc_labl')
  28. end event
  29. type dw1 from w_rpt_1dw`dw1 within w_rpt_field
  30. int Y=220
  31. int Width=3950
  32. boolean BringToTop=true
  33. string DataObject="dw_rpt_field"
  34. end type
  35. type uo_1 from w_rpt_1dw`uo_1 within w_rpt_field
  36. boolean BringToTop=true
  37. end type