RESOURCE.H
//////////////////////////////////////////////////////////////////////////// 
// 
//      RESOURCE.H 
// 
//  Copyright 1986-1996 Microsoft Corporation. All Rights Reserved. 
//////////////////////////////////////////////////////////////////////////// 
 
//tree view dialog 
#define IDD_CFDIALOG            3101 
#define IDC_TREEVIEW            3102 
#define IDC_NEWFLD              3103 
 
 
//icons 
#define IDI_ALLSTORES           31001 
#define IDI_ROOTFLD             31002 
#define IDI_OPENFLD             31003 
#define IDI_CLSDFLD             31004 
 
//New name dialog 
#define IDD_NEWNAME             3201 
#define IDC_NAME                3202 
#define IDC_NAMELABEL           3203