- 1、本文档共6页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Vfp(下)选择题
一、程序选择填空题
1.下面程序实现口令判断,当第三次输入出错时退出表单。
表单Form1的Init事件代码:
(1)
a=0
use 学生
this.text1.value=””
this.text1.passwordchar=”*”
this.label1.visible=.f.
(2)
文本框Text1的Valid事件代码:
(3)
if found()
thisform.label1.caption=’口令正确!’
thisform.label1.visible=.t.
retu .t.
else
(4)
thisform.label1.caption=’已经三次错误!’
thisform.label1.visible=.t.
thisform.release
else
thisform.label1.caption=’口令有错,重新输入!’
thisform.label1.visible=.t.
a=a+1
retu .f.
endif
endif
【供选择的答案】
(1) a、public a b、local a c、para a d、可以省略
(2) a、this.text1.setfocus=.f. b、this.text1.setfocus
c、this.text1.setfocus=.t. d、thisform.text.setfocus
(3) a、seek thisform.text1.value
b、seek for 姓名==allt(thisform.text1.value)
c、loca for 姓名==allt(thisform.text1.value)
d、loca all 姓名=allt(thisform.text1.value)
(4) a、if a=3 b、if a=2 c、if a3 d、if a=3
2.下面程序实现一只小球在表单的高度范围(顶部与底部)内作动态的上下滚动。
表单Form1的Init事件代码:(已经新建了表单属性B)
this.b=0
erval=100
(1)
thisform.shape1.curvature=99
thisform.shape1.height=30
thisform.shape1.width=30
计时器timer1的timer事件代码:
(2)
thisform.b=1
endif
if thisform.shape1.top=0
thisform.b=0
endif
(3)
thisform.shape1.top=thisform.shape1.top+1
else
thisform.shape1.top=thisform.shape1.top-1
endif
【供选择的答案】
(1) a、this.timer1.show=.t. b、this.timer1.show=.f.
c、this.timer1.enabled=.t. d、this.timer1.enabled=.f.
(2) a、if thisform.shape1.top=thisform.height-30
b、if thisform.shape1.top=thisform.height-40
c、if thisform.shape1.bottom=thisform.height-30
d、if thisform.shape1.bottom=0
(3) a、if this.b=0 b、if this.b=1
c、if thisform.b=0 d、if thisform.b=1
3.下面程序实现形状(shape1)从圆形逐步变成正方形,又从正方形逐步变成圆形的过程。初始形状为红色底色的圆形,已新建a属性。
表单Form1的Init事件代码:
this.a=1
(1)
erval=1000
(2)
.width=100
.height=100
(3)
endwith
计时器Timer1的Timer事件代码:
您可能关注的文档
最近下载
- SFET-77-47100-C-动车组检修ESCO联轴节检修作业指导书-—— 上海动车段三级修.pdf VIP
- 一种依托咪酯的合成方法.pdf VIP
- 胸痛中心创建现场核查各环节重点及迎检技巧.pdf VIP
- 药理学(西安交通大学)中国大学MOOC 慕课 章节测验期末考试答案.docx
- 中华人民共和国国家标准(大米)GB1354-.pdf
- 2010-2023历年广东省深圳市中考英语试卷(解析版).docx VIP
- 毒麻药品管理相关知识.ppt
- 海顿钢琴奏鸣曲中的装饰音探究.pdf
- 基于STM32的电子密码锁系统设计.docx VIP
- 华中农业大学2022-2023学年《细胞生物学》期末考试试卷(B卷)附参考答案.docx
文档评论(0)