32 lines
		
	
	
		
			1009 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1009 B
		
	
	
	
		
			C
		
	
	
	
	
	
| // Dialog Boxes
 | |
| #define IDM_EXIT                            5
 | |
| 
 | |
| #define IDD_Replace                         103
 | |
| #define IDD_Error                           104
 | |
| 
 | |
| // Control Identifiers
 | |
| // Replace Dialog
 | |
| #define IDC_YesToAll                        1020
 | |
| #define IDC_NoToAll                         1021
 | |
| #define IDC_Replace_Message                 1022
 | |
| 
 | |
| // Error Dialog
 | |
| #define IDC_NoMoreError                     1030
 | |
| #define IDC_ErrorMessage                    1031
 | |
| 
 | |
| //
 | |
| #define MAX_RESOURCE_STRING                 256     // Ought to be enough
 | |
| 
 | |
| // String Identifiers
 | |
| #define IDS_CSERVE_FILE_SPEC                1143
 | |
| #define IDS_CSERVE_EXPORT_TITLE             1144
 | |
| #define IDS_CSERVE_IMPORT_TITLE             1145
 | |
| #define IDE_CSERVE_IMPORT_FILE_ERROR        1146
 | |
| #define IDE_CSERVE_EXPORT_FILE_ERROR        1147
 | |
| #define IDS_CSERVE_IMPORT_COLLISION         1148
 | |
| #define IDS_REPLACE_MESSAGE                 1149
 | |
| 
 | |
| // Static Identifiers
 | |
| #define IDC_STATIC                          -1
 | |
| 
 |