home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / cppbeta / clsam4j / testcnr.h__ / TESTCNR.H
Encoding:
C/C++ Source or Header  |  1992-10-25  |  7.1 KB  |  182 lines

  1.  
  2.  
  3. #define CNR_MAINWINDOW                   10
  4. #define CNR_MAINCONTROL                  11
  5. #define CNR_WINDOW                       12
  6. #define CNR_WINDOWCONTROL                13
  7. #define CNR_ICON                         14
  8. #define CNR_MINIICON                     15
  9. #define CNR_ENTRYFD1                     16
  10. #define CNR_STATUSAREA                   17
  11. #define CNR_MLE                          18
  12.  
  13. #define CNR_OBJNAME                      20
  14. #define  CNR_VIEWNAME                    21
  15. #define  CNR_ENTERPB                     22
  16. #define  CNR_CANCELPB                    23
  17. #define  CNR_INTROTEXT                   24
  18.  
  19. /* Icons & Bitmaps in icons.dll  */
  20. #define ICON_NOTEBOOK      5001   /* length 120 */
  21. #define ICON_FOLDER        5004
  22. #define ICON_CABINET       5006
  23. #define ICON_PHONE         5011
  24. #define ICON_INBASKET      5012
  25. #define ICON_SHREDDER      5017
  26.  
  27. #define CNR_MAIN_MENU                  100
  28. #define CNR_FONT_MENU                  110
  29. #define CNR_FONT_COURIER               111
  30. #define CNR_FONT_SYSMONO               112
  31. #define CNR_FONT_HELV                  113
  32. #define CNR_FONT_DEFAULT               114
  33. #define CNR_OBJECT_POPUP_MENU          115
  34.  
  35.  
  36. #define CNR_VIEW_MENU                     120
  37.    #define CNR_VIEW_TEXT                  121
  38.    #define CNR_VIEW_FLOWED_TEXT           122
  39.    #define CNR_VIEW_NAME                  123
  40.    #define CNR_VIEW_FLOWED_NAME           124
  41.    #define CNR_VIEW_MINI_NAME             125
  42.    #define CNR_VIEW_MINI_FLOWED_NAME      126
  43.    #define CNR_VIEW_ICON                  127
  44.    #define CNR_VIEW_MINI_ICON             128
  45.    #define CNR_VIEW_DETAIL                129                  /*pfh*/
  46.    #define CNR_VIEW_TREE_ICON             130
  47.    #define CNR_VIEW_TREE_NAME             131
  48.    #define CNR_VIEW_TREE_TEXT             132
  49.  
  50.    #define CNR_SORT_MENU                  150
  51.       #define CNR_SORT_BYCUSTOMER         151
  52.       #define CNR_SORT_BYADDRESS          152
  53.       #define CNR_SORT_BYPHONE            153
  54.       #define CNR_SORT_BYAGE              154
  55.       #define CNR_ARRANGE_ICONVIEW        155
  56.  
  57.    #define CNR_INCLUDE_MENU               200
  58.       #define CNR_INCLUDE_A_K             201
  59.       #define CNR_INCLUDE_L_Z             202
  60.       #define CNR_INCLUDE_OVER_30         203
  61.       #define CNR_INCLUDE_ALL             204
  62.  
  63. #define CNR_EDIT_MENU                     250
  64.   #define CNR_COPY_CURSOR                 251
  65.   #define CNR_COPY_MARKS                  252
  66.   #define CNR_DELETE_CURSOR               253
  67.   #define CNR_DELETE_MARKS                254
  68.   #define CNR_DELETE_ALL_OBJECTS          255
  69.   #define CNR_CREATE_AT_CURSOR            256
  70.   #define CNR_CREATE_AS_CHILD             257
  71.   #define CNR_CUT_OBJECT                  258
  72.   #define CNR_PASTE_AT_CURSOR             259
  73.   #define CNR_PASTE_AS_CHILD              260
  74.   #define CNR_REMOVE_CURSOR               261
  75.   #define CNR_REMOVE_MARKS                262
  76.   #define CNR_REMOVE_ALL                  263
  77.  
  78.   #define CNR_FIND_MENU                   300
  79.  
  80.   #define CNR_SELECT_ALL                  350
  81.   #define CNR_DESELECT_ALL                351
  82.  
  83.  
  84. #define CNR_ATTR_MENU                     400
  85. #define CNR_COLUMN_MENU                   401
  86.   #define CNR_SHOW_COL_2                  402
  87.   #define CNR_HIDE_COL_2                  403
  88.   #define CNR_MOVE_COL_2TOLAST            404
  89.   #define CNR_INCREASE_WIDTH_COL2         405
  90.   #define CNR_DECREASE_WIDTH_COL2         406
  91. #define CNR_CONTAINER_MENU                450
  92.   #define CNR_INCREMENT_LINESPACING       451
  93.   #define CNR_DECREMENT_LINESPACING       452
  94.   #define CNR_ORDEREDTARGET               453
  95.   #define CNR_MIXEDTARGET                 454
  96.   #define CNR_NORMALTARGET                455
  97.   #define CNR_SINGLESELECT                456
  98.   #define CNR_MULTIPLESELECT              457
  99.   #define CNR_EXTENDEDSELECT              458
  100. #define CNR_OBJECT_MENU                   500
  101.   #define CNR_ENABLE_DROP                 501
  102.   #define CNR_ENABLE_DROP_ALL             502
  103.   #define CNR_ENABLE_DROP_ONE             503
  104.   #define CNR_DISABLE_DROP                504
  105.   #define CNR_DISABLE_DROP_ALL            505
  106.   #define CNR_DISABLE_DROP_ONE            506
  107.   #define CNR_ENABLE_OBJECTUPDATE         507
  108.   #define CNR_ENABLE_OBJECTUPDATE_ALL     508
  109.   #define CNR_ENABLE_OBJECTUPDATE_ONE     509
  110.   #define CNR_DISABLE_OBJECTUPDATE        510
  111.   #define CNR_DISABLE_OBJECTUPDATE_ALL    511
  112.   #define CNR_DISABLE_OBJECTUPDATE_ONE    512
  113.   #define CNR_SET_INUSE                   513
  114.   #define CNR_SET_INUSE_ALL               514
  115.   #define CNR_SET_INUSE_ONE               515
  116.   #define CNR_REMOVE_INUSE                516
  117.   #define CNR_REMOVE_INUSE_ALL            517
  118.   #define CNR_REMOVE_INUSE_ONE            518
  119.   #define CNR_SELECT                      519
  120.   #define CNR_DESELECT                    520
  121.   #define CNR_EXPAND_CURRENT              521
  122.   #define CNR_COLLAPSE_CURRENT            522
  123.   #define CNR_INCREMENT_ICONSIZE          523
  124.   #define CNR_DECREMENT_ICONSIZE          524
  125.  
  126. #define CNR_OBJECT_STATUS_MENU            550
  127.   #define CNR_IS_DROP_ENABLED             551
  128.   #define CNR_IS_DROP_ENABLED_ALL         552
  129.   #define CNR_IS_DROP_ENABLED_ONE         553
  130.   #define CNR_IS_READONLY                 554
  131.   #define CNR_IS_READONLY_ALL             555
  132.   #define CNR_IS_READONLY_ONE             556
  133.   #define CNR_IS_INUSE                    557
  134.   #define CNR_IS_INUSE_ALL                558
  135.   #define CNR_IS_INUSE_ONE                559
  136.   #define CNR_IS_SELECTED                 560
  137.   #define CNR_IS_EXPANDED                 561
  138.  
  139. #define CNR_TITLE_MENU                    650
  140.   #define CNR_SHOW_CONTAINERTITLE         651
  141.   #define CNR_HIDE_CONTAINERTITLE         652
  142.   #define CNR_CONTAINERTITLE_VISIBLE      653
  143.   #define CNR_ENABLE_TITLEUPDATE          654
  144.   #define CNR_DISABLE_TITLEUPDATE         655
  145.   #define CNR_SHOW_TITLESEPARATOR         656
  146.   #define CNR_HIDE_TITLESEPARATOR         657
  147. #define CNR_TREEVIEW_MENU                 700
  148.   #define CNR_SHOW_TREELINE               701
  149.   #define CNR_HIDE_TREELINE               702
  150.   #define CNR_INCREMENT_EXPANDICON        703
  151.   #define CNR_DECREMENT_EXPANDICON        704
  152.   #define CNR_COLLAPSE                    705
  153.   #define CNR_EXPAND                      706
  154. #define CNR_DETAILSVIEW_MENU              750
  155.   #define CNR_SHOW_DETAILSTITLE           751
  156.   #define CNR_HIDE_DETAILSTITLE           752
  157.   #define CNR_SHOW_SPLITBAR               753
  158.   #define CNR_HIDE_SPLITBAR               754
  159.  
  160.  
  161. #define CNR_MOVE_MENU                     800
  162.   #define CNR_MOVE_ICON_RIGHT             801
  163.   #define CNR_MOVE_ICON_LEFT              802
  164.   #define CNR_MOVE_ICON_UP                803
  165.   #define CNR_MOVE_ICON_DOWN              804
  166.   #define CNR_MOVE_CURSORED_TOPRIGHT      805
  167.   #define CNR_MOVE_CURSORED_TOPLEFT       806
  168.   #define CNR_MOVE_CURSORED_BOTRIGHT      807
  169.   #define CNR_MOVE_CURSORED_BOTLEFT       808
  170.   #define CNR_MOVE_CURSORED_TOVIEW        809
  171.  
  172.  
  173.  
  174.  
  175.  
  176. #define CNR_10_COURIER                 "10.Courier"
  177. #define CNR_10_SYSMONO                 "10.System Monospaced"
  178. #define CNR_8_HELV                     "8.Helv"
  179. #define CNR_DEFAULT                    "\0"
  180.  
  181.  
  182.