Subversion Repositories Kolibri OS

Rev

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

Rev 6355 Rev 6357
Line 1003... Line 1003...
1003
 
1003
 
1004
	;************************zoom 1*************************
1004
	;************************zoom 1*************************
1005
	cmp eax,45
1005
	cmp eax,45
1006
	jne no_1_
1006
	jne no_1_
1007
	mov [k],1
1007
	mov [k],1
1008
	mov [Scroll1CoordinatX],9
-
 
1009
	mov [Scroll2CoordinatY],89
1008
	call scrollbar_move_00
1010
	and [Current_instrument],0
1009
	and [Current_instrument],0
1011
	call drawwin
1010
	call drawwin
1012
	jmp still
1011
	jmp still
Line 1013... Line 1012...
1013
	no_1_:
1012
	no_1_:
1014
 
1013
 
1015
	;************************zoom 2*************************
1014
	;************************zoom 2*************************
1016
	cmp eax,46
1015
	cmp eax,46
1017
	jne no_2_
1016
	jne no_2_
1018
	mov [k],2
1017
	mov [k],2
1019
	call drawwin
-
 
1020
	mov [Scroll1CoordinatX],9
1018
	call drawwin
1021
	mov [Scroll2CoordinatY],89
1019
	call scrollbar_move_00
1022
	and [Current_instrument],0
1020
	and [Current_instrument],0
Line 1023... Line 1021...
1023
	jmp still
1021
	jmp still
1024
	no_2_:
1022
	no_2_:
1025
 
1023
 
1026
 
1024
 
1027
	;************************zoom 3*************************
1025
	;************************zoom 3*************************
1028
	cmp eax,47
1026
	cmp eax,47
1029
	jne no_3_
-
 
1030
	mov [k],3
1027
	jne no_3_
1031
	call drawwin
1028
	mov [k],3
1032
	mov [Scroll1CoordinatX],9
1029
	call drawwin
Line 1033... Line 1030...
1033
	mov [Scroll2CoordinatY],89
1030
	call scrollbar_move_00
1034
	and [Current_instrument],0
1031
	and [Current_instrument],0
1035
	jmp still
1032
	jmp still
1036
	no_3_:
1033
	no_3_:
1037
 
1034
 
1038
	;************************zoom 4*************************
1035
	;************************zoom 4*************************
1039
	cmp eax,48
-
 
1040
	jne no_4_
1036
	cmp eax,48
1041
	mov [k],4
1037
	jne no_4_
1042
	call drawwin
1038
	mov [k],4
Line 1043... Line 1039...
1043
	mov [Scroll1CoordinatX],9
1039
	call drawwin
1044
	mov [Scroll2CoordinatY],89
1040
	call scrollbar_move_00
1045
	and [Current_instrument],0
1041
	and [Current_instrument],0
1046
	jmp still
1042
	jmp still
1047
	no_4_:
1043
	no_4_:
1048
 
1044
 
1049
	;************************zoom 8*************************
-
 
1050
	cmp eax,49
1045
	;************************zoom 8*************************
1051
	jne no_8_
1046
	cmp eax,49
1052
	mov [k],8
1047
	jne no_8_
Line 1053... Line 1048...
1053
	call drawwin
1048
	mov [k],8
1054
	mov [Scroll1CoordinatX],9
1049
	call drawwin
1055
	mov [Scroll2CoordinatY],89
1050
	call scrollbar_move_00
1056
	and [Current_instrument],0
1051
	and [Current_instrument],0
1057
	jmp still
1052
	jmp still
1058
	no_8_:
1053
	no_8_:
1059
 
-
 
1060
	;************************zoom 16************************
1054
 
1061
	cmp eax,50
1055
	;************************zoom 16************************
1062
	jne no_16_
1056
	cmp eax,50
Line 1063... Line 1057...
1063
	mov [k],16
1057
	jne no_16_