Курсовая работа: Скріпт мова управління віконним інтерфейсом на С++
#include <STRING.H>
#include <CONIO.H>
/* User Defined Library Routines */
#include "GUI12H.C"
#include "COMCTRL.C"
#include "SCR_MOD.C"
#include "SCR_CODE.C"
void WebICO(int IcoX,int IcoY)
{
int IcoCnt,IcoCnt2;
const int ICOMAP[15][18]=
{
-1,-1,15,-1,-1,-1,-1,15,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
-1,-1,15,15,-1,15,15,15,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,
-1,-1,-1,15,15,-1,0,15,15,15,-1,-1,-1,-1,-1,-1,15,-1,
-1,-1,15,-1,15,15,-1,15,0,0,15,15,-1,15,15,15,-1,0,
-1,-1,15,0,-1,15,15,15,15,15,-1,15,15,15,0,0,0,-1,
15,15,15,15,-1,15,15,0,15,0,15,-1,0,15,0,-1,-1,-1,
-1,0,15,15,15,15,0,15,-1,15,15,15,15,15,0,-1,-1,-1,
-1,-1,15,0,0,15,15,-1,15,-1,15,0,0,15,15,15,15,-1,
-1,-1,15,15,15,15,15,15,15,15,15,0,-1,-1,15,0,0,0,
-1,-1,15,15,0,0,0,15,0,0,15,15,-1,15,-1,0,-1,-1,
15,15,15,0,15,15,15,15,15,-1,-1,15,0,15,0,-1,-1,-1,
-1,0,0,0,-1,0,15,0,0,15,15,15,15,-1,0,-1,-1,-1,
-1,-1,-1,-1,-1,-1,15,0,-1,-1,0,0,15,0,-1,-1,-1,-1,
-1,-1,-1,-1,-1,-1,15,0,-1,-1,-1,-1,-1,15,-1,-1,-1,-1,
-1,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,-1,0,-1,-1,-1
};
for(IcoCnt=0;IcoCnt<=17;IcoCnt++)