home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / CKPM5X_S.ZIP / CKORC.H < prev    next >
C/C++ Source or Header  |  1990-05-04  |  4KB  |  107 lines

  1. /******************************************************************************
  2. Header name:  ckorc.h     Rev: 01  Date: 22-Mar-90 Programmer: C.P.Armstrong
  3.  
  4. Header title: C-Kermit resource header
  5.  
  6. Description:  Contains the definitions used to reference the resources used in
  7.               C-Kermit for the OS/2 Presentation Manager.
  8.  
  9. Modification History:
  10.     22-Mar-90 C.P.Armstrong created
  11.     04-May-90 C.P.Armstrong ID_KERMIT changed to 1 so the icon appears in the
  12.                             prog.list under OS/2 1.2 wit RC 1.2
  13.  
  14. ******************************************************************************/
  15.  
  16. #define     ID_KERMIT       1   /* Main ID for menu,minimized icon and      */
  17.                                 /* accel table MUST be 1 for icon to appear */
  18.                                 /* on the start progs list!                 */
  19. #define     ID_CROSSPTR     2   /* Cross pointer for Tek4014 gin mode       */
  20.  
  21. #define     IDM_SET         10  /* Set menu item */
  22. #define     IDM_TERM        20
  23. #define     IDM_COMMS       30
  24. #define     IDM_NETWS       40
  25. #define     IDM_MISC        42
  26.  
  27. #define     IDM_LOG         50  /* Logging menu item */
  28. #define     IDM_SESSLOG     60
  29. #define     IDM_TRNLOG      70
  30. #define     IDM_DEBUG       80
  31. #define     IDM_PAKT        82
  32.  
  33. #define     IDM_REMOTE      90  /* Remote command menu item */
  34. #define     IDM_REMDIR      100
  35. #define     IDM_REMCD       110
  36. #define     IDM_REMTYPE     112
  37.  
  38. #define     IDM_TFR         120 /* File transfer menu item */
  39. #define     IDM_SEND        130
  40. #define     IDM_GET         140
  41. #define     IDM_TAKE        150
  42. #define     IDM_TRANSMIT    160
  43.  
  44. #define     IDM_EDIT        170
  45. #define     IDM_COPY        180
  46. #define     IDM_APP         190
  47. #define     IDM_COPYPASTE   200
  48. #define     IDM_PASTE       210
  49. #define     IDM_VIEWCLIP    220
  50. #define     IDM_PRINTG      230
  51. #define     IDM_METAG       240
  52.  
  53. /* Don't modify the stuff below directly.  Use the DLGBOX editor.  */
  54. /* Unfortunatly DLGBOX doesn't understand C comments so the stuff below will */
  55. /* need to be extracted first, the comments and the stuff about DID_CANCEL   */
  56. /* removed.DID_CANCEL is defined in PMWIN.H for some reason.                 */
  57.  
  58. /* This is from COMS.H */
  59. #ifndef DID_CANCEL
  60. #define DID_CANCEL    301
  61. #endif
  62. #define DID_FILELIST    352
  63. #define DID_DIRLIST     351
  64. #define DID_NODMP       330
  65. #define DID_WPGDMP      329
  66. #define DID_TEKDMP      328
  67. #define DID_HPGLDMP     327
  68. #define DID_XFCDE       311
  69. #define DID_XFCDX       310
  70. #define DID_DTABT8      309
  71. #define DID_DTABT7      308
  72. #define DID_DTABT5      307
  73. #define DID_SPACE       306
  74. #define DID_MARK        305
  75. #define DID_EXIT        300
  76. #define DID_XHND        299
  77. #define DID_HRDHND      298
  78. #define DID_STPBT2      297
  79. #define DID_STPBT15     296
  80. #define DID_STPBT1      295
  81. #define DID_NONE        294
  82. #define DID_ODD         293
  83. #define DID_EVEN        292
  84. #define DID_OCTS        291
  85. #define DID_IDSR        290
  86. #define DID_ODSR        289
  87. #define DID_BAUD        288
  88. #define IDD_COMMS       284
  89. #define DID_1COM        312
  90. #define DID_2COM        313
  91. #define DID_3COM        314
  92. #define DID_LG_TITLE    316
  93. #define DID_LG_OPCL     317
  94. #define DID_LG_CD       318
  95. #define DID_LG_LOGNME   319
  96. #define IDD_LG          320
  97. #define DID_LG_DEFEXT   321
  98. #define IDD_TERM        322
  99. #define DID_VT100       323
  100. #define DID_TEK4014     324
  101. #define DID_TERM7BIT    325
  102. #define DID_TERM8BIT    326
  103. #define IDD_MISC        331
  104. #define DID_PEOL        332
  105. #define IDD_LG2         350
  106. /* End of COMS.H */
  107.