Subversion Repositories Kolibri OS

Rev

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

Rev 6580 Rev 6746
Line 90... Line 90...
90
{
90
{
91
	incn y;
91
	incn y;
92
	dword x=30;
92
	dword x=30;
93
	y.n=0;
93
	y.n=0;
94
	system.color.get();
94
	system.color.get();
95
	DefineAndDrawWindow(screen.width-570/2, 100, 570, 280+skin_height, 0x34, system.color.work, WINDOW_TITLE_TEXT);
95
	DefineAndDrawWindow(screen.width-570/2, 100, 570, 280+skin_height, 0x34, system.color.work, WINDOW_TITLE_TEXT,0);
96
	GetProcessInfo(#Form, SelfInfo);
96
	GetProcessInfo(#Form, SelfInfo);
97
	WriteTextB(x+2,y.inc(20)+2,0x81,MixColors(system.color.work, 0xB92234,220),CONTENT_HEADER_TEXT);
97
	WriteTextB(x+2,y.inc(20)+2,0x81,MixColors(system.color.work, 0xB92234,220),CONTENT_HEADER_TEXT);
98
	WriteTextB(x,y.n,0x81,0xB92234,CONTENT_HEADER_TEXT);
98
	WriteTextB(x,y.n,0x81,0xB92234,CONTENT_HEADER_TEXT);
Line 99... Line 99...
99
	
99