//-------------------------------------------------------------------- 
// Microsoft OLE DB Sample Provider  
// (C) Copyright 1994 - 1996 Microsoft Corporation.  All Rights Reserved. 
// 
// @doc 
// 
// @module RC.H | Resource IDs 
// 
#ifndef _RC_H_ 
#define _RC_H_ 
 
 
 
// Common Dialog Ids 
#define IDT_PROMPT 2999 
#define IDD_BROWSE 3000 
#define IDD_GETLOG 3001 
#define IDC_APPEND 3002 
 
 
#endif