Subversion Repositories Kolibri OS

Rev

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

Rev 6364 Rev 6365
Line 104... Line 104...
104
 
104
 
105
;----------------------------------------------------------
105
;----------------------------------------------------------
106
;--------get memory and draw window of program-------------
106
;--------get memory and draw window of program-------------
107
;----------------------------------------------------------
107
;----------------------------------------------------------
-
 
108
	call GetMemory
-
 
109
	mov	[Current_instrument],10 ;pencil
108
	call	GetMemory
110
	call TakeButtonInstruments  ;set startup instrument
109
	call	cleare_work_arrea
111
	call cleare_work_arrea
110
	call	load_icons
112
	call load_icons
Line 111... Line 113...
111
	call	init_main_menu
113
	call init_main_menu
112
 
114
 
113
;load cursors
115
;load cursors
Line 114... Line -...
114
	mov	eax,CursorsID
-
 
115
	call	load_cursors
116
	mov	eax,CursorsID
116
 
117
	call load_cursors
117
	call	drawwin
118
 
118
;---------------------------------------------------------
119
;---------------------------------------------------------
119
;---------check loading of file from parameters-----------
120
;---------check loading of file from parameters-----------
Line 137... Line 138...
137
	call	copy_str_1
138
	call	copy_str_1
138
@@:
139
@@:
139
;OpenDialog	initialisation
140
;OpenDialog	initialisation
140
	stdcall [OpenDialog_Init], OpenDialog_data
141
	stdcall [OpenDialog_Init], OpenDialog_data
141
;---------------------------------------------------------------------
142
;---------------------------------------------------------------------
142
	mov	[Current_instrument],10 ;pencil
-
 
143
	call TakeButtonInstruments  ;set startup instrument
-
 
Line 144... Line 143...
144
 
143
 
145
align 4
144
align 4
146
red:
145
red:
147
	call drawwin
146
	call drawwin
Line 281... Line 280...
281
 
280
 
282
Icon_X			rd 1
281
Icon_X			rd 1
283
Icon_Y			rd 1
282
Icon_Y			rd 1
284
counter			rd 1
283
counter			rd 1
285
counter2		rd 1
-
 
286
menu_counter		rd 1
-
 
287
counter_11		rd 1
284
counter2		rd 1
288
number_panel		rd 1
285
number_panel		rd 1
Line 289... Line 286...
289
number_menu		rd 1
286
number_menu		rd 1
290
 
287