为了使标签(名称为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"

为了使标签Lahel1显示文字“姓名”,可把Label1的______属性设置为“姓名”。A.CaptionB.TextC.WordD.Name

假定有一个文本框,其名称为Text1,为了使该文本框具有焦点,应执行的语句是______。A.ChangeB.OotFocusC.SetFocusD.LostFocus

为了使名称为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

假定窗体上有一个标签,名为Label1,为了使该标签透明并且没有边框,则正确的属性设置为( )。

为了使名称为Commandl的命令按钮右移200,应使用的语句是( )。A. Commandl.Move-200B. Commandl.Move 200C. Commandl.Left=Commandl.Left+200D. Commandl.Left=Commandl.Left.200

假定窗体上有一个标签,名为Label1,为了使该标签透明并且没有边框,则正确的属性设置为( )。A.数据类型B.数据操作C.数据结构D.数据约束

设置标签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”

IF R1 〉= R2 GOTOF LABEL1 ;…;LABEL1:…;是()(SIEMENS系统)。A、赋值语句B、条件跳转语句C、循环语句D、无条件跳转语句

在窗体Form1的Click事件过程中有语句:Label1.Caption="Visual Basic" 若本语句执行之前,标签控件的Caption属性为默认值,则标签控件的Name属性和Caption属性在执行本语句之前的值分别为()。A、Label和LabelB、Label1和Label1C、Label1和Visual BasicD、Label和Caption

新创建的标签默认标题为Label1,为了修改标签的标题,应设置标签的属性是()A、Name属性B、FontName属性C、Froecolor属性D、Caption属性

在窗体Form1的Click事件过程中有以下语句: Label1.Caption="VisualBasic" 若本语句执行之前,标签控件的Caption属性为默认值,则标签控件 的Name属性和Caption属性在执行本语句之前的值分别为().A、"Label"、"Label"B、"Label1"、"VisualBasic"C、"Label1"、"Label1"D、"Caption"、"Label"

假定有一个文本框,其名称为Textl,为了使该文本框具有焦点,应执行的语句是()。

在窗体上添加一个标签控件Label1,则执行Label1.Caption="VisualBasic"语句后,标签控件的Name和Caption属性为()A、"Label"、"Label1"B、"Label1"、"VisualBasic"C、"Label1"、"Caption"D、"VisuaBasic"、"Label1"

单选题单击命令按钮Command1使标签Label1隐藏的代码应该写在Command1的()事件过程里。ALoadBClickCUnloadDMouseDown

单选题在窗体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”

填空题假定有一个文本框,其名称为Textl,为了使该文本框具有焦点,应执行的语句是()。

单选题在窗体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