Курсовая работа: Дослідження зміни температури термопари за допомогою чисельних методів на ЕОМ
void setcapt(char *x){caption=x;};
int getwidth()const {return width;};
int getheight()const {return height;};
int gettop()const {return top;};
int getleft()const {return left;};
int getonoff()const {return onoff;};
int getcol()const {return color;};
const char* getcapt(){return caption;};
virtual void mousemove(int i);
virtual void setpos(int x,int y, char* capt,int i=0);
protected:
int width;
int height;
int top;
int left;
int onoff;
int color;
char *caption;
};
class TMeny:public TButton
{
public:
TMeny();
~TMeny(){};
virtual void Draw();
virtual void setonoff(int x)
{
onoff=x;
if (!onoff) color=colornotsel;