Subversion Repositories Kolibri OS

Rev

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

Rev 3432 Rev 3434
Line 12... Line 12...
12
	{
12
	{
13
		case evButton: 
13
		case evButton: 
14
				id=GetButtonID();
14
				id=GetButtonID();
15
				IF (id==1) || (id==10) ExitProcess();
15
				IF (id==1) || (id==10) ExitProcess();
16
				IF (id==23) RunProgram(BROWSER_PATH, BROWSER_LINK);
16
				IF (id==23) RunProgram(BROWSER_PATH, BROWSER_LINK);
17
				IF (id==33) RunProgram(EDITOR_PATH, abspath("Eolite.ini"));
-
 
18
				break;
17
				break;
Line 19... Line 18...
19
				
18
				
20
		case evKey:
19
		case evKey:
21
				IF (GetKey()==27) ExitProcess();
20
				IF (GetKey()==27) ExitProcess();
Line 31... Line 30...
31
				WriteText(45,140,0x80,0,"KolibriOS Team");
30
				WriteText(45,140,0x80,0,"KolibriOS Team");
32
				WriteText(61,150,0x80,0,"2008-2013");
31
				WriteText(61,150,0x80,0,"2008-2013");
33
				WriteText(29,170,0x80,0,"Visit");
32
				WriteText(29,170,0x80,0,"Visit");
34
				DrawLink(66,170,0x80,23, "kolibri-n.org");
33
				DrawLink(66,170,0x80,23, "kolibri-n.org");
35
				DrawFlatButton(85,190,70,22,10,0xE4DFE1, "Close");
34
				DrawFlatButton(85,190,70,22,10,0xE4DFE1, "Close");
36
				DefineButton(20-1,195-1, 16+1,15+1, 33+BT_HIDE, 0);
-
 
37
				PutPaletteImage(8*16*15+#ficons,16,15,20,195,8,#ficons_pal);	
-
 
38
				DrawFilledBar(0, 216, 172, 12);
35
				DrawFilledBar(0, 216, 172, 12);
39
	}
36
	}
40
}
37
}
41
38