Subversion Repositories Kolibri OS

Rev

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

Rev 5957 Rev 5960
Line 4... Line 4...
4
#ifndef AUTOBUILD
4
#ifndef AUTOBUILD
5
#include "lang.h--"
5
#include "lang.h--"
6
#endif
6
#endif
Line 7... Line 7...
7
 
7
 
8
//libraries
8
//libraries
9
#define MEMSIZE 540000
9
#define MEMSIZE 4096 * 150
10
#include "..\lib\clipboard.h"
10
#include "..\lib\clipboard.h"
11
#include "..\lib\strings.h"
11
#include "..\lib\strings.h"
12
#include "..\lib\mem.h"
12
#include "..\lib\mem.h"
13
#include "..\lib\file_system.h"
13
#include "..\lib\file_system.h"
14
#include "..\lib\gui.h"
14
#include "..\lib\gui.h"
15
#include "..\lib\list_box.h"
15
#include "..\lib\list_box.h"
16
#include "..\lib\random.h"
16
#include "..\lib\random.h"
-
 
17
#include "..\lib\font.h"
17
#include "..\lib\font.h"
18
#include "..\lib\collection.h"
18
//obj
19
//obj
19
#include "..\lib\obj\libini.h"
20
#include "..\lib\obj\libini.h"
Line 20... Line 21...
20
#include "..\lib\obj\box_lib.h"
21
#include "..\lib\obj\box_lib.h"
Line 70... Line 71...
70
char scroll_used=false;
71
char scroll_used=false;
Line 71... Line 72...
71
 
72
 
Line 72... Line 73...
72
dword menu_stak,about_stak,properties_stak,settings_stak,copy_stak,delete_stak;
73
dword menu_stak,about_stak,properties_stak,settings_stak,copy_stak,delete_stak;
73
 
74
 
74
proc_info Form;
75
proc_info Form;
75
int mouse_dd, sc_slider_h, kolibrios_drive;
76
int mouse_dd, sc_slider_h;
76
int j, i;
77
int j, i;
77
int action_buf;
78
int action_buf;
Line 410... Line 411...
410
				{
411
				{
411
					switch(key_scancode)
412
					switch(key_scancode)
412
					{
413
					{
413
						case 059...068:
414
						case 059...068:
414
								key_scancode -= 59;
415
								key_scancode -= 59;
415
								if (key_scancode
416
								if (key_scancode
416
								{
417
								{
417
									if (!two_panels)
418
									if (!two_panels)
418
									{
419
									{
419
										DrawRectangle(17,key_scancode*16+74,159,16, 0); //display click
420
										DrawRectangle(17,key_scancode*16+74,159,16, 0); //display click
420
										pause(7);										
421
										pause(7);