dialog google {
title "Google Search script"
size -1 -1 1000 18
option dbu
text "Google Search:", 1, 1 4 50 11
edit %google.lastserach, 2, 40 2 100 11
button "Search", 3, 140 2 50 11, ok
}
on :dialog:google:init:*: {
dll dlls/ktools.dll CreateSb
dll dlls/ktools.dll DockWindow $dialog(google).hwnd > bottom
}
alias google { dialog -m google google }