Курсовая работа: Конструирование программ и языки программирования
outtextxy(608,380,"N");
outtextxy(608,425,"D");
settextstyle(0,0,0);
rectangle(600,278,632,472);
rectangle(601,277,633,473);
setfillstyle(1,3);
bar(8,8,632,261);
bar(8,278,599,472);
bar(8,435,599,472);
setcolor(4);
int exitPrg=0,ret=0;
char cr;
int i=1,newi=1,botton, x, y;
Nadpis(1,1);
ShowMouse();
line(8,450,599,450);
while(exitPrg==0){
while(!kbhit()){Mousebut(&botton, &x, &y);
if(botton>0)
if((x>601)&&(x<631))
if((y>279)&&(y<471)){
i=Find();newi=i;i=1;};
};
cr=getch(); HideMouse();
switch(cr){
case 72:{i--;
if(i<1) {
i=1;
if(newi>1){newi--;};