home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_122 / 3.ddi / OWLINC.ZIP / OWLRC.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-10  |  1.2 KB  |  46 lines

  1. // ObjectWindows - (C) Copyright 1992 by Borland International
  2.  
  3. #define SD_FILEOPEN        32512
  4. #define SD_FILESAVE        32513
  5. #define SD_INPUTDIALOG        32514
  6. #define SD_SEARCH            32528
  7. #define SD_REPLACE        32529
  8.  
  9. #define ID_FNAME            4095
  10. #define ID_FPATH            4094
  11. #define ID_FLIST            4093
  12. #define ID_DLIST            4092
  13.  
  14. #define ID_PROMPT            4091
  15. #define ID_INPUT            4090
  16. #define ID_SEARCHTEXT       4089
  17. #define ID_CASESENSITIVE      4088
  18. #define ID_REPLACETEXT         4087
  19. #define ID_REPLACEALL       4086
  20. #define ID_PROMPTONREPLACE    4085
  21.  
  22. #define ID_EDITOR             4084
  23.  
  24. #define CM_EDITCUT        24320
  25. #define CM_EDITCOPY        24321
  26. #define CM_EDITPASTE        24322
  27. #define CM_EDITDELETE        24323
  28. #define CM_EDITCLEAR        24324
  29. #define CM_EDITUNDO        24325
  30. #define CM_EDITFIND        24326
  31. #define CM_EDITREPLACE        24327
  32. #define CM_EDITFINDNEXT        24328
  33.  
  34. #define CM_FILENEW        24329
  35. #define CM_FILEOPEN        24330
  36. #define CM_MDIFILENEW        24331
  37. #define CM_MDIFILEOPEN        24332
  38. #define CM_FILESAVE        24333
  39. #define CM_FILESAVEAS        24334
  40. #define CM_ARRANGEICONS        24335
  41. #define CM_TILECHILDREN        24336
  42. #define CM_CASCADECHILDREN    24337
  43. #define CM_CLOSECHILDREN    24338
  44. #define CM_CREATECHILD        24339
  45. #define CM_EXIT            24340
  46.