Курсовая работа: Конструирование программ и языки программирования
if((ch!=9)) i=nzap;
};
if(ch==9)ch=getch();}
while(ch==9);
if(ch==13)break;
};
return ret;
};//*/
int View(int corr)
{
HideMouse();
setfillstyle(1,1);
bar(0,0,getmaxx(),getmaxy());
setcolor(4);
line(0,270,640,270);
line(0,0,7,7);
line(633,7,640,0);
line(0,270,7,263);
line(633,263,640,270);
line(0,270,7,277);
line(633,277,640,270);
line(0,480,7,473);
line(633,473,640,480);
rectangle(7,7,633,263);
rectangle(7,277,633,473);
setfillstyle(1,2);
bar(601,279,631,471);
settextstyle(0,0,3);
outtextxy(608,290,"F");