home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ocl150a.zip / OCL / Samples / Template / Source / Template.h < prev    next >
Text File  |  1996-08-12  |  1KB  |  57 lines

  1. /* OCL Sample Application
  2.    sample.h
  3.    Resource Definitions */
  4.  
  5. /* Icons */
  6. #define SAMPLE_MAIN         1
  7. #define SAMPLE_INFO         2
  8. #define SAMPLE_HELP         3
  9. #define SAMPLE_QUIT         4
  10. #define SAMPLE_FILL         5
  11. #define SAMPLE_EXCEPT       6
  12.  
  13. #define SAMPLE_CNR          7
  14.  
  15. #define ID_BUTTONBAR        8
  16. #define ID_STATUSLINE       9
  17. #define ID_INDICATOR       10 
  18.  
  19. /* menu */
  20. #define SAMPLE_MENU         200
  21. #define SAMPLE_HELPMENU     201
  22. #define CNR_MENU            202
  23. #define CNR_ICONVIEW        203
  24. #define CNR_NAMEVIEW        204
  25. #define CNR_DETAILVIEW      205
  26. #define CNR_TEXTVIEW        206
  27. #define CNR_MINIICONVIEW    207
  28. #define CNR_MININAMEVIEW    208
  29. #define SAMPLE_VIEWMENU     209
  30. #define CNR_REFILL          210
  31.  
  32. /* Information Dialog */
  33. #define SAMPLE_DLG          100
  34. #define SAMPLE_OK           101
  35. #define INFORM_TXT          102
  36.  
  37. /* string table */
  38. #define APP_TITLE           1000
  39. #define QUIT_POSTED         1001
  40. #define TASKLIST_KILL       1002
  41. #define CREATION_FAILED     1003
  42. #define HELP_ERROR          1004
  43.  
  44. /* Help */
  45. #define PANEL_MAIN          10000
  46. #define MAIN_HELP_TABLE     10001
  47. #define MAIN_HELP_SUBTABLE  10002
  48.  
  49.  
  50. /* Messages */
  51. #define WM_CNR_FILLED       WM_USER+1
  52. #define WM_CNR_STATUS       WM_USER+2
  53. #define WM_CNR_PERCENTAGE   WM_USER+3
  54. #define WM_CNR_FILLCNR      WM_USER+4
  55.  
  56. /* end of source */
  57.