1 /*
2  * resource.h
3  *
4  * Copyright (C) 1999 Stephen F. White
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program (see the file "COPYING" for details); if
18  * not, write to the Free Software Foundation, Inc., 675 Mass Ave,
19  * Cambridge, MA 02139, USA.
20  */
21 
22 #define IDD_DIALOG1                     101
23 #define IDB_BITMAP1                     104
24 #define IDR_MENU1                       105
25 #define IDC_CHECK1                      1002
26 #define IDC_RADIO1                      1003
27 #define IDC_COMBO1                      1008
28 #define IDC_LIST1                       1009
29 #define ID_FILE_EXIT                    40004
30 #define ID_EDIT_DELETE                  40009
31 #define IDC_FRAME                       -1
32 
33 #ifdef APSTUDIO_INVOKED
34 #ifndef APSTUDIO_READONLY_SYMBOLS
35 #define _APS_NEXT_RESOURCE_VALUE        106
36 #define _APS_NEXT_COMMAND_VALUE         40010
37 #define _APS_NEXT_CONTROL_VALUE         1011
38 #define _APS_NEXT_SYMED_VALUE           101
39 #endif
40 #endif
41