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

  1. /* NextHand - Resource definitions */
  2.  
  3. /* $Header: W:/Projects/OCL/Samples/NextHand/Source/rcs/NextHand.h 1.50 1996/08/11 23:48:44 B.STEIN Release $ */
  4.  
  5. #define NHX_MAIN            1
  6. #define MAIN_HELP_TABLE     2
  7. #define MAIN_HELP_SUBTABLE  3
  8. #define NHX_TOOLBAR         4
  9.  
  10. #define NHX_DLG             100
  11. #define NHX_ICON_TXT        101
  12. #define NHX_RAHMEN          102
  13. #define NHX_ICON            103
  14. #define NHX_WORKDIR         104
  15. #define NHX_PROGRAM_TXT     105
  16. #define NHX_WORKDIR_TXT     106
  17. #define NHX_PARMS           107
  18. #define NHX_PARMS_TXT       108
  19. #define NHX_OS2_FULL        109
  20. #define NHX_OS2_WIN         110
  21. #define NHX_DOS_FULL        111
  22. #define NHX_DOS_WIN         112
  23. #define NHX_PM              113
  24. #define NHX_WPSO            114
  25. #define NHX_SEAMLESS        115
  26. #define NHX_WINENH          116
  27. #define NHX_WINSTD          117
  28. #define NHX_BACKGROUND      118
  29. #define NHX_MAXSIZE         119
  30. #define NHX_MINSIZE         120
  31. #define NHX_SAVE            121
  32. #define NHX_CANCEL          122
  33. #define NHX_SETTINGS        123
  34. #define NHX_SETTINGS_TXT    124
  35. #define NHX_LOAD            125
  36. #define NHX_TITLE           126
  37. #define NHX_TITLE_TEXT      127
  38. #define NHX_PROG            128
  39. #define NHX_RAW_ICON        300
  40. #define NHX_ICONBORDER      129
  41. #define NHX_ICONFIELD       130
  42.  
  43. #define NHX_INFO_DLG        400
  44. #define NHX_INFO_OK         402
  45.    
  46. /* Menu */
  47. #define NHX_MENU            200
  48. #define NHX_CFG_BUTTON      201
  49. #define NHX_MOVE            202
  50. #define NHX_VIEW            203
  51. #define NHX_SENKRECHT       204
  52. #define NHX_WAAGERECHT      205
  53. #define NHX_HELP            206
  54. #define NHX_ADD_BUTTON      207
  55. #define NHX_DEL_BUTTON      208
  56. #define NHX_NORMICONS       209
  57. #define NHX_LARGEICONS      210
  58. #define NHX_QUIT            211
  59. #define NHX_FLOAT           212
  60. #define NHX_INFOMNU         213
  61.  
  62. #define INFODLG_TXT1                400
  63. #define INFODLG_TXT3                401
  64. #define INFODLG_TXT2                403
  65. #define INFODLG_TXT4                404
  66.  
  67. /* StringTable */
  68. #define  APP_TITLE          1000
  69. #define  NO_HLP_AVAIL       1001
  70. #define WORKDIR_NOT_ACC     1002
  71. #define WORKDIR_NOT_FOUND   1003
  72. #define ROOT_NOT_ACC        1004
  73. #define START_EVENT_FAILED  1005
  74. #define NO_NEXTHAND_FILE    1006
  75. #define ERR_ACCESS_DRIVE    1007
  76. #define NO_WPSO             1008
  77. #define ERR_START_IN_BACKGROUND 1009
  78. #define NHX_FIRST_BUTTON    2000
  79.  
  80. /* Help Panels */
  81.  
  82. #define PANEL_MAIN          10000
  83. #define PANEL_CFGS          20000
  84.  
  85. #define INFODLG_TXT5        405
  86. #define INFODLG_TXT6        406
  87.