|
3#
楼主 |
发表于 2004-7-22 15:32:15
|
只看该作者
Sub Main
Dim Result As Integer
'Initially Recorded: 2004-7-22 14:47:38
'Script Name: test3
Window SetContext, "Type=Form;Name=FormMain", ""
GenericObject Click, "Type=Control;Index=3;\;Type=Control;Index=0", "Coords=148,15"
Window SetContext, "Type=Form;Index=0", "Activate=0"
GenericObject Click, "Type=Control;Index=0", "Coords=54,5"
Window SetContext, "Type=Form;Name=CodeMaintenance", ""
GenericObject Click, "Type=Control;Index=3;\;Type=Control;Index=0", "Coords=131,11"
GenericObject Click, "Type=Panel;Name=panelMain;\;Type=Panel;Name=panelCodeItems;\;Type=Panel;Name=panelDetail;\;Type=Control;Name=btnOK", "Coords=43,14"
Window CloseWin, "", ""
End Sub |
|