home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / filedlg5 / source / dialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-09-08  |  777 b   |  28 lines

  1. #define IDD_OPEN        1
  2. #define IDD_SAVE        2
  3. #define IDD_FIND        3
  4. #define OPEN_TITLE      100
  5. #define OPEN_HLPTEXT    101
  6. #define OPEN_CURDIR     102
  7. #define OPEN_FNAME      103
  8. #define OPEN_DRIVES     104
  9. #define OPEN_DIRLIST    105
  10. #define OPEN_FILELIST   106
  11. #define OPEN_FIND       107
  12. #define OPEN_OK         108
  13. #define OPEN_CANCEL     109
  14. #define OPEN_HELP       110
  15. #define SAVE_TITLE      200
  16. #define SAVE_HLPTEXT    201
  17. #define SAVE_CURDIR     202
  18. #define SAVE_FNAME      203
  19. #define SAVE_OK         204
  20. #define SAVE_CANCEL     205
  21. #define SAVE_HELP       206
  22. #define FIND_PATTERN    300
  23. #define FIND_FLIST      301
  24. #define FIND_DRIVES     302
  25. #define FIND_SEARCH     303
  26. #define FIND_OPEN       304
  27. #define FIND_CANCEL     305
  28.