Subversion Repositories Kolibri OS

Rev

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

Rev 305 Rev 308
Line 1... Line 1...
1
;--- ¤à㣨¥ ¬ ªà®áë ---
1
;--- ¤à㣨¥ ¬ ªà®áë ---
2
include 'editbox.inc'
2
include 'editbox.inc'
3
include 'txtbut.inc'
3
include 'txtbut.inc'
-
 
4
;include 'gp.inc'
4
include 'lang.inc'
5
;include 'label.inc'
-
 
6
;include 'checkbox.inc'
-
 
7
;include 'file_sys.inc'
-
 
8
;include 'textwork.inc'
-
 
9
;include 'ini.inc'
-
 
10
 
-
 
11
lang fix ru;en
Line 5... Line 12...
5
 
12
 
6
;--- § £®«®¢®ª ---
13
;--- § £®«®¢®ª ---
7
macro meos_header par_buf,cur_dir_buf
14
macro meos_header par_buf,cur_dir_buf
8
{
15
{
Line 119... Line 126...
119
        mov     eax,48
126
	mov	eax,48
120
        mov     ebx,7
127
	mov	ebx,7
121
        int     0x40
128
	int	0x40
122
}
129
}
Line 123... Line 130...
123
 
130
 
124
macro get_scin_height
131
macro get_skin_height
125
{
132
{
126
        mov     eax,48
133
	mov	eax,48
127
        mov     ebx,4
134
	mov	ebx,4
128
        int     0x40
135
	int	0x40