00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifdef _AFX_MINREBUILD
00015 #pragma component(minrebuild, off)
00016 #endif
00017
00018 #define VS_VERSION_INFO 1
00019
00020 #ifdef APSTUDIO_INVOKED
00021 #define APSTUDIO_HIDDEN_SYMBOLS // Ignore following symbols
00022 #endif
00023
00024 #ifndef WINVER
00025 #define WINVER 0x0400 // default to Windows Version 4.0
00026 #endif
00027
00028 #include <winresrc.h>
00029
00030
00031 #define LB_ADDSTRING (WM_USER+1)
00032 #define CB_ADDSTRING (WM_USER+3)
00033
00034 #ifdef APSTUDIO_INVOKED
00035 #undef APSTUDIO_HIDDEN_SYMBOLS
00036 #endif
00037
00038 #ifdef IDC_STATIC
00039 #undef IDC_STATIC
00040 #endif
00041 #define IDC_STATIC (-1)
00042
00043 #ifdef _AFX_MINREBUILD
00044 #pragma component(minrebuild, on)
00045 #endif