home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / mobjm260 / sfxview.h_ / sfxview.h
Encoding:
C/C++ Source or Header  |  1994-09-06  |  3.9 KB  |  113 lines

  1. //    Microworks ObjectMate 2.6
  2. //
  3. //  "Object Viewer"
  4. //
  5. //    Copyright 1992-94 Microworks Sydney, Australia.
  6. //
  7. //  SFXVIEW.H
  8.  
  9. //    Resource identifiers
  10. #define IDR_MENU                            1
  11. #define IDT_TOOLBAR                         2
  12.  
  13. //    Stringtable
  14. #define IDS_DEFEXT                          0
  15. #define IDS_FILTERS                         1
  16. #define IDS_CUSTOMFILTER                    2
  17.  
  18. //    File menu commands
  19. #define CM_FILEOPEN                        100
  20. #define CM_FILEEXOPEN                      101
  21. #define CM_FILEOPENEXTRAFLAGS              102
  22. #define CM_FILESAVEAS                      103
  23.  
  24. #define CM_OPENDIR                         104
  25. #define CM_OPENDIRHELP                     105
  26. #define CM_EXITWINDOW                      106
  27.  
  28. #define CM_PRINT                           200
  29. #define CM_PRINTHELP                       201
  30. #define CM_PRINTSETUP                      202
  31. #define CM_PRINTSETUPHELP                  203
  32.  
  33. //    Search menu commands
  34. #define CM_SEARCHFIND                      300
  35. #define CM_SEARCHFINDHELP                  301
  36. #define CM_SEARCHREPLACE                   302
  37. #define CM_SEARCHREPLACEHELP               303
  38.  
  39. //    Color menu commands
  40. #define CM_BASICCOLOR                      400
  41. #define CM_BASICCOLORHELP                  401
  42. #define CM_EXTENDEDCOLOR                   402
  43. #define CM_EXTENDEDCOLORHELP               403
  44.  
  45. //    Font menu commands
  46. #define CM_BASICFONT                       500
  47. #define CM_BASICFONTEXTRAFLAGS             501
  48. #define CM_EXTENDEDFONT                    502
  49. #define CM_EXTENDEDFONTAPPLY               503
  50. #define CM_EXTENDEDFONTHELP                504
  51.  
  52. //    Object menu commands
  53. #define CM_BUTTON                          601
  54. #define CM_STATIC                          602
  55. #define CM_SHADE                           603
  56. #define CM_CHECK                           604
  57. #define CM_RADIO                           605
  58. #define CM_CONTROL                         606
  59. #define CM_TOOLBAR                         607
  60. #define CM_MESSAGE                         608
  61. #define CM_WINDOWS                         609
  62.  
  63. //    Toolbar menu commands
  64.  
  65. #define CM_TOP                             610
  66. #define CM_FLOAT                           611
  67. #define CM_BOTTOM                          612
  68. #define CM_STATUS                          613
  69. #define CM_HINTS                           614
  70.  
  71. //    Button identifiers
  72. #define IDSFXFRAME                         312
  73. #define IDGRAY                             313
  74. #define IDGLAZE                            314
  75. #define IDSTEEL                            315
  76. #define ID3DGRAY                           316
  77. #define ID3DGLAZE                          317
  78. #define ID3DSTEEL                          318
  79. #define IDMBOK                             319
  80. #define IDMBOKCANCEL                       320
  81. #define IDMBABORTRETRYIGNORE               321
  82. #define IDMBRETRYCANCEL                    322
  83. #define IDMBYESNO                          323
  84. #define IDMBYESNOCANCEL                    324
  85. #define IDMBGO                             325
  86. #define IDMBGOSTOP                         326
  87. #define IDMBOKCANCELHELP                   327
  88. #define IDMBYESNOHELP                      328
  89.  
  90. //    Miscellaneous identifiers
  91.  
  92. #define IDTIMER                            700
  93. #define IDSTDBTN                           701
  94. #define IDBITBTN                           702
  95. #define IDSTATBMP                          703
  96. #define IDSTATTEXT                         704
  97. #define IDTOOLBAR1                         705
  98. #define IDTOOLBAR2                         706
  99. #define IDTEXTBTN                          707
  100. #define IDSPLASH                           708
  101.  
  102. //  Toolbar identifiers
  103. #define IDT_ONE                            801
  104. #define IDT_TWO                            802
  105. #define IDT_THREE                          803
  106. #define IDT_FOUR                           804
  107.  
  108. //  Help menu commands
  109. #define CM_HELP                            900
  110. #define CM_ABOUT                           901
  111.  
  112.  
  113.