Subversion Repositories Kolibri OS

Rev

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

Rev 5017 Rev 5439
Line 194... Line 194...
194
	m2m	[sbIcons.line_col],[sc.work_graph]
194
	m2m	[sbIcons.line_col],[sc.work_graph]
Line 195... Line 195...
195
 
195
 
196
	;edit_boxes_set_sys_color edtIcon,endEdits,sc
196
	;edit_boxes_set_sys_color edtIcon,endEdits,sc
Line -... Line 197...
-
 
197
	edit_boxes_set_sys_color edtName,endEdits,sc
-
 
198
	
-
 
199
	m2m	[edtIcon.color],[sc.work]
197
	edit_boxes_set_sys_color edtName,endEdits,sc
200
	m2m	[edtIcon.blur_border_color],[sc.work]
Line 198... Line 201...
198
 
201
 
199
	call	DRedrawWin
202
	call	DRedrawWin
Line 363... Line 366...
363
	mov	byte[DAreaIcon+1],0
366
	mov	byte[DAreaIcon+1],0
364
	mov	dword[edtIcon.size],1
367
	mov	dword[edtIcon.size],1
365
	jmp	.RedrawNum
368
	jmp	.RedrawNum
366
    .RedrawNum:
369
    .RedrawNum:
Line 367... Line -...
367
 
-
 
368
 
370
	
Line 369... Line -...
369
      ;  stdcall [edit_box_draw],edtIcon
-
 
-
 
371
    ; stdcall [edit_box_draw],edtIcon
370
 
372
 
371
 
373
	; need to optimize redraw
-
 
374
	; call	DrawSelIcon
372
	call	DrawSelIcon
375
	; jmp	DMessages
373
	jmp	DReDraw;DMessages;
376
	jmp	DReDraw
374
;-------------------------------------------------------------------------------
377
;-------------------------------------------------------------------------------
375
DSetExePath:
378
DSetExePath:
376
	stdcall [OpenDialog_Start],OpenDialog_data
379
	stdcall [OpenDialog_Start],OpenDialog_data
Line 455... Line 458...
455
	mcall	0,<100,400>,<100,(IMG_SIZE+SPCH)*ICONS_DRAW_COUNTH+165>,,,
458
	mcall	0,<100,400>,<100,(IMG_SIZE+SPCH)*ICONS_DRAW_COUNTH+165>,,,
Line 456... Line 459...
456
 
459
 
457
	stdcall [edit_box_draw],edtName
460
	stdcall [edit_box_draw],edtName
458
	stdcall [edit_box_draw],edtExePath
461
	stdcall [edit_box_draw],edtExePath
459
	stdcall [edit_box_draw],edtParams
462
	stdcall [edit_box_draw],edtParams
Line 460... Line 463...
460
;        stdcall [edit_box_draw],edtIcon
463
    stdcall [edit_box_draw],edtIcon
Line 461... Line 464...
461
 
464