Subversion Repositories Kolibri OS

Rev

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

Rev 6328 Rev 6329
Line 42... Line 42...
42
include '../../../libio.inc'
42
include '../../../libio.inc'
Line 43... Line 43...
43
 
43
 
Line 44... Line 44...
44
@use_library_mem mem.Alloc,mem.Free,mem.ReAlloc,dll.Load
44
@use_library_mem mem.Alloc,mem.Free,mem.ReAlloc,dll.Load
45
 
-
 
46
COLOR_ORDER equ MENUETOS
45
 
47
include	'gif_lite.inc'
46
COLOR_ORDER equ MENUETOS
48
include	'bmplib.inc'
47
include	'bmplib.inc'
49
include	'dialog2.inc'
48
include	'dialog2.inc'
Line 50... Line 49...
50
include	'design.inc'
49
include	'design.inc'
Line 51... Line 50...
51
include	'graphlib.inc'
50
include	'graphlib.inc'
Line 52... Line 51...
52
 
51
 
53
include	'cursors.inc'
52
include	'cursors.inc'
Line 54... Line 53...
54
 
53
 
Line 55... Line 54...
55
include	'load_from_parameters.inc'
54
include	'load_from_parameters.inc'
56
 
55
 
57
START:
56
START:
58
	mcall	68,11
57
	mcall SF_SYS_MISC,SSF_HEAP_INIT
59
	
58
	
60
load_libraries l_libs_start,end_l_libs
59
load_libraries l_libs_start,end_l_libs
61
 
60
 
62
	cmp	eax,-1
61
	cmp	eax,-1
63
	jz	close
62
	jz	close
64
;--------------------------------------------------------
63
;--------------------------------------------------------
Line 175... Line 174...
175
;----------------------------------------------------------
174
;----------------------------------------------------------
176
;-------------------ICON"S picture-------------------------
175
;-------------------ICON"S picture-------------------------
177
;----------------------------------------------------------
176
;----------------------------------------------------------
178
	dd	0
177
	dd	0
179
panel_picture:
178
panel_picture:
180
file 'panel_buttons.gif'
179
file 'panel_buttons.png'
181
.end:
180
.end:
182
;****************cursors******************
181
;****************cursors******************
183
brush_cursor:
182
brush_cursor:
184
file 'brush.cur'
183
file 'brush.cur'
185
;----------------------------------------------------------
184
;----------------------------------------------------------