/***********************************************************************/ /* Copyright (C) 2002 Definitive Solutions, Inc. All Rights Reserved. */ /* THIS COMPUTER PROGRAM IS PROPRIETARY AND CONFIDENTIAL TO DEFINITIVE */ /* SOLUTIONS, INC. AND ITS LICENSORS AND CONTAINS TRADE SECRETS OF */ /* DEFINITIVE SOLUTIONS, INC. THAT ARE PROVIDED PURSUANT TO A WRITTEN */ /* AGREEMENT CONTAINING RESTRICTIONS ON USE AND DISCLOSURE. ANY USE, */ /* REPRODUCTION, OR TRANSFER EXCEPT AS PROVIDED IN SUCH AGREEMENT */ /* IS STRICTLY PROHIBITED. */ /***********************************************************************/ // Strings for the context menu. #define IDR_MYRICHEDITCTRL_MENU 12010 #define IDR_MYRICHEDITCTRL_FORMATBAR 12020 #define ID_RICHEDIT_UNDO 12030 #define ID_RICHEDIT_CUT 12031 #define ID_RICHEDIT_COPY 12032 #define ID_RICHEDIT_PASTE 12033 #define ID_RICHEDIT_SELECTALL 12034 #define ID_CHAR_BOLD 12040 #define ID_CHAR_ITALIC 12041 #define ID_CHAR_UNDERLINE 12042 #define ID_CHAR_COLOR 12043 #define ID_PARA_LEFT 12044 #define ID_PARA_CENTER 12045 #define ID_PARA_RIGHT 12046 #define ID_PARA_BULLET 12047 #define ID_PARA_NUMBER 12048 #define ID_PARA_INDENT 12049 #define ID_PARA_OUTDENT 12050 #define ID_FONTNAME 12051 #define ID_FONTSIZE 12052