Subversion Repositories Kolibri OS

Rev

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

Rev 2591 Rev 2662
Line 1... Line 1...
1
//Leency - 2012
1
//Leency - 2012
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
#include "imgs\logo.txt"
3
#include "imgs\logo.txt"
4
 
4
 
Line 5... Line 5...
5
#define BROWSER_PATH	"/sys/htmlv"
5
#define BROWSER_PATH	"/sys/htmlv"
6
#define BROWSER_LINK	"http://www.kolibri-os.narod.ru"
6
#define BROWSER_LINK	"http://kolibri-os.narod.ru"
7
 
7
 
8
 
8
 
9
void authors()
9
void about_dialog()
10
{   
10
{   
Line 35... Line 35...
35
				
35
				
36
		case evReDraw:
36
		case evReDraw:
37
				DefineAndDrawWindow(600,150,181,256,0x34,0x10EFEBEF,0,0,"About Eolite");
37
				DefineAndDrawWindow(600,150,181,256,0x34,0x10EFEBEF,0,0,"About Eolite");
38
				DrawBar(0,0,172,50,0x8494C4); //ãîëóáîå ñçàäè
38
				DrawBar(0,0,172,50,0x8494C4); //ãîëóáîå ñçàäè
39
				PutPaletteImage(#logo,85,85,43,7,#logo_pal);
39
				PutPaletteImage(#logo,85,85,43,7,#logo_pal);
40
				WriteText(54,100,0x80,0xBF40BF,"Eolite v1.2",0);
40
				WriteText(51,100,0x80,0xBF40BF,"Eolite v1.22",0);
41
				WriteText(55,120,0x80,0,"Developers:",0); 
41
				WriteText(55,120,0x80,0,"Developers:",0); 
42
				WriteText(39,130,0x80,0,"Leency & Veliant",0); 
42
				WriteText(39,130,0x80,0,"Leency & Veliant",0); 
43
				WriteText(45,140,0x80,0,"KolibriOS Team",0);
43
				WriteText(45,140,0x80,0,"KolibriOS Team",0);
44
				WriteText(55,150,0x80,0," 2008-2012 ",0);
44
				WriteText(61,150,0x80,0,"2008-2012",0);
45
				WriteText(12,170,0x80,0,"Visit",0);
45
				WriteText(12,170,0x80,0,"Visit",0);
46
				DrawLink(48,170,23, "kolibri-os.narod.ru"); //ññûëêa
46
				DrawLink(48,170,23, "kolibri-os.narod.ru"); //ññûëêa
47
				DrawFlatButton(85,190,70,22,0,0xE4DFE1, "Close");
47
				DrawFlatButton(85,190,70,22,0,0xE4DFE1, "Close");
48
	}
48
	}