home *** CD-ROM | disk | FTP | other *** search
- // BDE - (C) Copyright 1994 by Borland International
-
- #if !defined(__ID_DEFS_H)
- #define __ID_DEFS_H
-
- //* Button defines
- #define IDB_VIEW_CODE 100
- #define IDB_RUN_CODE 101
- #define IDB_COPY 102
- #define IDB_SEARCH_TEXT 103
-
- // Edit box defines
- #define IDE_VIEWER_OUTPUT 1000
- #define IDE_DESCRIBE_CODE 1001
- #define IDE_GENERIC_ENTRY 1002
- #define IDE_USER_NAME 1003
- #define IDE_PASSWORD 1004
- #define IDE_SEARCH_TEXT 1005
-
- // Static text box defines
- #define IDT_HEADER_1 1100
- #define IDT_HEADER_2 1101
- #define IDT_OUTPUT_HEADER 1102
- #define IDT_FILE_NAME 1103
- #define IDT_PASSWORD_HDR 1108
- #define IDS_SHADE 1150
-
- // List box defines
- #define IDL_SELECT_CODE 1200
- #define IDL_DRIVERS 1201
- #define IDL_ALIASES 1202
-
- // Check box defines
- #define IDCHK_CASE_SENS 1300
-
- // Menu ID defines
- #define IDM_VIEW_CODE 9000
- #define IDM_RUN_CODE 9001
- #define IDM_ABOUT 9002
- #define IDM_EXIT 9003
- #define IDM_COPY 9004
- #define IDM_SEARCH_FIRST 9005
- #define IDM_SEARCH_NEXT 9006
-
- // String table defines
- #define IDS_INIT_ENG 10000
- #define IDS_CR8PXTBL 10001
- #define IDS_CR8DBTBL 10002
- #define IDS_DB_IO 10003
- #define IDS_NAVIGATE 10004
- #define IDS_ERR_VAL 10005
- #define IDS_INDEX_PDOX 10006
- #define IDS_SIMPLE_BLOB_IO 10007
- #define IDS_TBLLOCK 10008
- #define IDS_QBE 10009
- #define IDS_QBE2 10010
- #define IDS_SCHEMA 10011
- #define IDS_SESSION_IO 10012
- #define IDS_BATCH 10013
- #define IDS_BLOB_IO 10014
- #define IDS_INDEX_DBASE 10015
- #define IDS_RESTRUCTURE 10016
- #define IDS_SORT 10017
- #define IDS_FLD_MAP 10018
- #define IDS_SEARCH 10019
- #define IDS_BOOKMARK 10020
- #define IDS_RANGE 10021
- #define IDS_BLOCK 10022
- #define IDS_FILTER 10023
- #define IDS_PASSWORD 10024
- #define IDS_LNKCRSR 10025
- #define IDS_SYSINFO 10026
- #define IDS_ALIASES 10027
- #define IDS_TBLINFO 10028
- #define IDS_CONFIG 10029
- #define IDS_LOCALSQL 10030
- #define IDS_LOCALSQLJOIN 10031
- #define IDS_SOFTDEL 10032
- #define IDS_DRVCAPS 10033
- #define IDS_SQLTRAN 10034
- #define IDS_REFINTEG 10035
- #define IDS_VALCHECK 10036
- #define IDS_SECDESC 10037
- #define IDS_OPTPARAM 10038
- #define IDS_FORMAT 10039
- #define IDS_TBLOPEN 10040
- #define IDS_RECUPDAT 10041
- #define IDS_TBLLIST 10042
- #define IDS_TEST 10043
- #define IDS_RECLOCK 10044
- #define IDS_RDOLOCK 10045
- #define IDS_INDEX_EXPR 10046
- #define IDS_LIVESQL 10047
- #define IDS_TEXTEXP 10048
- #define IDS_TEXTIMP 10049
- #define IDS_CR8TXTBL 10050
- #define IDS_SQLBIND 10051
- #define IDS_INMEMTBL 10052
- #define IDS_CALLBACK 10053
- #define IDS_LANGDRV 10054
- #define IDS_UPSIZE 10055
- #define IDS_FILTCOMP 10056
- #define IDS_FILTCONT 10057
- #define IDS_ADDALIAS 10058
- #define IDS_STORPROC 10059
- #define IDS_UPDTCRNT 10060
- #define IDS_KEYUPDT 10061
- #define IDS_INPUTREQ 10062
- #define IDS_LOGIN 10063
-
- #endif // __IDx_DEFS_H
-
-