Subversion Repositories Kolibri OS

Rev

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

Rev 7575 Rev 7577
Line 64... Line 64...
64
ted_but_copy dd sz_ted_but_copy
64
ted_but_copy dd sz_ted_but_copy
65
ted_but_paste dd sz_ted_but_paste
65
ted_but_paste dd sz_ted_but_paste
66
ted_but_undo dd sz_ted_but_undo
66
ted_but_undo dd sz_ted_but_undo
67
ted_but_redo dd sz_ted_but_redo
67
ted_but_redo dd sz_ted_but_redo
68
ted_but_reverse dd sz_ted_but_reverse
68
ted_but_reverse dd sz_ted_but_reverse
69
ted_but_find_next dd sz_ted_but_find_next
69
ted_but_find dd sz_ted_but_find
70
ted_text_colored dd sz_ted_text_colored
70
ted_text_colored dd sz_ted_text_colored
Line 71... Line 71...
71
 
71
 
72
PathShow_prepare dd sz_PathShow_prepare
72
PathShow_prepare dd sz_PathShow_prepare
Line 126... Line 126...
126
sz_ted_but_copy 		db 'ted_but_copy',0
126
sz_ted_but_copy 		db 'ted_but_copy',0
127
sz_ted_but_paste		db 'ted_but_paste',0
127
sz_ted_but_paste		db 'ted_but_paste',0
128
sz_ted_but_undo 		db 'ted_but_undo',0
128
sz_ted_but_undo 		db 'ted_but_undo',0
129
sz_ted_but_redo 		db 'ted_but_redo',0
129
sz_ted_but_redo 		db 'ted_but_redo',0
130
sz_ted_but_reverse		db 'ted_but_reverse',0
130
sz_ted_but_reverse		db 'ted_but_reverse',0
131
sz_ted_but_find_next	db 'ted_but_find_next',0
131
sz_ted_but_find	db 'ted_but_find',0
132
sz_ted_text_colored		db 'ted_text_colored',0
132
sz_ted_text_colored		db 'ted_text_colored',0
Line 133... Line 133...
133
 
133
 
134
sz_PathShow_prepare db 'PathShow_prepare',0
134
sz_PathShow_prepare db 'PathShow_prepare',0
Line 144... Line 144...
144
        alib_init1   db 'lib_init',0
144
        alib_init1   db 'lib_init',0
145
        aimg_to_rgb2 db 'img_to_rgb2',0
145
        aimg_to_rgb2 db 'img_to_rgb2',0
146
        aimg_decode  db 'img_decode',0 ; ¢â®¬ â¨ç¥áª¨ ®¯à¥¤¥«ï¥â ä®à¬ â £à ä¨ç¥áª¨å ¤ ­­ëå
146
        aimg_decode  db 'img_decode',0 ; ¢â®¬ â¨ç¥áª¨ ®¯à¥¤¥«ï¥â ä®à¬ â £à ä¨ç¥áª¨å ¤ ­­ëå
147
        aimg_destroy db 'img_destroy',0
147
        aimg_destroy db 'img_destroy',0
148
 ;---------------------------------------------------------------------
148
;---------------------------------------------------------------------
-
 
149
;¤®ç¥à­¨© áªà®««¨­£ ¤«ï í«¥¬¥­â  ListBox
149
align 4
150
align 4
150
ws_dir_lbox: ;¤®ç¥à­¨© áªà®««¨­£ ¤«ï í«¥¬¥­â  ListBox
151
ws_dir_lbox scrollbar 16,0, 30,70, 15, 100,30,0, 0,0,0, 1
151
.x:
-
 
152
.size_x     dw 16 ;+0
-
 
153
.start_x    dw 0 ;+2
-
 
154
.y:
-
 
155
.size_y     dw 30 ;+4
-
 
156
.start_y    dw 70 ;+6
-
 
157
.btn_high   dd 15 ;+8
-
 
158
.type	    dd 1  ;+12
-
 
159
.max_area   dd 100  ;+16
-
 
160
rb 4+4
-
 
161
.bckg_col   dd 0xeeeeee ;+28
-
 
162
.frnt_col   dd 0xbbddff ;+32
-
 
163
.line_col   dd 0  ;+36
-
 
164
.redraw     dd 0  ;+40
-
 
165
.delta	    dw 0  ;+44
-
 
166
.delta2     dw 0  ;+46
-
 
167
.run_x:
-
 
168
rb 2*4+4*6
-
 
169
.all_redraw dd 0 ;+80
-
 
170
.ar_offset  dd 1 ;+84
-
 
171
;---------------------------------------------------------------------
152
;---------------------------------------------------------------------
Line 172... Line 153...
172
 
153
 
Line 173... Line 154...
173
count_of_dir_list_files equ 15
154
count_of_dir_list_files equ 15