Subversion Repositories Kolibri OS

Rev

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

Rev 3244 Rev 4128
Line 16... Line 16...
16
 
16
 
17
MAX_COLOR_WORD_LEN equ 40
17
MAX_COLOR_WORD_LEN equ 40
18
maxChars equ 100002 ;(...+2)
18
maxChars equ 100002 ;(...+2)
19
BUF_SIZE equ 4096 ;buffer for copy|paste
19
BUF_SIZE equ 4096 ;buffer for copy|paste
-
 
20
maxSyntaxFileSize equ 410000
Line 20... Line 21...
20
maxSyntaxFileSize equ 410000
21
TOOLBAR_ICONS_SIZE equ 1200*18
21
 
22
 
22
include '../../proc32.inc'
23
include '../../proc32.inc'
23
;include '../../config.inc'
24
;include '../../config.inc'
Line 129... Line 130...
129
 
130
 
130
; OpenDialog initialisation
131
; OpenDialog initialisation
Line 131... Line 132...
131
	stdcall [OpenDialog_Init],OpenDialog_data
132
	stdcall [OpenDialog_Init],OpenDialog_data
-
 
133
 
-
 
134
; init toolbar file
-
 
135
	load_image_file 'te_icon.png', bmp_icon,TOOLBAR_ICONS_SIZE*2 ;㬭®¦¥­¨¥ ­  2 ¤«ï á¥àëå ª­®¯®ª
132
 
136
	mov eax,[bmp_icon]
133
; init toolbar file
137
	add eax,TOOLBAR_ICONS_SIZE
134
	load_image_file 'te_icon.png', bmp_icon,1200*18
138
	stdcall img_to_gray, [bmp_icon],eax,(TOOLBAR_ICONS_SIZE)/3
135
;---------------------------------------------------------------------
139
;---------------------------------------------------------------------
136
; ç¨â ¥¬ ä ©« á ªãàá®à ¬¨ ¨ «¨­¨ï¬¨
140
; ç¨â ¥¬ ä ©« á ªãàá®à ¬¨ ¨ «¨­¨ï¬¨
137
	load_image_file 'tl_sys_16.png', icon_tl_sys,54+3*256*13
141
	load_image_file 'tl_sys_16.png', icon_tl_sys,54+3*256*13