Open app.path & "\aa.txt"  For Input As #1   ' 打开配置文件。
        Do While Not EOF(1)
            Line Input #1, Textline
            text1=textline
        Loop
    Close #1