属性 方法 事件 对象三要素
https://blog.csdn.net/weixin_42558057/article/details/82461238
Set x = Dialog("Login").WinEdit("Agent Name:").GetTOProperty("name")
msgbox x
Dialog("Login").WinEdit("Agent Name:").SetTOProperty "name","agnet name"
Set x = Dialog("Login").WinEdit("Agent Name:").GetTOProperty("name")
msgbox x