Subversion Repositories Kolibri OS

Rev

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

Rev 975 Rev 976
Line 1... Line 1...
1
#include "imgs\logo.txt"
1
#include "imgs\logo.txt"
Line -... Line 2...
-
 
2
 
-
 
3
?define add_new_path 1
-
 
4
?define go_back 2
2
 
5
 
3
/*
6
/*
4
//IPC
7
//IPC
5
#include "lib\Nable_lib.h--"
8
#include "lib\Nable_lib.h--"
Line 36... Line 39...
36
		case evReDraw:
39
		case evReDraw:
37
			WindowRedrawStatus(1);
40
			WindowRedrawStatus(1);
38
			DefineAndDrawWindow(500,200,181,256,0x34,0x10EFEBEF,0,0,"About Eolite");
41
			DefineAndDrawWindow(500,200,181,256,0x34,0x10EFEBEF,0,0,"About Eolite");
39
			DrawBar(0,0,172,50,0x8494C4); //ãîëóáîå ñçàäè
42
			DrawBar(0,0,172,50,0x8494C4); //ãîëóáîå ñçàäè
40
			PutPaletteImage(#logo,85,85,48,7,#logo_pal);
43
			PutPaletteImage(#logo,85,85,48,7,#logo_pal);
41
			WriteText(33,100,0x80,0xBF40BF,"Eolite v0.98.2 RC1",0);
44
			WriteText(33,100,0x80,0xBF40BF,"Eolite v0.98.3 RC1",0);
42
			WriteText(55,120,0x80,0,"Developers:",0); 
45
			WriteText(55,120,0x80,0,"Developers:",0); 
43
			WriteText(39,130,0x80,0,"Leency & Veliant",0); 
46
			WriteText(39,130,0x80,0,"Leency & Veliant",0); 
44
			WriteText(30,140,0x80,0,"Diamond, Lrz, Nable",0);
47
			WriteText(30,140,0x80,0,"Diamond, Lrz, Nable",0);
45
			WriteText(21,160,0x80,0,"Made using C-- in 2008",0);
48
			WriteText(21,160,0x80,0,"Made using C-- in 2008",0);
46
			WriteText(18,170,0x80,0,"Visit www.kolibrios.org",0);
49
			WriteText(18,170,0x80,0,"Visit www.kolibrios.org",0);
Line 48... Line 51...
48
			WindowRedrawStatus(2);
51
			WindowRedrawStatus(2);
49
	}
52
	}
50
}
53
}
Line -... Line 54...
-
 
54
 
-
 
55
 
-
 
56
void HistoryPath(byte action)
-
 
57
{
-
 
58
	IF (action==add_new_path)
-
 
59
	{
-
 
60
		IF (strcmp(#PathHistory+find_symbol(#PathHistory,'|'),#path)==0) return;
-
 
61
		copystr("|",#PathHistory+strlen(#PathHistory));
-
 
62
		copystr(#path,#PathHistory+strlen(#PathHistory));
-
 
63
	}
-
 
64
	IF (action==go_back)
-
 
65
	{
-
 
66
		WHILE (PathHistory[i]<>'|') { i--; };
-
 
67
		IF (i>0) PathHistory[i]=0x00;
-
 
68
		WHILE (PathHistory[i]<>'|')	{ copystr(#PathHistory[i],#path); i--;	}
-
 
69
		IF (i>0) PathHistory[i]=0x00;
-
 
70
	}
-
 
71
}
51
 
72
 
52
 
73
 
53
/*òèïà àíèìàöèÿ
74
/*òèïà àíèìàöèÿ
54
WHILE (m.lkm==1)
75
WHILE (m.lkm==1)
55
{
76
{