home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ocl150a.zip / OCL / Samples / GTakPM / Source / Resources.h < prev    next >
C/C++ Source or Header  |  1996-08-12  |  2KB  |  73 lines

  1. /*
  2.    GTakPM
  3.    (c) Benjamin Stein 1994
  4.    All Rights Reserved
  5.    Resources.h
  6. */
  7.  
  8. /* $Header: W:/Projects/OCL/Samples/GTakPM/Source/rcs/Resources.h 1.50 1996/08/11 23:48:11 B.STEIN Release $ */
  9.  
  10.  
  11. #ifndef __RESOURCES_H__
  12.   #define __RESOURCES_H__
  13.  
  14.  
  15. #define GTPM_ICO                1
  16. #define GTPM_LOGO               2 
  17. #define GTPM_DRIVECNR           3
  18. #define GTPM_FILECNR            4
  19. #define CMD_RESCAN              5
  20. #define CMD_PROCEDURES          6
  21. #define CMD_TAPE                7
  22. #define CMD_BACKUP              8
  23. #define CMD_RESTORE             9
  24. #define CMD_COMPARE             10
  25. #define CMD_INFO                11
  26. #define CMD_QUIT                12
  27. #define CMD_SETTINGS            13
  28. #define FOLDER_ICO              14
  29. #define FOLDER_INC_ICO          15
  30. #define FOPEN_ICO               16
  31. #define FOPEN_INC_ICO           17
  32. #define FILE_ICO                18
  33. #define FILE_INC_ICO            19
  34. #define HD_ICO                  20
  35. #define HD_INC_ICO              21
  36. #define CD_ICO                  22
  37. #define CD_INC_ICO              23
  38. #define DONTKNOW_ICO            24
  39. #define TAPEBAR_LOAD            25
  40. #define TAPEBAR_UNLOAD          26
  41. #define TAPEBAR_REWIND          27
  42. #define TAPEBAR_PARTITIONS      28
  43. #define TAPEBAR_FORMAT          29
  44. #define TAPEBAR_ERASE           30
  45. #define TAPEBAR_ERASEQ          31
  46. #define TAPEBAR_LOCK            32
  47. #define TAPEBAR_UNLOCK          33
  48. #define TAPEBAR_STOP_ASAP       34
  49. #define CMD_MONITOR             35
  50. #define MONITOR_ICO             36 
  51.  
  52. #define GTPM_MENU               100
  53. #define GTPM_MENU_PROCEDURES    101
  54. #define GTPM_MENU_VOLUMES       102
  55. #define GTPM_MENU_TOOLS         103
  56. #define GTPM_MENU_HELP          104
  57.  
  58. #define GTPM_MENU_INDEX         140
  59. #define GTPM_MENU_CONTENTS      141
  60. #define GTPM_MENU_ABOUT         142
  61.  
  62. #define GTPM_TAPEBAR            200
  63. #define GTPM_TOOLBAR            201
  64. #define GTPM_STATLINE           202
  65. #define GTPM_EX                 203
  66. #define GTPM_INC                204
  67. #define GTPM_MON                205
  68.  
  69.  
  70. #endif /* __RESOURCES_H__ */
  71.  
  72. // end of source
  73.