//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Zip Studio 2.5 COPYRIGHT 1993-1995 HEXANET(r) // //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // ZIPSTD20.VBX Constants // // //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// #ifndef _ZIPVBX_H #define _ZIPVBX_H // For the property ------------------------------------------------------ #define ACTION_NONE 0 #define ACTION_ZIP 1 #define ACTION_DELETE 2 #define ACTION_UNZIP 3 #define ACTION_VIEW 4 #define ACTION_REPARE 5 #define ACTION_DELETECOMMENT 6 #define ACTION_SETCOMMENT 13 //<--for actionresult only, do not use with ! #define ACTION_BUILDZIPLIST 7 //[2.0] #define ACTION_SORT 8 //[2.0] #define ACTION_CANCEL 9 //[2.0] #define ACTION_JOIN 10 //[2.0] #define ACTION_SPLIT 11 //[2.0] #define ACTION_TEST 12 //[2.0] // For the property ------------------------------------------------ #define VBXOVERWRITE_PROMPT 0 #define VBXOVERWRITE_ALWAYS 1 #define VBXOVERWRITE_NEVER 2 #define VBXOVERWRITE_UPDATE 3 // ZIP operations only // For the property ----------------------------------------------------- #define LANGUAGE_FRENCH 0 #define LANGUAGE_ENGLISH 1 #define LANGUAGE_GERMAN 2 #define LANGUAGE_NONE 3 #endif