Subversion Repositories Kolibri OS

Rev

Rev 9597 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9597 Rev 9602
Line 35... Line 35...
35
		case evReDraw:
35
		case evReDraw:
36
				DefineAndDrawWindow(Form.left+Form.width/2,Form.top+Form.height/2-114,300,300+skin_h,0x34,sc.work,T_ABOUT,0);
36
				DefineAndDrawWindow(Form.left+Form.width/2,Form.top+Form.height/2-114,300,300+skin_h,0x34,sc.work,T_ABOUT,0);
37
				GetProcessInfo(#about_form, SelfInfo);
37
				GetProcessInfo(#about_form, SelfInfo);
38
				if (about_form.status_window>2) break;
38
				if (about_form.status_window>2) break;
39
				logo_pal[0] = sc.work;
39
				logo_pal[0] = sc.work;
40
				ESDWORD[#logo_pal+16] = sc.work_dark;
40
				ESDWORD[#logo_pal+16] = sc.dark;
41
				PutPaletteImage(#logo,86,86,about_form.cwidth-86/2,10,8,#logo_pal);
41
				PutPaletteImage(#logo,86,86,about_form.cwidth-86/2,10,8,#logo_pal);
42
				about_x = -strlen(ABOUT_TITLE)*18+about_form.cwidth/2;
42
				about_x = -strlen(ABOUT_TITLE)*18+about_form.cwidth/2;
43
				WriteTextB(about_x+2,107,0x82,0xD49CD2,ABOUT_TITLE);
43
				WriteTextB(about_x+2,107,0x82,0xD49CD2,ABOUT_TITLE);
44
				WriteTextB(about_x,105,0x82,0x9D129D,ABOUT_TITLE);
44
				WriteTextB(about_x,105,0x82,0x9D129D,ABOUT_TITLE);
45
				WriteTextLines(73,163,0x90,sc.work_text,"    By Leency\nand KolibriOS Team\n    2008-2021",20);
45
				WriteTextLines(73,163,0x90,sc.work_text,"    By Leency\nand KolibriOS Team\n    2008-2021",20);