主程序.prg
上传用户:naikui1986
上传日期:2013-06-20
资源大小:3751k
文件大小:0k
源码类别:

其他数据库

开发平台:

VFP

  1. SET TALK off
  2. set sysmenu off        
  3. set cent on           
  4. _screen.windowstate=2
  5. _screen.icon="iconshappy.ico"   
  6. _screen.maxbutton=0
  7. _screen.minbutton=1
  8. _screen.closable=.f.
  9. modify window screen noclose
  10. MODIFY WINDOW SCREEN TITLE " 仓库管理信息系统  "
  11. ZOOM WINDOW SCREEN MAX 
  12. set default to data
  13. do form 登录表单
  14. read events
  15. clear
  16. close all
  17. return
  18. endif