home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / fldrvw / owlrc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-12  |  1.3 KB  |  51 lines

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