SETTING.PRG
上传用户:yemin30
上传日期:2013-02-28
资源大小:507k
文件大小:1k
- * 环境设置
- *程序名称: setting.prg
- set sysmenu off
- set sysmenu to
- set status bar off
- set talk off
- set notify off
- set clock status
- set palette off
- set bell on set safety off
- set escape on
- set keycomp to windows
- set carry on
- set confirm on
- set exact on
- set near on
- set ansi off
- set lock on
- set exclusive off
- set multilocks on
- set deleted on
- set optimize on
- set refresh to 0,5
- set collate to 'stroke'
- set default to sys(5)+curdir()
- set path to sys(5)+curdir()
- set sysformats off
- set seconds on
- set century off
- set currency left
- set currency to 'nt$'
- set hours to 12
- set decimals to 2
- set fdow to 1
- set fweek to 1
- set mark to '.'
- set separator to ','
- set point to '.'