//---------------------------------------------------------------------------- // ObjectWindows - (C) Copyright 1994 by Borland International // Command-enabling sample application //---------------------------------------------------------------------------- #define CM_FILENEW 201 #define CM_FILEOPEN 202 #define CM_FILESAVE 203 #define CM_FILESAVEAS 204 #define CM_TOGGLEDIRTY 205 #define CM_TOGGLENEW 206 #define CM_SHOWSTATE 207