Private Sub Command1 _Click()
Text1.Text = "Visual"
Me.Text1= "Basic"
Text1 = "Program"
End Sub
程序运行后,如果单击命令按钮,则在文本框中显示的是( )