home *** CD-ROM | disk | FTP | other *** search
-
- /*---------------------------------------------------------------------------*/
- /* */
- /* WEDL (tm) - Windows Enhanced Dialog Library */
- /* Copyright (c) 1991-1992, Nemisoft, Inc. */
- /* All Rights Reserved */
- /* Module: DEMO.H */
- /* */
- /*---------------------------------------------------------------------------*/
-
- #define IDM_EMPLOYEE 100
- #define IDM_ALBUM 101
- #define IDM_UPLOAD 102
- #define IDM_NUMERIC 103
- #define IDM_EXIT 104
- #define IDM_ABOUT 105
-
- #define IDD_INSERT 200
- #define IDD_CAPSLOCK 201
- #define IDD_NUMLOCK 202
-
- #define IDD_SSN 300
- #define IDD_FNAME 301
- #define IDD_MIDINIT 302
- #define IDD_LNAME 303
- #define IDD_ADDRESS 304
- #define IDD_CITY 305
- #define IDD_STATE 306
- #define IDD_ZIP 307
- #define IDD_PHONE 308
- #define IDD_HIREDATE 309
- #define IDD_WAGE 310
-
- #define IDD_RECNO 400
- #define IDD_ARTIST 401
- #define IDD_TITLE 402
- #define IDD_LABEL 403
- #define IDD_COPYRIGHT 404
- #define IDD_MEDIA 405
- #define IDD_PREVIOUS 406
- #define IDD_NEXT 407
-
- #define IDD_FILENAME 500
- #define IDD_PATHSPEC 501
- #define IDD_FILEBOX 502
- #define IDD_DIRBOX 503
- #define IDD_XMODEM 504
- #define IDD_YMODEM 505
- #define IDD_ZMODEM 506
- #define IDD_HANGUP 507
-
- #define IDD_STD 600
- #define IDD_STDDEC 601
- #define IDD_ZEROFILL 602
- #define IDD_CALC 603
- #define IDD_CALCDEC 604
- #define IDD_REAL 605
-
- #define BAD_DATE 900
- #define BAD_STATE 901
- #define BAD_ZIP 902
- #define GOTO_ARTIST 903
- #define BAD_FILENAME 904
-
-