LABEL
单击命令按钮对象使标签Label1隐藏的正确代码是()。
A:THISFORM.LABEL1.Visible=. B:THISFORM.LABEL1.Visible=.T. C:THISFORM.LABEL1.Value=.T. D:THISFORM.LABEL1.Value=.
According the theory of kin selection, humans tend to act altruistically ______.
A:for the sake of desired reproduction. B:out of self-interest. C:on the request of natural selection. D:because of kind nature.
在当前表单的LABEL1控件中显示系统时间的语句是______。
A:THISFORM.LABEL1.TEXT=TIME() B:THISFORM.LABEL1.VALUE=TIME() C:THISFORM.LABEL1.CAPTION=TIME() D:THISFORM.LABEL1.CONTROL=TIME()
在窗体form1 的Click事件过程中有以下语句:
Label1. Caption = "Visual Basic"
若本语句执行前,标签控件的Caption属性取默认值,则该标签控件的名称属性和Caption属性在执行本语句前的取值分别为 ______。
A:Label,Label1 B:Label,Caption C:Label1,Label1 D:Caption,Label
在当前表单的LABEL1控件中显示系统时间的语句是
A:THISFORM.LABEL1.CAPTION=TIME() B:THISFORM.LABEL1.VALUE=TIME() C:THISFORM.LABEL1.TEXT=TIME() D:THISFORM.LABEL1.CONTROL=TIME()
在窗体form1 的Click事件过程中有以下语句:
Label1. Caption = "Visual Basic"
若本语句执行前,标签控件的Caption属性取默认值,则该标签控件的名称属性和Caption属性在执行本语句前的取值分别为 ______。
A:Label,Label1 B:Label,Caption C:Label1,Label1 D:Caption,Label