Subversion Repositories Kolibri OS

Rev

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

Rev 2871 Rev 6761
Line 8... Line 8...
8
const char er_file_not_found[] = "Cannot open file. ";
8
const char er_file_not_found[] = "Cannot open file. ";
9
const char str_filename[]="Filename:";
9
const char str_filename[]="Filename:";
10
const char str_editfile[]="Edit";
10
const char str_editfile[]="Edit";
Line 11... Line 11...
11
 
11
 
12
// íà÷àëüíûå ðàçìåðû
12
// íà÷àëüíûå ðàçìåðû
13
#define WND_W 400
13
#define WND_W 600
Line 14... Line 14...
14
#define WND_H 300
14
#define WND_H 470
15
 
15
 
16
#define LIGHTGREEN 0xff0000
16
#define LIGHTGREEN 0xff0000
17
#define WHITE 0xffffff
17
#define WHITE 0xffffff
Line 44... Line 44...
44
double x1,y1,x2,y2;
44
double x1,y1,x2,y2;
45
char *funct = NULL;
45
char *funct = NULL;
Line 46... Line 46...
46
 
46
 
47
char edit_path[1024];
47
char edit_path[1024];
48
//Dword editbox_y = WND_H - 16, editbox_w = WND_W - 70;
48
//Dword editbox_y = WND_H - 16, editbox_w = WND_W - 70;
Line 49... Line 49...
49
edit_box mybox = {0,9*8-5,WND_H - 16-32,0xffffff,0x6a9480,0,0x808080,0,512,(dword)&edit_path, 64}; 
49
edit_box mybox = {0,9*8-5,WND_H - 16-32,0xffffff,0x6a9480,0,0x808080,0x10000000,sizeof(edit_path),(dword)&edit_path, 64, 100000000000010b}; 
Line 50... Line 50...
50
 
50