home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / DIAGXPRT.PAK / DIAGXPRT.RH < prev    next >
Text File  |  1995-08-29  |  2KB  |  86 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //
  4. //----------------------------------------------------------------------------
  5. #include    <owl\window.rh>
  6. #include    <owl\edit.rh>
  7. #include    <owl\editfile.rh>
  8. #include    <owl\editsear.rh>
  9.  
  10. // Strings
  11. //
  12. #define IDS_TITLE           100
  13. #define IDS_FONT0_NAME      102
  14. #define IDS_FONT0_SIZE      103
  15. #define IDS_FONT1_NAME      104
  16. #define IDS_FONT1_SIZE      105
  17. #define IDS_MORE            200
  18. #define IDS_LESS            201
  19. #define IDS_DECORATED       202
  20. #define IDS_START           203
  21. #define IDS_STOP            204
  22. #define IDS_ERR_DEL_TXT     300
  23. #define IDS_ERR_DEL_CAP     301
  24. #define IDS_ERR_ADD_TXT     302
  25. #define IDS_ERR_ADD_CAP     303
  26.  
  27. // Icons
  28. //
  29. #define IC_OWLDIAG          100
  30.  
  31. // Bitmaps IDs
  32. //
  33. #define IDB_HELP            105
  34. #define IDB_MEM             104
  35. #define IDB_PASTE           103
  36. #define IDB_COPY            102
  37. #define IDB_STOP            101
  38. #define IDB_START           100
  39.  
  40. // SpeedBar/StatusBar IDs
  41. //
  42. #define CM_SETUP            25000
  43. #define CM_START            25001
  44. #define CM_STOP             25002
  45. #define CM_TOOLBAR          25004
  46. #define CM_TINY             25005
  47. #define CM_STATUSBAR        25006
  48. #define CM_MEM              25007
  49. #define CM_HELP             25008
  50.  
  51. // System menu IDs
  52. //
  53. #define SC_TOGGLE_SIZE  (SC_SIZE+0x200)
  54.  
  55. // Dialogs
  56. //
  57. #define DG_OPTIONS          1000
  58. #define DG_EDT_CUSTOM       1003
  59. #define DG_DEL_CUSTOM       1002
  60. #define DG_ADD_CUSTOM       1001
  61.  
  62. // Controls
  63. //
  64. #define IDC_DESCR           100
  65. #define IDC_CLASS           101
  66. #define IDC_LIST            102
  67. #define ID_BOX              103
  68. #define IDC_MORE            104
  69. #define IDC_ADD             105
  70. #define IDC_DEL             106
  71. #define IDC_EDT             107
  72. #define IDC_USR_SCROLL      108
  73. #define IDC_SYS_SCROLL      109
  74. #define ID_SYS_ENABLE       110
  75. #define ID_USR_ENABLE       111
  76. #define IDC_COPY_CLIP       113
  77.  
  78. #define MAX_SYS_DIAGS       10
  79. #define ID_SYS_CHECK        4000+0*4
  80. #define ID_USR_CHECK        6000+0+MAX_SYS_DIAGS*4
  81.  
  82. // User resources
  83. //
  84. #define IDR_SYS_ITEMS       100
  85.  
  86.