With Command1
        If .Caption = "开始" Then
            .Caption = "停止"
        Else
            .Caption = "开始"
        End If
    End With