#ifndef DPRESETS_H__
#define DPRESETS_H__

enum
{
	ID_CA_PRESETS_LIST = 2000,
	ID_CA_PRESETS_NAME,
	ID_CA_PRESETS_NAME_FILE,

	//////////////////////////////////////////////////////////////////////////

	ID_CA_PRESETS_DUMMY
};

#endif // DPRESETS_H__
