Mini Kabibi Habibi
* GALLERY.H - Header file for Component Gallery class library files.
*
#INCLUDE "FoxPro.h"
*-- Menu bars and button captions
#DEFINE B_LARGEICONS1_LOC "Lar\<ge Icons"
#DEFINE B_SMALLICONS1_LOC "S\<mall Icons"
#DEFINE B_LIST1_LOC "\<List"
#DEFINE B_DETAILS1_LOC "\<Details"
#DEFINE B_VIEW1_LOC "\<View"
#DEFINE B_NEWITEM1_LOC "Ne\<w Item"
#DEFINE B_PROPERTIES1_LOC "P\<roperties"
#DEFINE B_REFRESH1_LOC "\<Refresh"
#DEFINE B_FIND1_LOC "\<Find...."
#DEFINE B_OPEN1_LOC "\<Open"
#DEFINE B_CUT1_LOC "Cu\<t"
#DEFINE B_COPY1_LOC "\<Copy"
#DEFINE B_CREATELINK1_LOC "Create \<Link"
#DEFINE B_REMOVE1_LOC "Remo\<ve"
#DEFINE B_RENAME1_LOC "Rena\<me"
#DEFINE B_BACKUP1_LOC "\<Backup"
#DEFINE B_RESTORE1_LOC "R\<estore"
#DEFINE B_CLEANUP1_LOC "Clean \<Up"
#DEFINE B_PASTE1_LOC "\<Paste"
#DEFINE B_PASTELINE1_LOC "Paste \<Link"
#DEFINE B__LOC ""
#DEFINE B__LOC ""
*-- Messages
#DEFINE M_ALL_CATALOGS_LOC "{All Catalogs}"
#DEFINE M_FROM_CATALOG_TABLE_LOC " from the catalog table"
#DEFINE M_FROM_CG_VIEW_LOC " from the Component Gallery view"
#DEFINE M_INC_SUBFLD_ITEMS_LOC " including all subfolders and items"
#DEFINE M_PERMANENTLY_LOC "permanently"
#DEFINE M_PROJECT_MANAGER_LOC "Project Manager"
#DEFINE M_WANT_TO_DELETE_LOC "Do you want to delete catalog table"
#DEFINE M_WANT_TO_REMOVE_LOC "Are you sure you want to remove "
#DEFINE M__LOC ""
*-- ASCII codes
#DEFINE EOB CHR(0)
#DEFINE MARKER CHR(1)
#DEFINE TAB CHR(9)
#DEFINE LF CHR(10)
#DEFINE CR CHR(13)
#DEFINE CR_LF CR+LF