CTRL2.PRG
上传用户:abc1382430
上传日期:2013-01-31
资源大小:1233k
文件大小:1k
源码类别:

行业应用

开发平台:

VFP

  1. *********************************************************
  2. *
  3. * Name: Ctrl2
  4. *       此程序演示图形化的控制件
  5. *
  6. **********************************************************
  7. set talk off
  8. set esca off
  9. set path to ..
  10. do LoadSDK                    && 装入SDK
  11. use Profit
  12. Color='N/W*,B/W*,W/W,W+/B,N/W,W+/B,GR/W,W/B,N/W,W+/W'
  13. defi popu P prom fiel " "+rtri(Month)+"月份" mark '' scro colo &Color
  14. =RefreshScr()
  15. Color='B/W,W+/B,W/W,W+/B,W/B,W+/B,W+/W,W/B,N/W,N+/W'
  16. =defiwind("Ctrl",2,10,15,70,"colo &Color titl '演示窗口1'")
  17. =actiwind("Ctrl")
  18. Choice1=1
  19. Choice2=1
  20. Choice3=1
  21. Choice4=1
  22. Choice5=1
  23. =GetCtrl(9,24,8,2, "Choice1","func '*H <Yes;<No;\Cancle'")
  24. =GetCtrl(1,2,11,16,"Choice2","POPU P func '&'")
  25. =GetCtrl(2,25,12,0,"Choice3","func '*R <Radio1;R<adio2;\Radio3;Ra<dio4'")
  26. =GetCtrl(2,40,12,1,"Choice4","func '*C <Check1'")
  27. =GetCtrl(4,40,12,1,"Choice5","func '*C C<heck2'")
  28. read CYCL
  29. =relewind("Ctrl")
  30. use
  31. set curs on
  32. retu