home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / WINPROPM.ZIP / EXAMRC.H < prev   
Text File  |  1989-06-19  |  4KB  |  118 lines

  1. /* file : Examrc.h
  2.  
  3.  
  4.         Created: 21:55:36 Mon Jun 19 1989
  5.  
  6.         Description:  Definitions of identifiers used in ExamplPM.rc
  7.                       Declarations of menu functions and dialog functions
  8.  
  9.         Skeleton by:  WINPRO/PM a product from Louis J. Cutrona, Jr.
  10.                       Skeleton.pm (Revision 2.5)
  11.  
  12. */
  13.  
  14. /* ID assigned to first string */
  15. #define  IDS_FIRSTSTRING 272
  16.  
  17. /* Count of String Identifiers */
  18. #define  CSTRINGS        3
  19.  
  20. /* Total characters in strings (including null terminators) */
  21. #define  CCHSTRINGS      36
  22.  
  23. /* ID's used in .RC file - alphabetical order */
  24. /* Highest ID number assigned is 311 */
  25. /* Next ID available is defined as NEXTID, so */
  26. /* additional ID's can be assigned the value  */
  27. /* NEXTID, NEXTID+1, NEXTID+2, etc.           */
  28.  
  29. #define  ABOUT                          279
  30. #define  accelF10                       292
  31. #define  DID_FIXEDTEXT                  295
  32. #define  GP_DEFAULTS                    310
  33. #define  GP_FAVORBLACK                  309
  34. #define  GP_FAVORWHITE                  308
  35. #define  GP_FORPRINTER                  306
  36. #define  GP_FORSCREEN                   305
  37. #define  GP_HEIGHT                      302
  38. #define  GP_HSCALE                      303
  39. #define  GP_LOFFSET                     299
  40. #define  GP_PRINT                       307
  41. #define  GP_SIFNAME                     298
  42. #define  GP_TOFFSET                     300
  43. #define  GP_VSCALE                      304
  44. #define  GP_WIDTH                       301
  45. #define  IDD_DIRLIST                    296
  46. #define  IDD_FILEEDIT                   294
  47. #define  IDD_FILELIST                   297
  48. #define  IDD_PATH                       293
  49. #define  IDS_ABOUT                      273
  50. #define  IDS_NAME                       272
  51. #define  IDS_TITLE                      274
  52. #define  midCREATE                      286
  53. #define  midCREATEPROCESS               288
  54. #define  midCREATESCAN                  287
  55. #define  midEDIT                        280
  56. #define  midEDITCLEAR                   285
  57. #define  midEDITCOPY                    283
  58. #define  midEDITCUT                     282
  59. #define  midEDITPASTE                   284
  60. #define  midEDITRESTORE                 281
  61. #define  midFILE                        275
  62. #define  midFILENEW                     276
  63. #define  midFILEOPEN                    277
  64. #define  midFILESAVE                    278
  65. #define  midHELP                        291
  66. #define  midQUERYEXIT                   289
  67. #define  MID_EXIT                       290
  68. #define  PRINTERABORT                   311
  69.  
  70. /* The first available ID number (one greater than highest assigned) */
  71. #define  NEXTID           312
  72.  
  73.  
  74. /* Forward declarations of menu functions */
  75. ULONG midFILENEWFunction( PUSHORT pmsg ) ;
  76. ULONG midFILEOPENFunction( PUSHORT pmsg ) ;
  77. ULONG midFILESAVEFunction( PUSHORT pmsg ) ;
  78. ULONG ABOUTFunction( PUSHORT pmsg ) ;
  79. ULONG midEDITRESTOREFunction( PUSHORT pmsg ) ;
  80. ULONG midEDITCUTFunction( PUSHORT pmsg ) ;
  81. ULONG midEDITCOPYFunction( PUSHORT pmsg ) ;
  82. ULONG midEDITPASTEFunction( PUSHORT pmsg ) ;
  83. ULONG midEDITCLEARFunction( PUSHORT pmsg ) ;
  84. ULONG midCREATESCANFunction( PUSHORT pmsg ) ;
  85. ULONG midCREATEPROCESSFunction( PUSHORT pmsg ) ;
  86. ULONG MID_EXITFunction( PUSHORT pmsg ) ;
  87. ULONG midHELPFunction( PUSHORT pmsg ) ;
  88. ULONG accelF10Function( PUSHORT pmsg ) ;
  89.  
  90.  
  91. /* Forward declarations of functions */
  92.  
  93. /* Routines in _TEXT segment */
  94. MRESULT  EXPENTRY ExamplPMWndProc( HWND, USHORT, MPARAM, MPARAM );
  95. BOOL     fExamplPMClose( void );
  96.  
  97. /* Routines in _APPINIT segment */
  98. BOOL     InitStrings( HAB );
  99. BOOL     ExamplPMInit();
  100.  
  101. /* Routines in _APPDLG segment */
  102.  
  103. /* Forward declarations of dialog functions */
  104. MRESULT EXPENTRY ABOUTDlgWndProc( HWND, USHORT, MPARAM, MPARAM ) ;
  105. MRESULT EXPENTRY midFILEOPENDlgWndProc( HWND, USHORT, MPARAM, MPARAM ) ;
  106. MRESULT EXPENTRY midCREATEPROCESSDlgWndProc( HWND, USHORT, MPARAM, MPARAM ) ;
  107. MRESULT EXPENTRY PRINTERABORTDlgWndProc( HWND, USHORT, MPARAM, MPARAM ) ;
  108.  
  109.  
  110. /* For ease of updating, put additional definitions and declarations */
  111. /* after this point.  That way, if you run Winpro/PM again, you can  */
  112. /* just copy everything after this point into the new Examrc.h       */
  113.  
  114.  
  115.  
  116.  
  117. /*   E N D   O F   E X A M R C . H   */
  118.