Subversion Repositories Kolibri OS

Rev

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

Rev 255 Rev 485
Line 22... Line 22...
22
	 add edx,[Icon_Y]
22
	 add edx,[Icon_Y]
23
	 mov ebx,[ScreenPointer]
23
	 mov ebx,[ScreenPointer]
24
	 add ebx,(1200*1000*3)+12
24
	 add ebx,(1200*1000*3)+12
25
	 mov eax,7
25
	 mov eax,7
26
	 mov ecx,417*65536+46
26
	 mov ecx,417*65536+46
27
	 int 0x40
27
	 mcall
Line 28... Line 28...
28
 
28
 
Line 29... Line 29...
29
 
29
 
Line 45... Line 45...
45
	 add ebx,19
45
	 add ebx,19
46
	 add ecx,20
46
	 add ecx,20
47
	 mov edx,[counter]
47
	 mov edx,[counter]
48
	 add edx,10
48
	 add edx,10
49
	 add edx,1000000000000000000000000000000b
49
	 add edx,1000000000000000000000000000000b
50
	 int 0x40
50
	 mcall
Line 51... Line 51...
51
 
51
 
Line 52... Line 52...
52
 
52
 
Line 75... Line 75...
75
	 add ebx,19
75
	 add ebx,19
76
	 add ecx,20
76
	 add ecx,20
77
	 mov edx,[counter]
77
	 mov edx,[counter]
78
	 add edx,40
78
	 add edx,40
79
	 add edx,1000000000000000000000000000000b
79
	 add edx,1000000000000000000000000000000b
80
	 int 0x40
80
	 mcall
Line 81... Line 81...
81
 
81
 
Line 82... Line 82...
82
	 add [Icon_X],19
82
	 add [Icon_X],19
83
 
83
 
Line 104... Line 104...
104
	 add ebx,19
104
	 add ebx,19
105
	 add ecx,20
105
	 add ecx,20
106
	 mov edx,[counter]
106
	 mov edx,[counter]
107
	 add edx,45
107
	 add edx,45
108
	 add edx,1000000000000000000000000000000b
108
	 add edx,1000000000000000000000000000000b
109
	 int 0x40
109
	 mcall
Line 110... Line 110...
110
 
110
 
Line 111... Line 111...
111
	 add [Icon_X],19
111
	 add [Icon_X],19
112
 
112
 
Line 128... Line 128...
128
	 shl ecx,16
128
	 shl ecx,16
129
	 add ebx,20
129
	 add ebx,20
130
	 add ecx,21
130
	 add ecx,21
131
	 mov edx,51
131
	 mov edx,51
132
	 add edx,1000000000000000000000000000000b
132
	 add edx,1000000000000000000000000000000b
133
	 int 0x40
133
	 mcall
Line 134... Line 134...
134
 
134
 
135
	 ; button of color
135
	 ; button of color
136
	 mov [Icon_X],7+128+1
136
	 mov [Icon_X],7+128+1
Line 145... Line 145...
145
	 shl ecx,16
145
	 shl ecx,16
146
	 add ebx,20
146
	 add ebx,20
147
	 add ecx,21
147
	 add ecx,21
148
	 mov edx,52
148
	 mov edx,52
149
	 add edx,1000000000000000000000000000000b
149
	 add edx,1000000000000000000000000000000b
150
	 int 0x40
150
	 mcall
Line 151... Line 151...
151
 
151
 
152
	 mov eax,13
152
	 mov eax,13
153
	 mov ebx,136*65536+20
153
	 mov ebx,136*65536+20
154
	 mov ecx,65*65536+20
154
	 mov ecx,65*65536+20
155
	 mov edx,[Color]
155
	 mov edx,[Color]
Line 156... Line 156...
156
	 int 0x40
156
	 mcall