Subversion Repositories Kolibri OS

Rev

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

Rev 5674 Rev 5685
Line 48... Line 48...
48
					ExitProcess();
48
					ExitProcess();
49
				}
49
				}
50
				break;
50
				break;
Line 51... Line 51...
51
				
51
				
52
		case evReDraw:
52
		case evReDraw:
53
				DefineAndDrawWindow(Form.left+Form.width/2,Form.top+Form.height/2-114,300,228+GetSkinHeight(),0x34,system.color.work,INTRO_TEXT_1);
53
				DefineAndDrawWindow(Form.left+Form.width/2,Form.top+Form.height/2-114,300,248+GetSkinHeight(),0x34,system.color.work,INTRO_TEXT_1);
54
				GetProcessInfo(#about_form, SelfInfo);
54
				GetProcessInfo(#about_form, SelfInfo);
55
				if (Form.status_window>2) break;
55
				if (Form.status_window>2) break;
56
				DrawBar(0,0,about_form.cwidth,50,0x8494C4);
56
				DrawBar(0,0,about_form.cwidth,50,0x8494C4);
57
				PutPaletteImage(#logo,85,85,about_form.width/2-43,7,8,#logo_pal);
57
				PutPaletteImage(#logo,85,85,about_form.cwidth/2-43,7,8,#logo_pal);
58
				WriteTextB(about_form.width/2-46,100,0x90,0xBF40BF,ABOUT_TITLE);
58
				WriteTextB(about_form.cwidth/2-66,100,0x81,0xBF40BF,ABOUT_TITLE);
59
				WriteTextCenter(0,120,about_form.cwidth,0,INTRO_TEXT_2);			
59
				WriteTextCenter(0,130,about_form.cwidth,0,INTRO_TEXT_2);			
60
				WriteTextCenter(0,130,about_form.cwidth,0,"Leency Veliant PunkJoker Pavelyakov"); 
60
				WriteTextCenter(0,143,about_form.cwidth,0,"Leency Veliant PunkJoker Pavelyakov"); 
61
				WriteTextCenter(0,140,about_form.cwidth,0,"KolibriOS Team");
61
				WriteTextCenter(0,156,about_form.cwidth,0,"KolibriOS Team");
62
				WriteTextCenter(0,150,about_form.cwidth,0,"2008-2015");
62
				WriteTextCenter(0,169,about_form.cwidth,0,"2008-2015");
63
				WriteTextCenter(10,170,about_form.width-125,0,INTRO_TEXT_3);			
63
				WriteTextCenter(10,182,about_form.width-125,0,INTRO_TEXT_3);			
64
				DrawLink(about_form.width/2-15,170,0x80,23, "kolibri-n.org");
64
				DrawLink(about_form.cwidth/2-15,182,0x80,23, "kolibri-n.org");
65
				DrawFlatButton(about_form.width/2-35,about_form.height-60,70,22,10,0xE4DFE1, INTRO_TEXT_4);
65
				DrawFlatButton(about_form.cwidth/2-35,about_form.cheight-35,70,22,10,0xE4DFE1, INTRO_TEXT_4);
66
	}
66
	}
67
}
67
}