皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
修改该 VB 程序,使其具有下列功能。 图 2-1 图 2-2 图 2-3 打开 “试题二“文件夹中的工程文件“ test2.vbp ”,完成下列操作: 1. ( 4 分)设置两个文本框文字居中显示。 修改列表框显示为带复选框的格式,如图 2-1 所示。 2. ( 14 分,每空 3 分)单击 “添加”按钮,把文本框 1 的内容添加到 List1 中文本框 2 指定的位置,同时选中新添加的项,清空两个文本框内容,光标定位到文本框 1 。如果添加内容为空,或者指定位置超过列表框项数,则不添加。效果如图 2-2、图2-3所示。 将代码中的 1、2、3、4填写完整,实现该程序功能。 3.(3分)单击“删除”按钮,把列表框中选中的项删除 。 将代码中的 空 5填写完整,实现该程序功能。 4.(3分)单击“全部删除”按钮,删除列表框中所有的项。 将代码中的 空 6填写完整,实现该程序功能。 5. ( 1 分)保存窗体文件和工程文件,生成可执行程序 “ Test2.exe ”并保存到考生文件夹下的“试题二”文件夹中。 Private Sub Command1_Click() If Text1.Text <> "" And Text2.Text <> "" Then wz = Val(Text2.Text) If Then Exit Sub ’ 1 List1.AddItem ‘ 2 For i = 0 To List1.ListCount - 1 List1.Selected(i) = False Next i = True ' 3 Text1.Text = "" Text2.Text = "" ' 4 End If End Sub Private Sub Command2_Click() For i = ‘ 5 If List1.Selected(i) = True Then List1.RemoveItem i End If Next i End Sub Private Sub Command3_Click() ' 6 End Sub
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】风城
【判断题】新媒体营销是通过“新媒体”的方式,以内容为核心,为企业赚取更多的利润。
A.
正确
B.
错误
【单选题】Globalization or no globalization, I will live on my own______.
A.
soil
B.
land
C.
mud
D.
earth
【单选题】患者女性,68岁,患慢性肺源性心脏病6年,其心电图表现下列不符合病情的是()
A.
没有肺型P波
B.
V 1 ~V 4 导联可出现Qs波
C.
应有右心肥大的心电图改变
D.
肢体导联低电压可有可无
E.
可见间歇性右束支传导阻滞
【单选题】闻名世界的风城是( )。
A.
悉尼
B.
万象
C.
马尼拉
D.
惠灵顿
【单选题】The film ________ the culture of young people who live in lower Manhattan.
A.
draws
B.
plays
C.
portrays
D.
writes
【简答题】用一个词概括严监生给你的印象? 吴敬梓抓住了严监生最典型的什么细节进行描写?
【单选题】According to the passage, which of the following is true about the way globalization has influenced indigenous cultures?
A.
It has created nearly unanimous support for the concept of decentralization.
B.
It has maintained the innocence of indigenous societies, by isolating them from societies considered less egalitarian.
C.
It has caused indigenous cultures to bolster the category of the exotic within their own societies.
D.
It has inspired optimism about the prospects of greater social equity in the future.
E.
It has led to the failure of education to challenge globalization's meta- narrative.
【简答题】“风城”、“魔鬼城”属于_____地貌类型。
【判断题】People with lower social standing are usually more likely to see the world from a sociological perspective than people who are well off.
A.
正确
B.
错误
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题