( |
|
|
|||
sets size and location for window |
Parameters: | |
left upper corner - horisontal coordinate | |
left upper corner - vertical coordinate | |
width of window | |
height of window | |
event DefineWindows begin real i,h,h1,h2,h3,h4,h5,h6,v,vs,vm,hl,l,t; SetLangMode(LangEnglish,"ENG",0); WindowBegin("Paste Asset N/L Class",AC2SClass,CGother,HBlRecType); SetWRect(240,80,470,298); StringList(9,9,206,209); EndWindow; return; end;
Related topics: |