home *** CD-ROM | disk | FTP | other *** search
-
-
- #define CNR_MAINWINDOW 10
- #define CNR_MAINCONTROL 11
- #define CNR_WINDOW 12
- #define CNR_WINDOWCONTROL 13
- #define CNR_ICON 14
- #define CNR_MINIICON 15
- #define CNR_ENTRYFD1 16
- #define CNR_STATUSAREA 17
- #define CNR_MLE 18
-
- #define CNR_OBJNAME 20
- #define CNR_VIEWNAME 21
- #define CNR_ENTERPB 22
- #define CNR_CANCELPB 23
- #define CNR_INTROTEXT 24
-
- /* Icons & Bitmaps in icons.dll */
- #define ICON_NOTEBOOK 5001 /* length 120 */
- #define ICON_FOLDER 5004
- #define ICON_CABINET 5006
- #define ICON_PHONE 5011
- #define ICON_INBASKET 5012
- #define ICON_SHREDDER 5017
-
- #define CNR_MAIN_MENU 100
- #define CNR_FONT_MENU 110
- #define CNR_FONT_COURIER 111
- #define CNR_FONT_SYSMONO 112
- #define CNR_FONT_HELV 113
- #define CNR_FONT_DEFAULT 114
- #define CNR_OBJECT_POPUP_MENU 115
-
-
- #define CNR_VIEW_MENU 120
- #define CNR_VIEW_TEXT 121
- #define CNR_VIEW_FLOWED_TEXT 122
- #define CNR_VIEW_NAME 123
- #define CNR_VIEW_FLOWED_NAME 124
- #define CNR_VIEW_MINI_NAME 125
- #define CNR_VIEW_MINI_FLOWED_NAME 126
- #define CNR_VIEW_ICON 127
- #define CNR_VIEW_MINI_ICON 128
- #define CNR_VIEW_DETAIL 129 /*pfh*/
- #define CNR_VIEW_TREE_ICON 130
- #define CNR_VIEW_TREE_NAME 131
- #define CNR_VIEW_TREE_TEXT 132
-
- #define CNR_SORT_MENU 150
- #define CNR_SORT_BYCUSTOMER 151
- #define CNR_SORT_BYADDRESS 152
- #define CNR_SORT_BYPHONE 153
- #define CNR_SORT_BYAGE 154
- #define CNR_ARRANGE_ICONVIEW 155
-
- #define CNR_INCLUDE_MENU 200
- #define CNR_INCLUDE_A_K 201
- #define CNR_INCLUDE_L_Z 202
- #define CNR_INCLUDE_OVER_30 203
- #define CNR_INCLUDE_ALL 204
-
- #define CNR_EDIT_MENU 250
- #define CNR_COPY_CURSOR 251
- #define CNR_COPY_MARKS 252
- #define CNR_DELETE_CURSOR 253
- #define CNR_DELETE_MARKS 254
- #define CNR_DELETE_ALL_OBJECTS 255
- #define CNR_CREATE_AT_CURSOR 256
- #define CNR_CREATE_AS_CHILD 257
- #define CNR_CUT_OBJECT 258
- #define CNR_PASTE_AT_CURSOR 259
- #define CNR_PASTE_AS_CHILD 260
- #define CNR_REMOVE_CURSOR 261
- #define CNR_REMOVE_MARKS 262
- #define CNR_REMOVE_ALL 263
-
- #define CNR_FIND_MENU 300
-
- #define CNR_SELECT_ALL 350
- #define CNR_DESELECT_ALL 351
-
-
- #define CNR_ATTR_MENU 400
- #define CNR_COLUMN_MENU 401
- #define CNR_SHOW_COL_2 402
- #define CNR_HIDE_COL_2 403
- #define CNR_MOVE_COL_2TOLAST 404
- #define CNR_INCREASE_WIDTH_COL2 405
- #define CNR_DECREASE_WIDTH_COL2 406
- #define CNR_CONTAINER_MENU 450
- #define CNR_INCREMENT_LINESPACING 451
- #define CNR_DECREMENT_LINESPACING 452
- #define CNR_ORDEREDTARGET 453
- #define CNR_MIXEDTARGET 454
- #define CNR_NORMALTARGET 455
- #define CNR_SINGLESELECT 456
- #define CNR_MULTIPLESELECT 457
- #define CNR_EXTENDEDSELECT 458
- #define CNR_OBJECT_MENU 500
- #define CNR_ENABLE_DROP 501
- #define CNR_ENABLE_DROP_ALL 502
- #define CNR_ENABLE_DROP_ONE 503
- #define CNR_DISABLE_DROP 504
- #define CNR_DISABLE_DROP_ALL 505
- #define CNR_DISABLE_DROP_ONE 506
- #define CNR_ENABLE_OBJECTUPDATE 507
- #define CNR_ENABLE_OBJECTUPDATE_ALL 508
- #define CNR_ENABLE_OBJECTUPDATE_ONE 509
- #define CNR_DISABLE_OBJECTUPDATE 510
- #define CNR_DISABLE_OBJECTUPDATE_ALL 511
- #define CNR_DISABLE_OBJECTUPDATE_ONE 512
- #define CNR_SET_INUSE 513
- #define CNR_SET_INUSE_ALL 514
- #define CNR_SET_INUSE_ONE 515
- #define CNR_REMOVE_INUSE 516
- #define CNR_REMOVE_INUSE_ALL 517
- #define CNR_REMOVE_INUSE_ONE 518
- #define CNR_SELECT 519
- #define CNR_DESELECT 520
- #define CNR_EXPAND_CURRENT 521
- #define CNR_COLLAPSE_CURRENT 522
- #define CNR_INCREMENT_ICONSIZE 523
- #define CNR_DECREMENT_ICONSIZE 524
-
- #define CNR_OBJECT_STATUS_MENU 550
- #define CNR_IS_DROP_ENABLED 551
- #define CNR_IS_DROP_ENABLED_ALL 552
- #define CNR_IS_DROP_ENABLED_ONE 553
- #define CNR_IS_READONLY 554
- #define CNR_IS_READONLY_ALL 555
- #define CNR_IS_READONLY_ONE 556
- #define CNR_IS_INUSE 557
- #define CNR_IS_INUSE_ALL 558
- #define CNR_IS_INUSE_ONE 559
- #define CNR_IS_SELECTED 560
- #define CNR_IS_EXPANDED 561
-
- #define CNR_TITLE_MENU 650
- #define CNR_SHOW_CONTAINERTITLE 651
- #define CNR_HIDE_CONTAINERTITLE 652
- #define CNR_CONTAINERTITLE_VISIBLE 653
- #define CNR_ENABLE_TITLEUPDATE 654
- #define CNR_DISABLE_TITLEUPDATE 655
- #define CNR_SHOW_TITLESEPARATOR 656
- #define CNR_HIDE_TITLESEPARATOR 657
- #define CNR_TREEVIEW_MENU 700
- #define CNR_SHOW_TREELINE 701
- #define CNR_HIDE_TREELINE 702
- #define CNR_INCREMENT_EXPANDICON 703
- #define CNR_DECREMENT_EXPANDICON 704
- #define CNR_COLLAPSE 705
- #define CNR_EXPAND 706
- #define CNR_DETAILSVIEW_MENU 750
- #define CNR_SHOW_DETAILSTITLE 751
- #define CNR_HIDE_DETAILSTITLE 752
- #define CNR_SHOW_SPLITBAR 753
- #define CNR_HIDE_SPLITBAR 754
-
-
- #define CNR_MOVE_MENU 800
- #define CNR_MOVE_ICON_RIGHT 801
- #define CNR_MOVE_ICON_LEFT 802
- #define CNR_MOVE_ICON_UP 803
- #define CNR_MOVE_ICON_DOWN 804
- #define CNR_MOVE_CURSORED_TOPRIGHT 805
- #define CNR_MOVE_CURSORED_TOPLEFT 806
- #define CNR_MOVE_CURSORED_BOTRIGHT 807
- #define CNR_MOVE_CURSORED_BOTLEFT 808
- #define CNR_MOVE_CURSORED_TOVIEW 809
-
-
-
-
-
- #define CNR_10_COURIER "10.Courier"
- #define CNR_10_SYSMONO "10.System Monospaced"
- #define CNR_8_HELV "8.Helv"
- #define CNR_DEFAULT "\0"
-
-