Well I found a 'way'.   
I downloaded a small program called "cmdow", which a command line 
options program usable in the command prompt in win7, or better 
yet from a batch file.   
So first running  the 'badly positioned" TARGET GUI, and then the  
following batch file commands...   
 
cd C:\Program Files (x86)\cmdow
CMDOW "T.A.R.G.E.T GUI" /MOV 0 0
That MOVES the window to the upper left corner (pos 0,0) which then 
alllows the title bar to be grabbed and resized.   
Crude, but it works.   
eatc7402