Files
TeslaRel410/BORLAND/BDE/EXAMPLES/SNIPIT/ID_DEFS.H
T
CydandClaude Fable 5 63312e07f9 source410: literal 4.10 source reconstruction + BC++ 4.52 fleet toolchain archived
- BORLAND/: Borland C++ 4.52 (chosen over 4.5 by byte-match: CODE/RP/CW32.LIB
  is identical to 4.52's install lib). BCC32/TLINK32/TLIB/MAKE run natively on
  Win11; CODE/BT/OPT.MAK is the shipped BTL4OPT.EXE's exact flag recipe
  (extender = Borland PowerPack DPMI32, not Phar Lap TNT).
- restoration/source410/: the literal 1995-form reconstruction of the missing
  BT game source (never mixed into CODE/). Round 1-3 state:
  * 6 of 10 surviving original TUs COMPILE CLEAN under the period toolchain
    (BTMSSN, BTCNSL, BTSCNRL, BTTEAM, BTL4MODE, BTL4ARND) - first builds
    since 1996.
  * BT_L4/BTL4APP.CPP pilot reconstruction: 12/12 functions, Fail() lands on
    its binary-recorded line 400 exactly.
  * BT/BTCNSL.HPP: console wire IDs recovered from the binary's ctors
    (Killed=9, Damaged=10, ScoreUpdate=13, DeathWithoutHonor=15 [T1];
    TeamScore=12 flagged [T4]).
  * MUNGA/: 8 engine-header backfills back-dated from the BT412 WinTesla tree
    (VDATA numbering decomp-verified; AUDREND's OpenAL-era virtual removed -
    the period compiler is the drift detector).
  * Tooling: backdate.py (WinTesla->1995 header transform), compile410.sh
    (per-TU verification sweep under authentic OPT.MAK flags).
  * README: corrected roadmap - MECH.HPP is the capstone grown with the mech
    TU reconstructions; BTREG.CPP green = the header-family milestone.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-19 07:33:26 -05:00

113 lines
3.7 KiB
C++

// 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