Subversion Repositories Kolibri OS

Rev

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

Rev 3472 Rev 6033
Line 508... Line 508...
508
;  apply_w = (5*2+6*7)
508
;  apply_w = (5*2+6*7)
509
;end if
509
;end if
510
;-----------------------------------
510
;-----------------------------------
511
; select color DTP frame
511
; select color DTP frame
512
; LOAD BUTTON	; button 12
512
; LOAD BUTTON	; button 12
513
	mcall	8,,,12,[w_work_button]
513
	mcall	8,,,12,[w_work_button]
514
; SAVE BUTTON
514
; SAVE BUTTON
515
	add	ebx,(load_w+2)*65536-load_w+save_w
515
	add	ebx,(load_w+2)*65536-load_w+save_w
516
	inc	edx
516
	inc	edx
517
	mcall		; button 13
517
	mcall		; button 13
518
; APPLY BUTTON
518
; APPLY BUTTON
519
	mov	ebx,(frame_1.x + frame_1.width - apply_w - 15)*65536+apply_w
519
	mov	ebx,(frame_1.x + frame_1.width - apply_w - 15)*65536+apply_w
520
	mcall	8,,,16	; button 17
520
	mcall	8,,,16	; button 17
521
; select color DTP button text
521
; select color DTP button text
522
	mcall	4,,[w_work_button_text],t1,t1.size
522
	mcall	4,,[w_work_button_text],t1,t1.size
523
;-----------------------------------	
523
;-----------------------------------	
524
; select skin frame	
524
; select skin frame	
525
; LOAD SKIN BUTTON	; button 17
525
; LOAD SKIN BUTTON	; button 17
526
	mcall	8,,,17,[w_work_button]
526
	mcall	8,,,17,[w_work_button]
527
; 3D
527
; 3D
528
	mov	ebx,(frame_2.x+155)*65536+34
528
	mov	ebx,(frame_2.x+155)*65536+34
529
	mcall	,,,14	; button 14
529
	mcall	,,,14	; button 14
530
; FLAT
530
; FLAT
531
	add	ebx,36*65536-34+flat_w
531
	add	ebx,36*65536-34+flat_w
Line 533... Line 533...
533
	mcall		; button 15
533
	mcall		; button 15
534
; APPLY SKIN BUTTON
534
; APPLY SKIN BUTTON
535
	mov	ebx,(frame_2.x + frame_2.width - apply_w -15)*65536+apply_w
535
	mov	ebx,(frame_2.x + frame_2.width - apply_w -15)*65536+apply_w
536
	mcall	,,,18		; button 18
536
	mcall	,,,18		; button 18
537
; select skin button text
537
; select skin button text
538
	mcall	4,,[w_work_button_text],t2,t2.size
538
	mcall	4,,[w_work_button_text],t2,t2.size
539
;-----------------------------------		
539
;-----------------------------------		
540
	call	draw_button_row
540
	call	draw_button_row
541
	call	draw_button_row_of_texts
541
	call	draw_button_row_of_texts
542
	call	draw_colours
542
	call	draw_colours
543
;-----------------------------------
543
;-----------------------------------