home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a039 / 3.ddi / WINSAMP.ZIP / WFONERC.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-11  |  1.3 KB  |  47 lines

  1. #ifndef __WFONERC_H
  2. #define __WFONERC_H
  3.  
  4.  
  5. #define IDD_NEWRECORD       100
  6. #define IDD_DELETE          101
  7. #define IDD_UPDATE          102
  8. #define IDD_EMPTYTABLE      103
  9. #define IDD_HOME            104
  10. #define IDD_PRIOR           105
  11. #define IDD_NEXT            106
  12. #define IDD_END             107
  13. #define IDD_SEARCH          108
  14. #define IDD_AUTOUPDATE      109
  15. #define IDD_QUIT            110
  16.  
  17. #define IDD_OK              111
  18. #define IDD_CANCEL          112
  19.  
  20. #define IDD_LASTNAMEEDIT    113
  21. #define IDD_FIRSTNAMEEDIT   114
  22. #define IDD_ADDRESSEDIT     115
  23. #define IDD_CITYEDIT        116
  24. #define IDD_STATEEDIT       117
  25. #define IDD_ZIPEDIT         118
  26. #define IDD_PHONEEDIT       119
  27. #define IDD_DATEEDIT        120
  28. #define IDD_NOTESEDIT       121
  29.  
  30. #define IDD_SEARCHFIRST     122
  31. #define IDD_SEARCHNEXT      123
  32. #define IDD_CONTINUESEARCH  124
  33. #define IDD_SEARCHSTRINGEDIT 125
  34.  
  35. #define IDM_ABOUT           126
  36.  
  37. /*
  38.    Make sure that the macros giving ID's that correspond to the fields of the
  39.    array 'names' are defined sequentially, so that subtracting IDD_FIRST from
  40.    the ID gives the appropriate index into 'names'.
  41.    IDD_FIRST should correspond to the first item in 'names'.
  42. */
  43.  
  44. #define IDD_FIRST           IDD_LASTNAMEEDIT
  45.  
  46. #endif
  47.