SETTING.PRG
上传用户:yemin30
上传日期:2013-02-28
资源大小:507k
文件大小:1k
源码类别:

企业管理

开发平台:

VFP

  1. * 环境设置
  2. *程序名称: setting.prg
  3. set sysmenu off
  4. set sysmenu to
  5. set status bar off
  6. set talk off
  7. set notify off
  8. set clock status
  9. set palette off
  10. set bell on set safety off
  11. set escape on 
  12. set keycomp to windows
  13. set carry on
  14. set confirm on
  15. set exact on
  16. set near on
  17. set ansi off
  18. set lock on
  19. set exclusive off
  20. set multilocks on
  21. set deleted on
  22. set optimize on
  23. set refresh to 0,5
  24. set collate to 'stroke'
  25. set default to sys(5)+curdir()
  26. set path to sys(5)+curdir()
  27. set sysformats off
  28. set seconds on
  29. set century off
  30. set currency left
  31. set currency to 'nt$'
  32. set hours to 12
  33. set decimals to 2
  34. set fdow to 1
  35. set fweek to 1
  36. set mark to '.'
  37. set  separator to ','
  38. set point to '.'