单击按钮,当按钮上显示为"开始考试",将按钮的显示改为"考试结束"。下面哪段程序正确() A: IfCommand1.Caption=""开始考试""ThenCommand1.Caption=""考试结束"" B: IfCommand1.Caption=""开始考试""ThenCommand1.Caption=""考试结束""EndIF C: IfCommand1.Caption<>""开始考试""ThenCommand1.Caption=""考试结束"" D: IfCommand1.Caption<>""开始考试""ThenCommand1.Caption=""考试结束""EndIf
单击按钮,当按钮上显示为"开始考试",将按钮的显示改为"考试结束"。下面哪段程序正确() A: IfCommand1.Caption=""开始考试""ThenCommand1.Caption=""考试结束"" B: IfCommand1.Caption=""开始考试""ThenCommand1.Caption=""考试结束""EndIF C: IfCommand1.Caption<>""开始考试""ThenCommand1.Caption=""考试结束"" D: IfCommand1.Caption<>""开始考试""ThenCommand1.Caption=""考试结束""EndIf
单击按钮,当按钮上显示为"开始考试",将计时器的enabled属性设为真,否则,不作任何处理。下面按钮单击事件中的程序哪个是正确的() A: IfCommand1.Caption=""开始考试""ThenTimer1.Enabled=True B: IfCommand1.Caption=""开始考试""ThenTimer1.Enabled=TrueEndIF C: IfCommand1.Caption<>""开始考试""ThenTimer1.Enabled=True D: IfCommand1.Caption<>""开始考试""ThenTimer1.Enabled=TrueEndIf
单击按钮,当按钮上显示为"开始考试",将计时器的enabled属性设为真,否则,不作任何处理。下面按钮单击事件中的程序哪个是正确的() A: IfCommand1.Caption=""开始考试""ThenTimer1.Enabled=True B: IfCommand1.Caption=""开始考试""ThenTimer1.Enabled=TrueEndIF C: IfCommand1.Caption<>""开始考试""ThenTimer1.Enabled=True D: IfCommand1.Caption<>""开始考试""ThenTimer1.Enabled=TrueEndIf
单击按钮,当按钮上显示为"开始考试",将计时器的enabled属性设为真,否则,不作任何处理。下面按钮单击事件中的程序哪个是正确的() A: IfCommand1.Caption=""开始考试""ThenTimer1.Enabled=True B: IfCommand1.Caption=""开始考试""ThenTimer1.Enabled=TrueEndIF C: IfCommand1.Caption<>""开始考试""ThenTimer1.Enabled=True D: IfCommand1.Caption<>""开始考试""ThenTimer1.Enabled=TrueEndIf
单击按钮,当按钮上显示为"开始考试",将计时器的enabled属性设为真,否则,不作任何处理。下面按钮单击事件中的程序哪个是正确的() A: IfCommand1.Caption=""开始考试""ThenTimer1.Enabled=True B: IfCommand1.Caption=""开始考试""ThenTimer1.Enabled=TrueEndIF C: IfCommand1.Caption<>""开始考试""ThenTimer1.Enabled=True D: IfCommand1.Caption<>""开始考试""ThenTimer1.Enabled=TrueEndIf
()对象不具有Caption属性.
()对象不具有Caption属性.
下列( )事件过程可以将打开文件对话框的标题改变为“new Caption”。 A: Private Sub Command1_CliCk() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowFont End Sub B: Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowOpen End Sub C: Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.Show Help End Sub D: Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowColor End Sub
下列( )事件过程可以将打开文件对话框的标题改变为“new Caption”。 A: Private Sub Command1_CliCk() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowFont End Sub B: Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowOpen End Sub C: Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.Show Help End Sub D: Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowColor End Sub
Does every picture have a caption?
Does every picture have a caption?
表格的表注的HTML是? A: <tbody> ... </tbody> B: <tfoot> ... </tfoot> C: <thead> ... </thead> D: <caption> ... </caption>
表格的表注的HTML是? A: <tbody> ... </tbody> B: <tfoot> ... </tfoot> C: <thead> ... </thead> D: <caption> ... </caption>
能够设置表格的标题的标记是( )。 A: 〈tbody〉 ... 〈/tbody〉 B: 〈tfoot〉 ... 〈/tfoot〉 C: 〈caption〉 ... 〈/caption〉 D: 〈title〉 ... 〈/title〉
能够设置表格的标题的标记是( )。 A: 〈tbody〉 ... 〈/tbody〉 B: 〈tfoot〉 ... 〈/tfoot〉 C: 〈caption〉 ... 〈/caption〉 D: 〈title〉 ... 〈/title〉
能够设置表格的标题的标记是() A: <table></table> B: <caption></caption> C: <body></body> D: <foot></fot>
能够设置表格的标题的标记是() A: <table></table> B: <caption></caption> C: <body></body> D: <foot></fot>
命令按钮控件上设置显示文字内容的属性是() A: name B: caption C: text D: text,caption
命令按钮控件上设置显示文字内容的属性是() A: name B: caption C: text D: text,caption