#ifndef __WINGREP_IDS #define __WINGREP_IDS #define DIALOG_SEARCH 1 #define ID_SEARCHSTRING 101 #define ID_CASESENSITIVE 102 #define ID_WHOLEWORDS 103 #define ID_REGULAREXP 104 #define ID_FILES 105 #define ID_SUBDIRS 106 #define DIALOG_SEARCHRESULTS 2 #define ID_RESULTS 103 #define ID_GOTO 101 #define ID_FILENAME 104 #define ID_LINENUMBER 105 #define DIALOG_ABOUT 3 #define ICON_WINGREP 1 #endif