Subversion Repositories Kolibri OS

Rev

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

Rev 920 Rev 926
Line 1... Line 1...
1
;
1
;
2
; project name:         KFar_Arc - plugin for KFar, which supports various archives
2
; project name:         KFar_Arc - plugin for KFar, which supports various archives
3
; target platform:      KolibriOS
3
; target platform:      KolibriOS
4
; compiler:             FASM 1.67.14
4
; compiler:             FASM 1.67.14
5
; version:              0.14
5
; version:              0.14
6
; last update:          2008-11-15 (Nov 15, 2008)
6
; last update:          2008-11-19 (Nov 19, 2008)
7
; minimal KFar version: 0.41
7
; minimal KFar version: 0.43
8
; minimal kernel:       no limit
8
; minimal kernel:       no limit
9
;
9
;
10
; author:               Diamond
10
; author:               Diamond
11
; email:                diamondz@land.ru
11
; email:                diamondz@land.ru
12
; web:                  http://diamondz.land.ru
12
; web:                  http://diamondz.land.ru
Line 1186... Line 1186...
1186
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1186
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 1187... Line 1187...
1187
 
1187
 
1188
; export table
1188
; export table
1189
align 4
1189
align 4
1190
EXPORTS:
1190
EXPORTS:
1191
        dd      aVersion,       2
1191
        dd      aVersion,       3
1192
        dd      aPluginLoad,    plugin_load
1192
        dd      aPluginLoad,    plugin_load
1193
        dd      aOpenFilePlugin,OpenFilePlugin
1193
        dd      aOpenFilePlugin,OpenFilePlugin
1194
        dd      aClosePlugin,   ClosePlugin
1194
        dd      aClosePlugin,   ClosePlugin
1195
        dd      aReadFolder,    ReadFolder
1195
        dd      aReadFolder,    ReadFolder
Line 1317... Line 1317...
1317
.width  dd      ?       ; width (will be filled according to current console width)
1317
.width  dd      ?       ; width (will be filled according to current console width)
1318
        dd      2       ; height
1318
        dd      2       ; height
1319
        dd      4, 2    ; border size
1319
        dd      4, 2    ; border size
1320
        dd      aEnterPasswordTitle     ; title
1320
        dd      aEnterPasswordTitle     ; title
1321
        dd      ?       ; colors (will be set by KFar)
1321
        dd      ?       ; colors (will be set by KFar)
-
 
1322
        dd      0       ; used internally by dialog manager, ignored
1322
        dd      0, 0    ; reserved for DlgProc
1323
        dd      0, 0    ; reserved for DlgProc
1323
        dd      2       ; 2 controls
1324
        dd      2       ; 2 controls
1324
; the string "enter password"
1325
; the string "enter password"
1325
        dd      1       ; type: static
1326
        dd      1       ; type: static
1326
        dd      1,0     ; upper-left position
1327
        dd      1,0     ; upper-left position