Subversion Repositories Kolibri OS

Rev

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

Rev 4601 Rev 6256
Line 1... Line 1...
1
;*****************************************************************************
1
;*****************************************************************************
2
; Box_Lib - library of graphical components
2
; Box_Lib - library of graphical components
3
; Copyright (C) KolibriOS team 2008-2013. All rights reserved.
3
; Copyright (C) KolibriOS team 2008-2016. All rights reserved.
4
;
4
;
5
; Authors:
5
; Authors:
6
; Alexey Teplov aka 
6
; Alexey Teplov aka 
7
; Marat Zakiyanov aka Mario79, aka Mario
7
; Marat Zakiyanov aka Mario79, aka Mario
8
; Evtikhov Maxim aka Maxxxx32
8
; Evtikhov Maxim aka Maxxxx32
Line 16... Line 16...
16
public EXPORTS
16
public EXPORTS
Line 17... Line 17...
17
 
17
 
18
section '.flat' code readable align 16
18
section '.flat' code readable align 16
19
include '../../../../macros.inc'
19
include '../../../../macros.inc'
-
 
20
include '../../../../proc32.inc'
20
include '../../../../proc32.inc'
21
include '../../../../KOSfuncs.inc'
21
include 'bl_sys.mac'
22
include 'bl_sys.mac'
22
include 'box_lib.mac' ;macro which should make life easier :)
23
include 'box_lib.mac' ;macro which should make life easier :)
Line 23... Line 24...
23
;include '../../../../debug.inc'
24
;include '../../../../debug.inc'
Line 335... Line 336...
335
dd	sz_ted_but_undo,		ted_but_undo
336
dd	sz_ted_but_undo,		ted_but_undo
336
dd	sz_ted_but_redo,		ted_but_redo
337
dd	sz_ted_but_redo,		ted_but_redo
337
dd	sz_ted_but_reverse,		ted_but_reverse
338
dd	sz_ted_but_reverse,		ted_but_reverse
338
dd	sz_ted_but_find_next,		ted_but_find_next
339
dd	sz_ted_but_find_next,		ted_but_find_next
339
dd	sz_ted_text_colored,		ted_text_colored
340
dd	sz_ted_text_colored,		ted_text_colored
340
dd	sz_ted_version, 		0x00000004
341
dd	sz_ted_version, 		0x00000005
Line 341... Line 342...
341
 
342
 
342
dd	sz_Frame_draw,			frame.draw
343
dd	sz_Frame_draw,			frame.draw
Line 343... Line 344...
343
dd	szVersion_frame,		0x00010001
344
dd	szVersion_frame,		0x00010001