为了使标签(名称为Label1)右移200,应使用的语句是:A.Label1.Move - 200B.Label1.Move 200C.Label1.Left = Label1.Left + 200D.Label1.Left = Label1.Left - 200
为了使标签(名称为Label1)右移200,应使用的语句是:
A.Label1.Move - 200
B.Label1.Move 200
C.Label1.Left = Label1.Left + 200
D.Label1.Left = Label1.Left - 200
参考答案和解析
Label1.Left = Label1.Left + 200
相关考题:
为了使命令按钮(名称为Command1)右移200,应使用的语句是______。A.Command1. Move-200B.Command1. Move 200C.Command1. Left=Command1. Left+200D.Command1. Left=Command1. Left-200
为了使命令按钮(名称为Command1)右移200,应使用的语句是( )。A.Command1.Move -200B.Command1.Move 200C.Command1.Left = Command1.Left + 200D.Command1.Left = Command1.Left - 200
为了使命令按钮(名称为Commandl)右移200,应使用的语句是______。A. Commandl.Move-200B.Commandl.Move200C.Commandl.Left=Commandl.Left+200D.Commandl.Left=Commandl.Left-200
为了使命令按钮(名称为Commandl)右移200,应使用的语句是( )。A.Commandl.Move-200B.Commandl.Move200C.Commandl.Left=Commandl.Left+200D.Commandl.Left=Commandl.Left-200
使用下图,窗体的名称为frnTest,窗体中有一个标签和一个命令按钮,名称分别为Label1和bChange 。在“窗体视图”显示该窗体时,要求在单击命令按钮后标签上显示的文字颜色变为红色,以下能实现该操作的语句是( )。A.label1.Fore(iolor=255)B.bCihange.ForeColor=255C.labell.ForeColor="255"D.bChange.ForeColor="255"
为了使名称为Commandl的命令按钮右移200,应使用的语句是( )。A.Commandl.Move-200B.Commandl.Move 200C.Commandl.Left=Commandl.Left+200D.Commandl.Left=Commandl.Left.200
下图所示的窗体上有一个命令按钮(名称为ciotamand1)和一个选项组(名称为Frame1),选项组上显示“Frame1”文本的标签控件名称为Label1,若将选项组上显示文本“Frame1”改为汉字“性别”,应使用的语句是( )。
为了使命令按钮(名称为Command1)右移200,应使用的语句是A.Command1.Move-200B.Command1.Move200C.Command1.Left=Command1.Left+20D.Command1.Left=Command1.Left-200
为了使名称为Commandl的命令按钮右移200,应使用的语句是( )。A. Commandl.Move-200B. Commandl.Move 200C. Commandl.Left=Commandl.Left+200D. Commandl.Left=Commandl.Left.200
设置标签Label1不可见的语句是( )。 A.Label1.Visible==0B.Label1.Visible==1C.Label1.Visible=TrueD.Label1.Visible=False
设标签Label1的Caption属性值为默认值,则该标签控件Name属性和Caption属性的值分别为()A、“Label”、“Label”B、“Label1”、“Label1”C、“Label”、“Label1”D、“Label1”、“Label”
在窗体Form1的Click事件过程中有以下语句:Label1.Caption=”VisualBASIC”设标签的原Caption属性值为默认值,则该语句执行之后该标签控件Name属性和Caption属性的值分别为()A、“Label1”、“VisualBASIC”B、“Label1”、“Caption”C、“Label”、“VisualBASIC”D、“Label”、“Label1”
在窗体Form1的Click事件过程中有语句:Label1.Caption="Visual Basic" 若本语句执行之前,标签控件的Caption属性为默认值,则标签控件的Name属性和Caption属性在执行本语句之前的值分别为()。A、Label和LabelB、Label1和Label1C、Label1和Visual BasicD、Label和Caption
在窗体Form1的Click事件过程中有以下语句: Label1.Caption="VisualBasic" 若本语句执行之前,标签控件的Caption属性为默认值,则标签控件 的Name属性和Caption属性在执行本语句之前的值分别为().A、"Label"、"Label"B、"Label1"、"VisualBasic"C、"Label1"、"Label1"D、"Caption"、"Label"
在窗体上添加一个标签控件Label1,则执行Label1.Caption="VisualBasic"语句后,标签控件的Name和Caption属性为()A、"Label"、"Label1"B、"Label1"、"VisualBasic"C、"Label1"、"Caption"D、"VisuaBasic"、"Label1"
单选题在窗体Form1的Click事件过程中有以下语句: Label1.Caption=”VisualBasic”若本语句执行之前,标签控件的Caption属性为默认值,则标签控件的Name属性和Caption属性在执行本语句之前的值分别为()。A”Label”、”Label”B”Label1”、”VisualBasic”C”Label1”、”Label1”D”Caption”、”Label”
单选题设标签Label1的Caption属性值为默认值,则该标签控件Name属性和Caption属性的值分别为()A“Label”、“Label”B“Label1”、“Label1”C“Label”、“Label1”D“Label1”、“Label”
单选题在窗体Form1的Click事件过程中有以下语句:Label1.Caption=”VisualBASIC”设标签的原Caption属性值为默认值,则该语句执行之后该标签控件Name属性和Caption属性的值分别为()A“Label1”、“VisualBASIC”B“Label1”、“Caption”C“Label”、“VisualBASIC”D“Label”、“Label1”
单选题在窗体上添加一个标签控件Label1,则执行Label1.Caption="VisualBasic"语句后,标签控件的Name和Caption属性为()ALabel、Label1BLabel1、VisualBasicCLabel1、CaptionDVisuaBasic、Label1