00001 #ifndef BCFILEBOX_INC
00002 #define BCFILEBOX_INC
00003
00004 class BC_FileBox;
00005
00006
00007
00008 #define FILEBOX_LIST 0
00009 #define FILEBOX_ICONS 1
00010
00011
00012 #define FILEBOX_COLUMNS 4
00013 #define DIRBOX_COLUMNS 2
00014
00015
00016 #define FILEBOX_NAME 0
00017 #define FILEBOX_SIZE 1
00018 #define FILEBOX_DATE 2
00019 #define FILEBOX_EXTENSION 3
00020
00021 #define FILEBOX_NAME_TEXT _("File")
00022 #define FILEBOX_SIZE_TEXT _("Size")
00023 #define FILEBOX_DATE_TEXT _("Date")
00024 #define FILEBOX_EXTENSION_TEXT _("Ext.")
00025 #define FILEBOX_HISTORY_SIZE 16
00026
00027 #endif