Subversion Repositories Kolibri OS

Rev

Rev 5706 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5706 Rev 5709
Line 232... Line 232...
232
{
232
{
233
	system.color.get();
233
	system.color.get();
234
	DefineAndDrawWindow(GetScreenWidth()-WIN_W/2,GetScreenHeight()-WIN_H/2,WIN_W,WIN_H,0x73,0xFFFFFF,#win_title);
234
	DefineAndDrawWindow(GetScreenWidth()-WIN_W/2,GetScreenHeight()-WIN_H/2,WIN_W,WIN_H,0x73,0xFFFFFF,#win_title);
235
	GetProcessInfo(#Form, SelfInfo);
235
	GetProcessInfo(#Form, SelfInfo);
236
	if (Form.status_window>2) return;
236
	if (Form.status_window>2) return;
237
	tview.SetSizes(0, TOPPANELH, Form.cwidth, Form.cheight-BOTPANELH-TOPPANELH, 200, 12);
237
	tview.SetSizes(0, TOPPANELH, Form.cwidth, Form.cheight-BOTPANELH-TOPPANELH, 12);
238
	DrawBar(0, 0, Form.cwidth, TOPPANELH, system.color.work);
238
	DrawBar(0, 0, Form.cwidth, TOPPANELH, system.color.work);
239
	DrawBar(0, Form.cheight-BOTPANELH, Form.cwidth, BOTPANELH, system.color.work);
239
	DrawBar(0, Form.cheight-BOTPANELH, Form.cwidth, BOTPANELH, system.color.work);
Line 240... Line 240...
240
	
240
	
241
	menudata1.bckg_col = system.color.work;
241
	menudata1.bckg_col = system.color.work;