Subversion Repositories Kolibri OS

Rev

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

Rev 308 Rev 309
Line 3... Line 3...
3
;            ¢ëà ¢­¨¢ ­¨¥ á­¨§ã ®â­®á¨â¥«ì­® à ¡®ç¥© ®¡« á⨠íªà ­ 
3
;            ¢ëà ¢­¨¢ ­¨¥ á­¨§ã ®â­®á¨â¥«ì­® à ¡®ç¥© ®¡« á⨠íªà ­ 
4
window_y=67
4
window_y=67
5
;window_x=320
5
;window_x=320
6
window_x=640
6
window_x=640
7
include 'macros.inc'
7
include 'macros.inc'
-
 
8
include 'lang.inc'
8
	meos_header par
9
	meos_header par
9
	use_edit_box
10
	use_edit_box
10
	use_txt_button
11
	use_txt_button
11
	app_start
12
	app_start
12
	cmp	[par],byte 0
13
	cmp	[par],byte 0
Line 219... Line 220...
219
	mov	eax,4
220
	mov	eax,4
220
	int	0x40
221
	int	0x40
221
ret
222
ret
Line 222... Line 223...
222
 
223
 
223
run_but txt_button 0,5,15,25,2,0,0,run_but_text,
-
 
224
run_but_text db '‡€“‘’ˆ’œ',0
224
run_but txt_button 0,5,15,25,2,0,0,run_but_text,
225
input_fn edit_box 0,5,5,0xffffff,0,0xaaaaaa,0,511,fn,ed_focus+\
225
input_fn edit_box 0,5,5,0xffffff,0,0xaaaaaa,0,511,fn,ed_focus+\
Line -... Line 226...
-
 
226
ed_always_focus
226
ed_always_focus
227
 
227
 
228
if lang eq ru
228
hello db '‚¢¥¤¨â¥ ¯®«­ë© ¯ãâì ª ä ©«ã ¨ ­ ¦¬¨â¥ Enter',0
229
hello db '‚¢¥¤¨â¥ ¯®«­ë© ¯ãâì ª ä ©«ã ¨ ­ ¦¬¨â¥ Enter',0
229
bad_file_sys db '¥¨§¢¥áâ­ ï ä ©«®¢ ï á¨á⥬ ',0 ; 3
230
bad_file_sys db '¥¨§¢¥áâ­ ï ä ©«®¢ ï á¨á⥬ ',0 ; 3
230
file_not_find db '” ©« ­¥ ­ ©¤¥­',0		 ; 5
231
file_not_find db '” ©« ­¥ ­ ©¤¥­',0		 ; 5
Line 234... Line 235...
234
out_of_memory db '¥¤®áâ â®ç­® ¯ ¬ïâ¨',0	 ; 30
235
out_of_memory db '¥¤®áâ â®ç­® ¯ ¬ïâ¨',0	 ; 30
235
file_not_executable db '” ©« ­¥ ï¥âáï ¨á¯®«­ï¥¬ë¬',0 ; 31
236
file_not_executable db '” ©« ­¥ ï¥âáï ¨á¯®«­ï¥¬ë¬',0 ; 31
236
many_processes db '‘«¨èª®¬ ¬­®£® ¯à®æ¥áᮢ',0	 ; 32
237
many_processes db '‘«¨èª®¬ ¬­®£® ¯à®æ¥áᮢ',0	 ; 32
237
run_ok db 'à®£à ¬¬  ãᯥ譮 § ¯ã饭 ',0
238
run_ok db 'à®£à ¬¬  ãᯥ譮 § ¯ã饭 ',0
238
grab_text db '‡€“‘Š Žƒ€ŒŒ›',0
239
grab_text db '‡€“‘Š Žƒ€ŒŒ›',0
-
 
240
run_but_text db '‡€“‘’ˆ’œ',0
-
 
241
else
-
 
242
hello db 'Enter full path to file and press ',0
-
 
243
bad_file_sys db 'Unknown file system',0                ; 3
-
 
244
file_not_find db 'File not found',0                    ; 5
-
 
245
bad_fat_table db 'FAT table corrupted',0               ; 9
-
 
246
acces_denyied db 'Access denied',0                     ; 10
-
 
247
device_error db 'Device error',0                       ; 11
-
 
248
out_of_memory db 'Out of memory',0                     ; 30
-
 
249
file_not_executable db 'File is not executable',0      ; 31
-
 
250
many_processes db 'Too many processes',0               ; 32
-
 
251
run_ok db 'The program was started successfully',0
-
 
252
grab_text db 'RUN',0
-
 
253
run_but_text db 'RUN',0
-
 
254
end if
-
 
255
 
Line 239... Line 256...
239
 
256
 
Line 240... Line 257...
240
status dd hello
257
status dd hello
241
 
258