个表单里有一个文本框Text Name 和一个命令按钮CommanDOK。如果在CommanDOK命令按钮的某个方法中访问文本框的Value属性值,正确地是()。
第1题:
假设一个表单里有一个文本框Text1和一个命令按钮组CommandGroup1,命令按钮组中包含Command1和Command2;两个命令按钮。如果要在Command1命令按钮的某个方法中访问文本框的Value属性值,下列式子中,正确的是
A.ThisForm.Text1.Value
B.ThisForm.Parent.Value
C.Parent.Text1.Value
D.This.Parent.Text1.Value
第2题:
假定一个表单里有一个文本框Textl和一个命令按钮组CommandGroupl。命令按钮组是一个容器对象,其中包含Commandl和Command2两个命令按钮。如果要在Cornmandl命令按钮的某个方法中访问文本框的Value属性值,正确的表达式是( )。
A.This.ThisForm.Textl.Value
B.This.Parent.Parent.Textl.Value
C.Parent.Parent.Textl.Value
D.This.Parent.Textl.Value
第3题:
在一表单中,如果一个命令按钮Coml的方法程序中要引用文本框Textl中的Value属性值,下列中的______是正确的。
A.ThisForm.Textl.Value
B.This.Textl.Value
C.Coml.Textl.Value
D.This.Parent.Value
第4题:
A、ThisForm.Value
B、ThisForm.Parent.TextName.Value
C、ThisForm.TextName.Value
D、Parent.TextName.Value
第5题:
假定一个表单里有一个文本框Text1和一个命令按钮组CommandGroup1,命令按钮组是一个容器对象,其中包含Command1和Command2两个命令按钮。如果要在Command1命令按钮的某个方法中访问文本框的Value属性值,下面哪个式子是正确的?
A.ThisForm.Text1.Value
B.This.Parent.Value
C.Parent.Text1.Value
D.This.Parent.Text1.Value
第6题:
在表单中有命令按钮Command1和文本框Text1,将文本框的InputMask属性值设置为$9,999.9,然后在命令按钮的Click事件中输入代码ThisForm.Text1.Value=12 3456.789,当运行表单时,单击命令按钮,此时文本框中显示的内容为
A.$123 456.789
B.$23 456.7
C.123 456.7
D.****.*
第7题:
在窗体(Name属性为Form1)上画两个文本框(其Name属性分别为Text1和Text2)和一个命令按钮(Name属性为Command1),然后编写如下两个事件过程:
程序运行后,在第一个文本框(Text1)和第二个文本框(Text2)中分别输入“同学们,”和“你们好”,然后单击命令按钮,则输出结果为多少?
程序运行后,在第一个文本框(Text1)和第二个文本框(Text2)中分别输入“同学们,”和“你们好”,然后单击命令按钮,则输出结果为:同学们,你们好。
略
第8题:
在“预约”表单中有一个文本框TextInput和一个命令按钮CommanDOK,如果CommanDOK在命令按钮的某个方法中,访问文本框的Value属性值,正确的是()。
第9题:
假定一个表单里有一个文本框Text1和一个命令按钮组CommandGroup1,命令按钮组是一个容器对象,其中包含Command1和Command2两个命令按钮,如果要在Command1命令按钮的某个方法中访问文本框Value属性值,下面哪个式子是正确的()
第10题:
表单中有三个文本框和一个命令按钮,欲在单击命令按钮后将焦点设在第二个文本框,命令THISFORM.TEXT2.SETFOCUS应该书写在()事件中。
第11题:
假定一个表单中有一个文本框Textl和一个命令按钮组CommandGroup1,命令按钮组是一个容器对象,其中包含Commandl和Command2两个命令按钮。如果要在Commandl命令按钮的某个方法中访问文本框的Value属性值,下面代码正确的是()。
第12题:
ThisForm.Value
ThisForm.Parent.Text Name.Value
ThisForm.Text Name.Value
Parent.Text Name.Value
第13题:
假定一个表单里有一个文本框Text l和一个命令按钮组CommandGroup1。命令按钮组是一个容器对象,其中包含Command1和Command2两个命令按钮。如果要在Command1命令按钮的某个方法中访问文本框的Value属性值,正确的表达式是( )。
A.This.ThisForm.Text1.alue
B.This.Parent.Parent.Text1.Value
C.Parent.Parent.Text1.Value
D.This.Parent.Text1.Value
第14题:
假定一个表单里有一个文本框Textl和一个命令按钮组CommandGroupl,命令按钮组是一个容器对象,其中包含Commandl和Command2两个命令按钮。如果要在20mmandl命令按钮的某个方法中访问文本框的Value属生值,下面式子正确的是( )。
A.ThisForm.Textl.Value
B.This.Parent.Value
C.Parent.Textl.Value
D.This.Parent.Textl.Value
第15题:
A.THISFORM.CommandOk.Enabled=.F.
B.THISFORM.CommandOk.Forecolor=rgb<255,0,0>
C.THISFORM.CommandOk.Visible=.F.
D.THISFORM.CommandOk.Color=rgb<255,0,0>
第16题:
A、ThisForm.Value
B、ThisForm.Parent.Texta.Value
C、ThisForm.Texta.value
D、Parent.Texta.Value
第17题:
假定一个表单里有一个文本框Text1和一个命令按钮组CommandGroup1。命令按钮组是一个容器对象,其中包含Command1和Command2两个命令按钮。如果要在Command1命令按钮的某个方法中访问文本框的Value属性值,正确的表达式是( )。
A)This.ThisForm.Text1.Value
B)This.Parent.Parent.Text1.Value
C)Parent.Parent.Text1.Value
D)This.Parent.Text1.Value
第18题:
第19题:
单击表单FormQuestion中的命令按钮CommanDOk,使得该命令按钮上的文字变为红色,可在CommanDOk的C11Ck事件中编写如下代码()。
第20题:
假定一个表单里有一个文本框Text1和一个命令按钮组CommandGroup1,命令按钮组是一个容器对象,其中包含Command1和Command2两个命令按钮。如果要在Command1命令按钮的某个方法中访问文本框Text1的Value属性值,下面表达式中,()是正确的。
第21题:
假定表单上有一个文本框对象Text1和一个命令按钮组对象Cmg,命令按钮组Cmg中包括Cmd1和Cmd2两个命令按钮,如果要在Cmd1命令按钮的某个方法中访问文本框对象Text1的Value属性值,下列表达式中正确的是()
第22题:
假定表单里有文本框对象TEXT1和命令按钮组对象CMG1对象各一个,CMG1中包含CM1和CM2两个命令按钮,如果要在CM1命令按钮的某个事件中访问文本框TEXT1的VALUE属性,下列式子正确的是()
第23题:
ThisForm.Text1.value
This.Parent.value
Parent.Text1.Value
This.Parent.Text1.value