Курсовая работа: Скріпт мова управління віконним інтерфейсом на С++
}
}
void MenuGenerator()
{
Win3D(170,195,285,80,8);
Box3D(170,195,285,80,1);
Box3D(172,197,281,76,0);
Shadow("Generating Menu Soure code ",200,210,15);
buildMenu("cMenu.scr","Menu.c");
buildMenu("pasMenu.scr","Menu.pas");
/*== Produce Menu File ==*/
Shadow(" [ Done ]",dotX,230,15);
Shadow("Menu.C & Menu.PAS generated !",200,250,15);
getch();
ClrbyLine();
/*End of Production*/
}
/***************************************************************************
** Author : Ong Hui Lam <[email protected]> **
** Library Name : GUI12h - Graphics User Interface for 12h mode **
** Desciption : A 12h mode (640x480 16 colors) GUI rountine **
***************************************************************************/
#include <GRAPHICS.H>
#include <ALLOC.H>
#include <STDIO.H>
#include <CONIO.H>
#include <STDLIB.H>
#include <STRING.H>
#include <DOS.H>