home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************/
- /* TUTORIAL.DEF */
- /* */
- /* TUI definitions. Use these defines as the index parameter for all the */
- /* InTUItion functions. */
- /****************************************************************************/
-
- #define CUSTOMER_DIALOG 0
- #define SLIDER 1
- #define LABEL_BUSINESS 4
- #define BUSINESS 5
- #define LABEL_NAME 6
- #define NAME 7
- #define LABEL_ADDRESS 8
- #define ADDRESS 9
- #define LABEL_CITY 10
- #define CITY 11
- #define LABEL_STATE 12
- #define STATE 13
- #define LABEL_ZIP 14
- #define ZIP 15
- #define LABEL_PHONE 16
- #define PHONE 17
- #define LABEL_FAX 18
- #define FAX 19
- #define LABEL_DATE 20
- #define DATE 21
- #define LABEL_MEMO 22
- #define MEMO 23
- #define T_HELP 24
- #define T_MENU 25
- #define MAIN_MENU 26
- #define FILE_M 27
- #define EDIT_M 28
- #define PRINT_M 29
- #define FILE_MENU 30
- #define LOAD_F 31
- #define SAVE_F 32
- #define QUIT 33
- #define EDIT_MENU 34
- #define CLEAR_CURRENT 35
- #define CLEAR_ALL 36
- #define PRINT_MENU 37
- #define PRINT_CURRENT 38
- #define PRINT_ALL 39
-