Subversion Repositories Kolibri OS

Rev

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

Rev 6050 Rev 6191
Line 41... Line 41...
41
				
41
				
42
		case evReDraw:
42
		case evReDraw:
43
				DefineAndDrawWindow(Form.left+Form.width/2,Form.top+Form.height/2-114,440,200+GetSkinHeight(),0x34,system.color.work,0);
43
				DefineAndDrawWindow(Form.left+Form.width/2,Form.top+Form.height/2-114,440,200+GetSkinHeight(),0x34,system.color.work,0);
44
				GetProcessInfo(#about_form, SelfInfo);
44
				GetProcessInfo(#about_form, SelfInfo);
-
 
45
				if (about_form.status_window>2) break;
45
				if (about_form.status_window>2) break;
46
				logo_pal[0] = system.color.work;
46
				_PutImage(10, 23, 86, 86, #logo);
47
				PutPaletteImage(#logo,86,86,10,23,8,#logo_pal);
47
				WriteTextB(112,16,0x82,0xD49CD2,ABOUT_TITLE);
48
				WriteTextB(112,16,0x82,0xD49CD2,ABOUT_TITLE);
48
				WriteTextB(110,14,0x82,0xBF40BF,ABOUT_TITLE);
49
				WriteTextB(110,14,0x82,0xBF40BF,ABOUT_TITLE);
49
				WriteTextLines(110,53,10010000b,0,DEVELOPERS_TEXT,21);
50
				WriteTextLines(110,53,10010000b,0,DEVELOPERS_TEXT,21);
50
				#ifdef LANG_RUS
51
				#ifdef LANG_RUS