Subversion Repositories Kolibri OS

Rev

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

Rev 5622 Rev 5626
Line 32... Line 32...
32
	?define SOFTEN_HEIGHT "‚ëá®â  ᣫ ¦¨¢ ­¨ï"
32
	?define SOFTEN_HEIGHT "‚ëá®â  ᣫ ¦¨¢ ­¨ï"
33
	?define BUTTON_OFFSET "®«¥ ¢®ªà㣠ª­®¯®ª"
33
	?define BUTTON_OFFSET "®«¥ ¢®ªà㣠ª­®¯®ª"
34
	?define FSIZE "¥¦¨¬ ¯ ­¥«¨"
34
	?define FSIZE "¥¦¨¬ ¯ ­¥«¨"
35
	?define ASHOW "¥ áªà뢠âì"
35
	?define ASHOW "¥ áªà뢠âì"
36
	?define CHANGE_POS " ¦¬¨â¥ ­  ¨§®¡à ¦¥­¨¥ ¤«ï ᬥ­ë ¯®§¨æ¨¨"
36
	?define CHANGE_POS " ¦¬¨â¥ ­  ¨§®¡à ¦¥­¨¥ ¤«ï ᬥ­ë ¯®§¨æ¨¨"
37
	?define BOX_LIB_LOAD_ERR "Žè¨¡ª  ¯à¨ § £à㧪¥ ¡¨¡«¨®â¥ª¨ /rd/1/lib/box_lib.obj"
-
 
38
	?define LIBINI_LOAD_ERR "Žè¨¡ª  ¯à¨ § £à㧪¥ ¡¨¡«¨®â¥ª¨ /rd/1/lib/libini.obj"
-
 
39
#else
37
#else
40
	?define WINDOW_TITLE "Taskbar and Docky configuration"
38
	?define WINDOW_TITLE "Taskbar and Docky configuration"
41
    ?define TASK_FRAME_T " Taskbar "
39
    ?define TASK_FRAME_T " Taskbar "
42
	?define DOCK_FRAME_T " Docky "
40
	?define DOCK_FRAME_T " Docky "
43
	?define MIN_LEFT_BUTTON "Min Left Button"
41
	?define MIN_LEFT_BUTTON "Min Left Button"
Line 52... Line 50...
52
	?define SOFTEN_HEIGHT "Soften Height"
50
	?define SOFTEN_HEIGHT "Soften Height"
53
	?define BUTTON_OFFSET "Button Offset"
51
	?define BUTTON_OFFSET "Button Offset"
54
	?define FSIZE "Full width"
52
	?define FSIZE "Full width"
55
	?define ASHOW "Always show"
53
	?define ASHOW "Always show"
56
	?define CHANGE_POS "Click on image to change position"
54
	?define CHANGE_POS "Click on image to change position"
57
	?define BOX_LIB_LOAD_ERR "Error while loading library /rd/1/lib/box_lib.obj"
-
 
58
	?define LIBINI_LOAD_ERR "Error while loading library /rd/1/lib/libini.obj"
-
 
59
#endif
55
#endif
Line 60... Line 56...
60
 
56
 
61
 
57
 
Line 95... Line 91...
95
void main()
91
void main()
96
{
92
{
97
	dword id, key;
93
	dword id, key;
Line 98... Line 94...
98
 
94
 
99
	mem_Init();
95
	mem_Init();
100
	if (load_dll2(libini, #lib_init,1)!=0) notify(LIBINI_LOAD_ERR);
96
	load_dll(boxlib, #box_lib_init,0);
Line 101... Line 97...
101
	if (load_dll2(boxlib, #box_lib_init,0)!=0) notify(BOX_LIB_LOAD_ERR);
97
	load_dll(boxlib, #box_lib_init,0);
Line 102... Line 98...
102
 
98
 
103
	LoadCfg();
99
	LoadCfg();