The following sample illustrates the resource header file (RCH):

/*
 * Resouce header module: WPSTYLER.RCH
 */

#define ID_OBJECTICON               255
#define ID_HELP_STYLER              256

#define DLG_STYLE                   100
#define DLG_COPY                    101
#define DLG_DELETE                  102
#define DLG_DRAG                    103
#define DLG_DROP                    104
#define DLG_SETTINGS                105
#define DLG_MOVE                    106
#define DLG_PRINT                   107
#define DLG_TEMPLATE                108
#define DLG_RENAME                  109
#define DLG_SHADOW                  110
#define DLG_OBJECTNAME              111
#define DLG_STATUS                  112
#define DLG_APPLY                   113
#define DLG_UNDO                    114
#define DLG_CANCEL                  115
#define DLG_HELP                    116


[Back] [Next]